diff --git a/basic_test.py b/basic_test.py index 1e254b2..69e4fe0 100644 --- a/basic_test.py +++ b/basic_test.py @@ -1,9 +1,14 @@ from eval_vlm.evaluator import Evaluator +from eval_vlm.plotter import Plotter eval = Evaluator( # num_workers=0, - models=["clip_resnet50"], - # datasets=["eurosat"], + # models=["xvlm_coco"], + datasets=["mnist_numbers"], ) # eval.download_datasets() +# eval.show_results() eval.evaluate() + +# plotter = Plotter() +# plotter.plot_all_datasets() diff --git a/d.txt b/d.txt new file mode 100644 index 0000000..e69de29 diff --git a/eval_vlm/common_utils/constants.py b/eval_vlm/common_utils/constants.py index 749f692..5e35893 100644 --- a/eval_vlm/common_utils/constants.py +++ b/eval_vlm/common_utils/constants.py @@ -9,7 +9,7 @@ CURRENT_DIR = Path(os.getcwd()) HUB_CACHE_DIR = Path.home().joinpath(".cache").joinpath("torch").joinpath("hub") CACHE_DIR = Path.home().joinpath(".cache").joinpath("eval_vlms") -FIGURES_DIR = CACHE_DIR.joinpath("figures") +FIGURES_DIR = PROJ_DIR.joinpath("figures") FAIR_PATHS = [ "/private/home/haideraltahan/.cache/eval_vlms/data", "/fsx-checkpoints/haideraltahan/.cache/eval_vlm/data/" diff --git a/eval_vlm/datasets_zoo/datasets.py b/eval_vlm/datasets_zoo/datasets.py index b45f5fb..b458d64 100644 --- a/eval_vlm/datasets_zoo/datasets.py +++ b/eval_vlm/datasets_zoo/datasets.py @@ -6,7 +6,13 @@ "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "standard object recognition", + "curated": False, + "object_centric": True, + "image_resolution": [32, 32], + "num_classes": 10, + "llama2_ppi": 211872.54, }, ) def cifar10(dataset_name, transform=None, **kwargs): @@ -25,7 +31,13 @@ def cifar10(dataset_name, transform=None, **kwargs): "imagenet", { "benchmark": "zero-shot", - "dataset_type": "imagenet", + "dataset_type": "object recognition", + "capability": "imagenet", + "curated": False, + "object_centric": True, + "image_resolution": [490.38, 430.25], + "num_classes": 1000, + "llama2_ppi": 76188.02, }, ) def imagenet1k(dataset_name, transform=None, **kwargs): @@ -44,7 +56,13 @@ def imagenet1k(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "object recognition", + "capability": "standard object recognition", + "curated": False, + "object_centric": True, + "image_resolution": [32, 32], + "num_classes": 100, + "llama2_ppi": 330736.54, }, ) def cifar100(dataset_name, transform=None, **kwargs): @@ -63,7 +81,13 @@ def cifar100(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "standard object recognition", + "curated": False, + "object_centric": True, + "image_resolution": [495.81, 475.08], + "num_classes": 101, + "llama2_ppi": 810.82, }, ) def food101(dataset_name, transform=None, **kwargs): @@ -82,7 +106,13 @@ def food101(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "standard object recognition", + "curated": False, + "object_centric": True, + "image_resolution": [701.17, 483.74], + "num_classes": 196, + "llama2_ppi": 15.09, }, ) def cars(dataset_name, transform=None, **kwargs): @@ -101,7 +131,13 @@ def cars(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "standard object recognition", + "curated": False, + "object_centric": True, + "image_resolution": [1098.57, 746.99], + "num_classes": 100, + "llama2_ppi": 385.1, }, ) def fgvc_aircraft(dataset_name, transform=None, **kwargs): @@ -120,7 +156,13 @@ def fgvc_aircraft(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "object recognition", + "capability": "specifies classification", + "curated": False, + "object_centric": True, + "image_resolution": [443.46, 399.37], + "num_classes": 37, + "llama2_ppi": 655.6, }, ) def pets(dataset_name, transform=None, **kwargs): @@ -139,7 +181,13 @@ def pets(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "texture", + "capability": "texture detection", + "curated": True, + "object_centric": False, + "image_resolution": [488.97, 447.49], + "num_classes": 47, + "llama2_ppi": 22521.58, }, ) def dtd(dataset_name, transform=None, **kwargs): @@ -158,7 +206,13 @@ def dtd(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "object recognition", + "capability": "scene recognition", + "curated": False, + "object_centric": False, + "image_resolution": [958.89, 775.09], + "num_classes": 397, + "llama2_ppi": 117271.23, }, ) def sun397(dataset_name, transform=None, **kwargs): @@ -177,7 +231,13 @@ def sun397(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "object recognition", + "capability": "standard object recognition", + "curated": False, + "object_centric": True, + "image_resolution": [311.56, 241.55], + "num_classes": 102, + "llama2_ppi": 124394.14, }, ) def caltech101(dataset_name, transform=None, **kwargs): @@ -196,7 +256,13 @@ def caltech101(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "character recognition", + "curated": True, + "object_centric": True, + "image_resolution": [28, 28], + "num_classes": 10, + "llama2_ppi": 36.87, }, ) def mnist(dataset_name, transform=None, **kwargs): @@ -215,7 +281,219 @@ def mnist(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "character recognition", + "curated": True, + "object_centric": True, + "image_resolution": [28, 28], + "num_classes": 10, + "llama2_ppi": None, + }, +) +def fashion_mnist(dataset_name, transform=None, **kwargs): + dataset = HuggingFaceDataset( + transform=transform, dataset_url="haideraltahan/wds_fashion_mnist", **kwargs + ) + return ZeroShotDatasetHandler( + dataset_name=dataset_name, + dataset=dataset, + classes=dataset.classes, + templates=dataset.templates, + ) + + +# @register_dataset( +# "transfer", +# { +# "benchmark": "zero-shot", +# "dataset_type": "object recognition", +# "capability": "character recognition", +# "curated": True, +# "object_centric": True, +# "image_resolution": [28, 28], +# "num_classes": 10, +# "llama2_ppi": 36.87, +# }, +# ) +# def mnist_more_prompts(dataset_name, transform=None, **kwargs): +# dataset = HuggingFaceDataset( +# transform=transform, dataset_url="haideraltahan/wds_mnist", **kwargs +# ) +# return ZeroShotDatasetHandler( +# dataset_name=dataset_name, +# dataset=dataset, +# classes=dataset.classes, +# templates=[ +# "a photo of the number: '{}'.", +# "a digit drawing of the number: '{}'.", +# "a digit sketch of the number: '{}'.", +# "a handwritten digit image of: '{}'.", +# "a digit illustration of: '{}'.", +# "a graphical representation of the number: '{}'.", +# "a visual depiction of the digit: '{}'.", +# "a snapshot of the numeral: '{}'.", +# "a handwritten representation of the number: '{}'.", +# "an image showcasing the digit: '{}'.", +# ], +# ) + + +# @register_dataset( +# "transfer", +# { +# "benchmark": "zero-shot", +# "dataset_type": "object recognition", +# "capability": "character recognition", +# "curated": True, +# "object_centric": True, +# "image_resolution": [28, 28], +# "num_classes": 10, +# "llama2_ppi": 36.87, +# }, +# ) +# def mnist_numbers(dataset_name, transform=None, **kwargs): +# import inflect + +# p = inflect.engine() + +# dataset = HuggingFaceDataset( +# transform=transform, dataset_url="haideraltahan/wds_mnist", **kwargs +# ) +# return ZeroShotDatasetHandler( +# dataset_name=dataset_name, +# dataset=dataset, +# classes=[p.number_to_words(i) for i in dataset.classes], +# templates=dataset.templates, +# ) + + +# @register_dataset( +# "transfer", +# { +# "benchmark": "zero-shot", +# "dataset_type": "object recognition", +# "capability": "character recognition", +# "curated": True, +# "object_centric": True, +# "image_resolution": [28, 28], +# "num_classes": 10, +# "llama2_ppi": 36.87, +# }, +# ) +# def mnist_numbers_more_prompts(dataset_name, transform=None, **kwargs): +# import inflect + +# p = inflect.engine() + +# dataset = HuggingFaceDataset( +# transform=transform, dataset_url="haideraltahan/wds_mnist", **kwargs +# ) +# return ZeroShotDatasetHandler( +# dataset_name=dataset_name, +# dataset=dataset, +# classes=[p.number_to_words(i) for i in dataset.classes], +# templates=[ +# "A photo of the number: '{}'.", +# "A digit drawing of the number: '{}'.", +# "A digit sketch of the number: '{}'.", +# "A handwritten digit image of: '{}'.", +# "A digit illustration of: '{}'.", +# "A graphical representation of the number: '{}'.", +# "A visual depiction of the digit: '{}'.", +# "A snapshot of the numeral: '{}'.", +# "A handwritten representation of the number: '{}'.", +# "An image showcasing the digit: '{}'.", +# ], +# ) + + +# @register_dataset( +# "transfer", +# { +# "benchmark": "zero-shot", +# "dataset_type": "object recognition", +# "capability": "character recognition", +# "curated": True, +# "object_centric": True, +# "image_resolution": [28, 28], +# "num_classes": 10, +# "llama2_ppi": 36.87, +# }, +# ) +# def mnist_numbers_diff_prompts(dataset_name, transform=None, **kwargs): +# import inflect + +# p = inflect.engine() + +# dataset = HuggingFaceDataset( +# transform=transform, dataset_url="haideraltahan/wds_mnist", **kwargs +# ) +# return ZeroShotDatasetHandler( +# dataset_name=dataset_name, +# dataset=dataset, +# classes=[p.number_to_words(i) for i in dataset.classes], +# templates=[ +# "showcasing the digit {}, is this image.", +# "this number {} is represented in a handwritten form.", +# "the numeral {} is captured in this snapshot.", +# "the digit {} is depicted visually in this image.", +# "this image is a graphical representation of the number {}.", +# "this is an illustration of the digit {}.", +# "this image represents the digit {} in a handwritten form.", +# "the number {} is sketched as a digit in this image.", +# "this is a photograph of the digit {}.", +# "the number {} is drawn as a digit in this image.", +# ], +# ) + + +# @register_dataset( +# "transfer", +# { +# "benchmark": "zero-shot", +# "dataset_type": "object recognition", +# "capability": "character recognition", +# "curated": True, +# "object_centric": True, +# "image_resolution": [28, 28], +# "num_classes": 10, +# "llama2_ppi": 36.87, +# }, +# ) +# def mnist_diff_prompts(dataset_name, transform=None, **kwargs): +# dataset = HuggingFaceDataset( +# transform=transform, dataset_url="haideraltahan/wds_mnist", **kwargs +# ) +# return ZeroShotDatasetHandler( +# dataset_name=dataset_name, +# dataset=dataset, +# classes=dataset.classes, +# templates=[ +# "showcasing the digit {}, is this image.", +# "this number {} is represented in a handwritten form.", +# "the numeral {} is captured in this snapshot.", +# "the digit {} is depicted visually in this image.", +# "this image is a graphical representation of the number {}.", +# "this is an illustration of the digit {}.", +# "this image represents the digit {} in a handwritten form.", +# "the number {} is sketched as a digit in this image.", +# "this is a photograph of the digit {}.", +# "the number {} is drawn as a digit in this image.", +# ], +# ) + + +@register_dataset( + "transfer", + { + "benchmark": "zero-shot", + "dataset_type": "object recognition", + "capability": "standard object recognition", + "curated": False, + "object_centric": True, + "image_resolution": [50.50, 50.36], + "num_classes": 43, + "llama2_ppi": 4173.89, }, ) def gtsrb(dataset_name, transform=None, **kwargs): @@ -234,7 +512,13 @@ def gtsrb(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "character recognition", + "curated": True, + "object_centric": True, + "image_resolution": [448, 448], + "num_classes": 2, + "llama2_ppi": 423531.1, }, ) def renderedsst2(dataset_name, transform=None, **kwargs): @@ -253,7 +537,13 @@ def renderedsst2(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "standard object recognition", + "curated": False, + "object_centric": True, + "image_resolution": [96, 96], + "num_classes": 10, + "llama2_ppi": 217277.01, }, ) def stl10(dataset_name, transform=None, **kwargs): @@ -272,7 +562,13 @@ def stl10(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "object recognition", + "capability": "character recognition", + "curated": False, + "object_centric": True, + "image_resolution": [32, 32], + "num_classes": 10, + "llama2_ppi": 383003.08, }, ) def svhn(dataset_name, transform=None, **kwargs): @@ -291,7 +587,13 @@ def svhn(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "non-natural images", + "capability": "satellite", + "curated": False, + "object_centric": False, + "image_resolution": [64, 64], + "num_classes": 10, + "llama2_ppi": 55325.21, }, ) def eurosat(dataset_name, transform=None, **kwargs): @@ -310,7 +612,13 @@ def eurosat(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "geographic diversity", + "curated": False, + "object_centric": False, + "image_resolution": [468.59, 381.72], + "num_classes": 211, + "llama2_ppi": 1180.55, }, ) def country211(dataset_name, transform=None, **kwargs): @@ -329,7 +637,13 @@ def country211(dataset_name, transform=None, **kwargs): "robustness", { "benchmark": "zero-shot", - "dataset_type": "robustness", + "dataset_type": "non-natural images", + "capability": "rendition", + "curated": True, + "object_centric": True, + "image_resolution": [762.64, 727.06], + "num_classes": 1000, + "llama2_ppi": 76188.02, }, ) def imagenet_sketch(dataset_name, transform=None, **kwargs): @@ -344,30 +658,42 @@ def imagenet_sketch(dataset_name, transform=None, **kwargs): ) -@register_dataset( - "transfer", - { - "benchmark": "zero-shot", - "dataset_type": "transfer", - }, -) -def fer2013(dataset_name, transform=None, **kwargs): - dataset = HuggingFaceDataset( - transform=transform, dataset_url="haideraltahan/wds_fer2013", **kwargs - ) - return ZeroShotDatasetHandler( - dataset_name=dataset_name, - dataset=dataset, - classes=dataset.classes, - templates=dataset.templates, - ) +# @register_dataset( +# "transfer", +# { +# "benchmark": "zero-shot", +# "dataset_type": "non-natural images", +# "capability": "rendition", +# "curated": True, +# "object_centric": True, +# "image_resolution": [762.64, 727.06], +# "num_classes": 1000, +# "llama2_ppi": 76188.02, +# }, +# ) +# def fer2013(dataset_name, transform=None, **kwargs): +# dataset = HuggingFaceDataset( +# transform=transform, dataset_url="haideraltahan/wds_fer2013", **kwargs +# ) +# return ZeroShotDatasetHandler( +# dataset_name=dataset_name, +# dataset=dataset, +# classes=dataset.classes, +# templates=dataset.templates, +# ) @register_dataset( "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "reasoning", + "capability": "depth estimation", + "curated": True, + "object_centric": False, + "image_resolution": [480, 320], + "num_classes": 6, + "llama2_ppi": 3616.24, }, ) def dmlab(dataset_name, transform=None, **kwargs): @@ -387,6 +713,12 @@ def dmlab(dataset_name, transform=None, **kwargs): { "benchmark": "zero-shot", "dataset_type": "robustness", + "capability": "challenging imagenet", + "curated": True, + "object_centric": True, + "image_resolution": [443.32, 427.16], + "num_classes": 200, + "llama2_ppi": 50415.99, }, ) def imageneta(dataset_name, transform=None, **kwargs): @@ -406,6 +738,12 @@ def imageneta(dataset_name, transform=None, **kwargs): { "benchmark": "zero-shot", "dataset_type": "robustness", + "capability": "challenging imagenet", + "curated": True, + "object_centric": True, + "image_resolution": [408.65, 358.35], + "num_classes": 200, + "llama2_ppi": 87577.13, }, ) def imageneto(dataset_name, transform=None, **kwargs): @@ -424,7 +762,13 @@ def imageneto(dataset_name, transform=None, **kwargs): "robustness", { "benchmark": "zero-shot", - "dataset_type": "robustness", + "dataset_type": "non-natural images", + "capability": "rendition", + "curated": True, + "object_centric": True, + "image_resolution": [480.30, 459.18], + "num_classes": 200, + "llama2_ppi": 69055.32, }, ) def imagenetr(dataset_name, transform=None, **kwargs): @@ -443,7 +787,13 @@ def imagenetr(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "non-natural images", + "capability": "medical", + "curated": True, + "object_centric": False, + "image_resolution": [96, 96], + "num_classes": 2, + "llama2_ppi": 53.05, }, ) def pcam(dataset_name, transform=None, **kwargs): @@ -463,6 +813,12 @@ def pcam(dataset_name, transform=None, **kwargs): { "benchmark": "zero-shot", "dataset_type": "robustness", + "capability": "natural transformations", + "curated": True, + "object_centric": True, + "image_resolution": [296.13, 284.14], + "num_classes": 1000, + "llama2_ppi": 76188.02, }, ) def imagenete(dataset_name, transform=None, **kwargs): @@ -482,6 +838,12 @@ def imagenete(dataset_name, transform=None, **kwargs): { "benchmark": "zero-shot", "dataset_type": "robustness", + "capability": "natural transformations", + "curated": True, + "object_centric": True, + "image_resolution": [224, 224], + "num_classes": 1000, + "llama2_ppi": 76188.02, }, ) def imagenet9(dataset_name, transform=None, **kwargs): @@ -501,6 +863,12 @@ def imagenet9(dataset_name, transform=None, **kwargs): { "benchmark": "zero-shot", "dataset_type": "corruption", + "capability": "corruption", + "curated": True, + "object_centric": True, + "image_resolution": [224, 224], + "num_classes": 1000, + "llama2_ppi": 76188.02, }, ) def imagenetc(dataset_name, transform=None, **kwargs): @@ -519,7 +887,13 @@ def imagenetc(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "object recognition", + "capability": "specifies classification", + "curated": False, + "object_centric": True, + "image_resolution": [632.38, 533.94], + "num_classes": 102, + "llama2_ppi": 10163.5, }, ) def flowers102(dataset_name, transform=None, **kwargs): @@ -539,6 +913,12 @@ def flowers102(dataset_name, transform=None, **kwargs): { "benchmark": "zero-shot", "dataset_type": "robustness", + "capability": "challenging imagenet", + "curated": True, + "object_centric": True, + "image_resolution": [494.73, 417.16], + "num_classes": 1000, + "llama2_ppi": 76188.02, }, ) def imagenetv2(dataset_name, transform=None, **kwargs): @@ -558,6 +938,12 @@ def imagenetv2(dataset_name, transform=None, **kwargs): { "benchmark": "zero-shot", "dataset_type": "robustness", + "capability": "natural transformations", + "curated": False, + "object_centric": True, + "image_resolution": [1238.76, 2265.51], + "num_classes": 113, + "llama2_ppi": 205745.07, }, ) def objectnet(dataset_name, transform=None, **kwargs): @@ -576,7 +962,13 @@ def objectnet(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "object recognition", + "capability": "specifies classification", + "curated": False, + "object_centric": False, + "image_resolution": [468.16, 385.79], + "num_classes": 200, + "llama2_ppi": 23365.88, }, ) def cub(dataset_name, transform=None, **kwargs): @@ -595,7 +987,13 @@ def cub(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "scene recognition", + "curated": False, + "object_centric": False, + "image_resolution": [676.42, 551.72], + "num_classes": 365, + "llama2_ppi": 121139.79, }, ) def places365(dataset_name, transform=None, **kwargs): @@ -614,7 +1012,13 @@ def places365(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "reasoning", + "capability": "spatial understanding", + "curated": True, + "object_centric": False, + "image_resolution": [480, 320], + "num_classes": 6, + "llama2_ppi": None, }, ) def clevr_distance(dataset_name, transform=None, **kwargs): @@ -635,7 +1039,13 @@ def clevr_distance(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "reasoning", + "capability": "counting", + "curated": True, + "object_centric": False, + "image_resolution": [480, 320], + "num_classes": 8, + "llama2_ppi": 410266.22, }, ) def clevr_count(dataset_name, transform=None, **kwargs): @@ -650,11 +1060,40 @@ def clevr_count(dataset_name, transform=None, **kwargs): ) +# @register_dataset( +# "vtab", +# { +# "benchmark": "zero-shot", +# "dataset_type": "reasoning", +# "capability": "counting", +# "curated": False, +# "object_centric": False, +# "image_resolution": None, +# "num_classes": 10, +# "llama2_ppi": None, +# }, +# ) +# def countbench(dataset_name, transform=None, **kwargs): +# dataset = HuggingFaceDataset( +# transform=transform, dataset_url="haideraltahan/wds_countbench", **kwargs +# ) +# return RelationDatasetHandler( +# dataset_name=dataset_name, +# dataset=dataset, +# ) + + @register_dataset( "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "specifies classification", + "curated": False, + "object_centric": True, + "image_resolution": [725.36, 664.10], + "num_classes": 5089, + "llama2_ppi": 845.3, }, ) def inaturalist(dataset_name, transform=None, **kwargs): @@ -673,7 +1112,13 @@ def inaturalist(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "standard object recognition", + "curated": False, + "object_centric": True, + "image_resolution": [144.95, 148.82], + "num_classes": 20, + "llama2_ppi": 594242.65, }, ) def voc2007(dataset_name, transform=None, **kwargs): @@ -692,7 +1137,13 @@ def voc2007(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "non-natural images", + "capability": "satellite", + "curated": False, + "object_centric": False, + "image_resolution": [256, 256], + "num_classes": 45, + "llama2_ppi": 323336.83, }, ) def resisc45(dataset_name, transform=None, **kwargs): @@ -711,7 +1162,13 @@ def resisc45(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "reasoning", + "capability": "pose detection", + "curated": True, + "object_centric": False, + "image_resolution": [64, 64], + "num_classes": 40, + "llama2_ppi": 26.29, }, ) def dspr_orientation(dataset_name, transform=None, **kwargs): @@ -732,7 +1189,13 @@ def dspr_orientation(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "reasoning", + "capability": "depth estimation", + "curated": False, + "object_centric": False, + "image_resolution": [1238.87, 374.66], + "num_classes": 4, + "llama2_ppi": 124.44, }, ) def kitti_distance(dataset_name, transform=None, **kwargs): @@ -753,7 +1216,13 @@ def kitti_distance(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "reasoning", + "capability": "pose detection", + "curated": True, + "object_centric": False, + "image_resolution": [96, 96], + "num_classes": 18, + "llama2_ppi": 28.15, }, ) def smallnorb_azimuth(dataset_name, transform=None, **kwargs): @@ -774,7 +1243,13 @@ def smallnorb_azimuth(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "reasoning", + "capability": "spatial understanding", + "curated": True, + "object_centric": False, + "image_resolution": [96, 96], + "num_classes": 9, + "llama2_ppi": 35.36, }, ) def smallnorb_elevation(dataset_name, transform=None, **kwargs): @@ -795,7 +1270,13 @@ def smallnorb_elevation(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "reasoning", + "capability": "spatial understanding", + "curated": True, + "object_centric": False, + "image_resolution": [64, 64], + "num_classes": 32, + "llama2_ppi": 24.8, }, ) def dspr_x_position(dataset_name, transform=None, **kwargs): @@ -816,7 +1297,13 @@ def dspr_x_position(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "reasoning", + "capability": "spatial understanding", + "curated": True, + "object_centric": False, + "image_resolution": [64, 64], + "num_classes": 32, + "llama2_ppi": 24.8, }, ) def dspr_y_position(dataset_name, transform=None, **kwargs): @@ -837,7 +1324,13 @@ def dspr_y_position(dataset_name, transform=None, **kwargs): "vtab", { "benchmark": "zero-shot", - "dataset_type": "vtab", + "dataset_type": "non-natural images", + "capability": "medical", + "curated": False, + "object_centric": False, + "image_resolution": [540, 511.83], + "num_classes": 5, + "llama2_ppi": 14.6, }, ) def retinopathy(dataset_name, transform=None, **kwargs): @@ -858,7 +1351,13 @@ def retinopathy(dataset_name, transform=None, **kwargs): "transfer", { "benchmark": "zero-shot", - "dataset_type": "transfer", + "dataset_type": "object recognition", + "capability": "geographic diversity", + "curated": False, + "object_centric": True, + "image_resolution": [3381.92, 2669.03], + "num_classes": 60, + "llama2_ppi": 100158.6, }, ) def dollar_street(dataset_name, transform=None, **kwargs): @@ -878,6 +1377,12 @@ def dollar_street(dataset_name, transform=None, **kwargs): { "benchmark": "relation", "dataset_type": "relation", + "capability": "relations", + "curated": False, + "object_centric": False, + "image_resolution": [400.53, 302.99], + "num_classes": 0, + "llama2_ppi": None, }, ) def vg_relation(dataset_name, transform=None, **kwargs): @@ -895,6 +1400,12 @@ def vg_relation(dataset_name, transform=None, **kwargs): { "benchmark": "relation", "dataset_type": "relation", + "capability": "relations", + "curated": False, + "object_centric": False, + "image_resolution": [457.79, 397.48], + "num_classes": 0, + "llama2_ppi": None, }, ) def flickr30k_order(dataset_name, transform=None, **kwargs): @@ -912,6 +1423,12 @@ def flickr30k_order(dataset_name, transform=None, **kwargs): { "benchmark": "relation", "dataset_type": "relation", + "capability": "relations", + "curated": False, + "object_centric": False, + "image_resolution": [569.52, 487.69], + "num_classes": 0, + "llama2_ppi": None, }, ) def sugarcrepe(dataset_name, transform=None, **kwargs): @@ -929,6 +1446,12 @@ def sugarcrepe(dataset_name, transform=None, **kwargs): { "benchmark": "relation", "dataset_type": "relation", + "capability": "relations", + "curated": False, + "object_centric": False, + "image_resolution": [1837.58, 1393.52], + "num_classes": 0, + "llama2_ppi": 691.08, }, ) def winoground(dataset_name, transform=None, **kwargs): @@ -946,6 +1469,12 @@ def winoground(dataset_name, transform=None, **kwargs): { "benchmark": "relation", "dataset_type": "relation", + "capability": "relations", + "curated": False, + "object_centric": False, + "image_resolution": [411.40, 326.25], + "num_classes": 0, + "llama2_ppi": None, }, ) def vg_attribution(dataset_name, transform=None, **kwargs): @@ -963,6 +1492,12 @@ def vg_attribution(dataset_name, transform=None, **kwargs): { "benchmark": "relation", "dataset_type": "relation", + "capability": "relations", + "curated": False, + "object_centric": False, + "image_resolution": [1837.58, 1393.52], + "num_classes": 0, + "llama2_ppi": None, }, ) def coco_order(dataset_name, transform=None, **kwargs): diff --git a/eval_vlm/datasets_zoo/wrappers/huggingface.py b/eval_vlm/datasets_zoo/wrappers/huggingface.py index 291ef54..8d1ef16 100644 --- a/eval_vlm/datasets_zoo/wrappers/huggingface.py +++ b/eval_vlm/datasets_zoo/wrappers/huggingface.py @@ -25,6 +25,7 @@ def load_txt_file(self, dataset_url, filename, dir): .replace("\n", "") .replace("{c}", "{}") .replace(" ", " ") + .lower() ) return res diff --git a/eval_vlm/evaluator.py b/eval_vlm/evaluator.py index fef5508..5b53538 100644 --- a/eval_vlm/evaluator.py +++ b/eval_vlm/evaluator.py @@ -135,6 +135,19 @@ def {model_name}(model_name, *args): return eval(f"{model_name}") + def show_results(self): + self.outputhandler.load_all_csvs(self.models) + Console().print( + df_to_table( + self.outputhandler.print_dataframe( + **{"dataset_name": self.datasets, "model_name": self.models} + ).round(2) + * 100, + Table(show_header=True, header_style="bold magenta"), + index_name="model_name", + ) + ) + def evaluate( self, save_freq: int = 1000, diff --git a/eval_vlm/output.py b/eval_vlm/output.py index 03a001b..815925c 100644 --- a/eval_vlm/output.py +++ b/eval_vlm/output.py @@ -33,7 +33,7 @@ def load_all_csvs(self, model_names, use_cols=None): model_folder = OUTPUT_DIR.joinpath(model) for dataset_file in os.listdir(model_folder): file = model_folder.joinpath(dataset_file) - if file.endswith(".f"): + if ".f" in file.suffix: if use_cols is not None: dfs.append(pd.read_feather(file)[use_cols]) else: diff --git a/eval_vlm/plotter.py b/eval_vlm/plotter.py index 9db9ede..f17c4c3 100644 --- a/eval_vlm/plotter.py +++ b/eval_vlm/plotter.py @@ -34,6 +34,10 @@ Resize, CenterCrop, ) + +# import cudf.pandas + +# cudf.pandas.install() import pandas as pd @@ -59,7 +63,7 @@ def __init__( self.models = models if datasets == "all": - datasets = list_datasets("all", exclude_datasets) + datasets = list_datasets("all") else: datasets = [] assert ( @@ -158,6 +162,45 @@ def plot_barplot( return ax1 + def plot_all_datasets(self): + self.outputhandler.load_all_csvs( + model_names=self.models, + use_cols=[ + "model_name", + "dataset_name", + "correctness", + ], + ) + results = self.outputhandler.query( + **{"dataset_name": self.datasets, "model_name": self.models} + ) + + sns.set(font_scale=1.25) + sns.set_style("whitegrid") + fig, axs = plt.subplots( + 1, 1, sharex=True, sharey=True, figsize=(12, 6), dpi=300 + ) + + df_mean = results.groupby(["model_name", "dataset_name"]).correctness.median() + df_sem = results.groupby(["model_name", "dataset_name"]).correctness.sem() + + order = list(df_mean.index) + + self.plot_barplot( + results_mean[order], + results_sem[order], + ax, + order, + ylim=100, + chance=None, + barcolors="royalblue", + ) + + fig.supxlabel("Datasets") + fig.supylabel("Accuracy (%)") + plt.tight_layout() + self.save_figure("summary_figures", "results_summary.png", fig) + def figure_relation_all( self, datasets=[ diff --git a/figures/dataset_size.ipynb b/figures/dataset_size.ipynb new file mode 100644 index 0000000..1c04be5 --- /dev/null +++ b/figures/dataset_size.ipynb @@ -0,0 +1,6292 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-04-25 19:31:32.126430: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-04-25 19:31:32.129775: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-04-25 19:31:32.166284: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-04-25 19:31:32.166303: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-04-25 19:31:32.167440: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-04-25 19:31:32.173828: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-04-25 19:31:34.279449: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=[str(x) for x in list(results_mean.keys())],\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "from eval_vlm.common_utils.utils import get_dataset_mappings, get_model_mappings\n", + "\n", + "param = \"dataset_size\"\n", + "\n", + "model_mappings = get_model_mappings(param)\n", + "results[param] = results[\"model_name\"].map(model_mappings)\n", + "\n", + "dataset_mappings = get_dataset_mappings(\"dataset_type\")\n", + "results[\"dataset_type\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = results.groupby([param, \"model_name\", \"dataset_name\"]).correctness.mean()\n", + "df_sem = results.groupby([param, \"model_name\", \"dataset_name\"]).correctness.sem()\n", + "del results" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_2278797/4150032389.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n" + ] + }, + { + "data": { + "image/png": "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AAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAAAIAkCeAAAAAAAAAAAAAAAAAASJIADgAAAAAAAAAAAAAA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gN2SABwAAFCnrSwujVUCcAAAAAAAAAAAAAD1Ula6BwAAAAAAAAAAAAAAAACAqgjAAQAAAAAAAAAAAAAAAJCRBOAAAAAAAAAAAAAAAAAAyEgCcAAAAAAAAAAAAAAAAABkJAE4AAAAAAAAAAAAAAAAADKSABwAAAAAAAAAAAAAAAAAGUkADgAAAAAAAAAAAAAAAICMJAAHAAAAAAAAAAAAAAAAQEYSgAMAAAAAAAAAAAAAAAAgIwnAAQAAAAAAAAAAAAAAAJCRBOAAAAAAAAAAAAAAAAAAyEgCcAAAAAAAAAAAAAAAAABkJAE4AAAAAAAAAAAAAAAAADKSABwAAAAAAAAAAAAAAAAAGUkADgAAAAAAAAAAAAAAAICMJAAHAAAAAAAAAAAAAAAAQEYSgAMAAAAAAAAAAAAAAAAgIwnAAQAAAAAAAAAAAAAAAJCRBOAAAAAAAAAAAAAAAAAAyEgCcAAAAAAAAAAAAAAAAABkJAE4AAAAAAAAAAAAAAAAADKSABwAAAAAAAAAAAAAAAAAGUkADgAAAAAAAAAAAAAAAICMJAAHAAAAAAAAAAAAAAAAQEYSgAMAAAAAAAAAAAAAAAAgIwnAAQAAAAAAAAAAAAAAAJCRBOAAAAAAAAAAAAAAAAAAyEgCcAAAAAAAAAAAAAAAAABkJAE4AAAAAAAAAAAAAAAAADKSABwAAAAAAAAAAAAAAAAAGUkADgAAAAAAAAAAAAAAAICMJAAHAAAAAAAAAAAAAAAAQEYSgAMAAAAAAAAAAAAAAAAgIwnAAQAAAAAAAAAAAAAAAJCRBOAAAAAAAAAAAAAAAAAAyEgCcAAAAAAAAAAAAAAAAABkJAE4AAAAAAAAAAAAAAAAADKSABwAAAAAAAAAAAAAAAAAGUkADgAAAAAAAAAAAAAAAICMJAAHAAAAAAAAAAAAAAAAQEYSgAMAAAAAAAAAAAAAAAAgIwnAAQAAAAAAAAAAAAAAAJCRBOAAAAAAAAAAAAAAAAAAyEgCcAAAAAAAAAAAAAAAAABkJAE4AAAAAAAAAAAAAAAAADKSABwAAAAAAAAAAAAAAAAAGUkADgAAAAAAAAAAAAAAAICMJAAHAAAAAAAAAAAAAAAAQEYSgAMAAAAAAAAAAAAAAAAgIwnAAQAAAAAAAAAAAAAAAJCRBOAAAAAAAAAAAAAAAAAAyEgN0z0AAAAAAJBe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J+OSSy6J733ve9G4ceOd7vvyyy/H//3f/5X/u6muOXPmxAUXXBDnn39+XH/99dGoUaOdngUAAAAAAAAAAAAAAADqg4wPwJXp1KlTPPbYYzFu3LgYMWJELFu2rFIQLplMRjKZjKeffjpefPHF+MEPfhBDhgyJrKysap+x3377xX777berHoEMs2HDhrj//vvjzTffjPvvvz9ycnJ2uNeECRPihhtuKN9SuCP++te/xscffxz33XdfZGdn73AfAAAAAAAAAAAAAAAAqC/qTACuzDnnnBO9evWKkSNHxujRo8sDRxW3wa1evTruvPPOGD9+fNx0001xxBFHpHNkdrG999472rdvHwcccEC0bds2cnJyomnTprFmzZpYvnx5LFiwIN56661YsmRJlffPmDEjLrnkkvjrX/8aDRtu/yvxyiuvxE9+8pMqw2/Z2dlx/PHHR/fu3aNVq1axbt26KCwsjL/97W+xePHiKnvdcMMNcdddd233HAAAAAAAAAAAAAAAAFDf1LkAXETEHnvsETfddFP0798/br311pg1a1albXAR/w3CLViwIC644II444wz4tprr402bdqkc2xqyN577x3f+MY34sgjj4zDDz88vvSlL23znk2bNsVrr70Wd999d7zzzjsp1996663405/+FN/5zne2a5bPP/88rr322ti4cWPKtZNPPjluuummaNu2bcq1n/70p/Hwww/HXXfdFevXr690beLEidGjR48YMGDAds0CAAAAAAAAAAAAAAAA9U1WugfYGZ07d47HHnssfvazn0XLli0jmUyWX6sYhJs4cWKcdtpp8ec//7nKLV3UDd27d48JEybEiy++GDfddFP07t27WuG3iIisrKzo2bNnjBs3Ls4+++wqP3PffffFqlWrtmum4cOHx/Lly1PqBQUFcd9991UZfouIaNiwYVx44YXxxz/+MRo3bpxy/a677qqyLwAAAAAAAAAAAAAAAOxO6nQArsw555wTkyZNioKCgvLgW8R/Q3CJRCKSyWSsXr067rjjjjjrrLPijTfeSOO07Kj99tsvOnfuvFM9GjRoELfffnscdthhKdfWrVsXU6ZMqXavBQsWxMSJE1Pqhx12WNx4443V6tGjR4/48Y9/nFL/4osv4oEHHqj2LAAAAAAAAAAAAAAAAFAf1YsAXETEHnvsETfffHOMHTs2unXrlrIN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Xy4AAAAAAAAAAAAAAADsjtK6Ae6ZZ56J1157rdJmtYrft2nTJk499dQ4/PDD46CDDorWrVvHHnvsEclkMoqLi6OoqCgKCwtj1qxZMXny5Pjkk09SeiWTyZg5c2Y88cQT0a9fv+2e8eCDD47HH388xowZEyNGjIjly5eXn1HWf9OmTTFhwoSYOnVqXHnllVFQULDTm+zYtZLJZEybNi2mTZsWJ510Utx2223RunXrat1bVRitQYMGNTLXlvoIwAEAAAAAAAAAAAAAALA7SlsArrS0NIYPH14pKFYWKGvTpk1cddVVcfbZZ0dWVtVL6rKzs6Nly5Zx4IEHxmmnnRbXX399PPvsszFixIj4z3/+kxJSu/vuu6NPnz47vKlrwIABceqpp8bdd98dY8aMKd8IVzFwt2LFirjtttti3LhxcfPNN0fXrl136Cy2z/nnnx/nn39+pdqmTZti1apVsXLlyliwYEHMnj07nn766Vi0aFHK/VOnTo333nsvHnroodhrr722eV5V/4Y2bty44w9QjT41FbADAAAAAAAAAAAAAACAuiRtAbiZM2fG4sWLUza2HXLIIfHb3/429txzz+3uefrpp8dxxx0X3/ve9+Kf//xnpXDd0qVLY9q0aXHcccft8My5ublxyy23xIABA+LWW2+NOXPmVAralT3H22+/HQUFBfH222/v8FnsnKysrMjLy4u8vLzIz8+Pk046Ka666qp47rnn4vbbb4+lS5dW+vxHH30Ul156aYwbNy4aN2681d6NGjVKqdXUhrYt9anqzLqiU6dO0a5du3SPAQAANapz587pHgGADOb3BKTyXgCwNX5PQCrvBVTmnYDKvBOQynsBlXknoDLvBFTmnaAuSlsAburUqSm1Vq1axf333x9t2rTZ4b65ubnx61//Os4888z4/PPPU87cmQBcmUMOOSQef/zxGDNmTIwYMSKWL1+esnFu06ZNO30ONSsrKyu++c1vRo8ePWLIkCHx/vvvV7peWFgY99xzT1x33XVb7dO0adOU2po1a2pkxuLi4irrOTk5NdI/HRo1alSnA3wAAFAV/48LwNb4PQGpvBcAbI3fE5DKewGVeSegMu8EpPJeQGXeCajMOwGVeSeoi7LSdfCcOXPKvy/b/nbRRRftVPitTIsWLeKiiy6KZDJZ6Yx//etfO927ogEDBsSkSZNi4MCBlbbN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Y72IUGaqZy+99FIcd9xxccghh8SYMWPilVde+dLy25asXr06xo4dG8cee2yMGTOmVmtsydSpU+OII46IBx54oEbrvvnmm3HaaafF1VdfHevWrau3PAAAAAAAAAAAAAAAAJDv8q4A16JFi9hzzz0rC2cV5bWnn34661S3LRk5cmTl95uuU15eHuecc0689NJLX3r/woUL45xzzolp06ZVPn/TU+AKCgpi//33r+mr8SXefPPN+Ne//lVv623YsCFuvfXWOOmkk2LFihV1Xu/hhx+O8847Lz777LNar3HPPffEf/7nf9ZrKQ8AAAAAAAAAAAAAAADyWfZRanlg3333jX/+858Zs5UrV8bLL79creLZ8OHDY8yYMbFs2bKMAlsqlYpPPvkkzj777Bg0aFAcccQR0bNnz+jUqVOUl5fHRx99FE8//XRMnDgx1qxZk7VuxTrDhg2L7bffvt7el6/WpUuXGDBgQHTr1i06duwYbdu2jc8//zwWLFgQ06ZNixkzZlR534wZM+Lss8+Ou+66K9q2bVurZz/zzDPxX//1X7Fx48asa8XFxfGtb30r+vfvHx06dIjVq1fH7NmzY8qUKbF48eIq17riiitizJgxtcoCAAAAAAAAAAAAAAAATUleFuCGDBkSf/rTn7Lmjz/+eLUKcM2bN49zzz03rrnmmsqT2zYtwW3cuDFeeOGFeOGFF6q8f/PT5zZ37rnn1uR1qKXdd989jj322Dj44INjxx13/NKfffvtt+OGG26I5557rspro0ePjuuuu67GGZYsWRKXXXZZlacPHnLIIfHzn/88unTpknXtZz/7Wdx7770xZsyYrBPfJkyYEPvuu2+ccMIJNc4DAAAAAAAAAAAAAAAATUlBrgPUxp577hk9evSo/FxRRHvkkUdi2bJl1VrjO9/5Tuyxxx6V90dkF9u29FVRlNv851OpVJx++unRp0+f+nxdNlFYWBjHH398jBs3LsaNGxenn376V5bfIiL69OkTt912W1xwwQVVXh8/fnzWqYLVcf3118fy5cuz5qecckrcdNNNVZbfIr54jzPOOCNuu+22aN68edb1MWPGVLkuAAAAAAAAAAAAAAAAbE3ysgAXETF8+PCMUlpExJo1a+Kuu+6q1v0FBQXx+9//Pjp06BARVZfgtvS1+c9V2GuvveKyyy6rnxckQ2FhYRx77LHx+OOP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q+qEudooLS2tct66det6WT8XioqK8rrAB2yd/L0FwFfxbwVksicgkz0B2ewLyGRPQCZ7ArLZF5DJnoBM9gRksy8gkz0BmewJyGRPkI8Kch2gpgYPHpw1W7duXbz44os5SEMSLVu2LM4888z44IMPsq7ttttucdttt0WbNm1qvX779u2zZmVlZfVyCtyqVauyZi1btozmzZvXeW0AAAAAAAAAAAAAAADIN3lXgOvdu3f06NEjaz558uQcpCFpVqxYEWeddVbMmTMn69rOO+8cd955Z5UFtpro2LFjlfNly5bVad2IL04z3FyHDh3qvC4AAAAAAAAAAAAAAADko7wrwEVEnHrqqZFOpyMiIpVKRTqdjvHjx8f8+fNznIxcWrlyZZx99tkxa9asrGs77bRT3HnnnfVSJuvatWuV88WLF9d57U8++SRr1q1btzqvCwAAAAAAAAAAAAAAAPkoLwtwJ598clYJae3atfHrX/86R4nItVWrVsU555wTb7/9dta1bt26xV133RWdO3eul2dVdQJhRMS8efPqtO7GjRurLHF27969TusCAAAAAAAAAAAAAABAvsrLAlzLli3jZz/7WdYpcFOmTInrrrsux+lobKWlpfHd73433nzzzaxrXbt2jbvuumuLp7bVRq9evaqcz549u07rzps3L9auXZs132233eq0LgAAAAAAAAAAAAAAAOSrvCzARUQMGzYszj///KwS3J133hmjR4+uskhE01NWVhbf+9734vXXX8+61rlz57jrrru2eGJbbbVv3z66deuWNX/rrbfqtG5VBb6IiD59+tRpXQAAAAAAAAAAAAAAAMhXeVuAi4i46KKL4swzz8wqwd17770xcuTIeOGFF3KckIa0evXqOPfcc2PatGlZ1zp16hR33XVX7LTTTg3y7H333Tdr9tprr9WpePnSSy9lzVq0aBH9+vWr9ZoAAAAAAAAAAAAAAACQz/K6ABcR8dOf/jR+8YtfRIsWLSLi3yW4efPmxTnnnBPf/va347bbbov33nuvsihH/luzZk3853/+Z7zyyitZ1zp06BB33XVX9OzZs8GeP3jw4KzZ6tWr49lnn63VeuvXr49//OMfWfNvfvObUVxcXKs1AQAAAAAAAAAAAAAAIN8V5jpAbdx4441Zs2HDhsXEiRMjlUpFKpWKiIh0Oh3vv/9+/Pa3v43f/va3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bgAAAAAAAAAAAAAAAAB8tcQW4Co0b948Ro0aFXfffXc88cQTcd5558X222//lafCbTqP+KI4t2HDhnjppZfiJz/5Sey///7x05/+NF5++eWcvRsAAAAAAAAAAAAAAAAAW1aY6wA10aNHj/jhD38YF110UTz//PPx0EMPxZQpU2Lt2rUREZVlt4h/nxS3pXlZWVmMHz8+xo8fH127do1169Y10lsAAAAAAAAAAAAAAAAAUB15VYCrkEqlYvDgwTF48OD47LPP4pFHHomxY8fGzJkzK69XVXrb0vzjjz/OOClu058BAAAAAAAAAAAAAAAAIDcKch2grtq1axennXZaPPzwwzF27Ng49dRTY5tttol0Op1VfKuYbT6vuFaVWbNmNdq7AAAAAAAAAAAAAAAAAPBveXkC3Jb07t07fv7zn8dPf/rTePLJJ2Ps2LHx4osvxsaNG7d4+ltEZJXgKk6BS6fTccwxx8TOO+8cRx11VIwYMSK6devW6O9F/vn444/jySefjFdeeSXmzJkTS5cujfLy8mjevHl06NAhdt555xgwYEAMGzYsdt5551zHBQAAAAAAAAAAAAAAgERqUgW4CsXFxTFixIgYMWJELFy4MEpKSmLcuHHx0UcfRURklOE2PRFuU5uW4ebMmRO/+93v4ne/+13stddecdRRR8URRxwR7du3b7R3YsvKy8tjxowZ8fbbb8e//vWvePvtt2Pu3LmxcePGrJ995513GjTL/Pnz47e//W088cQTsWHDhqzrZWVlUVZWFh999FFMnTo1fvvb38YBBxwQl112WfTq1atBswEAAAAAAAAAAAAAAEC+aZIFuE117do1LrjggrjgggvipZdeioceeiieeuqpWL16dUTEFk+Fq1BxElzFtddffz1ef/31GD16dAwePDiOOuqoGDZsWDRv3rxxXmgrt3r16pg5c2Zl2e1f//pXzJ07t8qyWWMrKSmJX/3qV5W/W9X1/PPPx7HHHhs/+MEP4txzz834nQQAAAAAAAAAAAAAAICtWZMvwG1qv/32i/322y9WrVoVEyZMiLFjx8Zbb70VEZmnwkVkngBX1Xz9+vUxderUmDp1arRq1SoOPfTQGDlyZOy///4KTA3o4osvjqeeeirXMbLcdNNN8T//8z+1vn/Dhg3xu9/9Lj766KO4+uqr/Q4BAAAAAAAAAAAAAABAbGUF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OSTXEb5St27d4swzz4wzzzwz11EAAAAAAAAAAAAAAAAgbxXkOgAAAAAAAAAAAAAAAAAAVEUBDgAAAAAAAAAAAAAAAIBEUoADAAAAAAAAAAAAAAAAIJEU4AAAAAAAAAAAAAAAAABIJAU4AAAAAAAAAAAAAAAAABJJAQ4AAAAAAAAAAAAAAACARFKAAwAAAAAAAAAAAAAAACCRFOAAAAAAAAAAAAAAAAAASCQFOAAAAAAAAAAAAAAAAAASSQEOAAAAAAAAAAAAAAAAgERSgAMAAAAAAAAAAAAAAAAgkRTgAAAAAAAAAAAAAAAAAEgkBTgAAAAAAAAAAAAAAAAAEkkBDgAAAAAAAAAAAAAAAIBEUoADAAAAAAAAAAAAAAAAIJEU4AAAAAAAAAAAAAAAAABIJAU4AAAAAAAAAAAAAAAAABJJAQ4AAAAAAAAAAAAAAACARFKAAwAAAAAAAAAAAAAAACCRFOAAAAAAAAAAAAAAAAAASCQFOAAAAAAAAAAAAAAAAAASSQEOAAAAAAAAAAAAAAAAgERSgAMAAAAAAAAAAAAAAAAgkRTgAAAAAAAAAAAAAAAAAEgkBTgAAAAAAAAAAAAAAAAAEkkBDgAAAAAAAAAAAAAAAIBEUoADAAAAAAAAAAAAAAAAIJEU4AAAAAAAAAAAAAAAAABIJAU4AAAAAAAAAAAAAAAAABJJAQ4AAAAAAAAAAAAAAACARFKAAwAAAAAAAAAAAAAAACCRFOAAAAAAAAAAAAAAAAAASCQFOAAAAAAAAAAAAAAAAAASSQEOAAAAAAAAAAAAAAAAgERSgAMAAAAAAAAAAAAAAAAgkRTgAAAAAAAAAAAAAAAAAEgkBTgAAAAAAAAAAAAAAAAAEkkBDgAAAAAAAAAAAAAAAIBEUoADAAAAAAAAAAAAAAAAIJEU4AAAAAAAAAAAAAAAAABIJAU4AAAAAAAAAAAAAAAAABJJAQ4AAAAAAAAAAAAAAACARFKAAwAAAAAAAAAAAAAAACCRFOAAAAAAAAAAAAAAAAAASCQFOAAAAAAAAAAAAAAAAAASSQEOAAAAAAAAAAAAAAAAgERSgAMAAAAAAAAAAAAAAAAgkRTgAAAAAAAAAAAAAAAAAEgkBTgAAAAAAAAAAAAAAAAAEkkBDgAAAAAAAAAAAAAAAIBEUoADAAAAAAAAAAAAAAAAIJEU4AAAAAAAAAAAAAAAAABIJAU4AAAAAAAAAAAAAAAAABJJAQ4AAAAAAAAAAAAAAACARFKAAwAAAAAAAAAAAAAAACCRFOAAAAAAAAAAAAAAAAAASCQFOAAAAAAAAAAAAAAAAAASSQEOAAAAAAAAAAAAAAAAgERSgAMAAAAAAAAAAAAAAAAgkRTgAAAAAAAAAAAAAAAAAEgkBTgAAAAAAAAAAAAAAAAAEkkBDgAAAAAAAAAAAAAAAIBEUoADAAAAAAAAAAAAAAAAIJEU4AAAAAAAAAAAAAAAAABIJAU4AAAAAAAAAAAAAAAAABJJAQ4AAAAAAAAAAAAAAACARFKAAwAAAAAAAAAAAAAAACCRFOAAAAAAAAAAAAAAAAAASCQFOAAAAAAAAAAAAAAAAAASSQEOAAAAAAAAAAAAAAAAgERSgAMAAAAAAAAAAAAAAAAgkRTgAAAAAAAAAAAAAAAAAEgkBTgAAAAAAAAAAAAAAAAAEkkBDgAAAAAAAAAAAAAAAIBEUoADAAAAAAAAAAAAAAAAIJEU4AAAAAAAAAAAAAAAAABIJAU4AAAAAAAAAAAAAAAAABJJAQ4AAAAAAAAAAAAAAACARFKAAwAAAAAAAAAAAAAAACCRFOAAAAAAAAAAAAAAAAAASCQFOAAAAAAAAAAAAAAAAAASSQEOAAAAAAAAAAAAAAAAgERSgAMAAAAAAAAAAAAAAAAgkRTgAAAAAAAAAAAAAAAAAEgkBTgAAAAAAAAAAAAAAAAAEkkBDgAAAAAAAAAAAAAAAIBEUoADAAAAAAAAAAAAAAAAIJEU4AAAAAAAAAAAAAAAAABIJAU4AAAAAAAAAAAAAAAAABJJAQ4AAAAAAAAAAAAAAACARFKAAwAAAAAAAAAAAAAAACCRFOAAAAAAAAAAAAAAAAAASCQFOAAAAAAAAAAAAAAAAAASSQEOAAAAAAAAAAAAAAAAgERSgAMAAAAAAAAAAAAAAAAgkRTgAAAAAAAAAAAAAAAAAEgkBTgAAAAAAAAAAAAAAAAAEkkBDgAAAAAAAAAAAAAAAIBEUoADAAAAAAAAAAAAAAAAIJEU4AAAAAAAAAAAAAAAAABIJAU4AAAAAAAAAAAAAAAAABJJAQ4AAAAAAAAAAAAAAACARFKAAwAAAAAAAAAAAAAAACCRFOAAAAAAAAAAAAAAAAAASCQFOAAAAAAAAAAAAAAAAAASSQEOAAAA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6fahoaGaPn265s2bp+LFixs+M5lMSklJ0b///W9Gl8ctY/v27bYXudbOF7169crVjW6dOnX0xBNP2La/evWqYQTuiRMn5ikWPz8/vfjiiw6dt7///vs8tQO4grUQzhX/5XdfwK3gzz//1K5duwzXXtbviHvvvTfP7d17772aOHGiQyekqKgoZjGB21y5csWwbP+gPienT59WXFycpOu50K1bN91+++0FjunJJ590iIMXzHCHY8eOGTpy33fffW4fadiet7e3bdRha2x//PGHR2NC0fLLL7/Yfraeh2PHjlX58uVztf2UKVNUqlQpSddmkzObzbbPRo0aJV9f3zzF4+/vn+3MiHv37s1TO0BBHD9+3DAQgMViUfHixfXhhx/m676gcePGWrRokeH5bEJCgt56660ct/Hy8tKAAQM0d+5ch9lzY2JieP4El7t06ZJhuVKlSh6KxKhixYqG5cuXL3soEhRlzO4DXHf06FHDfXa7du0KNHCSM5QsWVLt2rUz3GcfPXrUozGh6CAnACP7nGjVqpXCw8M9GlN4eLjatGljyIkjR454NCYUTVn76lnPx9GjR6tJkyYeiadx48bZPpelTyHcZePGjbafs/bTqF69ukfiqV69uqGvhxXPZQHYowAOAIAsoqOjbT9bL+yfeuop3XHHHXlqp2PHjlq5cqVuu+02w0W5yWRSWlqann32WX3zzTdOixtwlexGFsrLS+X+/fsbOg1Z8+ree+/Vbbfdlud42rdvb5utwdrewYMH89wO4CzWznBeXl7q06ePYmJidOjQIaf+l3U/JpNJM2fOzNV2w4YN89i/C5BbWUfrsn5HtG7dWt27d893m927d1fr1q0dOiH9/PPPBQkVyLW0tDTDcm5n4ck6G5BVx44dnRKTv7+/LS+s11AnT550StvAjdgXH3vqpZm9atWqGZYpkoY77du3z7BcpkwZdenSJdfblyhRQj169LD9TbfeK1SsWFEtWrTIV0xt2rRRhQoVbhgn4EpZOzFYz+0RI0aodu3a+W6zdu3aGjFihOH6Z82aNbYBB3LSvn17vfrqq4b7CYvF4jBzNeBs9p17PD1ogJV9HAy6BE9gdh/gOvvnR3l9h+0q9nHEx8d7KBIUNeQEYGR/z9uwYUPPBGLHfsDxm92bA66wZ88ew3J4eLj69+/vmWD+X//+/W19oKzs4wRcxX4Q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0bp167R161b99NNPSktLy/b3snsmldN3i5+fn+666y61bNlSnTp1UkREhFNjBvD3RwEcAAC3gNq1a9t+NplMdFZFkUdOAI7IC8CInACMyAl4StYZ4OxfdtkXwwUEBOjBBx9Uz549GSEYcKOUlBQlJCQY1lWoUMFD0QCFA3kBT5o4caIiIyNzLHyzf70fEBCgsmXLKiwsTCVKlFBQUJC8vb3l4+Mjs9msjIwMJScnKykpSefPn9e5c+ccCnxy2o/JZFLPnj01ZcoU5x4kUEAJCQn64IMPtH79eocZzyWpWLFi6ty5s5544gnddtttObZz5coVTZs2TatWrZJ080JSk8kkf39/PfLIIxoxYoT8/PwKdBxAQZ09e1ajRo1STEyMy2cLtbLfzz333KPZs2dTGIpCgZwAjK5evapJkybpiy++kHT9fHVnTnTp0kWTJk1SUFCQy/YJFNSxY8f04Ycf6uuvv9aVK1ckOWfGUCtrzhUrVkydOnXSoEGDVK1aNae1Dzjb1q1btXjxYu3cuTPXs+jmNBjmjX7XZDKpSZMmGjx4sFq1alXAqAEUFcy7DQDALcLaYRDANeQE4Ii8AIzICcCInICn2Xfitv5sndnk6tWr+uyzz/TZZ5+pSpUq6tWrl7p3767SpUt7KmTArRITE7Vx40Zt375dcXFxOn/+vHx9fVWmTBlVrlxZrVu3VrNmzeTr6+vU/a5fv14vvviibdlkMungwYNO3QeQX+QFipr3339fK1askOTYKdViscjHx0d33323mjVrpvr166tGjRr56lwdFxeno0ePau/evdq+fbt++uknmc1mh2s1i8WiVatWqWLFinr66acLdnCAk6xZs0ZvvPGGLl26lOM97pUrV7Rq1Sp9+eWXGjVqlAYOHOjwO5cuXdLgwYO1f//+XHUGt963pKSkaPHixfrpp5/03nvvqWTJks45MCCPDh06pCeeeELx8fE3nC3UGc+CsruXt7YdExOjnj17atGiRYYBmAB3IycAo7i4OA0aNEjHjh276bVOQfLCvk37Z75fffWVDhw4oA8//FDlypXL934AV0hISNDMmTP1+eef285ZK2cWilrbvXLlilavXq01a9aoa9euGjNmDO8/UKj8/vvvevXVVxUdHS3Jsag5t272u1mL6nbu3KmdO3eqUaNGeuWVV1S9evV8RA6gKKEADgAAAAAAAADgFtl1tshuVMjjx49r9uzZmjNnjtq0aaNevXqpTZs28vLycm/AgBskJiZq9uzZWr16tTIyMmzrrflw6NAhSdLy5csVFBSkvn376sknn3RqZ2sKpFHYkBcoig4dOqS3334728K38uXL69FHH9U//vEPhYaGFnhf4eHhCg8PV4sWLfTMM8/owoUL+vzzz/XRRx/pzJkzhpG4LRaL5s+fr7Zt29KJGx63dOlSTZ8+PdcFa6mpqXr99dd18eJFjRgxwvDZv//9b+3bt++m7VjZ37f89NNPGjhwoFasWMFMcHC7kydP6tFHH1ViYqKk7IumpWuzhNauXVs1atRQ5cqVFR4ertKlS6t48eIKCgqSj4+PvL29lZGRIbPZrOTkZCUnJ+vcuXM6e/asTpw4oSNHjujQoUNKSUlx2Jf1e+L8+fN69NFHFRkZqcqVK7vpXwG4jpwAjOLj49WvXz+dOnVKUs45IUllypTJU05YZ5bOmhPnzp2ztZf1XsK6r2PHjql///5asWKFwsLCXH34QK5s27ZNY8aM0YULF1w+O6L9vYTFYtEXX3yhH374QTNnzmTmKxQKK1eu1JQpU5SamprnnMjuOeqNts3uvWB0dLR69uyp8ePHq3fv3nkJHUARQwEcAAAAAAAAAMDlTCaTHnvsMV26dElff/21rly5Yluf9XesLBaLzGazvv/+e33//fcqXbq0evTooR49eqhKlSpujx9whR07dmjkyJFKTEzMsdgm6/qkpCQtXrxYq1at0ksvvaRu3bo5LRZmCkVhQV6gqJo5c6YyMjIMHUVNJpOGDBmiYcOGyd/f32X7DgkJ0WOPPaaHH35Y8+bN0+LFiw2fm81mzZw502E94E7ffPON3njjDUl5K1izWCxasGCB6tWrp/bt20uSFi1apJiYmBt2Bs+pPevPFotFhw8f1syZMzVu3Lg8Hw+QX+np6Ro2bJgSExOzPYdDQ0PVpUsXdezYUQ0bNnTKTLlms1k///yzoqKitHbtWsXHxzsUOCQmJmro0KFas2aNfHzojgb3IScARyNHjtSpU6eyzQlfX1+1bt1aHTt2VLNmzfI1o7S9uLg4bd++XVFRUdq8ebPS09MdBtU4deqURo4cqY8//rjA+wMK6rPPPtP48eNlNpslZX9/kdO9QUBAgIKCguTt7S0fHx+ZzWZlZGQoOTnZVhxtL7t3IBaLRRcvXtTTTz+tqVOnqnv37gU8KiD/3n33Xc2bN++GhW/2OeHj46PQ0FCVKFEix5xISkpSfHy8LdescsqJ1NRUTZw4UWfPntXQoUOdfZgA/ia4uwIAAAAAAAAAuEXdunXVtWtXjRs3TuvWrdOqVav0888/S3J8oZb1pZcknTt3TgsXLtTChQvVqFEj9erVSw8++KBLO4MDrvTDDz/o2WefzXbU+BuxWCy6cOGCXnrpJX3//feaOnWqihcv7spQAbchL1BUHTt2TNu2bTNc/3h7e2vGjBl66KGH3BaHv7+/Ro8erTp16mjMmDG2IjyLxaIff/xRx44dU9WqVd0WD2CVmJioyZMnS7rxDCZZ2Xe6fvXVV9W6dWulpqbqgw8+cBh8w9vbW02bNlXz5s0VERGhkiVL6tKlS4qNjdWPP/6onTt3KjMz06Hd5cuXq2vXrmrQoIErDh1wsHTpUv32228O53CpUqU0YsQI9e7d2+mzEvr4+Khx48Zq3LixRo8ercjISL399tsOBUdHjx7VkiVLNGTIEKfuH7gRcgIwioyMVHR0tENO+Pr6asCAARo0aJBKly7t1H2Gh4ere/fu6t69u86fP6/Fixdr2bJlhuIii8WimJgYRUZGMrMPPGrz5s16+eWXDdf2VtZ7C39/f919992qX7++atSooSpVqig8PFxhYWE3LGo2m82Kj49XXFycTpw4oaNHj2rv3r36+eefHZ51Wf+fkZGhl19+WSEhIWrTpo0rDhm4odWrV+vtt9+WlPP9dkREhJo1a2bIibzM6JmQkKDjx4/bcmL79u0Os5RmfSY2f/58lStXTj179izw8QH4+6EADgAAAAAAAADgVoGBgerVq5d69eqlY8eOKTIyUl9++aXOnz8v6cazwklSTEyMYmJiNGXKFHXp0kU9e/bUHXfc4d6DAArg+PHjtiKfnAp8chptNeuL4PXr1+vw4cN69913KUjALY+8QFG2YcMG28/WorMnn3zSrcVvWT300EM6evSoFixYYMi3DRs26Mknn/RITCjaFi1aZJtdJ2thpiS1aNFCbdq0UUREhPz9/XX+/HnFxMTo22+/1eXLl23n8Llz57RmzRqlpKTo0qVLhjaaNWumCRMm5Pi9MWTIEP3222967bXXHGaOs1gsWrZsmWbMmOHifwVASktL05IlSxwGjGnQoIHmzZvnlFl8bsbPz0/9+/dXhw4dNHz4cO3du1cmk8mWU0uWLNGjjz7q9IIjIDvkBGCUmZlpuIa35kTlypU1b9481apVy+UxlC5dWi+++KK6deum4cOH688//5R0vQhuwYIF6tWrV64HvAGcKSEhQWPGjHEofrPeY7Rr1049e/ZU69at8/V328fHR+Hh4QoPDzcMkJGWlqbNmzdr1apV2rRpk21/0rXcyMzM1AsvvKCvv/5aoaGhBT9QIJf+/PNPvfbaa9kWvgUGBqpHjx7q1auXateuXaD9hIaGKjQ0VHfffbf69OkjSTp06JBWrlyp1atX68qVKw6DzUyePFn33nuvKlasWKB9A/j78fJ0AAAAAAAAAACAoqtq1ap68cUX9cMPP2j+/Plq27atvLy8sp3JIWsHIovFosuXL+u///2vevfurW7dumnZsmW6dOmSB44CyL3MzEy99NJL2Rb5WM/t0qVLq379+mrQoIGCg4Nt67Oy5sLx48f18MMPa+/eve48DMCpyAsUdbt37zYsBwcH6+mnn/ZQNNc8/fTTCgkJMayLiYnxUDQoysxms9asWePQGa5cuXL673//q8WLF2vgwIFq3769WrZsqe7du2vKlCmKiorSAw88YOhcunbtWlvBqXX9P//5Ty1atOimRdM1a9bU0qVL1blzZ0NBtsVi0TfffKOLFy+67h8B+H+bNm1SQkKCpOvncI0aNbRkyRK3FPpkFR4eriVLlqh69eqG9RcuXNCmTZvcGguKLnICMNq6datOnz5tWFeuXDktX77cLcVvWdWuXVvLly93yMUzZ85oy5Ytbo0FsJozZ47DbJ0Wi0V33323Pv/8cy1YsEAdOnRwetGyn5+fOnTooAULFuizzz7TXXfd5fBM69KlS5ozZ45T9wvczKxZs2yzE1pZLBZ17txZUVFRGj9+fIGL33JSu3ZtjR8/XlFRUerUqZNDTqSmpmrWrFku2TeAWxsFcAAAAAAAAAAAj/P29laHDh303nvvaePGjXruuedUuXLlHAsc7IvhDh8+rKlTp6pVq1YaNWqUtm/f7qEjAW5s7dq12rNnj0NHC29vbw0YMEDr1q3Tli1bFBkZqRUrVmj79u366quvNGjQIAUFBRnywZoHiYmJevzxxxUdHe2JQwIKjLxAUff7778bZra677775O/v79GY/P391b59e8NsW8eOHfNoTCiatm3bZpsp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z55q0qRJgWIF3IGcAK5LT0/XV199pdWrVxtml5aclxMmk0n33HOPevbsqS5dunCvgUIvMjJSs2bNUmJi4g3zID/d7G/WXsmSJTVq1Cj961//ynPbgKts27ZNr776qmH29RvJTW7ktp1KlSpp4sSJatWqVa5iBVB0UQAHAAAAAAAAAADgJl9//bWee+45wyxT9evXV2RkpNtiWLt2rV588UVb53EKfeBp5AUAILd27typiRMn2kaaz6kzncViUWBgoMaOHavevXtn+/lLL72kzz//PM+dvi0Wi9q1a6c5c+bI398/7wcBuJjZbNaePXu0c+dO7d+/X4cPH9Zff/1lKPa/GS8vL5UrV061atVSvXr1dO+996phw4YUM+CWRE4ARufOndO2bdu0a9cu7d+/X8eOHZPZbM5zOz4+PqpataotJ5o3b66yZcu6IGLAdS5cuKCFCxdqxYoVtmJpV8xaaH3eFRQUpD59+mjIkCEKDQ11+n6AgkpLS1NkZKSWLl2q2NhYSa7NiYoVK+rxxx9X79695efn5/T9APj7oQAOAAAAAAAAAADATa5evarmzZsrJSXFsH7BggVq27at2+JYv369nn/+ecMMKhT6wFPICwBAXqSlpWnlypX65ptvtHv3bocZ4SIiItS5c2c98sgjCg8Pv2Fb//nPf/Tmm28qJSUlV7M+hISE6JlnnlH//v3l7e1d8IMB3MRsNuuvv/5ymDE0IyND3t7ethlDQ0JCFBoaqnLlysnHx8fTYQMuQ04A12VkZOj06dN5mlm6QoUKKl++PHmBv43k5GStX79e69atU3R0tMMzqrwUANl3y/f391fjxo3VqVMnPfDAAypevLhTYgZcbdeuXVq3bp22bt2qP//80+Hz/M4SFxERoZYtW6pTp0669957XVJgB+DviwI4AAAAAAAAAAAANxoxYoTWr19vWFe3bl2tXr3arXFs3LhRzz77rNLS0mzrKPSBp5AXAID8SE1N1dmzZ5WQkCBfX1+VLVtWpUuXzlMb8fHxWrZsmaKionT06FGHz4sVK6YmTZqodevW6tatGx1WAQAAgL+xtLQ07d271zZraGxsrK1A1L4wLit/f3+FhYWpfPnyqlSpkmrXrq169erpzjvvZGYr3PLOnDmTbU7kpmjaPicqVKjg6cMBcAujAA4AAAAAAAAAAMCNrl69quTkZIf1ee2s7Qz79u1z6Oj9z3/+0+1xAOQFAKAwSExMVFxcnJKSklSiRAmFhoYqJCREXl5eng4NAAAAgIelpqYqOTnZYdbQwMBABQQEeDo8AAD+9iiAAwAAAAAAAAAAAAAAAAAAAAAAAAAUSj6eDgAAAAAAAAAAAAAAALjHoUOHDMsREREqUaKEh6IBAAAAAAAAAODmmAEOAAAAAAAAAAAAAIAionbt2jKZTLblGTNmqGvXrh6MCAAAAAAAAACAG/PydAAAAAAAAAAAAAAAAMC9GCsXAAAAAAAAAHCr8PF0AAAAAAAAAAAAAAAAAAAA10tPT1dycrLMZrPMZrO8vb3l6+urwMBA+fn5eTo8AAAAAACAbFEABwAAAAAAAAAAAAAAAAB/E+np6dq7d68OHjyow4cPKzY2VqdOnVJCQoKuXr2a43YBAQEKDQ1VRESEKlWqpFq1aqlu3bq688475evr68YjAAC4WlxcnA4cOODwPXHx4sUcC6VDQkIUEhJi+J6oV6+eypUr5+nDAQAAQBFAARwAAAAAAAAAAAAAAAAA3MKuXr2q9evXa926ddq1a5dSUlIMn1sslly1cerUKZ0+fVrR0dG29QEBAWrcuLE6d+6s+++/X4GBgU6PHyhMMjMztXPnTkVHR+vIkSM6ffq0kpOTJUmBgYEqX768qlevrnvuuUfNmjWjQBS3jJiYGK1bt05bt25VbGysw+fZfVdkZmYqPT1dV65c0fnz52UymQzfEZJUsWJFtWzZUp07d1bjxo1dFj/gCRaLRX/99ZdDgWh6erp8fHxsBaLBwcEKDQ1VuXLl5OXl5emwgUIjMzNThw4d0rlz55SUlKSSJUsqNDRUFSpUUEhIiKfDA3CLMVly83QDAAAAAAAAAAAAf0unT582LIeGhiogIMBD0QCFA3kBd7PvQOpKAwYMkMlkksVikclk0lNPPaUWLVrcdLuIiAhVqFDBDRECwP+xd99hUlbn/4CfZQsdpIkIKkEUEDTYxR5rjBpAo1+7kSjRqLFhiTVqiMYSo2KJWGLBhoBRUSGKYkOKCgIqgoiAKFKXXhbm90d+u2HYArs7uzPAfV8Xl/ue8845z+CceQd4P3Moj/z8/HjsscfiueeeiyVLlkREyQGGrKysjR6zrMfXrVs3Tj311OjRo4cbVtnsLFmyJB5//PF47rnnYuHChUXt66+JdddT/fr14+STT44ePXpE48aNq6tU2GgFBQUxYMCAePzxx2P69OkRUXYouqzrxcY8brvttosePXrEiSeeKBzKJmft2rXx2WefxahRo4p20p01a1asWbNmo8fIzs6OFi1aFO2ku88++8Tuu+8e2dnZVVg5pNZ3330XP/74Y8ybNy9q1aoVzZs3jw4dOpQr3Pn555/HE088EcOHDy9xF+qsrKxo165dHHzwwXHaaadF8+bNU/kUgM2UABwAAAAAAMAWrH379kk3N91xxx1x/PHHp7EiSD/rguq2/muuKpV1A3dZLrzwwrjooouqoiTYpKxYsSLmz5+f1CYcSroMGDAg7rzzzsjPz096f6+Ka8r64zdo0CB69eoVJ510UsrngnQYNmxY3HjjjTFv3rwyQ6Cl9TVo0CBuuumm+NWvflXltcLGGjFiRNx8883x3XffVft1Yvvtt4+bbrop9t9//5TPBan2ySefxMCBA2Po0KFFXygQsXE76JZm3XVWr169OPLII+OEE06Ivfbaq1K1QlWZP39+9O3bN4YOHVrsy8EiImrXrh2/+tWv4txzz43WrVuXOs6yZcvir3/9awwYMCAiNryOsrKyombNmnHGGWfEH//4x8jLy6vU8wA2bwJwAAAAAAAAW7D27dsX/ZyVlSXoA2FdUP0KA3CZ+s/3WVlZAnBknPz8/HjnnXdixIgRMXv27Jg7d27k5uZGs2bNYvvtt4+DDz44unTpkvKdR1555ZW4+uqri46zsrLiiy++SOkcsCEFBQVx7bXXxquvvlp07dhQmKE815iNHSsrKyuOPfbYuO222+zyQ1p079496fiyyy6Lgw8+uNzj9O3bN+65555Yu3ZtRJQ/HLTumvjDH/4QF198cblrgFS7995745///GckEomi3Z83ZGOuFeUZp0aNGnHeeefFZZddtuGCIQ1GjRoVf//732PcuHERUfEvjClJaWP9/Oc/j0svvTT222+/Co8NqTZo0KC4/fbbY9GiRRvc7TMvLy+uuOKKOOuss4r1L1q0KH73u9/FhAkTNurPKeuHp3ffffd4+OGHo0GDBpV4NsDmLCfdBQAAAAAAAJBemRy6gHSxLkiH6tgFrrw39FkHZJr8/Py4++67Y+DAgbFmzZqi9sLX6ldffRUREf369Yu6devGKaecEj179kzpDXTWBelUUFAQF154Ybz33nulBhrWfY3m5eVFq1atonnz5tGkSZOoX79+1K1bN7KzsyMnJycKCgpizZo1sXTp0liyZEnMnTs3fvrpp5gxY0asWrWqaJx151l3J6zBgwdHfn5+PPzww5GdnV2FzxyK+/LLL4s+t2dlZUV+fn65x+jXr1/cfffdEbFxN2iXdM66a+LBBx+Mhg0blnhTOFSXG2+8Mfr371+0NtZ/3a7/WaZWrVqx9dZbb/R1Ys6cObF8+fKkMUq6TqxduzYeeeSRmDdvXvzlL3+pomcL5bd8+fL485//HK+88kpElP0eX1GlrbuxY8fGOeecE8cdd1z8+c9/jrp166ZsTqiIf/3rX/G3v/1towNrK1eujNtuuy0WLlwYf/zjH5P6/vCHP8T48eM3OE6hdc9JJBLx6aefxllnnRUvvviineCAEgnAAQAAAAAAAEAGqIqb7iork2qBjz/+OC699NLIz88vNYS2bvuSJUviscceiwEDBsQ111wTXbt2TVktgtKky+233x7Dhw8vFmgofD02atQoDj300OjSpUvsuuuu0bp16wq9lycSifjuu+/i888/jxEjRsS7774bCxYsiIj/XRsK18EHH3wQf/3rX+OGG25IwTOE6vPll1/G3/72tzKDpDk5ObH11ltHo0aNokaNGjFv3rz46aefoqCgICKKh34SiUTcdddd0aVLl9hpp52q54nAOv75z3/Giy++GBElB3BycnJijz32KLpO7LTTTtG8efNyzzN79uyYMmVK0XXi008/jYKCghLXxIABA6JVq1Zx/vnnV+7JQQrMnj07evToEVOnTt3gn8Er83l//THXDUsnEol47bXXYuLEifH444/HNttsU+F5oDLefPPNuP322yOifIG1RCIRDz30UHTs2DEOP/zwiIh49NFHY8yYMRsMXZc0XuHPiUQiJk2aFHfeeWdcd9115X4+wOZPAA4AAAAAAAAAMkh1hmoEeNhUDB8+PC655JJYsWJFRGx8ODORSMSCBQvimmuuiWHDhkXv3r2jXr16VVkqVJnRo0fHM888U+JNpbvuumv07NkzDjvssJTsxJaVlRWtW7eO1q1bx69//etYs2ZNDBs2LB555JEYP358sRDcs88+G7/85S9j7733rvTcUB3WrFkTl112WaxatarENdWlS5c47bTTokuXLsWuG0uWLIkRI0bEs88+GyNGjCh28/aqVaviyiuvjJdffrk6ngoU+eqrr+K+++4r8TXdokWLOPvss+PXv/51NG7cuNJzNW/ePJo3bx4HHHBAXHDBBbFgwYL497//HU8++WT88MMPxa4Tffr0iUMPPTTat29f6bmhoubNmxennXZafP/99xFR+i5tERHNmjWLnXbaKbbffvto3rx5NG3aNOrVqxd169aNnJycyM7OjjVr1kRBQUGxnXS/++67mDx5csyZM6dovHXXROFcU6dOjdNPPz1efPHFaNKkSVU/fUiSn58ft956a0SUvRbWtf57+8033xwHH3xwrFy5Mvr27VvsCzqys7Njv/32i/333z9atmwZDRo0iEWLFsWMGTPio48+ipEjR8batWuLjduvX784/vjjY7fddquKpw5swgTgAAAAAAAAACADFN7oU6NGjTjxxBNjjz32SOn4iUQirr322qJ5srKy4qSTTordd999g4/t0KFDSmuB8pg2bVpR+G1DuzOUtdPC0KFDY9KkSfHggw9GmzZtqrZoqAJ33nln0nEikYiaNWvGn/70pzjllFOqdO7s7Ow48sgj48gjj4znnnsubr/99li1alVSLXfddVe88MILVVoHpMqbb74Z06ZNK3ajdoMGDeLOO++MQw45pNTH1qtXr2g9vPvuu3HVVVfF4sWLk86ZNGlSDB8+vMxxINXuvPPOWLNmTdLnn6ysrDjvvPPioosuipo1a1bZ3I0aNYrf/va3ceqpp8b9998fjz32WFJ/QUFB3HnnncXaoTpdeuml8f3335cY9snNzY2DDz44jjzyyOjSpUuFdkZc3+zZs2PEiBHxn//8J957771YvXp1saDP999/H5deemk8/fTTlZ4PyuPRRx+NefPmJf0dUeGfqw844IA45JBDomXLllGzZs2YO3dujBkzJoYMGRKLFy8ueh3PmTMnBg0aFCtWrIhFixYljdGlS5e44YYbSv2z93nnnRdff/113HLLLcV2jkskEvHMM8/EHXfcUcW/C8CmRgAOAAAAAAAAANKoRo0aSeGdtWvXxoABAyIvLy8uv/zyqFu3bsrmuvbaa5OO99577zj++ONTNj6k2tq1a+Oaa64pMfxWuG6aNWsW22yzTWRlZcWMGTNiwYIFEZEchiu8EW/atGlx6qmnRt++fX2bPJuUL774Ij7//POkUEPNmjWjb9++sc8++1RrLaeeemq0bds2zj333KLdsxKJRHz++ecxceLE6NixY7XWAxWxfggnkUhEkyZN4qmnnoodd9xxo8c59NBD49lnn42zzz475s+fn9T3zDPPCMBRbaZOnRoffvhh0nUiOzs77rjjjjj22GOrrY6aNWtGr169okOHDnHllVcmhSo++uijmDp1qi8iIC369+8fo0ePLhayyc3NjTPPPDN69OgRTZs2TemczZs3j27dukW3bt1i7ty58dhjj8UzzzwTBQUFEfG/P6OMGTMm+vfvHyeddFJK54fSFBQUxKBBg4oFMrfZZpv4xz/+EZ07dy72mG7dukWvXr3ipptuiiFDhhQ9dvDgwUV/Ni98z+/WrVv85S9/2eDO1DvvvHP861//iquuuipef/31yMrKKqrlzTffjGuvvTa22mqrlD53YNNWI90FAAAAAAAAAMCW7IUXXoi2bdsWC8E9++yzcfzxx8fw4cPTXCGkz+DBg2Ps2LHFblTNzs6OM888M15//fV4//33o3///vHiiy/GiBEj4rXXXosePXpE3bp1i9ZVRBTdTJefnx/nnHNOjB49Oh1PCSrk7bffLvq58MbSXr16VXv4rdDee+8dV1xxRdIai0iuEzLVN998E1988UVSUKhGjRrxt7/9rVzht0Jt27aN22+/vei48MbtDz/8MObMmZOyuqEsb731VtHPhdeJnj17Vmv4bV3HHnts/P73vy92nVi3Tqgua9eujYceeijpfT+RSMT2228fL730Ulx11VUpD7+tr2nTpnH11VdH//79o1WrVkXthdeMhx56qNh6gary4Ycfxty5c4uOE4lEbLXVVvHcc8+VGH4rtNVWW8W9994bRx99dNHr9ZNPPolPP/00Iv77eu7QoUPccsstGwy/FcrJyYnbbrstdt5556T21atXx8cff1zOZwZs7gTgAAAAAAAAACCNdt111xg4cGBccMEFRTcIFd4EN2vWrDj//POjV69exXYVgS1Bv379ko4TiUQ0atQo+vXrF9ddd12JO4i0bds2rrrqqhg6dGh07dq12I2kWVlZsXTp0jjvvPPigw8+qNL6IVXGjh2bdNy8efM4/fTT01PM/3f66afHNttsk9S2fp2QicaMGVP0c2FQ6Fe/+lUceOCBFR7zoIMOimOPPTbpmpNIJIpuCIeq9sknnyQdb7XVVnH++eenqZr/Ov/886NRo0ZJbeuuP6guH3zwQcyaNSupbZtttol+/fpFu3btqrWW9u3bR79+/aJ58+ZJ7T/88EO8//771VoLW65x48YV/Vz4WehPf/pTtGjRYqMe/5e//CUaNmwYEf/dTa5wV8OIiCuuuCJyc3PLVU/NmjVL/HKNzz//vFzjAJu/nHQXAAAAAAAAsKXo0KFDukuAjGNdwH/l5ubGJZdcEkcddVT86U9/iq+++irp2+kHDx4cH3zwQVx77bXx61//Os3VQvWYMmVK0u5viUQicnNzo2/fvtGpU6cNPr5x48bxt7/9LY444oi49tprY8mSJUV9WVlZsWLFivjDH/4Q99xzTxx++OFV9jwgFaZOnVoUjs7KyorDDjssatRI73efZ2dnx+GHHx79+vUrqu3bb79Na02wMUoK4Pzud7+r9LjnnntuvPbaa0lt48aNi6OPPrrSY8OGfPPNN8WuEzVr1kxrTTVr1ozDDz88XnrppaLapk6dmtaa2DK99957RT8XrpHevXtHs2bN0lLP1ltvHX/5y1/i3HPPTdrp+r333ouDDz44LTWxZRk/fnzScbNmzeK4447b6MfXr18/TjjhhHjiiSeS/rzeqlWrOOCAAypU0yGHHBLbbrtt/PDDD6XWCWAHOAAAAAAAgGqSSCQy7hekW7rXgHVBpunQoUMMGDAgLr744sjJ+e932hbeLLpw4cK4+uqr47zzziv27fWwORo9enTRz4U3qv7+97/fqPDbuo488sh46aWXonXr1knv81lZWbFq1aq45JJL4s0330xZ3VAVFi5cmHTctm3b9BSynh133DHpeP06IROtH8Bp2bJlSr6Yo3379rHddtsltU2cOLHS48LGWH+36Ez5spn27dsnHdvVmnRY/724ffv2FQ7ppMqBBx4Yu+yyS9GfcyIiJkyYkNaa2HLMmDEjKTS93377RXZ2drnGWHfn3MJx9t5770rVte+++xaNlUgkYs6cOZUaD9j8CMABAAAAAABUo6ysrIz6BZkg3evAuiDTZGdnx4UXXhgDBgxIuiGu8AagDz74II477rh45pln0l0qVKmxY8cmHdeuXTvOPvvsCo21ww47xIsvvlh0Q12hrKysKCgoiF69esUrr7xSmXKhSq1evTrpuHbt2mmqJNn6daxfJ2Si/Pz8pJu+99prr5SNvddeeyXduD1v3ryUjQ1lWblyZdJxvXr10lRJsvXrWLVqVZoqYUu2ftjnoIMOSndJERFJdSQSiZgxY0Yaq2FLsnjx4qTjdu3alXuMkh6z/pdjlNf6j1+/TgABOAAAAAAAgGpmpykozrqA4nbeeefo379/XH755ZGbmxsR/9sNbtmyZdG7d+849dRT45tvvklzpVA1Jk+eHBHJ3yZfv379Co9Xv379ePTRR+Poo48uMQR3zTXXxIABAypdN1SFOnXqJB1nyg4669eRKcE8KEt+fn7ScevWrVM29g477JB0vGjRopSNDWVZ//13/dd5uqxfR61atdJUCVuy9d+L19+tM11atWqVdCzsQ3VZ/7XWsGHDco/RoEGDYm0VGaesx1sTwPoE4AAAAAAAANJo3dBPOn5BJrIu4H9q1KgRPXv2jEGDBsVuu+1WbDe4zz77LLp16xZ9+vSJgoKCdJcLKbVw4cKknTl32223So+Zm5sb//jHP+LEE08sFoJbu3Zt3HDDDfH8889Xeh5ItebNmycdr79DYrqMGzcu6Xj9OiETLV++POm4sjdrlzWWG7epLk2bNk06njBhQpoqSbZ+HU2aNElTJWzJ1v+7nho1MuP2+fXr8HdSVJeqeu2l+jW87t8HAERE5KS7AAAAAAAAgC1FjRo1ioILhf/9xS9+kdKb7cpr0KBBaZsbIqwL2Fg77rhjPP/88/HEE0/EfffdFytWrChaN6tXr44HHngghgwZEr17905JSAgywfo7NaTqhumsrKzo3bt31K5dO5555pmim+oKQ3A333xzrF69Os4888yUzAep0LZt25g8eXLRe/97770XP/30U2y99dZpq+mnn36K4cOHJ32O22mnndJWD2ysrbbaKubNm1d0nMqdC9ff3Wr16tUpGxvK0rZt25g2bVrRe/KwYcNi8eLFldo9t7IWL14cw4YNS7pOtG3bNm31sOWqV69eLFy4sOj4hx9+SF8x61i/jnr16qWpErY09evXj5UrVxYdr7s+NtaCBQuKtVVknLIen85rGJCZBOAAAAAAAACqSZs2beKbb75JajvhhBPiiCOOSFNFgj6kn3UBGy8rKyt69OgRhx12WFx77bXx6aefFgV3EolETJ48OU499dQ4/fTT47LLLkvpzdyQDitWrEg6zslJ7W0u119/feTl5cXjjz+eFIJLJBLx17/+NQoKCuKcc85J6ZxQUfvvv3+88cYbRcerVq2Kv/zlL3HfffelraZbb701Vq5cmbQzQ5cuXdJWD2ysRo0aJQXglixZkrKx1x+rZs2aKRsbyrLPPvvEW2+9VXS8bNmyuPvuu+PPf/5z2mq66667YunSpUnXiX322Sdt9bDlatWqVSxYsKDotfjxxx/HRRddlOaqIkaOHJl03LJlyzRVwpamQYMGMXfu3KLjL7/8stxjfPXVV8XaJk2aVKm6vv7666TjBg0aVGo8YPOTGXu4AgAAAAAAbAE6duwYiUQiqW3ixIlpqgYyg3UB5de6det49tln49prr41atWoV7aaQlZUVa9asiaeffjqOPfbYeP/999NdKlRK3bp1k47nz5+f8jmuuuqqOP/885OuRYUhuDvuuCMeeeSRlM8JFXH44YdHXl5eRPzvNfqf//wnbr311mKfpapaIpGIW2+9Nf7zn/8khRry8vLS+iUGsLHat2+ftG4qu1vJutYPwPlCAqrLkUceGdnZ2RHxv+vECy+8EI899lha6nn00UfjhRdeSLpOZGdnx1FHHZWWetiydejQoejnRCIRn3zySdr/7mnChAkxZsyYpB0S160TqlKbNm2KXneJRCI+/vjjcu9aO3z48KKfC8cZPXp0hWtKJBIxatSopDXRokWLCo8HbJ4E4AAAAAAAAKpJp06dirWl+2YLSDfrAirurLPOildeeSX22Wefopu4C28UmjVrVvTs2TOuvvrqlN7UDdWpYcOGScdVEYCLiLj00kvj4osvLlpH694IeM8998QDDzxQJfNCeTRu3Di6detW7P3+2WefjTPPPDOmTJlSLXVMmTIlzjzzzHj22WeL2grXTNeuXaNx48bVUgdUxp577hkRURTMmTp1asrGnj17dtJxkyZNUjY2lKVFixZx5JFHFrtO3HXXXdGrV68q+xy1vvnz50evXr3i7rvvLmorvE4cccQRwgykxYEHHph0nEgk4pprromlS5empZ6lS5fGn/70p2JfYnDQQQelpR62PLvuumvS8YIFC2LAgAEb/fh58+bFyy+/nBRyjoj46aefYujQoRWq6T//+U+xz1El/b0xsGXLSXcBAAAAAAAAW4qOHTsW/Vx4I5KgD1s66wIqZ7vttounnnoqnn322bjrrrti2bJlRTcgJRKJeOWVV+L999+P66+/Pn71q1+luVoon5YtW8b06dOLXtNfffVVlc114YUXRm5ubvz9739P+sb5RCIRffr0iYKCgrjkkkuqbH7YGJdeemkMGTIkFi1aFBH/++w0ZsyY6Nq1axx22GFxwgknxIEHHhi5ubkpm3f16tXxwQcfxMCBA2PYsGGxdu3aojVSqEGDBnHppZembE6oiIcffjj69++/wfMWL15c9HMikYjJkyenrIZJkyYV/WznEqpbr1694t13342VK1dGxP+uE4MHD4533nknTjrppDjhhBNi5513TvncX3/9dQwcODD69+8fy5YtK3adqFmzZlxxxRUpnxc2xqGHHhqNGzeOBQsWFK2LKVOmxO9+97vo06dPNG3atNpqmTt3blx00UUxefLkpDXSqFGjOPTQQ6utDrZse+yxR9HPhWvizjvvjL333jt23HHHMh9bUFAQV111VdHfPyUSiahXr14sWbIkEolE3H333XHAAQcU29G9LEuWLIm77rqrWKBut912K98TAzZ7AnAAAAAAAADVZJdddons7OxYu3ZtUdv8+fPjxx9/jG222SaNlUH6WBeQGqeddloccsghccMNN8RHH30UWVlZRTcizZ8/P6644op45ZVX0l0mlEvbtm1jxIgREfHfgMK4ceOioKAgcnKq5naXnj17Rk5OTtxxxx1FN94VrqOHH3441qxZE23btq2SuWFjNG7cOO6444644IILiu3ws2bNmnjrrbfirbfeilq1asUee+wRnTp1ip133jl22GGHaN68eTRp0iRq1KhR6vhr166N+fPnx+zZs+O7776Lr7/+OsaPHx+ffvpprFixIiIiad7C4xo1asQdd9xh9zfSKpFIxNSpUzd6N7d1b7D+5ptvYv78+Sl5DX/99ddJQeptt9220mPCxmrVqlXccMMNcd111xX7LLN06dJ48skn48knn4ztttsu9ttvv9h1111jp512ih122CEaNWq00fMsXLgw6Trx8ccfx4wZMyKi5OtEVlZWXH/99bHddtul+BnDxsnLy4vf/va3RV92Ubguxo4dG8cdd1xccskl8Zvf/CalXyCwvtWrV8dLL70U9913X9Iu7YVr5Le//W3k5eVV2fywrr322iu23377ovfurKysWLp0aZx22mnRu3fvOOKII0p83PTp0+OGG26IkSNHFr3Pt2vXLn7+85/Hiy++GFlZWTF9+vS47LLL4t57743atWtvsJbly5fHZZddlvTlNxERtWvXjv322y8FzxbYnAjAAQAAAAAAVJNatWpFmzZtYsqUKUntEyZMEPRhi2VdQOq0bNkyHn/88ejfv3/87W9/iyVLliTdeDp8+PA0Vwjls/7uJCtWrIjx48fH7rvvXmVz9ujRI3JycuKvf/1rsRvH+/btKwBH2h1yyCHRu3fvuP7664u+QGDd9/qI/95E+tFHH8VHH31U7PG1a9eOOnXqRG5ubtSoUSPWrl0bq1evjmXLlsXy5ctLnLNw3HXnKmyvUaNG3HrrrXHIIYek7DlCRa37Wt0Y666d999/P7p27Vqp+ceNGxdLly5NWidVsdMWlOXEE0+MH3/8Me6///6kzzIR/1sj06dPjxkzZiTtmJibmxtNmjSJevXqRd26dSMnJ6foOlFQUBBLly6NJUuWxPz582PVqlVJc5Z2nSh04YUXxm9+85uUP1coj3POOSdeffXVor9/KvyMv3DhwrjlllvigQceiOOPPz6OOOKI6Ny5c2RnZ1d6zjVr1sTYsWPjrbfeildffTXmzZtXLCSalZUVbdu2jR49elR6PiiPk08+uWjXtcIgZn5+flx88cWx4447xkEHHRStWrWK3NzcmDdvXnzyySfx8ccfx5o1ayLif+HNrl27Rrt27eLFF18san///ffjlFNOiT/96U9lhthGjBgRt912W9KOiIXjHnfcceXaRQ7YMgjAAQAAAAAAVKNOnTol/YNuxH+DPqV9qypsCawLSK2TTjopDj744LjhhhvivffeS/qGe9iU7LHHHsXa3njjjSoNwEVEnHXWWZGTkxO33nprUVvhGlo/sA3p0L1792jSpElcffXVsWDBgmIBh4jSg0DLli2LZcuWlWu+ksIMiUQiGjZsGHfccYfwG2lX0mu0vI994403Kh2Ae/PNN4u1dejQoVJjQkVceOGF0axZs+jdu3dSWK2s68SqVavihx9+KHZeaeevq7Tz8/Ly4tprr41TTjml3M8BUi03Nzf69OkTJ598cixatCgiksOhc+fOjX/961/xr3/9K2rVqhXt27ePnXbaKVq3bl20k279+vWjTp06kZOTE9nZ2bFmzZooKCiIZcuWxeLFi4t20p02bVpMnjw5vvzyy1J30S1sa9iwYfTp06fKdrmG0px11lnRv3//pJ3X1v1z7zfffFPsMevvQr3VVlvFqaeeGrVr146dd9656O93E4lETJo0Kc4555z42c9+Fvvvv3+0bNky6tWrF0uWLInvv/8+Pvroo/j2229LXBvZ2dlx1llnVcPvArCpcbUEAAAAAACoRp06dYpBgwZFxP/+UXfixInpLAnSzrqA1GvevHk88sgjMWjQoLj99tsjPz8/6WaiytwoDtVlxx13jKZNm8a8efOKbqJ79dVX46qrrqryG0RPO+20yM3NjZtuuqnYTX6QCQ4++OB49dVX429/+1u89tprRTslFKqq9/nCNXDcccfF1VdfHc2aNauSeWBjpep9+f33349Zs2bFtttuW+E6hgwZkrT2cnJyon379impD8rr5JNPjs6dO8fNN98cn3zySUTERl0nEolEqetqY64thY/dY4894qabbop27dqVt3SoMjvssEM8+eST0aNHj5g/f36puyQuX748xo4dG2PHjq3UfGXtjphIJKJRo0bx+OOPxw477FCpeaAi8vLy4q9//WucffbZRbu6Rfzvz70lXQvW36Xtz3/+c9SuXTsiIq688so477zzkr6EKZFIxNSpU+Pbb78tNlZJ66Nw3PPPP9/u60CJBOAAAAAAAACqUceOHSMi+R940xn0Wf/mvjp16qSpErZk1gVUne7du8eBBx4YN954Y7zzzjvpLgfKbd99943BgwcX3RC3cOHCGDZsWBx11FFVPvdJJ50Uubm5cd1118XatWsjQgiOzNK0adO48847o2fPnvH444/Hm2++GcuXL4+I1AbgCl/ztWvXjl/+8pdxzjnnxM4775yy8aGibrvttpSOV1BQUOHHvvHGGzFr1qykMMWuu+4aNWvWTFV5UG4777xz9OvXL95999147LHHYsyYMSXutLOuilw/1v1stPfee8fvfve7OPTQQytUM1S19u3bx6BBg+Lyyy+PTz75pNRgaCo+85cVNN19993jnnvuiW222abS80BF7bnnnvGPf/wjLr300mIhuA258MIL4+ijjy46Puigg+LMM8+Mp59+uigEV6isMN369t577/jDH/5QnqcBbEGyEv5WDgAAAAAAoNqsXLkyLr/88mLtf/vb36JevXppqAjSz7qA6vHNN9/E6tWrk9q23XbbaNCgQZoqgg1744034rLLLksKnu26667Rv3//aqth8ODBcfXVVxfdEFj4rfSF//3yyy+rrRYoy/Lly+Odd96JDz74IEaNGhUzZ86s9JgtW7aMffbZJw466KA49NBDfTEAlKJr164xadKkpLbzzz8/Lr300vQUBCWYOXNmvPHGG/HBBx/EZ599FqtWrSrxvJJCCaXdapyXlxedO3eOAw88MI455pjYbrvtUlozVKX+/ftHnz59Yvbs2RFRtTulF66hrbfeOi6++OL4zW9+Y2d2MsbIkSPjxhtvjO+++y4iyg5v1qlTJ/70pz/FSSedVGL/NddcE//+97/L/fpOJBLxi1/8Iv7xj3/4AgGgVAJwAAAAAAAAAABkpOXLl8f+++8fK1asSGp/6KGHqnVnkaFDh8bll1+e9K34AnBkuvz8/Jg0aVLMmDEjZs2aFfPnz4+FCxfGsmXLYvXq1VFQUBA5OTmRm5sbtWvXjq222iqaNGkSLVq0iO222y7at28fDRs2TPfTgIy3du3a+OGHH4q1N2rUSGiUjLV69eqYPHlypa8TO+20U+Tm5qb76UCFrV69Ol577bUYOHBg0i6JEZULxK0/zp577hknnnhiHHfccdYMGWnVqlXx0ksvxZtvvhmffPJJ0p99I/77xRi/+tWv4owzzojmzZuXOdZTTz0Vf//732PFihVlrqPCddKoUaO44IIL4vTTT4/s7OzKPxlgsyUABwAAAAAAAABAxvrjH/8YQ4cOTWrbZZddYuDAgdVaxzvvvBOXXHJJ0m4pAnAAALB5mDNnTnz44YcxatSomDBhQkydOjUKCgrKPU5OTk60adMmOnbsGPvuu2/sv//+sfXWW1dBxVA1Vq5cGT/99FPMnz8/cnNzY+utt46mTZuWa4x58+bFM888E//5z39iypQpxfpr164d++yzTxx88MHRtWvXqFevXqrKBzZjAnAAAAAAAAAAAGSs5cuXx9KlS4u1l/cGvFQYP358sZv3unfvXu11AAAAVWvNmjUxa9ascu2QuO2220aLFi0iJycn3eVDxsjPz4/Zs2fHkiVLon79+tG4ceNo1KhR1KhRI92lAZsYATgAAAAAAAAAAAAAAAAAMpLYLAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAj5aS7AAAAAAAAAAAAAAAgc61atSq+/fbb+OGHH2Lp0qUREVGnTp1o0aJFtG7dOmrVqpXmCgEA2JwJwAEAAAAAAAAAAGzCVq5cGZ999lnMnj075s6dG7m5udGsWbPYfvvto2PHjlUy50cffRQPP/xw0XFWVlY8+eSTVTIXlJc1AamxZMmSGDBgQAwZMiTGjx8fBQUFJZ6XnZ0du+yySxx99NFxwgknRKNGjaq5UgAANncCcAAAAAAAAAAAsJFmzZqVdNy4cWM7npA2Y8eOjcceeyw++OCDWLFiRYnnNGnSJA4//PA488wzo23btimbe+7cuTFq1KjIysqKRCIRWVlZKRsbKsqagNRYs2ZNPPbYY/HII48U7faWSCRKPb+goCDGjx8f48ePjz59+sQ555wT559/fuTl5VVXyZAys2fPjokTJ8akSZNixowZ8f3338f8+fNj4cKFsXTp0igoKIiCgoLIzs6O3NzcqFOnTjRq1CgaNWoULVu2jO222y7atWsXHTt2jG222SbdTwcANhtZibI+kQIAAAAAAAAAAEXat2+fFGq444474vjjj09jRWyJlixZEr17945///vfkUgkygwlRPx3J6qsrKw44YQT4oorrkjJzjyvvPJKXHXVVUlhny+//LLS40JFWBMQ8fbbbycdd+rUKZo3b17ucX766af44x//GOPGjUtaSxsKda5/bvv27ePBBx+MFi1alLsGqG5jxoyJ119/PT744IOYMWNGsf6Nud2+pDXSqlWrOPDAA+NXv/pV7L333impFTZHK1asiPnz5ye1bbvttmmqBshUdoADAAAAAAAAAIByKLwB1u4+pEN+fn787ne/i4kTJ270a7EwEDRgwIB49913o3fv3nHIIYdUR7lQ5awJ+K8LL7yw0iH9H3/8Mc4666yYMWNGuXcyXPfcRCIRX375ZZx++unxzDPPCDGQkQoKCmLAgAHx+OOPx/Tp0yOi7KBbWeuhtPD1jBkz4vnnn4/nn38+tttuu+jRo0eceOKJkZubW/knAFUgPz8/3nnnnRgxYkTMnj075s6dG7m5udGsWbPYfvvt4+CDD44uXbqk/DU8dOjQuPrqq4uOs7Ky4osvvkjpHMCmTwAOAAAAAAAAAADKoXB3H6huq1atinPOOafoZtCNDSYUnpdIJGLu3Llx/vnnx7nnnhuXX365ICebNGsCiitvcK3QmjVr4tJLL43p06cX7ZK4/rhlWff8ws9Ks2bNissuuyyee+65qFGjRrlrgqoyYsSIuPnmm+O7774r106HpdlQOC4iYvr06XHzzTfHE088ETfddFPsv//+FZoLqkJ+fn7cfffdMXDgwFizZk1Re+Hr96uvvoqIiH79+kXdunXjlFNOiZ49e0aDBg1SVoM/YwMbIgAHAAAAAAAAAACwCbj//vvjiy++KPEm69JuGF0/kFB47qOPPhpTpkyJe++9N/Ly8qqmYKhi1gSkzj333BNjx45NWhfrhv533nnnOPDAA6Nt27bRuHHjyMrKinnz5sU333wTH3zwQUyaNCki/hd+K/zv559/Hg8++GBcdNFFaXtusK577703/vnPfxbt2rYxobeNCeaUNs76uyN+9913ce6558Z5550Xl1122cYXDlXk448/jksvvTTy8/NLfa2v275kyZJ47LHHYsCAAXHNNddE165dU1aLL5sByiIABwAAAAAAAAAAkOG++uqrePzxx0vckadZs2bRrVu32G+//WKbbbaJiIiZM2fGyJEjY/DgwTF79uwSd+Z5991343e/+108/PDDUbdu3Wp9PlBZ1gSkzowZM+KJJ54ocV107tw5rrzyythzzz1LffyVV14ZY8aMiTvvvDPGjRtXNE7hGA8//HCcdNJJ0bx58yp/LlCWG2+8Mfr3718UfNvQToe1atWKrbfeOpo0aRL169ePunXrRnZ2duTk5ERBQUGsWbMmli5dGkuWLIm5c+fGnDlzYvny5UljlBS8Xrt2bTzyyCMxb968+Mtf/lJFzxY2bPjw4XHJJZfEihUrImLjd0FMJBKxYMGCuOaaa2LYsGHRu3fvqFevXlWWCiAABwAAAAAAAAAAkOmeeuqpWLNmTdLOPBERZ5xxRlxxxRVRu3btpPN33HHHOOSQQ+Lyyy+Pl156Ke69995YsGBBsVDCmDFjokePHtG3b99o0KBB9T4pqARrAlLnySefLLaesrKy4uSTT46bbropsrOzNzjGXnvtFc8991z8+c9/jhdffDEpRLFmzZp48cUX4+KLL66y5wAb8s9//jNefPHFiCge8kkkEpGTkxN77LFHdOnSJXbdddfYaaedKhTanD17dkyZMiU+//zzGDFiRHz66adRUFBQYsB0wIAB0apVqzj//PMr9+SgAqZNm1YUfist+Fb4+Wr9/nWvF0OHDo1JkybFgw8+GG3atKnaooEtWo10FwAAAAAAAAAAAEDp8vPz4/XXXy8WTLjooovi+uuvLxb0WVdOTk6ccsopMXjw4DjssMOSdjYpvPl63LhxcfbZZ8eCBQuq/LlAKlgTkDpLly6NAQMGFFtPxx13XNxyyy0bFX4rVKNGjbjlllviuOOOSwpNJBKJeOGFF2LNmjVV8hxgQ7766qu47777iu36lkgkYptttolrrrkm3nvvvXjqqafiggsuiAMPPLDCOxY2b948DjjggLjgggviqaeeivfffz+uueaa2GabbUq85vTp0ye++uqrSj9HKI+1a9fGNddcU2L4LZFIRCKRiKZNm8auu+4au+22W2y11VZF7esqfB1PmzYtTj311Pj888+r82kAWxgBOAAAAAAAAAAAgAz28ccfx4oVKyLif8GEAw44IC666KKNHqNx48bx4IMPRq9evaJGjf/dNlZ4w+uXX34ZZ511VsydOze1xUMVsCYgdT799NNYvnx5Utu2224bN998c4XHvOWWW6Jly5ZJbfPmzYsJEyZUeEyojDvvvDMpgFkY4jnvvPPizTffjN/+9rfRuHHjKpm7UaNG8dvf/jbefPPNOPfcc4v1FxQUxJ133lklc0NpBg8eHGPHji0WCM3Ozo4zzzwzXn/99Xj//fejf//+8eKLL8aIESPitddeix49ekTdunWLhTmzsrIiPz8/zjnnnBg9enQ6nhKwBRCAAwAAAAAAAAAAyGBjx44t1nbFFVdUaKxzzz03HnjggaQdsgpvfJ08eXKcccYZMXv27AqNDdXFmoDUGTNmTNHPhYHSHj16RJ06dSo8Zp06daJHjx7Fdgoqae1CVZs6dWp8+OGHSbscZmdnx1133RVXXHFF1KxZs1rqqFmzZvTq1SvuuuuuoloK//vRRx/F1KlTq6UOiIjo169f0nEikYhGjRpFv3794rrrros2bdoUe0zbtm3jqquuiqFDh0bXrl1L3A1u6dKlcd5558UHH3xQpfUDW6acdBcAAAAAAAAAAAAl6dChQ7pLgIwwfvz4pOMOHTpUan0ceuih8cwzz0TPnj1j3rx5EfHfG1YTiURMmzYtzjjjjHjyySdj2223rVTdUFWsCUidcePGJR3XqlUrfvOb31R63BNPPDHuvPPOWLlyZVHb559/Xulxobzeeuutop8LQ549e/aMY489Ni31HHvssTFlypR46KGHknbfeuutt6Jnz55pqYkty5QpU5J2f0skEpGbmxt9+/aNTp06bfDxjRs3jr/97W9xxBFHxLXXXhtLliwp6svKyooVK1bEH/7wh7jnnnvi8MMPr7LnAWx57AAHAAAA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AAAAAABkpFq1akWbNm2KtU+YMCEN1UD65OXlRefOnZNuGv3yyy+rdLeGQjVr1oyHH344Dj744GKBH0gXawJKl5WVVaFf63r33XcrXcfbb79dLBjavn37So8LFdGrV6+oVatW0XFh+Gbw4MFx5JFHxu233x5ff/11lcz99ddfx+233x5HHnlkDB48uNgOizVr1owrrriiSuaGkuy8885JxytWrIjx48dX6Zw9evSIa6+9tsQvEOjbt2/07du3SucHNg8CcAAAAAAAAAAAZKxOnToVu3laAI4t0cEHH1ys7dlnn62WufPy8uKBBx6Iww47rGg92u2KdLMmIPUKwwiDBg2KtWvXVmqsIUOGFGvr0KFDpcaEimrVqlXccMMNJYZvli5dGk8++WR07do1jjrqqLjxxhujf//+MXbs2FiwYEG55lm4cGGMGzcu+vfvHzfeeGMcddRR0bVr13jyySdj6dKlSeG3wp+vv/762G677VL6fKEse+yxR7G2N954o8rnPeuss+LGG29Maitch1OmTKny+YFNX1bCn7oAAAAAAAAAAMhQ/fr1i1tvvTVpl4QDDzwwbd8Q3759+6Kb9LKysuKOO+6I448/Pi21sGWZOXNmHHHEEUk3Tefk5MTQoUNj2223rZYa1qxZE5dffnkMGTIkaU0Wrocvv/yyWuqACGsC1nfYYYeldLzbb7899tlnnwo9dtasWXHUUUfFmjVrIuK/a6J58+YxfPjwVJYI5fbAAw/E/fffX2zXw7J29MzNzY0mTZpEvXr1om7dupGTkxM1atSItWvXRkFBQSxdujSWLFkS8+fPj1WrVm30uIlEIi666KK46KKLUvX0YKMdeOCBMW/evIj472uxUaNG8f7770dOTk6Vz92/f/+46aabktZH4c/r/lnb5yhgfVX/DgUAAAAAAAAAABXUsWPHiEi+eXTixInpKqdYqKJOnTppqoQtTatWraJjx45Jr/+CgoLo06dP/PWvf62WGrKzs+Oee+6Jq666Kl577bVqmRNKY01AsmHDhqW7hCKPPvpoFBQUJLVVNEwHqXThhRdGs2bNonfv3klhtfVDzOtatWpV/PDDD8XOK+38dZV2fl5eXlx77bVxyimnlPs5QCrsu+++MXjw4KLX6MKFC2PYsGFx1FFHVfncJ510UuTm5sZ1111XtNtoYfANoCwCcAAAAAAAAAAA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AAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAA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jBkxevToKp0DNjeHHHJItG/fvlj7tGnTYuDAgWmoCAAAAABgy+JryAAAAAAANmFLly6N22+/PQYOHBh///vfY6eddkp3ScBmqKCgIC666KIYP378Bs+tWbNmHHTQQdG5c+fYeeedo3Xr1lGvXr2oV69eZGVlxcKFCyM/Pz8WLlwYkyZNigkTJsSECRPim2++ibVr11bDs4H/SSQSce+995bY16NHj8jNza3miiJefvnl2G+//ap0/EQiUWXjw+aqZ8+ecfnllxdrf/DBB6Nbt26Rl5eXhqoAAAAAALYMAnAAAAAAACm2zz77xNNPP73B81atWhWrVq2K5cuXx9y5c2POnDkxffr0+Prrr+PLL7+MiRMnxpo1azZqzq+//jpOPvnkuPXWW+O4446r7FMASPLwww/Hxx9/XOY5zZo1i4svvjiOPfbYqFevXqnnbb311rH11ltHRMTee+9d1L5o0aJ477334u23345hw4bFihUrUlM8lOH111+PSZMmFWtv2LBhnHTSSVU6d05OTok7uA4ZMiRuuOGGqFu3bsrnTCQS8fLLL5erHuC/fvnLX8bdd98d33//fVL7Dz/8EM8//3ycddZZaaoMAAAAAGDzJwAHAAAAAJAmeXl5kZeXF/Xq1YtmzZpFhw4dkvoXL14cI0aMiFdeeSXefffdWL16dZnjLVu2LK644opYtGhRnHbaaVVZOrAFmTlzZjz88MNlnnPCCSfE9ddfX6nAToMGDeK4446L4447LpYuXRpvvvlmPPvsszFhwoQKjxkR0apVqxIDThAR8dhjj5XY3rVr16hdu3aVzr3bbrvFlClTYtGiRUnty5Yti6FDh0b37t1TPueoUaNi5syZxdpzcnKiS5cu8f7776d8zmHDhqV8zE3Bvvvu671nM5OdnR2/+c1vStw18l//+lecfvrpkZ2dnYbKAAAAAAA2fzXSXQAAAAAAACWrX79+HHXUUdGnT59455134uyzz45atWpt8HG33HJLDBgwoBoqBLYEjzzySJkB3B49esRtt92W0t2q6tatGyeeeGIMGDAgXnzxxTjqqKOiRg3/rEVqjRw5MiZOnFhi3//93/9V+fw1a9aMY445psS+gQMHVsmcgwYNKrH9oIMOiqZNm1bJnLA5OfHEEyMnp/j3DH///fcxdOjQNFQEAAAAALBl8C+FAAAAAACbgGbNmsW1114br776auy9995lnptIJOKmm26K8ePHV1N1wOZq2bJl8eqrr5ba37lz57jyyiurtIaf//zncf/998dhhx1WpfOw5XniiSdKbN9zzz2jbdu21VJDabu8jR49Or7//vuUzrV06dIYMmRIiX3dunVL6VywuWrevHkccsghJfb961//qt5iAAAAAAC2IAJwAAAAAACbkO233z6eeuqpOPvss8s8b/Xq1XHJJZfEkiVLqqkyYHP08ccfx7Jly0rtv/rqq+3MxiZp2rRp8e6775bYd/LJJ1dbHbvvvnv87Gc/K9aeSCTi5ZdfTulcQ4YMKXE9b7XVVgKmUA6lvUeMHTs2xo4dW73FAAAAAABsIfyLJAAAAADAJqZGjRpx7bXXxsUXX1zmed9//308+OCD1VQVsDkaM2ZMqX0tW7aMPfbYoxqrgdQZMGBAJBKJYu25ublxxBFHVGstpe0Cl+oA3KBBg0psP/bYYyMvLy+lc8Hm7IADDogGDRqU2Pfiiy9WczUAAAAAAFsGATgAAAAAgE3URRddVOpN84WeeuqpmDFjRjVVBGxupk6dWmpf586dq68QSKG1a9fGq6++WmLfAQccEPXq1avWerp27VriTorTp08vM4RaHjNmzIjRo0eX2LehzxJAstzc3FJ3TRwyZEisWLGimisCAAAAANj85aS7AAAAAAAAKu6GG26I0aNHx8yZM0vsX716dfTt2zduueWWlM47f/78+Oyzz+Kbb76JqVOnxrfffhvz58+PJUuWxNKlS2PNmjWRl5cX9evXj+bNm0erVq2iQ4cOseeee0bnzp0jOzs7pfVksuXLl8fYsWNj8uTJMXXq1Jg6dWr89NNPRb9XK1asiJo1a0bt2rVj6623jhYtWkT79u3j5z//eey7775Rp06daq951apVMXr06Pjiiy/iq6++iqlTp8aiRYuKao6IqF27dtSqVSvq1q0bLVq0iJYtW0bLli2jQ4cO8fOf/zwaNWpUbfUWBjvGjh0b06ZNi5kzZ8bixYtj+fLlERFRp06daNy4cbRq1Sp22WWX2HPPPaNLly52PNoIP/74Y6l9W2+9dTVWQlVYuHBhjB49Oj799NOYMmVKzJw5M+bPnx/Lly+PgoKCqF27djRs2DBatmwZO+20U+yxxx5xwAEHVOv6rgojR46MH374ocS+o446qpqridhmm22iS5cu8eGHHxbrGzRoUOy1116VnuPll18ucce7nXbaKXbddddKj0/mSCQSMW7cuBgzZkyMHz8+ZsyYET/88EMsX748Vq1aFTVr1iy6du+www7x85//PPbZZ59o165duksvZuHChTF8+PAYOXJkTJ48OWbNmhVLliyJgoKCqFWrVjRt2rToORxyyCHRqVOnaqvtqKOOKnGXxiVLlsRbb70Vxx13XLXVAgAAAACwJRCAAwAAAADYhNWtWzduvPHG6NmzZ6nnvPrqq3HllVdG/fr1KzzP6tWr48MPP4z3338/Ro4cGVOmTCnxRvp1FRQUxLJly2L27Nnx+eefx+uvvx4REQ0bNozjjz8+TjvttNhxxx0rXFNExP333x99+vTZ6PPPOuusCs3z9ttvR6tWrTb6/M8//zyGDRsWI0eOjPHjx8fq1avLPH/58uWxfPnymD9/fnz11VfxzjvvREREXl5eHHrooXHaaadFly5dKlR7eXz++efRv3//ePPNN2PRokVlnrt69eqic7799tti/a1bt44DDjggjjnmmNhzzz1L3N2oMpYvXx4DBgyIgQMHxsSJE8s8Nz8/P/Lz8+Pbb7+N999/PyIi6tWrF7/61a+iR48e8bOf/axCNcycOTMOP/zwjT5/0KBBMWjQoHLPc9FFF8XFF19c7selwrJly0rt21SCrGX9f+revXvcfvvtGzXOyJEjK/wekgr77LNPPP3005UeJ5FIxNtvvx0vvPBCjBgxosz3pyVLlsSSJUvi+++/j1GjRkW/fv0iJycnDjjggDjnnHOq5X2pKvz73/8usT07O7tcazqVunXrVmIA7s0334wbbrghatWqVeGxE4lEiUGdwnmr2mGHHRbff/99sfaWLVvGsGHDqnz+dCnrPaMq3tfnzZsXTz31VLz88stlhpeXLVsWy5Ytizlz5sTnn39etBtimzZt4sQTT4xTTjkl5bsglvc18M0330Tfvn3jtddeK/U9qvD9adq0aTF8+PC47777om3btnH++efH8ccfn9L6S3LggQdGnTp1SrxOvvzyywJwAAAAAAApJgAHAAAAALCJO+SQQ6Jz584xduzYEvuXLVsWr7zySpx++unlHnvUqFHxyiuvxNChQyM/P7+Slf5Xfn5+PPPMM/Hcc89F9+7d48orr4ytttoqJWOn07fffhsvv/xyDB48OGbMmJGSMVetWhVDhw6NoUOHxj777BM33HBD7LzzzikZe11z586NO+64o9RQSEVMmzYtpk2bFv369YvWrVvHkCFDUjLumjVrol+/fvHggw/GggULKjzOkiVL4sUXX4yXXnop/u///i8uv/zyaNCgQUpq3Jzk5JT+T0nz58+vxkpIhffffz9uu+22+Oabbyo8RkFBQQwfPjyGDx8e++23X9x0003Rpk2bFFZZtdasWRNvv/12iX0dO3ZM2/XoqKOOiptvvjmWLFmS1L5kyZIYOnRo/PrXv67w2KNGjSpxp9js7Ozo2rVrhcclM6xatSoeeuihePzxx2PFihUVHmfq1Klx5513Rt++feOSSy6JU089NbKyslJY6YatWrUqHnzwwXj00Uc3+OUBJZkyZUr06tUrXnrppbj77rujadOmVVDlf9WsWTP23nvvGD58eLG+ESNGxOLFiyv15RMAAAAAACRL7detAgAAAACQFmeffXaZ/aXd7L8h1113XfTv3z9l4bd1rVmzJl566aXo2rVrqeG9Tcmjjz4aDz/8cMrCb+sbNWpU/OY3v4n+/fundNwRI0bEr371q5SG39Y3b968lIzz3XffxUknnRS9e/euVPhtXWvXro3nnnsuunbtGhMmTEjJmJuTRo0aldq3OazbLcXSpUujV69ece6551Yq/La+jz/+OLp3717q7mKZ6LPPPit1h8t99tmnmqv5n1q1asUxxxxTYl9lf39L23nywAMPjGbNmlVqbNLr22+/je7du8eDDz5YqfDbuhYuXBg333xznHXWWdUadF6wYEH06NEjHnrooQqF39b18ccfx29+85sq+0xWqLT3jIKCgvjoo4+qdG4AAAAAgC2NABwAAAAAwGbgiCOOKHP3qlGjRhXbVSZT/Pjjj/Hb3/42RowYke5SMt7KlSvj+uuvj0ceeSQl440YMSJ69uxZJQHHVPvggw/ixBNPjIkTJ1bJ+LNmzYrTTz89PvzwwyoZf1PVuHHjUvumTp0aX375ZTVWQ0XMnDkzTj755Hj11VerZPwVK1bE1VdfHQ8++GCVjJ9q77//fql96QzARUR069atxPYRI0bEjz/+WKExly5dWuoOnN27d6/QmGSGMWPGxMknnxxTpkypkvFHjRoVJ554YkybNq1Kxl/XggUL4swzz4zRo0enbMwffvghzjnnnCr9jLPvvvuW2lfSznAAAAAAAFScABwAAAAAwGYgLy8vDjrooFL7V69eHZ9++mmVzJ2bmxvNmzePtm3bxu677x5dunSJXXfdNVq3bh01a9bcqDGWL18eF198cUp3JspEWVlZ0bRp02jdunXstttu0aVLl9h9991jxx13LDPAuL6777670mGWn376KS699NJYtWrVRp3fsGHDaN++feyxxx6x//77x+677x4777xztGjRInJycipVy4a88847ccEFF8TixYs36vzGjRtH27ZtY88994y999472rRpE/Xq1dvg41asWBEXXHBBjBkzprIlbzZ23nnnMvv/+te/RkFBQTVVQ3lNnz49zjzzzI0OyNStWzdat24dnTt3jn333TfatWsXTZs23ajH3nvvvfHYY49Vptxq8d5775XYnp2dHXvuuWc1V5Nsr732ih122KFY+9q1ayu8S+eQIUNi2bJlxdobNmwYhx9+eIXGJP3GjRsX5513Xqm7Ga5vm222Kbp+d+7ceaPX9axZs+Kss86q0p3UVq5cGT179ozJkyeXek6zZs2iXbt2se+++0anTp2iRYsWGzX2jBkz4sYbb0xVqcXssssuUb9+/RL7ygrbAgAAAABQflX7L9IAAAAAAFSb/fffPwYPHlxq/8SJE+Pggw+u9DwtW7aMww47LDp16hTt27ePNm3aRF5eXonnFhQUxNdffx0jR46M/v37lxlwW7x4cVx55ZXRv3//yM7O3qhatt9++zjwwAOT2qZPnx7Tp08v8fxdd901GjZsuFFjr6tWrVrlfkxERIMGDeLQQw+Nzp07R/v27aNdu3ZlBrG+++67+Oyzz2LQoEExcuTISCQSpZ570003xZ577hnbbrtthWq75557YuHChaX25+XlxXHHHReHHXZY7L333rHVVluVeu6qVavim2++iUmTJsWnn34a77zzTvz0008Vqmt9n3/+eVxyySVlBvWysrLi0EMPjWOOOSb22muvaNmyZbFz1q5dGxMmTIh33303+vXrV+pzX7lyZVxyySUxcODAaN68eZm11apVq9jrb+XKlaXuYLP11ltvMFBWku23377cj0mVLl26RJ8+fUrtHzVqVFx99dXRu3fvCq+TTUXDhg2L/f9OtY8//jhlgcKFCxfGueeeG7NmzSrzvA4dOsRvfvOb2GuvvWLnnXeOGjWKf3/m9OnT4/33349nnnkmpk6dWupYd911V+y8885lBrLTadGiRaXuWrixQdmq1q1bt7j33nuLtQ8aNCh+//vfl3u8QYMGldj+q1/9qtRrN5ntp59+igsvvLDEYOO62rZtG2eccUYcccQR0axZs2L9M2bMiCFDhsQzzzwTP/zwQ6njzJ49Oy688MJ44YUXonbt2pWuf31//etf4/PPPy/Wvu+++8avf/3rOOigg0q8Hv/www/x1ltvxT//+c+YM2dOqeO/+eabMWLEiOjSpUtK6474b3B2l112iZEjRxbr++mnn2Lq1KnRpk2blM8LAAAAALAlEoADAAAAANhM7L777mX2T5w4scJjN2nSJE466aQ46qijomPHjhv9uJycnNhll11il112iXPOOSfefvvtuPnmm2P27Nml1vj888/H6aefvlHjd+3aNbp27ZrUdv/995ca2Lnyyitj33333ej6K6JmzZpx/PHHxzHHHBP77rtv5ObmbvRjd9hhh9hhhx2iW7duMXny5Ljhhhvis88+K/HcpUuXxu233x733XdfuWucO3duvPLKK6X277///nH77bdvMABWKC8vLzp06BAdOnSIbt26RcR//1/++9//jgEDBpS7vkLz58+PP/zhD7Fy5cpSzznssMPiyiuv3OAN5jVq1IjddtstdttttzjnnHOiT58+8a9//avEc+fOnRs33HBDPPLII2WO2bRp02I7Xs2cObPUXZUOOOCAuP3228scM9P8/Oc/j4YNG0Z+fn6p57z22msxfvz4uPTSS+Ooo46q8h0B06V9+/ZVusPZPffcEx988EGp/SUFO0uTSCTi8ssvj++++67Uc9q2bRvXX3/9RoVCtt9++zj99NPjlFNOiYEDB0bv3r1j+fLlxc5bu3ZtXHvttfH666+XuitSOk2YMKHUYHFFwqlVoVu3bnHfffcVq/Pbb7+NsWPHRufOnTd6rBkzZpQayD3hhBMqUyZpdM0115QZ+MrLy4tevXrFGWecUeYXCmy33XZx7rnnxhlnnBH33ntvPPHEE6Wuj0mTJsXtt98eN998c6XrX9fs2bPj+eefT2pr3bp1XHfddRv80oYWLVrEmWeeGd27d48bbrghXn/99VLPffDBB6skABcR0a5duxIDcBER48ePF4ADAAAAAEiR4l/hCAAAAADAJql169ZRs2bNUvvL2rWnNNtvv33cdNNN8c4778Rll11WrvBbSQ4//PAYPHhw7LnnnqWe88gjj8Tq1asrNU86NGjQIHr27BnDhg2L3r17x4EHHliu8Nv6dtppp3j22WfjrLPOKvWcoUOHxuTJk8s99n/+859Sd5nq0qVLPProoxsdfitNx44d49prr43hw4fHVVddVaExbr311lJv8s/NzY2bbropHnrooXLfXF6/fv3405/+FHfccUep/4+GDx8eb731Vrlr3tzk5ubG2WefvcHzvvvuu7jsssvisMMOi9tuuy1GjhyZsp3MtgT9+/ePhx9+uNT+jh07xo033rjR4z3//PPx4Ycfltp/0kknxYABA8odCMnOzo6TTjopnn322dh6661LPOenn36qUDC3OkyYMKHUvnbt2lVjJaXbdtttSw1ql7abW2lefvnlEgNNO+64Y+y2224Vqo/0evXVV8tc23Xr1o0nnngizj777I3eTbdWrVpx9dVXxx133FHmY1544YVSQ/kVtf51Yo899ogXXnihXDsW16tXL+666644+uijSz1n1KhRZe5CXBllvXeMHz++SuYEAAAAANgSCcABAAAAAGwmsrOzY4cddii1/8cffyz3mI899licdtppZQbryqt+/frxyCOPRPv27Uvs//HHH+Pdd99N2XzV5eqrr44rrrgimjZtmrIxa9SoEdddd12pO/UkEol44YUXyj3uJ598UmJ7VlZW3HrrrRt90/zGqFevXpx88snlftyIESNK3c0lKysrbrvttjjttNMqVVvXrl3j2muvLbW/pF2YtkRnn312bLXVVht17uzZs+Nf//pXnHXWWbHXXnvFGWecEXfeeWcMHTo0Zs2aVbWFbqKGDx8ef/7zn0vtb9myZTzyyCNRp06djRpv4cKFcffdd5fa/3//93/xl7/8JWrVqlXeUovssssu8fDDD5d6bXjhhRdK3ekzncoKo2TKDnAREd27dy+x/fXXX49Vq1Zt1BiJRCJefvnlEvsKd+pk01JQUBD/+Mc/Su3PycmJPn36xF577VWh8X/961/HddddV2p/IpGIv//97xUae2N07Ngx/vWvf2309WZd2dnZcfPNN5f52DfeeKPixZWhtM+zEWWHbgEAAAAAKB8BOAAAAACAzUhpO/JERCxdujSWLFlSjdWUrl69enHzzTdHVlZWif2vvvpqNVeU2a677rpSg3Wvv/56uUNa3333XYntnTp1iu22267c9VWFe+65p9S+iy66KI4//viUzHPaaafFMcccU2LfpEmTYuTIkSmZZ1NWr169uOOOO6JGjfL9s9Ly5ctj9OjR8eijj8bFF18cv/jFL2L//feP3//+99GnT5947733Ij8/v4qq3jRMnDgxLr300lJ3y9tqq62ib9++5QrW9u3bNxYvXlxiX5cuXeKmm26qUK3r69ixY1xzzTUl9q1cubJC4dyq9vXXX5faV1aAvLodddRRJQYeFy1atNE7U44aNSpmzpxZrD07Ozu6du1a6Rqpfq+99lqJ/08LnXXWWbH//vtXao7TTz+9zN3XRo0alfJd4CIi6tSpE3//+98r9YULjRo1ivPOO6/U/hEjRlR47LK0bt261L5JkyZVyZwAAAAAAFsiATgAAAAAgM1IWQG4iIh58+ZVUyUb1rlz51Jvsv74449j7dq11VxR5qpXr16cc845JfbNmzcvvvrqq3KNt2jRohLbW7VqVe7aqsKYMWNi3LhxJfbtsMMO0bNnz5TOd+mll5Ya7ho4cGBK59pUHXLIIXH11VdXepx58+bFu+++G/fff3+cd955sd9++8WJJ54Y9913X0yePDkFlW46vv/++/j9738fy5YtK7E/Ly8vHnjggdhxxx03eszly5fH888/X2Jfbm5u3HjjjSnd4fHkk08u9X1j0KBBKZsnFRKJRHz//fel9m+zzTbVWE3Z6tSpE7/85S9L7NvY39fSztt///2jefPmFa6N9HnppZdK7WvWrFlceOGFKZnn+uuvj7y8vFL7X3zxxZTMs66ePXuWGSTbWMcff3yp1/Px48fHmjVrKj3H+urVqxd169YtsW/ZsmUxf/78lM8JAAAAALAlEoADAAAAANiMlHYDbqEVK1ZUUyUb5/DDDy+xPT8/P6ZMmVLN1WS20n6vIiI++eSTco1V2s3hq1atKtc4VaWsm/wvvfTSMm/Mr4jWrVvHkUceWWLf8OHDhTH/v9/+9rdxyy23pPT3f+3atTFhwoR44IEH4rjjjosTTjghXnrppVi9enXK5shE+fn5cd5558WcOXNK7M/Kyoo77rgj9tprr3KN+8Ybb5S60+eJJ54Ybdq0KXetZcnJySk1nDtr1qxyh3Or0k8//VTq66p+/fol7riWTieccEKJ7R9++GGpr5tCS5cujSFDhpRrXDLbDz/8EGPGjCm1/4ILLoh69eqlZK4ddtghTj755FL733zzzZR+Xqhdu3accsopKRmrefPmseuuu5bYt3Llypg+fXpK5ilp3tKUFbwFAAAAAGDjCcABAAAAAGxGatasWWb/ypUrq6mSjbPHHnuU2vf1119XYyWZ72c/+1k0atSoxL7y/l5ttdVWJbaPGzeuSnZHKY+CgoJ46623SuyrV69emUHAyjjooINKbF+4cGF88cUXVTLnpuj//u//4qWXXordd9+9SsafOHFiXHfddXH00UfHa6+9ViVzpNuqVaviwgsvjG+++abUc66++uo45phjyj32m2++WWpft27dyj3exiht7UREfPTRR1UyZ0WUFULJxB3R9tprr9huu+2Kta9Zsyb+/e9/l/nYIUOGlLizYIMGDarsPZSq9cEHH0QikSixLzc3N4499tiUzte9e/dS+5YtW1bu4H1ZjjzyyFI/31RE+/btS+2rqgBcWTtICsABAAAAAKSGABwAAAAAwGZkQzszZcoOX4WaNGlSat+3335bjZVsGpo2bVpie3l/r1q1alVi+9y5c+OJJ54od12p9Nlnn8XixYtL7Dv88MM3GPKsqH322afUvokTJ1bJnJuqdu3axXPPPRf3339/qTvtVNb3338fV1xxRZx77rkxf/78KpkjHRKJRFxzzTUxevToUs8588wzS91VrSwrV66MkSNHlti37bbbVllocYcddig1QJZJa2f27Nml9jVu3LgaK9k4WVlZpYYWX3755TIfO2jQoBLbjznmmCp7D6Vqffzxx6X2HXrooaUG2yuqU6dOsdNOO1WonvIq6/pbEWXVPW/evJTOVais95Cy3nsAAAAAANh4AnAAAAAAAJuRgoKCMvtzc3OrqZKNU9aOH3PmzKnGSjYNpd3g/tNPP5VrnH333bfUvrvvvjseeeSRDb6WqkpZu8rstttuVTZvy5YtS+2zG2FxWVlZcdRRR8VLL70U/fv3j9NPPz2aNWuW8nnef//96N69e0yZMiXlY6fDnXfeGYMHDy61/8gjj4xrr722QmNPnDgxVqxYUWJfVQUVC5UWqs2ktVPSjmiFatWqVY2VbLxu3bpFVlZWsfbJkyfH+PHjS3zMjBkzSg1YnnDCCSmtj+pTVph0//33r5I5DzzwwFL7Urkzalm7AVdEWWHA/Pz8lM5VqKz3kLLeewAAAAAA2Hg56S4AAAAAAIDUWblyZZn9qdz5Zfbs2TF27Nj44osv4ttvv43vv/8+FixYEPn5+bFq1apYvXp1JBKJCo+/Oe36tGTJkhg3blyMHz8+pk6dGjNmzIh58+ZFfn5+rFixIlatWhVr166t8PgLFiwo1/mHHnpo1KxZs8TXy9q1a+Puu++Ol156KU499dT49a9/XeZOfalW1k31bdu2rbJ5c3Jyon79+iXuPvfDDz9U2bybg9122y122223uOGGG2LixInx0UcfxSeffBLjxo0r92uzJD/++GOcffbZMWDAgNhmm21SUHF69OvXLx577LFS+3ffffe46667okaNin1/ZbrWTkTpgZNMWjvLly8vtS9TA3CtWrWKvffeO0aNGlWs7+WXXy4x2Pjyyy+XeO392c9+Fp07d66KMqliK1eujOnTp5fav8suu1TJvB06dCi1L5Xh1u222y5lY0VE1KtXr9S+DX1OrqjatWuX2lfWew8AAAAAABtPAA4AAAAAYDOyoZtsKxuAmzt3bgwcODBef/31+PLLLys11oaUtpPRpmLFihXxxhtvxCuvvBKjR4+O1atXV+lc5dG0adM4+eST4+mnny71nO+++y5uv/32uOOOO2L33XePgw8+OPbZZ5/Yddddq3QnwalTp5bad//990ffvn2rbO5Vq1aV2G43wo2TlZUVnTp1ik6dOhW1zZw5M7744ouYOHFiTJgwISZMmBALFy4s99hz586Niy++OPr16xd5eXkprLp6vP3229G7d+9S+1u3bh0PPvhgpYJYZa2doUOHxrhx4yo89oaUFoZZvHhxrFixIiMCZmVdH1MZDk+17t27lxiAe+211+Lqq69OWg+JRCJefvnlUsdh0/Tjjz/GmjVrSuyrUaNGtGvXrkrmLStY99NPP0VBQUHk5FTudoPatWun/D29rDBaVe1uW9Z7iB3gAAAAAABSQwAOAAAAAGAzsqGgTsOGDSs07sKFC6NPnz7xwgsvlBoSSrXqmifV1qxZE/369YuHH3445s2bVy1zVuT36o9//GO8//77MW3atDLPW7t2bXzyySfxySefRMR/d0raddddY/fdd4/dd9899thjj1J3f6qIsnaMGjNmTMrmKQ+7t1Rcq1atolWrVnHUUUdFxH8DOpMnT47Ro0fH22+/HR9//HGpwY71ff755/HAAw/EZZddVpUlp9znn38eV1xxRanPs0mTJtG3b99o3LhxpeYpa+1Mnjw5Jk+eXKnxK2rZsmUZEYAr632yKkO9lXX00UfHrbfeWixEs3Dhwnj33XeL1lZExKhRo2LmzJnFxqhRo0Z069atqkulivz000+l9jVp0qTMwFdllLUz29q1a2Pu3LmV3pWzQYMGlXp8SbKyskrtq8zOxGUpK8S3qX6eBQAAAADINDXSXQAAAAAAAKlT1k3StWrVqlDA4qOPPorjjjsunn766Wq9ibeqblKuSjNnzoz/+7//i969e1db+C2iYr9XDRo0iIceeqjcN6+vWLEiRo8eHY888khccMEF0aVLlzjxxBPj/vvvj0mTJpW7jnUtX748lixZUqkxqsKmvhthJsnKyoqdd945Tj/99Hj88cfjvffei0suuWSjw7lPPfVULFiwoIqrTJ3p06fH73//+1JDlLVr146HH344tt9++0rPlak7Fa5cuTLdJURE2QGVqtyhs7Lq1q2bFHJb16BBg8o8LrT//vtH8+bNU14b1SM/P7/Uvnr16lXZvLVq1SozHFqR3TzXV9kd5DJFWe9zmbzDJAAAAADApkQADgAAAABgM/Ldd9+V2leRm99feeWVOO+88zI2WJFJJk2aFCeffHKMHz8+3aVstDZt2sTAgQNj//33r/AYa9eujQkTJkSfPn3i17/+dZxwwgnx/9q78+io6vOP45/JQshGQggmIRABLbvsIHCg7AJWthIWWZSKVhYti2JVFJeiQq0KVcBD0ChUEJRFK0hYikJYDCEgsgmoRAg7JCEkIev8/uiRXzVzbybJzGSSvF/n5J/73Pv9PjOZucPR+eRZs2ZNqQIl7jpprbCwsLxbqLRCQ0M1efJkbdu2TUOHDi32/KysLH344Ycu6KzsUlNT9cgjj+jatWs2656ennrzzTfVsmVLh+znru8feyf8OZufn59hzV1CekaM3hs7d+689frKzMxUXFxcia5HxWD2+nRmAK649d39feNKZs+F2b0HAAAAAAAAAGC/yvEn1QAAAAAAAAAASklJMZ2eVdIJQ3v27NEzzzyj/Pz8El0XFBSkkJAQ+fv7y8/PT56envL09DQ8Pz4+vkTru6NLly7p4YcfLvHUNz8/P4WGhiogIEB+fn7y8vIynYby3XffmU6CKY1atWopNjZW27Zt04IFC8o8xe3IkSN69tlntXjxYj399NPq06eP3de6csIg3EtgYKDmzp2rJk2a6LXXXjM9d8uW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Jicnl3rfshg2bJi2bNmir776qlz2L2+pqalKTU11yFp9+vTRG2+8YTiNEMZCQ0P10UcfaerUqXYHs7Oysm4FZCori8WiQYMGafHixUVq33zzjdLT0xUUFFQOnQH2admypWJiYjRx4sRi/51jtVp17tw5nTt3rsT7REZGKjY2tsQTXCu7vLw8bd++3WatX79+hAUBAAAAAAAAwAk8yrsBAAAAAAAAAID9QkJCNHLkSK1Zs0bLly93SvjtF2FhYVqyZIluu+02h67bs2dPLV26tEyBKHs0aNBAsbGxioiIcOo+kuTl5aX58+erTZs2Dl23fv36WrFihRo0aODQdV2lS5cuWrVqlcLDw8u81p133qn169dr6NChDujMftWqVSvVdRaLRfPnz1f//v0d3JFrRUVFycurfP6eop+fn55//nm98847hAnK4JdJcH/9619dGiJ099/ZsGHD5OFR9H+V5uXlGU52AtxJu3bttHr1at15551OWb9jx4769NNPdfvttztl/Yps165dhsHDESNGuLgbAAAAAAAAAKgaCMABAAAAAAAAgBurVq2a2rZtq0cffVQffPCB4uPj9fLLL6tFixYu2b9JkyZav369OnXqVOa1/Pz89NRTT2nRokUKCAhwQHfFa9GihTZs2KDHH39ctWvXdupegYGBWr58uR544IEyr2WxWDR8+HB98sknDg+/hYWFKTo62qnPR0REhN566y3FxsY6dHJdQECA5s6dq5UrV6pt27YOW/e36tSpo4kTJyouLk6///3vS72Or6+vFixYoMWLFzs8HOkq06dP1+7duzVv3jzdc8898vPzc/qevr6+Gjt2rLZs2aKxY8c6dVJkVWGxWPTQQw9p06ZNGjhwoDw9PZ2yT0BAgKKjo/XRRx/piSeecMoejlKvXj317t3bZu2TTz5xcTdA6TRo0EDr1q3T5MmTHRY6DQ4O1uzZs7Vs2bJymT5bERjdI1q1alVhP+8BAAAAAAAAwN2Vz5/sBAAAAAAAAIAqztvbW97e3qpWrZp8fX0VEhKiWrVqKTQ0VJGRkWrYsOGtn9JOoHKUWrVqKTY2Vlu2bFFMTIy+++67El0fFBSkYcOGafz48QoLCytSDw4Otnmdo0Jy/v7+euyxxzR58mQlJSUpMTFRx48f188//6wrV67o+vXrys3NVUFBQZn38vb21qxZszRo0CAtWbJEW7duVWFhYYmuv+eee/TQQw/ZDDkGBAQYPl/2CgkJ0SuvvCKr1aojR47o66+/VmJiog4dOqQbN26Uel1PT0917txZAwcOVP/+/Z06/alt27ZauXKlDh06pFWrVmnbtm1KTU0t9XpeXl6666671KlTJ3Xt2lXt2rVzaOiqV69e6tWrl1JSUrR7924dOnRIp0+f1vnz55WWlqabN28qLy/PYfs5WlBQkIYMGaIhQ4YoJydHSUlJ2r9/v5KSknTw4EFlZmaWeQ9vb2916NBBffr00aBBgxQYGOiAzvFbderU0T/+8Q898cQT+vjjj7Vp0yadPn26TGs2bNhQXbp0UefOndW1a1e3n/z2v8aPH68tW7YUOf7tt9/q+PHjatKkSTl0BZRMtWrVNHXqVI0ZM0bLly/X+vXrdeHChRKv07BhQw0bNkyjRo1y2R8qqIguXbqkr776ymZt/PjxLu0FAAAAAAAAAKoSi9VqtZZ3EwAAAAAAAACAiuPYsWPau3evEhISdObMGaWlpSktLU3Sf8NmNWvWVP369dWoUSN17txZ7dq1K/cQX3k5d+6cdu/erYSEBJ04ceLWc5WXlydfX1/VqFFDUVFRuuOOO9ShQwd16dJFNWrUKJdeCwsLdfLkSR0+fFg///zzrZ/U1FRlZmYqKytLhYWF8vf3V0BAgAICAlS3bl01bdpUTZs2VZs2bVSrVq1y6b2goECHDh3St99+q6NHj+rMmTO6cOGCrl+/rpycHFmtVvn7+9/6ue2229SgQYNbIdO77rqLL/uXUkFBgU6dOqUff/xRycnJOn36tH7++WelpaUpMzNTN27cUHZ2tiwWi7y9veXn56eQkBCFhoYqKipKDRo0UIsWLXTXXXdVqOBUZfLDDz8oKSlJhw8fVnJyss6dO6e0tDRlZ2crPz9fvr6+t973v9zff3nvNG/e3GawuSKJjo62GeweM2aMZs+eXQ4dAWVjtVp18OBB7du379Zn+oULF5SVlaW8vDz5+PjI399f4eHhql+/vlq2bKm7776bwKedFi9erPnz5xc5XqdOHW3dutVpEzYBAAAAAAAAoKojAAcAAAAAAAAAAACgStq0aZOmTp1a5HhgYKB27NghPz+/cugKgDsqLCxU3759dfbs2SK1Z555hglwAAAAAAAAAOBEHuXdAAAAAAAAAAAAAACUh379+tmcfJWRkaHVq1eXQ0cA3NWmTZtsht/CwsJ0//33l0NHAAAAAAAAAFB1EIADAAAAAAAAAAAAUCVZLBZNmzbNZi02Nla5ubmubQiA21qyZInN45MnT5aPj4+LuwEAAAAAAACAqoUAHAAAAAAAAAAAAIAqq2fPnmrTpk2R4xcuXNDnn39eDh0BcDc7duzQsWPHihyPiopSdHR0OXQEAAAAAAAAAFULATgAAAAAAAAAAAAAVdr06dNtHl+6dKkKCwtd3A0AdxMTE2Pz+F/+8hd5eXm5uBsAAAAAAAAAqHoIwAEAAAAAAAAAAACo0u6++27169evyPGffvpJ69evd31DANxGfHy8EhISihxv06aN7rvvvnLoCAAAAAAAAACqHovVarWWdxMAAAAAAAAAAAAAUJ7Onz+vAQMGKDs7+1fHIyIiFBcXJx8fn3LqDEB5sVqtGjp0qI4dO/ar456enlqzZo2aNm1aTp0BAAAAAAAAQNXCBDgAAAAAAAAAAAAAVV5ERIQmTZpU5Pj58+e1bNmycugIQHn7/PPPi4TfJGnUqFGE3wAAAAAAAADAhZgABwAAAAAAAAAAAACScnNzNXDgQJ0+ffpXx2vUqKEtW7YoODi4XPoC4Hq5ubnq37+/UlJSfnW8Zs2aiouLU1BQUDl1BgAAAAAAAABVDwE4AAAAAAAAAAAAAAAAAAAAAAAAAIBb8ijvBgAAAAAAAAAAAAAAAAAAAAAAAAAAsIUAHAAAAAAAAAAAAAAAAAAAAAAAAADALRGAAwAAAAAAAAAAAAAAAAAAAAAAAAC4JQJwAAAAAAAAAAAAAAAAAAAAAAAAAAC3RAAOAAAAAAAAAAAAAAAAAAAAAAAAAOCWCMABAAAAAAAAAAAAAAAAAAAAAAAAANwSATgAAAAAAAAAAAAAAAAAAAAAAAAAgFsiAAcAAAAAAAAAAAAAAAAAAAAAAAAAcEsE4AAAAAAAAAAAAAAAAAAAAAAAAAAAbokAHAAAAAAAAAAAAAAAAAAAAAAAAADALRGAAwAAAAAAAAAAAAAAAAAAAAAAAAC4JQJwAAAAAAAAAAAAAAAAAAAAAAAAAAC3RAAOAAAAAAAAAAAAAAAAAAAAAAAAAOCWCMABAAAAAAAAAAAAAAAAAAAAAAAAANwSATgAAAAAAAAAAAAAAAAAAAAAAAAAgFsiAAcAAAAAAAAAAAAAAAAAAAAAAAAAcEsE4AAAAAAAAAAAAAAAAAAAAAAAAAAAbokAHAAAAAAAAAAAAAAAAAAAAAAAAADALRGAAwAAAAAAAAAAAAAAAAAAAAAAAAC4JQJwAAAAAAAAAAAAAAAAAAAAAAAAAAC3RAAOAAAAAAAAAAAAAAAAAAAAAAAAAOCWCMABAAAAAAAAAAAAAAAAAAAAAAAAANwSATgAAAAAAAAAAAAAAAAAAAAAAAAAgFsiAAcAAAAAAAAAAAAAAAAAAAAAAAAAcEsE4AAAAAAAAAAAAAAAAAAAAAAAAAAAbokAHAAAAAAAAAAAAAAAAAAAAAAAAADALRGAAwAAAAAAAAAAAAAAAAAAAAAAAAC4JQJwAAAAAAAAAAAAAAAAAAAAAAAAAAC3RAAOAAAAAAAAAAAAAAAAAAAAAAAAAOCWCMABAAAAAAAAAAAAAAAAAAAAAAAAANwSATgAAAAAAAAAAAAAAAAAAAAAAAAAgFsiAAcAAAAAAAAAAAAAAAAAAAAAAAAAcEsE4AAAAAAAAAAAAAAAAAAAAAAAAAAAbokAHAAAAAAAAAAAAAAAAAAAAAAAAADALRGAAwAAAAAAAAAAAAAAAAAAAAAAAAC4pf8D0SPxVdoBvX0AAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.set(font_scale=1.25)\n", + "sns.set_style(\"whitegrid\")\n", + "fig, axs = plt.subplots(1, 1, sharex=True, sharey=True, figsize=(12, 6), dpi=300)\n", + "\n", + "order = df_mean.reset_index()[param].unique()\n", + "\n", + "plot_barplot(\n", + " df_mean.reset_index().groupby(param).correctness.mean() * 100,\n", + " df_sem.reset_index().groupby(param).correctness.sem().values * 100,\n", + " axs,\n", + " order,\n", + " ylim=60,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + ")\n", + "\n", + "axs.set_xticks(axs.get_xticks(), order, rotation=90, ha=\"right\")\n", + "\n", + "fig.supxlabel(\"Dataset Size (Million)\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/dataset_size_capability.ipynb b/figures/dataset_size_capability.ipynb new file mode 100644 index 0000000..b161ffa --- /dev/null +++ b/figures/dataset_size_capability.ipynb @@ -0,0 +1,7240 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-13 09:37:48.228394: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-13 09:37:48.231892: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-13 09:37:48.269793: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-13 09:37:48.269811: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-13 09:37:48.271129: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-13 09:37:48.278366: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-13 09:37:50.361371: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + "\n", + " if results_sem is not None:\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "from eval_vlm.common_utils.utils import get_dataset_mappings, get_model_mappings\n", + "\n", + "param = \"dataset_size\"\n", + "dt = \"capability\"\n", + "\n", + "model_mappings = get_model_mappings(param)\n", + "results[param] = results[\"model_name\"].map(model_mappings)\n", + "\n", + "dataset_mappings = get_dataset_mappings(dt)\n", + "results[dt] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([dt, param, \"model_name\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([dt, param])\n", + " .correctness.mean()\n", + ")\n", + "df_sem = (\n", + " results.groupby([dt, param, \"model_name\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([dt, param])\n", + " .correctness.sem()\n", + ")\n", + "dataset_types = list(df_mean.reset_index()[dt].unique())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "0it [00:00, ?it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "1it [00:00, 2.10it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "2it [00:00, 2.19it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "3it [00:01, 2.22it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "4it [00:01, 2.24it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "5it [00:02, 2.25it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "6it [00:03, 1.60it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "7it [00:03, 1.76it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "8it [00:04, 1.88it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "9it [00:04, 1.98it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "10it [00:05, 2.05it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "11it [00:05, 2.11it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "12it [00:05, 2.16it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "13it [00:06, 2.19it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "14it [00:06, 2.21it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "15it [00:07, 2.22it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "16it [00:07, 2.22it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "17it [00:08, 2.23it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "18it [00:08, 2.10it/s]\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAADc0AACLUCAYAAACs08KIAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAC4jAAAuIwF4pT92AAEAAElEQVR4nOzdd3iV9f0//leABEgYQfZSlKGCgAruibjrR636ca+KIkXB2VZtq1Zr/WjrqlWpqMWFqFVa27oVXKiIDAUVKhtlyk6ADPL7w6/5eZIAOQFywuHxuK5eV+/Xud/j5Jw7tPc7z/udUVJSUhIAAAAAAAAAAAAAAAAAkAZqpXoCAAAAAAAAAAAAAAAAALClCM0BAAAAAAAAAAAAAAAAkDaE5gAAAAAAAAAAAAAAAABIG0JzAAAAAAAAAAAAAAAAAKQNoTkAAAAAAAAAAAAAAAAA0obQHAAAAAAAAAAAAAAAAABpQ2gOAAAAAAAAAAAAAAAAgLQhNAcAAAAAAAAAAAAAAABA2hCaAwAAAAAAAAAAAAAAACBtCM0BAAAAAAAAAAAAAAAAkDaE5gAAAAAAAAAAAAAAAABIG0JzAAAAAAAAAAAAAAAAAKQNoTkAAAAAAAAAAAAAAAAA0obQHAAAAAAAAAAAAAAAAABpQ2gOAAAAAAAAAAAAAAAAgLQhNAcAAAAAAAAAAAAAAABA2hCaAwAAAAAAAAAAAAAAACBtCM0BAAAAAAAAAAAAAAAAkDaE5gAAAAAAAAAAAAAAAABIG0JzAAAAAAAAAAAAAAAAAKQNoTkAAAAAAAAAAAAAAAAA0obQHAAAAAAAAAAAAAAAAABpQ2gOAAAAAAAAAAAAAAAAgLQhNAcAAAAAAAAAAAAAAABA2hCaAwAAAAAAAAAAAAAAACBtCM0BAAAAAAAAAAAAAAAAkDaE5gAAAAAAAAAAAAAAAABIG0JzAAAAAAAAAAAAAAAAAKQNoTkAAAAAAAAAAAAAAAAA0obQHAAAAAAAAAAAAFvEddddF7vuumvpf4444ohUT6lazJs3L+F977rrrvHiiy9utXakTtnP6/7770/1lAAAAKhAnVRPAAAAAAAAAAAAgOpRUlISM2fOjDlz5sT8+fMjLy8vCgoKIicnJxo3bhyNGzeOzp07R7t27VI9VQAAAIAqE5oDAACgxpg3b1707ds3obbvvvvGk08+maIZAQAAAADAti8/Pz9ee+21eP311+OTTz6JVatWbbJNkyZNomfPnnH00UfHMcccEw0aNKiGmQKUd91118XIkSMTak888UTst99+KZoRAACwLRCaAwAAANiO3H///fGXv/wloTZ16tQUzQYAAAAA2Jry8vJi6NChMXz48FixYkVSbZctWxajR4+O0aNHxy233BLHHHNMDBo0KNq3b7+VZgsApNKuu+6acHz55ZfHoEGDUjQbAIDNVyvVEwAAAAAAAAAAAGDL+uCDD+LYY4+Nhx56KOnAXFlr166Nf/7zn3HcccfF73//+1i3bt0WmiUAAADA1mGnOQAAAAAAAAAAgDTy8MMPx9133x0lJSUVvt64ceM44IADomPHjrHDDjvEDjvsECUlJbFy5cqYN29eTJ48OSZOnBhr165NaFdYWBhPPvlkXHjhhdGuXbvqeCsAAAAAVSI0BwAAAAAAAAAAkCbuueeeGDJkSIWvHXLIITFgwIDYa6+9onbt2hvtZ82aNTFq1Kh48sknY/z48VtjqrBNmjp1aqqnAAAAQCUIzQEAAAAAAAAAAKSB559/vsLAXPPmzeNPf/pT7L///pXuq379+nH88cfH8ccfHx9++GH84Q9/iGnTpm3J6QIAAABsNbVSPQEAAAAAAAAAAAA2z/Tp0+PWW28tV995551jxIgRSQXmyjrggAPihRdeiIsuumhzpggAAABQbew0BwAAAAAAAAAAsI278cYbY926dQm13NzcePzxx6Nly5ab3X9WVlb86le/im7dukVmZuZm9wcAAACwNQnNAQAAsN2YNWtWfPHFF7FgwYJYt25dNGjQIDp27Bh77rlnZGdnV6qPkpKS+Oqrr+Krr76K7777LtavXx9NmzaNTp06RY8ePSIjI2OLzXfFihUxY8aMmD17dqxYsSLy8/Ojfv360bhx42jatGn06NEjcnNzt9h4P7Z+/fr4/PPPY86cObF48eIoKiqKxo0bxy677BI9e/aMrKysrTJuWd9++21MnTo1li5dGkuXLo3atWtHkyZNokWLFrHnnntGTk7OVp/DrFmzYsqUKbFw4cIoKCiI3NzcaNGiRfTq1SsaN268VcZcs2ZNTJo0KZYsWRJLly6NNWvWRG5ubuywww6x2267Rfv27bfKuAAAAADAtumdd96JcePGlavfdNNNWyQw92MnnHDCFuln1apVMXHixJg9e3asWrUqsrOzY4cddoiuXbtGx44dt8gYP8jLy4sZM2bErFmzYvny5ZGXlxdZWVnRqFGjaNq0aeyxxx7RvHnzLTpmqtWE+8zV+RlHRHz33XcxadKkWLRoUSxbtizq168frVu3jm7dukW7du22+Hhbw/r162PKlCkxbdq0+O677yIjIyOaNGkS7du3j7322muLr88UFhbGxIkT45tvvonFixdHRESTJk2ic+fOsccee0Tt2rW36Hg11Q/Xy8yZM2PlypVRu3btaNasWfTo0SN22WWXSvezbNmy+Oyzz2LOnDmRl5cXDRo0iObNm8c+++wTO+ywwxabb3FxccydOzdmzJgRCxcujNWrV8f69eujUaNGpet5Xbp0iVq1am2xMX+sJlxrBQUF8fnnn8fChQtj6dKlsXr16mjUqFHssMMO0alTp+jUqdNWn8PatWtj4sSJMWPGjFi5cmXUq1cvmjRpEl26dInddttti64b/9iMGTNi5syZsXTp0li2bFlkZWVFkyZNonXr1tGzZ8+oW7fuVhkXAGBbJDQHAADANu+II46Ib775pvT4pz/9afzf//1fRHy/aPT888/H448/HjNmzKiwfXZ2dpx66qlx+eWXbzCEtnr16hg2bFg899xzsXDhwgrPadasWfTr1y/OP//8qFMn+f/LvW7dunj33Xfjvffei48//jhmzZq10fMzMjKiU6dOccopp8QZZ5yxRQJky5YtiwcffDBeeeWV0sXRsrKzs+OEE06ISy+9tHTh6+OPP47zzz8/4bwnnngi9ttvv6TnsHDhwhg2bFiMHj16g59ZRERmZmb07NkzzjnnnDjuuOOSXnjaddddE44vv/zyGDRoUER8vyg9cuTIGDZsWEybNq3C9rVr14599903rrzyythzzz2TGrsiRUVFMXLkyPj3v/8dn376aRQWFm7w3B133DGOO+64uOiiiyoVnDzvvPNi7NixG3y97M+iIrfffnuccsopmzwPAAAAAKh+w4YNK1fbf//94/jjj6/+yWzCl19+GQ899FC8/fbbG7wP2rZt27jooovijDPOqNKudkVFRfHRRx/F6NGjY+zYsTFt2rQoKSnZaJsdd9wxTjjhhDjvvPO2aLilOm3N+8w/dt1118XIkSNLj9u2bRtvv/126XF1fMY/9tZbb8WwYcNi3LhxsX79+grP2X333ePCCy+Mk046qXQ9oey983333TeefPLJTY63sfWFDdnUOsrq1avjsccei2effTaWLFlSYR/Z2dlx7LHHxuDBg6N169abnOfGfPvtt/GXv/wl3nzzzVixYkWF5+Tm5sYpp5wSl1xySek18eKLL8b111+fcN5bb71VY0OJm5rvjBkz4qGHHorXXnut3E6dP+jWrVtcccUVcdhhh21wnHHjxsWQIUNizJgxUVxcXO712rVrxwEHHBDXXXdddO7cuUrvZebMmfHGG2/Exx9/HOPHj4/8/PyNnt+wYcM48MADo1+/ftGzZ88qjVlWdV9rZZWUlMRrr70WI0eOjLFjx270Z9CiRYs46qijon///tGqVaukxrn//vvjL3/5S0Jt6tSppf99zpw58dBDD8Urr7wSa9asqbCPZs2axVlnnRUXXXRRpR/eujEzZ86MYcOGxXvvvZewLl5W3bp1Y5999omf/exncfDBB2+y34p+N/3YX/7yl3I/i7LK/hsAAFCTbJ3HSAAAAEANsHDhwjjrrLPipptu2mj4Kj8/P5588sk46aST4quvvir3+vjx4+N//ud/4v77799gYC4iYsmSJXHHHXfE2WefHStXrkxqro8//ngceOCBcfnll8ezzz67ycBcxPcLQ//973/jjjvuiD59+sTrr7+e1Jhlvfzyy3HsscfGE088scHAXMT3P6/nnnsu/ud//idhUXxzrV27Nu6444446qij4rHHHtvoZxbx/dNPx40bF1dddVWcdNJJGwy3JWvhwoVx9tlnxw033LDRPouLi+PDDz+MM844I+65557NGvPNN9+M448/Pn7zm9/ERx99tNE/ZIj4fjHur3/9a/Tt2zeefvrpzRobAAAAANi2zZ8/Pz788MNy9XPOOScFs9mwkpKSuPfee+PUU0+N1157baP3Qb/55pu49dZb4/TTT4/vvvsuqXFefvnlOPjgg6Nfv37x5JNPxtSpUzcZmIv4/r7rgw8+GEccccQ2ed+1Jtxnrq7P+AfLli2LgQMHxsCBA2Ps2LEbDPFEfB/k+9WvfhXnn39+LF26tErjbS3jxo2L448/Ph544IENBuYivl+fefHFF+PYY4+Nt956q8rjPfHEE/GTn/wkXnjhhQ0G5iIili9fHo899lgcf/zx8d5771V5vJrq6aefjpNOOileeumlDQbmIiKmTJkS/fv3j9tuu63c75KCgoK4+eab45xzzon33nuvwsBcxPdrSu+//36cfPLJ8Y9//COpeS5btix++tOfxrHHHht33XVXvP/++5sMzEV8v9Pja6+9FqeffnoMHDgw6bXLsnNI9bU2bty4OPXUU+OKK66I0aNHb/JnsGjRonj66afjqKOOivvuu2+jc07G008/HSeccEK8+OKLGwzMRXy/bnz//ffHCSecUKl13w1ZtmxZ/PrXv46f/OQnMWLEiI0G5iK+f0jr+++/H/369YvzzjsvFixYUOWxAQDSgdAcAAAAaemHwNykSZMq3WbBggXRr1+/mD9/fmnt/fffj5/97Gfx7bffVrqfSZMmxcUXXxxFRUWVbvPll1/G6tWrK31+WStWrIjBgwfHww8/XKX2I0aMiKuvvjqWL19e6Tb5+flx3XXXxTPPPFOlMX9s8eLFcd5558Vjjz220YXJDZk6dWqceeaZ8c4772zWPObOnRv/+7//GxMmTEiq3ZAhQ6oUnCspKYk///nPcdlll8Xs2bOTbr969eq45ZZb4sYbb9zgQiwAAAAAkN7efvvtckGO5s2bxxFHHJGiGZW3fv36+MUvfhEPPfRQUvcyv/jiizjnnHMiLy+v0m2mT58ey5Ytq8o0IyJizZo1ccstt8RNN91U5T6qU025z1ydn3FExNKlS+OCCy5IOjw2duzYOPfcczcaFqtOo0aNigsvvHCjD20sa+3atTF48OB49913kx7vnnvuidtuu61SoasfLFu2LAYMGBCjRo1KeryaasiQIXHLLbdEQUFBpds88cQTCWtBBQUFcdlllyW1TlZUVBTXX399vPnmm5Vuk5eXF1988UWlz6/IW2+9Ff/7v/9bpQBVTbjWnn322bjgggtiypQpSbctKCiIBx98MC677LKkvvcVufvuu+OWW25Jai3zm2++ibPPPjupa/wHM2fOjDPOOCP+/ve/V+n389ixY+O0006Lzz77LOm2AADpok6qJwAAAABbWmFhYVx22WWlT9rLyMiI3r17x4EHHhitW7eOrKysWLBgQbz33nvlnr67ZMmSuPnmm+Ovf/1rTJ8+PQYPHhxr166NiIh69erFQQcdFPvss080a9YsiouLY+7cufHaa6/Ff//734R+Jk2aFH/729/ikksuqdJ72HnnnWO33XaLjh07RvPmzSMnJycyMzMjLy8v5s+fH1988UV88MEHpXOL+H5h/O67744uXbrE4YcfXumx3njjjbj55pvL/VFF7dq1o1evXnHwwQdHy5Yto1atWrFo0aL4+OOP48MPPyx9Quytt94aV155ZZXeZ8T3P/MzzjijwicjdunSJfbZZ5/o1KlTNGrUKCIivvvuu5g4cWK88847CYvoeXl5MWjQoBgxYkR07do16Xnk5eXFxRdfXLpolZGREXvttVfp9yY7OzuWLVsW48ePjzfeeKPcgtjQoUPjiCOOiJ49e1Z6zJtuuimeffbZcvXc3Nw48MADo1u3btG0adOoV69erFq1Kv773//Ge++9FzNnzkw4/9lnn42GDRvGL37xiwrH2XHHHUufILpkyZJyT6rdbbfdNjnXxo0bV/ZtAQAAAADV6OOPPy5X6927d9SpU3P+NOyee+6Jf/3rX6XHrVu3jsMOOyy6dOkSTZo0ifz8/Jg+fXq8/vrrMW/evIS2M2fOjLvuuituvPHGKo3dtm3b2H333aNTp07RsmXLyMnJiXr16kV+fn4sWrQovvzyy3j//fdj1apVCe1GjBgRXbp0qXE79pVVXfeZN6U6P+OioqK45JJLYurUqeVea968eRx55JHRuXPnaNKkSaxYsSJmzpwZb731Vum406dPj1/96ldVep9b0pdffhl333136XpLvXr14oADDojevXtHs2bNok6dOjF//vz44IMPyq1nFRUVxW9+85v4z3/+Ew0bNqzUeMOGDYshQ4aUq2dmZsaBBx4Y++23X7Ro0SKKi4tjwYIF8f7778enn34a69evj6Kiorj66qvjoosu2vw3nmJvvvlmQvitWbNmcfjhh0fXrl2jSZMmkZeXF1OnTo1XXnml3HrKww8/HEceeWT06NEjbrnlloTg4i677BKHH354dOjQIRo2bBgrVqyITz/9NF577bWEcN769evj5ptvjv3226/Sn92PZWdnR/fu3aNjx46x0047RcOGDSMnJycKCwtj5cqV8fXXX8fHH38c06dPT2g3a9asuPLKK+Opp56q9L8PNeFae/jhh+Ouu+4qV8/Ozo4DDzwwunfvXrqWumrVqpg9e3aMGTOmXMDu7bffjl//+tdVeghmxPf/Jvz1r38tPd5hhx3i0EMPje7du8cOO+wQ69ati9mzZ8ebb75Zbt34u+++ixtvvDGh/aZ8/fXXcfbZZ1cYOuzRo0fsvffesfPOO0ejRo2isLAwFi9eHBMmTIh333034fu2ePHi6N+/f4wcOTJat25drq/s7OyEdcKvvvoq4fVmzZpFs2bNNjrXFi1aVPp9AQBUt5pzZwQAAAC2kNdff710MaBr165x6623xh577FHuvH79+sV7770XgwcPTniy4OjRo2PcuHFx2223lYayfvKTn8R1111X4U3/yy67LP7617/Gvffem1D/61//Guedd17Uq1dvk3P+IaB1yimnxKGHHhqtWrXaZJu8vLz429/+FkOGDCldUC0pKYnrr78+Ro0aValxly5dGjfddFO5wFz37t3j97//fYVhqosvvjjmzp0bN954Y4wZMyaKi4vjgQce2ORYFVm/fn1cc8015QJze+21V1x//fUbDKBdcMEFsXLlynjwwQdj2LBhpfNft25dDBo0KP75z39GgwYNkprL8OHDS4NwPXv2jJtuuim6detW7rxzzjkn5s2bF4MHD05YcCsuLo4///nP8eijj1ZqvBdeeKHcHzLk5ubG1VdfHSeffHLUrVu3wnYlJSXx5ptvxk033RTfffddaf2RRx6J3r17R58+fcq1ue2220r/+/333x9/+ctfEl7/5z//Wak5AwAAAAA1T0U7EPXo0SMFM6nYokWLYujQoRERkZOTE9ddd12ceuqpUbt27XLnXnXVVfHnP/+59PwfjBgxIi699NJo2bJlpcbs0qVLnHbaaXHYYYdFhw4dNnl+QUFBPPvss3HvvffG6tWrS+v/93//F0ceeWSlx61u1XmfeWOq+zMeMmRITJ48OaGWmZkZgwYNiosuuigyMzPLtbn++utjxIgRceedd0Z+fn6l11G2prvvvrt0XeKkk06Ka6+9tsJ1qEsuuSQ+/vjjGDx4cCxfvry0vnDhwnjmmWeif//+mxxr5syZcffdd5erH3zwwfG73/0u2rVrV+61AQMGxJdffhm//vWvY8qUKZGfnx+PPPJIEu+wZvohgFW7du24/PLLo1+/fhVeK1deeWVcf/318frrr5fWSkpK4r777oszzjgjnn/++Yj4Pjx14403xnHHHVeuj7POOisGDRoU/fv3j1mzZpXWFy9eHMOHD49LL720UnNu1KhRnHjiiXHMMcfEXnvtVeF3vKzx48fHbbfdlnCtTJgwIR5//PHo169fpcZN9bX24Ycflgu51atXLy677LI4++yzN7oW+PHHH8dvfvOb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uyfdz4QJE5I6PzMzM3bfffeE2ueffx7r169PeuyIiIkTJyZ1/h577BG1aiXelvjkk0+qNPa2pmfPngnHa9asiSlTpqRoNgAAAADAtq5NmzZxwAEHlKsPHz48BbNJnbL32yMievfunXQ/yd5vT4Xt9T5zRWGhZNcnfjBp0qTNnM22oU2bNtG8efOEWlXf+/r16+Pzzz/fEtOiEgoKCuK7775LqPXq1SvpfoqLi+Ozzz5Lqk2qr7WKxh83blyVxt+WlP3dHrH9rJ8CAGwtQnMAAACQQsuWLUs4bty4cZX6eeWVV5Jus+eeeyYcL168OD7++OOk+5k5c2ZMnjw5qTa5ubnRrVu3hNqMGTOq/JTKbcmBBx5Yrvb6669X2/i1a9cuVysuLq628QEAAACALe+CCy4oVxszZky89tprKZhNapS93x5RtXvuVbnfXt1SfZ85VXr27FluV8V///vfVerrX//615aY0jahbBDns88+izlz5iTdz5gxY2LJkiVbalpsQkW/03Jzc5Pu55133on8/Pyk2qT6WjvooIPK1baH33G77rprNG3aNKE2bty4Cr8LW0vZdURriADAtk5oDgAAAFKofv36CccrV65Mere3sWPHVukJsscff3y52qOPPpp0P1VpExHRt2/fcrWHH364Sn1tSw4//PByC04jRoyIlStXVsv4OTk55WrJLpYCAAAAADXL4YcfXuEORDfeeGMsWrRoi47173//OxYuXLhF+9wSyt5vj6g4dLIxc+bMibfeemtLTWmrSfV95lRp3LhxuTDNp59+mvTugHPmzNkuAjg/qGg96JFHHkm6n6quB1E12dnZ5WpVCU/97W9/S7pNqq+1ffbZJxo2bJhQe/3112PWrFlJ97UtycjIiCOOOCKhtmbNmnjiiSeqbQ5l1xGtIQIA2zqhOQAAAEih5s2bJxyvXbs2xo0bV+n2a9asid/+9rdVGnvPPfeMrl27JtTee++9+Oc//1npPj788MP4+9//XqXxzz333GjUqFFC7aWXXoo33nijSv1tK9q2bRsnnXRSQm316tVx/fXXR0lJyVYfv6InK8+dO3erjwsAAAAAbF233HJL1K1bN6G2fPnyuPDCC2P+/Pmb3X9BQUHccccdcc0110RhYeFm97ellb3fHhHxwQcfVLr9+vXr44YbbtgmdtVJ9X3mVDrrrLPK1W666aZYs2ZNpdoXFRXFjTfeGAUFBVt6ajXWUUcdFc2aNUuoPf/88/HJJ59Uuo8XX3wxxowZs6WnxkY0bNiwXBj4/fffT6qP559/PsaOHVul8VN5rWVnZ8eFF16YUCsuLo5f/OIXaX/t9u/fP+rUqZNQGzp0aEyaNKlaxi+7dmsNEQDY1gnNAQAAQAr17t27XO2ee+6p1B8crF27Nq644orNeqriwIEDy9V+/etfV+qpj5988klcdtllVV6Ab9iwYfTr1y+hVlJSEr/85S/jzTffrFKfERHvvPNO3HTTTVVuXx0GDhwYWVlZCbU333wzfvvb31Z5sW/evHlx6623xrRp0zZ6XpcuXcrV3nnnnSqNCQAAAADUHJ06dYrf/OY35erTp0+PM844o8rBiYjvH6B2yimnxGOPPbY5U9yqKrrf/tBDD8Xq1as32Xb9+vVx4403JhUiSrVU3mdOpT59+kS3bt0SalOnTo0BAwbEqlWrNtp23bp18Ytf/CI+/PDDrTnFGicrKysuueSShNr69evj5z//eXz66aebbP/yyy/HjTfeuLWmx0aU3UF07NixlV7Teffdd+P3v/99lcdO9bV24YUXRpMmTRJqn332WQwePHiT42/Id999F/fcc09SgerqtuOOO8Ypp5ySUCssLIyBAwfG+PHjq9RncXFx/Oc//4l77rlnk+eWXUf85JNP7DYHAGzThOYAAAAghXr06BFt27ZNqI0fPz4GDRoUS5cu3WC7zz77LM4555zShbEGDRpUafyjjjoqjjvuuIRaYWFhDBo0KK688soYN25crF+/vtzYN954Y5x//vmRl5cXERF77bVXlca/+OKL48ADD0yo5efnx+WXXx6//e1vK/30wlmzZsWQIUPihBNOiP79+1dqkTeV2rdvH7fccku5+vPPPx+nn356jBo1qlJhxNWrV8e//vWvGDhwYBx99NHx1FNPxbp16zbapnPnzuW+Lw8//HC8+OKLsXbt2uTeCAAAAABQo5x++ukxYMCAcvWFCxfGeeedF/3794/x48eXu+9bkbVr18bLL78cZ599dlx44YXx3//+d2tMeYtp0aJFuYDJ7Nmzo1+/fvHNN99ssN2MGTPi4osvjueffz4iIurUqVNud6eaKJX3mVOpdu3a8Yc//CEyMzMT6h999FEcd9xx8fTTT8d3332X8NqKFSti5MiRccIJJ8TLL78cEd/vprTLLrtU27xT7fzzzy+3lrNq1ao499xz46abborJkycnvFZcXBxjx46NwYMHx1VXXVX6sMeqrgdRNccee2y52pVXXhmvvvrqBtusXbs2/vKXv8TAgQNL132qso6Y6mutQYMGcc8995TbdW3UqFFxyimnxEsvvRRFRUWb7GfdunXx5ptvxrXXXht9+vSJIUOGVDl0V12uu+66cuG1JUuWxPnnnx9//OMfY/HixZXq56uvvop77rknjjrqqLj66qvjq6++2mSbin5PXHXVVTF9+vTKvwEAgBqkzqZPAQAAALaW2rVrx2WXXRY33HBDQn3UqFHRt2/fOProo6Nnz57RpEmTyM/Pj/nz58e7774bn332WcJi929/+9v41a9+VaU53HzzzTF9+vRyT4595ZVX4pVXXon69etHs2bNonbt2rFo0aJyTxPs1q1bDBw4sNxTSmvXrr3JsevUqRP33ntvnHnmmTFjxozSeklJSTz33HPxwgsvxB577BG9e/eOdu3aRW5ubqxfvz5WrlwZS5cujWnTpsXkyZM3+gcPNdVPf/rTmD59egwdOjSh/uWXX8aAAQOiTZs2sd9++8Vuu+0Wubm5Ua9evVi1alWsWrUqZs2aFZMnT45p06ZValfCH8vMzIwTTzwxhg8fXlrLz8+P66+/Pn7zm99Eq1atIicnJ2rVSnzW0uDBg6Nv375Vf8MAAAAAQLW46qqron79+nHvvfeWC02988478c4770Rubm4ccMAB0alTp2jSpEnpbj4rV66MuXPnxpQpU2LixImxZs2aVLyFKhs0aFBceOGFCbWJEyfGMcccE3379o1evXpFs2bNoqCgIBYuXBgffPBBfPrppwnBi4EDB8YLL7ywTdx3TtV95lTbbbfd4re//W3cdNNNCd/xxYsXxy233BK33nprNG3aNHJzc2PFihWxdOnSKC4uTujjd7/7XTzzzDMJaxNl74unk1q1asUf//jHOPfcc2PBggWl9fXr18eIESNixIgRkZOTE82bN4/i4uJYvHhxuQftHX744XH00UfHhAkTEuqVWQ+iak4++eR4+OGHY86cOaW1/Pz8uOKKK6Jbt27Rp0+f2HHHHSMzMzO+++67mDJlSowaNSqWL19een7nzp3j8MMPL/d7ojJSfa0dcMAB8etf/zp+97vfJdTnzJkTv/jFL+KOO+6IfffdN7p16xY77LBDZGdnR15eXqxatar037Ivv/xym3toZE5OTjz00ENxxhlnxJIlS0rrhYWF8cgjj8Tjjz8ee+21V/Tq1StatWoVjRs3jsLCwli1alUsXrw4vvrqq5g8eXKlw3U/dvLJJ8d9992X8O/i6NGjY/To0dG4ceNo2rRpuV1OW7RoUaXvFwBAdRCaAwAAgBQ79dRTY8yYMfHvf/87oZ6fnx//+Mc/4h//+MdG2w8YMCBOPvnkKofmcnNz4/HHH4+LLroovvzyy3Kvr1mzZoM7vnXp0iWGDBkSX3/9dbnXKvvUysaNG8eIESPil7/8ZYwePTrhteLi4pg0aVJMmjSpUn1ta6699tpo3bp13H777eX+KOHbb7+NkSNHbpVxBw4cGG+88Ua5xbLi4uIN/iHIihUrtspcAAAAAIAtb8CAAdGtW7e44YYbYtGiReVeX758ebzyyitJ91uvXr04//zzo0WLFltimlvcAQccEP3794+HH344oV5YWBivvvrqRndniog48cQTS0Nz24pU3WdOtTPOOCMyMjLipptuKrdzYklJSSxZsiQhbPKDjIyMuOGGG+L444+PJ598MuG1quzGtS1p3759PPXUU3HBBRdUuBaQl5cXeXl5Fbbdd9994+677y7dPezH0v3nlkqZmZlx3333xdlnn10uxDxlypSYMmXKRtu3bNkyhgwZslm/B1J9rZ199tnRtGnTuP7668t9P5csWRIvv/xyhd/LbV27du3i73//e1xxxRXl1kkLCwtj7NixMXbs2C0+bosWLeLnP/953H///eVeW7FiRYXrhTV95z4AYPuWvo9GAQAAgG3I7bffHqeddlpSberWrRu//e1v46qrrtrs8XfYYYd47rnn4vLLLy/3dMCK1K5dO84444x45plnokWLFhUukCSz4NW4ceMYMmRI3HDDDdGsWbOk5l5W27Zt45RTTtmsPqrTOeecE8OHD49evXptVj/16tWLn/zkJ9GmTZtNntu8efN4/PHHo1u3bps1JgAAAABQcx1yyCHx6quvxoABA6JRo0ab1Vd2dnacccYZ8dprr8U111xTqfvIqXL11VfHz3/+88jIyKh0m9q1a8eAAQPijjvuSKpdTZGK+8w1wemnnx7PPfdcpe91t2/fPh555JE4//zzI+L7nRV/rGHDhlt8jjVN+/bt45///Gecc845ldrtKysrKwYMGBCPPvpo5OTklFsPysjIiJycnK01XSKia9eu8cgjj0Tz5s2TarfnnnvGc889F+3atdvsOaT6WjvmmGPihRdeiD59+iTVrqw6depEnz59Ytddd92sfqpL69at46mnnoqBAwdu9u+njh07xnHHHVepcwcOHBhXXXVVZGZmbtaYAAA1gZ3mAAAAoAbIysqK2267LY4++ugYMmRIjB8/foPnNmzYMI4//vi45JJLon379lt0DoMGDYozzzwzXn/99Xj77bdj7ty5sXjx4igsLIzc3NzYeeedY7/99ouTTjopYeyKniCZm5ub1PgZGRlxwQUXxJlnnhkvvPBCvPrqqzFx4sRYt27dRtvVqlUrdt999zjggAPisMMOi3322Web+6OGHj16xPDhw2PcuHExYsSI+Pjjjyt8+nNZLVq0iAMOOCAOPPDA6Nu3b1ILZh07dowXXnghxo0bF2+88UZ89dVXMXv27Fi9enWsWbMmiouLN+ctAQAAAAA1QE5OTlx11VVx6aWXxquvvhqvvfZajBs3LlavXr3Jtk2bNo2ePXvGscceG0cffXTUr1+/Gma8+TIyMuLKK6+MQw89NB566KF4//33y+2O9IP69etH375945JLLonddtutmme6ZaXiPnNN0L179/j73/8eY8eOjddeey0mTJgQixcvjuXLl0fdunWjdevW0a1bt+jbt28ceeSRUbt27dK2Zdc2GjduXN3TT4mGDRvGjTfeGD/72c/itddei3feeSe+/fbbWLJkSZSUlESTJk2iU6dOceCBB8ZJJ52U8LDDsj+zRo0aVSp8x+bp3bt3vPTSS/Hoo4/Gc889Vy6E9mN77LFHnHfeeXHiiSdu0c8m1dfazjvvHEOGDImvvvoqnn766RgzZkzMmzdvk+1yc3Njv/32i4MOOiiOPPLIaNq0adJjp1JWVlZcccUVcdFFF8UzzzwTb7/9dnz++edRVFS00XaZmZnRvXv3OPDAA+Pwww+P7t27V3rMWrVqxYABA+L000+PV155JcaNGxdff/11LF68OPLz8ze5dgsAUJNklJSUlKR6EgAAAECiJUuWxPjx42PRokWxcuXKyMrKimbNmsUuu+wSXbt2jTp1atZzcK655pr497//XXrcunXrGD169Gb3W1BQEJ9//nksXLgwli9fHitXrozatWtHTk5ONGnSJHbeeefYeeedo27dups9Vk0zc+bMmD59eixfvjyWL18eRUVFkZOTEw0aNIh27drFLrvsss0t7AEAAAAAqbd+/fqYOXNmzJ49O+bPnx/5+flRUFAQOTk50bhx48jNzY0uXbpE27ZtUz3VLWLlypXx6aefxrffflt6j/mH+8s9evSo0bvmbS73mTds1qxZccwxxyTUbrvttjjttNNSNKNtw5lnnhkTJkwoPe7du3c8/fTTKZzR9qe4uDgmT54c//3vf2PZsmVRXFwcOTk50a5du9hjjz2S3pFua9ua19q3334bU6dOjWXLlsXy5ctj3bp1kZ2dHQ0aNIg2bdrELrvsEi1bttzscWqa/Pz8+Pzzz0tDiytXroy6detGTk5ONG3aNHbeeefYaaed7BQHABB2mgMAAIAaqVmzZnH00UenehqVUlBQEB9++GFCrUePHluk76ysrOjVq9cW6Wtb80MgEAAAAABgS6pVq1Z07NgxOnbsmOqpVItGjRpFnz59Uj2NlHCfecMqevDfllrbSFdLliyJyZMnJ9T8zKpf7dq1o2fPntGzZ89UT6VStua11qZNm2jTps0W6Wtbkp2dHfvtt1+qpwEAsE2wLzYAAACwWUaOHBnfffddQq13794pmg0AAAAAAMCGFRQUxBNPPJFQa9KkSXTq1ClFM9o2PPHEE1FYWJhQsx7ExrjWAABINaE5AAAAoMpmz54df/zjHxNq9erVixNPPDFFMwIAAAAAANiw22+/Pb755puE2mmnnRa1avlzyg0ZP358PPbYYwm1li1bxmGHHZaiGbEtcK0BAJBq/pcnAAAAEPfcc098++23SbWZMGFCnHfeebFq1aqE+v/8z/9Ebm7uFpwdAAAAAADA/+/tt9+O119/PYqLiyvdpqCgIG666aYYPnx4Qr1OnTpx5plnbukp1jgrVqyIBx98MJYuXZpUu7feeiv69+9fbpe5s846K+rUqbMlp0gN5FoDAGBbllFSUlKS6kkAAAAAqdW9e/coLi6O/fffP/r27Ru9evWKjh07RmZmZsJ5y5cvj/Hjx8cLL7wQb7/9dqxfvz7h9ebNm8dLL70UO+ywQ3VOHwAAAAAA2I48/PDDcdddd0WrVq3iqKOOikMPPTS6du0azZo1Szhv/fr1MW3atHj33Xfj6aefjgULFpTr68orr4yf//zn1TX1lFm8eHEcfPDBUbdu3Tj44IPjiCOOiL322is6dOgQtWvXLnfuJ598EiNGjIiPP/64XF9dunSJv//971G3bt3qmj4p4loDAGBbJjQHAAAARPfu3aOgoCChlpmZGTvssEM0bNgwioqKYuXKlbFs2bLY0K2EzMzMGDp0aBxwwAHVMWUAAAAAAGA79UOQp6xGjRpF48aNo169erF69epYtmxZrF27doP9HHTQQfHII49ErVq1tuZ0a4QfQnNlZWVlRdOmTaNBgwZRUFAQK1asiOXLl2+wn4YNG8bw4cOjS5cuW3G21BSuNQAAtmX2xqbGWb58eUycODHmzJkTeXl5kZWVFS1atIiuXbtGx44dt8qYeXl5MXHixJg1a1asXLky6tSpE82aNYtdd901dt9998jIyNgq4wIAANRkhYWFsXDhwli4cOEmz23WrFncf//9sffee1fDzAAAAAAAAMpbuXJlrFy5slLnnnrqqXHzzTdv9yGegoKCmD9/fqXO7dChQzz44INb7e/42Ha41gAA2BYIzVHOsmXLYvLkyfH555/HZ599FpMnT47FixcnnHP55ZfHoEGDtui448aNiyFDhsSYMWOiuLi4wnN22mmnOPfcc+Oss86KzMzMzR5z6tSp8dBDD8Wbb74ZhYWFFZ7TokWLOOOMM+Kiiy6K7OzszR4TAACgJjrqqKNi1KhRkZ+fn1S77OzsOOOMM+Liiy+OZs2abaXZAQAAAAAA/P9233336NSpU3z99ddJt+3Ro0cMGDAg+vbtuxVmVnNlZ2fHoYceGh9++OEG/1ZuQ3Jzc+O8886LCy+8MBo0aLCVZkhN5FoDAGBbllFSUlKS6kmQen/7299KQ3Jz587d5PlbMjRXWFgYt99+ezz99NOVbtOlS5e4//77o0OHDlUas6SkJB566KF44IEHoqioqFJt2rRpE/fdd1/06NGjSmMCAADUdGvXro1x48bFhAkT4quvvop58+bFokWLYs2aNbFu3brIzs6Oxo0bR9OmTWOPPfaIffbZJw466KBo3LhxqqcOAAAAAABsh2bNmhWffPJJTJo0KWbPnh3ffPNNrFy5MtauXRsREY0bN47GjRvHjjvuGL169Yr99ttvu//7r1WrVsXYsWNj4sSJMW3atPjmm29i8eLFsWbNmigqKooGDRpEo0aNolmzZrHnnntG796948ADD/TA+e2caw0AgG2R0BwREbHrrrsmdf6WCs0VFRXF4MGD46233kq67Q477BBPPfVUlbZ6/93vfhfDhw9Pul29evXikUceiX322SfptgAAAAAAAAAAAAAAAMDWVyfVE2D7dtddd5ULzDVp0iTOPffcOPLII6N169axfPnymDx5cgwbNiw+++yz0vOWLl0aAwYMiJEjRya15fvTTz9dLjCXnZ0dZ555Zhx33HHRvn37yMvLi2nTpsVTTz0VH3zwQel5a9eujcsvvzz+8Y9/ROvWrav4rgEAAAAAAAAAAAAAAICtxU5zRET5neays7Njjz32iD322CO6d+8eV111VcLrW2Knua+++ipOPvnk+PFXsHPnzvHoo49Gy5Yty51fUlISt99+ezz++OMJ9Ysuuih+9atfVWrMJUuWxJFHHhlr1qwprbVs2TIeffTR6Ny5c4VtHnvssbjzzjsT5nnMMcfEn//850qNCQAAAAAAAAAAAAAAAFQfO80RERE9evSI7t27l/5nl112iVq1apW+XjY0tyXce++9CUG0nJycGDp0aIWBuYiIjIyMuOGGG2LevHkJu9MNHz48Lrzwwg22+7EhQ4YkBOZq164dDz744AYDcxHfh/Lmz58fTzzxRGnt9ddfjylTpkS3bt02OSYAAAAAAAAAAAAAAABQfWpt+hS2B88//3zceOON8dOf/jQ6deqUEJjbGr788ssYNWpUQm3w4MHRunXrTba9+eabo169eqXHa9eujUcffXST7ZYsWRIjRoxIqJ1zzjmxxx57bLLtVVddFS1atCg9LikpiQcffHCT7QAAAAAAAAAAAAAAAIDqJTRHSrzyyisJx9nZ2XHaaadVqm2LFi3i6KOPTqi99tprm2z31ltvRWFhYelxRkZGnH/++ZUaMzs7O0499dSE2rvvvht5eXmVag8AAAAAAAAAAAAAAABUD6E5UuKtt95KOD7qqKOiQYMGlW5/yimnJBwvWLAgJk+enNSYvXr1ivbt21d5zIKCgnj//fcr3R4AAAAAAAAAAAAAAADY+oTmqHbffvttfP311wm1fffdN6k+9tprr8jMzEyojR49eoPnFxQUxIcffrhZY+64447RqlWrSo8JAAAAAAAAAAAAAAAAVD+hOard1KlTy9X23nvvpPqoV69edO3aNaE2bdq0DZ4/a9asKCgo2KwxK2qzsTEBAAAAAAAAAAAAAACA6ic0R7WbMWNGwnGd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AAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAA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QW/Hjh3x0Y9+NA4dOlQ0P3ny5PjlL3/Z431feeWVuPvuu+OJJ56IlpaWDh8zbty4WLhwYSxZsiQqKyt7fBYAAAAAAAAAAAAAAAAwMEqTLgCOpq2tLW666aYjAnO93XPdunWxYMGC+OlPf9ppYC4iYvfu3bF27dr40Ic+FL/97W/7rAYAAAAAAAAA0qmuri4mT57c4T91dXVJlwcAAAAAkAlCcwxqDz30UPznf/5nn+55yy23xJo1a6JQKHR5zRtvvBGLFy+O5557rk9rAQAAAAAAAAAAAAAAAPpWLukCoDP19fXxla98pU/3fOCBB+LBBx8smqusrIxFixbFxRdfHDU1NZHP52Pbtm2xYcOG+M1vftP+uObm5li6dGn86Ec/iokTJ/ZpXQAAAAAAAABAxPJVW6Ih3/X/CW6SmhrrO722YvXWqBz51gBW0zujqnKxesWspMsAAAAAgD4jNMegdcstt8T+/fsjIqKioiJOP/30eP7553u83969e+OOO+4omhs/fnysX78+pk2b1j43evToOOmkk+K8886Le++9N1atWhVtbW0REbFv37647bbb4q677upxHQAAAAAAAABAxxryhWgcIqG55qbO68w3FaK1dGg8DwAAAABIo9KkC4CO/OxnP4snnniiffyP//iPUVNT06s977nnnjhw4ED7uKysLNatW1cUmDvckiVLYvHixUVzP//5z+Pll1/uVS0AAAAAAAAAAAAAAABA/xCaY9BpbGyMW2+9tX38rne9K6655ppe7bl37954+OGHi+Y+8YlPxOmnn37MtcuXL49x48a1j9va2mLdunW9qgcAAAAAAAAAAAAAAADoH0JzDDp33HFH7NmzJyIiSkpK4uabb47y8vJe7blx48ZoaWlpH5eUlMRVV13VpbWVlZVx2WWXFc099dRTkc/ne1UTAAAAAAAAAAAAAAAA0PeE5hhUnnvuufje977XPl6wYEF84AMf6PW+GzduLBqfccYZUVNT0+X1CxYsKBofOnQonn766V7XBQAAAAAAAAAAAAAAAPQtoTkGjUOHDsVNN90UbW1tERExevTo+Kd/+qc+2feZZ54pmps7d2639jj55JNjwoQJRXNPPvlkb0sDAAAAAAAAAAAAAAAA+pjQHIPGunXr4rXXXmsf33DDDTF69Ohe77tz5844dOhQ0dz73//+bu9z+Jpt27b1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f/iHf4gDBw60z5WWlsaXv/zlOPfcc7u937hx44rGe/bsidbW1m7vs2vXrmPuDQAAAAAAAAAAAAAAACRLaI5B5Q9/+ENcc801R9zV7eabb44PfehDPdpzypQpRePW1taor6/v9j6Hh+aqqqpiwoQJPaoJAAAAAAAAAAAAAAAA6B9Ccwwar7/+elx99dWxb9++ovkbb7wxLr/88h7vO3Xq1CPmduzY0e19Xn311aLxaaed1uOaAAAAAAAAAAAAAAAAgP4hNMegsGvXrrj66qtjz549RfPLli2Lq6++uld7n3rqqTFs2LCiuc2bN3d7nxdeeKFo/O53v7tXdQEAAAAAAAAAAAAAAAB9T2iOxO3duzc++clPxn//938XzS9ZsiSWLl3a6/2HDRsWZ555ZtHcpk2burVHXV1d7Nq1q2ju3HPP7W1pAAAAAAAAAAAAAAAAQB8TmiNR+/bti6uvvjp27txZNL9w4cK44YYb+uyc888/v2j8/PPPR11dXZfX//CHPywaDxs2LM4+++w+qQ0AAAAAAAAAAAAAAADoO0JzJCafz8enPvWp2LZtW9H83/zN38TNN9/cp2edf/75UV5e3j5ua2uLDRs2dGntgQMH4pFHHimaO+ecc6KqqqpPawQAAAAAAAAAAAAAAAB6T2iORBw8eDCuvfba+O1vf1s0f+GFF8btt98eJSUlfXre2LFjY+HChUVzGzZsiC1bthxz7de+9rWor69vH5eUlMR1113Xp/UBAAAAAAAAAAAAAAAAfUNojgFXKBTiM5/5TGzatKlo/pxzzomvfOUrUVZW1i/nXnvttTF8+PCiOq677rrYvn17p2vuu++++Pa3v100d+GFF8bs2bP7pUYAAAAAAAAAAAAAAACgd3JJF0D2rF27Nn71q18VzeVyuTjllFPirrvu6tGes2fPjosvvvioj6muro7rr78+br311va5Xbt2xeWXXx6LFi2KSy65JE466aRoamqKV155JTZs2BBPP/100R4nnHBC3HjjjT2qEQAAAAAAAAAAAAAAAOh/QnMMuPr6+iPmCoVC3H///T3e89JLLz1maC4i4sorr4zt27fHQw891D6Xz+dj/fr1sX79+qOuraioiLVr18akSZN6XCcAAAAAAAAAAAAAAADQv0qTLgAG2sqVK2PZsmVRVlbW5TUTJ06M73znOzF37tx+rAwAAAAAAAAAAAAAAADoLaE5MqekpCSWLl0ajz76aFx00UVRXl7e6WOrq6tj2bJl8fjjj8ecOXMGsEoAAAAAAAAAAAAAAACgJ3JJF0D23H777XH77bcnXUbMmDEj1qxZE/v374/NmzfH66+/Ho2NjVFWVhZjxoyJGTNmxKxZs6KkpCTpUgEAAAAAAAAAAAAAAIAuEpoj80aMGBHz58+P+fPnJ10KAAAAAAAAAAAAAAAA0EulSRcAAAAAAAAAAAAAAAAAAH1FaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAPj/2PvvMKuqs3/8vweYocwgTXoRQcHQ7BgSK2DLN481UaNBQI1Ro6iJJrZYolETYyzYoiSIgl2IGgsaxd4gNEGagCJILwIzwAwwvz/8wccz5wzMmRkYOLxe15XrevY6e611n9l7Do9nzXsvAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjFGjqguAHcGiRYti4sSJMXfu3CgoKIhatWpF8+bNo0uXLtG6deuqLg8AAAAAAAAAAAAAAAAoI6E5dmlvvfVWPPLIIzFu3LgoLi5Oec4+++wT/fv3jxNPPDGysrK2c4UAAAAAAAAAAAAAAABAOqpVdQFQFfLz82PAgAFx4YUXxtixY0sNzEVETJ06Nf7whz/E2WefHUuWLNmOVQIAAAAAAAAAAAAAAADpEppjl5Ofnx/9+/ePkSNHptXv008/jTPPPDMWL168jSoDAAAAAAAAAAAAAAAAKqpGVRcA29s111wTEyZMSGhr0aJF9OvXL3r06BHNmjWLxYsXx9ixY2Pw4MExc+bMzed99dVXcckll8TQoUOjRg2/PgAAAAAAAAAAAAAAALCjsdMcu5S33norXnvttYS27t27x4svvhh9+/aNDh06xG677Rbt27ePn//85/Hvf/87jjvuuITzx40bF0899dT2LBsAAAAAAAAAAAAAAAAoI6E5dhnFxcVxzz33JLS1aNEiHnzwwahbt27KPjk5OfH3v/89OnfunND+0EMPxZo1a7ZZrQAAAAAAAAAAAAAAAED5CM2xy3jzzTdj6tSpCW3XXntt5OXlbbFf9erV45ZbbkloW7x4cTzzzDOVXiMAAAAAAAAAAAAAAABQMUJz7DJeffXVhOOWLVtGr169ytS3U6dOceCBBya0vfbaa5VWGwAAAAAAAAAAAAAAAFA5hObYJRQVFcU777yT0HbiiSdGVlZWmcc4+eSTE47Hjx8fS5curZT6AAAAAAAAAAAAAAAAgMohNMcuYfz48bFq1aqEtu7du6c1xiGHHJJwvHHjxnjvvfcqXBsAAAAAAAAAAAAAAABQeYTm2CVMmzYt4bh69eqx7777pjVGmzZtYvfdd9/iuAAAAAAAAAAAAAAAAEDVEppjlzBr1qyE4+bNm0edOnXSHqddu3YJx7Nnz65QXQAAAAAAAAAAAAAAAEDlEppjlzBz5syE4xYtWpRrnObNmycclwzjAQAAAAAAAAAAAAAAAFVLaI5dwqJFixKOmzVrVq5xSobmFi5cWO6aAAAAAAAAAAAAAAAAgMpXo6oLgO2hoKAg4TgvL69c45Tst3bt2ti4cWNUq7bj5k83bNiQsv3rr7+OoqKi7VzNjis7OzvhuNr6pVFtw/oqqmbXVG19jZg3b15C27a4R13rquda71q2x/V2rXcMrvWuw+f4rsO13nW41rsW/2bvOlzrXYfP8V2Ha73r2F7XOlN8/55t1qxZVK9evQqrqRhrOmXjc6rq+Tdp1+Fa71r8d+Suw7Xedfgc33W41rsO13rX4t/sXYdrvevwOb7rcK13HdZ00lMVazpZxcXFxdt8FqhiBx98cKxcuXLz8TnnnBN/+MMf0h7n8ccfj1tuuSWh7X//+1+5Q3jbw5gxY+Lggw+u6jIAAAAAAAC2qblz50bLli2ruoxys6YDAAAAAADsCrbXms6Ouz0WVKI1a9YkHOfk5JRrnFq1aiW15efnl2ssAAAAAAAAAAAAAAAAoPIJzQEAAAAAAAAAAAAAAACQMYTm2CXUrl074biwsLBc46xduzapLTc3t1xjAQAAAAAAAAAAAAAAAJVPaI5dQp06dRKOU4XfyiJVv5JjAwAAAAAAAAAAAAAAAFWnRlUXANtDyWDb6tWryzVOyX61atWKatV27Oxpt27dYvTo0UntTZo0ierVq1dBRQAAAAAAAJWvWbNmVV1ChVjTAQAAAAAAdgXba01HaI5dQpMmTWLWrFmbjxcsWFCucUr2a9KkSYXq2h5ycnLioIMOquoyAAAAAAAA2AJrOgAAAAAAAJVnx94iCypJu3btEo6/+eabco1Tsl/79u3LXRMAAAAAAAAAAAAAAABQ+YTm2CWUDLctWLAgCgoK0h5n9uzZCcd77rlnheoCAAAAAAAAAAAAAAAAKpfQHLuEjh07JhyvX78+Jk6cmNYYc+bMicWLF29xXAAAAAAAAAAAAAAAAKBqCc2xS9hvv/2ibt26CW2ffvppWmOUPL9atWpx2GGHVbg2AAAAAAAAAAAAAAAAoPIIzbFLyM7OjiOOOCKh7YUXXoji4uIyj/Hvf/874Xi//faLRo0aVUZ5AAAAAAAAAAAAAAAAQCURmmOXcfzxxyccz507N956660y9Z06dWqMHj06oe24446rtNoAAAAAAAAAAAAAAACAypFVnM5WW7ATKy4ujhNPPDGmTZu2ua1ly5bx0ksvRW5ubqn9NmzYEKeddlpMmjRpc1vjxo3jjTfeiNq1a2/TmgEAAAAAAAAAAAAAAID02GmOXUZWVlZcdtllCW3z5s2LCy+8MFavXp2yT2FhYVxxxRUJgbmIiAsuuEBgDgAAAAAAAAAAAAAAAHZAdppjlzNgwIAYOXJkQlvLli2jf//+0aNHj2jSpEksWbIkxo4dG4MHD44vvvgi4dz9998/hg4dGjVq1NieZQMAAAAAAAAAAAAAAABlIDTHLmf16tXRv3//mDhxYtp927RpE8OGDYsmTZpsg8oAAAAAAAAAAAAAAACAiqpW1QXA9paXlxeDBw+Oo48+Oq1+Bx10UDz55JMCcwAAAAAAAAAAAAAAALADs9Mcu7Q333wzHnnkkRg3blyp53Ts2DH69+8fJ510UmRlZW3H6gAAAAAAAAAAAAAAAIB0Cc1BRCxcuDAmTJgQ8+bNi4KCgqhVq1Y0b948unbtGq1bt67q8gAAAAAAAAAAAAAAAIAyEpoDAAAAAAAAAAAAAAAAIGNUq+oCAAAAAAAAAAAAAAAAAKCyCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAA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2rBhQ0yZMiW++OKLWLp0aaxbty7q1KkTHTt2jB49elR+8dtYcXFxTJkyJaZNmxZLly6NjRs3RuPGjaN58+ZxwAEHRE5OTlWXuM0UFhbGxIkTY+HChbF06dJYs2ZN1K9fPxo1ahR77bVXtG3bdrvUMX/+/Pjss8/im2++iTVr1kS9evVi9913jwMOOCB233337VIDAADsSITmAACABI8++mhS2w9/+MP4yU9+sv2L2YopU6bEgw8+GG+99VYUFRWlPKdly5ZxzjnnxOmnn16up1auX78+Pv7443j77bfj008/jenTp0dxcfEW+7Rp0yZ++tOfRp8+faJhw4Zpzzl8+PC4+uqrE9refPPNaNWqVUREzJgxIwYNGhSvv/56FBQUJPU/+eSTSw3NTZkyJf773//GJ598EhMmTIjCwsIt1tKwYcM48sgj47zzzqvUUMPo0aPjySefjI8//jiWLl26xXN333336NGjR/zf//1fHHbYYUnhjj59+sSnn35aav+OHTtutZ7bbrstTjnllDLVPnv27Hj00Ufjvffei3nz5pV6Xs2aNePggw+O/v37x6GHHlqmsTeZO3du9OrVq9Qaly9fHoMHD47hw4fH4sWLk/q3bNlyhw3NtWnTJmX78uXL0w7NFRcXx8iRI2PEiBHx6aefpvx92KRJkyZx9NFHx/nnn18pC+fr1q2LZ599Nl577bUYP358qZ9BERFZWVnRsWPHOOKII+KUU05Je2F05cqV8a9//SveeOON+OKLL0o9b9M9d8YZZ8TRRx+d1hyprFmzJh555JF44YUXYu7cuSnPycnJid69e8eFF14YHTp0iIit37+lueqqq2LEiBGbj1u2bBlvvfXW5uNt/Zlf8rOke/fu8fjjjyedl+r9fd+IESMS3kdppk2blrK95GfWxRdfHJdccslWxytp9uzZMWjQoHjnnXdSfk5sUr9+/Tj00EPj3HPPjU6dOqU9T1VfNwAAAACg4nbk9cFXX301nn322Rg9evQW17X23nvvOPbYY6N///6Rl5eX9jxb+m62oKAghg4dGs8880x8/fXXKft/PzT3ySefxNlnn53w+mOPPRaHHHJIRHz3gLxBgwbFf/7zn/j222+TxurevXtSaK5nz54J61Inn3xy3H777WV/g/9/AwcOjPvuuy+hrbTvq79vSz+f1atXx+DBg+Ppp58u9fvounXrRu/evePiiy/evOa5JanWS7/v6quv3uLrEaV/z7+165OODz/8MB5//PH4+OOPt7hO1bp16+jdu3ece+655XoA69au/xtvvBGDBg2K8ePHp+yflZUVXbt2jYsvvjiOOOKItOcHAICdldAcAACw2fz58+Ojjz5Kaj/rrLOqoJrSFRcXxz333BMPP/xwbNiwYYvnzps3L26++eZ4/vnnY9CgQdGoUaMyz/PKK6/En/70p827n5XVnDlz4oEHHojBgwfHlVdeWak/vwceeCDuv//+WL9+fVr9Zs6cGRdddFF8+eWXafVbtmxZDB8+PEaMGBE/+9nP4vrrr6/QUyCnTp0af/7zn7cYcitpyZIl8dJLL8VLL70URx11VDz00EPlnr8ili9fHn/7299ixIgRW73vIr4LVb3//vvx/vvvR/fu3eOOO+6olLDWqFGj4qqrrooVK1ZUeKyqUKdOnZTtq1evTmucMWPGxK233hqTJ08u0/mLFi2KYcOGxbPPPhvnnXdeXHLJJeXeXevJJ5+M+++/f4tBpO8rLi6OqVOnxtSpU+Phhx+Oe+65J4499tgy9X388cdj4MCBKRfNS/r+Pbf//vvHTTfdVKbQaCofffRRXHPNNfHNN99s8bzCwsJ45ZVX4o033ogBAwbE+eefX675tmR7feZnijVr1sRf/vKXePbZZ8v0b8WKFSviP//5T7z88svxf//3f3HddddFvXr1KlyH6wYAAAAAO4cddX3w888/j+uvvz4+++yzMp0/Y8aMmDFjRgwbNiwuu+yyOOOMMyqljgkTJsRll1221e/Ly+rZZ5+NP//5z7FmzZpKGa+qTZw4MQYMGBDz58/f4nmrVq2KESNGxGuvvRaXX3559O3bdztVuG18/fXXceONN8b7779f5vM3BQvPO++8uPDCC8u9TvV9q1atiiuvvDJGjRq1xfOKi4tj4sSJcf7558fJJ58ct9xyS9So4c+HAQDIfBX//7oBAICM8dZbbyXtota4cePo2bNnFVWUbOPGjXHllVfGgw8+WKbg0iaff/55nHXWWZGfn1/mPjNnzkw7MPd9a9asiT/96U9xww03lHuM77vpppvinnvuSTswF/Fd8CzdwNz3FRcXx7PPPhtnnXVW2uGmTV555ZU444wz0grMlZTO9atMs2fPjtNPPz2ee+65tO67TT799NP42c9+FhMnTqxQHa+88kpcdNFFO21gLuK7xbtUcnNzyzzG008/HX379i1zYO77CgsL44EHHojf/OY3W3ziZyrr1q2LK664Im688cYyB+ZKKi4uLtN9vGHDhrj++uvjlltuKVNgrqRx48bFmWeemfIPHbZm1KhRcf7556f1BwBFRUVx5513xt/+9re059uS7fmZnwmWLVsWffv2jSeffDLtfyuKi4vjxRdfjDPPPLPCf/zhugEAAADAzmNHXB98991346yzzipzYO77li9fHjfccEPccsstsXHjxgrVMXr06OjTp0+lBeYGDRoU1113XcYE5j777LPo27fvVgNz37dmzZq49dZb46677tqGlW1bkyZNijPOOKPMgbnvKygoiHvvvTcuu+yyLe6cWBbLly+PM888c6uBuZJGjBgRV111VYXmBgCAnYVHRQAAAJt98sknSW0HHXTQDvWUubvuuiteeumlzcfNmzePI444Ijp06BANGjSIgoKCmDlzZrz++usxd+7chL6zZ8+OO++8M66//vpyzd2yZcv4wQ9+EHvttVc0bdo0cnNzo1atWlFQUBCLFi2KKVOmxPvvv58UCnrqqaeiQ4cOFXoi57PPPhtPPPHE5uM6derEj3/84zjggAOiUaNGUVxcHAsWLIhPPvmkTE8lrFevXnTt2jXatWsXbdq0iby8vKhTp06sXbs2li9fHl988UV88MEHSYuAEydOjOuuuy7uvvvutOp/6qmnSg0PNm3aNH784x9Hx44do0GDBpGdnR3ffvttfP311zFp0qQYP358rFu3rtSx27RpEytXroyI78KBS5YsSXh9n3322Wp9W9pV6YsvvogzzzwzZXCpW7duccABB8See+4Zu+22WxQVFcXixYtj3Lhx8e677yYsdi1evDjOP//8GDFiRDRv3nyrNZU0Y8aMGDp06OYF3urVq8eBBx4YP/zhD6NZs2ZRq1atWLhwYXz++ecxZcqUtMffXqZNm5bUVq1atWjVqlWZ+j/88MNx5513JrXXqVMnfvSjH0XXrl2jcePGkZubG6tWrYqvvvoqPvzww6SA3VtvvRXXXnttmRdli4qK4txzz43Ro0enrL9z587Ro0ePaN68edSvXz8KCwtjxYoVMW3atJg4cWJ88cUXZZpnkz/+8Y/x/PPPJ7XXrFkzDjvssDjooIOicePGsXbt2pg3b168+eabST/b1atXx69+9asYMmRIHHjggWWad+LEiXHJJZdEUVFR0mvdunWLI444Ipo3bx41a9aMJUuWxNixY+O9997bHEB85JFHokGDBmm91y2pys/80mRnZyd8rsycOTPh51WvXr1y/Y5X1Nq1a6Nv374xffr0pNcaNGgQRx99dHTs2DEaNmwYK1asiFmzZsXIkSNj0aJFCedu+sz797//HfXr1y9XLTvidQMAAAAAUtvR1gc//vjjuPDCC1M+GOwHP/hBHHXUUdGyZcuoVatWLF68OD799NN4//33kwJIjz/+eGzcuLHc3zUuXrw4Lr744oQ1qm7dusWPf/zjaNmyZeTm5saiRYti5syZ8dprr211vA8++CAefvjhzcc5OTlxyCGHRPfu3aNx48ZRvXr1WLBgQUycODHth/5VhZUrVyY9oLBTp07Rs2fPaNGiReTk5MTChQvjo48+io8//jjpej700EPRoEGD6NevX8rx69Wrt/m7+KKiopg5c2bC682bN9/i+l7Ed2uIlW3mzJnRp0+flNeobdu20bt379hjjz0iLy8vFi9eHBMnToy33nor6fyRI0dGYWFhPPTQQ+WqY/369fGb3/wmYU2gU6dOceihh0br1q2jbt268e2338aECRPijTfeSFq/fumll6J3795x3HHHlWt+AADYWew4f/kKAABUuc8//zyprVu3blVQSWqLFi2KRx55JCK+25XqqquuilNPPTWqV6+edO7ll18e99577+bzN3nqqafi17/+dTRt2rRMc3bo0CF+9rOfxRFHHBFt27bd6vmFhYXx9NNPx913352wI9vtt98evXv3LvO8JX3/fZxxxhlx2WWXpQymXHDBBaUGzBo3bhwnn3xyHH300dGlS5ethuuKi4vj3XffjVtvvTVhl7pXX301jjvuuDIvoowbNy5uueWWpPbWrVvHb3/72zj++OMjKyur1P6rV6+Ot99+O4YNG5by9T//+c+b/++BAwfGfffdl/D6Cy+8UKY6UykoKIhLL700KTB31FFHxZVXXhnt27cvte/ixYvjr3/9a7z44oub25YvXx4DBgyIp59+ukzhxu8bMmTI5h2bunfvHjfccEPstddeKc/dUsiwqo0cOTKpbe+99468vLyt9v3oo4+SQm61atWK3/zmN3HmmWducYxPPvkkrrvuupgzZ87mtldeeSUOOuigMgVab7vttpSBuWOOOSYuv/zyaNeu3Rb7f/XVV/Gf//wnIfxamldeeSVlYK5Xr15xww03pPwcufTSS2PUqFFxww03xMKFCze3FxUVxZVXXhkvvPBC1K1bd4vzFhYWxlVXXZUUmGvbtm3ccsstcfDBByf16devXyxdujRuvfXW+M9//hMREffee+9W32NZVMVnflk0bdo04XOlZ8+eMW/evITj22+/vdLmK6tbb701KTBXvXr1+NWvfhUXXXRR1KxZM6nP1VdfHYMHD4577rkn4Q9K5s+fH9ddd13S52lZ7KjXDQAAAABIbUdaH1y+fHn8/ve/TwpYtWjRIm666aY4/PDDk/r0798/FixYEDfccEO8/fbbCa8NGzYsfvSjH0Xv3r3TruW5557bvC7TsWPHuOmmm2L//fdPee5111231fEGDRq0eUe/Y489Nq6++upSH8C2I6/zbPL0009vrrNp06Zx8803xxFHHJF03nnnnRezZs2Ka665JsaNG5fw2t///vc4/PDDU66x9OrVK3r16hUREXPnzt38f28yYMCAOOWUUyrr7ZRJYWFh/Pa3v00KwNWvXz+uueaaOPHEE1P2+/bbb+P222+P4cOHJ7SPGjUqhgwZEn379k27ltdff33zz79t27Zx4403Ro8ePZLOO+OMM+LKK6+MK6+8MmlnvHvuuUdoDgCAjJfeX+gBAAAZq7CwMGm3l4iILl26VEE1qRUVFUVxcXHUr18/nnjiiTjttNNS/hF+xHdPZ7ziiivitNNOS2jfsGFDyjBKKv369YuXXnop+vbtW6bA3KZ5+/TpE8OGDUsI8BQWFpYa+iqLTYtyV111Vdx0001b3MkpVTCiW7du8fbbb8fvfve76NatW5kCW1lZWXHEEUfEM888E506dUp47dFHHy1T3ZsWj0qGcLp37x7Dhw+Pn/zkJ1sMzEVE5OXlxU9/+tN48skn47bbbivTvJXlr3/9a9IOYVdccUU89NBDWwzMRXwXUrzjjjvi4osvTmifOHFimZ44WtKme+CYY46Jf/3rX6UG5iJS3wM7ghkzZqT8/TvhhBO22nf16tVxxRVXbN5pLyKiUaNG8cwzz8T555+/1dDdIYccEsOHD4+OHTsmtA8cODDWrFmzxb7vvvtu0u9vVlZW/OEPf4iBAwduNTAXEbHHHnvEb37zm3jrrbfisMMOK/W8/Pz8uPHGG5PaTzvttLj//vu3GCI66qijYtiwYUnnzJs3r0y7Qz766KNJT2pt165dPPHEEykDc5s0atQo7rzzzujTp09EfLfjWWXY3p/5O7P//e9/8fTTTye0VatWLW699da4/PLLS/1MqF69epx33nkxcODAyM7OTnjtjTfeSBly3RrXDQAAAAB2Hjva+uDf//73hAfDRUS0atUqnnzyyZSBuU2aNWsWDz30UMr1hj/+8Y/l+t5607rMAQccEE888USpgbmIsq3LbBqvT58+ce+995YamCvreFVtU2CrSZMmMWzYsJSBuU3atWsXQ4YMie7duyeNcdNNN23TOivTv/71r5g6dWpCW/369WPIkCGlBuYivts177bbbosLLrgg6bW//e1vSfd8WWz6+Xft2jWefvrplIG5TRo2bBgPPvhgdOjQIaF91qxZMWbMmLTnBgCAnYnQHAAAEBERCxcu3Px0w+/bfffdq6CaLbv11ltjn332KdO5v/vd75IWlko+Ra80W9uVaUv22Wef+O1vf5vQ9txzz5V7vIjvnjrZv3//cvWtXbt21KhRvs3G69WrF3/5y18S2saNG5cUJktlxIgR8c033yS0tW3bNv7xj3/EbrvtlnYtrVq1SrtPeS1cuDDpmp155pnxq1/9Kq1xLrnkkvjxj3+c0FZyV6WyatmyZdx+++1J4ZadweTJk+P8889P2M0q4rvF1F/84hdb7f/UU0/FkiVLNh9Xq1YtHnjggaQQ3JbUrVs37r///oSf3/Lly+PZZ5/dYr8HHnggqe3Xv/51nHPOOWWee5OaNWtG48aNS319xIgRSTsbdu3aNW666aatBkwjvtvB8Z577kk6d/jw4Unjft/GjRvjqaeeSmirUaNG3H333dGoUaOtzhsRcc0110TXrl3LdG46ttdn/s5syJAhSW19+/aNk046qUz9jzzyyBgwYEBS++DBg8tdk+sGAAAAADu+HWl9cNmyZfHCCy8ktFWvXj3uu+++aNas2Vb7Z2VlxW233ZYUDEo1blnVrVs37r777q0+uK+sunXrFldffXWljLWj+Nvf/hatW7fe6nk1a9aMe++9N+rXr5/Q/vHHH8f06dO3UXWVp6ioKIYOHZrUftttt5X5u/DLL7886cGKFXnw6m677ZbyZ5rKpofYleS7eAAAMp3QHAAAEBERK1euTNlenmDTttS9e/fo1atXmc+vX79+0pMNp0yZkrBb1bZywgknJARXli5dGrNnzy7XWNWqVYvf//73lVVa2jp06BCdO3dOaPvf//631X6DBg1KavvLX/4SderUqbTatpVHH300YYe8vLy8+N3vfleusS666KKE488//zzmzZuX9jgDBgyI3NzcctWwva1ZsybmzZsXr7/+evz2t7+N008/PSlAmZ2dHXfeeedW31NhYWFSKOikk06K/fbbL+26WrdunfS0zzfeeKPU88eMGRPjxo1LaNt7773jkksuSXvuski14Hr99deXaXfITfbff/84+eSTE9oKCgpi+PDhpfZ57733ku7JU089Na1QYrVq1Sp9sX9n+syvKgsXLoz//ve/CW2NGjVKGYLbkv79+yftqjpu3LiYPHly2jW5bgAAAACwc9iR1gefe+65zbtnbXL66afHD37wgzKPUaNGjfjjH/+Y1J7qu/ey6NevXzRt2rRcfVP5/e9/H9WrV6+08arascceG4ccckiZz2/QoEHK9ZWSD/XbEb3++uuxePHihLYjjjgievbsmdY4119/fdI98PTTTyesSZbV2WefHS1atCjz+Yceemg0bNgwoa08awAAALAzEZoDAAAiImLt2rUp2yuy29q28POf/zztPiV3PiooKIiFCxdWVkmlqlu3btIOTRMmTCjXWD/84Q+36y5rqeyxxx4Jx+PHj9/i+TNmzIg5c+YktB100EHlCjpVhZEjRyYcH3/88eV+kugBBxyQtMD86aefpjVGXl5eHHfcceWaf1sZMWJEdOzYMeX/9ttvv+jZs2dccskl8fLLLyct9tWvXz8efvjh6N69+1bnGTduXCxatCih7Wc/+1m56z7yyCMTjidMmJC0A94mb775ZlJbv379yr1z45bMnz8/KVjbpUuX6NatW9pjpdq974MPPij1/I8//jiprTw/4wMPPDDatWuXdr/S7Eyf+VXlo48+ig0bNiS0nXjiiWmHk7Ozs1P+vLd035TGdQMAAACAncOOtD6Y6rvIM888M+1xunfvHnvvvXdC2/Tp02PJkiVpjZOVlVWhtYiS2rZtGwcffHCljbcjKM93wSeeeGLUrFkzoe3dd9+trJK2mcq6P9u0aROHHnpoQtuKFSvi888/T3us0047La3zq1evnvSQ1PI+8BUAAHYWlf8XXgAAwE6puLg4Zfv3d0rbEZQlYFNSmzZtktpW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TSr3eKm+W+/SpUu5x9sR5OXlJRzn5+eXa5w5c+ZURjkxZcqUcu9GOHny5KS2Hfn61K5dO/bcc8+Etoq8/0y8PwEAYEclNAcAACTo27dvUtuHH34YI0eOrIJqqkaqJyzWq1cv7XFeffXVyiinQqryvRxyyCFJbS+88ELa46SjevXqSW3lWbDq2LFjNGrUKKFtzJgxlfb0zV1ZgwYNol+/fkntAwcOLLXPj3/846S2119/vTLLKlX37t0TjtevXx8vv/zyNplr//33T2or72fvpEmTYu7cuQlt++67b9KTUDcpGXJdv359uX7vV61aFe+8807a/XZmJT93yrtIXl6p7pvXXnutXGOl6pdqfAAAAAAgs1T1+mD16tWTHu42a9asmDFjRrnGS1X3zv5dZ8kHEqb7sMuIiMLCwpgwYUKl1FNQUBAfffRR2v1Wr16d1K9169Zb3Gmu5C57EVX/XXxBQUG899575RrLd/EAALD9CM0BAAAJjjzyyDjwwAOT2q+//vpYtGhRpc71n//8JxYuXFipY1aG2rVrJ7WlG5aaM2dOvPnmm5VVUrmVfCpnRPrvpaioKIYOHZr23O3bt0966uL//ve/bboDX25ublJbeXYFy8rKip49eya0rVmzJh577LFy18b/07dv36Tw5sSJE2PUqFEpzz/44IOTFoNff/31+PLLL7dViZsdffTRSW1DhgyJ9evXV/pczZs3j/bt2ye0TZo0qVxP0031BOBDDz201POPPfbYpPDXY489lvb7HDp0aKxduzatPju7kp8722onwtL06NEj6dq9+OKLadexfv36eOaZZ5Lat3TfAAAAAACZYUdYH0z1XeRTTz2V9vhjxoyJ6dOnJ7R17Ngxdt9997TH2pGUXHP78ssvY9WqVWmN8dJLL1Xqd9ipvlPemhdeeCHWrVuX0Hb44YdvsU9lrf9VRGXdn19//XVS2K5BgwbRqVOnctcGAACUTmgOAABI8qc//Slq1qyZ0LZixYro169fzJ8/v8LjFxYWxl/+8pf43e9+F0VFRRUer7I1btw4qe2DDz4oc/+NGzfGNddcs92fcJhKRd9LRMR9991X7nDSr371q6S2q666apstZKXaRa88T9qMiDj//POTnlz5yCOPVNoTOHdldevWTWu3uTp16iSdv2HDhrjyyiujsLBwG1T4/+y3335x8MEHJ7TNmDFjizvjVcRZZ52V1HbzzTdHcXFxmceYOHFijBgxIqGtTp06ccopp5Tap1mzZnHUUUcltE2fPj0efvjhMs87c+bMeOihh8p8fqbYbbfdEo7L+5lTXk2bNo3evXsntC1ZsiTuu+++tMYZMmRIzJ49O6HtgAMOsFAPAAAAALuIql4fPPXUU5Pmf+qpp2Lq1KllnmP9+vVx8803J7X36dMn/YJ3MJ07d044Xr9+fbz66qtl7r9q1ap44IEHKrWmkSNHxpgxY8p8/ooVK1Kur5xxxhlb7Jebm5u0Zre9v4s/+uijk9ZdR40aFe+8805a49xyyy1JDyw8/fTTIzs7u8I1AgAAyYTmAACAJHvttVdcd911Se0zZ86M008/PT799NNyj/3RRx/FKaecEv/6178qUuI2ddBBByW1Pfjgg7F69eqt9t24cWNcf/31MXr06G1RWtoaNWoUbdu2TWh76aWXyrzA+Pzzz6cVminphBNOiNatWye0ffnll/HrX/86Vq5cmfZ4c+fO3eLrHTp0SGpLd7FqkzZt2iSFjIqKiuKiiy6KsWPHlmvMDRs2xMsvvxx33XVXufpnkrPPPjvq16+f0DZ58uT473//m/L8fv36RYMGDRLaJk6cGAMGDEj7SaqbLF26NO66666tBkl/85vfJLX94x//iMGDB6c9Z2FhYSxevLjU10866aSkn8v48eNTLvKnMm/evBgwYEBs3Lgxof3UU09NCneVdMEFFyTtWHbvvffG448/vtV5Z8yYEf369dvldpmLSP7cmTFjRqX8AUk6UoVQBw8eHC+//HKZ+r/77rspP5fOOeecipYGAAAAAOwkqnp9sGHDhnHSSScltK1fvz4GDBhQpt3uiouL47rrrktaA2vUqFGccMIJ5ap7R3LooYdGtWqJf+55//33l2mNZN26dXHllVdudZ2tPH73u9+VadzCwsK47LLLYvny5QnthxxySMr1ve+rVq1atG/fPqHt/fffT1oL2Zays7NThi//8Ic/xBdffFGmMe655554++23E9pq1qwZZ555ZmWUCAAApCA0BwAApHTaaafFBRdckNS+cOHC6NOnT5x//vkxduzYMi1GrF27Nl555ZU488wzo1+/fjFjxoxtUXKladKkSRx44IEJbV999VWce+65MW/evFL7zZo1K84777x49tlnIyKiRo0aUbt27W1aa1kcf/zxCcdFRUVx3nnnxSeffFJqn5UrV8Ytt9wS11577eZrnJeXl/bc2dnZcdddd0VOTk5C+6effhqnnnpqvPrqq1vdQaugoCBeeeWVOOuss+Lqq6/e4rl77713Up0PP/xwDB8+vFxhnquuuippoW7JkiVx9tlnxx133LHF8NP3TZ06Ne666644+uij47e//W1aT0XNVHl5eXHuuecmtQ8cODDlPZGXlxd33XVX0pNER40aFaecckq8+OKLSU/mTGXdunXx3//+N6644oo46qij4qGHHtrqgnKPHj2if//+CW3FxcVx++23x4ABA5J250rl66+/jgcffDB69uwZ7733Xqnn5ebmxg033JDUPmzYsBgwYEAsWbKk1L7vvPNOnHnmmUmBrZYtW8all1661Rq7du2a8n3ecsst0b9//3jvvfeSnv77xRdfxB133BEnn3zy5j9a2H///bc6VyY54IADEo43btwYl156aXz22WfbtYZf/OIXSXX8/ve/j4EDB5a6I+OGDRviX//6V1x88cVJ1/boo4+Oo48+epvVDAAAAADseKp6ffC3v/1tNG3aNKHtq6++il/84hfx4Ycfltpv4cKFceGFF8aIESOSXku1g97OqHnz5nHooYcmtC1YsCDOPffcLT7IbfLkydGnT58YNWpURESl/Sw2jbNgwYI466yztrj2MXv27Ojbt2989NFHSWPceOONZZqv5NrD7Nmz49prr93i2m1l69+/f/zgBz9IaFu+fHn06dMnXnnllVL7rVy5Mq699tqUO/1dccUVSfc8AABQeWps/RQAAGBXdfnll0ft2rXj7rvvTgqxvPPOO/HOO+9E/fr1o0ePHrHXXntFgwYNNu8EtXLlyvj6669j8uTJMX78+FizZk1VvIVyu+SSS5J27hk/fnwce+yx0atXrzjwwANj9913j8LCwli4cGF88MEH8b///S8htHPRRRfF888/v10Xa1Lp169fDBs2LGFnt8WLF8fZZ58dBx98cBx66KHRsmXLyMrKiiVLlsS4cePi3XffjYKCgs3n9+jRI5o2bRr//ve/056/a9eucf3118cf//jHhPtozpw5cdlll0WzZs3i0EMPjQ4dOkSDBg2iRo0asXLlypg7d258/vnnMXbs2M33T/fu3bc4V3Z2dpxwwgnxxBNPbG4rKCiIq6++Oq677rpo1qxZ5ObmJj2Jc8CAAdGrV6+k8XJzc+PBBx+M008/PSGsVFRUFIMGDYohQ4bE/vvvHwceeGA0a9Ys6tWrF0VFRbFq1apYvHhxTJ06NSZNmlTmcN2u5pe//GUMHjw4li1btrlt6tSpMXLkyDjuuOOSzu/Ro0dce+21cdNNNyW0z5kzJ6688sr4y1/+Et27d4/OnTtHw4YNo06dOpGfnx+rVq3a/Hk0ZcqUcgUor7jiivj888+TwqYjR46MN954I7p06RI9evSIFi1aRL169WLdunXx7bffxowZM+Kzzz5LKyj5k5/8JN5///14/vnnk+Z655134vDDD48DDzwwGjduHOvWrYu5c+fGW2+9FVOmTEkaKzs7O+64446oW7dumea+9NJLY9KkSfHxxx8ntH/44Yfx4YcfRk5OTjRu3DhycnJi6dKlSTtGtmzZMq655pr4+c9/ntBe8ncuk/Tq1Svq168fK1as2Nw2YcKE+NnPfha5ubnRpEmTlH+E8MILL1RqHVdddVX873//i+nTp29uW79+fdx3333x5JNPRu/evaNjx47RoEGDWLlyZXzxxRfxxhtvxIIFC5LGat68edxyyy2VWh8AAAAAsHOoyvXB+vXrx1//+tc499xzE9bc5s6dG/3794/OnTvHUUcdFS1btoyaNWvG4sWLY/To0fHee+/FunXrksY766yzonfv3uX4KeyYBgwYEB988EFs2LBhc9uECRPiuOOOi6OPPjoOOOCAaNCgQRQUFMQ333wTH330UYwdO3bzdWzbtm0cddRRMXjw4ArXcvrpp8drr70WixYtigULFsR5550XnTt3jp49e0bLli0jOzs7Fi5cGB9//HF89NFHSQ9ui/guJNmuXbsyzXfqqafGU089ldA2fPjwGD58eDRs2DAaNmyY9ODFLl26xJ///Ofyv8kScnJy4s4774yf/exnCeuoy5Yti8svvzwGDhwYvXv3jjZt2kRubm4sXbo0JkyYEG+99Vbk5+cnjXfkkUem3L0OAACoPEJzAADAFl1wwQXRuXPnuOaaazbvIvR9K1asiFdffTXtcWvVqhVnn312NGnSpDLKrHQ9evSI888/Px5++OGE9qKionjttdfitdde22L/E044YXNorqrVr18//va3v8WFF16YsIgWETF69OgYPXr0Fvt36NAh7rnnnrjtttvKXcPPf/7zyM3NjauvvjopsLRgwYJ47rnnyj12SRdddFG88cYbSUG1DRs2lBpg/Pbbb0sdr1WrVvHcc8/FpZdeGhMmTEh4raioKD799NP49NNPK174LqhOnTpx7rnnxh133JHQfv/998cxxxyTMmh15plnRqNGjeLqq69OWmBcsmRJvPLKK1t8mmd51ahRIx555JG45ppr4j//+U/Caxs3boyJEyfGxIkTK22+m2++OapXrx7PPPNMQvvatWvj9ddfj9dff32rY+Tl5cV9992XtHPmluTk5MQ//vGPuOiii+KDDz5Ier2wsLDU36NmzZrFI488krQovamWTFWzZs246qqr4qqrrkp6LT8/v0w7EVaGWrVqxZAhQ+LXv/510r24dOnSePrpp8s0Tvv27WPQoEFRv379bVAlAAAAALAzqMr1wR/+8IfxwAMPxGWXXZYQTIr4bte0yZMnl2muPn36xDXXXJN2jTuyrl27xkUXXRQDBw5MaF+7dm289NJL8dJLL5Xat3HjxvHII49U2gPddtttt7j//vujb9++m69TOtfnggsuSHqA6ZZ069YtTjnllBg+fHjSa8uWLUt4QOP3a6xs7du3j8ceeyx+/etfx9KlSxNemzVrVtLacmmOOeaY+Nvf/hZZWVmVXiMAAPD/ZO5jvgEAgEpz2GGHxWuvvRYXXHBBhRcX6tSpE6effnqMHDkyfve730VOTk4lVVn5fvvb38aFF16Y1mJF9erV44ILLoi//OUvO9QixxFHHBH33HNP2sGVo446KoYNGxb16tWrcA0/+clP4oknnkgrwFNSo0aNtnpO48aNY8iQIdG5c+dyz1NS8+bNY+jQoXHRRReVeceu0rRv3z6OP/74Sqps53fWWWfF7rvvntA2ffr0LS62H3vssfH888/HUUcdVaG5a9SoEUcddVR07NixTOfXrFkz7rzzzvjjH/9YpnuxtDnLEkaqXr163HzzzXHttdeW6/dvv/32iyeeeCJ69OiRdt9atWrFoEGD4rrrrivzZ8axxx4bzz33XLRv3z5lCLWivzc7upNPPjluueWWyM3NrdI6GjZsGI899licccYZKcOLW5KVlRU//elP48knn4wWLVpsowoBAAAAgJ1FVa4PHnHEETF06NDo0qVL2nPVr18/brzxxrjuuutSPpxvZ3fxxRfHJZdcktY6ZOfOnePpp5+ONm3aVGot3bp1i0cffTSaNm1a5j61a9eOq6++Oi6//PK057vpppvi7LPPrvLr2rVr13j66afjRz/6Udp969SpE5dcckncc889UbNmzW1QHQAA8H12mgMAAMokNzc3Lr/88vj1r38dr732WowcOTLGjBkTq1ev3mrfRo0axb777hvHHXdcHHPMMVG7du3tUHHFZWVlxWWXXRaHH354PPjgg/H+++/Hxo0bU55bu3bt6NWrV/zqV7+KffbZZztXWjZHH310dOrUKf7xj3/ECy+8kLTj2ybVqlWLgw46KPr16xe9evWq1Bo6d+4cTzzxRLz33nvx9NNPx8cffxyrVq3aYp/mzZvHYYcdFieccEIcfPDBZZqnffv28fzzz8eYMWPijTfeiKlTp8ZXX30Vq1evjjVr1iTtuFcWOTk5cemll8Y555wTTz75ZLz11lvx2Wefxfr167fYLzs7O7p27Ro/+tGP4sgjj4yuXbumPXcmq127dvzqV79K2snwvvvui+OPP77Uhc8999wzHnrooZg6dWoMGzYsPvzww5g7d+5W56tfv34ccsgh8eMf/zh69+5drvDbL3/5yzjllFPiiSeeiJEjR8akSZNK/WyI+O53qmvXrnHkkUfGqaeemtbi8dlnnx0nnnhiDB48OEaOHBmzZs0q9dyaNWvGQQcdFGeccUYcc8wxab2nVDX36dMnTjjhhHjzzTfjjTfeiNmzZ8fixYtj3bp1kZeXF23bto2DDz44fvrTnyYED5csWZI0XmUEb3d0P//5z+P444+P119/PT7++OOYMWNGLFy4MPLz80v9vN0WateuHTfddFP07ds3Bg0aFO+++27SzpvfV79+/Tj00EPj3HPPjU6dOm23OgEAAACAHV9Vrg927tw5nnvuuXj11Vfj2WefjTFjxkRhYWGp5++1115x7LHHRv/+/TP+QW4XX3xxHHHEEXH33XfHxx9/XOpa1R577BFnn312uR60Vlb77rtvvPzyyzFo0KB45plnUu74FhGRl5cXRx99dPzmN7+J1q1bl2uunJycuPbaa+Occ86Jl19+OSZMmBAzZsyI5cuXR35+fhQVFVXkraSldevWMXjw4Pjggw/i8ccfj08++SRpZ8SS5/fq1SvOO++8aNy48XarEwAAdnVZxcXFxVVdBAAAsHPauHFjzJ49O7766quYP39+FBQURGFhYeTm5ka9evWifv360aFDh2jZsmVVl1op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kBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAA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AAAAAAAAAAAAAAAAfYjQHInYtWtXfPnLX45f/OIXrbWCgoK44IILYs6cOTF8+PA2c+rq6mLJkiXxX//1X9Hc3BwREatXr45PfOITcc8990RFRUW7ew0ePDhrvHPnzm713NjY2KZWWlrarbUAAAAAAAAAAAAAAACA3iE0RyJuu+22NoG5BQsWxD/8wz90OGfo0KHxhS98IWbMmBGf+cxnoqmpKSIiNmzYEF/72tfitttua3fensG29sJvndHevLKysm6t1RcceeSRMXbs2KTbAAAAAAAAYC880wEAAAAAAOg6oTly7o033ohFixZl1c4///y9Bube6l3veld88YtfjOuvv7619sQTT8QzzzwTM2bMaHP/nqG57du3d6PriEwms8+1+5OSkpIoKSlJug0AAAAAAAD2wjMdAAAAAACAritMugHyzwMPPJD11raCgoL4zGc+06U1LrzwwhgyZEhW7f7772/33pEjR2aN//rXv3Zpr7/ZuHFj1njAgAFx4IEHdmstAAAAAAAAAAAAAAAAoHcIzZFzTz31VNZ48uTJUVFR0aU1Bg0aFMcee2xWbfny5e3ee9hhh2WNa2trY/fu3V3aL6JtaG78+PFRVFTU5XUAAAAAAAAAAAAAAACA3iM0R869+uqrWeNx48Z1a50959XW1rZ734QJE7LGzc3NsX79+i7vt27duqzxoYce2uU1AAAAAAAAAAAAAAAAgN5VnHQD5J/Gxsas8cCBA7u1zuDBg7PGO3fubPe+SZMmtaktX768zRvo9qaxsTFeeOGFrNoRRxzR6fkAAABA/1VTUxNVVVXtXquuro7KysocdwQAAAAAAAAAAOyNN82Rc0OHDs0ab926tVvrvPHGG1njAw88sN37xowZE4cffnhW7amnnurSXsuXL4+mpqas2nvf+94urQEAAAAAAAAAAAAAAAD0PqE5cm748OFZ4xUrVsTu3bu7vM7zzz+fNR4xYkSH95566qlZ41/+8peRyWQ6vddPfvKTrPGoUaPiqKOO6vR8AAAAAAAAAAAAAAAAIDeE5si5o48+Omu8devWePTRR7u0xooVK2L16tVZtWOPPbbD+88444yscUNDQ9x7772d2uu1116LX/ziF1m197///Z3sFAAAAAAAAAAAAAAAAMgloTly7j3veU+b2oIFC6K+vr5T83fu3BnXXnttp9b9mylTpsTJ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AAAAAAAAAABALgjN0ae0tLTEsmXL4u67747f//730dTU1OG9AwcOjGnTpsVJJ50UH/3oR2PIkCFd2uull16KW265JR555JEO9xk5cmScd955MXv27CgtLe3S+gAAAAAAAAAAAAAAAEDuCc3RZ6xduza++tWvxvPPP9+p+99888146qmn4qmnnopjjz023vnOd3ZqXktLS9xyyy1x8803R3Nz817v3bRpU9x0001x7733xo033hjveMc7OrUHAAAAAAAAAAAAAAAAkIzCpBuAiIhHHnkkZs6c2enA3P649tpr48Ybb9xnYO6tNmzYEBdeeGE8/fTTvdgZAAAAAAAAAAAAAAAAsL+8aY7E/epXv4ovfvGLsWvXrqz6CSecEKeddlocffTRcdBBB0VpaWnU19dHTU1NrFy5Mp544on4/e9/H01NTZ3e684774y77rorq1ZaWhof/ehH4wMf+EBUVlZGJpOJ1atXx9KlS+N//ud/Wu9rbGyMSy65JH7yk5/E6NGj9+9DAwAAAAAAAAAAAAAAAL1CaI5ErV27Ni677LKswNxhhx0W1157bRx77LFt7i8vL4/Ro0fHcccdF5/85Cdj27Ztce+998bQoUP3udfmzZvjG9/4RlatoqIiFi9eHBMnTmytDRs2LMaNGxennHJK3H777bFgwYJoaWmJiIitW7fG/Pnz49vf/nZ3PzIAAABAXpm7YGXUZZqTbqNTGuprO7w2b+GqKB2yJYfd7J+hZcWxcN6UpNsAAAAAAAAAAEiE0ByJaWlpiX/913+NxsbG1tqkSZPijjvuiGHDhnVqjQMOOCBmz57dqXu/853vxI4dO1rHRUVFsWjRoqzA3J5mz54dGzdujO9973uttV/+8pfxwgsvxNSpUzu1LwAAAEA+q8s0R30/Cc01NnTcZ6ahOXYV9o/PAQAAAAAAAACQ7wqTboD8dffdd8ezzz7bOi4rK4tbb72104G5rti8eXPcc889WbXzzz8/jjrqqH3OnTt3bowcObJ13NLSEosWLerxHgEAAOhfampqYuzYse3+V1NTk3R7AAAAAAAAAAAAeUtojkTs3r07br311qzapZdeGhUVFb2y37Jly6Kpqal1XFBQEB//+Mc7Nbe0tDQ+8pGPZNV+85vfRCaT6dEeAQAAAAAAAAAAAAAAgP0nNEcinnjiidiwYUPruLS0NM4777xe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AABIjPxMNwDfWr58ecybNy+WLVsWX3/9dUREtGvXLjp27Bh77rlndOnSpV6uW1RUFDNmzIiFCxfG2rVrIz8/P3beeefo379/DBw4MHJycurlugAAAAAAAAAAAAAAAEDdE5ojY1atWhWvvPJKvPXWWzF16tT48ssvt3t+r1694uSTT45TTz01OnToUOvrz507N+68887461//GqWlpRWe07lz5zjttNPivPPOi5YtW9b6mgAAAAAAAAAAAAAAAED9ys10A2Sf999/P84555w49NBD48orr4wXXnhhh4G5iIhFixbFzTffHEcffXQ88cQTNb5+eXl53HHHHTFy5Mh48cUXKw3MRUR88cUXcfvtt8dxxx0Xs2bNqvE1AQAAAAAAAAAAAAAAgIYhNEeDmz17dkydOjW2bNlSo/FFRUXxL//yLzFu3Lgajb/66qvj1ltvjbKysiqPWbp0aZx99tkxbdq0Gl0TAAAAAAAAAAAAAAAAaBj5mW4AIiJ22WWXOPjgg2Po0KHRr1+/6NixYzRv3jxWrlwZ06dPjz//+c8xY8aMlDGPPvpodOzYMS666KIqX2fSpEnx8MMPp9RatmwZp59+ehxzzDHRq1evKCoqinnz5sVDDz0UU6ZM2Xrexo0b48ILL4xnnnkmunXrVqv3CwAAAAAAAAAAAAAAANQPoTkyJj8/P4499tg45ZRTYujQoRWe06ZNm+jbt2+cdNJJ8dhjj8U111wTpaWlW1+/66674phjjonddttth9dbtWpV3HDDDSm1Ll26xL333psyfqeddoqePXvGsGHD4r/+67/i97//fZSXl0dExJo1a+L666+P2267rSZvGQAAAAAAAAAAAAAAAKhnuZlugOyTm5sbI0aMiBdeeCFuuOGGSgNz2zrttNPiqquuSqmVlZXFf/7nf1Zp/IQJE2LDhg1bj/Py8uKOO+7YbuDuvPPOi7PPPjul9tJLL8UHH3xQpWsCAAAAAAAAAAAAAAAADUtojgZ38sknx0033RS77LJLtceedNJJaSG7N954I0pKSrY7btWqVfHoo4+m1M4666wYPHjwDq95ySWXROfOnbcel5eXxx133FGNrgEAAAAAAAAAAAAAAICGIjRHg8vLy6vV+B/96Ecpx0VFRTF37tztjnn55ZejtLR063FOTk6cc845Vbpey5Yt46STTkqpvfHGG1FUVFS1hgEAAAAAAAAAAAAAAIAGIzRHkzNgwIC02sqVK7c75uWXX0453nfffaNXr15VvubIkSNTjktKSuLNN9+s8ngAAAAAAAAAAAAAAACgYQjN0eQUFham1TZs2FDp+SUlJfHWW2+l1IYOHVqta/bu3Tu6du2aUnvttdeqNQcAAAAAAAAAAAAAAABQ/4TmaHKWLl2aVuvQoUOl5y9cuDBKSkpSat/97nerfd1tx8ybN6/acwAAAAAAAAAAAAAAAAD1S2iOJmfatGlptd69e1d6/qeffppW69evX7Wvu+2YBQsWVHsOAAAAAAAAAAAAAAAAoH4JzdGkbN68Of7yl7+k1Pr16xc9evSodMz8+fNTjvPy8qJLly7VvnbXrl1TjouKimLFihXVngcAAAAAAAAAAAAAAACoP0JzNCmPP/54LFu2LKV27LHHbnfMF198kXLcqVOnyMvLq/a1u3fvnlYTmgMAAAAAAAAAAAAAAIDGJT/TDUBVLV++PG688caUWrt27eLHP/7xdscVFxenHLdu3bpG169oXFFRUY3magxKS0ujtLQ00200Gs2aNct0C1SgPj6j1rpxstbZpa7X21o3XtY6e/g5nj2sdfaw1tnF7+zsYa2zh5/j2cNaZw/f51cuGz6z9nSSY3vraJ3TZcM/302Rf//ILv47MntY6+zh53j2sNbZw1pnF7+zs4e1zh5+jmcPa509fM9buUx8ZoXmaBLKysri//7f/xvr1q1LqV9yySXRvn377Y7dNjTXvHnzGvVQ0bht525KPvzww/jyyy8z3UajkJ+fH3vvvXem26ACc+bMibKysjqbz1o3XtY6u9Tlelvrxs1aZw8/x7OHtc4e1jq7+J2dPax19vBzPHtY6+xR12udJPvuu2+mW6h39nSSY8WKFZW+9tFHH8Xq1asbsJvGze+kxsu/f2QX/x2ZPax19vBzPHtY6+xhrbOL39nZw1pnDz/Hs4e1zh72dCqXiT2d3Aa/ItTAddddF++++25K7Xvf+16cfvrpOxy7YcOGlOOahuYKCwvTak05NAcAAAAAAAAAAAAAAABJJDRHozdx4sSYNGlSSq1r165xww03RE5OToa6AgAAAAAAAAAAAAAAABojoTkatf/+7/+O6667LqXWpk2buOuuu6JDhw5VmqNFixYpx5s2bapRLxs3bkyrtWzZskZzAQAAAAAAAAAAAAAAAPUjP9MNQGXeeOONGDt2bGzZsmVrrbCwMCZMmBADBgyo8jzbBttqGpqraFxTDs0NHDgwevTokek2YLsGDRqU6RZoINY6u1jv7GGts4e1zh7WOntY6+xivbOHtc4e1jp7WOvsYa2zmz2d5Fi0aFGlrw0YMCB69erVgN1AzfidlF2sd/aw1tnDWmcPa509rHV2sd7Zw1pnD2udPax19rDWjYvQHI3Su+++GxdddFGUlpZurTVr1ixuvfXW2G+//ao117bBtvXr19eop4rGtWrVqkZzNQbNmjWLZs2aZboN2C6f0exhrbOL9c4e1jp7WOvsYa2zh7XOLtY7e1jr7GGts4e1zh7WOrvZ00mO7a2jdaap8DnNLtY7e1jr7GGts4e1zh7WOrtY7+xhrbOHtc4e1jp7WOvGJTfTDcC2Zs+eHeeff35s2LBhay03Nzf+4z/+I4444ohqz9e5c+eU45UrV8bmzZurPc+yZct2ODcAAAAAAAAAAAAAAACQWUJzNCoff/xx/PSnP017qttVV10Vxx13XI3m7Nu3b8rx5s2bY8WKFdWeZ9vQXKtWraJr16416gkAAAAAAAAAAAAAAACoH0JzNBqfffZZjBo1KtasWZNSv+yyy+LUU0+t8bz9+vVLq82fP7/a83z66acpx3369KlxTwAAAAAAAAAAAAAAAED9EJqjUVi2bFmMGjUqVq5cmVIfM2ZMjBo1qlZz77rrrlFQUJBSmz59erXnee+991KOd99991r1BQAAAAAAAAAAAAAAANQ9oTkybtWqVXHuuefGkiVLUurnnXdeXHjhhbWev6CgIA466KCU2jvvvFOtORYtWhTLli1LqR1xxBG1bQ0AAAAAAAAAAAAAAACoY0JzZNSaNWti1KhRsXDhwpT6aaedFmPHjq2z6xx11FEpx++++24sWrSoyuOffvrplOOCgoL43ve+Vye9AQAAAAAAAAAAAAAAAHVHaI6MKSoqip///Ocxb968lPrxxx8fV111VZ1e66ijjopmzZptPS4vL4+HHnqoSmM3bNgQTzzxRErtsMMOi1atWtVpjwAAAAAAAAAAAAAAAEDtCc2REZs2bYoLLrggZs2alVL//ve/H+PHj4+cnJw6vd7OO+8cp512WkrtoYceijlz5uxw7C233BIrVqzYepyTkxO//OUv67Q/AAAAAAAAAAAAAAAAoG4IzdHgysrK4uKLL4533nknpX7YYYfFTTfdFHl5efVy3QsuuCBatGiR0scvf/nL+OSTTyodc//998cDDzyQUvv+978fe+yxR730CAAAAAAAAAAAAAAAANROfqYbIPvcfvvt8eqrr6bU8vPzY5dddonbbrutRnPuscceccwxx2z3nE6dOsVvf/vbuOaaa7bWli1bFqeeemqcfvrpceyxx0bPnj2juLg45s6dGw899FC8+eabKXO0b98+Lrvsshr1CAAAAAAAAAAAAAAAANQ/oTka3IoVK9JqZWVlMXHixBrPeeKJJ+4wNBcR8eMf/zg++eSTeOSRR7bWioqK4t5774177713u2MLCwvj9ttvj+7du9e4TwAAAAAAAAAAAAAAAKB+5Wa6AWho48aNizFjxkReXl6Vx3Tr1i0efPDBGDp0aD12BgAAAAAAAAAAAAAAANSW0BxZJycnJy688MJ46qmnYvjw4dGsWbNKz+3UqVOMGTMm/vu//zv23nvvBuwSAAAAAAAAAAAAAAAAqIn8TDdA9hk/fnyMHz8+023EgAED4tZbb43169fH9OnT47PPPot169ZFXl5edOzYMQYMGBCDBg2KnJycTLcKAAAAAAAAAAAAAAAAVJHQHFmvdevWceihh8ahhx6a6VYAAAAAAAAAAAAAAACAWsrNdAMAAAAAAAAAAAAAAAAAUFeE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASIz/TDQAAAAAAAABATVzy+zmxtqgs021USfG6FZW+dunNH0XLNqsbsJuaa9sqP26+dFCm2wAAAAAAgO0SmgMAAAAAAACgSVpbVBbrmkhobmNx5X0WFZfF5tym8T4AAAAAAKApyM10AwAAAAAAAAAAAAAAAABQV4TmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDHyM90AAAAAAAAAAEBSFLbuEoec8Vym2wAAAAAAyGqeNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAY+ZluAAAAAAAAAACSrrB1lzjkjOcy3QYAAAAAAGQFT5oDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAA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0aJF8dVXX8WaNWuiRYsW0aFDh+jRo0fsueeekZ9fv3+Vb9OmTTFz5sz49NNPY+3atZGfnx+dO3eOXXfdNfbYY4/Iycmp1+vXta+++ipmzJgRixYtiuLi4mjTpk106NAh9t577+jRo0em22s0li1bFh999FGsWLEi1q9fHyUlJVFYWBgtWrSIzp07R48ePaJPnz7RvHnzTLdab5YuXRqzZ8+OpUuXRnFxcbRq1Sp22WWXGDJkSLX2bebPnx9z5syJlStXRmlpaXTo0CF69+4d++67b53+81tUVBSffvppLFy4MNasWRNFRUVRUFAQbdu2jY4dO8bgwYOjU6dOdXa9xqqx7L029L4fAAB1S2gOAACARu/+++9Pqx144IFx7LHHNnwz23jxxRfj8ccfj2nTpkVJSUml5+22227xgx/8IEaNGhWtW7eu1jWmTp0a55xzTkrtwQcfjAMOOKDa/Q4bNizlrrgnnnhijB8/frtjnnrqqbj88stTai+//PLWJ/ytXLky7r777nj66adj3bp1Fc7Rtm3bOPHEE2P06NGx0047VbvPf7ZkyZLo37//Dueo7M/o7LPPjnfeeWfr8dChQ2PixIk7nG/ba1544YUxZsyYiIjYsmVLPP3003H//ffHvHnzKhyfl5cXQ4cOjV//+texzz777PB627Nhw4a455574tlnn43FixdXeE5BQUEcffTRMXr06Nh9990jImLx4sVx1FFHpZx3/fXXx8iRI2vVDwAAAABAU3fQQQfFmWeemfZ98QsvvBC/+93vahRSef/992PixIkxZcqUWLVqVaXntWrVKg455JD4+c9/HnvttVe1rrGjPYRFixbFHXfcES+++GJs2LChwjm6d+8exx9/fJx//vnRsmXLHV7zsssui6effrrS17f9Hroi//wde3VMnTo17rrrrnjrrbdiy5YtFZ7zne98J84///z44Q9/2OTCgHVhxYoVMWnSpHj++eer9KTEZs2axcCBA+Pggw+O4cOHx8CBA9POqc81v/322+OPf/xjSm3u3Lk7nG9H+z0vvPBC3HvvvTF79uwKxxcUFMQxxxwTv/nNbyoNYJWUlMSjjz4aDz30UHz22WcVntO2bds444wzYvTo0dGiRYsd9r2tsrKyePvtt+O1116Ld955J+bNmxfl5eXbHdO7d+8YMWJEnH322RU+JbMiFf05/7Ntf45UpLJ9xR3tJVZHQ+y9RjSufT8AAOpPbqYbAAAAgO1ZtmxZvPXWW2n1s846KwPd/P/mzJkTJ598cvz617+OKVOmbHfTJiLi448/jj/+8Y9x9NFHx6OPPtpAXda/yZMnx7HHHhsPPvhgpYG5iIi1a9fGAw88EMOHD48ZM2Y0XIMNYMWKFXHmmWfGFVdcUenGWUTE5s2b46233orTTjstbr755hpf76233opjjz02/vM//7PSwFzENxu5L7zwQowcOTLuvvvuGl8PAAAAACBb/OQnP4m8vLyUWmlpabz44ovVmmfJkiUxZsyYOPnkk+PZZ5/dbmAu4psnS7300ktxyimnxJgxY2Lt2rXV7r0iTz75ZIwYMSKeeuqpSgNzEd88iWvChAlx3HHHVbgn0xiUlJTE//t//y/OOeecmDJlSqWBuYiITz75JH73u9/Fz372syguLm7ALjNv0qRJMXz48LjrrruqFJiL+OYzPmvWrJgwYUL86Ec/ik2bNtVzl/Vr/fr1cf7558cll1xSaWAu4pvP1LPPPhsjRoyo8HM/f/78OOmkk+Lf//3fKw3MRXyzB3bXXXfFCSecEMuWLatWry+88EJ873vfi5/+9KcxceLEmDt37g4DcxERn3/+edxxxx0xbNiwmDRpUrWu2Vg1lr3Xht73AwCgfgnNAQAA0Ki98soraZtDnTp1imHDhmWoo4g33ngjzjrrrHj//ferPXb16tUxbty4uPbaa7e7odsUPPLII3HxxRdXa/N+zZo1MWrUqPjwww/rsbOGs2jRojjllFNi+vTp1Ro3YcKEGm2gvfrqq/GLX/wili5dWuUxpaWlcdNNN8WNN95Y7esBAAAAAGSTXr16xZFHHplWf+2116o8x4wZM+KUU06Jl156qUY9vPTSS3HqqaduN6RTFQ8//HBcccUVsXHjxiqPWbp0afz85z+v1vttCJs2bYqf/exn8fjjj1dr3Jtvvhm/+MUvYvPmzfXUWeNyyy23xNVXX511QcF/tn79+jjnnHOq9Rlet25djB49OmXv6sMPP4wzzzxzu6GpbX322Wdx9tlnb/cmk9uaP39+rF69usrnb2vDhg1x9dVXx7hx42o8R2PQWPZeG3rfDwCA+pef6QYAAABge6ZOnZpW22+//SI/PzP/Sfv222/H6NGjo6ysLO21gQMHxpFHHhk9evSIwsLCWLlyZbzzzjvx5ptvpt0NceLEibFly5b413/914ZqvU698cYbcc0112wNNLZp0yYOOeSQGDJkSHTs2DG2bNkSS5Ysiddeey1mzpyZMra4uDguv/zyeOKJJypdx379+kWbNm0i4punDX799ddbX2vWrFn069dvhz22bNmypm+vSoqKiuJnP/tZrFixIiIicnJyYsiQIXHwwQdHt27domXLlrF69ep477334n//93/T7sx6zz33xLBhw2Lvvfeu0vVmzZoVY8aMidLS0rTX9tprrzj88MOjW7du0bx581i1alW899578be//W3r5vg999wTO+20Uy3fNQAAAABAsh100EHx17/+NaU2Y8aMKC8vj5ycnO2OnTp1avz85z9P+z44Nzc39ttvvxgyZEj07Nkz2rRpE5s2bYrly5fHtGnT4q233koJdi1YsCB+8YtfxJNPPhmtW7eu9nuYOXNm3HLLLVuP8/Pz48ADD4yDDjoounTpEiUlJbF06dJ45ZVXYs6cOSljS0tLY8yYMTFx4sTYZ599Kpy/W7duMWDAgIiI+Prrr9OertWvX79o1qzZdnvceeedq/x+rrjiipT9oj59+sRhhx0Wffv2jXbt2sX69etjzpw58dJLL6U91W/atGlx//33x09/+tMqX68pmjp1akyYMCGt3qZNmzj44INj4MCB0a1bt2jRokWUlJREUVFRLFu2LD7++OOYNWtWrFy5crvzN/Sa19TYsWPjgw8+2Hq8xx57xGGHHRY9e/aMli1bxqpVq+Ltt9+OV199NSVgtWHDhhg7dmw8/fTTsXr16jj//PNjzZo1EfHNvtQBBxwQBxxwQHTu3Dny8/NjyZIl8fLLL6ftgS1atChuuumm+Ld/+7ca9d+jR48YOHBgfOc734kuXbpEq1atorCwMIqLi+OLL76IDz/8MN588820YN6jjz4au+++e5x11lmVzr3zzjtvXcPi4uL4/PPPU17v3bv3DvfWunXrVqP3tT2NZe+1off9AABoGEJzAAAANGrbbtZGfBMQyoTVq1fHpZdemrZp071797jqqqvisMMOSxszatSoWL58eYwbNy7trpaTJk2Kgw8+OI4++uj6bLtejB8/PrZs2RI5OTkxatSoGD16dLRt2zbtvF/+8pfxwgsvxGWXXZayefThhx/G5MmT47jjjqtw/nvuuWfr/7/sssvi6aef3nrcuXPnePbZZ+vw3dTMww8/vPU97b333jFu3LjYY4890s4766yzYvHixXHRRRelbNRu3rw5brvttrj33nt3eK2SkpK47LLL0gJzu+66a1x77bWx//77p40599xz48svv4zrrrsunn/++YiIuO2226r1HgEAAAAAsk1FQbGioqJYuHBh9OnTp9JxK1eujN/85jdpQYqRI0fGmDFjonv37hWOu+CCC+Lzzz+Pq666Kt58882t9YULF8YVV1xRo+91//jHP24N4Q0ZMiSuu+666Nu3b9p5Y8aMiddffz2uvPLKrUGRiG++k7788svj2WefjYKCgrRxF198cVx88cUREfHUU0/F5ZdfnvL63XffHT179qx23xWZOXPm1j/TTp06xZVXXhk/+MEPKjz3t7/9bVx99dXxzDPPpNQnTJgQZ511VhQWFtZJT43RnXfeufVGh98677zz4le/+tUOg5fl5eXxwQcfxAsvvBBPPvlkhec05JrX1IwZM7YGqXr27BnXXHNNHHzwwWnnnXPOOTF79uw4//zzU0KWc+fOjRdffDGef/75rf88HHzwwTFu3LjYdddd0+Y5//zz48knn4wrr7wyJfT62GOPxQUXXBBdu3atUt+77757nHzyyXH44YdXeJ1tlZSUxGOPPRa33HJLrF+/fmt9/PjxcfTRR0eXLl0qHHfGGWfEGWecERHfhCzPOeeclNevvfbaOOCAA6rUc11pTHuvDbnvBwBAw8nNdAMAAABQmZKSkli8eHFaffDgwRnoJuIPf/hDyqZxxDebbo888kiFmzbf6tq1a0yYMCGOP/74tNeuvPLK2LhxY533Wt82bdoUOTk5MX78+Bg7dmyFgblvHXvssfHv//7vafXHH3+8Plusd99unB155JExceLECjfOvtWzZ8/4r//6r7S7qP7973+PpUuX7vBa999/f8yfPz+l1rdv33j44YcrDMx9q2PHjnHTTTfF2WefHRHRJD9rAAAAAAANacCAARU+MWvRokXbHXfFFVekBHDy8vLixhtvjOuvv77SwNy3evfuHX/6059i5MiRKfXJkyfHrFmzqtH9N779/nro0KHxwAMPVBiY+9bhhx8ekyZNis6dO6fUP/3005Qb3GXKt++lV69e8dhjj1UamIuIaNWqVYwfPz6+973vpdTXrl0bkydPrtc+M2n9+vXxzjvvpNRGjhwZY8eOrdKTCnNycmLw4MFx6aWXxuuvv15hULIp+DYw169fv3j00UcrDMx9a/DgwXH77benPT3yuuuui1dffTUiIkaMGBH33HPPdoNsJ510UowZMyaltmXLlrTgZmXOPffceO655+InP/lJlQJzEREFBQVx9tlnx6RJk1LWt6SkJCZNmlSlORqLxrT32pD7fgAANByhOQAAABqtFStWpN0VMyLSNiAawldffZX2dLO8vLz44x//WKU7Rebk5MT1118fu++++w7nbSrOPffc+NGPflSlc3/4wx+mPSFw2rRpaXfcbWp69OgRN9xwQzRv3nyH57Zv3z5+9atfpdS2bNkSU6ZM2e64LVu2xKOPPppSy8/Pj1tuuSU6duxYpT6vuOKK2HPPPat0LgAAAABANsvPz4927dql1bcNdvyzWbNmxRtvvJFS+81vfhM//OEPq3zdnJycuPrqq6Nfv34p9bvvvrvKc/yz9u3bx2233Val76979eoVN954Y1r9kUceidLS0hpdvy41a9YsbrnllujRo8cOz83JyUl7ClpEpDzFr6GdcMIJtf7fX/7yl0rnX7JkScqTziIiTjnllBr1WlhYmBYka0oKCgri5ptvjk6dOu3w3O9+97tpwawvv/wyIiL69OkT1157beTn5+9wnvPOOy/t5pLb/jyoTJs2bap0XkUGDBgQv/nNb1JqTzzxRI3na2iNce+1Ifb9AABoWEJzAAAANFpr166tsL69p5rVlyeeeCIt4HXaaafFwIEDqzxHfn5+XHnllWn1hx56qNb9NbTWrVvHhRdeWK0x297tsaysLObOnVuXbTW4Cy+8sFobmscdd1zk5eWl1D744IPtjvnb3/4WS5YsSamddNJJ0b9//ypfNzc3t8K/JAAAAAAAQLqKvvddv359pef/6U9/SjneZZddYtSoUdW+brNmzeL8889Pqb3xxhtbn6BVHWPGjImddtqpyucfcMABaU9xW7lyZbz88svVvnZdGzFiRAwePLjK53/nO99Je0rUjr6Lr08fffRRrf/31VdfVTp/UVFRWq19+/b1+I4arxNOOKFa+yff//73K6z/6le/ihYtWlRpjubNm8cRRxyRUvvoo48qvDFoXTv++ONTQo5ffvllLFiwoN6vWxca495rQ+z7AQDQsITmAAAAaLQ2btxYYb02d12sqYruCnjmmWdWe56hQ4fGbrvtllKbN29erFq1qsa9ZcIxxxwTrVu3rtaYbZ80FxHx6aef1lVLDa5ly5YxYsSIao1p165d7LLLLim1HW1evv3222m1k08+uVrXjYjYd999o2/fvtUeBwAAAACQbSp60lxlexabNm2KV199NaV24oknpgUpqurwww9Pm3/GjBnVmqN58+ZxwgknVPvap556alqtqk/Mqk81eWrannvumXK8cOHCOuqm8akoIPePf/yj4RtpBKq7fzJo0KC0WqtWrWL48OG1mqeoqGi7T6esK23atImOHTum1GbOnFnv160LjW3vtaH2/QAAaFg7fnY0AAAAZEhld2D85zsmNoTNmzfHrFmzUmp9+/ZN24CpquHDh8fHH3+cUnvvvfcqvZtlY7T//vtXe0yvXr3Satu7M29jt/fee0dBQUG1x/Xu3TslLLhu3brtnr/t5maHDh0qDCBWxRFHHNGkg4oAAAAAAA1hy5YtabXK9iZmzpyZ9iS47373uzW+dvv27aNNmzYp3x3PmTMnhg4dWuU5hg4dWqMbEB588MHRunXrlO/uMx3AKSwsrNF34r1790453rx5cxQVFUWrVq3qqrVGY9ddd4327dvHmjVrttZuvPHG6NOnT+y3336Za6yBtWjRolpPJIyI6N69e1ptn332iWbNmlVrnh49eqTV1q5dG127dq3WPOXl5TF79uz44IMPYt68ebF8+fIoKiqK9evXR1lZWYVjvv7665TjpUuXVuuamdAY914bat8PAICGJTQHAABAo1VYWFhhfe3atbHzzjs3WB8LFiyI4uLilFp1N93+2bZ3N42I+OCDD5pUaG7XXXet9piKNuib8sbRtneOrKptn9C3o+DgvHnzUo4ruutpVQ0cOLDGYwEAAAAAssXatWvTapXtWbz33ntptauuuqraoZt/tu1T7VavXl2t8XvssUeNrpubmxsDBgyId999d2tt/vz5sWHDhmjRokWN5qyt7t271+jPsqI9ifXr12ckNDd37tx6nT83NzdOOOGEeOCBB7bW1qxZE2eddVYccsghcfzxx8dhhx0WHTp0qNc+Mq179+6Rn1+9vxJb0edh28BlTeepzh7YunXr4t57742//OUvsWTJkmpfv6bXzZTGuPfaUPt+AAA0LKE5AAAAGq127dpVWG/o0FxFm9H9+vWr8XwVja3uhnemVbY221PRpnZld8VsCtq3b1+jcdv+OWzvz6CsrCxtc7Oiu5VWVc+ePWs8FgAAAAAgW1QUmqssbLV8+fK02vz58+u0n39+glhV9OnTp8bX6tu3b0porry8PFavXp2x0FxN9iMiosLwVGlpaW3babRGjx4dr7zySixatCilPmXKlJgyZUrk5OTEbrvtFkOGDIk999wz9t133+jbt2+Guq0fbdu2rfaYivauavKZq+jzVtU9sL/+9a8xbty4WLVqVbWvW5GmEJprjHuvDbHvBwBAwxOaAwAAoNHq0qVL5OTkRHl5eUr9yy+/bNCNvK+//jqtVtEdSquqos22iq7RmFX3Tp1J1BB/BhX9xYxt71hZHbX53AIAAAAAZIOSkpIKv5vt1q1bhedXN9BWE5s2barW+bX5Lrii76DXrl0b3bt3r/GctVGbJ/Zlk5122inuu+++uOiii2LOnDlpr5eXl8e8efNi3rx58dhjj0VERKdOnWLYsGExYsSIGDp0aEO3XOfq6rPSkHtgzz33XIwdOzY2b95cZ3M2hdBWY9x7tfcJAJBM/i0PAACARqugoCB69OgRixcvTqnPnj079t9//wbro6ioKK3WsmXLGs9X0d1YK7oGVHTX29ps+hYUFNSmHQAAAACAxPvwww8rDJ306tWrwvMrCthlWm32MCoaaw+jaejVq1f8+c9/jieffDLuv//+WLBgwXbPX7lyZTz22GPx2GOPxeDBg+N3v/tdHHjggQ3ULZ9//nlcccUVaYG5Zs2axRFHHBH77bdf9O/fP7p27RodOnSIgoKCKCwsjJycnJTzhw0bFkuWLGnI1mvN3isAAA1FaA4AAIBGbY899kgLzc2aNatBe2jVqlVarbi4uMbzbdiwoUrXgIru6FubTb7169fXph0AAAAAgMSbPn16Wq1169bRu3fvCs9v3rx5Wu2FF16Ifv361XlvVVWbPYyKxtrDaDqaNWsWp59+epx++ukxe/bs+Nvf/hbvvvtuzJgxY7t7BLNnz45zzz03Lr744hg9enQDdpy9brzxxigpKUmpHXrooXHddddF586dqzzPxo0b67q1emfvFQCAhiI0BwAAQKN2wAEHxOTJk1Nq06ZNi82bN0deXl6D9NCuXbu02rp162o8X0V3na3oGvWhoieX0Xi1atUq8vPzU+5qvGbNmhrPV5uxAAAAAADZ4K233kqrDRkyJO3pTt/aaaed0mpff/11nfdVHbXZw6goWNW2bdvatEOGDB48OAYPHhwREVu2bImPP/443n333Zg6dWpMmTIlba3Ly8vjlltuiR49esTxxx+fiZazRnFxcbz66qsptT322CPuvPPOaNasWbXmaoxPu9yRJO29AgDQuOVmugEAAADYniOPPDJtI3rlypXxyiuvNFgPHTp0SKvNnz+/xvN98sknabWKNtW/lZ+ffs+bfw5RVUemN+qpvq5du6Ycz5s3r8ZzzZ07t7btAAAAAAAk1sKFC+ONN95Iqx955JGVjtl5553TakuXLq3Tvqpr4cKFNR67YMGClOOcnJzt7mHQNOTm5kb//v3jrLPOittuuy3eeuutuOmmm2LXXXdNO/fGG2+s8T4UVTNt2rS0p8z94he/qHZgbtmyZU3yhpmZ3nsFACB7CM0BAADQqHXv3j0OOuigtPrDDz/cYD3suuuu0bJly5Ta7Nmzazzf+++/n1b79k6fFWndunVaraI7ve7I8uXLY9OmTdUeR2bttddeKcfz58+v0fpHRMyYMaMOOgIAAAAASKb7778/tmzZklIrKCiIY445ptIx236HG/FNICaTPvjggxqN27JlS3z44YcptX79+kWLFi3qoi0akYKCghgxYkQ89dRTMWjQoJTXVqxYYT+hni1fvjyttt9++1V7nunTp9dFOw0u03uvAABkD6E5AAAAGr2f/OQnabW///3vMXny5Aa5fl5eXtqm96effhoff/xxjearqO8hQ4ZUen7btm3TaosWLar2dd95551qj2kM8vLyUo43b96coU4yY5999kk5LisrixdffLHa86xbty5ef/31OuoKAAAAACBZpkyZEo899lha/Yc//GGFT0X61oEHHhj5+fkptddeey2jT3+aOnVqrFu3rtrj/v73v6fdtO3/Y+/Oo7Msz/yBX0lIyAIaBBIgoKyioFLcOtZqVag4PbaudQXr0lpU3Kq/6Qy1arUdWltnXI5L3QYtKo4L1qkjVqlaFFuluBRUEBBlE1AMS0LIwvv7Y045viRA3hDywsPnc07/uK/3vu7rjkk9p3n6zTNkyJAt9mz6O/yIaBQ8ZMdVUlISl1xySaP67NmzN9vje77tvvjii0a13XffPeNzWvK8KCL738NsP3sFAGDXITQHAADADu+oo46Kgw46qFH92muvjeXLl7fqrD/84Q+xbNmyRvWvf/3rjWoTJ07M+Pzp06fHnDlz0moDBw6MLl26bLanvLy80V9bfPfddzOe/d///d8Z9+wISkpK0tbV1dVZukl2jBgxotHDy4ceeijq6+szOmfChAlRU1PTmlcDAAAAAEiEhQsXxo9+9KNGoZGioqK47LLLttjboUOHOPTQQ9Nqn376afz+979v9Xs21/r16+OZZ57JuK+p5whHHnnkFns2/R1+xK73e/ydXd++fRvVNg1Pfpnv+bZr6u2NTQXptuSTTz6JKVOmtGh+hw4dGtWqqqpadFZLZfPZKwAAuw6hOQAAAHYKN9xwQ7Rv3z6tVllZGeeee24sXbp0m8+vra2NX/3qV3HVVVc1+ddfTznllEbzJ06cGB988EGzZ9TX18eNN97YqD5q1Kgt9uXm5sa+++6bVvvzn/+c0V+JnTJlSrz55pvN3r8j2fRNe6tXr45Vq1Zl6TZtr1u3bnH00Uen1ebMmRP33HNPs8+YN29e3H333a19NQAAAACAnd6f/vSnOPXUU6OysrLRZ1dffXV069Ztq2dcdNFFjWo33XRTLFy4sDWu2CK33357Rr9Lf/PNNxu9ralr164xbNiwLfY19XasbH7dZG7FihWNalt6u6Lv+bbr2rVro9prr73W7P4NGzbE2LFjo6GhoUXzN332FhGxaNGiFp3VUtl89goAwK5DaA4AAICdQv/+/eOaa65pVJ83b16cfvrp8cYbb7T47Ndffz1OPvnkeOCBBza7Z4899ogTTzwxrVZfXx+XXXZZs952l0ql4pprrmn0oKdz587xne98Z6v9m/4l13Xr1sUtt9yy1b6IiA8++CDGjh3brL07ooEDBzaqvfLKK1m4SfaMHj260dvmbrvttvjd73631d4PP/wwzj33XG+ZAwAAAAD4kr///e/x//7f/4uLLrqoycDcSSedFCNHjmzWWYceemgcfvjhabVVq1bF97///Zg3b16L7rd+/fqYOHFi/Nd//VeL+r/44ou4/PLLo7a2dqt7Fy1aFFdffXWj+hlnnBH5+flb7B0wYECj2q72O/xsmzJlSjz55JPN+l435aGHHmpUa+rZzD/4nm+7gw8+uFHtrrvu2uIb/v5hw4YNce21127TH8vs3r17dOzYMa3W1t/DbD97BQBg1yA0BwAAwE7jtNNOi9GjRzeqL1u2LEaNGhUXXnhhzJgxIzZs2LDVs2pqauJ///d/46yzzopzzz03Pvzww632/OhHP4ry8vK02scffxxnnnlmTJs2bbN9y5Yti4suuigmTZrU6LOm3qDXlJNOOqlRaGrChAlx2223RX19fZM9DQ0N8fjjj8dZZ50VlZWVkZOTs9WH2zuiIUOGRG5u+q8wfvWrX8WLL77Y5FsBk2j//feP8847L62WSqXi5z//eZx33nkxderURv8s5s6dG7/+9a/jpJNO2vhwcejQoW12ZwAAAACAHcnKlSvj5ZdfjltvvTVOO+20OPXUU+OZZ55pcu/JJ58cv/jFLzI6f9y4cVFWVpZWW7BgQZx66qnx29/+NtasWbPVM1KpVMyYMSP+/d//PY455pi47rrrWvQGr388d3j99dfje9/7Xnz00Ueb3Tt16tQYOXJkfPrpp2n1vn37xg9+8IOtziotLY2+ffum1Z566qkYP358s75mtt3ChQtj7NixcdRRR8W4ceNi+vTpzXpWtnLlyvjxj38cL774Ylq9d+/eccABB2y2z/d825WVlcVBBx2UVvv444/jggsuiMWLF2+2b/78+fH9738/Hn/88YiIaNeuXRQVFWU8PycnJ77yla+k1aZNmxY333xzfP755xmf11LZfPYKAMCuoV22LwAAAACZuPLKK6OoqChuueWWSKVSaZ+98sor8corr0RpaWkcdthh0b9//+jUqVN06tQpIiJWr14dCxcujFmzZsXbb78d69aty2h2aWlp3HTTTXHBBRekBdUWLVoU5513XgwePDiOPvroqKioiPbt28eKFSvizTffjKlTp8b69esbnXf22WfH8OHDmzW7vLw8Ro4cGQ8++GBa/Y477oj/+Z//iWOPPTb69esXhYWFUVlZGXPmzIlXXnkllixZsnHvD37wg3j22We3+LBtR1RWVhZHHHFE2l+4/Oyzz+KSSy6J/Pz86N69exQVFUVOTk5a389//vPYf//92/q6283ll18eM2fOjL/85S9p9WnTpsW0adOioKAgunbtGgUFBfH555/H6tWr0/ZVVFTE2LFj47vf/W5afdNAIgAAAADAzmTmzJlxwgknNPnZunXrYvXq1bF27dpm/RG24uLiuPrqq+Pss8/O+B7l5eVx5513xjnnnBPV1dUb69XV1fEf//Efcffdd8eBBx4YQ4cOjbKysthtt92ipqYm1qxZE8uXL4/33nsvZs6c2eRb7zI1ZsyYuOWWW6KhoSFmzJgRxx9/fBx22GFx2GGHRXl5edTV1cXixYvjT3/6U8yaNatRf0FBQYwbN67ZwZNTTjklfv3rX29cNzQ0xLhx4+KXv/xldOvWLTp27Njod9FnnHFGnHnmmdv2he4kNvfzmaljjjkmLr/88s1+/vnnn8f48eNj/PjxUVpaGoMHD4599tknevToER07dozCwsJYt25dLFmyJP7+97/HtGnToqamJu2MnJycuPbaa7d6F9/zbXfppZfGueeem1Z7++23Y8SIETFs2LA46KCDokuXLlFbWxvLli2L1157Lf72t7+lPaO8+OKL48knn2zRs79TTjklpk6dmla755574p577omuXbtGaWlpoz/oubWfwUxl89krAAC7BqE5AAAAdjqjR4+OwYMHx9ixYze+QevLKisr47nnnsv43MLCwjjnnHMa/SXYL/unf/qnuPPOO+OKK65Ie+gdETFr1qwmHy43ZdSoUTF27NiM7nfllVfGtGnTGr0V75NPPon77rtvi73f+ta34sorr4xnn302o5k7in/5l3+JN998s9E/87q6uvjkk0+a7Nl0786uoKAgfvvb38bFF18cr732WqPPa2trN/tQtFu3bnHvvfdGu3aNfxXUoUOHVr8rAAAAAEBbqa6ujg8++GCbzsjPz49vf/vbcfnll0e3bt1afM7+++8fjz32WFx66aWxYMGCRvd89dVX49VXX92muzbHkCFD4ic/+UnccMMNERFRX18fU6dObRSQaUp+fn7cdtttjd5CtSVnn312PP30042eX6RSqVi6dGksXbq0Uc9nn33W7PN3dtv68/kP++67b7P3VlZWxmuvvdbk84TNycnJiX/913+Nww8/fKt7fc+33WGHHRYXXnhh3HPPPWn1urq6mDx5ckyePHmL/d/5znc2huZaYsSIEXHYYYfF66+/3uizFStWxIoVKxrVM/kZbK5sPnsFACD5/ClxAAAAdkpHHHFETJ48OUaPHh277bbbNp1VXFwcp59+ejz//PNx1VVXRUFBwRb3f+Mb34gJEybEfvvtl/Gs0tLSuP766+Oaa67J+A1fRUVF8bvf/S4OOOCAZvfk5OTE+eefHzfffPNO/Uax/v37xwMPPBB77bVXtq+SVYWFhXHffffFNddc0+yw24gRI+KJJ56Ifv36xapVqxp93rFjx9a+JgAAAADADi8nJyf222+/uOqqq+JPf/pTjBs3bpsCc/+w9957x5NPPhkjR45s9pvaNmf//fePb3zjGy3qPfvss+PnP/95Rnfo3r173HPPPXH00UdnNKuoqCjuv//+ZoWtaH2lpaVN/tG8TFRUVMSdd97Z6M1nm+N73jp+9KMfxUUXXRQ5OTnN7snLy4vRo0fHr371q4z6NpWbmxu33XZbHH/88S0+o7Vk69krAADJ501zAAAA7LRKSkriyiuvjB/+8IcxefLkeP7552P69Omxdu3arfZ27tw5hgwZEscdd1wce+yxUVRUlNHswYMHxxNPPBHPPfdcPP744zF9+vSora3d7P7+/fvHiBEj4rzzztumkFKnTp3i0UcfjccffzweeOCBzb5lLS8vLw4//PC4+OKLY+jQoS2etyMZOnRoPPfcc/Hqq6/Gyy+/HLNnz46FCxfG2rVro6amJjZs2JDtK7aJ3NzcGDVqVHznO9+JKVOmxAsvvBAfffRRrFixItavXx8dOnSI3r17xyGHHBLHH398DBw4cGNvU3/Fdffdd2/L6wMAAAAAtInc3NwoKCiI9u3bR2lpaXTu3DkqKiqiT58+se+++8aBBx4YpaWl22V2hw4d4qc//WlcdNFFMWHChHjllVfigw8+2OrvsQsLC2Po0KHxta99LYYNGxb9+vXbpnt897vfjUMOOSTuvPPOeP7556OmpqbJfd27d48TTjghLrzwwigpKWnRrPLy8njggQdi1qxZMXny5Hjvvffio48+ijVr1kR1dXXU19dvy5fCFpx44olxzDHHxNSpU2PatGnx1ltvxfz58yOVSm2xLzc3Nw466KA4/vjj46STTso45Ol7vu1ycnLiiiuuiCOPPDLuuuuuePXVVzf774mioqIYNmxY/OAHP4h99tmnVebvtttucfPNN8cll1wS//u//xszZ86MefPmxapVq6K6ujrq6upaZU5zZOvZKwAAyZaT2tr/MgIAAICdyIYNG+Kjjz6Kjz/+OJYuXRrV1dVRW1sbJSUlsfvuu0dpaWnsvffeUVFR0apzq6ur45133only5fHypUro66uLjp16hR77LFHDBo0KLp3796q8/7ho48+ilmzZsXnn38eVVVVUVJSEnvuuWcMHTp0uz3sZ+f1n//5n3H33XdvXOfn58eMGTO2+nZFAAAAAAC2zapVq2LmzJnx+eefR2Vl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AACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAA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rI09Xbt2jXvuuSdKSko2O2v58uVp603Db83Vo0ePtHVtbW1UVla26CwAAAAAAAAAAAAAAABg+2iX7Quw6xoyZEg8+uijcfXVV8eHH34YERHV1dUxfvz4GD9+/BZ7c3Jy4thjj41rr702unTpssW9X34rXcT/BfZaoqlgXnV1dXTu3LlF52VbXV1d1NXVZfsaAAAAAAAALZafn5/tK2x3nukAAAAAAAA7u2w80xGaI6v22Wef+P3vfx/PPvtsPPXUU/H6669vteewww6Ln/zkJzFgwIBmzdg0NFdYWNiiuzbVV1VV1aKzdgTvv/9+fP7559m+BgAAAAAAQIsddNBB2b7CdueZDgAAAAAAsLPLxjOd3DafCJtYsGBB/OUvf4n333+/Wftff/31OPfcc+Pee++N9evXb3X/unXr0tYFBQUtumdToblNA3kAAAAAAAAAAAAAAABAdnnTHFlTX18ft956a9x3332xYcOGjfX8/PzYb7/9ol+/ftGxY8eoqqqKBQsWxDvvvLMxJPfZZ5/Fb37zm3jmmWfijjvuiD333DNbXwYAAAAAAAAAAAAAAACwAxGaIysaGhriqquuismTJ2+s5eTkxMiRI2P06NHRpUuXRj2rV6+O8ePHx29/+9uor6+PiIg5c+bE9773vZg4cWKUl5c3OauoqChtXVtb26I719TUNKoVFxe36CwAAAAAAAAAAAAAAABg+xCaIyvuu+++RoG5m266Kb7zne9stme33XaLyy67LA4++OC48MILo66uLiIilixZEj/5yU/ivvvua7Jv02BbU+G35miqr6SkpEVn7Qj23XffqKioyPY1AAAAAAAA2ALPdAAAAAAAADInNEebW7lyZdx5551ptbPPPnuLgbkv+9rXvhaXX355/OY3v9lYmzp1akyfPj0OPvjgRvs3Dc2tXbu2BbeOqKqq2urZO5P8/PzIz8/P9jUAAAAAAADYAs90AAAAAAAAMpeb7Quw63nmmWfS3tqWk5MTF154YUZnjBo1Kjp27JhWmzRpUpN7y8rK0taffvppRrP+YenSpWnrgoKCKC0tbdFZAAAAAAAAAAAAAAAAwPYhNEebe+ONN9LW++yzT5SXl2d0RmFhYRxyyCFptbfeeqvJvX379k1bL1u2LDZs2JDRvIjGobnevXtHXl5exucAAAAAAAAAAAAAAAAA24/QHG1u8eLF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AAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAA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ey8+/fTTWLRoUaHmNW7cOLp06RL77bdfHHjggdGsWbMy3inwezNu3Lg45ZRTCvVs1apVIz09PapXrx4NGjSIRo0aRatWraJdu3bRpUuX2HnnnaN27dplvGMAAAAAAAAAAADyIzQHAACUufXr18czzzwTTz/9dKGDcptbvHhxfPjhh/Hhhx/GrbfeGrvuumucdtppceCBB0ZKSkoZ7Bggf1lZWZGVlRWZmZmxdOnSmDFjRnzxxRc5H09NTY3u3bvHIYccEkcccUTUr1+/4jZLpdanT5+YO3duzvioo46KO+64owJ3BAAAAABQcnPmzIm+ffvm+/Hbb789BgwYUOI+48ePj0GDBuX78WeeeSZ69epV4j4AAABUjCoVvQEAAKByGz9+fBx66KFx1113FSswl1t2dnZ89dVXceGFF0b//v3jk08+KYVdApSejRs3xvjx4+PWW2+N3r17x6233hrLli2r6G0BAAAAAEClMHTo0FJZ59VXXy2VdQAAANg6uWkOAAAoM0OGDIm///3vsXHjxjw/Xr169dhll11ixx13jAYNGkT9+vWjdu3asWbNmli+fHn89NNPMXny5JgyZUps2LAhaf53330XL730Uvzf//1fWX8qwO9QvXr1okWLFkn17OzsWL16dc4/+f2Mi4hYs2ZNPPvss/H666/H9ddfH4cffnhZbhkAAAAAACq98ePHx//+97/Ybrvtir3G6tWr45133inFXQEAALC1EZoDAADKxAMPPBAPPvhgnh/r0aNHnH322bHnnntGenr6FtfKyMiIsWPHxquvvhqffvppZGdnl/Z2gQI8++yzFb2FCtGnT5+44447CnwmOzs7FixYEN98801888038eGHH8b06dOTnluxYkVcfvnlMXXq1LjyyiuLtI/Ro0cX6Xl+e36v32MAAAAAAMU1bNiwuPTSS4s9/+23347MzMxS3BEAAABbmyoVvQEAAKDyeeWVV/IMzDVp0iSeeuqpeP7552O//fYrVGAuIqJWrVpx2GGHxVNPPRWvv/569O3bt7S3DFAsKSkp0aJFizj44IPjyiuvjP/85z/x9NNPx/7775/n808++WTcc8895bxLAAAAAAD4batXr17C+LXXXotNmzYVe72hQ4cmjOvXr1/stX6P7rjjjpg2bVrOPw4ABAAAtkZCcwAAQKn6/vvv45Zbbkmqd+rUKV5++eX4v//7vxKt36lTp3j44Yfjsccei2bNmpVoLYCysMcee8Sjjz4at956a9SoUSPp448//niMGjWqAnYGAAAAAAC/Tfvuu2/UrVs3Z7xgwYL46KOPirXWjBkz4uuvv84Zp6amxqGHHlriPQIAALB1EZoDAABK1fXXXx/r1q1LqDVq1Cj+9a9/xTbbbFNqfXr37h2vvfZa7LXXXqW2JkBpOuaYY+LZZ5+N6tWrJ33spptuitWrV1fArgAAAAAA4LenWrVq8Yc//CGhlvu2uMJ69dVXE8Z77713NG3atNh7AwAAYOtUtaI3AAAAVB7vv/9+TJgwIan+t7/9LRo3blzq/Ro2bBjHH398qaw1b968mDZtWixdujSWLl0aqamp0aBBg2jatGnssssuUatWrVLpk1ffqVOnxtKlS2PZsmWRnp4eDRs2zOmbV9imNEydOjV+/PHHWLRoUaxbty7q1KkTbdu2jZ122qnMPtf8rFy5Mr799tuYPXt2rFq1KjZt2hT16tWLfffdN1q2bLnF+RkZGTFz5syYNWtWLF++PDIyMiI9PT3q1q0bjRo1im7dukWTJk3K4TOJWL16dUyaNClmzZoVq1atiurVq0fTpk2jY8eO0bFjxzLvv2rVqpg4cWL873//i1WrVkXNmjWjYcOG0aVLl2jfvn2Z9y+qWbNmxYwZM2LZsmWxbNmyyM7Ojlq1akXTpk2jXbt20aZNm0hNTa3obZbIjjvuGDfddFP85S9/SagvXrw4Bg8eHBdffHEF7axi/Pr9vnjx4li2bFmsX78+GjRoEA0bNowdd9yxXH4pYcmSJTF58uSYM2dOrFq1KlJSUqJBgwZxwAEHRMOGDQucu3bt2vj+++9jxowZsXLlysjIyIjU1NSoXr161K1bN1q2bBnbbrutm1ABAAAAAMrAwIED44UXXsgZjx49OpYtWxYNGjQo9BpZWVnx+uuvJ607Y8aMUtsnAAAAWwehOQAAoNQ8/fTTSbX99tsvevfuXf6bKYSFCxfGkCFD4oMPPoiZM2fm+1xaWlrsvPPOMWjQoDj00EMjJSWlRH1XrlwZTz31VLz77rvxww8/5PtctWrVomfPnnH88cfHgQceWKKeERFr1qyJJ554IkaMGBFz5szJ85n09PQ44IAD4k9/+lN06tQpIiLmzJkTffv2TXju9ttvjwEDBhTY76qrrorhw4fnjFu2bBmjR4/OGY8dOzaGDBkS48aNi40bNybNz69HVlZWfP755/HBBx/EF198EdOnT4/s7OwC97LtttvG4YcfHieffPIWQzF5GTZsWFx99dUJtffffz9atWoVEb+EEB955JEYPXp0bNiwIc812rVrF0cffXSccsopkZaWVuQ9FKQw/Vu2bBlnnHFGHHfccUXuf/LJJ8cXX3yRM959993j2WefLdZev/vuu3jmmWfi008/jfnz5xf4bN26dWOPPfaIQw89NA444IBIT08vVs+K1r9//xg5cmSMGTMmof7iiy/Gn/70py1+Xn369Im5c+fmjI866qi44447kp5bv3597LPPPrF8+fKc2vbbbx8jRowo0f4ff/zxuOeeexJqjz32WKF/tq9duzZeeOGFeOedd+Kbb77J8/v9Vx07dox+/frFSSedFDVr1izSPgv6Os3Ozo433ngjnnvuuZg0aVKePzO222676NWrV55rv/vuuzF06ND4+OOP8/0e21zTpk1j1113jb59+0afPn2idu3axd775vL6eby54cOHJ/zczc+0adMi4peg7z777BOZmZlb7F0Ut912WzzzzDMJtREjRsT2229fonUBAAAAgN+3HXfcMTp37pzzd5wbNmyI//znP3HKKacUeo0PPvggFi9enDNu0KBB9OnTp0xCc2vWrIlJkybF4sWLY+nSpbFmzZqoX79+NGzYMLbffvto3bp1qffcuHFjTJw4MebMmROLFi2KiIj69etHx44do1u3blG16tb9K6Pz58+P7777LpYtWxbLly+P9evXR61ataJRo0bRrl27aNeuXYnfFy1cuDBmzpwZc+bMidWrV8fatWujdu3aUa9evdhmm21ixx13jGrVqpXSZwQAAFSkrfv/AQEAAL8Zc+fOjXHjxiXVTzzxxArYTcHWrl0b9913Xzz//POxbt26LT6/YcOGGD9+fIwfPz4effTRuPvuu3MCZUX17LPPxgMPPBArVqzY4rPr1q2Ljz/+OD7++OPo3r173HTTTdG5c+di9f3ss8/immuuiXnz5hX43Pr16+Ott96Kd999Ny666KI4++yzi9WvIBkZGXH11VfHO++8U+S5b731Vtx8882xbNmyIs2bPXt2PPzww/Gvf/0rrrzyyhg0aFCRe+fnkUceiQcffDCysrIKfG7mzJnx97//PV577bW48847o0uXLiXunZ2dHffdd188/vjjBQaRIn75Hr3lllti6NCh8eSTT0ajRo1K3L8ofvrpp7jjjjvi/fff32LI8VcrV66MUaNGxahRo6JTp07xn//8p4x3WXbOPPPMpNDc0qVL46OPPiowBFUU6enpccQRRyQEnr777ruYOnVq7LDDDsVed9iwYQnjJk2axD777FOoua+88krcd9998fPPPxfq+e+//z7uueeeePrpp+O6666LQw45pMj7zW3x4sVxySWXxJdfflnkufPmzYs///nPRZ67aNGiGDlyZIwcOTLOOuusuOKKK4rcuzzUrl07+vXrFy+++GJO7YsvvogZM2YU+3bKNWvWxGuvvZZQ6969u8AcAAAAAFAqBgwYELfffnvOeNiwYUUKzb366qsJ4379+pXqYYdZWVkxfPjweOONN+Krr74q8CC2bbfdNg499NA444wzon79+iXqu3Tp0nj44YfjzTffjKVLl+b5TL169eKoo46Kc845p1iHTG5uS4dnFsVPP/0UTz/9dHz00Ucxa9asAp+tUaNG9OzZMw466KD4wx/+UKgD+JYuXRrvvfdefPrpp/Hll18mhCbzkpaWFrvssksMGjQoDj744KhSpUpRPh0AAGAr4n/NAwAApSJ3GCQionnz5rHvvvtWwG7y9/PPP8fJJ58cTz31VKECc7lNmzYtjj/++Bg7dmyR5m3cuDGuv/76uPXWWwsVmMvt66+/jhNPPDE+++yzIs8dM2ZMnH322VsMzG1uw4YNcc8998Tdd99d5H4FyczMjNNOO61YgbmIiBkzZhQ5MLe5NWvWxM033xw33HBDsdfY3F133RX33nvvFgNzm5s+fXqccsop8e2335ao96ZNm+LKK6+MRx55ZIuBuc3997//jUGDBkVGRkaJ+hfF559/HkcffXS89957hQ7M5Vae+y0LPXv2zDO49sEHH5Rqn7xuZxw6dGix15swYUL8+OOPCbX+/ftHampqgfM2bNgQf/3rX+Paa68tdGBuc78G3R566KEiz93czz//HMcff3yxAnNz5syJE088sVhzf0tOOumkpNoLL7xQ7PXefPPNWLlyZULt+OOPL/Z6AAAAAACbyx1ymzp1akyZMqVQc3/++ef46KOPEmoDBw4stb299957cdhhh8W1114bn3/+eYGBuYhfDn187LHHom/fvvH8888Xu++bb74Zhx56aDz77LP5BuYiIlasWBFDhgyJQw89ND788MNi9ystS5cujauvvjoOOeSQePbZZ7cYmIv45V3fhx9+GNdee23svffeW3z+8ssvj3322Seuu+66ePvtt7cYmIv45R3Hl19+GZdcckkcfvjh8f333xfm0wEAALZCbpoDAABKxRdffJFU69Gjx1Z18t7ixYvjuOOOi7lz5yZ9rFOnTtGzZ8/o0KFD1K1bNyIilixZEhMnToyxY8cmBHYyMjLiwgsvjBdffLHQt4Vdd911eQZXqlWrFvvss0/06NEjmjRpEmvXro25c+fG+++/H9OmTUt4dvXq1XHWWWfF008/Hbvttluh+n7zzTdx4YUX5vlSbqeddor99tsvWrRoEdWqVYvFixfHhAkT4qOPPorMzMyIiHjiiSeiQYMGhepVGNddd1188803OeOmTZtG7969o1OnTtGoUaNYvXp1zJ07t9AnUbZs2TJ22GGH6NChQzRr1ixq1aoV1atXj8zMzFi0aFFMnTo1Pv7441i1alXCvBdffDE6depUohvnRo4cGU8++WTOuFq1arHvvvvm/FlmZmbG7Nmz4913300KHa1atSrOOOOMGDZsWLRu3bpY/f/5z38m3LzWokWL2G+//aJTp07RoEGDyMzMjBkzZsSoUaNizpw5CXN//PHHuOeee+L6668vVu+i+OCDD+L888/PM1jYoEGD2GuvvaJbt27RsGHDSE9Pj1WrVsW8efNi8uTJ8fXXX//mw3Kb23PPPWPq1KkJta+//rpUe3Tp0iV22GGHhD5vvPFG/OUvfynWSbmbnxL7q7yCeZvbtGlTnH/++XmGi5s2bRp77rlndOnSJerXrx/VqlWLFStWxH//+9/46KOPEsK92dnZcf/990eDBg2KdWvppk2b4pJLLomffvopp9a6devo3bt3tG3bNho0aBDLly+POXPmxKhRo5LmX3PNNTF//vyk+g477BC77757tGnTJurWrRtVq1aNjIyMWLlyZcycOTOmTZsWkydPLlKYtbDS0tISbmybMWNGws/3evXqRYsWLYq0ZseOHWP33XdP+O/4iBEj4vLLL48aNWoUeY+5A3f169ePQw89tMjrAAAAAADkpWHDhtGnT5+EAxqHDRsWXbt23eLc1157LeF9Rbdu3aJz584l3lN2dnY88MADxT4IbvXq1XHzzTfHtGnT4oYbbtjiwXWbe+mll+KGG24o0qGFy5cvjz/96U/x4IMPFme7peK7776L8847L8/3toVVmHdIX3/9dZEOv8xtxowZceyxx8ZDDz0Ue+21V7HXAQAAKobQHAAAUComT56cVNtpp50qYCd527RpU1x++eVJL166d+8eV199dey88855zjv11FNj5cqV8fDDD8eQIUNyXjitW7cuLrzwwhgxYkTUrl27wN5vvfVWnoG5vn37xg033BDNmjVL+tjFF18cY8aMiRtuuCEWLlyYU9+wYUNceeWVMWLEiKhTp06BfdevXx9XXXVVUmCuTZs2ceutt0bPnj2T5px22mmxZMmS+Nvf/hZvvPFGRETcf//9BfYprAULFuSsWb169bjsssvixBNPzDPIc+mll+Z7E2CnTp3i6KOPjv322y/atGmzxb7r16+Pl156Ke69995YvXp1Tv2OO+6IAw44IM9//4Wx+b+X3r17x80335znWpdffnm89tprcdtttyXcvrRy5cq49tprY8iQIZGSklKk3osWLYonnngiIiJq1aoVV111VQwcODDPl6iXXnpp3H///TnP/+rFF1+Mc845p9iff2H873//iyuvvDLpZWTjxo3jggsuiGOOOSaqVs3/rybWr18fH330Ubz00kvxww8/lNk+y8suu+ySVJs5c2asXbs2qlevXmp9BgwYELfddlvOeNmyZTFmzJg46KCDirTO2rVr46233kqode/ePdq1a1fgvAcffDApMNe8efO46qqr4qCDDsr3ZX9WVlYMHz48/va3v+UEdyMi/va3v8XOO+9cqF942NzXX3+dE1yrX79+XH311XHkkUfm+f125ZVXJvysHD9+fIwbNy7hmdatW8edd95ZqNDyihUr4sMPP4yXXnqpyN/fBWnWrFmMGDEiZ9ynT5+E/6716dMn7rjjjiKve9JJJyWE5lauXBlvvvlmHH300UVaZ/LkyUn/e2DAgAFRrVq1Iu8JAAAAACA/AwcOTAjN/Xp4XHp6eoHzhg0blrROabjhhhvipZdeSqrXr18/9tprr+jatWs0atQoqlevHqtWrYrvv/8+Pvroo6RDF1966aWoU6dOXHnllYXq+8477+QZmEtNTY1evXrFXnvtFc2aNYusrKyYP39+fPDBBzmHW2ZlZcVll10WZ5xxRjE/6+KbMmVKnHTSSQnvAn5Vu3bt6NWrV+yyyy7RqFGjqFmzZqxevToWLlyYc+Di8uXLi9U3NTU1unTpEh07dsw5XK9WrVoR8UtwcdasWTFp0qSYMGFCbNq0KWdeZmZmXHrppfHaa68V+eA6AACgYgnNAQAAJbZ+/fqE24F+VdSAQ1kaPHhwfP755wm1QYMGxXXXXbfFQEPdunXjqquuio4dO8Y111yTU58zZ0688MILcdZZZ+U7NyMjI2688cak+rHHHhs333xzgb3333//6NChQwwaNCghODd37ty4995747rrritw30OGDIkZM2Yk1Nq1axfPPfdcNGrUKN95jRo1invuuScaNGgQzz77bKxdu7bAPoX1a3ilZs2a8fjjj+cZ2ttcXiGL0047LS688MIi9U1PT4+TTz45evbsGYMGDcoJzq1fvz6ef/75uOyyy4q03q9+DfUdfvjhcddddxV4q2L//v2jXbt2cdpppyWcevn555/HiBEjon///kXq/Wu4p379+vH0008n3DyVW3p6elxxxRWxYsWKePnll3PqGzdujKFDh8Z5551XpN5FceWVVyYEBSN+udXqiSeeKNRLxfT09Ojbt2/07ds36ba836Idd9wxqbZx48aYO3dutG/fvtT6HHHEEfH3v/89IQQ2bNiwIofmRo0alRA0jdjyLxB8/fXX8cgjjyTUunfvHk888cQWg75Vq1aNY445JnbccceE79UNGzbEvffemxT83JJff+Y0btw4nn766ejQoUO+z6akpCT8MsX777+f8PG0tLQYPHhwbLfddoXqXa9evTjiiCPiiCOOiDVr1hRp3xXhgAMOiObNm8eCBQtyai+88EKRQ3O5b5lLSUmJ448/vlT2CAAAAADwq7333juaNWuW8/5s+fLl8d5778Vhhx2W75wJEybEzJkzc8bVqlWLww8/vMR7GTp0aFJgrn79+nHZZZdF//798z1ULDs7O95777244YYbYsmSJTn1J598Mnr06BH7779/gX2XLl2aZ2Bup512ittvvz3PvxM///zz48svv4xrrrkmZs+eHZmZmfHkk08W9lMtFcuWLYsLL7wwKTBXq1atOOecc+KUU06JGjVq5Dt/48aNMW7cuBg6dGi8/fbbW+yXlpYWBx10UPTr1y/22GOPLb6riPjlXew//vGPnMNAI375Grvxxhvjscce2+J8AABg65H/b/QBAAAU0sKFC5NeyEREgcGs8rRmzZoYPHhwQq13795x/fXXF+kGoIEDB8YxxxyTUHv66adj/fr1+c4ZPnx4rFixIqG24447xk033VSo3q1bt4777rsv6dlhw4Ylrbu5TZs2xYsvvphQq1q1atx7772F/nO55ppr8gz5lNTll1++xcBcfgrzIis/22+/fVJA7tVXXy32ehG/3Np3++23FxiY+9VOO+2UZ9DxmWeeKXb/v/3tbwUG5jZ3+eWXJ72Y/fjjj4vde0s+/vjjmDRpUkKtQYMG8dRTTxXrFM5WrVqV1tYqTH7fe5uHYktDgwYNok+fPgm1jz76KBYvXlykdXKfuFujRo049NBDC5zzyCOPJJy+2rRp03j88ceL9L27/fbbxw033JBQ+/DDD+O7774r9Bqbu/XWWwsMzOUld0hz9913L3RgLreCXu5vLVJTU+O4445LqE2ePDm+/fbbQq+xatWqePPNNxNq//d//1fsf28AAAAAAPlJTU1NOpBw6NChBc7J/U7owAMPjLp165ZoH3PmzIlbbrklodamTZsYMWJEHHfccfkG5iJ+OXTswAMPjKFDh0bz5s0TPnbPPffk+e51c3fddVcsW7YsodajR4949tlnC/w78Z49e8YLL7wQbdq0iYgotcMzC+vmm2+OuXPnJtSaN28eL7zwQpxzzjlb/Dv11NTU2GuvveKee+6JUaNGbbHfq6++Gg888EAceOCBhX5X0bJly7jnnnuSDvIcO3ZsQvASAADY+gnNAQAAJZb7JqlflSTgVJqGDh2a8NKoSpUqce211xZrrfPPPz8hwPbzzz/HxIkT833+ueeeS6pdf/31hQpZ/ap79+5x1FFHJdQyMzOTAi2b++ijj5JeOA0cODA6d+5c6L5VqlSJq6++utDPF8a2224bgwYNKtU1i6Jfv34Jf35LliyJH3/8sdjrXXXVVQm3U21J//79o1u3bgm1KVOmFCmY8qvdd989+vbtW+jn69evH/vtt19CberUqQkBp9KU161g1113XTRt2rRM+v0WVKtWLc+vl9y3uZWG3DfCZWVlxYgRIwo9f968eUm3cx588MFRu3btfOdMnz49xo4dm1C77LLLivVLB0cccUTOC/tfvffee0Vep1evXls8jTcvm98IGfHL909ld9xxx0VaWlpCLffNcQUZPnx40q16bpkDAAAAAMrKgAEDEsaffvppLFiwIM9nMzMzk24lO/roo0u8h8GDByf8vWjNmjXjySefTArBFaRFixbxj3/8I6H2/fffx+jRo/Ods3Tp0oRb0CJ++XvsBx54IKpXr77Fno0bN44HH3wwqlatWuh9loYZM2bEyJEjE2rVqlWLxx9/vEjvMH9VmAMXS/K++vzzz084YDQ7O7vEB3ICAADlS2gOAAAosfxOICxOUGLMmDHRuXPnIv1z1VVXFbjmO++8kzDeY489onXr1kXeW8QvL646deqUUPviiy/yfHb+/PlJgaxu3brFTjvtVOS+J5xwQlLtk08+yff53GGXiOK9/Nttt92iXbt2RZ6XnwEDBhTpdr/SVqdOnaTbvnLfhlZYzZo1SwqhbUlKSkoce+yxSfUPP/ywyP1z33pYGLlvDszMzCz1W84ifgmBffnllwm1li1bxiGHHFLqvX5r6tWrl1Qri1Nc995776SA4vDhwws9f/jw4Umn2Ob+BYTccv+srVWrVhx22GGF7rm5lJSU2GeffRJq48aNK/I6xf2lh9whuUmTJkVWVlax1vqtaNSoUdL36FtvvRWrVq0q1PyXXnopYdysWbNiBRYBAAAAAAqjTZs20aNHj5zxpk2b8j1w8u23347MzMycccuWLWOPPfYoUf+lS5cm9TvzzDOL9Q5yt912iz333DOhVtBBcsOGDYv169cn1M4///xo2LBhoXt27Ngxz/ePZWnw4MFJhzlecMEFxQrMlYeUlJQ48sgjE2oTJkyooN0AAADFITQHAACUWO5gxdZk/fr1SaGoXXfdtURr5j618L///W+ez+X10uTggw8uVs+ddtopqe/EiRPz/Xef+3Nu2LBhscJ6ERG9e/cu1ry89OrVq9TWivjla+/bb7+NF198MW6++eY477zz4tRTT42BAwfGkUcemec/K1asSFhj3rx5xeq9//77F+nGwF8deOCBSbXiBPd23333Is/Zdtttk2qFDcQUxfjx42Pjxo0JtSOOOCJSU1NLvddvTV43+5VFkDQ1NTX69++fUPv+++/jm2++2eLc7OzseO211xJqrVu33uLXXO4AcdeuXaNatWqF2m9ecv/Mmzp1apHXKO7PnNw/L+fMmRPXXXdd0k1qlc1JJ52UMF6zZk2hwpZffPFF/PDDDwm1Y489ttxPKQYAAAAAfl8GDhyYMM7rQLiIiKFDhyaMS+OQxw8++CDpULziHHj4q9zv4wo6SC73YYzp6elJ7wQK47jjjivynJIYM2ZMwrhmzZrlHtwrqu222y5hPGXKlNiwYUMF7QYAACgqv7kCAACUWPXq1fOsr1q1KulWr/I2efLkWLduXUJt6NChBZ7OuCXz589PGC9btizP56ZMmZJUy33TV1F069Yt5syZkzNetWpVzJ49O+llTUTE9OnTE8ZdunQpdt8ddtih2HM3l5KSUmprrVq1KgYPHhyvv/56zJ07t8RrFUe3bt2KNa9hw4bRokWLhK+jvL5WClKtWrVo3rx5kXvXqVMnqVYWobmvv/46qVbSsGplsXLlyqRafj9DS+qoo46Kxx9/PKE2fPjwLQZox48fH7Nnz05aq6BfINi4cWNS+HPatGlJJ7AWRe6A66pVq2LDhg2RlpZWqPmNGzeOZs2aFav3YYcdFv/85z8TfuFh2LBhMXbs2DjqqKPioIMOih133LFYwdmt2S677BJdu3ZN+Jn04osvximnnFLgvBdeeCFhXLVq1RL9cggAAAAAQGEccsghceutt0ZGRkZERMyePTu+/PLLhEPgfvzxx/jqq69yxlWqVImjjjqqxL2//PLLhHHLli2L/XfSEckHyc2dOzdWrlwZdevWTahv2rQpvv3224Rar169kp4rjI4dO0abNm1i1qxZRZ5bVN9//30sXbo0odanT588312VpYyMjBg/fnxMmzYtfvjhh1i+fHmsXr061qxZk+fBh5vfUBjxy4GtS5YsKdZ7OgAAoPwJzQEAACVWr169POsrV64scmiuTp06sf322+f78czMzKQwR0EWLFiQVJs/f35S8K0kli9fnmc9rzBdu3btit2nQ4cOefbIHZrLyspKCkK1bNmy2H1zv6Qrrpo1a0aNGjVKvM57770XN9xwQyxevLgUdlX80Fjbtm2L3bNdu3YJX4PLli2L7OzsQp9qmt/33JbkdetTVlZWsdYqyJIlS5JqnTp1KvU+vzVr1qzJ8/TR2rVrl0m/du3aRffu3RNCjG+++WZcffXVkZ6enu+8YcOGJYwL8wsEy5cvTwoor1ixIin4VlIrVqyIxo0bF+rZhg0bFrtP06ZN49JLL43bb789ob5kyZJ48skn48knn4y6detG9+7dY6eddopddtklunfvHrVq1Sp2z63FSSedFFdffXXOeMaMGTFu3Lh8b+1bsmRJvPvuuwm1Pn36lOiXQwAAAAAA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kZqamvDc999/H6+++moF7bL4TjrppITx3Llz48MPP8x3HBFx6KGH5hmaBQAAAAAoS02aNIl99903oXbZZZclvBPq3LlzdOvWrVT61a1bNyl0VZGHduZ18GZhlWRuUeR34GJZGT16dKxZsyahdsUVV8Rpp51W6MBcROU7IBAAAH5vhOYAAIBS0apVq9h9992T6v/+978rYDf/T7du3ZJuuvvyyy/LpXfXrl2Tat9++22x18s9t27durHtttvm+exOO+2UMJ4xY0axb0abOHFiseaVpgULFiTVevToUeR1vv7669LYTkRETJkypVjzli5dmhTczOtr5bdsl112SapNmDCh/DeyFXnqqaeSak2aNIk999yzzHunpKTEUUcdlVD78ccfE74fsrOzY8SIEQnPdOzYMelnSX6qVasW22+/fUJt1qxZsXjx4mLu+renbdu2ceONN8add96Z9LHcN7H+Fuy1117Rtm3bhNrmN8u9/PLLsWnTpoSPn3DCCeWyNwAAAACA3HIfArdo0aKE8YABA0qtV0pKStLBlgsXLoysrKxS65GfRo0aJdVK86DHslLeBy5+8sknCeN69eolHRZXGD/99FNpbQkAAKgAQnMAAECpOfXUU5NqH3zwQYwdO7YCdvOL+vXrJwWSZs6cmeetbaWte/fuSbV33nmnWGtNnjw55syZk1Dbeeed872dLHdoKSsrK95+++0i9121alWF/vn9atmyZUm1evXqFXmd4vw7yM/o0aOTAiOF8e677ybVdt5559LY0lZjt912Szql84033oiNGzdW0I4q1quvvpp0I1fELwGj9PT0ctnDgAEDkgLEm9829/nnnyfdDFfUXyDYa6+9kmq/xbBYSR1xxBGxww47JNTK6sV/7lvtSvN7LCUlJU488cSE2ocffhhz586NDRs2JN2et8MOO+QZmAUAAAAAKA+9e/fOM1AWEZGWlhb9+vUr1X653+2sWbOm2AcuFkXbtm2jZs2aCbWS9J08eXJJt1Qoeb03LcsDF3MfyLnTTjtFWlpakdfZGg4XBQAAik9oDgAAKDUHHHBAni88rr766gq9bahv375Jtccff7zM+7Zo0SLat2+fUJs8eXKxXj7ldWPf3nvvne/zBx98cFKY4plnninyCZfPPfdcrF27tkhzykKNGjWSankF6Qoye/bseP/990trS7Fw4cI8g1BbkjtoEhGx7777lsaWthq1a9eOPfbYI6E2d+7cUg0t/lZ88803cfPNNyfVmzZtGqeddlq57aNFixZJt9q9/fbbOd/fmwfoIiKqVq0aRx55ZJF65PWz9qmnniqXk3W3Nu3atUsYr1q1qkz61KpVK2GcmZlZqusPGDAg4ZcvNm3aFC+//HK8++67Sf9dd8scAAAAAFCRCgrG9enTJxo2bFiq/SrqILkqVarEjjvumFD74osvYuXKlUVe6/vvv49Zs2aV0s4K1r59+6Tb5kaPHl1mf3+e+z1icQ7jXLp0aYwbN660tgQAAFQAoTkAAKBU3XTTTUk3Jy1ZsiROP/30mDdvXoXs6aSTToq6desm1F5//fU8b/wqbYMGDUqq3XLLLZGdnV3oNb755psYPnx4Qq1mzZoF3gLVvHnz2H///RNq06dPL1JYcMaMGfHoo48W+vmy1KRJk6TaJ598Uuj5mzZtimuuuabUbzq78847Y8OGDYV+/rXXXotvvvkmoda1a9ekl5uVwVlnnZVUu/XWW2PRokUVsJuK8corr8TJJ58c69atS6inpKTETTfdlBR4Kmu5f2asWrUqRo0aFatXr076ebjffvvleyJvfnbbbbfYfffdE2o//fRT3HHHHcXb8G/Yzz//nDAu7V/G+FXu/7b99NNPpbp+7dq1k8KTr776ajz33HNJzx1xxBGl2hsAAAAAoKgGDhxYpHpJ9O7dO+kAyxdffLFY4bWiyn0Y47p162LEiBFFXufll18urS0VSu7D9zIzM/M8OLQ05D6Qc/ny5UVe49///nfSOx4AAOC3RWgOAAAoVZ07d45rrrkmqT59+vQ49thj49NPPy3R+sW59axOnTpx5plnJtSys7Pjz3/+c7z33nvF3svYsWPjhhtuKPCZ/v37R/369RNqEydOjFtuuaVQPebOnRsXXXRRbNq0KaE+cODApLBEbueee27Sy7r7778/nn322S32/f777+O0007bKm6Zi4jo0aNHUu2RRx6J1atXb3Hupk2b4vrrr48vv/yy1Pc1c+bMuPbaawsVgpwyZUqef+6nnHJKqe9ra7DHHnsk/bktW7YszjzzzFiwYEGR15szZ05pba3Mff7553HOOefEtddem+f30Pnnnx99+vQp930deOCBST83hg0bFm+99VasWbMmoV5QKLcgl1xySaSkpCTUnn322bj//vuLFBbe3PTp0+PPf/5zrFixoljzi+OOO+6IH374oVhzp0yZEuPHj0+obb/99qWxrSSdOnVKGH///fcxf/78Uu1x0kknJYwXL14cX331VUKtX79+CTfSAQAAAABUhI4dO8ann34aH3/8ccI/uUNmpaFly5ZJh46tXr06rr766mL/fXhhDRgwIOkQ0wcffDDpdrWC/PDDD/HCCy+U9tYKdOaZZya9u3zooYdi2rRppd4r94GcEyZMiMzMzELP//777+Oxxx4r7W0BAADlTGgOAAAodSeccEKce+65SfWff/45Tj/99Bg0aFB8+OGHsX79+kKtl52dHd9++21cf/31cf755xdrT3/84x9jr732SqhlZmbGBRdcENddd12hb+eZNWtWPProo3H44YfH2WefnRQcyK1WrVp5Buuef/75uOiii2Lx4sX5zh07dmyceOKJSQGIli1bxsUXX7zFve64445x+umnJ9Sys7Pj1ltvjdNPPz0++uijpFvSfvjhh7jrrrviqKOOyrkRrHv37lvsVdaaNm0au+22W0Ltf//7X5x55pkxd+7cfOfNnDkz/vjHP8Yrr7wSERFVq1ZNOlmyuKpVqxYRv9wed9555xV4g9rrr78ep59+elLIr1evXkkvVCuTv//970mh0enTp8fAgQPjpZdeiqysrALnr1+/PsaMGRPnnntunHrqqWW405JZsGBBjBo1Ku666644/PDD49RTT40PPvggz2f/9Kc/xYUXXli+G/z/VatWLf7whz8k1MaNGxdPPfVUQq1x48bRu3fvYvXYbbfd4oILLkiqP/TQQ3HKKackhcnys2zZsnjllVfi9NNPj379+sWIESNK/abIgrz66qvxhz/8IU4//fR4+eWXY8mSJYWaN2bMmDjrrLOSgs79+vUri23GrrvumjDetGlTXHzxxfHtt9+WWo8OHTpEr169CnzmhBNOKLV+AAAAAAAl0ahRo2jSpEnCP7kPeyst5513XlJ47b333ovrrruu0O9Bc5szZ07ccsstMX369HyfadiwYRx++OEJteXLl8dFF11UqJvRlixZEhdeeGHSe8Kytt122yXte926dXH22WcX+Pnmp6ADF3Mf7JiZmRkPPvhgodf905/+VOw/QwAAYOtRtaI3AAAAVE6XXnpp1KlTJ+65556k8MD48eNj/PjxUb169ejevXt069YtGjZsGPXr149atWrF2rVrIzMzMxYsWBAzZ86MiRMnFhhIatGixRb3U7Vq1bj33nvj+OOPj5kzZ+bUs7Oz4+WXX46hQ4dGt27dokePHtGqVauoX79+bNq0KVauXBlLly6N6dOnx+TJkwsMaOXnsMMOi48//jiGDh2aUH/nnXdi7Nixse+++8Zuu+0WTZo0iXXr1sWcOXNi9OjRMXXq1KS10tLS4q677oo6deoUqvfFF18ckydPjs8//zyh/umnn8ann34a6enp0aRJk0hPT48lS5bEypUrE55r2bJlXHPNNXHMMcck1KtUKf8zWC688MI47bTTEmoTJ06Mgw8+OPr27Ru77bZbNG7cONavXx8LFy6MTz75JL766quEYNZ5550XQ4cOLdafY24XXXRR3HXXXRERMXr06Pj0009jv/32i1133TWaNm0amZmZMXv27Hj33XcTvuZ+Vbdu3bjtttvK7EXt1qBly5Zx1113xXnnnZfw4nXx4sVx/fXXx7333ht77bVXdOvWLRo0aBDVqlWLVatWxfz58+O///1vfPXVV7Fq1aqctcrb6NGj8ww1ZmdnR2ZmZqxatSpWrVpVqDBX/fr14+abb46DDz64LLZaaAMGDEg4OXbTpk3x448/JjzTr1+/qFq1+H9ldP7558fMmTPjzTffTKh/8cUXMWjQoGjTpk306tUrOnToEPXq1Yv09PRYtWpVrFixImbMmBFTpkyJGTNmlGtILj+//qy84YYbokOHDtGlS5do3759NGjQIOrUqRObNm2K5cuXx8yZM+OTTz7J83u9R48ecdhhh5XJ/vr27Rv169eP5cuX59QmTZoURx99dNSqVSuaNm2aE/Dd3IgRI4rUZ9CgQTFu3Lg8P7bbbrsl3XgHAAAAAPB70Lp167j55pvjqquuSqi/8sorMXny5Lj44oujd+/eW3wXtHr16hgzZky8/fbb8cEHH8TGjRujf//+Bc658sorY8yYMQm3y33xxRdx6qmnxm233Rbt27fPc9748ePjr3/9a8yaNSsiIqpXrx5r167d8idbSq699tqYMGFCwoGmCxYsiBNOOCHOOeecOPnkkws8AHPjxo3x5Zdfxquvvhpvv/12TJkyJc/nDjrooLj33nsT3lMPHjw40tPT44ILLsj3Pcgbb7wRd9xxR/z8888REVG7du2kQzEBAIDfDqE5AACgzPzxj3+MHXfcMa6++uo8Q0pr166Nzz77LD777LNirb/99tvHX/7yl6Qb5PJTr169ePHFF+PPf/5z0i1QGzdujEmTJsWkSZOKtZctueWWWyI1NTVefvnlhPratWtj1KhRMWrUqC2uUbt27XjwwQeTblwrSHp6ejz22GNx3nnnxSeffJL08fXr1+cbIGvevHk88cQTeb40ql27dqH3UFr23HPPOPvss+Pxxx9PqG/YsCFGjhwZI0eOLHB+v379ckJzpeGQQw6JpUuXxuDBgyPilz/Ld955J955550tzq1Tp04MHjw4WrduXSp72Zrtu+++MXjw4LjooosSgj0REUuXLo033ngj3njjjYrZ3BasWLEiVqxYUaI1atasGcccc0ycd955SbfuVYSddtopOnXqVOCJrQMGDChRj5SUlLj77rujdevW8dhjj0V2dnbCx2fNmpXzMv63YtOmTTF9+vQin3TbqVOn+Mc//lFmQeNq1arFVVddlfQLGRERGRkZSYHI4jrggAOiefPmsWDBgqSPuWUOAAAAAPg9O+qoo2LGjBnxxBNPJNSnTp0a5557bmyzzTbRq1ev2H777aN+/fpRvXr1nEP5Zs2aFZMnT47p06cX+da3hg0bxk033RQXX3xxwt/Df/3119GvX7/YY489Ys8994xmzZrFxo0bY968eTF27NiYNGlSzvM1a9aMM844o9A3sJWGunXrxgMPPBCDBg2KjIyMnPrq1avjnnvuicceeyz23HPP2HnnnaNRo0ZRs2bNWLVqVSxatCimTp0aEyZMiCVLlmyxT9u2baNfv37x2muvJdQfeeSRGD58eBx88MHRuXPnqFmzZqxYsSJ+/PHHGD16dMyePTvn2Ro1asQVV1wRN954Y2l9+gAAQDkTmgMAAMpUr1694u23346nn346nnnmmZxT+YqrSpUqseeee8bAgQPj0EMPLXIQoV69evHoo4/GM888E48//ngsXry42Htp2bJlocMlqampccstt0THjh3jwQcfLHIQZ5dddombb745OnfuXOR9Vq9ePZ588sl4/vnn49577y3UaYgHH3xwXHfdddGkSZP45ptvkj5e2JvuSttll10Wqamp8eijjyYFcfKTmpoaZ511Vlx88cWlfqvbn//856hZs2Y8/PDDhb4Vq2PHjnHnnXdG165dS3UvW7NevXrFK6+8ErfddltSYLWwGjVqVLqbKkOpqamx6667xiGHHBJHHHFE1KtXr6K3lGDAgAFxxx135PmxnXbaKTp27FjiHlWqVIlLL700dtttt7jnnnviu+++K/ZaderUiUMOOSRq1apV4n0VVuPGjXNuOSyOlJSU6N+/f/z1r38t85+XRx11VGRlZcXtt9+e8AsGpSk1NTWOP/74uPfeexPqDRs2rPDbEwEAAAAAKtoVV1wRLVq0iNtvvz0p/DZv3rwYPnx4mfQ9+OCD48Ybb4wbb7wx4b1ZVlZWfPzxx/Hxxx/nO7dq1apxzz33JB14WB522GGHeOGFF+JPf/pT0uGeq1evjnfffTfefffdEve59tpr45tvvomZM2cm1BcsWBBPP/10gXPT0tLivvvui+rVq5d4HwAAQMURmgMAAMpctWrV4uyzz47TTz89Ro8eHaNGjYpx48YVOkDXpEmT6NatW/Ts2TMOP/zwaNasWYn2k5KSEqeeemocf/zxMXTo0Bg5cmRMnDgx1q1bV+C8KlWqxA477BB77rln7LffftGzZ88ih7BOOeWUOPLII+Nf//pXvPPOO0kvaTZXrVq16NGjRxx//PFx0EEHFalPXns/+eSTo1+/fvH+++/Hu+++Gz/++GP8/PPPsW7duqhdu3a0adMm59/x5uG8vIKFFRUCSklJiUsuuST23XffeOSRR+Ljjz+OTZs25flsjRo1om/fvnHWWWfF9ttvX2Z7uuCCC6J3797x8MMPx4cffpjvSaBt27aNo48+Ok499dRIS0srs/1srbbddtt47LHHYtKkSfHss8/GJ598EkuXLi1wTqNGjWKvvfaKww8/PPbdd99y2umWpaamRnp6elSrVi0aNGgQjRs3jtatW0fbtm2jS5cu0b1793INeBVVv3794p577snza7Wkt8zltu+++8a+++4bY8aMiWHDhsUXX3xRqBfwrVu3jj333DP23nvv2G+//cr9pfTIkSNjypQpMXbs2Bg/fnxMmjSpUIHjRo0axcEHHxzHHnts7LDDDuWw018cc8wxceihh8aoUaPi888/j++//z4WLlwYGRkZsXbt2lLp0a1bt6TawIEDIz09vVTWBwAAAAD4LRs0aFDsuOOOcccdd8RXX31V7HWqV68effv2jW222aZQzx9//PFRu3btuOWWWwodgKtXr17cddddsd9++8WwYcOKvdeS6Ny5c7zyyitxxx13xBtvvJHv+76CbOnAxTp16sSQIUPioosuiokTJxZ63aZNm8Y//vGP6NmzZ4wbN67I+wIAALYeKdmFPZofAACglC1YsCBmzpwZ8+fPjxUrVsTatWujatWqUbdu3ahbt27Uq1cvOnToUOKQXGGsX78+vv3221i4cGEsX748Vq5cGampqVGrVq1o0KBBtG3bNtq2bRvVqlUr1b5z586NqVOnxrJly2LZsmWRlpYWDRs2jKZNm8Yuu+wSNWrUKNV+xfHPf/4zHn300ZxxWlpaTJgwYasISqxcuTK++uqrmDdvXs6f2a9/XjvttFOp7XHYsGFx9dVXJ9Tef//9aNWqVUJt9erVMXHixJg1a1asXr06qlevHk2bNo0OHTpEp06dSmUvlUV2dnZ89913MXv27Fi6dGmsWLEi53uuRYsW0b59+2jdunWp3w5IxcrOzo5p06bFTz/9FMuXL49ly5ZFdnZ21KpVK+rUqRPbbrtttG/fPurWrVvRW02wadOmmDt3bsyePTvmzZsXq1evjjVr1kR6enrUrl07mjRpEp07d076mVCZXH755fHGG2/kjKtUqRKjRo2K1q1bV+CuAAAAAIDKaM6cOdG3b9+E2tFHHx233XZbmfV8+OGH47777kuoPfPMM9GrV68irzV+/Ph48cUXY9y4cbFo0aItPt+0adPYc889Y6+99oq+fftGnTp1itxz6dKl8dBDD8Vbb72V76GFderUif79+8e5554bjRs3jojCvwPL7aqrrkq4Qa9ly5YxevToIu87ImLGjBkxZMiQ+Oijj2L+/PkFPlunTp3Yc88945BDDokDDzywUO8CN2zYEC+//HL861//ip9++inf51q2bBlHH310nHLKKVG7du2IiBg3blyccsopCc8V5uvigQceiAcffDChNm3atC3uFQAAKF1CcwAAABToyCOPjO+++y5n3LVr1wo7dbKiFPeFIUBlsHTp0thvv/1i/fr1ObV99tknnnzyyQrcFQAAAADA1u/HH3+MGTNmxPLly2P58uWRlZUVtWrVitq1a0erVq2iXbt2W7wxrSiysrJi4sSJMWfOnJzAXoMGDaJDhw7RrVu3SEtLK7VeZWHGjBkxc+bMnANHU1JSolatWtG0adNo165dtGnTJlJTU4u9/syZM+Pbb7+NZcuWRWZmZtSsWTOaNWsWnTt3jnbt2pXiZwIAAGwNqlb0BgAAANh6ffzxxwmBuYiInj17VtBuAKgIL7/8ckJgLiJi0KBBFbQbAAAAAIDfjrZt20bbtm3LrV/VqlWjR48e0aNHj3LrWZrat28f7du3L7P127VrJxwHAAC/I1UqegMAAABsnZYtWxbXXXddUv3YY4+tgN0AUBEyMzPj6aefTqhtt912sd9++1XQjgAAAAAAAAAAYMuE5gAAACq5xx57LGbMmFGkOTNmzIiTTjop5s2bl1Dfa6+9yvR0RwC2Lvfff38sXbo0oXbqqadGlSr+WhEAAAAAAAAAgK1X1YreAAAAAGVr+PDh8c9//jO6d+8effv2jV69ekXHjh2jevXqCc+tXr06vvnmmxgxYkS8+eabsWHDhoSP16xZM66//vry3DoAFWT58uXx2GOPxb/+9a+EesuWLeOYY46poF0BAAAAAAAAAEDhCM0BAAD8DmRnZ8eECRNiwoQJERGRmpoaDRs2jDp16kRExMqVK2Pp0qWxadOmPOenpKTEDTfcEG3bti23PQNQfv7617/G5MmTIyJi2bJlsWjRosjOzk567s9//nOkp6eX9/YAAAAAAAAAAKBIhObY6ixfvjwmTpwYs2fPjoyMjEhPT4+mTZtGly5don379mXSMyMjIyZOnBizZs2KlStXRtWqVaNx48bRuXPn2GGHHSIlJaVM+gIAQEXZuHFj/Pzzz/Hzzz9v8dmaNWvGXXfdFQcccEA57AyAijB79uz47rvvCnymf//+ccghh5TTjgAAAAAAAAAAoPiE5kiybNmymDx5cnz77bfxzTffxOTJk5N+kfaCCy6ICy+8sFT7jh8/Ph599NH49NNPY+PGjXk+s91228VJJ50UJ5xwQqSlpZW457Rp0+KRRx6J9957LzZs2JDnM02bNo3jjjsuzjjjjKhZs2aJewIAQHnr3bt3LFmyJFauXFmkeWlpaXHkkUfGueeeG61bty6j3QHwW9CvX7+49dZbK3obAAAAAAAAAABQKEJzRETEv/71r5yQ3E8//VSuvTds2BC33357PP/881t89n//+1/cdttt8corr8QDDzwQbdq0KVbP7OzseOSRR+Khhx6KrKysAp9dtGhRPPDAAzF06NC47777YqeddipWTwAAqChXXXVVXH755TFx4sSYMGFCTJkyJebMmROLFi2KjIyMWLduXVSrVi3q168f9evXjy5dukSPHj3i//7v/6Jp06YVvX0AKkD16tWjWbNmscsuu8TAgQOjV69eFb0lAAAAAAAAAAAotJTs7Ozsit4EFa9z585Fer60bprLysqKiy66KN5///0iz23YsGE899xz0b59+yLPvemmm+Lf//53kedVr149nnzyyejZs2eR5wIAAAAAAAAAAAAAAABlz01zVKh77rknKTDXoEGDOOmkk+KAAw6IFi1axPLly2Py5MkxZMiQ+Oabb3KeW7p0aZx77rkxfPjwqF27dqF7Pv/880mBuZo1a8bxxx8fhx56aLRu3ToyMjJi+vTp8dxzz8Unn3yS89zatWvjggsuiNdeey1atGhRzM8aAAAAAAAAAAAAAAAAKCtumiMikm+aq1mzZnTr1i26desWO+64Y1x66aUJHy+Nm+a+++676N+/f2z+JdixY8cYPHhwNGvWLOn57OzsuP322+Ppp59OqJ9xxhnxl7/8pVA9Fy9eHAcccECsWbMmp9asWbMYPHhwdOzYMc85Tz31VPz9739P2OfBBx8c999/f6F6AgAAAAAAAAAAAAAAAOXHTXNERMROO+0UO+64Y84/7dq1iypVquR8PHdorjTce++9CUG0WrVqxRNPPJFnYC4iIiUlJa655pqYM2dOwu10//73v+O0007Ld97mHn300YTAXGpqajz88MP5BuYifgnlzZ8/P5555pmc2qhRo2LKlCnRtWvXLfYEAAAAAAAAAAAAAAAAyk+VLT/C78Err7wS119/fRx11FHRoUOHhMBcWZg6dWqMGTMmoXbRRRdFixYttjj3xhtvjOrVq+eM165dG4MHD97ivMWLF8eLL76YUBs0aFB069Zti3MvvfTSaNq0ac44Ozs7Hn744S3OAwAAAAAAAAAAAAAAAMqX0BwV4u23304Y16xZM44++uhCzW3atGkcdNBBCbV33nlni/Pef//92LBhQ844JSUlTjnllEL1rFmzZgwcODCh9uGHH0ZGRkah5gMAAAAAAAAAAAAAAADlQ2iOCvH+++8njA888MCoXbt2oecPGDAgYbxgwYKYPHlykXrutttu0bp162L3XL9+fXz88ceFng8AAAAAAAAAAAAAAACUPaE5yt28efPihx9+SKjtvvvuRVqje/fukZaWllD74IMP8n1+/fr18dlnn5Wo57bbbhvNmzcvdE8AAAAAAAAAAAAAAACg/AnNUe6mTZuW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AAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYA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hOaoELVr14777rsvatasmVP76aefon///nH77bfH+PHjY8WKFZGVlRWrVq2KSZMmxb333htHHHFETJkyJWdOkyZN4vHHH49atWrl22vRokUJ49zht8LaZpttEsbr16+P5cuXF2stAAAAAAAAAAAAAAAAoGxUregN8Pu18847xwsvvBBXXHFFfP/99xERkZmZGUOGDIkhQ4YUODclJSUOOuiguP7666Nx48YFPrv5rXQRvwT2iiOvYF5mZmY0atSoWOtVtA0bNsSGDRsqehsAAAAAAADFlpaWVtFbKHPe6QAAAAAAAL91FfFOR2iOCrX99tvHiBEj4s0334xhw4bFZ599tsU5e+65Z/z1r3+Njh07FqpH7tBc9erVi7XXvOZlZGQUa62twdSpU2PJkiUVvQ0AAAAAAIBi22233Sp6C2XOOx0AAAAAAOC3riLe6VQp946Qy6xZs+Lzzz+PqVOnFur5zz77LE477bR44oknYt26dVt8fs2aNQnj9PT0Yu0zr9Bc7kAeAAAAAAAAAAAAAAAAULHcNEeFycrKivvuuy+efPLJ2LRpU049LS0tunXrFu3bt486depERkZGzJo1KyZNmpQTklu8eHHcfffd8frrr8dDDz0U2267bUV9GgAAAAAAAAAAAAAAAMBWRGiOCrFx48a4/PLLY+TIkTm1lJSUOOmkk+Lcc8+Nxo0bJ81ZuXJlDBkyJB577LHIysqKiIjp06fHqaeeGi+++GI0a9Ysz141atRIGK9fv75Ye167dm1SrWbNmsVaCwAAAAAAAAAAAAAAACgbQnNUiCeffDIpMPf3v/89+vXrl++cunXrxkUXXRQ9evSIs88+OzZs2BAREfPmzYu//vWv8eSTT+Y5L3ewLa/wW2HkNa9WrVrFWmtrsMMOO0TLli0rehsAAAAAAAAUwDsdAAAAAACAohOao9wtXbo0Hn744YTaoEGDCgzMbW6vvfaKiy++OO6+++6c2kcffRTjx4+PHj16JD2fOzS3evXqYuw6IiMjY4tr/5akpaVFWlpaRW8DAAAAAACAAninAwAAAAAAUHRVKnoD/P68/vrrCbe2paSkxNlnn12kNU4++eSoU6dOQm348OF5Ptu0adOE8YIFC4rU61fz589PGKenp0f9+vWLtRYAAAAAAAAAAAAAAABQNoTmKHdffPFFwnj77bePZs2aFWmN6tWr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AAAAAAAAgNFTmiMRv/nNb+LVV1/tH9fV1cXSpUvH7X7r1q0rGZ900knR2Ng45PXnnntuyXjPnj3x2GOPjUk2AAAAAAAAAABgYsjn8zF37twB/8vn80nHAwAAAIZIaY5E3HfffSXj008/Perq6sblXnv27InHH3+8ZG7x4sXD2uOoo46KOXPmlMw98sgjo40GAAAAAAAAAAAAAAAAjDGlOcqur68v/vM//7Nk7uSTTx63+23ZsiX27NlTMveud71r2PvsvWbjxo2jygUAAAAAAAAAAAAAAACMvVzSAciel156KXbt2lUyd8IJJ5SMOzo64sknn4yXX345CoVCTJ8+PQ499NA48cQT93nsUO63t3nz5g07995rXn755WHvAQAAAAAAAAAAAAAAkFX5fD6ampoGvNba2hqNjY1lTkRaKc1Rdr///e/3mXvLW94SERHt7e3xla98JX7+859HT0/PgOsbGhriYx/7WFx22WUxbdq0A95v8+bNJeOampqYPXv2sHPPmTOnZFwoFKK9vX1EewEAAAAAAAAAAAAAAADjozrpAGTP3iW2SZMmxZQpU+IXv/hFfOQjH4mf/vSngxbmIiK2bdsWt956a5x55pnxm9/85oD327p1a8m4oaEhampqhp37iCOO2Geuvb192PsAAAAAAAAAAAAAAHBg+Xw+5s6dO+B/+Xw+6XgATGA+aY6ye/3110vG9fX1sW7duli+fHm8+eabQ95n586dcfnll8cXvvCF+OhHPzro47q6ukrGU6dOHVbe/a0rFAoj2msi6Onp2W85EQAAAAAAYKKrra1NOsK48zsdAIDy2t97L+/N9pWF9+SVyNcpAGni/dnweH82Mfk6LeXPdTYl8fqkNEfZdXR0lIzfeOON+MxnPtNfmDvooIPi7/7u7+L9739/HHvssTFlypTYunVrtLa2xh133BGbNm3qX1ssFuO6666L448/PhYuXDjg/fYuzR100EEjyj3Qur33riR/+MMf4rXXXks6BgAAAAAAwIiddNJJSUcYd36nAwBQXu3t7YNe27BhQ+zYsaOMaSa2XC4XixYtSjoGA1i/fn0Ui8WkYwDAmPD+bOi8P5u4vD8r5c91NiXxOx2lOcqus7OzZPznxbO5c+fGmjVr4thjjy15TGNjYzQ2NsY555wTN954Y9x777391/bs2RPNzc3xb//2b1FVVbXP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AFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyqpT3BAAAAEhdf/3rX+OVV17ZdNysWbP44IMPynFG8IsxY8bE22+/HePHj4/Zs2fHihUrYs2aNQnn/Otf/4qePXuW0wypCIYNGxbXXXddQu3999+P5s2bl9OMAAAAAACA7dWDDz4YDz30UEJt8uTJ5TQbAAAof0JzAAAAQIWxYMGCuPrqq2PUqFHlPRUAAAAAAAAAAABKidAcAABsh2bPnh2HH354vo/ts88+8dxzzxW579GjR0evXr0Sapdeemn07du3yH1Cacq7m11ZevbZZ6NHjx7lMjaFt3jx4jj55JNj4cKF5T0VAAAAAAC2I1tam8tPtWrVonbt2lGrVq1o1apVdOzYMfbee+/o0aNHVKpUqRRnSlkYNmxYXHfddQU6t2rVqlG1atXIyMiI+vXrR/369WOXXXaJ1q1bR6dOnaJz585RrVq1Up4xAABAxSQ0BwAAKWbUqFHx4YcfxiGHHFLeUykz+S1Mvf/++9G8efNymhGwLbrhhhvyDczVqlUrGjVqFOnp6Ul1+LUvv/wyevfunVATngUAAAAA8lqzZk2sWbMmFi9eHDNmzIgRI0ZERESzZs3ijDPOiN69e0eVKn66VxGsXbs21q5dG9nZ2bF48eKIiPjiiy82PV61atXo0aNHHH300XHMMcdERkZGeU21WKzXFo2/GwAAlC7/5Q0AACno7rvvjoMOOsidKgH+nx9//HHTjxI2atmyZfzjH/+Ibt26RVpaWjnNDAAAAACAimLOnDlxxx13xBtvvBH33HNPtGzZsrynRDlbu3ZtfPrpp/Hpp5/GnXfeGb169YoLLrhguw3PAQAAbEuE5gAAIAVNmTIlXn311TjxxBPLeypQ6po0aRLt27cvVJtZs2ZFdnZ2Qq1FixaFXoC0YLn9eP/99yM3Nzeh9tBDD8Wuu+5aTjMCAAAAAGB7lpGRES1atMj3sdWrV8fSpUtj+fLl+T4+ceLEOOecc+LFF1+Mxo0bl+Y0KSMNGzaMhg0bJtU3bNgQmZmZsXLlysjKyooNGzZsto/ly5fHww8/HC+//HLccccdsd9++5XmlAEAAFKe0BwAAKSoBx54IH73u99FtWrVynsqUKouu+yyuOyyywrV5swzz4xRo0Yl1AYMGBA9evQoyamxDRk/fnzC8W677SYwR7k78cQTBdwBAAAAYDvVqVOneO6557Z4zqxZs+J///tfPPPMM7F06dKEx+bOnRuXXXZZDB06tDSnSRk59dRTo2/fvls8Jzc3N2bNmhXjx4+Pb7/9NoYPHx5z5sxJOm/BggVx7rnnxvXXXx9nnnlmaU2ZFNS3b9+tvg8BAKAiqVTeEwAAAErHvHnztrpQB1BRzJs3L+G4VatW5TQTAAAAAAAqihYtWsTFF18cr7/+enTp0iXp8XHjxsVbb71VDjOjPKSlpcUuu+wSv//97+P666+P4cOHx7/+9a/Ya6+9ks7dsGFDDBgwIIYMGVIOMwUAAEgNQnMAAJAiDjrooKhRo0ZC7bHHHovly5eX04wAth0rV65MOM77fQkAAAAAAKVlxx13jEcffTR23HHHpMfsNFdxVapUKXr27BmDBw+Oyy+/PCpXrpx0zoABA2LcuHFlPzkAAIAUIDQHAAApolGjRtG7d++E2vLly+PRRx8tpxkBbDtycnISjtPS0sppJgAAAAAAVET169eP888/P6n+9ddfx6pVq8phRmwrKlWqFBdffHE89NBDUalS4k86165dGzfccEOsX7++nGYHAACw/apS3hMAAABKzgUXXBBDhw6NZcuWbao9//zz0bt372jcuHG5zGn58uUxffr0mDlzZixfvjyys7OjRo0ascMOO0SDBg2iS5cuUbdu3XKZ2/YsNzc3pk6dGlOnTo2FCxfGqlWrolq1arHLLrtEz549C9R+zpw5MX369Jg3b15kZmbG2rVro3bt2rHDDjtEixYtokOHDlGliv9sLKqff/45JkyYELNnz46VK1dGWlpa1KtXL3r27Bn169ffavtt6bOzevXqGDduXEyfPj1WrFgR1atXj3r16sVuu+0W7du3L7EA2vr162PGjBkxZcqUWLJkSWRlZcX69eujRo0aUbNmzWjSpEk0b948WrRokbRoXN5+/PHHmDZtWvz888+xbNmyqFGjRjRo0CAaN24cXbp0iapVq5b6HFatWhXjx4+PmTNnxrJly2L9+vVRu3bt6NGjR+y6666F7m/u3LkxYcKEmDt3bmRnZ0fNmjVjl112iT333DN22GGHAvczbdq0+O6772LRokWxdu3aqF+/frRo0SK6detWot8xWVlZMX369JgxY0YsW7YssrKyIj09PerUqRMNGjSITp065XsX51SzatWq+Oabb2LhwoWxZMmSyMnJiXr16kWDBg2iQ4cOZfa/B2bMmBETJ06MBQsWRE5OTtStWzcaNWoU3bp1K9T7Z2uWLVsWkydPjlmzZkVWVlZkZ2dH1apVo0aNGlG/fv1o3rx5tGzZMurUqVNiYwIAAABAUR1xxBFx2223JdRycnJi6tSp0aVLlwL3U9bXpBcvXhyTJk2KuXPnRmZmZqxevTqqVasW1atXjx133DGaNWsWLVu2jJo1a5bYmBuvdS5evDiWLFkSq1atirp160b9+vWjffv2sfPOO5fYWNuKww47LPr06RMPPvhgQn3KlCnxyiuvxMknn1ys/nNycuLbb7+NBQsWxJIlSyIzMzPq1KkT9evXj7Zt20bbtm2L1X9Zmjt3bkyePDmWLFkSS5YsicqVK0e9evWiUaNG0bVr1xJ9L+Y1Y8aMmDZtWixdujSWLl0aubm5UbNmzWjUqFG0bt06WrZsme+ugdurFStWxPjx4zd9FtevXx8NGjSIBg0aROfOnQu07lkSpkyZEt99910sXrw4NmzYEPXq1YvGjRtHt27dIiMjo0zmAADA9sevHwEAIIXUrl07Lr744oTFtjVr1sT999+ftABXWtasWRMff/xxfPLJJ/Hll1/GjBkztnh+WlpatG3bNk488cQ45ZRTCryA8de//jVeeeWVzT5++OGHb7WPSy+9NPr27ZtUb9euXYHOK+wcmzVrFh988MEW28yePTtp7rfddluceOKJERGxdOnSeOqpp2LYsGGxaNGipPbNmjXbbGhu/vz58e6778bnn38eX3/9dSxfvnyLc6lRo0Z07949zjrrrPjNb36zxXMrkjPPPDNGjRq16XifffaJ5557LiJ+CSO+8cYb8fzzz8c333wTubm5Se132WWX6NGjR1K9rD47v/bggw/GQw89lFCbPHnypv9/1qxZ8cgjj8Rbb7212bvcNmzYME477bQ499xzi7wgNWHChHjxxRfjnXfeiZUrV271/Fq1akWXLl3i4IMPjt/+9rdJIaD8Pkd5vfLKK1v8Dnn//fejefPmW+xjwYIF8cQTT8T7778fc+bM2ex5NWvWjP322y969+6d72u/NVt7ncaOHRuDBg2Kjz76KGlHvYhfvsN+HZrb0ns4IuLNN9+MQYMGxYQJE/KdT3p6ehx99NFx5ZVXbjaAlZOTE0OGDInnn38+Zs6cme85derUidNOOy0uvvjiqFGjRr7nbMm6deviiy++iA8//DBGjRoVU6ZMyfcz92stWrSIY489Ns4888wCL+Lm9/f/tby7vObnD3/4Q9x+++1J9WHDhsV1112XUCvIey8/b731Vrz00kvx1Vdf5fs+2GjXXXeNo446Ks4555yoVatWocfZ0r+RGzZsiFdeeSWefvrpmDJlSr7tK1euHPvss09cfvnl0bVr10KPH/HL9+W///3veO211+Lbb7/d6vlpaWnRqlWr6N69exx11FHRo0cPoXAAAAAAykWzZs0iIyMjsrOzE+pLly7datuyuia90YoVK+KFF16I119/PX744Yetnl+5cuXYddddo0ePHnHUUUfFXnvtVeib7q1bty5eeeWVeOONN+Lrr7+OtWvXbvbcFi1axNFHHx3nnntuSt2gs0+fPvHuu+8mrANERDzzzDNFCs3l5ubGO++8E6+88kqMGjUq6b33a40aNYojjjgiLrzwwgLdgK0012vzs2DBgnj66afjww8/jOnTp2/2vKpVq8Yee+wRvXr1iqOPPrpEbv44adKkePbZZ2PkyJExb968LZ5bp06d2HfffePoo4+Onj17Rnp6esLjpfl329qaUkGtW7cuhg0bFq+++mqMGzduszsdpqWlRceOHePYY4+NXr16JT3Xrdna2nhOTk688MIL8eyzz272e69q1apxyCGHxBVXXBFt2rQp1PgAAKQ+vw4BAIAUc/rppyddNH711Vfj3HPPLdJOQ4XxzDPPxAMPPBCZmZkFbrNxx7Q77rgjBg4cGAMGDIgjjzyyFGe5/RoxYkT89a9/TdhJsKBOP/30GDNmzFYDJb+2atWq+Pjjj+Pjjz+OPffcM+67775y27Fwe7B48eK4/PLL46uvvip0223xszN48OC44447Ys2aNVs8b/HixfHggw/GsGHD4sknn4yWLVsWeIycnJwYMGBAvPTSS7Fhw4YCt8vMzIyRI0fGyJEj480334x///vfBW5bEtavXx8PPfRQPPXUU5sNE/5aVlZWDB8+PIYPHx4HH3xw3HTTTdG0adNiz2Pt2rVx2223xQsvvFCoz/bmZGZmxlVXXRUffvjhFs/LycmJ1157LT744IN48MEHY7/99kt4fNq0aXH55ZdvNjS10YoVK+LRRx+Nt99+O5555plo0qRJgef65ptvxi233FKgH5L82qxZs+Lhhx+Op556Kq655pro1atXodpvi7777ru48cYbCxQei4hNu5QOHjw4Lr/88jj11FNLZB4LFiyIyy67LMaOHbvF89avXx+ff/55fP7553HRRRfFFVdcUahxvvzyy7j++utj9uzZBW6Tm5sb06dPj+nTp8fQoUPj8ccfj4MOOqhQ4wIAAABASalVq1ZScGnFihWbPb88rkm/9dZbccstt8SSJUsK3Gb9+vUxadKkmDRpUjzzzDPx5ptvFirAMnz48Ljzzjs3eyO2vGbNmhWPPvpoDB48OK688sqUuN4b8UsI6dxzz41rr702oT5lypSYNGlStG/fvsB9jR49Om699daYOHFigc5fuHBhDB48OF566aU4//zzo2/fvlGpUqVCzb80rF69Ou6///4YPHjwVtetIn5ZPxk9enSMHj06Bg4cGHfddVfstttuRRr7p59+ittvvz3ef//9Aq/FrFixIt5999149913Y7fddovXX3+9SGOXl88//zxuvvnm+PHHH7d6bm5ubkyYMCEmTJgQzz77bFx//fVxxBFHlMg8fvjhh+jbt+8WA5IRv7ze7733XnzwwQdxww03xGmnnVYi4wMAkBrK/79oAACAEpWenh6XXXZZQm3Dhg1x9913l/rY33//faFCP3ktX748+vXrF4899lgJzio1vPnmm3HJJZcUKTAXEfH1118XK1QzduzYOOmkk2LSpElF7iOVLVq0KE499dQiBeYitr3Pzj333BO33HJLgRYeN5ozZ06cfvrpsWDBggKdn5OTExdeeGEMHTq0UIG58rZq1aro06dPPPzwwwX6cUJeH330UZxyyinF/iytX78++vXrF4MHDy6xwFzv3r23Gpj7tZUrV8bFF18c33///aba999/H6effvpWA3O/NnPmzDjzzDMLtMvgRtOmTSt0YO7XVq1aFbfcckv079+/yH1sCz7++OPo1atXgQNzv7Z06dLo379/DBgwoNifwZ9++in++Mc/bjUwl9fAgQPj3nvvLfD5H330UZx//vmFCswBAAAAwLYmv/WAOnXq5HtueVyTfumll+KKK64oVGCuOHJzc+OBBx6IPn36FDgw92uZmZlxyy23xI033rjZ3bC2N7/73e+ifv36SfXCXMMfOnRonHXWWQUOzP1aTk5OPPzww9GnT58t7kxXFhYtWhRnnnlmPPnkk4Vat9po8uTJceqpp8ZHH31U6LZffPFFnHzyyTF8+PAir8VkZWUVqV15efnll+P8888vUGAur7lz50bfvn3jiSeeKPY8xo8fH6eccspWA3O/tn79+rjpppvK/GabAABs2+w0BwAAKei4446Lp556KiHIMGLEiPjqq6+ie/fuZTaPVq1aRfv27aNNmzax4447Rs2aNaNq1aqRlZUV8+bNi++++y4+++yzWL169aY2ubm5cc8998Ruu+0WhxxyyGb7btKkyaY7KS5fvjzmzZuX8HibNm2iatWqW5xfw4YNi/7kytDUqVPj+eef3xRqqFy5cnTr1i323XffaNy4cVSvXj0WLFgQ3333XcJrvjnp6enRqVOnaNu2bbRq1Srq1KkTNWvWjPXr18fKlStj+vTp8fXXXyctoi1evDj69esXw4YNi1q1apXKc90ebdiwIS6//PL46aefNtV23nnnOOSQQ6JVq1ZRr169WLZsWcyePTvefffdAvVZmp+drRkyZEg8+uijm47r168fBx10UHTu3Dnq168fa9asiZkzZ8bw4cNj6tSpCW1//vnnuPHGGxPab85jjz0Wn3/+eVK9SZMmccABB0Tbtm2jQYMGUa1atVi1alVkZWXFzJkzY+rUqTFu3LgtLtJWrVo16U6r06ZNi7Vr12463mGHHba4s1l+3x8bNmyISy65JEaOHJn0WM2aNePQQw+NLl26xI477hiZmZkxY8aMGD58eNIi/8KFC+OMM86IYcOGRYsWLTY7hy154IEH4oMPPth0XLdu3TjwwAOjc+fO0aBBg1i9enXMnz8/Pvnkk0hLS9tqf9dee23CZ75jx45x0EEHRfPmzSMjIyMWL14cX3zxRYwYMSIhYLVq1aq49tpr45VXXomlS5fGn//8503h3qpVq0aPHj2iR48e0ahRo6hSpUrMmTMn3n///fjmm28Sxv/pp5/i7rvvjptuuqlIf49mzZrF7rvvHm3bto2ddtopatasGdWrV4/s7OxYuHBhfP/99/Hpp58mBfOGDBkSu+222xbvQNywYcNN76fs7OyYNWtWwuMtWrSIjIyMLc6vMLvoFdQXX3wRF198caxbty7psd133z0OPfTQaNasWVSvXj0WLVoUo0aNik8//TRycnISzn3uuediw4YNceONNxZpHllZWXH++edvCsympaXFnnvuGfvvv380adIkMjIyYunSpTFmzJh47733kn7U8Pjjj8dhhx0We+yxxxbHWbJkSVx77bVJ869SpUrsvffeseeee0azZs2iZs2am+b1888/x9SpU+O7774r1MI6AAAAAJSWOXPm5Ht9u169ekm18rgmPX369LjllluSAkLVq1ePfffdNzp37hxNmzaNjIyMWL9+fWRmZsaiRYti6tSp8e2338acOXMK8mdI0L9//xg6dGhSvW7durH//vtHx44do0GDBlG9evVYuXJlTJ06NT755JOkUM/QoUOjdu3acc011xR6DtuaqlWrRvfu3eOdd95JqBf0xmWPPfZYvjdUzcjIiP333z86d+68af1p5cqVMXPmzBg5cmTS2uAHH3wQ//d//7fZm5+V9nrt4sWL45RTTsn3fbXbbrtF9+7do23btptCpz///HOMGzcuPvroo4SwWlZWVvTt2zeGDBkSHTp02OJ8Nvrwww+jT58++V6Dr1evXuy///7RqVOnqF+/fqSnp8fKlStj7ty5MWHChBg7duwWw3Lb6jr3q6++Gtdff31SPS0tLbp27RoHHXRQNGnSJCpXrhwLFiyIkSNHxpdffpkQVs3NzY1//vOfkZaWFuedd16R5jF//vy48847NwWMq1SpEvuQIQYNAAEAAElEQVTss0/06NEjdtppp6hWrVosXLgwvvzyy/joo4+SwrK33XZb7L///tG8efMijQ8AQGoRmgMAgBSUlpYWV111VZx//vkJ9bvuuivfRaeSHHfPPfeME088MQ466KBo3LjxVttkZWXFU089FQMHDtwUaMnNzY3rrrsuRowYEdWrV8+33WWXXbZpR71hw4bFddddl/D4Y489ljIXwp955plNF/v32Wef6N+/f7Rt2zbfczd3h8UaNWrEb3/72/jd734X3bt33+zf9demTp0at912W3z22WebajNnzox77rmnyOGKVDR27NhNr0/dunXjuuuui+OPPz7foNI111yTENzaqCw/O1tz6623RsQvC7L9+vWLs846K6pVq5Z03mWXXRbPPfdc3HbbbQkhqg8//DDGjRsXXbt23ewYa9asiUGDBiXUatSoETfccEP84Q9/iEqVKm1xjjk5OfHVV1/FsGHD8t3ZbqeddorXXnstoXbYYYclLKoedthhcfvtt29xnLyeeOKJfH+c8Kc//Sn+8pe/RO3atZMe+8tf/hIvv/xy3H777bFixYpN9ZUrV8ZVV10VL774YlSpUvjLM48//nhE/BKi/fOf/xwXXHBBvsGtSy+9dKt3Xh03btymIFLz5s3j73//e+y///5J5/Xu3TsmTJgQf/7zn2Px4sWb6pMnT4633nor3njjjU2vx/777x/9+/ePli1bJvXz5z//OV5++eW44YYbEhYyhw4dGhdddFGB3v8RvyyIn3zyyXHwwQfnO05eOTk5MXTo0LjvvvsS7uR8++23R8+ePWOnnXbKt91pp50Wp512WkREfPnll9G7d++ExwcMGBA9evQo0JxLytKlS+Mvf/lL0mJ906ZN4+abb46DDjooqc0555wT8+fPj/79+yfdjXjw4MGx//77R8+ePQs9lxdeeGHTe2yPPfaI/v37R8eOHZPO69WrV8yePTv69euX8MOL9evXxwMPPJD0nZDXkCFDknYXPOCAA2LAgAHRtGnTrc5z9uzZMXz48HjxxRcL8rQAAAAAoFS89957SbWqVavmu+5THtekBw0alHTjquOOOy6uu+66fHc+y+uHH36It99+u8A7Pb388stJa5d169aNK6+8Mk444YR81yciflkPGT58ePTv3z9+/vnnTfUnnngi9t577zj00EMLNP62rGvXrkmhuYLsGvf5558nhdyqV68effr0idNPP32LN8b88ssv429/+1vCzePefPPN2HvvvfO9+Vxprtdu2LAhrrrqqqTA3J577hnXXXfdZm/EdtZZZ8WKFSvi4YcfjqeffnpTAHTNmjXRt2/feO2117Z6c9CZM2fGNddck3QNvmHDhnHppZfGH//4xy1+jnJycuKTTz6JoUOHxg8//JD0+La4zj1z5sy4+eabk+q77bZb/OMf/4guXbokPXbBBRfEtGnT4vrrr49x48YlPHbvvffGPvvsE507dy70XAYOHLhp3eGggw6K//u//8t3Hejss8+OSZMmxSWXXJLwPsnOzo7HHnssbrnllkKPDQBA6tnyr9AAAIDt1oEHHhj77rtvQm3cuHFJiysl6frrr48hQ4bEn/70pwKHHmrWrBmXXnppPPbYYwmLC0uWLEkKvVRUG0MlRx55ZDz55JObDcxFxGYXDz/55JO4/fbb48ADDyxwmGrXXXeNJ554Ik466aSE+iuvvBLLly8v4OxT38bXp2HDhjF48OA44YQTNruzV1paWqSnpyfVt6XPzpo1ayI9PT0ef/zxuPDCCzf7nkpLS4vevXtvWtT7tZdeemmLY3z++edJd9Lt379/nHTSSVsNzEX8slviAQccEHffffem8Fhpmz17djzwwANJ9csvvzz+/ve/5/vjhI1OOumkePLJJ5MWYcePHx/PPvtskeazfv36qFSpUtx9991x2WWXbXGns829hhtt/AFEmzZtYsiQIfkG5jbq1KlTPPjgg0nv8VtvvTVGjBgRERHHHntsPP7441sMsp100knRt2/fhNqGDRvi1Vdf3eJcNzr77LPj9ddfj7POOqtAgbmIX943Z555ZgwePDjhtcjJyYnBgwcXqI9txT333JMUGG3evHm8+OKL+QbmNmrcuHEMHDgwjjvuuKTHbrjhhoTdKwtq48L1oYceGs8991y+gblfz/HJJ59MugPuyJEjY+7cuVsc5/333084bt26dQwcOLBAgbmNY5999tnx9ttvxz777FOgNgAAAABQkpYsWRJPPPFEUr1bt25J13jL65p03utw++67b9x5550FCsxFRLRt2zYuvfTS+OCDD2LnnXfe4rmzZ8+Ov//97wm1li1bxmuvvRannHLKFq9tp6WlxRFHHBEvv/xy0rrK3XffnbRT3vYov7DRokWLtnijvMzMzLj66qsTbnbYoEGD+Pe//x0XXnjhVsNiPXr0iGHDhkW7du0S6g8++GCsWrWqkM+geAYNGhRffPFFQq1Xr17x4osvbjYwt1GdOnXir3/9a/zjH/9IqM+ePbtAN1a75pprEkKnEb+sm/7nP/+J0047bas3Q0xPT4/DDz88HnvssSKvA5W1m2++OWntrlOnTvHCCy/kG5jbqE2bNvHss88m/S5h7dq1+e5aVxAb3+OnnHJKPProo1tcB2rfvn08/fTTSevf//vf/8r8PQsAwLZJaA4AAFLY1VdfnRRsuPfee5PuildStrRAtzX7779/0u49WwveVCTNmjWL22+/PapWrVqk9kV9bSpVqhT9+/ePJk2abKplZ2fHG2+8UaT+UtmAAQO2GGjckm3ts/OXv/wl9ttvvwKde9555yXt0PXpp59usc1PP/2UcFy9evX4/e9/X7hJ/j81atQoUrvCGjx4cNIugUceeWRcfPHFBWrfuXPnpMX/iIjnnnsuYbe1wjj77LPj6KOPLlLbvNLT0+Pee++NHXfccavn7rXXXknBrI138m3VqlUMGDCgQLvnnXvuuVGnTp2E2scff1yg+RbnM9O+ffu48sorE2r/+c9/itxfWcsvGFu5cuV46KGHChS6TUtLi9tuuy122223rfZbUM2aNYt//vOfWw1oRvxyl+g+ffok1DZs2JCwq2l+Zs+enXB8/PHH5xtC3pq0tLQi78QJAAAAAEW1ePHiuOSSS2LRokVJj/3pT39KqpXHNenMzMxYunRpQu3kk0/e7I0Ct6RKlSpbvX43aNCghFBLRkZGPPHEEwW+uWBERJMmTeKee+5JqE2dOjU++OCDwk14G7S5oOL8+fM322bIkCGxePHiTceVKlWKhx9+OCkEtyW1a9eOf/3rXwlrkkuXLi3TddtVq1bFoEGDEmqHHHJI3HjjjYV6P5500knxxz/+MaH2zDPPJO2m+GuffvppfPPNNwm1evXqxZNPPpmwXlpQZb1jXFFMmTIl6Rp9rVq14uGHHy7Qeky1atXioYceSlpjmjJlylbXDDenS5cuceONNxboZpstWrSIM844I6GWmZmZtPsdAAAVk9AcAACksM6dOycFKn788cdtNhxwwgknJBx///337gD3//Tr1y9q1qxZLmNXq1Ytfvvb3ybUxowZUy5z2Vb16NEjDj300HIbvyQ/OzvvvHP06tWrwOdXrVo1jjnmmITa/PnzN4Wo8pOVlZVwXLt27QKFrMrLmjVrkr43q1atGn/7298K1c8xxxyTtMPV3Llzk+7cWxAbdxosKccff3yhFs2PPPLIfOt9+vQpcJCxWrVqccghhyTUJk2aVCZ3AD7uuOMSFtZ//vnn+PHHH0t93JLwn//8J+lOwqecckrsvvvuBe6jSpUqccMNNyTVn3/++SLN6dJLLy1UkPF3v/tdVK5cOaE2ceLELbbJ+71Rt27dAo8HAAAAAOXlp59+isceeyyOO+64GDt2bNLjnTt3TrrGXl7XpPNeg4sovetwS5YsiWHDhiXUzjvvvK3uTpefbt26Jd0IcPjw4cWa37Yg703nNsrMzMy3npOTE88880xC7YQTToiuXbsWeuydd945jj/++ITae++9V+h+iurll19OCHBWqlSp0O//jfr06ZOwHrBo0aIthqkef/zxpNoNN9wQjRo1KtL424P81gYuvvjipJtmbknt2rXjqquuKlDfBXH11VcXau3wuOOOS6pNmDChSGMDAJBahOYAACDFXXHFFUm7kz300EPbZBitZcuWCcfr1q1zMTt+uZNf3tBaWdtll10Sjt2ZL9HJJ59cruOX5GfnpJNOKtBdG3+tS5cuSbUtBZDyLrIvXrw4Zs6cWagxy9K3334bK1asSKgddthhhVos3Oj0009Pqm1th638HHPMMSUapC3se7hDhw5JtZo1axb6uypvP1lZWbFgwYJC9VEUtWvXjgYNGiTU8t45dluV3/slv/fV1uyzzz6x6667JtSmTJmScBfigsjIyIhjjz22UG122GGHpH9XthZazPu98fXXXxdqTAAAAAAoaRMmTIjjjz8+3/876qijokePHtGzZ8+4++67873R3E477RT3339/0s5Z5XVNum7duklzKa3rcB9++GGsXr06oZZ3R7DCyHuDti+//LLIfW0rdthhh3zref9uG40dOzYWLlyYUCvO+lXev+k333yzxR3aStI777yTcLzvvvsWKVAZ8ctuhLvttltCbdSoUfmem5mZGV999VVCrVmzZuW+TlvaRo4cmXCcnp5epPfO7373u6Rr+V9++eVmd7fcnJYtW0aPHj0K1WbXXXeNjIyMhNr2crNEAABK17Z7G3cAAKBEtGjRIk455ZSEu7gtWrQonnrqqbjkkktKdez169fH2LFjY9KkSTFlypRYuHBhZGVlRVZWVoEvjs+dO7dU57g92GOPPaJ69eol2ufSpUvj66+/jsmTJ8f06dNj+fLlkZWVFatWrcp3l6fly5cnHM+fP79E57O9K+zCzdaU52ene/fuhW6T30LlypUrN3v+HnvskXCcm5sbV1xxRfzrX/+KJk2aFHr80pbfzopFXSA9/PDDIz09PWFhuSg7N5bke65GjRrRqVOnQrVp2rRpUq1r165JIe2tadasWVJtxYoV0bhx40L1k5ubGxMmTIiJEyfGlClTYv78+ZGVlRWZmZmxbt26fNvk/V7bHv69Wb9+fYwfPz6h1rp166TwW0H99re/jalTpybUxowZs9mdBPOzxx57RHp6eqHHbtGiRUyfPn3T8Za+MyJ+Cef++g7Yr7/+enTt2jVOP/30pB/yAAAAAEBZyM7OjkmTJhWp7e677x73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H/7wh3j00Ufjq6++itzc3M2en52dHe+991689957sdNOO8Ull1wSp5xySqHveg0AAAAAZam8r0nXr18/nnzyyXjrrbfiiSeeiIkTJ26x/2XLlsV///vf+O9//xutWrWKK664Io466qjNnl/YG3dVVHl3+4uIaNSo0WZvDra5nem2N+X5PDIzM5NqxbkGvz3I77ugON8529u6AwAAqa/i/sIKAAAqoD/96U/xzDPPxIwZMzbV/ve//8W5554bHTt2LFbft912W1LtxBNPjOuuu67Ad6Pb3u/4uC2aPHlyvPzyywm1jIyMuPnmm+P3v/99gYMDXpvSU9E/O3Xr1o0rr7wy+vXrF59//nmMHDkyRo8eHd9///1mdzPMzc2Nd955Jz777LO477774sADDyzVOdasWTPheNWqVcXqL7/2ecdg8+66667IyclJqB144IFx6623RqNGjQrcz/b4ucnvfZKdnV3k/rbX9+JvfvOb+M1vfhNz5syJDz/8MEaNGhVjxoyJhQsXbrbNggULon///vHhhx/GAw88YNc5AAAAALZZ28I16bS0tDjmmGPimGOOiWnTpsVHH30Uo0aNirFjx25x16gff/wx+vXrF6eeemrcdNNN+a5DVa9ePam2xx57xL///e+tP5kKJL8bYnbo0GGz51erVi1hXaVhw4bx2WeflcbUSlV+74+bbropTjvttFIfu1atWkm17Ozs7eK6eVHl99yK852zva47AACQuoTmAACgAqlSpUpcccUVcdlll22q5ebmxl133RVPPfVUkfudOXNmTJgwIaF26KGH5hsG2pJUu7Pk5gI/ZenNN99M2oXnjjvuiCOPPLJQ/aTaa7Ot8Nn5/1WpUiUOPPDATQG4nJycGD9+fIwZMyY++eSTGDNmTKxbty6hTWZmZvTr1y+GDRsWrVq1KrW55Q0vrly5slj95dd+hx12KFafFUV2dnaMGDEiodaxY8d45JFHomrVqoXqa3u8625+75PivB/z+xtsT+/FZs2aRa9evaJXr14RETF37twYPXp0jB49Oj766KOYP39+UpsRI0bELbfcEgMGDCjr6QIAAABAgWxr16TbtGkTbdq0iXPPPTciImbMmBGjR4+OUaNGxccffxxLly5NajNkyJBo3LhxXHzxxUmP1alTJ6pUqZJwzT8V1jlKUk5OTnz99ddJ9b322muzberVq5ewU9r2+jetW7duUq2snkt+Y69YsSKlQ1/5fRcUZ/0kv7b5/V0BAKCsVCrvCQAAAGXrt7/9bXTp0iWhNnLkyGLdaTC/tn369Cl0Pz/99FOR51CSqlRJvL9I3qBOQW3pTptlZeTIkQnHu+66a6EDcxHbzmuTalLts1OS0tPTY++9944LL7wwnnvuufj000/j6quvTvqxQHZ2dtx///2lOpf69esnHK9duzZmzZpV5P5++OGHhONKlSptV0Gl8vTVV18l7TJ34YUXFjowN2/evG0i2FxYed+LERHTpk0rcn9534sRv/ywYnvVtGnTOO644+KWW26Jjz76KJ599tn4zW9+k3Tef/7zn5g6dWo5zBAAAAAAtm5bvybdsmXLOPnkk+POO++Mzz77LAYOHBidO3dOOu/RRx+NJUuWJNXT0tKSrkMuWLCgyOtxqei1117Ld53xsMMO22ybhg0bJhyvXbs2Fi5cWNJTK3V5n0fELzdMK6+xJ0+eXCZjl5f81gSsOwAAkEqE5gAAoAK65pprkmp33XVX0o5kBZV3J5dq1arluzi2NWPHji3S+CWtVq1aCce/vitjYRRnAbOkzJs3L+G4W7duRepn3LhxJTAb8kq1z05pqlevXlxwwQUxdOjQpDt6fvjhh0lBqpLUoUOHpFreHQILKicnJ2mBddddd4309PQi9VfR5Ldz2N57713ofrbXz0zLli0jIyMjoVbU92JExLfffptU69SpU5H729b06NEjBg0aFKecckpCPTc3N957771ymhUAAAAAbNn2dE26cuXKceihh8aQIUPioIMOSnhs1apV8cknn+Tbbo899kg6d+LEiSUyp+3dhg0b4plnnkmqd+zYMdq2bbvZdnlvmhoRMXr06BKdW1no1KlTVKqU+LPWr776qkzG7tq1a1JtzJgxZTJ2eenYsWNSraTXHfIbAwAAyorQHAAAVED77LNPHHzwwQm17777Lt54440i9bd06dKE46LenfKtt94qUrvKlSsn1TZs2FCkviIiateunXBclF28FixYsE2E5vLehbJu3bqF7mPy5MnFuqMgm1fen53tUevWrePkk09OqK1atapUP2977bVXUu3tt98uUl8jRoyINWvWJNT23HPPIvVVEeX9zEQU7XOzrfx7U5Tx8/7wYfr06UXeNe2dd95JqqXi+/GKK65Ieu1S/e7AAAAAAGy/tsdr0lWqVImrrroqqb6563D7779/Uu3dd98t8Xltjx544IF8r/n27t17i+0OOOCApFpZ/k1L6vp53bp1k0JW06dPz3cHs5LWrVu3qFKlSkLtjTfeiPXr15famOW97tCwYcPYeeedE2pffvllvjsdbk1OTk588MEHCbWMjIxo165dcaYIAADFIjQHAAAV1FVXXZV0l7777rsv1q5dW+i+atSokXC8YsWKQl/MHzVqVJHvIJl316mIiOzs7CL1FRHRqlWrhOMJEyYU+vkMHTq0yOOXpLyvTX6Bk615+umnS2g25FXen53tVevWrZNqK1euLLXxunTpEnXq1EmojRgxIhYsWFDovl544YWk2m9+85siz62iyfuZiSj899qsWbPi/fffL9L4eXcijYjIysoqUl9Fld/7ZciQIYXuZ/To0TFlypSEWrt27aJhw4ZFntu2ql69elG/fv2EWlF3kQUAAACA0ra9XpPO79r95q7DHXLIIUlhoSFDhsSKFStKZW7bi+HDh8fAgQOT6rvvvnscd9xxW2zbvXv3pBuDvvvuuzFjxoySnOJmleR67eGHH55Ue+yxx4rUV2HUqlUr9t1334TanDlzSvXmlSW9zl0Ueb8TcnJyYtiwYYXu580330wK2+277775BgMBAKCsCM0BAEAF1a5duzj++OMTarNnz44XX3yx0H3tuOOOCcerV6+O0aNHF7j9qlWr4oYbbij0uBvlt8tQUXaH2yjv3Qt//vnn+Pzzzwvcfu7cufHcc88VefySlPe1GTlyZKFCWSNHjoxXXnmlpKfF/1Pen53t1aJFi5JqeQMxJSk9PT1pd7ucnJy49dZbC9XP22+/HV988UVCrVmzZnHYYYcVe44VRd7PTETEZ599VuD2GzZsiOuvv77Id4XN+0OViF/+7SxLJ510UlSrVi2hNmTIkJg0aVKB+1i3bl38/e9/T6qfeeaZxZ7ftmjNmjWxfPnyhFq9evXKaTYAAAAAsGXb6zXphQsXJtU2dx2uWbNmSeuUmZmZcd1110Vubm6pzG9btmHDhnj44YejX79+Sc8/PT09BgwYkHQz1LwyMjLi7LPPTqitX78+rrnmmsjJySnpKScpyfXaM844I+l6/H//+9947733itRfYVxwwQVJtQEDBuT7/i4JJb3OXRSnn356Uu3hhx8u1HPOzMyMu+66K6mequsOAABsP4TmAACgAuvXr1+kp6cn1N55551C97P33nsn1e69994C7Vq3evXquOyyy4p1l8Ndd901qfbRRx8Vub+DDjooqXb33XcX6PksX748+vXrt83cCTPva/PTTz8VOBg5ceLEuPLKKyvk4mRZKe/PTnl5+umnCxV0+rXMzMykIGedOnWiadOmJTG1zTrjjDOiatWqCbW33347nnjiiQK1/+677+Jvf/tbUr13797usFkI+X1mHnnkkQLtGrZhw4a48cYb46uvviry+E2aNEm6U29x/r0pivr168cJJ5yQUFu3bl3069evQAvYubm58be//S0pZNegQYOt3qm4vMycOTP+9a9/xZIlS4rUfsiQIUk/Cmnfvn1JTA0AAAAASkV5XJMeM2ZMPPPMMwW63pqfZ599Nqm2petwl1xySdI65fDhw+OGG24ocshr9uzZ8fe//z2mTJlSpPZlbcOGDTF8+PDo1atX3H///Uk3fEtLS4ubbropOnXqVKD+zj777KSg4vjx46Nfv36xcuXKIs3x559/jnvvvXer6zoluV5bu3btOO+88xJqubm58Ze//CWGDx9epD43zqd///5bPGffffdNWotYunRpnHfeeTF//vxCj7m1G++V9Dp3Uey2225Ju82tXLkyLr300sjKytpq+5ycnOjXr1/STS/btWsX+++/f4nOFQAACktoDgAAKrCmTZvGGWecUex+unTpEs2aNUuojRkzJvr27bvFH7iPHz8+evXqtenCf61atYo0ft26daN169YJtWHDhsXTTz9dpAWgvfbaK9q0aZNQmzhxYvTt2zeWLVu22XZffPFFnHLKKfHtt99GRCTtBFQejj766KTarbfeGoMHD95sGG79+vUxePDg6N27dyxdujQiiv7asGXl/dkpL6NGjYpzzz03jj322Bg4cGBMmzatQO2mTp0aZ599dsyZMyehfvTRRyf9eKCkNWvWLC677LKk+j//+c+4+eabt/gjgldffTXOPvvspO+jLl26lMh3cEXSqFGj6NatW0Jt5syZcd555yW9L35t+vTpcf7558dLL70UERFVqlSJGjVqFHr8tLS06Nq1a0Jt5MiRcffdd8fPP/9c6P6K6sorr4yddtopoTZz5sw47bTTYuTIkZttt2DBgrj44ovz3UH0lltu2Sb+3cpPdnZ2PPDAA3HIIYfE1VdfHe+9916sXr16q+1ycnJi0KBB8c9//jOhXrly5fjd735XWtMFAAAAgGIrj2vSS5YsiVtvvTUOPvjguPHGG+PTTz8t0E3+srKy4p///Gc888wzCfXatWvHoYceutl2O++8c9xyyy1J9Zdeein+9Kc/xYgRIwp0Y8fMzMx4/fXX45JLLokjjzwynn/++VizZs1W25WH3Nzc+Omnn+KNN96IW2+9NXr27Bl9+vSJMWPGJJ1buXLluPnmm+Okk04qcP+1atWKe++9N6pUqZJQHzFiRJx44onx3//+N9atW7fVftasWRPDhw+Pq6++Og499NAYOHDgVtdcS3q99vzzz08KXGVnZ8ell14aN9xwQ4F3Y5sxY0YMHDgwjj322Ljwwgvj66+/3mqbO++8M+rWrZtQmzJlSpx00kkxdOjQrf4Nc3JyYsSIEXHRRRfFWWedtcVzS/rvVlT9+/ePjIyMhNo333wTvXr1iokTJ2623bRp06J3795JocqqVavGP/7xj1KZKwAAFEaVrZ8CAACksosuuij+85//FGtntMqVK0efPn3i+uuvT6iPGDEiDj/88DjyyCNjjz32iHr16kV2dnbMmzcvPv744xg/fnzCYtcNN9wQ1157bZHmcNJJJyX8KH79+vVx2223xe233x6NGzeO2rVrR6VKifcNOfXUU+O0007Lt78rr7wy+vTpk/R8jjjiiDjqqKOic+fOUadOncjMzIxZs2bFp59+Gt99992mc7t16xZNmzaN119/vUjPp6Tst99+0b1794SdldatWxe33HJLPPvss3HEEUdE27Zto1q1arFkyZKYOnVqvP/++wm7FTVs2DDOOeecpNABxbctfHbK09SpU+Pee++Ne++9N5o1axYdOnSI9u3bR4MGDaJOnTpRuXLlTZ+x0aNHx5gxY5IWyOvWrRt9+/Ytk/med955MXLkyKRQ0gsvvBCvv/56HHbYYdG5c+do0KBBZGVlxcyZM+O9997LdzfA2rVrx1133ZW0cM3W9e3bN84+++yE2rhx4+Koo46Kww8/PLp16xYNGzaMnJycWLBgQXz22Wfx9ddfJyxiX3LJJfHyyy9vMWi3OSeddFJ88sknCbXHHnssHnvssdhxxx2jbt26SXdqPuyww/L9gUtR1a1bN+68884477zzEp7X7Nmz45xzzomOHTvGoYceGs2aNYtq1arFokWL4quvvopPPvkk3x+L9OrVK3r27Fli8ysta9asiddffz1ef/31qF69euy+++6x++67xy677BJ16tSJmjVrRk5OTixevDgmTZoUn3zySb5hxgsuuCCaNGlSDs8AAAAAAAquvK5JZ2ZmxtChQ2Po0KFRs2bN6NixY+y+++7RvHnzqFOnTtSoUSPWrFkT8+fPj++++y4+/fTTfMM91157bVSvXn2LY/3hD3+IadOmxeOPP55Q//777+Oiiy6Kpk2bRo8ePaJ9+/ZRt27dqF69eqxcuTJWrlwZM2bMiAkTJsSUKVMKFO4rbUOGDMl3F7QNGzZEVlZWrFy5MjIzM2PDhg1b7atp06Zx5513Rvfu3Qs9j/322y/+7//+L26++eaE+qxZs+Kaa66JO+64I/bZZ5/o2LFj1K9fPzIyMjbN76effoqJEyfG999/X6Abl+VVkuu1VapUifvuuy9OPfXUmD59+qZ6bm5u/Pvf/46XX345OnXqFHvvvXc0b9486tatGxs2bIgVK1bEkiVLYsqUKTFhwoQirQM0a9Ys/vnPf8Yll1yS8N5avHhx3HjjjXHffffF/vvvH506dYp69epFtWrVYuXKlTFv3rz47rvv4uuvv970mch788zS/rsVVYsWLaJ///5J643ff/99nHzyybHXXnvFgQceGI0bN47KlSvHggUL4vPPP48vvvgi3xDhFVdcEZ07dy6x+QEAQFH5ZRYAAFRwO+ywQ1x44YVx1113Faufk046KUaOHBlvvPFGQj07OzteffXVePXVV7fY/qKLLooTTjihyMGfXr16xauvvhpTp05NqOfm5sa8efNi3rx5SW0WL1682f569uwZJ554YgwbNiyhvmLFinjppZc27VaUnzZt2sRDDz0Ud955ZyGfRem48847449//GPS850xY0bSImRetWrVikcffTSmTJlSmlOs0Mr7s7OtmDNnTsyZMyfee++9ArepU6dOPPTQQ7HjjjuW4sz+f5UqVYqHH344rrjiihgxYkTCYytXrozXXnstXnvtta3206hRo3j88cdjl112Ka2pprT99tsvLrzwwnjssccS6mvXro2333473n777S22P+644zaF5oriqKOOiv322y8+//zzpMcWLVoUixYtSqrvvvvuRRprS/bdd994+OGH4/LLL4/s7OyExyZOnLjFO7/+2plnnpkU3N0erF69OsaOHRtjx44tVLtjjjkmLr300lKaFQAAAACUnG3hmnRWVlaMGjUqRo0aVah2Z599dvzxj38s0LlXX311NGnSJG677bak8NvcuXPjlVdeKdTY5WXx4sVbXHssiLp168aZZ54Z559//lYDh1ty+umnR4MGDeK6666LrKyspHm++eab8eabbxZrrvkp6fXaHXbYIYYMGRJ/+ctf4sMPP0x4bP369fHNN9/EN998UyJzz+uggw6KQYMGRb9+/WLZsmUJjy1ZsiTeeOONpLW9oirpv1tRnXDCCbFu3bro379/QhBuw4YNMXr06Bg9evRW+0hLS4urrroqzjvvvBKfHwAAFEWlrZ8CAACkut69e0fjxo2L3c9tt90WJ598cqHaVKtWLW644Ya44oorijV2jRo1YtCgQXHAAQcUq59fGzBgQPzpT38qVJsDDjggXnjhhahfv36JzaO4mjZtGs8880y0atWqUO1atWoVQ4YMiU6dOpXSzNioPD875aFhw4bF7qNbt27x4osvFukuq8VRo0aN+Ne//hUXX3xxkRasDzzwwBg6dGi0b9++FGZXcVx55ZVx8cUXR1paWoHbVK5cOS666KK44447CtUur0qVKsUDDzwQxx57bJH7KCkHH3xwPP/880X6nq5bt27cdNNN8be//S3pDrXbmurVq0fNmjWL1UdGRkZcddVVcc8990TVqlVLaGYAAAAAULrK8pp0rVq1olq1akWZ5ib169ePf/zjH3HdddcVql2vXr3ihRdeiG7duhVr/OrVq8fvfve7aNq0abH6KUvp6elx4IEHxq233hoffvhhXHrppcUKzG101FFHxcsvvxyHHnposfqpUqVKHHroodGuXbutnlsa67U77LBDDBw4MK6//vpiry81a9YsTjzxxAKf36NHj3jppZfikEMOKfKYDRo02Oo5pfF3K6qTTz45Hn/88WjZsmWh2zZp0iQeeOCBuOCCC0p+YgAAUER2mgMAAKJatWrRr1+/Yu80k56eHv/4xz/iyCOPjIEDB8aYMWM2e27t2rXjmGOOiQsuuCB23nnnYo270U477RRPPvlkTJw4Md5+++347rvv4scff4yVK1dGdnZ2wh3xCqJy5crx97//PY4++uh44IEHYty4cZGbm5vvue3bt4/zzjsvjjvuuJJ4KiWubdu28fLLL8dzzz0Xzz//fL47IW3Upk2bOO200+KUU06J9PT0MpxlxVXen52ydsstt8Sf//zn+PDDD+PLL7+McePGxYIFC7barnr16nHwwQfHH/7wh2Iv8hZH5cqV4/LLL4/TTjstHn/88fjggw9izpw5mz0/IyMj9ttvv+jdu3fsu+++ZTjT1JWWlhaXX355HHTQQfHII4/Ep59+Ghs2bMj33Bo1asThhx8eF1xwQYmFFevUqRN333139OnTJ958882YMGFCTJs2LZYvXx7Z2dlJd0MuTR07doz//Oc/8dZbb8VLL70Uo0ePjpycnM2e37Zt2zjqqKPinHPOidq1a5fZPIujVatW8cUXX8RXX30Vn3zySYwZMya+++67Av2d27RpE8ccc0yccsopZbYrJQAAAACUpLK6Jr3vvvvGl19+GZ999ll89tlnMXbs2JgyZUqsX79+q207duwYxx57bPzxj38s8nXHLl26xAsvvBCjR4+OIUOGxJdffhkLFy7cartGjRrFfvvtF/vvv38cfvjh29x1zypVqkR6enpUr1496tevHw0aNIgWLVpEmzZtolOnTtGlS5dihxU3p1WrVjFw4MCYNGlSDB48OEaOHBmzZ8/earu6detGjx494oADDoiePXsWKPi1UUmv10b8siZw1llnxamnnhovv/xyvP322zFu3LhYs2bNFttVqlQpdt9999hvv/3i4IMPju7duxf6pnotWrSIRx99NL755pt47rnn4rPPPoslS5ZssU2DBg1i//33j2OPPTYOOuigAo1TGn+3otp///3jf//7X7z88svx6quvxjfffLPZ74G0tLTo0KFD/P73v4/TTz+91N7LAABQVGm5m/vFJwAAQDEtXrw4xowZEwsXLowVK1ZEenp6NGzYMFq3bh0dOnSIKlW2r/t4LFmyJL7++uuE59OkSZPo3LnzdhVeys3NjcmTJ8f3338fS5cujdWrV0fNmjWjWbNm0b59+2jevHl5T7HCS7XPTkEsXLgwZs2aFbNnz47ly5fHqlWrolKlSlGzZs2oV69etG3bNlq3br3NPvfp06fHDz/8EEuWLIlly5ZFjRo1on79+tGkSZPo0qWLAGopW7FiRXz99dcxd+7cWLFiRVSuXDnq1asXrVq1qnB//+zs7Pjmm29i4cKFsWTJkli7dm3Uq1cv6tevHx06dIgmTZqU9xRLRE5OTsycOTNmzZoVCxcujKysrMjJyYkaNWpErVq1onnz5tGuXbttaudXAAAAACgpZXVNOjs7O2bOnBk//fRTLFq0KLKysmLdunWRkZERtWvXjl122SXatWtXakG1H3/8MaZNmxbLli2LZcuWxbp166JmzZqbrgG2bt26UIEuIubOnRuTJ0+OpUuXxrJly2LNmjWRkZERtWrViqZNm0br1q1jp512Ku9pblVOTk58++23sWDBgli2bNmmtYGN60qtWrWKVq1alXiIKzc3NyZNmhSzZs2KJUuWxPLlyzeN26RJk2jTpk3svPPOhQ7nbctWrFgR48aNi59//jmWLFkS69evj/r160fDhg2jc+fOPoMAAGzThOYAAAAAAAAAAAAAAAAASBmVynsCAAAAAAAAAAAAAAAAAFBShOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKaNKeU8A8lq2bFmMGzcuZs2aFVlZWZGenh6NGjWKDh06RJs2bUplzKysrBg3blzMmDEjVqxYEVWqVImGDRtGu3btYvfdd4+0tLRSGRcAAAAAAAAAAAAAAAAoWUJzJFm6dGlMmDAhvv322xg/fnxMmDAhFi1alHDOpZdeGn379i3RcUePHh0DBw6MkSNHxvr16/M9Z5dddokzzjgjTjvttKhatWqxx5w8eXI88sgjMXz48Fi7dm2+5zRq1ChOOeWUOPfccyMjI6PYYwIAAAAAAAAAAAAAAAClJy03Nze3vCdB+Xvqqac2heR++umnrZ5fkqG5tWvXxm233RaDBw8ucJvddtstHnzwwWjZsmWRxszNzY1HHnkk/vWvf8W6desK1KZp06Zx//33R5cuXYo0JgAAAAAAAAAAAAAAAFD6hOaIiIh27doV6vySCs2tW7cu+vXrF++//36h29avXz+ef/75aNOmTaHb3nzzzfHCCy8Uul316tXjiSeeiO7duxe6LQAAAAAAAAAAAAAAAFD6qpT3BKjY7r777qTAXL169eKMM86Inj17RpMmTWLZsmUxYcKEePrpp2P8+PGbzluyZElcdNFF8corr0StWrUKPObgwYOTAnMZGRlx6qmnxtFHHx0777xzZGVlxZQpU+L555+Pzz77bNN5q1evjksvvTReffXVaNKkSRGfNQAAAAAAAAAAAAAAAFBa7DRHRCTvNJeRkRGdOnWKTp06RefOneOKK65IeLwkdpqbNGlSnHDCCfHrt+Cuu+4agwYNip122inp/Nzc3LjtttvimWeeSaife+65ce211xZozMWLF0fPnj1j1apVm2o77bRTDBo0KHbdddd82zz55JNx5513JszzqKOOigceeKBAYwIAAAAAAAAAAAAAAABlx05zREREly5donPnzpv+r3Xr1lGpUqVNj+cNzZWE++67LyGIVrNmzXj88cfzDcxFRKSlpcX1118fs2fPTtid7oUXXoizzz57s+1+beDAgQmBucqVK8fDDz+82cBcxC+hvHnz5sWzzz67qfbuu+/GxIkTo2PHjlsdEwAAAAAAAAAAAAAAACg7lbZ+ChXBSy+9FDfeeGP84Q9/iLZt2yYE5krD999/HyNGjEio9evXL5o0abLVtjfddFNUr1590/Hq1atj0KBBW223ePHiGDJkSEKtV69e0alTp622veKKK6JRo0abjnNzc+Phhx/eajsAAAAAAAAAAAAAAACgbAnNUS7eeuuthOOMjIw4+eSTC9S2UaNGceSRRybU3nnnna22e//992Pt2rWbjtPS0qJ3794FGjMjIyNOOumkhNrHH38cWVlZBWoPAAAAAAAAAAAAAAAAlA2hOcrF+++/n3B8xBFHRK1atQrc/sQTT0w4nj9/fkyYMKFQY3br1i123nnnIo+Zk5MTn376aYHbAwAAAAAAAAAAAAAAAKVPaI4yN3fu3Pjhhx8Savvss0+h+thzzz2jatWqCbUPP/xws+fn5OTE559/XqwxW7RoEY0bNy7wmAAAAAAAAAAAAAAAAEDZE5qjzE2ePDmpttdeexWqj+rVq0eHDh0SalOmTNns+TNmzIicnJxijZlfmy2NCQAAAAAAAAAAAAAAAJQ9oTnK3PTp0xOOq1SpEi1btix0P23atEk4/vHHHws8Zn7tS3pMAAAAAAAAAAAAAAAAoOwJzVHmpk2blnC80047RaVKhX8rNm7cOOF4xowZsX79+gKNWbly5dhpp52KPWZWVlYsWLCg0P0AAAAAAAAAAAAAAAAApUNojjK3cOHChOO8QbSCatq0acJxTk5OLFu2rEBj7rjjjlG5cuVijxkRQnMAAAAAAAAAAAAAAACwDalS3hOg4snOzk44rlWrVpH6qVmzZr59N2jQoNTGzK9dVlZWkfoqK+vXr4/58+cn1Rs3blyk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AAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYudkeAAAAAAAAADZUYWFh9O3bt9prkydPjq5duzbwRAAAAAAAAEC2eNMcAAAAAAAAAAAAAAAAAInhTXNsUsrLy2POnDkxb968WLJkSZSUlER+fn60aNEitttuu9htt90iPz9/o/ZctGhRvPvuu/Hpp59GSUlJNG7cONq3bx89e/aMHXfccaP2AgAAAAAAAAAAAAAAAOqX0BybhDfffDPGjRsXEydOjO+//77G+xo1ahT77bdfnHTSSTFw4MBIpVLr3fOtt96Kv/zlL/H6669HZWVltfdst912cfrpp8fgwYMjLy9vvXsBAAAAAAAAAAAAAAAADUNojqxatGhRXHXVVfGPf/yjVvdXVlbG66+/Hq+//nrstddecc0110S3bt3q1LO8vDyuueaaGDt27Drv/eSTT+Lqq6+Ohx9+OG655ZY69wIAAAAAAAAAAAAAAAAaVk62B2DLtXDhwvjpT39a68Dc6t55550YPHhwzJs3r9ZnKioq4sILL6xVYG5Vc+fOjcGDB8f8+fPrOiYAAAAAAAAAAAAAAADQgLxpjqy55JJLYs6cORl7TZo0iRNOOCH69+8f3bt3j4KCgigtLY358+fHP//5z/i///u/WLp0adX93333XfziF7+Ip556Kpo2bbrOntdff31MnDgxY69169Zx+umnR//+/aNjx46xaNGimDFjRowZMyb+9a9/ZfQ699xz47HHHouCgoINfHoAAAAAAAAAAAAAAACgPgjNkRXPP/98vP766xl7nTp1itGjR8dOO+2Usd+8efNo165d9O3bN84444z4xS9+EXPnzq26/tlnn8Xf/va3OO+889bac/bs2fG3v/0tY6979+5x1113RYcOHar2ttpqq9huu+3i6KOPjmuuuSbuueeeqmuffvpp3HrrrfHrX/+6zs8MAAAAAAAAAAAAAAAA1L+cbA/Alumxxx7LWOfk5MStt966RmBudZ06dYo77rgjmjVrlrE/fvz4dfa86aabIp1OV62bN28eo0ePzgjMrSqVSsXll18ehx9+eMb+uHHjoqioaJ39AAAAAAAAAAAAAAAAgIYnNEdWvPHGGxnrgw46KHr27Fmrsx07dozjjjsuY+/DDz+MBQsW1Hhm1qxZ8dJLL2Xs/fKXv4yOHTuus98f/vCHaNq0adW6rKws7rrrrlrNCgAAAAAAAAAAAAAAADQsoTkaXHFxcZSWlmbs9enTp0419tlnnzX2vv766xrvf+aZZzLWzZo1ixNPPLFWvdq3bx8DBgzI2Hv22WdrdRYAAAAAAAAAAAAAAABoWEJzNLjVA3MREa1atapTjeruLy8vr/H+iRMnZqyPOOKIKCgoqHW/E044IWP91VdfxYwZM2p9HgAAAAAAAAAAAAAAAGgYQnM0uNatW0dOTuaP3uLFi+tUo7r727ZtW+29X3zxRcybNy9jb999961Tvz333DPy8vIy9l5++eU61QAAAAAAAAAAAAAAAADqn9AcDa5x48bRvXv3jL233367TjVWv79Dhw7RuXPnau+dM2fOGnt77bVXnfo1bdo0evbsmbE3d+7cOtUAAAAAAAAAAAAAAAAA6p/QHFnxox/9KGM9adKkasNt1fn666/j0Ucfzdg78cQTa7z/ww8/zFjn5uZGt27dajfoKnbccceM9UcffVTnGgAAAAAAAAAAAAAAAED9EpojK0499dTo2LFj1bqysjIuuOCC+OSTT9Z67uuvv45zzz03SktLq/a6dOkSQ4YMqfHM/PnzM9YdOnSInJy6/+hvs802GeuPP/44Kisr61wHAAAAAICGU1hYGJ07d672q7CwMNvjAQAAAAAAAFAPhObIioKCghg1alQ0a9asaq+wsDAGDRoU11xzTbz11luxePHiqKioiOLi4pg+fXrcdNNNceyxx8b7779fdaZdu3Zxxx13RPPmzWvs9fXXX2esVw+/1VanTp0y1suXL49FixatVy0AAAAAAAAAAAAAAACgfuRmewC2XL17944HHnggLr300vjggw8iIqK0tDTGjBkTY8aMWevZVCoVAwYMiN/97nfRtm3btd676lvpIv4d2Fsf1QXzSktLo02bNutVL9vKy8ujvLw822MAAAAAANSrtf07qH8nXVNeXl7G+uKRM2NJSUWWpqmb0uKiGq+NuHF2NGuxsAGnWX8tm+fGjSN6Zuz5Oa3Z6j+zSeTvKgAAAAAAYHOXjd/pCM2RVT169IgnnnginnrqqXj00UfjjTfeWOeZ/fffP377299G9+7da9Vj9dBc06ZN12vW6s6VlJSsV61NwaxZs+Lbb7/N9hgAAAAAAPWqqKjmINXs2bNj4cLNI0jVEHJzc6N3794Ze0tKKqJ4MwnNlZXWPGdJaUVU5mwez1GdmTNnRkXF5jt/fdp7772zPUK98zsdAAAAAABgc5eN3+nkNHhHWM3HH38ckydPjlmzZtXq/jfeeCN+9rOfxejRo+P7779f5/3Lli3LWDdu3Hi95qwuNLd6IA8AAAAAAAAAAAAAAADILm+aI2sqKipi1KhRceedd8aKFSuq9vPy8qJXr16x4447RosWLaKkpCQ+/vjjmD59elVIbsGCBXHdddfF+PHj49Zbb41tt902W48BAAAAAAAAAAAAAAAAbEKE5siKysrK+NWvfhUTJkyo2kulUnH66afHueeeG23btl3jzJIlS2LMmDHx17/+NSoqKiIiYu7cuXHmmWfGgw8+GB06dKi2V35+fsZ6+fLl6zVzWVnZGnvNmjVbr1oAAAAAAAAAAAAAAABA/RCaIyvuvPPONQJzI0eOjP/6r/+q8UzLli3jl7/8ZfTp0yeGDh0a5eXlERHxxRdfxG9/+9u48847qz23erCtuvBbbVR3rnnz5utVa1Ow6667RufOnbM9BgAAAABAvSosLKzxWo8ePaJr164NOA2sn549e2Z7BLLI73QAAAAAAADqTmiOBvfdd9/FbbfdlrF32mmnrTUwt6oDDjggLrzwwrjuuuuq9l555ZV46623ok+fPmvcv3pobunSpesxdURJSck6a29O8vLyIi8vL9tjAAAAAADUq7X9O6h/J2Vz4ed0y+bvKgAAAAAAgLrLyfYAbHnGjx+f8da2VCoVQ4cOrVONM844I1q0aJGx99hjj1V7b/v27TPWX331VZ16rfTll19mrBs3bhytWrVar1oAAAAAAAAAAAAAAABA/RCao8FNnTo1Y92jR4/o0KFDnWo0bdo09tlnn4y9adOmVXvvDjvskLEuKiqKFStW1KlfxJqhuW7dukWjRo3qXAcAAAAAAAAAAAAAAACoP0JzNLjPP/88Y92lS5f1qrP6uaKiomrv23HHHTPWFRUV8fHHH9e534cffpix3n777etcAwAAAAAAAAAAAAAAAKhfQnM0uLKysox1kyZN1qtOfn5+xnr58uXV3rfLLrussVfTW+lqUlZWFu+//37G3s4771ynGgAAAAAAAAAAAAAAAED9E5qjwbVs2TJjvWjRovWq891332WsW7VqVe19nTp1ip122iljb+rUqXXqNW3atCgvL8/Y69evX51qAAAAAAAAAAAAAAAAAPVPaI4G17Zt24z1jBkzYsWKFXWuM3369Ix1u3btarz38MMPz1g/99xzUVJSUutejz/+eMZ6m222iV69etX6PAAAAAAAAAAAAAAAANAwcrM9AFuePffcM1588cWq9aJFi+Kll15aI9i2NjNmzIi5c+dm7O2zzz413j9w4MD461//WrUuLS2NRx55JH7605+us9c333wTEyZMyNg78sgjaz0rAAAAAABQ/5oWdIgfDn4y22MAAAAAAAAAmwBvmqPBHXLIIWvsjRw5MoqLi2t1fvny5XHllVfWqu5KPXv2jEMPPTRj7+abb46ioqJ19rviiiuirKysat2kSZMYMmRIrWYFAAAAAAAAAAAAAAAAGpbQHA1ul112iYMPPjhj7+OPP45zzjlnnSG2RYsWxfnnnx/Tp0/P2O/du3cccMABaz170UUXRSqVqloXFxfH2WefXWPPdDod1157bTz//PMZ+6eddlp06NBhrb0AAAAAAAAAAAAAAACA7MjN9gBsmUaMGBFvvfVWlJaWVu1NmzYtBg4cGCeeeGIceuihseOOO0ZBQUGUlJTExx9/HK+88ko89NBDsXjx4oxajRs3jssvv3ydPXv06BE///nP4+67767amzt3bgwaNCjOOOOMOOyww6Jjx46xePHimDFjRowZM2aNcN62224bF1xwwQY+PQAAAAAAAAAAAAAAAFBfhObIiu7du8dNN90UF1xwQZSXl1ftl5aWxr333hv33ntvreo0atQo/vSnP8UPfvCDWt3/q1/9Kj766KN46aWXqva+++67GDVqVIwaNWqtZ1u3bh233357FBQU1KoXAAAAAAAAAAAAAAAA0PBysj0AW65DDjkkHnjggdh+++3X63znzp3jvvvui6OPPrrWZ3Jzc+OWW26JwYMH16lX9+7d48EHH4yd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tW7UqFHcdtttGYG51Z111llxxhlnZOw999xz8f7779dqPgAAAAAAAAAAAAAAAKBhCc2RNQ888EC88847VevmzZvH6NGjo3Xr1hu914IFC+LBBx/M2DvttNOiV69e6zx78cUXR/v27avW6XQ6brvtto0+IwAAAAAAAAAAAAAAALDhcrM9AFumFStWxOjRozP2hg8fHh06dKiXfhMnTozy8vKqdSqVip/+9Ke1OtusWbP48Y9/HLfffnvV3qRJk6KkpCSaN2++0WcFAADWdPHImbGkpCLbY9RKaXFRjddG3Dg7mrVY2IDTrL+WzXPjxhE9sz0GAAAAAAAAAAAA1JnQHFnxyiuvxBdffFG1btasWZx88sn11m/ixIkZ67333ju6du1a6/MnnHBCRmhu+fLl8eqrr8aRRx650WYEAABqtqSkIoo3k9BcWWnNc5aUVkRlzubxHAAAAAAAAAAAALC5Skxobvny5fH555/Hl19+GcXFxbFs2bJYtmxZRETk5+dHfn5+tGzZMjp16hQdO3aMxo0bZ3niLdvf//73jPVhhx0WzZo1q5dey5cvjzfeeCNjb999961TjW233Ta22Wab+Oqrr6r2Xn75ZaE5AAAAAAAAAAAAAAAA2MRslqG5JUuWxNtvvx0zZsyI9957L2bNmhULFiyo9flUKhVt27aNXXfdNXr16hW777577L333tGiRYt6nJqV0ul0vP766xl7+++/f731+/jjj2P58uUZe3vttVed6+y1117x9NNPV63nzp27wbMBAAAAAAAAAAAAAAAAG9dmE5qbO3duvPjiizFp0qT417/+FZWVlVXX0ul0nWql0+n4+uuv45tvvolJkyZFRESjRo1ijz32iIMPPjgOO+yw2HnnnTfq/PzHhx9+GEuXLs3Y22WXXTLWS5YsialTp8ZHH30UJSUl0bJly9h6661j1113XePe2vRb3Y477ljnuVc/89FHH9W5BgAAAAAAAAAAAAAAAFC/NunQ3DfffBP/+Mc/4oknnog5c+ZU7a8ekkulUutVf9U6FRUVMW3atJg2bVqMGjUqdt555xg0aFAcc8wx0b59+/V7AKr13nvvrbG30047RUREUVFRXHfddfHMM89EeXl5tefbtWsXJ554YgwZMqRWbwecP39+xrpRo0bRoUOHOs+9zTbbZKxLSkqiqKhovWoBAAAAAAAAAAAAAAAA9SMn2wNUZ/r06XHxxRfHoYceGiNHjozZs2dHOp2u+kqlUhlf62v1Oqv2mDNnTowcOTIOO+ywuOiii2LatGkb8Qm3bKuH2Bo3bhz5+fkxYcKEOPbYY2P8+PE1BuYi/h2mvP3226N///7xyiuvrLPf119/nbFu165dNGrUqM5zd+rUaY29oqKiOtcBAAAAAAAAAAAAAAAA6s8m9aa5iRMnxujRo2P69OkRkfkmuLWF41Z/81xtrV5z1fXK8FxFRUU8++yz8eyzz8Yee+wR55xzTvTv33+9+vFvixcvzlg3b948Jk6cGBdffHGsWLGi1nUWLVoU5557blx99dUxaNCgGu8rLS3NWBcUFNRp3rWdKykpWa9am4Ly8vK1hhMBACCb8vLysj0C1aiP/4fwWW+afNZblo39efusN10+6y2Hv8e3HD7rLYd/z6/ZlvAz63c6AAAAAADA5i4bv9PZJEJzr732WowaNSree++9iPhPCK66oNyqAbmcnJzo2rVr7LDDDtGhQ4fo0KFDtG/fPvLz8yM/Pz+aNm0a6XQ6ysrKoqysLEpLS+Prr7+OoqKiKCoqig8//DAKCwurDeetHqCL+Pcb8IYPHx69evWKCy+8MA488MCN/83YAixZsiRj/f3338evfvWrqsBckyZN4tRTT40jjzwytt9++8jPz4+vv/46Jk+eHGPGjIl58+ZVna2oqIj/+Z//ie7du8duu+1Wbb/VQ3NNmjRZr7mrO7d67c3JrFmz4ttvv832GAAAsIbc3Nzo3bt3tsegGjNnzoyKioqNVs9nvenyWW9ZNubn7bPetPmstxz+Ht9y+Ky3HBv7s06SvffeO9sj1Du/0wEAAAAAADZ32fidTlZDc3PmzImrr7463nzzzYioPiy3aqBt6623jn322Sf222+/6NWrV3Tv3j3y8/M3aIZly5bFBx98EDNmzIgpU6bEm2++Gd99913V9VQqVTXPyrfPvffee3HOOedEnz594re//W306NFjg2bY0hQXF2esVw2ede7cOe66667YfvvtM+7p2rVrdO3aNY4//vi46qqr4sEHH6y6tnz58hgxYkT84x//qDZouWzZsoz1+obmmjZtusbe5hyaAwAAAAAAAAAAAAAAgCTKSmhuyZIlMWrUqHjooYeisrJyrWG5nXfeOY488sg44ogjYuedd97os+Tn58cee+wRe+yxR5x66qkREfHBBx/ECy+8EM8991zMmjWrarbVw3Nvvvlm/PjHP45TTjklLrzwwmjZsuVGny+JVg1Crio/Pz/uvvvu6NatW41nc3Nz44orrohvv/02nn/++ar9efPmxcSJE6N///4be1wAAAAAAAAAAAAAAABgM5KV0NyAAQNi8eLFa4TlVq7bt28fJ5xwQhx//PGx3XbbNfh83bt3j+7du8d5550XhYWF8fjjj8ejjz4aX3755RrzVlZWxrhx4+Lpp5+ON954o8Fn3Rw1a9as2v2hQ4euNTC3qt///vfx8ssvR3l5edXeQw89VG1obvW3EX7//fe1H3YVZWVla+zV9CwAAAAAAAAAAAAAAABAdmQlNLdo0aI13twWEXHggQfGqaeeGv369YucnJxsjLaGrl27xvDhw2PYsGExadKkGDduXEyaNCnS6XTG/IsWLcruoJuR6oJmjRo1ipNPPrnWNdq1axcDBgyIp556qmrvnXfeicrKymjUqNFa+61vaK66c5tzaG7XXXeNzp07Z3sMAABgM9KzZ89sj0AD8VlvWXzeWw6f9ZbDZ73l8FlvOXzWWza/0wEAAAAAAKi7rITmVkqn09GoUaM48sgjY+jQodGjR49sjrNWqVQqDjnkkDjkkEPigw8+iL/+9a8xYcKEqKioyPZom53qgmbdu3ePNm3a1KlO3759M0JzS5cujXnz5sUuu+yy1n5Lly6tU5+1nWvevPl61doU5OXlRV5eXrbHAAAANiP+H2LL4bPesvi8txw+6y2Hz3rL4bPecvist2x+pwMAAAAAAFB3WX2d2zHHHBMTJkyIG264YZMOzK2ue/fucd1118WECRPiRz/6UdUb56idbbbZZo297t2717lOdWe+/fbbNfbat2+fsf7mm2+isrKyzv2+/PLLddYGAAAAAAAAAAAAAAAAsisrobkDDzwwHn300bj++uuja9eu2Rhho+jSpUtcd9118dhjj8WBBx6Y7XE2GzvuuOMae1tttVWd67Rs2XKNvUWLFq2xt8MOO2SsKysro6ioqM79Vg/NNW/evNoAIAAAAAAAAAAAAAAAAJA9udloeuedd2ajbb3p0aNHjB49OttjbDaqC82l0+mNUru6t/5V12/+/PnRqVOnOtX+8MMPM9bbb7993YYDAAAAAAAAAAAAAAAA6l1W3jTHlm277baLZs2aZewtXry4znWqO9O6des19rp16xaNGzfO2Js2bVqd+73zzjsZ65133rnONQAAAAAAAAAAAAAAAID6JTRHg2vUqFEcdNBBGXtz586tc53qzrRv336NvcaNG8f++++fsTd16tQ69SosLIwvv/wyY69fv351qgEAAAAAAAAAAAAAAADUP6E5sqJ///4Z63nz5sU333xTpxpvvPFGxrpNmzaxww47VHvv4YcfnrF+6623orCwsNa9HnvssYx148aN48ADD6z1eQAAAAAAAAAAAAAAAKBhCM2RFYceemg0a9asar1ixYp48MEHa32+qKgoJk6cmLG3+tvkVnX44YdHXl5e1TqdTsf9999fq17Lli2Lv//97xl7Bx98cDRv3rzW8wIAAAAAAAAAAAAAAAANQ2iOrGjRokX8/Oc/z9i78847Y/78+es8m06n4/e//32Ul5dn7J9xxhk1nmnbtm2cfPLJGXv3339/zJw5c539brrppigqKqpap1KpOP/889d5DgAAAAAAAAAAAAAAAGh4QnNkzVlnnRVbb7111bqsrCzOOuus+OCDD2o8s3z58rj88svjpZdeytg/6KCD4gc/+MFa+5177rmRn59fta6oqIjzzz8/5s2bV+OZMWPGxD333JOxN2DAgNhtt93W2gsAAAAAAAAAAAAAAADIDqE5sqagoCCuvPLKjL2vvvoqjj/++LjiiitiypQp8c0330RxcXHMnz8/xo4dG8cee2w8+uijGWfatWsX11xzzTr7tWvXLi699NKMvS+//DJOOumkGDlyZMyYMSMWLVoUX3zxRbz00ksxZMiQuOaaayKdTlfd36pVq/jNb36zAU8NAAAAAAAAAAAAAAAA1KfcbA/QUBYsWBAvvPBCTJ8+PWbOnBkLFy6M4uLiSKfT0bJly2jVqlXsuuuu8YMf/CAOP/zwaN++fbZH3iIcccQRMWLEiBg5cmTVXnl5eYwbNy7GjRu3zvOtW7eO2267Ldq1a1erfqeffnrMmzcvHnjggaq9kpKSuOuuu+Kuu+5a69mmTZvGLbfcEp06dapVLwAAAAAAAAAAAAAAAKDhJT4098knn8SoUaPi+eefj4qKioiIjDeHRUSUlZXF119/HR988EGMHz8+rr766jjiiCNi+PDhscMOO2Rj7C3KkCFDom3btnHFFVdESUlJrc/ttttuMWrUqOjatWud+v3+97+Ptm3bxm233RaVlZW1OtOxY8cYNWpU9O7du069AAAAAAAAAAAAAAAAgIaVk+0B6tPYsWNj0KBB8cwzz0R5eXmk0+lIp9ORSqWq/Vp5vaKiIiZMmBAnnHBCjB07NtuPsUU47rjj4tlnn40zzzwzttpqqxrvy8nJid69e8cNN9wQjzzySJ0DcxERqVQqhg0bFo8++mgMHDgw8vLyary3Xbt2MXz48HjqqacE5gAAAAAAAAAAAAAAAGAzkNg3zf3lL3+JUaNGVb1VLpVKrXHP6tdWvSedTkdZWVn88Y9/jCVLlsR5553XAFNv2dq1axeXX355/PrXv44ZM2bEBx98EN99912k0+lo3bp1tGvXLvbcc89o1arVRunXo0ePGDVqVCxdujSmTZsWn3zySRQXF0ejRo2iTZs20aNHj+jZs2e1PzsAAAA1aVrQIX44+MlsjwEAAAAAAAAAAABbrESG5p599tm46aabImLNIFxERH5+fnTp0iWaN28eERElJSXx2WefxbJly6rOrDyXTqfj5ptvjh122CGOPPLIBnyKLVejRo2id+/eDfZmt4KCgjjooIPioIMOapB+AAAAAAAAAAAAAAAAQP1JXGiurKwsrr322oiIjODbVlttFWeccUYceeSRsdNOO1X79rB58+bFM888E/fff38sXry4KjyXTqfj2muvjX79+kWTJk0a9HkAAEiuwsLC6Nu3b7XXJk+eHF27dm3giQAAAAAAAAAAAABg85eT7QE2tueeey6+/PLLqrBbRES/fv3ihRdeiGHDhkX37t2rDcxFROy0004xfPjweOGFF+KQQw6pOh8R8dVXX8WECRMa5BkAAAAAAAAAAAAAAAAAWD+JC81NnDix6s+pVCp23333uPXWW6NFixa1rtGiRYu49dZbo1evXhnBuRdffHGjzgoAAAAAAAAAAAAAAADAxpW40Nzs2bMz3jJ3wQUXRKNGjepcJzc3N4YNGxYRUVVv9uzZG3VWAABgy1FYWBidO3eu9quwsDDb4wEAAAAAAAAAAAAkRtZCczfffHMsX758o9f99ttvM9Z77bXXetfae++911obAAAAAAAAAAAAAAAAgE1L1kJzt912Wxx11FHxwgsvbNS6lZWVGeu8vLz1rpWbm7vW2gAAAAAAAAAAAAAAAABsWrIWmouI+OKLL2L48OFx9tlnxyeffLJRarZp0yZjPWfOnPWuNXfu3Iz11ltvvd61AAAAAAAAAAAAAAAAAKh/WQ3NRUSk0+l47bXX4kc/+lFcf/31sWzZsg2qt91220U6na5a33vvvetd65577qn6cyqViu22226DZgMAAAAAAAAAAAAAAACgfmUtNJebmxsR/w6jpdPpKC8vjzvvvDMGDhwYTz/99HrX7devX0bdp59+OkaPHl3nOnfccUc8/fTTVXUiIg455JD1ngsAAAAAAAAAAAAAAACA+pe10NwTTzwR++23X6TT6UilUlXhtKKiovjVr34VZ555ZsybN6/OdQcOHBj5+fkR8Z/g3A033BBDhgyJt99+e53n33rrrTjrrLPixhtvzNhv2rRpHHXUUXWeBwAAAAAAAAAAAAAAAICGk5utxjvuuGOMGTMmnnnmmRg5cmR8+eWXkUqlIiIinU7HlClTYtCgQXHaaafF8OHDo6CgoFZ127VrF0OHDo1Ro0ZlhPFef/31eP3116NNmzax2267RdeuXaN58+aRSqVi6dKlUVhYGO+//358++23VTOsPJtKpeKss86K9u3b19v3AwAAAAAAAAAAAAAAAIANl7XQ3EpHHXVUHHrooXHbbbfF3/72tygvL68Kq1VUVMS9994bTz31VFx66aUxaNCgWtU855xzYtq0aTFp0qSM4FxExIIFC2LSpEnVnlt5T0RUBfgiIg444IA499xz1/8hAQAAAAAAAAAAAAAAAGgQOdkeICKiadOmcckll8STTz4ZBx54YNXb3VaG3RYsWBCXXXZZnHrqqTF79ux11svNzY0///nPcfjhh1cF4VbWW1mzuq9V74n4d4ju4IMPjj//+c+Rl5dXr98DAAAAAAAAAAAAAAAAADbcJhGaW6lbt25x5513xp///Ofo3LnzGuG5d955J3784x/HlVdeGUuWLFlrrcaNG8ett94aV199dbRp06YqGBeRGaCrLiiXTqejdevWceWVV8Ydd9wR+fn59f7sAAAAAAAAAAAAAAAAAGy4TSo0t1L//v3j6aefjgsuuCAaN26cEZ6rrKyMBx54II488sh4+OGH11nrxz/+cbz88stxww03xJFHHhnt27ev8U1z7dq1iwEDBsT//u//xj//+c846aSTGuBpAQAAAAAAAAAAAAAAANhYcrM9QE0aN24cw4cPj+OPPz6uvvrqeOmllzLeOrdw4cL43e9+F//3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AABA48qL0FyvXr0iTdNIkiTSNI0VK1Zsd80ee+yRNU7TNF555ZVa1X377bcjSZLMeKeddqrVegAAAAAAAAAAAAAAAAAaV1GuG6iJ/v37x4svvpgZL1iwICorK6OgYOuZv7322qva3DPPPBOHHHJIjWrOnz8/3n///azQXKdOnWreNAB54Xs/ezNWlVbkuo0aKVu9ZKuvXXrj3Gjb/pNG7KbuOrQrihsvHZjrNgAAAAAAAAAAAAAAaKbyIjS3+a1xGzZsiPnz58eee+651TX7779/5vOqG+r++Mc/xsUXXxytW7febs0JEyZkPq+65a5fv3516B6ApmxVaUWszpPQ3LqyrfdZWlYRGwvy4zkAAAAAAAAAAAAAAKAhbf2qtiZk8ODB1eZefvnlba458MADo2fPnllzK1eujKuvvnq79f70pz/FlClTsm6Zi4g46KCDatAtAAAAAAAAAAAAAAAAALmSF6G5vffeOzp27Jg19/jjj2933bBhwyJN04j4921zU6ZMiYsvvjjef//9au9fs2ZN3HjjjXH55ZdXC8wlSRJDhw7dgacAAAAAAAAAAAAAAAAAoKEV5bqBmkiSJA4++OB47LHHMuG3F154IVavXh3t27ff6rpvfetbce+990ZZWVlmnzRN44knnognnngi9t577+jdu3e0bt06lixZEq+++mqUl5dHmqaZ0FzV51/60pdiwIABjfK8AAAAAAAAAAAAAAAAANRNXtw0F/HprXFVkiSJioqKuO+++7a5plu3bnHRRRdlbpurCsClaRppmsacOXNi+vTpMW3atPjHP/4RGzZsyArMVWnbtm384Ac/qP+HAgAAAAAAAAAAAAAAAKBe5U1o7qijjop27dplAm9pmsbtt98eGzZs2Oa6M844I4YPH54VhkuSJOsmuaqPTeerXisoKIhrr702dttttwZ7NgAAAAAAAAAAAAAAAADqR1GuG6ip1q1bx//8z//ERx99lDW/Zs2a6Ny581bXFRQUxPjx46NVq1YxZcqUrFDc5jfKbSpN02jXrl38/Oc/j6OOOmqH+wcAAAAAAAAAAAAAAACg4eVNaC4i4pBDDqnTuqrb4k444YT42c9+Fm+99dY2319YWBgnnnhifPe7343evXvXqSYAAAAAAAAAAAAAAAAAjS+vQnM76rDDDouHHnoo/vWvf8WMGTPi3XffjeXLl0dp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N8Xw4cPj1VdfrXNNAAAAAAAAAAAAAAAAoHHk1U1zb7/9dmzcuDFrbo899oiiovp7jPLy8pg/f37WXHFxcQwYMKDearR0r7/+evz973+v8/rS0tK44oor4rXXXourr7661uuvueaauPvuu2u15oMPPojTTz89JkyYEF/4whdqXRMAAAAAAAAAAAAAAABoHHkTmpszZ06cfPLJWXO77757TJs2rV7rFBUVxfe///1YsGBBZq6goCAeffTR6Nu3b73W4t/69esXhx56aBx00EExYMCA6NKlS7Ru3To++uijmDVrVkyaNClmz56dtebee++NLl26xMUXX1zjOnfddVe1wFzbtm1j7Nixcfzxx0efPn2itLQ05s2bF3feeWf87W9/y7xv3bp1ceGFF8aDDz4YPXv23KHnBQAAAAAAAAAAAAAAABpGQa4bqKl777030jTNfEREnHvuufVeJ0mSOP/887NqVVZWxr333lvvtVq6oqKiGDFiRNxxxx3x+OOPx49//OMYNmxY7LXXXtG1a9do37599O/fP0455ZS477774pprroni4uKsPW699dZ4++23a1Rv2bJlMX78+Ky5XXbZJSZNmhSXXXZZ7L///rHzzjvHrrvuGkcffXT8/ve/j8suuyySJMm8f8WKFXHttdfu+MMDAAAAAAAAAAAAAAAADSIvQnNpmsaf//znSJIkE2DaeeedY8SIEQ1Sb9iwYdGtW7dMvTRNY+rUqQ1SqyUqKCiIE044IaZNmxbjx4+Pgw46qEbrxowZE1dffXXWXEVFRfzmN7+p0fpbbrkl1q5dmxkXFhbGzTffHHvuuedW15x11llx+umnZ809/vjj8cYbb9SoJgAAAAAAAAAAAAAAANC48iI099prr8XKlSsj4tMAXZIk8ZWvfCUKChqm/YKCghg2bFjmRruIT28pmzNnToPUa2lGjRoVP//5z6Nfv361XnvKKadUC9k9/fTTsWHDhm2uW7ZsWbXbAk877bTYb7/9tlvze9/7XnTv3j0zTtM0br755lp0DQAAAAAAAAAAAAAAADSWvAjNPf/889Xmjj322Aat+eUvf7na3HPPPdegNVuKwsLCHVo/cuTIrHFpaWm89dZb21wzffr0KC8vz4yTJIkzzjijRvXatm0bp5xyStbc008/HaWlpTVrGAAAAAAAAAAAAAAAAGg0eRGa2zwQVVBQ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AAAAAABAfRGaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2SjKdQMAAAAAAAAAAAAAADti0aJFcfDBB2/xteeffz769OnTyB0BAJBLbpoDAAAAAAAAAAAAAAAAoNlw0xwAAAAAAAAAAMA2uLkGAAAAIL8IzQEAAAAAAAAAAEAISAIAAEBzUZDrBgAAAAAAAAAAAAAAAACgvgjNAQAAAAAAAAAAAAAAANBsFOW6AQAAAAAAAAAAAIDGtGjRojj44IO3+Nrzzz8fffr0aeSOAAAAqE9CcwAAAAAAAAAAAAAAAOSM/1ODlsNZ01iE5gAAAAAAAAAAAAAAgCZHuAaAuhKaAwAAAAAAAIAG5ge8Wg5nDQAAAACQe0JzAAAAAAAAAAAAAADkBf9nJQBATRTkugEAAAAAAAAAAAAAAAAAqC9CcwAAAAAAAAAAAAAAAAA0G0W5bgAAAAAAAAAAAPLNokWL4uCDD97ia88//3z06dOnkTsCALbEn9kAANAyuWkOAAAAAAAAAAAAAAAAgGbDTXMAAAAAAAAAAAAAQDXf+9mbsaq0Itdt1EjZ6iVbfe3SG+dG2/afNGI3O6ZDu6K48dKBuW4DACCvCc0BAAAAAAAAANAk5NMPZUdEHPftR7c4/+MJn0SEH8relnw76+byQ/h+AB+A2lpVWhGr8+TP7HVlW++ztKwiNhbkx3NAQ/Pf4rnhv8VpaPn0te3rmsYiNAcAAAAAAABAXvKDII0vVz8I4qwbX67OOp9+KJsdk29n7YfwAbL577PG54eyaWi+rnMjF1/b/lu8ZfG13fj8ncr2+bqmsQjNAQAAAAAAAJCX/CBIy+GsASA/+KHsxueHsmugoEsc9rWpW3xpY0T+PAc0sHz6uva/u6DmfG0DLZnQHAAAAAAAAAAAALDD/FA2AAAATYXQHAAAAAAAAAAAAAAAeaFNyS5bvUGS5sd5A1BXQnMAAAAAAAAA0MD8gBcALdX3fvZmrMqTm8ciIspWL9nqa5feODfatv+kEbupuw7tiuLGSwfmug0AAIBq/F0pjUVoDgAAAAAAAACgnvihH4Bsq0orYnUehebWlW2919KyithYkD/PAgAA+cTfqQD1rSDXDQAAAAAAAAAAAAAAAABAfRGaAwAAAID/j737jq66vv8H/soEkoAMCVtRRJThBKvfunG3zlrrVlq1TqytdddqtWqtrVK0bhHF1ao4q4jgqKJVlFEQQZZAZMpOGEnI74/+zPGSAElIcuHm8Tin5/T9uu/xurlRi+8+7wcAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApIzMZDcAAAAAAAAAAACwJWuc1yZ+eNqryW4DqEX+uobU469rAAC+z5PmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApIzMZDcAW4IFCxbE+PHjY86cOVFUVBSNGzeOdu3aRc+ePaNTp07Jbg8AAAAAAAAAAAAAAACoIqE5GrSRI0fGww8/HGPGjImysrJK5+yyyy7Rr1+/OP744yMtLa2eOwQAAAAAAAAAAAAAAACqIz3ZDUAyFBYWRv/+/eOiiy6Kzz//fIOBuYiIL7/8Mq6++uo4++yzY9GiRfXYJQAAAAAAAAAAAAAAAFBdQnM0OIWFhdGvX78YNmxYtdZ98skncfrpp8fChQvrqDMAAAAAAAAAAAAAAABgc2UmuwGob9ddd12MGzcuoda+ffs499xzY7/99ou2bdvGwoUL4/PPP49BgwbFtGnTyud9/fXXcdlll8WQIUMiM9NfPgAAAAAAAAAAAAAAALCl8aQ5GpSRI0fGm2++mVDbZ5994pVXXolzzjkndt5552jWrFl06dIlfvrTn8ZLL70URx11VML8MWPGxLPPPlufbQMAAAAAAAAAAAAAAABVJDRHg1FWVhYDBgxIqLVv3z7uv//+aNq0aaVrsrOz469//Wv06NEjof7AAw/EqlWr6qxXAAAAAAAAAAAAAAAAoGYyk90A1JcRI0bEl19+mVC7/vrrIy8vb6PrMjIy4tZbb40TTzyxvLZw4cL4xz/+Eeecc06d9AoAAAAAAAAAANS/xnlt4oenvZrsNgAAAIDN5ElzNBhvvPFGwrhDhw7Rt2/fKq3t3r177L333gm1N998s9Z6AwAAAAAAAAAAAAAAAGqH0BwNQnFxcbz33nsJteOPPz7S0tKqvMf3nzQXETF27Nj49ttva6U/AAAAAAAAAAAAAAAAoHYIzdEgjB07NlasWJFQ22effaq1xw9+8IOE8bp16+Lf//73ZvcGAAAAAAAAAAAAAAAA1B6hORqEyZMnJ4wzMjJi9913r9Ye2223XWy77bYb3RcAAAAAAAAAAAAAAABILqE5GoTp06cnjNu1axc5OTnV3mfHHXdMGM+YMWOz+gIAAAAAAAAAAAAAAABql9AcDcK0adMSxu3bt6/RPu3atUsYrx/GAwAAAAAAAAAAAAAAAJJLaI4GYcGCBQnjtm3b1mif9UNz8+fPr3FPAAAAAAAAAAAAAAAAQO3LTHYDUB+KiooSxnl5eTXaZ/11q1evjnXr1kV6+pabPy0tLa20Pnv27CguLq7nbrZcWVlZCeP0km8jvbQkSd00TOklmVFQUJBQq4vfUZ918vmsG5b6+Lx91lsGn3XD4e/jDYfPuuHwWTcs/pndcPisGw5/H284fNYNR3191qni+7+zbdu2jYyMjCR2s3nc6VSNv08ln38mNRw+64bFnyMbDp91w+Hv4w2Hz7rh8Fk3LP6Z3XD4rBsOfx9vOHzWDYc7nepJxp1OWllZWVmdnwJJ1qdPn1i+fHn5+Oc//3lcffXV1d7nySefjFtvvTWh9tlnn9U4hFcfRo8eHX369El2GwAAAAAAAHVqzpw50aFDh2S3UWPudAAAAAAAgIagvu50ttzHY0EtWrVqVcI4Ozu7Rvs0bty4Qq2wsLBGewEAAAAAAAAAAAAAAAC1T2gOAAAAAAAAAAAAAAAAgJQhNEeD0KRJk4Tx2rVra7TP6tWrK9Ryc3NrtBcAAAAAAAAAAAAAAABQ+4TmaBBycnISxpWF36qisnXr7w0AAAAAAAAAAAAAAAAkT2ayG4D6sH6wbeXKlTXaZ/11jRs3jvT0LTt7uttuu8Wnn35aoZ6fnx8ZGRlJ6AgAAAAAAKD2tW3bNtktbBZ3OgAAAAAAQENQX3c6QnM0CPn5+TF9+vTy8bx582q0z/rr8vPzN6uv+pCdnR29e/dOdhsAAAAAAABshDsdAAAAAACA2rNlPyILasmOO+6YMP7mm29qtM/667p06VLjngAAAAAAAAAAAAAAAIDaJzRHg7B+uG3evHlRVFRU7X1mzJiRMN5hhx02qy8AAAAAAAAAAAAAAACgdgnN0SB069YtYVxSUhLjx4+v1h6zZs2KhQsXbnRfAAAAAAAAAAAAAAAAILmE5mgQ9thjj2jatGlC7ZNPPqnWHuvPT09PjwMOOGCzewMAAAAAAAAAAAAAAABqj9AcDUJWVlYcdNBBCbWXX345ysrKqrzHSy+9lDDeY489olWrVrXRHgAAAAAAAAAAAAAAAFBLhOZoMI4++uiE8Zw5c2LkyJFVWvvll1/Gp59+mlA76qijaq03AAAAAAAAAAAAAAAAoHaklVXnUVuwFSsrK4vjjz8+Jk+eXF7r0KFDvPrqq5Gbm7vBdaWlpXHKKafEhAkTymutW7eO4cOHR5MmTeq0ZwAAAAAAAAAAAAAAAKB6PGmOBiMtLS1+9atfJdQKCgrioosuipUrV1a6Zu3atXHllVcmBOYiIi688EKBOQAAAAAAAAAAAAAAANgCedIcDU7//v1j2LBhCbUOHTpEv379Yr/99ov8/PxYtGhRfP755zFo0KCYOnVqwtw999wzhgwZEpmZmfXZNgAAAAAAAAAAAAAAAFAFQnM0OCtXrox+/frF+PHjq712u+22i6eeeiry8/ProDMAAAAAAAAAAAAAAABgc6UnuwGob3l5eTFo0KA4/PDDq7Wud+/e8cwzzwjMAQAAAAAAAAAAAAAAwBbMk+Zo0EaMGBEPP/xwjBkzZoNzunXrFv369YsTTjgh0tLS6rE7AAAAAAAAAAAAAAAAoLqE5iAi5s+fH+PGjYuCgoIoKiqKxo0bR7t27aJXr17RqVOnZLcHAAAAAAAAAAAAAAAAVJHQHAAAAAAAAAAAAAAAAAApIz3ZDQAAAAAAAAAAAAAAAABAbRGaAwAAAAAAAAAAAAAAACBlCM0BAAAAAAAAAAAAAAAAkDKE5gAAAAAAAAAAAAAAAABIGUJzAAAAAAAAAAAAAAAAAKQMoTkAAAAAAAAAAAAAAAAAUobQHAAAAAAAAAAAAAAAAAApQ2gOAAAAAAAAAAAAAAAAgJQhNAcAAAAAAAAAAAAAAABAyhCaAwAAAAAAAAAAAAAAACBlCM0BAAAAAAAAAAAAAAAAkDKE5gAAAAAAAAAAAAAAAABIGUJzAAAAAAAAAAAAAAAAAKQMoTkAAAAAAAAAAAAAAAAAUobQHAAAAAAAAAAAAAAAAAApQ2gOAAAAAAAAAAAAAAAAgJQhNAcAAAAAAAAAAAAAAABAyhCaAwAAAAAAAAAAAAAAACBlCM0BAAAAAAAAAAAAAAAAkDKE5gAAAAAAAAAAAAAAAABIGUJzAAAAAAAAAAAAAAAAAKQMoTkAAAAAAAAAAAAAAAAAUobQHAAAAAAAAAAAAAAAAAApQ2gOAAAAAAAAAAAAAAAAgJQhNAcAAAAAAAAAAAAAAABAyhCaAwAAAAAAAAAAAAAAACBlCM0BAAAAAAAAAAAAAAAAkDKE5gAAAAAAAAAAAAAAAABIGUJzAAAAAAAAAAAAAAAAAKQMoTkAAAAAAAAAAAAAAAAAUobQHAAAAAAAAAAAAAAAAAApQ2gOAAAAAAAAAAAAAAAAgJQhNAcAAAAAAAAAAAAAAABAyhCaAwAAAAAAAAAAAAAAACBlCM0BAAAAAAAAAAAAAAAAkDKE5gAAAAAAAAAAAAAAAABIGUJzAAAAAAAAAAAAAAAAAKQMoTkAAAAAAAAAAAAAAAAAUobQHAAAAAAAAAAAAAAAAAApQ2gOAAAAAAAAAAAAAAAAgJQhNAcAAAAAAAAAAAAAAABAyhCaAwAAAAAAAAAAAAAAACBlCM0BAAAAAAAAAAAAAAAAkDKE5gAAAAAAAAAAAAAAAABIGUJzAAAAAAAAAAAAAAAAAKQMoTkAAAAAAAAAAAAAAAAAUobQHAAAAAAAAAAAAAAAAAApQ2gOAAAAAAAAAAAAAAAAgJQhNAcAAAAAAAAAAAAAAABAyhCaAwAAAAAAAAAAAAAAACBlCM0BAAAAAAAAAAAAAAAAkDKE5gAAAAAAAAAAAAAAAABIGUJzAAAAAAAAAAAAAAAAAKQMoTkAAAAAAAAAAAAAAAAAUobQHAAAAAAAAAAAAAAAAAApQ2gOAAAAAAAAAAAAAAAAgJQhNAcAAAAAAAAAAAAAAABAyhCaAwAAAAAAAAAAAAAAACBlCM0BAAAAAAAAAAAAAAAAkDKE5gAAAAAAAAAAAAAAAABIGUJzAAAAAAAAAAAAAAAAAKQMoTkAAAAAAAAAAAAAAAAAUobQHAAAAAAAAAAAAAAAAAApIzPZDQAAAACJ5syZE3379k2o3X777XHSSSclqaP6d9ZZZ8Unn3xSPt5nn33iySefTGJHAAAAAAAAqWPgwIFx7733JtQmT568yXVbyh1Ot27dEsaXXnppXHbZZfXeBwAAsOXypDkAAAAAAAAAAAAAAAAAUoYnzQEAALDFquyJaxuTnZ0deXl50bRp0+jUqVN079499thjjzjggAMiOzu7DjsFAAAAAABoWNzjAAAAsCUTmgMAACBlrF27NhYvXhyLFy+Or7/+Oj744IOIiGjRokX85Cc/iYsvvjhyc3OT3GVquuaaa2Lo0KHl4w4dOsTIkSOT2BEAAAAAALAlcY/TsB166KFRUFBQPj7xxBPjjjvuSGJHAABAqktPdgMAAABQ15YsWRKPPPJIHHvssTFmzJhktwMAAAAAAMD/5x4HAACAuuBJcwAAAGxVcnJyYrvttqv0tdWrV8fSpUtj6dKllb5eUFAQ559/fjz55JOx66671mGXAAAAAAAADY97HAAAALYUQnMAAABsVXr27BlPPvnkRufMmzcvRo4cGYMGDYpZs2YlvLZixYro379//Otf/4qsrKy6bJXNsKnPGAAAAAAA2PK4x0l9W8odzuTJk5PdAgAAsIVLT3YDAAAAUNvatm0bp59+erz88stxxBFHVHh91qxZ8dxzzyWhMwAAAAAAgIbNPQ4AAAD1QWgOAACAlJWTkxN33XVXdOnSpcJrL7/8chI6AgAAAAAAIMI9DgAAAHVLaA4AAICU1qhRo7jgggsq1CdMmBDLli1LQkcAAAAAAABEuMcBAACg7mQmuwEAAACoawceeGCF2rp162L69Omx55571mjP0tLSmDhxYnzzzTexePHiWL58eeTl5UXLli1j++23j+7du0daWtrmtl4r5s+fH9OnT485c+bEypUrY/Xq1ZGXlxfbbLNNtG/fPnr16hWNGjVKdpt17ptvvolJkybF4sWLY8mSJZGdnR0tW7aM/Pz82GOPPaJx48Z13kNxcXGMHz8+pk2bFkuWLInMzMxo2bJldO7cOXbbbbfIyMiolXPKyspi9uzZMXny5Fi4cGGsXLkySktLo3HjxpGTkxNt27aNDh06ROfOnSMz078eAgAAAAAgeVL1Hqe+7gS+s3bt2vjss89i7ty5sWjRokhPT49tt902dt5559h11123mHurLVVZWVlMnjw5vv7661i8eHEsW7YsmjZtGi1btoyOHTtGjx49Ij297p9TsWLFihg7dmx8/fXXsWLFisjJyYmWLVtG9+7dK30qIwAAsGH+X1EAAACkvJYtW0ZeXl6sXLkyob5kyZJq7zVq1Kh49tln46OPPorly5dvcF7z5s3j4IMPjgsuuKDeL7AWL14cb7/9dowaNSo+/fTTWLRo0UbnZ2VlxR577BFnnHFGHHnkkVW+8Dv00EOjoKCg0tcKCgqiW7dum9zjiSeeiB/84AcV6meddVZ88skn5eN99tknnnzyySr19X3Lly+Pxx57LIYPHx5Tp07d4LxGjRpFnz594tRTT43DDz+82ue8+OKLce211ybURowYER07doyIiIULF8ZDDz0UQ4cOjRUrVlS6R7NmzeLEE0+Miy66KFq0aFHtHiIiZsyYEU899VS88cYbm/zcIyKaNGkSPXr0iAMOOCCOPPLI2GGHHWp0LgAAAAAA1NTWdo+zpdwJfGfOnDlx7733xvDhwyv8DL/TunXrOPXUU6Nfv36Rm5u7WedV9Q5nzpw50bdv3w3uM3To0Bg6dOgmz5s8eXKl9fXvoS699NK47LLLNrnf+mbMmBGPPPJIvPfee7Fw4cINzmvevHnsv//+8Ytf/CK6d+9e7XOuueaahPfboUOHGDlyZPl40qRJcf/998fIkSOjuLi40j06dOgQP//5z+NnP/tZZGVlVbsHAABoaITmAAAAaBBycnIqXBRu6OKwMpMnT47bbrstPv744yrNX7p0abz00kvx6quvxsknnxw33HBDZGdnV6vnmvjNb34Tb775ZpSUlFR5TXFxcXz66afx6aefRpcuXWLAgAHRtWvXOuyyfjz55JMxcODAWLZs2SbnrlmzJj744IP44IMPYs8994ybb765SqG/qhg2bFjccMMNG72cj/hfwG/w4MHx8ssvx4MPPhh77LFHlc8oKyuLAQMGxCOPPLLBi9TKrFq1KkaPHh2jR4+OJ598Mj788MMqrwUAAAAAgNqSKvc49XEn8H2DBw+Ou+++O1atWrXReQsXLoyBAwfGCy+8EAMHDoyePXvW6LxUsmrVqvjTn/4U//znP6t0r7Z06dJ47bXX4vXXX49jjz02brjhhthmm202u4/v7ngeeuihKC0t3ejcgoKCuOWWW+KFF16IRx55JFq1arXZ5wMAQCqr+2dFAwAAwBagsm/yrOo3aY4cOTJOPfXUKl+0fl9paWk899xzcdZZZ8W3335b7fXVNWbMmGoF5tY3bdq0OOWUU2LUqFG12FX9Ki0tjRtvvDFuvfXWKgXm1jdmzJg4/fTT46OPPtrsXp555pm4/PLLN3k5/n1Lly6Nfv36xaRJk6q85uqrr47777+/WoE5AAAAAADYUqTCPU593Ql85+67747bbrttk4G57/vmm2/irLPOigkTJlT7vFSyePHiOOecc+KZZ56p9r1aWVlZvPLKK3H66afHN998s1l9rFu3Ln7729/G/fffv8nA3Pd98cUXccYZZ0RhYeFmnQ8AAKnOk+YAAABIebNmzar0wnC77bbb5NpXX301rrrqqli3bl1CPSsrK/bdd9/Yfffdo23bttG0adMoKiqKgoKC+Oijj+Kzzz5LmD927Ni49NJL44knnoisrKzNe0NVlJGREd27d4+uXbvGDjvsEC1atCi/YF65cmXMnDkzxo0bF59//nnC+ysqKoorrrgiXnrppWjXrt0G9+/SpUs0bdo0IiLmzp2bEFDLysqKLl26bLLHnJycmr69Dfrd734XL7zwQoV6o0aN4oADDojevXtH69atY/Xq1VFQUBAjRoyIyZMnJ8xduXJlnH/++TF48ODYe++9a9TH+++/H7fcckuUlZVFRETTpk3jhz/8Yey5557RqlWrWLduXRQUFMS7774b48aNS1hbVFQU1157bTz//PORmbnxf30zdOjQePnllyvUW7ZsGfvvv3/svPPOkZ+fH40bN47Vq1dHYWFhzJkzJ6ZOnRpjx46tUbAQAAAAAABqSyrc49TXncB3Bg0aFA888ECFenZ2dhxwwAHRp0+fyM/Pj6KiopgzZ06MHDkypkyZUn7eJZdcEkceeWS132d1ZGVlxS677FI+njZtWsKX/22zzTYbvYeqK6tXr45zzjmn/OfxfS1atIjDDz88unXrFi1btoylS5fG9OnTY9iwYbFgwYKEuVOnTo3TTz89XnrppWjevHmNern77rvj1VdfLR+3a9cuDjrooNh5552jRYsWUVRUFNOmTYu33nor5syZk7B2xowZ8Ze//CVuvPHGGp0NAAANgdAcAAAAKW/YsGEVattss80mQ11fffVV/O53v0u4aM3MzIxzzjknzjvvvGjZsmWl6y677LKYNGlSXH/99TFx4sTy+ueffx5//etf4+qrr67hO9m0rKysOOKII+K4446LfffdtzzUtjEFBQXx17/+NV577bXy2tKlS+Omm26KBx98cIPrHn744fL/fs0118TQoUPLx/n5+ZUGuerav/71r0oDc3379o3f//730aZNmwqvXX755fHOO+/E73//+5g/f355vbi4OH7729/Gyy+/XKWf4/ruuOOOWLduXaSlpUW/fv3ioosuimbNmlWYd/HFF8e//vWvuOaaa2LNmjXl9UmTJsWwYcPiRz/60UbPuf/++xPGGRkZ8etf/zrOPvvsyM7O3uja0tLSGDt2bLz88su18mQ9AAAAAACorlS4x6mvO4GIiOnTp8fdd99doX7ggQfGLbfcEm3btq3w2hVXXBHDhw+Pm266KRYtWhTz5s2L5557rprvsnratGmTcFd06KGHRkFBQcL4jjvuqNMeKnPbbbdVCMxlZGTE+eefHxdffHE0atSowpprr702Bg0aFAMGDIi1a9eW1+fOnRs33HBD3HvvvdXuY8GCBeV3bbm5uXHNNdfET37yk8jIyKgw94orroi//e1vCXdzERHPPvts/PKXv6z0/gsAAIhIT3YDAAAAUJcWLFgQjz32WIX6j370o0hP3/Afi9etWxe//vWvE77ZNCcnJx599NG46qqrNnjR+p1dd901nn322fjhD3+YUH/yySdj3rx51XwXVff888/HwIED4/DDD69y0KtDhw7xl7/8JS677LKE+nvvvRfTp0+vizbrRGFhYdx0000V6qecckrcd999G70wPOSQQ+Kpp56qMKegoCDuueeeGvWzZs2aSEtLizvuuCOuvvrqSi/Hv3PMMcfEH//4xwr1f/7znxs946uvvoqvv/46oXbxxRfHeeedt8nAXMT/LoH33nvv+MMf/hCvvPLKJucDAAAAAEBtSpV7nPq4E/jOTTfdlBC4i4g4+uij48EHH6w0MPedww8/PJ588slo1apVRPzviWsNzWeffVYhLJienh633XZbXHHFFZUG5iL+d59y3nnnxcCBAys8iXD48OGVBj83pbi4OMrKyqJ58+bx9NNPxymnnFJpYC7if08QvPLKK+OUU05JqJeWllb6ZZIAAMD/CM0BAACQsmbNmhXnnXdeLF68OKGek5MTv/zlLze6dtiwYRW+ZfK2226Lfffdt8rnZ2dnx4ABA6JFixblteLi4hg0aFCV96iumjwR7TuXXHJJ9OrVq3xcVlYWzz//fG20VS+GDh0ay5YtS6j16tUrbr755khLS9vk+k6dOsWAAQMqzH3xxRcr7FtV5557bpxwwglVmnvsscfGbrvtllD79NNPK1x8f9/s2bMr1H76059Wq8fvNGnSpEbrAAAAAACgJlLtHqeu7wQiIiZPnhz/+c9/Emrbb7993HnnnRsNGX5nxx13jD/96U9V6jEVDR48uELtnHPOqfLndvDBB0f//v0r1Dfn7u+2226LXXbZpUpzf/Ob31QI9n3wwQc1PhsA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o/Nzc3MTxvV90dquXbvo0qVLQm3ChAk1+obVp59+ukJt//33r3FvW7Idd9yxQm3FihVJ6AQAAAAAgIYs1e9xasuBBx6YMF6wYEG8++671d6nsp9rXUv2XdJ+++1XIbj3yiuvVLuPkpKSSn9+qXqXBAAAWzOhOQAAABqEjIyMuPjiiyvUH3zwwUqDYhdeeGGF2g033FCjMFp9aN26dcL4888/r9Yl31dffRUPPvhgjc9v1qxZwnj58uWxbNmyGu9XE2eccUaF2i233BJlZWVV3mP8+PExdOjQhFpOTk6cdNJJm93flmjhwoUVai1btkxCJwAAAAAANGSpfo9TW0499dQKtT/96U+VPpFvQ0aNGhUjRoyozbaqZP27pNmzZ9fr+W3atInDDjssobZo0aK49957q7XP4MGDY8aMGQm1vfbaK7p3777ZPQIAALVLaA4AAIAG49hjj63wZK0FCxbEM888U2HucccdV2HunDlz4oILLoj58+fX6PyVK1fGww8/HC+//HKN1m9M7969E8ZFRUVVvuSbM2dOXHTRRdW6UF1ft27dKtTee++9Gu9XEyeccEI0b948oTZ27Ni45ZZbqrS+oKAg+vfvH+vWrUuo/+QnP6lwkbulePHFF2PYsGFRWlpa7bXFxcUVnqqXnp4eXbt2ra32AAAAAACgylL5Hqe2dOvWLX7wgx8k1GbOnBnXXntthfuNysycOTOuuuqqumpvo3beeeeE8VdffRVz586t1x7OPffcCrVBgwbF66+/XqX177//ftx9990V6j//+c83tzUAAKAOCM0BAADQYKSnp8ell15aof7II4/E6tWrE2oZGRkxYMCAyM3NTaiPGzcuTjzxxHjqqacq/WbT9ZWUlMSoUaPid7/7XRx88MFx1113xaJFizbvjVTiiCOOiPT0xD/mP/roo3HPPfdESUnJBte99tprceqpp5Z/m2deXl6Nzt99990rnP+nP/0p3n777SguLq7RntWVm5sbv//97yvUn3rqqejfv/9Gf+7vvfdenH766RUuZzt06BCXX355rfdaWyZNmhT9+/ePww8/PO6+++6YOHFildYVFBTERRddFP/9738T6v/3f/9X4amFAAAAAABQH1L5Hqc2/f73v4/s7OyE2muvvRYXXXTRRgODb7/9dpx55pmxcOHCiIho3Lhxnfa5vr322ithvG7durj88ssr3FXUdQ+nnXZahT6uuuqqGDhw4Aa/YLK0tDQee+yxuPTSSyvcex1++OFx+OGH11nPAABAzWUmuwEAAACoT0cffXTcf//98dVXX5XXFi5cGE899VT84he/SJi78847x1133RWXXXZZQvDs22+/jT/84Q9xzz33RJ8+fWL33XePli1bRtOmTWPVqlWxfPnymDt3bkycODG++OKLWLlyZZ2/rx122CGOO+64eOmllxLq999/fwwdOjSOPPLI6NatW+Tk5MSyZctixowZMXLkyJg1a1b53CZNmsSVV14ZN910U7XPz8/PjwMOOCDh6XKLFi2KSy65JLKysqJdu3bRpEmTSEtLS1h36623Rq9evap93oYcc8wx8cEHH8QLL7yQUB82bFi89957ceCBB8bee+8drVu3jjVr1sScOXNi5MiRMWnSpAp7ZWVlxZ///Odo2rRprfVXVwoKCuKBBx6IBx54IFq3bh09evSIXXbZJfLz86NZs2aRlZUVRUVFUVBQEGPGjIlPPvmkwqVudnZ2XH311Ul6BwAAAAAAkLr3OLWpS5cu8etf/zruuOOOhPq7774bhx9+eBx44IHRu3fvaN26daxevTpmz54dI0aMiClTppTPbdOmTRx11FExePDgeuu7b9++0bx581i6dGl5bdy4cXHyySdHbm5u5OfnR6NGjSqsq+0n/11zzTXx2WefJfw8SkpK4t57741nnnkmDjvssOjWrVu0aNEili9fHlOnTo3hw4fHvHnzKuzVrl27uPXWW2u1PwAAoPYIzQEAANCgpKenxyWXXBK/+tWvEuqPPPJInHbaaZGTk5NQP/TQQ+Pxxx+PK664ovybN7+zfPnyGDFiRIwYMaKu266SG264IcaPHx/Tp09PqM+bN2+Tl55ZWVkxYMCAzfpW0auuuio+/fTTKCoqSqgXFxcnhPO+b/25teGWW26JjIyM+Mc//pFQX716dbz11lvx1ltvbXKPvLy8uPfee2Pvvfeu9f7q2sKFC+Pdd9+Nd999t8prsrOz484774ydd9657hoDAAAAAIBNSOV7nNrUr1+/WLJkSTz44IMJ9TVr1sTw4cNj+PDhG1ybk5MT9913X7XuEWpDo0aN4pprrolrrrmmwmuFhYUxY8aMeumjcePGMXjw4PjlL38Z48ePT3jt22+/jeeee65K+3Tp0iUeeeSRaN68eR10CQAA1Ib0ZDcAAAAA9e2oo46Kbt26JdQWL14cQ4YMqXR+nz594sUXX4zjjjsuMjIyanxuWlpa/OAHP4jevXvXeI+Nadq0aTz++OOxxx57VGtdfn5+DBo0KA466KDNOn+nnXaKxx57LLbffvvN2mdzZWRkxC233BLXX399bLPNNtVev8cee8TTTz8d++23Xx10V7tatWpV4el91bXzzjvH4MGD4+ijj66lrgAAAAAAoOZS9R6ntv3617+Oa6+9Npo0aVLlNW3bto3BgwdHr1696rCzDTvxxBPj1ltvjdzc3KSc/52WLVvGE088EaeeempkZlbv2RNpaWnx4x//OJ555plo3759HXUIAADUBqE5AAAAGpy0tLS47LLLKtQfffTRWLlyZaVr8vPz489//nMMGzYszjnnnOjSpUuVzsrNzY1DDjkkrrvuuhgxYkQ88cQTsfvuu29W/xvTpk2bGDJkSNx4443RqVOnjc7t0KFDXH755fHGG29Enz59auX8PffcM95444146KGH4vTTT4+999478vPzIycnJ9LT6/dfQ5x99tkxfPjwuOiii2LHHXfc6NxGjRrFD3/4wxg4cGA899xzFS7jt1QXXnhhfPDBB/HHP/4xjj322OjYsWOV1mVlZcWBBx4Yd911V7z00kux11571XGnAAAAAABQNal8j1Pbzj333Hj11VfjxBNPjLy8vA3Oa9WqVVx00UXx+uuvx2677VaPHVb005/+NN5///24/fbb4/jjj4/u3btHq1atonHjxvXaR5MmTeLmm2+OV199NX7yk59E69atNzq/efPm8eMf/zhefPHF+Mtf/lKjL24EAADqV1pZWVlZspsAAACArdGiRYti4sSJsWTJkli6dGkUFRVFTk5O5ObmRps2bWLHHXeMDh06bPaTwDbH9OnT47///W8sWbKkvL82bdpEt27dNhkkSzUFBQUxadKkWLJkSSxZsiSysrKiZcuWkZ+fH3vssUe1vol1S7ZkyZL4+uuvY/bs2eWfe8T/Lv632Wab6NKlS3Tt2jWys7OT3CkAAAAAANSdreEepzatXbs2Pvvss/jmm29i0aJFkZaWFttuu21069Ytdt1113r/csOtTVlZWXz55Zfx9ddfx7fffhsrVqyIvLy8aNmyZXTs2DF69uzpZwgAAFsZoTkAAAAAAAAAAAAAAAAAUoavvQAAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFJGZrIbgPUtXbo0xo4dG7NmzYrCwsLIzs6O/Pz86N69e3Tp0qVOziwsLIyxY8fGzJkzY/ny5ZGZmRnbbrttdOvWLXbddddIS0urk3MBAAAAAAAAAAAAAACA2iU0RwVLliyJCRMmxH//+98YP358TJgwIRYuXJgw59JLL43LLrusVs8dPXp0PPDAAzFq1KgoLS2tdM72228fZ555Zpx22mmRlZW12WdOnjw57r///nj77bejuLi40jn5+fnxs5/9LH7+859HTk7OZp8JAAAAAAAAAAAAAAAA1J20srKysmQ3QfINGjSoPCQ3e/bsTc6vzdBccXFx3H777fHUU09Vec3OO+8cAwcOjM6dO9fozLKysrj//vvjvvvui5KSkiqtad++fQwYMCB22223Gp0JAAAAAAAAAAAAAAAA1D2hOSIiolu3btWaX1uhuZKSkujfv3+MGDGi2mtbtmwZQ4YMiS5dulR77c033xxPP/10tdc1btw4HnnkkejTp0+11wIAAAAAAAAAAAAAAAB1LzPZDdCw/eUvf6kQmGvRokWceeaZcdhhh0W7du1i6dKlMWHChHj88cdj/Pjx5fMWL14cF154YQwdOjTy8vKqfOZTTz1VITCXk5MTp556ahx99NHRqVOnKCwsjClTpsSQIUPiww8/LJ+3evXquPTSS+Oll16Kdu3a1fBdAwAAAAAAAAAAAAAAAHXFk+aIiIpPmsvJyYmePXtGz549o1evXnHFFVckvF4bT5r78ssv44QTTojv/wp27do1Hn300WjTpk2F+WVlZXH77bfH4MGDE+o///nP4+qrr67SmYsWLYrDDjssVq1aVV5r06ZNPProo9G1a9dK1zz22GNx5513JvR55JFHxt/+9rcqnQkAAAAAAAAAAAAAAADUH0+aIyIidtttt+jVq1f5f3bcccdIT08vf3390FxtuOeeexKCaLm5ufHwww9XGpiLiEhLS4vrrrsu5syZk/B0uqeffjrOPffcDa77vgceeCAhMJeRkRF///vfNxiYi/hfKG/u3LnxxBNPlNfeeuutmDhxYvTo0WOTZwIAAAAAAAAAAAAAAAD1J33TU2gI/vnPf8aNN94YJ554Yuy0004Jgbm6MGnSpHjnnXcSav3794927dptcu1NN90UjRs3Lh+vXr06Hn300U2uW7RoUTz77LMJtTPOOCN69uy5ybVXXHFF5Ofnl4/Lysri73//+ybXAQAAAAAAAAAAAAAAAPVLaI6keOONNxLGOTk5cfLJJ1dpbX5+fhxxxBEJtWHDhm1y3YgRI6K4uLh8nJaWFmeffXaVzszJyYmf/OQnCbX3338/CgsLq7QeAAAAAAAAAAAAAAAAqB9CcyTFiBEjEsaHH3545OXlVXn9SSedlDCeN29eTJgwoVpn7r333tGpU6can7l27dr44IMPqrweAAAAAAAAAAAAAAAAqHtCc9S7b775JqZOnZpQ22effaq1x5577hlZWVkJtXfffXeD89euXRsfffTRZp253XbbRdu2bat8JgAAAAAAAAAAAAAAAFD/hOaod5MnT65Q22uvvaq1R+PGjaN79+4JtSlTpmxw/syZM2Pt2rWbdWZlazZ2JgAAAAAAAAAAAAAAAFD/hOaod9OnT08YZ2ZmRufOnau9T5cuXRLGM2bMqPKZla2v7TMBAAAAAAAAAAAAAACA+ic0R72bNm1awrhNmzaRnl79X8W2bdsmjGfOnBmlpaVVOjMjIyPatGmz2WcWFhbG/Pnzq70PAAAAAAAAAAAAAAAAUDeE5qh3CxYsSBivH0Srqvbt2yeM165dG0uXLq3Sma1bt46MjIzNPjMihOYAAAAAAAAAAAAAAABgC5KZ7AZoeIqKihLGeXl5NdonNze30r1btWpVZ2dWtq6wsLBGe9WX0tLSmDdvXoV627ZtaxQcBAAAAAAAoPa50wEAAAAAAKg9QnPUu/UDbI0bN67RPpWt21CAbf0zGzVqVKMzK1u3/t5bmnnz5kXHjh0r1OfMmRMdOnRIQkcAAAAAAACsz50OAAAAAABA7UlPdgM0PKtWrUoYZ2dn12ifykJzGwqwrX9mTUNz1TkTAAAAAAAAAAAAAAAAqH+eNAcN1Pjx42PevHnJbgMAAAAAAKDG9t5772S3UOfc6QAAAAAAAFu7ZNzpeNIc9a5JkyYJ47Vr19Zon9WrV1eo5eTkVOnMNWvW1PmZAAAAAAAAAAAAAAAAQP3zpDnq3fohs8qCaFVR2brc3NwqnVnT0Fxl67bW0Nyuu+4aHTp0SHYbAAAAAAAAbIQ7HQAAAAAAgOoTmqPerR8yW7lyZY32KSws3OTetX1mZes2FNTb0mVlZUVWVlay2wAAAAAAAGAj3OkAAAAAAABUX3qyG6Dhyc/PTxjPmzevRvvMnTs3YZydnR3Nmzev0pkLFy6M0tLSzT6zsr0BAAAAAAAAAAAAAACA5BGao97tuOOOCeP58+fHunXrqr3P+gG2zp07R0ZGRpXOLC0tjfnz52/2mbm5udG2bdtq7wMAAAAAAAAAAAAAAADUDaE56l2XLl0SxiUlJTFz5sxq7zN9+vSE8Q477FDlMyMipk2bVqdnAgAAAAAAAAAAAAAAAPVPaI56161btwq1MWPGVGuP1atXx8SJExNqO++88wbnd+7cObKzszfrzIiIzz//vMpnAgAAAAAAAAAAAAAAAPVPaI561759+9hpp50Sap988km19hgzZkwUFxcn1A4++OANzs/Ozo799ttvs86cPXt2zJ07t8pnAgAAAAAAAAAAAAAAAPVPaI6k6Nu3b8L4rbfeisLCwiqvf+mllxLGbdu2jZ49e1brzNGjR8fs2bOrfObQoUMTxtnZ2bH//vtXeT0AAAAAAAAAAAAAAABQ94TmSIqjjjoqYVxUVBQvvPBCldYuXLgw3nzzzYTakUceucl1ffv2jaysrPJxWVlZDBkypEpnrlq1Kp5//vmE2oEHHhi5ublVWg8AAAAAAAAAAAAAAADUD6E5kqJ79+5xyCGHJNT+9re/xfz58ze59uabb47Vq1eXjxs1ahS/+MUvNrlu2223jZ/97GcJtSFDhsQXX3yxybX33HNPQm9paWlx8cUXb3IdAAAAAAAAAAAAAAAAUL+E5kiaX/3qV5GWllY+XrFiRZx33nkbDM6VlZXFHXfcEcOHD0+on3HGGdGmTZsqnXnhhRdGkyZNysclJSVx8cUXx9SpUze45vHHH4/Bgwcn1I444ojo0aNHlc4EAAAAAAAAAAAAAAAA6k9mshtgyzBhwoR48803qzx/1KhRsWbNmkpfa9asWVxwwQWb3GOXXXaJfv36xWOPPVZemzJlSpxwwglx1llnxaGHHhrt2rWLZcuWxYQJE+Lxxx+PcePGJeyx3XbbxSWXXFLlvlu3bh1XXnll3HLLLeW1uXPnximnnBKnnnpqHHPMMdGxY8coKiqKyZMnx5AhQ+KDDz5I2KN58+ZxzTXXVPlMAAAAAAAAAAAAAAAAoP6klZWVlSW7CZLvxRdfjGuvvbZW9urQoUOMHDmySnNLSkri0ksvjXfeeafa57Ro0SKGDBkSO+20U7XX3nTTTfHMM89Ue13jxo3j4Ycfjn322afaa5OloKAgOnbsWKE+Z86c6NChQxI6AgAAAAAAYH3udAAAAAAAAGpPerIboGHLzMyMgQMHxmmnnVatdV27do1nn322RoG5iIjf//73cdlll0VGRkaV17Rr1y6eeOKJrSowBwAAAAAAAAAAAAAAAA2N0BxJl5WVFTfddFM89dRTsf/++0d6+oZ/LTt16hTXXXddDB06NDp37lzjM9PS0uLSSy+NF198MY466qjIysra4NzWrVvHZZddFq+//nrsvvvuNT4TAAAAAAAAAAAAAAAAqHtpZWVlZcluAr5vyZIlMXbs2Jg1a1YUFhZGVlZW5OfnR48ePWr8ZLlNWblyZYwZMya+/vrrWLFiRWRkZESrVq1il112ie7du0daWlqdnFsfCgoKomPHjhXqc+bMiQ4dOiShIwAAAAAAANbnTgcAAAAAAKD2ZCa7AVhfixYt4pBDDqnXM/Py8uKAAw6IAw44oF7PBQAAAAAAAAAAAAAAAGpXerIbAAAAAAAAAAAAAAAAAIDaIjQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZWQmuwEAAAAAAAAAAAAAAAAg9c2ePTv23XffSl/7+OOPo1OnTvXcEanKk+YAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKSMz2Q0AAAAAAAAAAAAAAADQcM2ePTv23XffSl/7+OOPo1OnTvXcEbC186Q5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKSMz2Q0AAAAAAAAAAAAAAACsb/bs2bHvvvtW+trHH38cnTp1queOANhaeNIcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKEJoDAAAAAAAAAAAAAAAAIGUIzQEAAAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKEJoDAAAAAAAAAAAAAAAAIGUIzQEAAAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAACkjM9kNAAAAAAAAAAAAAABsjtmzZ8e+++5b6Wsff/xxdOrUqZ47AgAgmTxpDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZWQmuwEAAAAAAAAAAAAAAKiK2bNnx7777lvpax9//HF06tSpnjsCALZEnjQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMrITHYDAAAAAAAAAAAAAAAAQM1ccecXsbywJNltVEnRivkbfO2qu7+MnKZL6rGbmmuWmxl3X9U92W2wEUJzAAAAAAAAAAAAAAAAsJVaXlgSK7aS0Nzqog33WVhUEqXpW8f7YMuXnuwGAAAAAAAAAAAAAAAAAKC2CM0BAAAAAAAAAAAAAAAAkDIyk90AfF9xcXFMnjw5pk6dGsuXL4/CwsJo0qRJNG3aNLbffvvo0aNHNGnSpFbPXLp0aYwdOzZmzZoVhYWFkZ2dHfn5+dG9e/fo0qVLrZ4FAAAAAAAAAAAAAAD14Yo7v4jlhSXJbqNKilbM3+BrV939ZeQ0XVKP3dRcs9zMuPuq7sluAwihObYQn376aTz99NMxYsSIWLNmzQbnZWRkxA9+8IM45ZRT4qijjoq0tLQanzl69Oh44IEHYtSoUVFaWlrpnO233z7OPPPMOO200yIrK6vGZwEAAAAAAAAAAAAAQH1aXlgSK7aS0Nzqog33WVhUEqXpW8f7ALYcQnMk1dKlS+OWW26J1157rUrzS0tLY9SoUTFq1KjYa6+94vbbb4/OnTtX68zi4uK4/fbb46mnntrk3K+//jr++Mc/xj//+c8YOHBgtc8CAAAAAAAAAAAAAAAA6ld6shug4VqyZEmcffbZVQ7Mre/zzz+P0047LaZOnVrlNSUlJXH55ZdXKTD3fVOmTInTTjstpk2bVt02AQAAAAAAAAAAAAAAgHrkSXMkza9//euYPHlyQq1Ro0Zx0kknxWGHHRZdu3aNvLy8KCoqimnTpsV7770X//jHP2LlypXl8xcvXhy//OUv4/XXX4/GjRtv8sy//OUvMWLEiIRaixYt4swzz4zDDjss2rVrF0uXLo0JEybE448/HuPHj08468ILL4yhQ4dGXl7eZr57AAAAAAAAAAAAAAAAoC4IzZEUw4cPj1GjRiXU2rdvHw8//HDstNNOCfXc3Nxo3bp17LvvvnHWWWfFL3/5y5gyZUr563PmzIlBgwbFRRddtNEzv/zyyxg0aFBCrWvXrvHoo49GmzZtymvbbLNNbL/99nHMMcfE7bffHoMHDy5/bdasWXHffffF1VdfXe33DAAAAAAAAAAAAAAAANS99GQ3QMM0dOjQhHF6enrcd999FQJz62vfvn089NBDkZOTk1B/5ZVXNnnmPffcE2VlZeXj3NzcePjhhxMCc9+XlpYW1113XfTt2zeh/vTTT8f8+fM3eR4AAAAAAAAAAAAAAABQ/4TmSIqPPvooYXzAAQdE9+7dq7S2Xbt2cfzxxyfUpk+fHosWLdrgmkmTJsU777yTUOvfv3+0a9duk+fddNNN0bhx4/Lx6tWr49FHH61SrwAAAAAAAAAAAAAAAED9Epqj3q1YsSKKiooSar17967WHn369KlQW7BgwQbnv/HGGwnjnJycOPnkk6t0Vn5+fhxxxBEJtWHDhlVpLQAAAAAAAAAAAAAAAFC/hOaod+sH5iIimjdvXq09KptfXFy8wfkjRoxIGB9++OGRl5dX5fNOOumkhPG8efNiwoQJVV4PAAAAAAAAAAAAAAAA1I/MZDdAw9OiRYtIT0+PdevWldeWLVtWrT0qm7/ttttWOvebb76JqVOnJtT22Wefap235557RlZWVkIw7913342ePXtWax8AAAAAAAAAAAAAgGS54s4vYnlhSbLbqLKiFfM3+NpVd38ZOU2X1GM3NdcsNzPuvqp7stsAaFCE5qh32dnZ0bVr15g8eXJ57bPPPovzzz+/ynt89tlnCeM2bdpEhw4dKp37/XO+s9dee1X5rIiIxo0bR/fu3WPcuHHltSlTplRrDwAAAAAAAAAAAACAZFpeWBIrtqLQ3OqiDfdaWFQSpelbz3sBoH6lJ7sBGqYf//jHCeP333+/0nBbZRYsWBAvvvhiQu3kk0/e4Pzp06cnjDMzM6Nz585Va/R7unTpkjCeMWNGtfcAAAAAAAAAAAAAAAAA6pbQHElx+umnR7t27crHpaWlcckll8TXX3+90XULFiyICy+8MIqKisprHTt2jF/84hcbXDNt2rSEcZs2bSI9vfq/+m3btk0Yz5w5M0pLS6u9DwAAAAAAAAAAAAAAAFB3hOZIiry8vBgwYEDk5OSU12bPnh0nnHBC3H777TF69OhYtmxZlJSUxIoVK2LcuHFxzz33xLHHHhsTJ04sX9O6det46KGHIjc3d4NnLViwIGG8fvitqtq3b58wXrt2bSxdurRGewEAAAAAAAAAAAAAAAB1IzPZDdBw7b777vHMM8/ElVdeGV999VVERBQVFcXjjz8ejz/++EbXpqWlxRFHHBE33nhjbLvtthud+/2n0kX8L7BXE5UF84qKiqJVq1Y12i/ZiouLo7i4ONltAAAAAAAA1FhWVlayW6hz7nQAAACgajb252d/vk4tPuvqaQj/Dm1rVRe/qz7vLZPPuuHwz6ANS8bvrNAcSbXLLrvEyy+/HK+//nq8+OKL8dFHH21yzX777RfXX399dO3atUpnrB+aa9y4cY16rWxdYWFhjfbaEkyaNCm+/fbbZLcBAAAAAABQY3vvvXeyW6hz7nQAAACgaubPn7/B17788stYsmRJPXZDXfJZV11mZmbsvvvuyW6DDfjiiy+ipKSk1vbzeW+5fNYNR21/1qkkGXc66fV+Iqxn5syZ8fHHH8ekSZOqNP+jjz6Kc889Nx5++OFYs2bNJuevWrUqYZydnV2jPisLza0fyAMAAAAAAAAAAAAAAACSy5PmSJqSkpIYMGBAPPLII7Fu3bryelZWVvTs2TO6dOkSTZs2jcLCwpg5c2aMGzeuPCS3aNGiuOuuu+KVV16J++67L7bbbrtkvQ0AAAAAAAAAAAAA2KpkZm69/zfyjfWemZm5Vb+3iPCEIgCoJVv3/yJgq1VaWhq/+c1v4s033yyvpaWlxZlnnhkXXnhhbLvtthXWLF++PB5//PF48MEHy//H4JQpU+Kcc86JZ599Ntq0aVPpWU2aNEkYr127tkY9r169ukItJyenRnsBAAAAAAAAAAAAQDJkZmbG7rvvnuw2amz27NkbfG3XXXeNTp061WM3tW/cuHGCcwBQC4TmSIpHHnmkQmDuzjvvjOOOO26Da5o1axb9+/eP3r17xwUXXBDFxcUREfHNN9/E9ddfH4888kil69YPtlUWfquKytbl5ubWaK8twa677hodOnRIdhsAAAAAAABshDsdAAAAqJqNBal22WWXrT5IRcPRvXv3ZLdAPfFZNxw+64bDZ71lEZqj3i1evDj+/ve/J9TOOOOMjQbmvu///u//4vLLL4+77rqrvPbvf/87Ro8eHb17964wf/3Q3MqVK2vQdURhYeEm996aZGVlRVZWVrLbAAAAAAAAYCPc6QAAAEDVbOzPz/58zdbE72rD4bNuOHzWDYfPesuSnuwGaHheeeWVhKe2paWlxQUXXFCtPc4666xo2rRpQm3o0KGVzs3Pz08Yz5s3r1pnfWfu3LkJ4+zs7GjevHmN9gIAAAAAAAAAAAAAAADqhifNUe8++eSThPEuu+wSbdq0qdYejRs3jj59+sTIkSPLa2PGjKl07o477pgwnj9/fqxbty7S06uXGV0/NNe5c+fIyMio1h4AAAAAAAAAAAAAsKW54s4vYnlhSbLbqJKiFfM3+NpVd38ZOU2X1GM3m6dZbmbcfVX3ZLcBAClJaI56V1BQkDDu2LFjjfZZf938+ZX/D+AuXbokjEtKSmLmzJkVwnSbMn369ITxDjvsUK31AAAAAAAAAAAAbBlmz54d++67b6Wvffzxx9GpU6d67ggguZYXlsSKrSQ0t7pow30WFpVEafrW8T4AgLpVvUdtQS1YvXp1wrhRo0Y12qdJkyYJ47Vr11Y6r1u3bhVqG3oq3YasXr06Jk6cmFDbeeedq7UHAAAAAAAAAAAAAAAAUPeE5qh3zZo1SxgvXbq0RvssXrw4Ydy8efNK57Vv3z522mmnhNonn3xSrbPGjBkTxcXFCbWDDz64WnsAAAAAAAAAAAAAAAAAdU9ojnq37bbbJownTJgQ69atq/Y+48aNSxi3bt16g3P79u2bMH7rrbeisLCwyme99NJLCeO2bdtGz549q7weAAAAAAAAAAAAAAAAqB9Cc9S7PffcM2G8dOnSeOedd6q1x4QJE2LKlCkJtT59+mxw/lFHHZUwLioqihdeeKFKZy1cuDDefPPNhNqRRx5ZxU4BAAAAAAAAAAAAAACA+iQ0R7076KCDKtTuvPPOWLFiRZXWr127Nv7whz9Uad/vdO/ePQ455JCE2t/+9reYP3/+Js+7+eabY/Xq1eXjRo0axS9+8Ysq9QoAAAAAAAAAAAAAAADUL6E56l23bt3iwAMPTKjNnDkzzj///E2G2JYuXRoXX3xxjBs3LqG+++67x//93/9tdO2vfvWrSEtLKx+vWLEizjvvvA2eWVZWFnfccUcMHz48oX7GGWdEmzZtNnoWAAAAAAAAAAAAAAAAkByZyW6Ahumqq66K0aNHR1FRUXltzJgxcdRRR8XJJ58chxxySHTp0iXy8vKisLAwZs6cGf/+97/jueeei2XLliXslZ2dHdddd90mz9xll12iX79+8dhjj5XXpkyZEieccEKcddZZceihh0a7du1i2bJlMWHChHj88ccrhPO22267uOSSSzbz3QMAAAAAAAAAAAAAAAB1RWiOpOjatWvcc889cckll0RxcXF5vaioKJ544ol44oknqrRPRkZG/OlPf4o99tijSvN/85vfxIwZM+Kdd94pry1evDgGDBgQAwYM2OjaFi1axP333x95eXlVOgsAAAAAAAAAAAAAAACof+nJboCG66CDDopnnnkmdthhhxqt79ChQzz55JNxzDHHVHlNZmZmDBw4ME477bRqndW1a9d49tlnY6eddqpumwAAAAAAAAAAAAAAAEA9EpojqXr16hWvvPJK3HnnnbH33ntHZubGH36Ynp4evXr1iltvvTX+9a9/xd57713tM7OysuKmm26Kp556Kvbff/9IT9/wXwadOnWK6667LoYOHRqdO3eu9lkAAAAAAAAAAAAAAABA/dp4QgnqQXZ2dhx//PFx/PHHx6pVq2LixIkxa9asWL58eRQVFUVOTk40bdo02rdvH7169Yq8vLxaObd3797x6KOPxpIlS2Ls2LExa9asKCwsjKysrMjPz48ePXp4shwAAAAAAAAAAAAAAABsZYTm2KI0adIkevfuHb179663M1u0aBGHHHJIvZ0HAAAAAAAAAAAAAAAA1J30ZDcAAAAAAAAAAAAAAAAAALVFaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKEJoDAAAAAAAAAAAAAAAAIGUIzQEAAAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKyEx2AwAAAAAAAAAAAAAAAEDqa5zXJn542qvJboMGwJPmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABSRmayGwAAAAAAAAAAAACAujB79uzYd999K33t448/jk6dOtVzRwBAZRrntYkfnvZqstsAUojQHAAAAAAAAAAAAIRwDQDAlkaQCoCaSk92AwAAAAAAAAAAAAAAAABQW4TmAAAAAAAAAAAAAAAAAEgZmcluAAAAAAAAAAAAAAAAqqJxXpv44WmvJrsNAGAL50lzAAAAAAAAAAAAAAAAAKQMoTkAAAAAAAAAAAAAAAAAUobQHPD/2Lv74CrLM3/gV5ITDAmgiCEIxhco5a1b2toyuIjjqnWr7e5WbAW34lYcd10H2mHqottdh6rTarEtpUzBjuJYRbGttp26ttuutK61a0RX3FapUlCczEoDWDHhhJck5vfHTvPrgQTycpIneZ7P57/7fp77vq8zVzzh5MzXBwAAAAAAAAAAAAAAAFJDaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUkNoDgAAAAAAAAAAAAAAAIDUEJoDAAAAAAAAAAAAAAAAIDWE5gAAAAAAAAAAAAAAAABIDaE5AAAAAAAAAAAAAAAAAFJDaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNXJJFwAAAAAAAAAAADCY1dfXx+zZszu9VldXF7W1tQNcEQAAAABH40lzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBq5pAsAAAAAAAAAAAAAYOhYumJLNOZbky6jW5qbGrq8tmzly1E58q0BrKb3RlXlYuWy6UmXAQAAQ4bQHAAAAAAAAAAAAADd1phvjaYhEpo70Nx1nfnm1mgrHRqvAwAA6JnSpAsAAAAAAAAAAAAAAAAAgGIRmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUkNoDgAAAAAAAAAAAAAAAIDUEJoDAAAAAAAAAAAAAAAAIDWE5gAAAAAAAAAAAAAAAABIDaE5AAAAAAAAAAAAAAAAAFJDaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUiOXdAEAAAAAAAAAAAAAwOCzdMWWaMy3Jl1GtzQ3NXR5bdnKl6Ny5FsDWE3fjKrKxcpl05MuAwBgSBOaAwAAAAAAAAAAAACO0JhvjaYhEpo70Nx1nfnm1mgrHRqvAwCA4ihNugAAAAAAAAAAAAAAAAAAKBahOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUkNoDgAAAAAAAAAAAAAAAIDUEJoDAAAAAAAAAAAAAAAAIDVySRcAAAAAAAAAAAAAAP2hYkRNzLn80aTLAAAABpgnzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAauSSLgAAAAAAAAAAAAAY+pau2BKN+daky+iW5qaGLq8tW/lyVI58awCr6b1RVblYuWx60mUAAAAMOkJzAAAAAAAAAAAAQJ815lujaYiE5g40d11nvrk12kqHxusAAACgc6VJFwAAAAAAAAAAAAAAAAAAxSI0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAauaQLAAAAAAAAAAAAIJ2WrtgSjfnWpMvotuamhi6vLVv5clSOfGsAq+m9UVW5WLlsetJlAAAAQGKE5gAAAAAAAAAAAOgXjfnWaBpCobkDzV3Xmm9ujbbSofNaAAAAIMtKky4AAAAAAAAAAAAAAAAAAIpFaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUkNoDgAAAAAAAAAAAAAAAIDUyCVdAHQln8/Hiy++GK+//nrs3bs32traYvjw4VFTUxOnnXZaTJ48OcrLy4tyzgsvvBA7duyIxsbGyOVycdJJJ8WUKVNi2rRpUVJSUoRXAwAAAAAAAAAAAAAAAAwEoTkGlfb29ti4cWNs2LAhnnnmmWhpaeny3uOOOy5mzpwZ55xzTixYsCBGjhzZo7NeeeWVWLt2bTz++ONdnjN27NiYP39+LFq0KCorK3u0PwAAAJAO9fX1MXv27E6v1dXVRW1t7QBXBAAAAAAAAAAAHI3QHIPG9u3b45//+Z/jf/7nf7p1/8GDB2PTpk2xadOm+NCHPhTve9/7urWuvb091q5dG9/85jejtbX1qPfu2rUrVq9eHY888kisWrUq3vve93brDAAAAAAAAAAAAAAAACAZpUkXABERjz/+eMybN6/bgbm+uOWWW2LVqlXHDMz9qTfeeCMWLlwYzz77bD9WBgAAAAAAAAAAAAAAAPSVJ82RuP/4j/+Iz372s9HW1lYwP2fOnLjgggvi/e9/f4wZMyYqKyujqakp6uvrY8uWLfHLX/4ynnnmmWhpaen2WQ888EA8+OCDBXOVlZWxYMGCuOiii6K2tjby+Xxs3bo11q9fH7/61a867jtw4EAsXrw4fvjDH8bJJ5/ctxcNAAAAAAAAAAAAAAAA9AuhORK1ffv2uP766wsCcxMnToxbbrklPvShDx1x/4gRI+Lkk0+OWbNmxac//el4++2345FHHolRo0Yd86w9e/bEHXfcUTBXU1MT69ati8mTJ3fMjR49Ok455ZQ477zz4p577okVK1ZEe3t7RETs3bs3brvttvjGN77R25cMAAAAAAAAAAAAAAAA9KPSpAsgu9rb2+Nf//Vf48CBAx1zU6ZMiQcffLDTwFxnjj/++Fi0aFFMnDjxmPfeeeedsX///o5xWVlZrFmzpiAwd7hFixbFwoULC+Z+9rOfxUsvvdSt+gAAAAAAAAAAAAAAAICBJTRHYjZs2BDPP/98x7iqqiruuuuuGD16dNHP2rNnTzz00EMFc5/61KfiPe95zzHXLl26NMaOHdsxbm9vjzVr1hS9RgAAAAAAAAAAAAAAAKDvhOZIxDvvvBN33XVXwdySJUuipqamX87buHFjtLS0dIxLSkriyiuv7NbaysrKuPTSSwvmnnzyycjn80WtEQAAAAAAAAAAAAAAAOg7oTkS8ctf/jLeeOONjnFlZWXMnz+/387buHFjwfjMM8+M2trabq+fN29ewfjQoUPx1FNPFaU2AAAAAAAAAAAAAAAAoHiE5kjEww8/XDA+77zzorKysl/OOnToUDz99NMFc7NmzerRHqeeemqMGzeuYO6JJ57oa2kAAAAAAAAAAAAAAABAkQnNMeDa29vjv/7rvwrmzjrrrH47b8eOHXHo0KGCuQ984AM93ufwNVu3bu1TXQAAAAAAAAAAAAAAAEDx5ZIugOx59dVXY9++fQVzU6ZMKRg3NjbGpk2b4rXXXot8Ph+jRo2KE088MaZNm3bEvd0573CTJk3qcd2Hr3nttdd6vAcAAAAAAAAAAAAAAADQv4TmGHC/+c1vjph717veFRERDQ0N8ZWvfCV+8pOfREtLS6frq6ur4xOf+ERcffXVMXLkyGOet3379oJxWVlZ1NTU9LjucePGFYzz+Xw0NDT0ai8AAAAAAAAAAAAAAACgf5QmXQDZc3iIbdiwYTF8+PD493//9/irv/qr+NGPftRlYC4iYvfu3bF27dq44IIL4pe//OUxz9u1a1fBuLq6OsrKynpc9/jx44+Ya2ho6PE+AAAAAAAAAAAAAAAAQP/xpDkG3Ntvv10wrqqqio0bN8bSpUvjnXfe6fY+e/fujWuvvTa++MUvxsc//vEu72tubi4Yjxgxokf1Hm1dPp/v1V6DQUtLy1HDiQAAAMD/OdrnZ5+vAQCSVV5ennQJ/c6/OQFgcPA3ou7Lwr/Rhqr++DnV78FJr7NDr7Ol2P3W68FLr7PD+3h26HV2+PtA15L4mRWaY8A1NjYWjA8ePBif+9znOgJzxx13XPzt3/5t/OVf/mWcccYZMXz48Ni1a1fU1dXFvffeG9u2betY29raGjfddFNMnjw5ZsyY0el5h4fmjjvuuF7V3dm6w/ceSn7729/Gm2++mXQZAAAAMOgd7UnzL7/8crz11lsDWA0AAH/qzDPPTLqEfuc7HQAYHPyNqHtyuVzMnDkz6TLowpYtW6K1tbVo++n34KXX2aHX2VLMfuv14KbX2eF9PDv0OjuK3es0SeI7HaE5BlxTU1PB+E+DZxMmTIh169bFGWecUXBPbW1t1NbWxiWXXBK33nprPPTQQx3XDh06FMuWLYt/+7d/i5KSkiPO279/f8G4t6G5ioqKI+aGcmgOAAAAAAAAAOi9hoaGuOaaazq9dtddd0VNTc0AVwQAAAAA/FFp0gWQPe3t7Z3ODx8+PO65554jAnN/KpfLxc033xwf/vCHC+a3bdsWGzduLGqdAAAAAAAAAAAAAAAAwNAjNMeAq6ys7HT+7//+7+P000/v1h7Lly+P8vLygrnvfOc7nd47fPjwgvHBgwe7dcbhDhw4cMRcV68FAAAAAAAAAAAAAAAASEYu6QLIns6CZmVlZTF//vxu71FdXR0XXnhhPPbYYx1zzz//fLS1tUVZWdlRz+ttaK6zdUM5NDdt2rSYMGFC0mUAAADAoFdfX9/ltalTp0Ztbe0AVgMAQNb4Tgdg8PI3g2zRb9Jg+vTpSZfAANHr7NDrbNHv7NDr7NDr7NDr7NDrwUVojgHXWdBs8uTJMWbMmB7tM3v27ILQ3L59+2Lbtm0xZcqUo563b9++Hp1ztHVVVVW92mswKC8vP+JpfQAAAMCRjvb52edrAAD6m39zAgxe/maQLfpNGvg5zQ69zg69zhb9zg69zg69zg69zg69HlxKky6A7Bk3btwRc5MnT+7xPp2tefPNN4+YGzt2bMF49+7d0dbW1uPzdu7cecy9AQAAAAAAAAAAAAAAgGQJzTHgJk2adMTc8ccf3+N9Ro0adcTc3r17j5ibOHFiwbitrS0aGhp6fN7hobmqqqpOA4AAAAAAAAAAAAAAAABAcoTmGHCdheba29uLsndJSUm3ztu+fXuP93711VcLxmeccUaP9wAAAAAAAAAAAAAAAAD6l9AcA+60006LysrKgrm33367x/t0tmb06NFHzJ1++ukxbNiwgrnNmzf3+Lznn3++YPzud7+7x3sAAAAAAAAAAAAAAAAA/UtojgFXVlYWc+fOLZjbunVrj/fpbM3YsWOPmBs2bFicddZZBXObNm3q0Vn19fWxc+fOgrlzzz23R3sAAAAAAAAAAAAAAAAA/U9ojkRccMEFBeNt27bF7t27e7TH008/XTAeM2ZMTJw4sdN7zz///ILxc889F/X19d0+6wc/+EHBeNiwYXH22Wd3ez0AAAAAAAAAAAAAAAAwMITmSMRf/MVfRGVlZcf4nXfeiYceeqjb6xsaGmLjxo0Fc4c/Te5PnX/++VFeXt4xbm9vj/Xr13frrP3798fDDz9cMHfOOedEVVVVt+sFAAAAAAAAAAAAAAAABobQHIkYOXJkXHXVVQVzd999d2zfvv2Ya9vb22P58uXR0tJSML9w4cIu15x00kkxf/78grn169fHli1bjnne17/+9WhoaOgYl5SUxHXXXXfMdQAAAAAAAAAAAAAAAMDAyyVdANm1aNGi2LBhQ/zhD3+IiIgDBw7EokWL4u67747Jkyd3uubQoUOxfPny+MUvflEwP3fu3Hjf+9531POuvfbaeOSRR2L//v0REdHa2hrXXXdd3H333fGud72r0zX33ntvfPvb3y6Yu/DCC2PGjBndeYkAAAAAAAAAAHRi6Yot0ZhvTbqMbmtuaujy2rKVL0flyLcGsJreG1WVi5XLpiddBgAAAEC/E5ojMSNGjIhbbrklFi9e3DH3+9//Pi655JL45Cc/GR/5yEdi4sSJUVFREbt27Yq6urq47777YseOHQX7VFdXx2233XbM86qrq+P666+PW2+9tWNu586dcdlll8WCBQvi4osvjlNOOSWam5vjlVdeifXr18dTTz1VsMcJJ5wQN954Y99eOAAAAAAAAABAxjXmW6NpCIXmDjR3XWu+uTXaSofOawEAAADIAqE5EvXhD384li1bFitWrOiYa2lpiQcffDAefPDBY64fPXp0rFmzJqqrq7t13hVXXBHbtm2LDRs2dMzl8/lYt25drFu37qhrKyoqYvXq1TF+/PhunQUAAAAAAAAAAAAAAAAMvNKkC4Crr746VqxYEVVVVT1aN2PGjPje974X733ve3u0bvny5bFkyZIoKyvr9pqTTz457rvvvpg1a1aPzgIAAAAAAAAAAAAAAAAGltAcg8Lf/M3fxE9/+tP4u7/7uzj++OO7vK+0tDRmzpwZX/va1+KRRx6J2traHp9VUlISixcvju9///vxkY98JMrLy7u8t7q6OpYsWRKPPfZY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AAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAA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6KKLYvbs2ZVqN2fOnHjkkUfi8ccfj1NPPTXOPvvsaNCgQQ3NsvKeeeaZ+Oc//xnz5s2r0PlffPFF3HzzzfHwww/HlVdeGQcccEANzzBZZs2aFTfeeGO88sorFTq/sLAwXnnllXjllVeib9++8ec//zmaN29ew7MEAAAAAKi6ul7PL2vBggXx17/+Nf7973+v9UZ4P1qyZEm8/fbb8fbbb8cNN9wQY8aMqfB4r732Wtx0003x9ddfV+j8b775Ju6+++547LHH4vzzz4/+/ftXeKzVKS0tjX/+859xzz33rPFGeRE/rFtfe+21MXTo0LjvvvuidevWVRqzvq5/lxeoLPvkubWpy2v3wQcfxI033hgTJ06scJtvv/02nnnmmXjmmWfixBNPjCuuuKJC7d5///24+uqr46uvvlrruaWlpTFhwoSYMGFCPPLII3HZZZdVKQQVETFz5sy46KKL4uOPP17rmB9//HF8/PHHceCBB8YNN9xQI4HfESNGxBVXXBH5+flrPC8/Pz8efvjheO655+Luu++O7bffvtrn8nPw6KOPxm233RaLFi1a67nLli2LUaNGxahRo6Jnz55x9dVXVyj0VxE+NwCA9dP681d4AAAAsA422mijtNpLL71Ua+PPnDmz0oG5n1q+fHkMHjw4zjjjjApvytekkpKSuPzyy+OKK66ocGDup+bPnx/nnntu3HHHHTUwu2QaO3ZsHH300RXe9C7rlVdeiWOOOabCf2gBAAAAAFAX6no9/6cmT54cRx11VAwbNqzKa/OFhYUVOq+0tDRuvfXWOPPMM6u0jrt48eK45ppr4k9/+tNag25rsnLlyrjwwgtj8ODBlepn4sSJ0b9//wq/35+qz+vf5T1tKicnp8Lt6/LaPfTQQzFgwIBKBebKqmhAcOjQofG73/2uQoG5sr799tsYOHBg3HfffZVu+80338QJJ5yw1sBcWS+99FKceuqpUVxcXOkx1+SJJ56Ic845Z63Bq59auHBhDBgwICZNmlStc1nfrVixIv70pz/FddddV6HAXFmffPJJHH/88fH++++v81x8bgAA6y9PmgMAACARevbsGU899VRK7b333otHH300TjzxxFqfz0YbbRTbbLNNbL755tGxY8fIycmJJk2axJIlS+L777+Pzz//PN555534/vvvU9q98cYbccstt8RFF1202r432GCD6NatW0T8EG6bOnVqyuvt2rWLDTbYYI3z22STTVb72sqVK+PMM8+Mt956K+21Nm3axC677BJbb711tGjRIho1ahSLFi2KiRMnxjvvvJNyN+Af/wCgZcuWcfzxx69xPuu7Ll26RLNmzSIiYvbs2Smbb1lZWdGlS5e19lHe3WR/9MEHH8Spp54ay5YtS6k3aNAgevfuHT179oyOHTtGs2bNYtmyZTFnzpz48MMP4/3330/5o4avvvoqfv/738fQoUMjNze3sm8TAAAAAKDGrS/r+Z999lmccMIJUVRUlPZabm5u7LTTTrH99ttH69ato2nTprF48eKYO3duTJgwIT755JNYuHBhpcYbNGhQ2vuOiGjRokXsuuuusc0220Tr1q2jcePGUVBQEF988UW88847aSGip556Kpo1axYXXnhhpcb/0d///vd4/vnnVx23a9cu9tprr9hyyy2jZcuWUVRUFFOnTo1XXnklZs6cmdL2q6++iptvvjn+9Kc/VXi8+rz+vXTp0nLDamvao/mpurx2t9xyS9x9993lvrbpppvGbrvtFptttlm0atUqSktLIz8/P7766quYMGFCfPrpp5UKoT777LNx2WWXpdUzMjJi++23jz333DPatWsXmZmZMXfu3Hjvvffigw8+SHmPpaWl8de//jUyMjLilFNOqdC4BQUF8X//93/l3hSzU6dOse+++0bnzp2jefPmkZeXF1OmTImRI0euutnkhx9+GDfeeGOF3+favP3223HttddGaWlpREQ0a9Ysdtttt+jZs2e0bt06Vq5cGbNmzYo333wzxo0bl9K2qKgoLr300vjXv/4VDRtW758F1/QeWVVdeeWVMXTo0LR6o0aNYo899ojevXvHRhttFEuXLo1Zs2bF66+/HlOmTEk5d/HixXHqqafGww8/HL169arSPNbXzw0AgB/4f1kAAAAkwl577RWNGzeOpUuXptSvu+66ePfdd+N3v/td9O7du0bn0KlTpzjyyCNj7733XhVqW5MVK1bECy+8EDfddFPK09weeOCBOOCAA2Lbbbctt90+++wT++yzT0T88IS7H//3j84+++w44ogjqvw+br/99rTAXNu2beOSSy6Jvn37RmZmZrntli9fHsOHD4/rr78+5Y8Mrr/++thuu+1im222qfKc6tq999676n9fcsklMXz48FXHbdq0ieeee67Kfc+bNy/OP//8tE3vI444IgYOHBjt27cvt91pp50W33zzTVx99dUxatSoVfXp06fHZZddFrfeemuV5wQAAAAAUFPWh/X8vLy8GDhwYFpgLicnJ/7whz/ESSedFE2aNFlt+xUrVsQHH3wQQ4cOrdBT8oYOHZoWmGvRokWcf/75cfjhh0ejRo3KbVdaWhqvvfZaDBo0KOUmfPfdd1/07t079t5777WO/VPffffdqvXunJycuOSSS+LII48sd93/vPPOi1tvvTVlfTwi4sknn4w//OEPsfHGG691vPq+/j1y5MgoKSlJqWVmZq52/+en6vLavfzyy+UG5rbaaqu44IILYvfdd19j+7y8vHjttdfi0UcfXetYX3/9dVx99dVp9S233DL+/Oc/l3utTj311Jg6dWpcdtllMXbs2JTX/v73v0efPn2iR48eax37+uuvT7kZZMT/fi6OPvroyMjISGtzxRVXxH333Rd33HFHLF++PB5//PHIyspa61gVceONN8bKlSsjIyMjBgwYEKeffno0b9487bwzzjgjXnzxxbjkkktSvh+TJk2KESNGxMEHH1wt8/lRTe6RVdWLL75YbmBun332iUGDBpX7++mcc86JN954IwYNGhRz585dVS8pKYkLL7wwnnvuuVXhwMpYXz83AAB+0KCuJwAAAADVoVWrVtG/f/9yX3vjjTeif//+seeee8all14aTz/9dEyePLlSd7lcm759+8arr74ap59+eoUCcxE/bIweeuih8fTTT6dsbpaWlsbDDz9cbXOrjE8++SQGDx6cUuvZs2f85z//iQMPPHC1gbmIiIYNG8bRRx8dTzzxRMqdSktKSuIf//hHTU35Z++yyy6L+fPnrzrOzMyMv/3tb3HDDTesdtP7R5tsskncd999aSHJESNGxPjx42tkvgAAAAAA66Ku1/MjIq655pqYNWtWSq1t27bxxBNPxB/+8Ic1BuYifljH3XXXXePmm2+OV155ZY3nzpw5M6699tqUWufOneO5556LY489drWBuYgfnrS13377xdChQ6Nt27Ypr918882rnmxUUSUlJVFaWhotWrSIxx9/PI455pjVrvtnZ2fHBRdcEMccc0xKfcWKFeWGVcpTn9e/CwsL47bbbkur77777tGqVau1tq+ra7dgwYJyn/p24IEHxtNPP73WwFxERMuWLePoo4+Of//7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uQEArN+E5gAAAEishg0bxt577x177713rFixIiZNmhQff/xxfPrppzFp0qT46quvVnuXyR8NGzYslixZEv/4xz8qNGZxcXE8+uijMWzYsPjyyy/Xaf4/3cCsaStWrIhx48al1KZMmbJOm6Fl76RaUFAQJSUlkZWVVeU+k6S8jb2rr756na5P2TsW5+XlVbkvAAAAAIDaUlvr+eWFZdYlkLQ2ZdeB8/Ly1mndvaioKK2Wl5dX4dBco0aNom3btpUet7xQ4Zr2MKx//2CLLbaI448/vsKBuYi6vXZlfz4aNGgQ2223XZXHXZOJEyem1bp3717l/rp3754SmvtxjPJCc59//nnKcePGjWPzzTev0rhbb711ldqVp3PnzpVuU9mfzZ+7zz77LK1W9kmYldG9e/eU0FxBQUF88803lXr6qc8NAGD9JjQHAABAvZCZmRndu3dP2XBbsmRJjBs3Lj744IN4+eWXY9q0aeW2femll6JXr15x4oknrnGMjz/+OC655JK0J8ZVVW1ujixcuDCWLVuWUlu0aFFa8G1dLVq0KDbccMNq7fPnas6cOWm1qVOnVusYCxcurNb+AAAAAABqWk2u58+fPz+t1rVr1+qZeDnKrgP/+PSr6rRw4cIKBzw22GCDKo3RsGH6nxkuX758tecncf07KysrunTpklZfsWJFFBQUxNy5c6O0tDTltYkTJ8ZJJ50UF154YZxyyikVGqcur93333+fctyhQ4fIzc2t1rF/VF5wr7zrW1HlBRNXFw4s+/7btm0bmZmZVRp34403jqysrCgpKalS+5+qys9neWHKNf1s/tyV95lWNfAYsfrvTWVCcz43AID1m9AcAAAA9VaTJk1i5513jp133jnOOeeceOedd+Ivf/lLfPHFF2nnDh48OI466qho0qRJuX3997//jdNOOy2WLFlSbfOrzc2R2tpcLns30/qsNq552SAkAAAAAMDPUXWt55d3o7iKPqWtspYuXVora+KVGWNdnlZWGUlc/27Tpk0899xzq329sLAwRo0aFffff3+MGzduVb20tDRuuummaNy4cfTv33+t49TltSv781FTPxvljbWu45UXXFrdtczPz085Lu+pX5WRm5tbLU8+LC+cSqqyn13Eun1vymtb2RuK+twAANZvDep6AgAAALC+2GOPPeJf//pX7Lnnnmmvff/99zFy5Mhy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mzaNI444Yp3nBwDA+kVoDgAAgER4880344ADDohLL700pk6dWuV+5s6dG2eeeWYsWbIkpd6qVavYbbfd0s7faqutomnTpim1Rx55JObMmVOh8W6//fZ4/vnnqzzfBg0apN1RcdSoUVXevDz33HMjIyMjpfboo4/GrbfeWuUN/M8//zwuuuiiWt80qyldu3ZNq7311ltV6qtPnz5p36tFixbF7373uyp/j5ctWxZPPvlkPPjgg1VqDwAAAABQk+pqPf9Hm266afz6179OqS1btix+//vfx+eff17pecycOXONr59xxhmRnZ2dUnvttdfiyiuvjOLi4kqP9+OY1157bZXmW1usf/9P7969067FkiVL4u677y73/Lq8dieddFJaMOqjjz6K888/v0rf1zU9pW7LLbdMe7JXQUFBnHXWWVFYWLjWvouLi+Pss8+OefPmpdS7du0au+666xrbHnnkkdG2bduU2qhRo+Liiy9e6/vMz8+P0047Lb744ou1zjFpqnOPrKoOP/zwaNGiRUpt7Nixce2111ao/axZs+Lss89O20s98sgj0777AAD8/AnNAQAAkBjLly+PYcOGxUEHHRTHHHNMDBkypMJ3o1yyZEk88cQT0a9fv3I3mS+66KJo1KhRWj0rKyv23XfflNqiRYvi//7v/2Ly5MmrHW/u3Lnxxz/+MW677bZVtdzc3ArNtayePXumHH/11Vdx+eWXr3EjcnV69eoVZ511Vlr9jjvuiJNOOik++uijCvWTl5cXzzzzTAwYMCAOPfTQeO655yp8d8713XbbbRcNGqQuqfzlL3+J1157LUpKSird3w033JD2xMLp06fHUUcdFXfffXcUFBSstY/S0tIYM2ZMXH/99fGrX/0qBg0aVC/v1gsAAAAA/DzUxXr+T11xxRXRqVOnlNqcOXPiN7/5Tdxzzz1pQbyyVqxYEf/973/jggsuiP3333+N53bq1CmuueaatPozzzwTxxxzTLzxxhsVumnd4sWL4/nnn48zzjgj+vbtG0OGDIlly5attV1dsv79P2effXZa7amnnoq5c+eWe35dXbsWLVrEjTfemHaDxZdeeimOPfbYeO+999Y67qJFi+KZZ56JQw89NGUfrDyDBg1KuznluHHjon///vHZZ5+ttt3UqVPjpJNOinfffTelnpWVFX/+85/XOsfc3Nxyfy6ff/75+PWvfx3PPvts2jWeN29eDBkyJA488MAYPXp0RPzw873hhhuudbykqO49sqrIycmJQYMGpdUfe+yxOPvss1f7BMeIHwJ+xx9/fMyePTul3qFDhzjnnHOqfa4AANS9hnU9AQAAAKgJ48aNi3HjxsW1114bHTp0iO222y66dOkSLVu2jJYtW0ZERGFhYcyaNSsmT54cH3zwQRQVFZXb14EHHhj9+vVb7VhnnHFGvPTSSymbQdOnT49+/frFHnvsETvvvHO0bds2li9fHvPmzYvRo0fHe++9l3KnyiOPPDJmzJixapOtMo488sh48sknU2rDhg2LYcOGRatWraJVq1bRsGHqEkD37t1Xu2l45plnxrRp0+KFF15IqY8ePTr69+8fnTt3jp122im22GKL2GCDDSI7OzsKCgpi0aJFMXXq1Pjss89i6tSpiQnJldWmTZvYY489Uu6cOX/+/DjzzDMjKysr2rVrF02aNEnbUL7uuuuiR48eaf1tvPHGceedd8ZJJ52U8h0sKiqKW265Je66667YYYcdomfPntGmTZto3rx5LF26NAoKCuK7776LiRMnxoQJE2LhwoU19p4BAAAAAGpKba7n/6h58+Zx2223Rf/+/VOeaLV48eK4+eab4+67745ddtkltttuu2jdunU0bdp01ZrspEmTYsyYMfH9999X+D3269cvpk6dGvfee29KfdKkSXHaaadF+/btY6eddopu3bpFixYtonHjxlFQUBAFBQUxffr0mDBhQnz++ee1FkqpLta//2f77bePPffcM95+++1VtWXLlsXdd98df/rTn9LOr8trt88++8Rpp50WgwcPTqlPnDgxBgwYEJ07d47ddtstNttss2jVqlWUlpZGfn5+TJ8+PSZOnBhjx45d9V3deuut1zjWJptsEoMGDYqLL744pT5p0qQ46qijYocddog99tgj2rZtG5mZmTF37tx4//3347///W8sX748rb/zzjuv3L2Y8uy1115x2mmnxV133ZVS//rrr+Piiy+OzMzMaN26dTRv3jzy8vJiwYIFKQHXrKysuPHGG+Oiiy5KaV82VJYk1b1HVlUHHXRQjBo1KoYOHZpSHzFiRLz11lux5557Rq9evWKjjTaKZcuWxcyZM2PkyJExadKktL6ysrLir3/9azRr1qza5gcAwPpDaA4AAIDEmzVrVpWeuhbxw0b22u5Iudlmm8UVV1yRdlfDlStXxltvvZWycVSenXfeOa666qo45ZRTqjTHbbfdNo444ogYNmxY2msLFiyIBQsWpNWbN2++2v4yMjLib3/7W3Tq1CnuvvvutDvcTp8+PaZPn16luSbFRRddFB9++GHaH2aUlJTEN998U26b1f0RR0REjx494qmnnoqBAwemXduioqIYNWpUjBo1ap3nDQAAAACwPqvp9fyf2mqrreKJJ56I008/PW3MxYsXx6uvvhqvvvpqleZSngsuuCDatWsXN9xwQ1r47dtvv43hw4dX21jrE+vf/zNw4MCU0FzED08cPPXUU6Ndu3Zp59fltTv33HOjRYsW8Ze//CVWrlyZ8lp17xMdfvjhsXz58hg0aFBKEG7lypXx0UcfxUcffbTWPjIyMuKPf/xjpffazjvvvMjIyEgLCEb88ETJ7777rtynYGZnZ8ff/va36N27d1p4Lzc3t1Jz+Lmp7j2yqrr22msjMzMznn766ZT60qVL45VXXolXXnllrX3k5ubG7bffHr169ar2+QEAsH5I7i0tAAAAqFcOO+ywOOSQQ9YYBquMTp06xZ133hk33nhjZGZmrvX84447LgYNGhRZWVmVGufII4+Me++9N7Kzs6s61YiIuPrqq+Okk06qtrtXNmjQIM4777y45557olu3buvUV7NmzeLoo4+OnJycapnb+mCLLbaIBx54IDbddNNq63PLLbeMoUOHxgknnBCNGjVap7569OgRe+21VzXNDAAAAACg+tT1ev5Pde3aNZ555pk49NBDq7y+3rp16wqf279//3j88cfXOaDRuHHjOPjgg6N9+/br1E9tsf79g2233Tb23nvvlFpxcXG5ga0f1eW1++1vfxv3339/bLnlllUes6I/H0cddVTce++90blz50qP0a5du7j11lvj1FNPrXTbiB8Cgg888ECFx95qq63i8ccfj/333z8iIvLz81NeT/oTy2pij6wqMjMz49prr43LL788Nthgg0q333777ePxxx+PXXbZpQZmBwDA+sKT5gAAAEiEXr16Ra9evaKkpCQ++uij+PDDD+Pjjz+O8ePHV/juhRtuuGHssssuccghh8Ruu+0WDRtW7j+bjz/++Nhxxx3jzjvvjFdffTXtTrE/ysrKit133z1+97vfRe/evSs1xupkZ2fH5ZdfHieffHK88MILMW7c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t3Tp0jjrrLPi2WefjXbt2lXxXQMAAAAAAAAAAAAAAAA1xZPmiIj0J801bdo0unfvHt27d48ePXrEeeedl/J6dTxpbvLkyXH44YfHT7+Cv/jFL+L++++PjTfeOO380tLSuOGGG+Lhhx9OqZ988slx8cUXV2jM+fPnx7777htLlixZVdt4443j/vvvj1/84hfltnnggQfipptuSpnn/vvvH7feemuFxgQAAAAAAAAAAAAAAABqjyfNERER2267bfTo0WPVP5tvvnk0aNBg1etlQ3PV4R//+EdKEC0nJyfuvffecgNzEREZGRlx2WWXxcyZM1OeTvf444/Hb3/729W2+6m77rorJTCXmZkZd95552oDcxE/hPJmz54djzzyyKraK6+8Ep999llss802ax0TAAAAAAAAAAAAAAAAqD0N1n4K9cEzzzwTf/rTn6Jfv36xxRZbpATmasKkSZPijTfeSKmdffbZ0a5du7W2veqqq6Jx48arjpcuXRr333//WtvNnz8/nnzyyZRa//79o3v37mtte95550WbNm1WHZeWlsadd9651nYAAAAAAAAAAAAAAABA7RKao0689NJLKcdNmzaNo446qkJt27RpE3379k2pjRgxYq3tXn/99SgpKVl1nJGRESeddFKFxmzatGkceeSRKbW33347CgsLK9QeAAAAAAAAAAAAAAAAqB1Cc9SJ119/PeV4v/32i9zc3Aq3P+KII1KO58yZExMmTKjUmL169YpOnTpVeczi4uIYNWpUhdsDAAAAAAAAAAAAAAAANU9ojlr37bffxpdffplS69OnT6X66NmzZ2RlZaXU3nzzzdWeX1xcHO+///46jbnJJptE27ZtKzwmAAAAAAAAAAAAAAAAUPuE5qh1U6ZMSavtsMMOleqjcePGsfXWW6fUPv/889WeP3369CguLl6nMctrs6YxAQAAAAAAAAAAAAAAgNonNEetmzZtWspxw4YNo3PnzpXup0uXLinHX331VYXHLK99dY8JAAAAAAAAAAAAAAAA1D6hOWrd1KlTU4433njjaNCg8l/Ftm3bphxPnz49VqxYUaExMzMzY+ONN17nMQsLC2Pu3LmV7gcAAAAAAAAAAAAAAACoGUJz1Lrvvvsu5bhsEK2i2rdvn3JcXFwcCxcurNCYG220UWRmZq7zmBEhNAcAAAAAAAAAAAAAAADrkYZ1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AAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJ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j4iIlpaWWLp0aSxdunS3Y0tKSuL000+PL33pSzF69Ojd3vvmU+ki/i+w1xddBfNaWlpi//3379N8SWtra4u2trakywAAAAAAAOiz8vLypEsYcN7pAAAAAAAAQ10S73SE5kjU1KlT47//+7/j3nvvjbvuuiseeeSRPY454YQT4otf/GJMnjy5R2vsHJqrqKjoU61djctms32aazB49tln47XXXku6DAAAAAAAgD475phjki5hwHmnAwAAAAAADHVJvNMpLfiKsJN169ZFfX19PPvssz26/5FHHomPfexjsXjx4njjjTf2eP+2bdvy2sOGDetTnV2F5nYO5AEAAAAAAAAAAAAAAADJctIcicnlcnH99dfHTTfdFDt27OjsLy8vjyOPPDImTZoUI0aMiGw2G+vWrYunn366MyT36quvxrXXXhs//elP4zvf+U4ceOCBST0GAAAAAAAAAAAAAAAAMIgIzZGI9vb2+NznPhc///nPO/tKSkriggsuiIsvvjhGjx69y5impqZYunRp/Od//mfkcrmIiFi9enV89KMfjTvuuCNqamq6XGv48OF57e3bt/ep5tbW1l36Kisr+zQXAAAAAAAAAAAAAAAAMDCE5kjETTfdtEtgbsGCBfFP//RP3Y4ZOXJkfPrTn45jjz02Pv7xj0dbW1tERKxfvz6++MUvxk033dTluJ2DbV2F33qiq3FVVVV9mmswOOKII2LixIlJlwEAAAAAAMBueKcDAAAAAADQe0JzFNzrr78eixYtyus7//zzdxuYe7O3v/3t8ZnPfCauvfbazr6HH344Hn/88Tj22GN3uX/n0NzWrVv7UHVENpvd49xDSXl5eZSXlyddBgAAAAAAALvhnQ4AAAAAAEDvlSZdAMXnpz/9ad6pbSUlJfHxj3+8V3PMnj07RowYkdd39913d3nv2LFj89p//etfe7XW32zYsCGvPWzYsNhvv/36NBcAAAAAAAAAAAAAAAAwMITmKLhHH300rz116tSoqanp1RwVFRVx3HHH5fU9+eSTXd576KGH5rUbGxtjx44dvVovYtfQ3MEHHxxlZWW9ngcAAAAAAAAAAAAAAAAYOEJzFNzLL7+c1z7ggAP6NM/O4xobG7u8b9KkSXntXC4X69at6/V6L7zwQl77kEMO6fUcAAAAAAAAAAAAAAAAwMASmqPgWltb89r77LNPn+YZ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HAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAA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AAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAA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tm2r9Jh1SV5eXnzxxRcxZ86cWLp0aeTk5ERERJs2baJNmzbRs2fP6N69ey1XmXlWrlwZkydPjvnz58fKlSujefPmkZWVFTvssEP06NGjyo/37bffxieffBLZ2dnxzTffRNOmTaNz586x4447Rrdu3ar8eCXJy8uL//3vfxtqWLVqVbRu3TqysrJi2223jW233bbaa1i9enVMmTIl5s+fH999910UFBREq1atYu+9947tttuu1L4FBQUxb968mDlzZnzzzTeRk5MTBQUF0axZs2jRokV07tw5unbtGltuuWXUr1+/2h9LOnJycmLOnDkxb968+O677yInJycaN24crVu3jnbt2sVOO+0U7du3r5Fa8vPzY8qUKTF79uz49ttvo2HDhpGVlRVbb7117LLLLtGgQYMqPV5eXl58/PHHsWjRoli2bFnUr18/Nt988+jZs2dsv/32m8zC9Lx58+LTTz+N7OzsyMvLi7Zt20aHDh2iT58+0aZNmyo/3rRp02Lu3LmxZMmSWLt2bbRq1Sq22Wab2GWXXar8exoAAAAgqazblK6goCA+/fTT+Oqrr+Kbb76JFStWRMuWLSMrKyu22mqr2GGHHart/F1eXl5MnTo1Fi9eHN99912sWLEiGjduHC1btoxu3brFtttuW2PnTOuqmj6nv2zZspg+fXp89dVXsWrVqlizZk00adIkmjZtGu3bt48uXbrE1ltvXaPnJ99+++346KOPirVff/31VRKY+7FjjjmmSscrTUFBQXz55ZcxZ86cyM7OjlWrVsX69eujdevW0aZNm+jevXv07Nmzytc68vPzY/bs2fH555/H8uXLY9WqVVGvXr1o0qRJtG7dOjp37hzdunWr1N37Ijbt9ZyaVlhYGJ9//vmGdbNvv/02IiJatmwZnTt3jh49ekS3bt0q9VlcW6+3uqawsDBmzJgR8+fPj2+++SaWL18erVq1iqysrOjatWvsuOOONfIc1PQaNQBAZQnNAQAAG3zzzTfF2po1a1ajNQwYMCAWLly4YfuEE06IYcOGRcT3i2sjRoyI4cOHx4IFC0rs37Rp0zjwwAPjggsuiN69e1eohrVr18Y777wT7777bowfPz7mzZtX6v716tWLbbfdNk488cQ47bTTyr3YNmTIkBg1atRG/37IIYeUOcaFF14YgwcPLtZ+zz33xL333pvSNmPGjHLVFfF92OGNN96I8ePHxyeffFLs6oVFZWVlxUEHHRTnnHOOk+GVVPR10aVLlxg7duyG7WnTpsX9998fY8eOjfz8/BLH6NKlS5x99tlx2mmnVfqqohMmTIiHHnooxo0bF+vWrStxn549e8bZZ58dxx9/fJX/AKGwsDBGjx4do0aNigkTJkRubu5G9+3QoUMcdthhce6550anTp3SOk5Z75lJkybFI488Em+//XaJ74cLL7xwo6G5qVOnxlNPPRWjR4+OlStXlllLy5YtY5dddokDDzwwjjzyyBIfS9HPyh9buHBh9OrVq8zj/OMf/4i99967xL+tW7cuPvjgg3jrrbdiwoQJMXPmzCgsLCx1vC233DKOOeaYGDhwYGRlZZV5/KJGjhwZV155ZUrbmDFjNixuL126NB566KEYNWrURp/H1q1bxwknnBDnn39+bLbZZmnX8GMLFiyIe++9N15//fVYtWpVifu0b98+Tj/99Bg0aFClf2gxcODAmDBhwobtvn37xvDhw8vsV3Suf/y9sH79+hg1alT8/e9/j5kzZ5bYv0GDBtG3b9/47W9/G7vttlvFH0B8Hyp9+OGH46WXXtro93Tjxo3j0EMPjfPPPz969uwZEd8/10W/82655ZY48cQTK1UPAAAAwKbOuk3J3n///Xj66adj3LhxsWLFio3u17Zt2zjooIPi3HPPrZK1i4KCgnj55Zfj5Zdfjo8//jhWr15d6v7bbLNN9O/fP0444YTYYYcdSt23rLWBH4wfPz5++ctfljrWvffeW+x894+VtF5U2nnGdNTUOf0frFixIkaMGBEvv/xyzJo1q8z9GzRoENttt13svffeccQRR8Qee+xRrRdG+/vf/16srV+/fnH00UdX2zGry9y5c+P111+P8ePHx8SJE0ud24iIVq1axb777hu/+tWvYtddd63UsT/44IN45plnYuzYsbFmzZoy999ss81it912iwEDBsShhx5a7jWL6ljP+bHyrt+WdM68qFGjRpW6zvzj9ZUflPZ5nq4PP/wwnnrqqfjggw/i66+/LnXfzTffPPbZZ5849thjo3///uUKdtXE662s57ms5/gHG1uDr6rP1blz58bf/va3ePvtt2Pp0qUb3a9t27ax//77x69+9asyv3NKUtfWqAEAqorQHAAAsEHjxo2LtZV0FdPa8MUXX8QFF1wQn3/+ean7rVmzJkaPHh1jxoyJX/3qV/Hb3/42rSuqPf7443H33XdvNCBRkh+uoHfrrbfGAw88EDfffHMcfvjh5e5fl8yePTsuuOCCMoOCRX3zzTcxcuTIGDVqVJx88slx3XXXlfh6ouIKCwvjrrvuioceeigKCgpK3XfhwoVx0003xQsvvBB/+9vfol27dmkfb82aNRvGKCssNXPmzBgyZEiMHDky7rrrrgoFpkry0UcfxdChQ+PTTz8t1/5LliyJJ598Mp577rk455xzYvDgwZW+omJ+fn7ccsstMWLEiDKfh6Ly8vLi5ptvjueeey7Wr19f7n6rVq2K999/P95///145ZVX4tlnn0237Ep55ZVX4sYbb9xwNdDy+uKLL+K+++6Lxx57LC6//PI444wzqqym0aNHxzXXXFPqD2Aivv+BxOOPPx4vvfRSPPjggxUOgT3++ONx5513lvmjl6VLl8Y999wTL7zwQtxzzz116irf2dnZcfHFF8ekSZNK3a+goCDGjRsX48aNi/POOy8uueSSCh1v3LhxcdVVV5X574a8vLx45ZVX4vXXX4+LLroozj333AodDwAAACATWLdJNWPGjBg6dGh88MEH5dr/u+++ixdffDFefvnlOPnkk+Oaa66p8NrF6NGj44477oj58+eXu8/cuXNj7ty58Y9//COGDBkSgwYNqtCxNxU1fU7/1VdfjRtvvLHEcOnGFBQUxPTp02P69Onx+OOPxyuvvFJtF4NctGhRjBs3rlh7VZ47rwnffvttnH322fHZZ5+l1W/lypUxevToGD16dBxyyCExbNiwaN26dVpjLF++PK6++up4/fXX0+r37bffxptvvhlvvvlmjBs3Lu68885S999U13Nqw/Tp0+OPf/xjykUAy7Js2bINgeODDz44HnjggY3uW5uvt7pm9erVceutt8Zzzz230Qub/th3330X//rXv+Lf//53HHvssXHNNddEmzZtKl1HTa9RAwBUtWTfjxgAAEhL+/bti7W9+uqrtVBJqi+//DJ+9rOflbnw+mPr1q2LBx98MIYMGZLW4sa0adPSCswVtXz58rjooovioYceqvAYtWnZsmVpB+Z+rLCwMJ577rk444wzKvU8kmr9+vVx+eWXx/3331/mYsSPffbZZ3HGGWdETk5OWsdbs2ZNnHfeefH888+nFRSbMGFC/OIXv4jly5endbySPPPMM3HmmWeWe3H9x/Ly8uK+++6L3/zmN2VeebI0BQUFcdFFF8WTTz5ZocDcueeeG88880xan0F1wezZs9MOzP3Y6tWr48Ybb4zrr7++Sup56qmn4uKLLy4zMPdj3333XQwaNCimTZuW9vHuvPPOGDp0aJmBuR/76quvYuDAgTF16tS0j1cdvvzyyzjllFPKDMwV9cADD5T544GSvPnmm3Huueem9YOt/Pz8uOOOO+L2229P+3gAAAAAmcK6zf83duzYOP3008sdmPuxgoKCeOaZZ2LgwIFl3hGpqPXr18ett94aF110UVqBuaKSvmZS0+f0n3vuubjkkkvSCszVtLFjxxZbW2jfvn0MGDCgliqqmJycnLQDTEWNGTMmTjnllFi8eHG5+yxfvjwGDhyYdmAuXZvyek5Ne+WVV+L0009PKzBXVFlrlrX1eqtrvvnmmzjzzDPjqaeeKldg7scKCwvjn//8Z/z85z+vdNC+pteoAQCqgzvNAQAAG+y+++7xzDPPpLS9//77MXz48Bg4cGCt1JSfnx+DBw+OZcuWbWjbeuut4/DDD48tt9wymjdvHkuXLo2PP/443n777Vi7dm1K/5deeilat24d11xzTYWOv80220Tv3r2jR48e0b59+2jRokU0atQocnJyYtGiRfHZZ5/Fe++9F2vWrNnQp7CwMP785z9Hz54946CDDtro2J07d47evXtHxPcLP4sWLUr5e48ePaJRo0al1rf55ptX6HGVV5s2bWLnnXeO7t27x5ZbbhktW7aM5s2bx5o1a+Lbb7+NWbNmxXvvvVfshPuUKVPimmuuib/85S/VWl+muPPOO+Pll1/esN25c+c48MADo2fPnrHZZptFbm5uzJ49O/7zn//EggULUvrOnTs37rjjjrjuuuvKfbxLLrmkxKuftm3bNg477LDo3bt3ZGVlxXfffRezZs2K//znP7F06dKI+D5wdcUVV1TwkX7voYceijvuuKNYe/PmzWPfffeNnXfeecP7ceXKlTF//vx4//33iy3Gjx07Nq6++uoKhYAiIu6+++4YO3bshu22bdtG//79Y+edd4527drFmjVrYvHixfHuu+9GvXr1ij2Gkp7Dzp07x3777RfbbrtttGvXLpo0aRKrV6+OnJycmD9/fnz++ecxefLkMn8Y0KNHj2jVqlVEfH+12h8HFRs1alSuK+M2b968zH0iIrp06RLbb799bLvtttGxY8do0aJFNG3aNHJzc2PJkiUxbdq0+O9//xsrV65M6ff0009Hz549K3XV3HfeeSduuummDT8saNWqVey3336x++67R7t27WL9+vWxcOHCeOutt+KTTz5J6ZubmxtXXnllPP/889GwYflOgT322GMlXuG0cePG0b9//9hrr72iQ4cOkZubGwsWLIixY8fGzJkzNxzvN7/5TRxxxBEVfrxVIScnJ84555zIzs6OiIh69erF7rvvHvvuu2907tw5mjdvHt9++21MnDgxXn/99WLfmw8//HAMGDAgdt1113Idb8qUKTF48ODIz88v9rdddtklDjzwwOjcuXM0adIkli1bFhMnTox33313w2v84Ycfjs0226ySjxoAAAAgmazbfO/ll1+O3//+98UCLY0aNYp+/frFrrvuGp06dYpWrVpFbm5uLFy4MMaNGxcff/xxyv6TJ0+OCy+8MP7xj3+Uuf7yg8svvzz+9a9/lfi3nj17xr777htbbrllbLbZZpGfnx/Lly+PWbNmxdSpU+Ozzz5L+4JsZWnevPmGtaUfTJ8+PWV78803r/b1ox+r6XP6c+bMiRtvvLHYc9u0adPo169f7LzzzrHFFltE8+bNo6CgIFatWhVLly6Nzz//PP73v//FwoULK/+gy2H8+PHF2vbcc89yn6+uq5o3bx4777xz9OjRI7baaqto1apVtGjRIvLz82PFihUxa9asGD9+fMyePTul37x58+K3v/1tPPHEE+V6DoYNGxYzZswo1r711lvHvvvuG927d4+2bdtG48aNIzc3N1asWBHz5s2Lzz//PD755JPIy8sr1+Op7vWcimjUqFGx9/ns2bNTzsO3adMmOnfuXOoYVenpp5/e6MUSO3bsGPvtt1/06tUrNttss2jUqFEsX748vvzyy5g6dWpMnjy52HdBeVXn663o85zuc1xd1qxZE2eeeeaG9acf22yzzeKwww6LXr16bVirnTNnTowePTqWLFmSsu+sWbPi5z//ebz44ovRtm3bCtVS02vUAADVYdP+HxgAAFClDjzwwGjatGlKACwi4uabb4733nsvzjnnnNhzzz1rtKYf/6C/devWcdVVV8UJJ5xQbL+zzjorsrOz4/rrr48333wz5W9PPPFEHHbYYbH33nuXebwfwgUnnnhiHHDAAdGpU6cy++Tk5GwIWvxwIr2wsDCuvPLKePPNN6Np06Yl9rv44ovj4osvjoiIkSNHxpVXXpny94ceeii6du1a5vGrWvv27eOEE06Iww47LHbaaaeoX7/0m5QXFhbGO++8E0OHDk25S92rr74aRx55ZBx55JHVXHGyLVmyJB5++OGIiGjRokUMGTIkTjrppGjQoEGxfS+55JK4++67N+z/g6effjr+7//+Lzp27Fjm8UaOHJkSFIv4/n0xaNCguPjii0t8PV911VXx0EMPxX333Rf5+fmlvu7LMm7cuGIL4k2bNo3f/OY38fOf/zxatmy50b7jx4+Pa665Jr744osNba+88krsueeeFQpu/fA8NmjQIP7v//4vfv3rX5cYNLvwwgtTFvvWrl0bjzzySMo+zZo1i2uvvTZOOOGEMt9TeXl58eGHH8bIkSM3BJ82VltExJAhQ2LUqFEbtjt06BAvvfRS2Q+wFD179oyTTz45DjzwwNh6663L3D8vLy+eeeaZ+Mtf/pJyxeRhw4bFoYceWq7XXkmGDRsW69ev3/AaPP/886N169bF9rvgggvilVdeiSFDhqTMxbRp02L06NHxk5/8pMxjzZkzp8QfYxxwwAFx0003lfh9cMkll8Trr78ef/jDH2LZsmWxePHiYj9iqmkjRozY8Bzsuuuucf3118eOO+5YbL8zzjgjFixYEBdddFHKj1MKCgri7rvvLvYaLkleXl4MGTKkWGBu6623jptvvjn22muvYn3OOuus+Prrr2Po0KEbfmx09913p/UYAQAAADKFdZuIzz//PK699tqUwFzDhg3jzDPPjHPOOSeysrJK7Dd48OCYNm1aXH311SnnvyZOnBh//vOfy3Xxt0ceeaTEwFzfvn3j8ssvj1122aXU/tnZ2fHqq6/GE088UeaxymvnnXcudv63V69eKdunn356DB48uMqOWZraOKf/yCOPFAtE/fSnP40rr7xyo6+HH5s1a1a89tpr8eyzz5a5b2WUdLessl4zdVXr1q3jpz/9aRxxxBGx++67lyuQNXHixPjjH/8YU6dO3dA2adKkePzxx+NXv/pVqX0XLVqUsu4REZGVlRV//OMfy3Wnvtzc3Hj//ffjueeeK3VNpibWcyqiY8eOxd7nAwYMSAl8DhgwIIYNG1ZlxyzNpEmT4uabby7W3q1bt/jd734XRx11VLGLS/7YqlWr4q233oonn3yyXMerqddb0ee5Np/jHxs6dGixwFyDBg3i17/+dVxwwQXRpEmTYn2uvPLKeOyxx+Kuu+5K+XxctGhRXHPNNXHvvfemXUdNr1EDAFSX0v9VDwAAZJSsrKyNLkK9+eabccYZZ8QBBxwQV155ZTz77LMxffr0WLduXbXW9MPCa4sWLeKRRx4pceH1Bx07doz77rsvjjnmmJT2wsLCuO6664pdgbQkV111VTz99NNx6qmnlisw90NtF154YTz00EMpV6r75ptvKh1cqWm77LJLvPXWW3HppZfGLrvsUuZiUMT3gaoDDzwwnn322dhhhx1S/vb3v/+9mirNHPn5+VFYWBht27aNESNGxKmnnlriYkTE93fDuuyyy+LUU09NaS8oKIgXXnihzGOtXLmyxMWfa665Jq644oqNBuEaNmwYF1xwQdx+++0baiv6I47yWLVqVVx22WUp79V27drFs88+G+eee26pi+sREXvvvXeMHDmy2A8E7rnnnli9enXa9RQUFET9+vXjjjvuiIsvvrjUO7P9eIFq3Lhxxa4sev3118dJJ51UrvdU48aNY7/99os77rij2OJSTTjrrLPi5ZdfjjPPPLNcgbmI72seOHBgPPnkkynzlJeXV+5F0JKsXbs26tWrF8OGDYsrrriixMDcD44++uj44x//WKz9ueeeK9ex/vCHPxS70ulRRx0VDz74YKnfB4cddlgMHz482rVrFxEVe+1XpR8ew8EHHxzDhw8vMTD3g65du8ajjz5a7KrT77//frE7iJbk73//e7Grt3bv3j1GjBhRYmDuB+3atYs77rhjw9XQa/s5AwAAAKirMn3dZv369fG73/0u5fxu8+bN45FHHonf//73ZQaktt9++3j66adjv/32S2kfPnx4LF68uNS+M2fOLPHuaWeeeWY8/vjj5Qo/dezYMc4666wYPXp0nHzyyWXuv6mprXP6Y8aMSdnu169f/OlPfypXYC4iYtttt40LL7wwxo4dG926dStXn3Tl5eUVu+tSRMROO+1ULcerTh06dIh33303rr322ujbt2+572C2xx57xIgRI6J///4p7cOHDy/zc2rs2LHF7iR41113lSswF/H958Shhx4aDz74YIlhrx9s6us5NSEvLy9+97vfFbt4Xt++fWPkyJFx9NFHlxqYi4ho2bJlHHPMMfHUU0/FLbfcUuq+tfF6q0s+/vjjYhdnrF+/fgwdOjQuueSSEgNzEd+H6s4555y45557ij1nr7/+eowePTrtWmpyjRoAoDoJzQEAACkuvvji2H333Tf69+zs7Bg5cmRce+21cdxxx8Uee+wRp5xyStx8883x2muvxbJly6qlrmuvvbZcC5D169ePW265pVjQY968efH222+X2b9Vq1YVLTH23Xff+OUvf5nSVt6wRl3RrFmzlOBfOtq0aRO33nprStukSZNi1qxZVVFaxhs6dGj07t27XPteeumlxRZN/vvf/5bZ78UXX4zly5entB133HHxi1/8olzHPfLII+Occ84p174lefrpp1M+Q+rXrx/33XdfsQXz0rRq1Sr++te/piwIffvttxV+L5511llx1FFHpdXnyy+/TNlu2rRpHHvssRU6frNmzSrUrzIq8znYu3fv+N3vfpfS9vzzz1eqnrPOOiuOP/74cu177LHHFvuu+PDDD4uF4YqaMWNGjB8/PqVtq622ij/96U/lWhjv3r17sc+/2tSlS5e47bbbNrp4+mNt27aN3/zmNylt69evj/fee6/UfuvXr4+nn346pa1hw4bxl7/8ZUOAsCxXXXVV7LzzzuXaFwAAACBTZfK6zejRo4vdbWfo0KHRr1+/ctfZuHHjuOuuu2KzzTbb0Jafnx+PPfZYqf0efPDBKCgoSGk75phj4qqrrirXOcMfa9CgQXTu3DmtPpuC2jinv2rVqvj2229T2k4++eQyQzsladiwYTRu3DjtfuWRnZ1dLPQVEcUuYLYpaNy48UYvqliWJk2axK233pqy1rFo0aIyzz8XXWfZeuuto2/fvhWqobR1lk19PacmjBo1qthF9rbeeut48MEHS73Q4cZ07dq11L/XxuutLnn88ceLtZ155pnlXic76KCD4qKLLirWXtZ3XmlqYo0aAKA6Cc0BAAApmjRpEg899FAcfPDB5dp/7dq1MWXKlBg+fHhcfPHFsf/++8fAgQPj+eefj7y8vCqpaaeddir3ieCI70+mDxkypFh70R/3V4eidU6bNq1Cd7jaVPXs2bPYXY0+/vjjWqomOfr27RuHHHJIufdv27ZtHHjggSlt06ZNK/OqvUXfI02aNInf//735S80Is4///xo3759Wn0ivr9SZdGFoOOPPz522223tMfq1q1bHHfccSltr7/+etrj/HAXyXTl5OSkbLdq1arCYdRN0U9/+tOUHyh8/fXXMXfu3AqN1bJly7Tn4Kc//WnK9rp162LGjBml9inp++GKK65I6wcT/fv3L/d3Z3W78MIL0wo//uQnPyl2ddBPP/201D7vvvtuLFy4MKXtpJNOSusHMfXr148rr7yy3PsDAAAAZKJMXrcpeuemvn37pn2Rs4jvz9EWvehhaeeMFyxYEK+++mpKW1ZWVtxwww1pHzupauucftHz7xHfr4nUNStWrCixvSIho01du3btit39q6y1w6LzXF1znOnrOeXxt7/9rVjbrbfeGs2bN6+FaspWkddbXZGdnR1vvPFGSlu7du1KDMGVZtCgQcWC6pMmTSpz3ackNbVGDQBQnYTmAACAYlq3bh33339/3HrrrbHVVlul1bewsDAmTJgQV199dRxxxBHxz3/+s9L1nHLKKWlfIfLAAw+MTp06pbSNGzcu8vPzK11PaYqegF63bl1MnTq1Wo9Z1xR9zUyePLl2CkmQU045Je0+Re/elJubG9nZ2Rvd/6uvvip2V8ABAwakfdXTZs2aVegqnJMmTYolS5aktJ188slpj/ODgw46KGX7k08+SfsHIUcffXS0aNEi7WMXXbxdtmxZzJ8/P+1xNlWtWrUqdqexTz75pEJjHXXUUdGyZcu0+pR0des5c+aU2uedd95J2W7fvn2x11B5nH766Wn3qWrNmzePY445Jq0+bdq0KfbZXVbQ8YMPPijWVpH3bJ8+faJ79+5p9wMAAADIJJm4brNgwYJiP/CvyLnyHxQ937dw4cJiF4X6wdtvv13sLnOnn3562ucqk6y2zum3bdu22GuvLgZi1qxZU2J7Ohc7S5J01w6LrrPMnDkzVq5cWcVVWc8py+effx5ffPFFStuee+5ZoXBsTdpU16rHjRtX7LvnuOOOSzug2KhRoxK/Lytyx72aWKMGAKhuLosBAACUqF69enH88cfHMcccE++++27861//irfeeitWrVpV7jG++uqruPzyy2PcuHFxww03pHXHnh879NBD0+5Tv379OOSQQ+LJJ5/c0LZ27dqYNm1aiYGKjSkoKIhJkybF9OnTY+bMmbFkyZLIycmJnJycYietN+arr75Ku/665IsvvojJkyfHjBkz4ssvv4xVq1bFqlWrIi8vLwoLC4vtv2jRolK3SV/fvn3T7rPlllsWa1u5cmV07ty5xP1LWjA6/PDD0z7uD/0effTRtPp8+OGHKduNGjUqtqiSjq5du6Zsr127NmbPnh3bb799ucfYe++9K3TsXXfdNWW7sLAwLrnkkvjrX/+60ee/LissLIypU6fGp59+GjNnzozFixdHTk5OrFq1KtatW1din+XLl6dsV/RzcK+99kq7T7du3Yq1lfbd9fXXX8eCBQtS2g455JBid14rj/333z+aN28eubm5afetKrvuumuFvm+33HLLlHBhWT9AKBqEzMrKSuv79ccOOuigMoONAAAAAJku09Ztip4zjojYY4890j7uD4qeM474/u43Xbp0KdY+fvz4Ym1F74SW6WrrnH6TJk2iV69eMX369A1tjz76aOywww4VXtOoDiWtn0VE2mHTuio7OzsmTpwYM2bMiHnz5sXKlSsjJycn1qxZU+JjX7ZsWcp2WWuHRddZcnNz45JLLonbb7+9Su86l7T1nKo2YcKEYm218VlY3a+3umLixInF2o488sgKjXXUUUfFbbfdVub4ZamJNWoAgOomNAcAAJSqYcOGcfDBB8fBBx8cBQUFMW3atPj444/jf//7X0ybNi3mzp1bZnhs5MiRsXr16vjLX/6S9vE7duyY9p2ufrDDDjsUa/v000/L9aP+pUuXxkMPPRSvvPJKsRPr6aqOKx9Wt/Xr18fzzz8fzz77bPzvf/+r1FgrVqyooqoyU5MmTYpdfbc8SrpaaWmvxaJX7I2I2HHHHdM+bkTE9ttvHw0aNCh3sDSi5IWaylw1uKSrE3/77bdpjVHSZ0h5bL/99rHDDjvEZ599tqHt008/jSOOOCKOOuqoOOqoo6Jfv37RtGnTCo1fU1auXBmPPPJI/POf/9zoFZfTGasiit69szzSfe2XdDfQnXbaKe3jRnz/ndmrV6+YNGlShfpXhXSvNP6DolfJLuvHVjNnzkzZruj7JSLSCrMCAAAAZLpMWbcp6Zzxb37zmwodd2M2ds646EXmsrKyKnSuMslq85z+iSeeGEOHDt2wvXbt2hg8eHDstttucfzxx8fBBx9coXWVqrSx8/8rVqyo8PunLnjttddixIgR8eGHH8b69esrPE5Za4f7779/tG/fPpYuXbqh7d13341DDz00jj322DjiiCOiT58+0ahRowrXEJGc9ZzqUtJaR2XCy+mqqddbXfHj12HE92Hk3r17V2isLl26RFZWVnzzzTcbHb8sNbVGDQBQ3YTmAACAcmvQoEHstNNOKWGC1atXxyeffBLjx4+P1157baN3inn11VejT58+MXDgwLSOuc0221S43u7duxdr+/rrr8vs98wzz8Sf/vSntK7OWppN7STw7Nmz47LLLkv7xPnGVNXzmKnatGlToX4NGxb/L//G7goWESmLJj/0L+lKgOXRtGnT6Ny5c7G7d5Vm8eLFKdv5+fkpV4qtCt99911a+7dr167Cx7r++utj4MCBkZeXt6Ft7dq18eKLL8aLL7644aq7u+22W+yyyy6x11571amF8jfeeCOuv/76SoeGf1DRz8GKvP5LWiRP57UfUbnvnm222aZWQ3MVvcpu0eettOds3bp1xea0pCtyl1dJV/kGAAAAoGxJXrcpes44Iqr8nPHGQllFzxn27NmzSo+bBLV5Tv9nP/tZ/Otf/4opU6aktE+ePDkmT54cf/jDH2KrrbaKPn36xE477RR9+vSJXr161ehd3jZ2bntTDc1lZ2fH73//+/jggw+qZLyy1g6bNm0a1113XVx00UUpdxJbuXJljBgxIkaMGBHNmjWL3XbbLXbdddfYZZddYs8996zQmsKmvp5TnYp+Pjds2DB69OhR7cet6ddbXVH0O6lLly7RpEmTCo+37bbbptwtMN2Li9bUGjUAQHUTmgMAACqlWbNm0a9fv+jXr19cfPHF8e6778att94an3/+ebF977///jj55JOjWbNm5R6/pCuRVaZvWcGNhx9+OG6//fYKH7Mkm9JJ4JkzZ8aZZ55ZYoikojalx18XVfYqmeVV9CqLLVq0qNQCcrrv3XQDbRWxZs2atPYveuetdOy2227x4IMPxu9+97sSF6Hy8/Nj4sSJKVfj7dGjRxxxxBFx7LHHlvjjkZry8ssvxxVXXJHWnQLLUtHPgZIW1qpaSVcYrczcV+Z7qyp4zgAAAAAyW1LWbWrinPHatWuLta1atarYXc8qGhxIsto8p9+4ceN48MEH49JLL43333+/xH3mz58f8+fPj5EjR0bE9xcbO+CAA+KYY46J/v37R/369aut7ojv78hYr169lMBXxPchpNo8/18R2dnZMXDgwJg/f36VjVmeNYPDDz88brvttrjuuusiNze32N9Xr14d48aNi3HjxkVERP369WP77bePI488Mo499tjo3LlzuWrZlNdzqtvy5ctTtlu2bFnt4dPaer3VBUXXXiq7dtK6deuU7by8vFi9enW5v/Nrao0aAKC6Cc0BAABVqn///rHXXnvF4MGD45133kn529dffx1jx46Nn/zkJ+UeL52F2vL0zcnJ2ej+H330UYmBuebNm8eAAQOiT58+se2220anTp2ibdu20bhx42jSpEmxxYFevXpVuObalJ+fH7/97W9LDMz16dMn9t1339hpp52iU6dO0aFDh2jSpEk0bdo0GjRokLLvkCFDYtSoUTVVdqUUrT2i5EXyiihpMbek49UVRd8blXnvVaR/SSGc2lbZ8NG+++4br732Wjz66KPx7LPPlnkFx9mzZ8d9990X999/fxx++OFx+eWXR7du3SpVQ7q++OKLuOqqq4oF5ho1ahQHHXRQ7LnnntGrV6/o1KlTZGVlRePGjaNp06bFPgcHDBgQCxcurMnSK6yk74XmzZtXeLzKvnc2BUV/NBRRucXTxo0bV6YcAAAA/h979x1mZXXvD/s7MEOZAUIfqlJFwQ5YYkWxXsYeSyyxRCX2kmPURKPGBNv5IVYMQtDYu8TESuyIiLSAAoogIEgRcGCGMjPM+8e5nNfNHmD2MHVz39d1/lhrP2t917D3bHOeNZ9nAWxGXd23qal7xpV9vzBd1fQ9/ZYtW8bIkSPjtddei0ceeSSmT5++2etXrlwZo0ePjtGjR0fXrl3jqquuiiOOOKLK1tegQYPo2LFjLFiwIKF/2rRp0b9//yqrWxWuu+66MgNMO+20Uxx44IGx6667RocOHaJt27bRqFGjaNiwYdL94vvuuy/uv//+lGv/4he/iL322iuGDRsWr7zyymb3eTds2BDTp0+P6dOnx7333hvHHXdcXHPNNdGyZcst1qmL+znVYeMT2nJycqq8Zk1+3mpadezV5ufnbxP7WAAAPyU0BwAAVLpGjRrFkCFDYuDAgUmbCh9//HFKm69r1qyp8DrKGru5m/mDBw9O6jvxxBPj+uuvT3oS26akepJVbfLss8/G7NmzE/q22267+H//7//FLrvsUu556tK/QVnva1lPq6yIsuapzU+j3fh3Y2t+9yoyvmHDhglBnNatW8dHH320VWuoDZo3bx5XX311XH755fHxxx/H2LFjY8KECfHFF1+UGTyKiCgpKYk33ngjPvroo7jnnnvigAMOqLb13n333bF+/fqEvgMOOCD++te/Rtu2bcs9T136Hijrvwtb8z2wtb87dUFZp8pt7o8VtmTjjXcAAAAAKldd3Ldp2LBhUt/UqVPL7K9MlX2/MF3Vhnv6GRkZcfTRR8fRRx8ds2fPjvfeey/Gjx8fkyZN2uxJeHPmzInLL788TjvttLj55pur7OSsPn36JIXmpk6dWiW1qsq7776bdJpfq1at4s4774z999+/3PNszZ5Bbm5u/OlPf4rf//738cEHH8S4ceNiwoQJ8eWXXyY9APBHhYWF8fzzz8d7770XDz/8cPTp02eLderafk512HgvYGv2AcqjNnzealJOTk5CILkq9mqrI/gIAFDbCM0BAABVokmTJnHCCSfEyJEjE/rnzJmT0jyrVq2q8BrKGtu0adMyr/3mm29i2rRpCX0DBgwoM0i3OT/88ENK19cmr776akI7Jycn/v73v0enTp1Smqcu/RuUFZqrrKejljVPecOXNWHjteXn50dJSUmFN4tT/d1t0aJFQnCmLn2OyiMzMzMOOOCA0g3T9evXx9SpU2PixInxwQcfxMSJE6OoqChhzOrVq+Pyyy+PF198Mbp27VrlaywoKIh33nknoa9Pnz7x0EMPpXyKWE0/ZTgVZf1ebk2Ia2v+u1VX5OTkRGZmZsJndnN/hLIlWzMWAAAAgPKpa/s2LVq0SOpbuXJl5ObmVrh+eTRp0iSysrISQjLpdr+6MtS2e/rdu3eP7t27x3nnnRcREXPnzo0JEybE+PHj4/333y/z5LCnn3462rVrF7/97W+rZE177713vPHGGwl9n376aRQXF0f9+vWrpGZl23jvsH79+jFs2LDYddddU5qnMj4fjRo1isMOOywOO+ywiPi/fawpU6bEZ599Fh988EH897//jQ0bNiSMWbp0aVx00UXxz3/+s8zvlLLUhf2c6tK8efOE9urVq7dq73BLatPnrSY0a9YsYX9ta/ebNt6ra9CggVPmAIBtUr2aXgAAAJC+yrqBXdam1ObMnTu3wvXL2uht1apVmdeW9fTLSy65JOWa8+fPT3lMbZCfnx+TJ09O6Dv++ONTDsxF1K1/g7I2yL7++utKmbusecq7IVcTWrZsmdAuKiqKefPmVWiutWvXxqJFi1Ia07p164R2YWFhLFmypEL164IGDRpEv3794sILL4x//OMf8eGHH8bvfve7pABXQUFBDB06tFrW9OmnnyadMnfhhRemHJhbtGjRJp+6Whtt/NmPSP0PhSprbF3Srl27hPasWbMqPNfMmTO3djkAAAAAlENd2rfZ+J5xRMTChQsrXDsVG9femntf6aq239Pv0qVLnHzyyXHnnXfGRx99FMOGDYtddtkl6bqHH344li9fXiVrGDBgQFK4aOnSpfGf//ynSupVhY1P/TrggANSDjBFVM3eYU5OTvz85z+Pyy67LJ599tl455134qKLLko6jXLp0qXxyCOPVLhObdzPqS4b/54XFRXFV199VWX1avPnrTpsvF+1YMGCpH27VMyePTuhXZv3qQEAqpLQHAAAUGXKejpoqk9O/O677+L777+vUP3p06cn9fXp02eTdX6qYcOGZW6ebcmkSZNSHlMbLFmyJOnpi/369Ut5nmXLltWpjYjtt98+cnJyEvpWrlwZixcv3qp5i4uLkzYiIiJ69+69VfNWpbJ+N8r6HSqPL774IoqLi1MaU9am14QJEypUvy5q0aJFXHDBBfHMM88kfSbffffdrdoUK6+NvwcjKvY9UNe+B3feeeekvo1PHi2voqKibSYAtvHv7OzZsyt8Qt/GoW0AAAAAqkZd2rcp657xp59+WqG6qdp9990T2suXL99mHpZVXnXpnn79+vVjwIAB8fTTT8eBBx6Y8NqaNWvigw8+qJK6HTp0iH333Tep/8knn6ySepVt/fr1Sb/rffv2TXme4uLimDp1amUta5PatWsXV199dYwcOTLpe+3NN9+stDq1YT+numz8XRgRMXHixCqpVdc+b1Vh433koqKi+OKLLyo018KFC5P+PTf131sAgHQnNAcAAFSZZcuWJfWV9WTQLXn77bdTHrNhw4YYM2ZMQl/Dhg1jp512KvP6jZ+k+rOf/SzlmhERr732WoXGlbUpvXGIrSqV9STZivwbVPTnryn169cvc8Pnvffe26p5P/7441i3bl1CX9euXcs80aq2KOvf4a233qrQXBXZfNxvv/0qZZ66rlu3bnHyyScn9K1Zs2azp/5t/P2RamDxR9vq90CrVq2STtX8z3/+U6Hv4A8//DAKCgoqa2m12sbfGUVFRRV671etWrXV37kAAAAAlE9d2rcp655xRe9Zp2qvvfZK6nvllVeqpXZdURfv6WdmZsY111yT1F+VD0L79a9/ndQ3duzYeOONN6qsZmUpa8+gefPmKc/z3nvvVet98379+sWAAQMS+ubNmxdr1qyp1DoV2c+pa/bee++kvqr6LqwNn7fK2m+rqD322COp7/XXX6/QXGWNK2t+AIBtgdAcAABQZT755JOkvs6dO6c8z3PPPZfymPfffz/p1KR99903srKyyry+cePGCe28vLyUAxPjx4+v8MlcGz+JMCKqdQMpOzs7qa+szYnNKSwsjMcff7yyllRt9tlnn6S+0aNHb9WcZW0YlVWnNunQoUP06NEjoW/MmDEpPzF47dq18c9//jPl+v379096yvGbb74Zc+fOTXmuuq5bt25JfatWrdrk9Rt/f1T0u2Pj78GI1L8H5s2bl/SHL3XBxk8XXrJkSbz77rspz/Pss89W0opqvyOOOCJpA/mxxx6LoqKilOZ5/PHHY+3atZW5NAAAAAA2oS7t2/To0SO6dOmS0Dd16tT4+OOPU66dqgEDBkRmZmZC3zPPPBOrV6+u8tp1RV29p1/W/feqfF8PPvjgMk/Luummm2LJkiWVWuvVV1+NxYsXV9p8lbF3GBHx97//vTKWk5JU91lqe52a0r179+jatWtC32effRaTJk2q9Fq14fNWWfttFbXvvvsm7buMHj065XUUFRWVuV+1//77b9X6AADqKqE5AACg1H/+85+YP39+pcw1b968Mk+cOfjgg1Oe67///W+8/PLL5b6+sLAw7rjjjqT+0047bZNj2rRpk9Beu3ZtTJgwodw116xZEzfeeGO5r99YWac5VdZ7UR4b//wRER999FFKc9x///21fjO0LCeffHI0atQooe/TTz+t8BNrp06dGq+++mpCX0ZGRpx55pkVXmN12fh3ZN26dXHXXXelNMdDDz0US5cuTbl2dnZ2nHPOOQl9xcXF8T//8z+xfv36lOery8r699vcKYXNmjVLaOfl5cUPP/yQct2t/R7YsGFD3HDDDdX+5M3KUNZ/H+64446UPntjx46tk4HBimrXrl3S03pnzZoVf/vb38o9x+zZs2PYsGGVvTQAAACAtLEt79tERAwaNCip749//GOsXLmy3LUron379nHMMcck9C1fvjz+9Kc/VWnduqSu3tMvK6jWokWLKq156623RsOGDRP6Vq5cGeecc04sWrRoq+dfv3593HHHHXHNNddEYWHhVs/3o6ZNmyY9bO/DDz9MaY7nnnsuxo8fX2lrKq+N91kyMjKq5H1OdT+nLrrggguS+q677rpKD5TVhs/bxvtt1blXHxGRm5sbAwcOTOhbtmxZ3H///SnN8+ijj8acOXMS+vbcc8/o3bv3Vq8RAKAuEpoDAABKvfvuu3HkkUfG9ddfH7Nnz67wPIsXL45LLrkk1qxZk9DfsmXL2G+//So055///OdyneJWUlISf/jDH+Lrr79O6N9+++3joIMO2uS4fv36JfUNGTKkXJtLa9eujSuuuGKrAmM9e/ZM6nvvvfcqPF+qWrVqlfTE1n/+858xY8aMco1/4YUXUgpK1CYtW7aM448/Pqn/xhtvTPnkwPnz58c111yTdErhQQcdlHSKW210/PHHJ20IvfTSS/HUU0+Va/xbb70VjzzySIXrn3POOUmbllOnTo3LL7+8wk/m/P7772PIkCEph0C3xqhRoypcb/Xq1fHSSy8l9DVr1iw6dOiwyTG9evVK6qvI90dZ34MPPfRQuZ6yu2HDhrjpppvi008/TblubdCrV6/Ye++9E/rmzp0b119/fblOHZ07d25ce+21VbW8WmvQoEFJTz2999574x//+McWx3755ZdxzjnnOGUOAAAAYDO25X2biIhjjz026SSnBQsWxIUXXljhE7VWr14dw4cPj1deeWWz11144YVJp+C9+uqrMXjw4CgpKUmpZnFxcaWEo2qbmrinP3HixHj00UcrfDrcY489ltS34447Vmiu8urRo0f88Y9/TOqfPXt2nHrqqVsV8vn444/jxBNPjJEjR27NEjdp41Pyxo8fX+79h/fffz9uu+22CtW97777YsqUKRUau2jRoqQHY3bv3r3MUy2rez+nLjr22GOTTiSdO3duXHTRRZGXl5fyfAsWLNjkazX1efvRDjvskND+8ssvq/27e+MwcsT/nZ73r3/9q1zj33///RgyZEhS/3nnnbe1SwMAqLOE5gAAgARFRUXx4osvxtFHHx2nnHJKPP7442U+dbEsa9asiaeeeipOOOGEmDVrVtLr1157bdKTFLfkx+tXr14d55577mY3MZcsWRKXXHJJ0jUZGRlx6623Rr16m/5/gXbdddfo2LFjQt/EiRPjsssui+XLl29y3NSpU+OMM84ovWHfpEmTLf5MZWnevHnSxu+LL74Yo0aNqvDGYqqOOuqohHZhYWH85je/iU8++WSTY/Ly8uK2226LP/zhD6XBkor+G9SkK664Itq3b5/Qt2LFijjrrLNixIgRWwx1FBUVxXPPPRennXZazJs3L+G1Zs2albkZWhs1bdo0rr/++qT+W265Je6+++5Yt25dmeOKiori4YcfjquuuiqKiooiIpJO7yuPJk2axJAhQyIzMzOh/5133okTTzwxRo8eXTr/5qxbty7efvvt+N3vfhcDBgyIYcOGVdvvUcT/beKdd955ccwxx8SwYcPK/ccsP4aIvv3224T+o446qszN3B/ttttuSd9vd9xxR7z99tspPVW2bdu2SRuS33zzTZx//vlJa/qpr7/+On7zm9/Ec889FxERmZmZSU8DrQv+9Kc/RYMGDRL6Xn311fjtb3+72T/Aefvtt+PMM88sfaJsRT77ddUuu+wS5557bkJfSUlJ3HbbbXHuuefGBx98kPQZ/Oqrr+Kuu+6KE044ofR/X+yxxx7VtmYAAACAumZb3beJiKhfv34MHTo0cnJyEvqnTJkSJ5xwQjzxxBObvG/9U0VFRTF27Ni48cYb4+CDD4677747li1bttkx3bt3j9///vdJ/aNGjYpf//rX8d///neLdZcsWRKPPvpoHHHEEfH8889v8fq6pibu6S9fvjz++te/xkEHHRQ33XRTfPjhh+W6D56fnx933XVXPProown9TZs2jQEDBmxx/NY65ZRTyjw5cfHixXHWWWfFhRdeGBMnTizXQ9zWrl0b//73v+NXv/pVnHPOOfHll19WxZIjIuLII49M6rvyyivj9ddf3+z67r///rj44otL99dS3Tt8++2345RTTolTTjklHn300Vi4cGG5xk2cODF+/etfJ4Uqjz322DKvr+79nLooKysrhgwZkrR/Mn78+DjppJPitdde22KQuKCgIP7973/HGWecUeY+5I9q6vP2oz333DOhvWHDhrjiiivK9X1fWfbcc884/fTTk9Zx7bXXxn333bfJkzyLi4tj5MiRcemllyZ9Jx522GFx2GGHVdmaAQBqu8wtXwIAAGyrpkyZElOmTIk///nP0bFjx9htt92ie/fu0aJFi9InR+bn58e3334bM2bMiE8++SQKCgrKnOuoo46KE044IeU1HHbYYfHVV1/FjBkz4ocffohrr702hg0bFocddlh07tw5cnJyYunSpfHZZ5/Fe++9V2a46cwzz4x99tlns3Xq168fl1xySdxwww0J/e+8804ceuihcfjhh8duu+0WLVq0iIKCgli0aFG8//77MXXq1ISNgBtvvLHMTdTyOOmkk+Kuu+4qbRcXF8fgwYPj9ttvj3bt2kXTpk2TNpBPO+20pBvnFXXOOefEE088kfBUwKVLl8bZZ58d/fv3j/333z86duwYGRkZsWzZspg0aVK8//77Ce/5vvvuG7m5ufHyyy9XypqqS8uWLeOee+6JM888M2EjIT8/P+68884YNmxY9O/fP3bfffdo0aJFNG3aNAoKCmLFihUxffr0GDduXHz//fdJ82ZkZMTgwYOTnsBYm5144onx1ltvxX/+85/SvpKSkhg+fHg8//zzcfjhh0evXr2iRYsWkZeXF1999VW88cYbCX+kMWDAgMjPz6/Q01H33Xff+MMf/hC33HJLQv+8efPif/7nf+KOO+6IvfbaK/r06RMtW7aM7OzsyM/Pj1WrVsX8+fNj+vTp8cUXX9SK06u+/PLLGDJkSAwZMiQ6duwYvXv3jh133DFatWoVzZo1i/r168fq1atj3rx5MWHChJg4cWLSxmLz5s3jsssu22ydtm3bxgEHHJDwtM1ly5bFJZdcEllZWdG+ffto3LhxZGRkJIy77bbbYpdddknou+yyy5KeYjl58uQ44ogj4tBDD42+fftG69atY/369bF48eL46KOP4rPPPkv4w4eLL744Xnjhhc0G7Wqj7t27x9VXXx233357Qv+7774bhx12WBx44IHRr1+/aNOmTaxduzbmz58fY8aMSfhjo9zc3DjyyCOT/vAinV1xxRUxbdq0GDduXEL/2LFjY+zYsdGgQYNo06ZNNGjQIL7//vukJ8927NgxbrjhhvjlL3+Z0L+lP5gCAAAA2BZtS/s2P9phhx3i7rvvjssuuyzhPuT3338ft956a9xzzz3Rv3//2G233aJly5bRtGnTWLNmTeTl5cWiRYti+vTp8fnnn1foZLKzzjorpk6dGqNHj07o/+STT+Lkk0+OXr16xX777RedOnWKFi1aRFFRUeTl5cXs2bNj2rRpMW3atHKFoOqymrqnv3r16njmmWfimWeeiZycnOjTp0/stNNO0alTp2jWrFk0btw41q1bF9999118/vnn8eGHH5YZxPv9739fbQ9Cu+qqq6Jx48Zxzz33JO0FvPfee/Hee+9F8+bNY999940ePXok/F7n5eWV/ntNnjw56dTIqnL88cfH3/72t4QHRhYUFMQVV1wRffr0iQEDBsR2220XWVlZ8f3338f06dPjnXfeiZUrV5Ze37Nnzzj44INj+PDhKdf/8Tvvr3/9a3Tt2jV22mmn2GGHHUp/1yMiVq1aFXPnzo1PPvmkzNMvu3TpEmefffZm61TXfk5dtcsuu8RNN90UN954Y8LPPW/evLjyyiujXbt2sf/++8cOO+wQLVq0iMzMzMjLy4sFCxbE559/HhMnTiz9zO61116brFPTn7dDDz00mjdvnjDflClT4uSTT46cnJxo27ZtmUHzLZ1cmqrrrrsuPvvss4T9p6Kiorj//vvjqaeeioEDBybt1b711lvx3XffJc3Vvn37rT6BDwCgrhOaAwAAyuXbb7+tcADihBNOiL/85S8VGpuVlRX3339/nHbaaaVP/fz666/j4YcfLtf4Y489NikItyknnXRSjB07Nl599dWE/oKCgnj55Ze3GAQbNGhQHH/88RUOzZ1xxhnx8ssvJz0RsqSkJBYtWhSLFi1KGrOlJ6Gmonnz5nH33XfHb3/72yguLk547dNPP41PP/10s+N32GGHGDp0aAwePLjS1lSddt999/j73/8eV155ZdK/a15eXowZMybGjBlT7vmaNGkSd9xxRwwcOLCyl1rlhgwZEhdddFFSCGbFihXxzDPPbHZst27d4o477ohLL720wvV/9atfRatWreL666+P/Pz8hNeWLVsW//73v+Pf//53heevCT9+h7711lvlHtOsWbO4//77o02bNlu89tprr41PP/006Q9gCgsLk04//FFZfyyz7777xoUXXhh/+9vfkuZ5/fXXN/s0z4j/+879MTRXF5177rmxYsWKpP/GrFu3Lt56663Nvn/Z2dnxwAMPxLvvvlvFq6xdGjRoEA8//HBcfPHF8dFHHyW9vn79+k3+74d27drF8OHDk55EHVE3Ty0FAAAAqE7bwr7Njw455JAYNWpUXHXVVbF06dKE1ypy/z4Vd9xxR7Ru3TpGjhyZ9NrMmTNj5syZVVK3Lqnpe/o/PsQv1Qf5nXPOOUkP86pqgwYNij59+sQNN9xQ5omRK1eujNdeey3leRs1ahRnn312tG3btjKWWSorKyuGDh0av/rVr5KCetOnTy8zpPZTubm5MWzYsHjppZe2ei1z5syJOXPmpPRZateuXdx///3RuHHjco+p6v2cuuqXv/xl5OTkxPXXX58Ucv3uu+8q5TTNmv68NWzYMK677rq47rrrkl7Lz8+POXPmVGjeVDVq1CgeffTRuOiii2Lq1KkJr33//fdb3Kv9Uffu3eORRx6J5s2bV8EqAQDqDo9sBgAASh133HHxi1/8Ipo1a1Yp83Xu3DkefPDBuP3226N+/fpbNc8TTzwR3bt3L/eYzMzMuOCCC+L2229P6bSawYMHx8knn5zS+ho2bBg33nhjXHXVVSmN21jjxo1jxIgRsd9++23VPFvjoIMOiqFDh6YcVhgwYEA88cQT8bOf/ayKVlY9+vfvHy+++GIcccQRW3XK0c9//vN47rnn6mRgLuL/NmOGDRsWJ510Ukrj+vbtW2mfgyOOOCJeeOGFGDBgwFbNk5mZGQMGDIhevXpt9ZrKq3Xr1ls9R9++feOpp56K/v37l+v6Hj16xMiRI2P77bff6tpXX311/Pa3v006mW5z6tevH4MGDYo77rgjpXG10dVXXx3XX399Spvo7dq1i0cffTTp5L5tRaNGjeKRRx6JP/7xj+X+78cRRxwRzz//fHTv3j1++OGHpNd/fEowAAAAwLbMvs3/78f798cee+xWrT0jIyP23nvv6NevX7mur1evXvz+978vPYGqojVbtmxZobF1RXXd02/SpEmZJz2lomXLlvGXv/wlrr/++q2ap6IOOOCAeP3112PQoEFb/budnZ0dp556arzxxhtxzTXXRIMGDSpplf+/3r17xyOPPJJyIGz33XePZ599Njp16pRyzcrYZxkwYEA8++yz0bNnzyqtk+p+Tl129NFHx5NPPhl9+/at8BytWrXa7Os18Xn7qRNOOCFuu+22yMnJ2ap5tlbLli3jsccei9NOO63MBw9uTkZGRhxzzDHx1FNPRYcOHapohQAAdYeT5gAAgFJ9+/aNvn37RmFhYUyYMCE+/fTT+Oyzz2Lq1KllnkhUltatW8e+++4bv/jFL2K//fZL+SbupnTp0iVefvnleOyxx+KJJ56IhQsXlnldw4YN46CDDopLLrkkdtxxx5TrNGjQIP7yl7/E4YcfHsOGDYuJEydu8tqmTZvG0UcfHRdccEF07tw55Vplyc3NjZEjR8b06dPj9ddfj88//zzmzJkTq1atioKCgigqKqqUOptz2GGHRe/evePhhx+OV155JelpgT+qV69e9OvXL84555w49NBDq3xd1SU3NzfuvffemDNnTjz++OPx0UcflevJgR07doy99947zjzzzOjTp081rLRqNW7cOP7617/G8ccfHw8//HCMGzduk5+/Hj16xDnnnBMnnXTSVoUNN9a1a9cYNmxYzJgxI5544okYO3ZsLFiwYIvjmjdvHnvvvXfst99+MXDgwC1uwFW2W2+9NS666KJ4991345NPPonJkyfH4sWLtziuUaNGcdBBB8UJJ5xQoT8s2GOPPeK1116LDz/8MN59992YOXNmzJ8/P1avXh1r166NDRs2lGuejIyMuPLKK+PAAw+Mhx56KD788MNNjm3cuHEceuihccEFF1ToO7e2+vF77YEHHoi33norVq9eXeZ1rVq1ilNOOSV+85vfbPMno9WrVy/OOuusOPbYY2PMmDHx1ltvxZw5c2Lp0qWxbt26aNKkSXTp0iX69+8fxxxzTMIfvZR1ampdD2EDAAAAVAb7Nonatm0bd911V1x++eXxj3/8Iz788MOYPXv2Fsfl5OTEXnvtFfvuu28MHDiwQuG3o48+Og477LB48cUX49VXX41JkyZFYWHhZsf06tUrDj744DjxxBOjS5cuKdesa6rjnv4+++wTn3zySXz00Ufx0UcfxaRJk2LWrFlRXFy8xTp9+vSJY445Jn75y1/W+EO7cnJy4qqrroqLLrooXn/99XjjjTdiwoQJm7wX/VOtWrWK3XbbLY488sg4/PDDU3oAXEX169cvRo8eHSNGjIhnn3028vLyNnntzjvvXHqvuKJ7RiNGjIjZs2fHe++9F+PHj4/JkyfHihUrtjiuadOmMXDgwDjppJPKFWKrqf2cuqxPnz7x5JNPxgcffBDPPPNMjBs3LlatWrXZMe3bt48DDjggjj322HK9L9X9edvYL3/5yzjqqKPizTffjHHjxsWXX34Zixcvjvz8/E3um1eFxo0bxy233BK//vWv45FHHon3338/6bTVn2revHnsv//+cf7550fv3r2rbZ0AALVdRklJSUlNLwIAAKjdSkpKYvHixTF37txYtGhRrF69OvLz8yMjIyOaNGkSOTk50aZNm+jVq9dWP5HvkEMOiW+//ba0fcIJJ8Ttt9+edN2sWbNixowZsWTJkigqKopWrVpFbm5u7LnnnpUaXFi2bFlMnDgxlixZEnl5edGgQYNo3bp1dOvWLXr37l1pm8u11fr162PKlCkxZ86cWLlyZWzYsCGaNm0a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AAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAA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AAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIxRsbwnAAAAUJquvPLKeOWVV9Y9btq0abz//vvlOKM/p379+sX999+fUJs4cWI5zWbjcOCBB8bUqVPXPe7atWvccsstm8z4AGu9/PLLcdVVVyXUhgwZEs2aNSvTefibDwAAAAAAAADAWkJzAABsUlatWhXff/99/Pjjj7Fw4cJYuHBhrFmzJqpWrRrVqlWLxo0bR9OmTaNZs2ZRqVKl8p4uUESrVq2KSZMmxS+//BIzZ86MpUuXRl5eXlStWjUaNGgQW2yxRbRt2zZycnLKe6oAAAAAAAAAGWnKlCnRuXPnhFrfvn3j6KOPLqcZAQCwKROaAwAg461YsSIGDx4cL730UowcOTKWLVtWaJucnJzYaqutokOHDrHrrrvGXnvtFXXr1i2D2QJFtXTp0nj77bfjrbfeihEjRsTSpUvXe3yVKlVil112icMOOywOP/zwqFatWhnNFJJ3BlyfihUrRo0aNaJ69erRqFGj2HbbbaN9+/bRuXPnqFWrVinPFAAAAAAAAAAA4M9PaA4AgIw2ZMiQuOGGG2L69OnFardy5coYP358jB8/Pp5//vmoUKFCnHzyyXHNNdcU2rZbt24xfPjwdY87deoU/fv3L/bcgdRWrVoVzzzzTDz22GMxd+7cIrdbtmxZDBs2LIYNGxZ33HFHnHXWWXHaaafZfS5D/ZmvxatWrYr58+fH/PnzY+rUqfHVV19FRESlSpWiS5cucdFFF0Xz5s3LeZaw4fr16xf3339/Qm3ixInlNBsAAAAANgapdigqK3+mz5EhIqJdu3ZFOi47OzsqVaoUlSpVilq1akW9evWiSZMm0apVq2jbtm3stNNO0aBBg1KeLQAAQNkTmgMAICPl5eXF9ddfH88991yJ9LdmzZqYNm1aifQFpO+HH36ICy+8MCZNmrRB/cybNy9uv/32eO211+Kee+6J1q1bl9AMofSsWLEi3nzzzfjggw/iqquuiuOOO668pwQAAAAAwJ/An3mhOTbc6tWrY+nSpbF06dJYsGBB/PLLLzFq1KiEY1q1ahWHHHJIHHXUUbHllluWz0RLQP4gYY8ePaJnz57lNJs/D+cNAIBMJTQHAEBG6tOnTzz//PMpn9t8881j9913jzZt2kTdunWjatWqkZubGwsXLozJkyfHuHHjYsKECbFixYoynjWwPp9++mn06NEjlixZkvL5zTffPPbbb7/YfPPNo2HDhpGVlRWzZs2KadOmxYcffhhTpkxJajNp0qQ49thj4/77748999yztH8ESLD11lunrK9atSoWLlwYs2bNiry8vKTnc3Nzo3fv3lGhQoU45phjSnuaAAAAAABAhvvxxx/joYceiocffjgOOOCAuOiii6Jt27blPS0AAIANIjQHAEDGee+991IG5tq3bx+XXXZZ7L777pGVlbXePpYuXRoff/xxDB48ON57773Izc0trekCRfDZZ5/FueeeG8uXL096rlOnTnHJJZfEjjvuuN4+xo4dG3fffXcMGzYsob5kyZI499xz45FHHok99tijJKddqt5///3yngIb6LXXXlvv84sWLYrPP/88nn766fjyyy+Tnu/Tp0/stNNO0apVq9KaIhTJ0UcfHUcffXR5TyNuueWWuOWWW8p7GgAAAABsgJycnAIXHCtIbm5u/PLLLwm1atWqRYsWLYrVT3GPh41NTk5OtG7dOuVzS5cujUWLFsWiRYti5cqVBfaRl5cX77//fnz00UdxxhlnxIUXXhjZ2dmlNWUAAIBSJTQHAEBGycvLi5tvvjmpfvDBB8edd94ZlSpVKlI/VatWjYMPPjgOPvjgWLRoUbz00ksxY8aMkp4uUAQ///xz9OrVKykwl5OTE9dff3387W9/K1I/2223XTzxxBPx2muvRe/evRP6W758efTq1StefPFFN8XZaNSsWTO6dOkSXbp0iUcffTTuvPPOhOdXrVoV99xzT9x3333lNEMAAAAAgJLVqFGjQhccy++LL76IU089NaG23XbbRf/+/UtyarDRa9iwYZF+fxYsWBDffPNNjBkzJoYPHx6ff/555OXlJRyzatWqePTRR2P06NHx8MMPR7Vq1Upr2mSYZs2axcSJE8t7GgAAEBERFcp7AgAAUJK++uqrmDp1akKtUaNG0bdv3yIH5vKrWbNmnH766XHFFVeUxBSBYlizZk1cdtllsWDBgoR6Tk5O9OvXr8iBuT868sgjo1+/fknXhAULFsTll18ea9as2aA5Q2k455xzUu7kNWTIkFi8eHE5zAgAAAAAAPgzqlWrVuy9995x3nnnxVNPPRVvvfVWnHLKKZGTk5N07BdffBF///vfY8WKFeUwUwAAgA0jNAcAQEb56KOPkmpdu3aNGjVqlMNsgA01aNCgGD16dFL9hhtuiAMOOCDtfvfbb7+48cYbk+qjRo2K//znP2n3C6WpZ8+eSbVVq1bF559/Xg6zAQAAAAAAMkGrVq2id+/eMWDAgGjatGnS88OHD4/bbrutHGYGAACwYSqW9wQAAKAkTZs2Lam23XbblcNMSteCBQvixx9/jJ9//jkWLFgQubm5UbVq1ahVq1bUq1cvtt9++6hdu3aZzGXZsmXx9ddfx48//hgLFy6MKlWqRJ06daJt27ax9dZbR1ZWVomOt2TJkvjqq69i+vTpMWfOnKhUqVI0aNAgtt1222jdunWJjpXfxnTely5dGmPGjImff/455s+fH6tXr46aNWvGbrvtFltttVWh7VesWBEjR46M3377LWbPnh0VKlSI+vXrR9u2bWObbbYp8dctHcuXL4+HHnooqb733nun3HGruI466qh444034uOPP06oP/jgg3H00UenvTtlft9//318++23MWvWrFi5cmXUrVs3GjduHDvttFNUr169RMYoKatXr45x48bFtGnTYu7cubFw4cKoUaNG1K1bN7bYYovYdtttS+29sWLFihg7dmxMnz495s+fHwsXLoxKlSpFjRo1onnz5tGmTZto0KBBqYz9Z7H55pvHVlttFd99911C/YcffoiDDjpog/r+8ccf46effoq5c+fGvHnzolKlSlGnTp1o0qRJ7LDDDlG5cuUN6r8geXl58d133627ls2bNy8iImrUqBFNmjSJ1q1bR/PmzUvkfbd06dIYPXp0zJw5M+bOnRsrVqyIOnXqRL169WLbbbeNxo0bb/AYqcyZM2fduPPmzYuqVatGkyZNon379tGsWbNSGbMga9asiXHjxsWkSZNizpw5kZWVFXXq1InmzZtHx44dS+y6l0nmzJkTY8eOjTlz5sScOXMiOzs76tatG/Xr148dd9yxTBZm8LoBAAAAAGVhxx13jFdeeSWOO+64mDx5csJzAwYMiCOOOCJ23HHHcpkbAABAOoTmAADIKHPnzk2qVa1atdTHbdeuXYHPDR8+fL3PrzVkyJACvzy/fPny+Oijj+Ljjz+OL774IukmRX5ZWVnRpk2bOProo+P4449PK5jTr1+/uP/++xNqEydOXPf/f/nll3jooYfi7bffjqVLl6bso379+nHiiSfGGWecEdWqVSv2HP5owoQJ8eCDD8aHH34Yy5YtS3lM8+bNo1u3bnHSSSdFTk7OBo0XsXGe91GjRsUTTzwRH374YaxYsSKpfY8ePdYbmpsyZUrcf//9MXjw4Fi8eHHKYxo0aBAnnHBCdO/evVxDXW+//XbMnDkzoVahQoXo06dPiY3Rp0+fOPjgg2PNmjXrajNmzIi33347jjzyyLT7XbFiRTz77LPRv3//mDJlSspjqlSpEvvtt1+cd955sfXWWxd7jAMPPDCmTp267nHXrl3jlltuSWu+n376aQwaNCg+++yzWLhwYYHH1a5dO/bff/8455xzSiSkunr16nj99dfj9ddfj5EjRxZ4LVmrZcuWsc8++0TXrl1j2223TXq+tK/FG4PmzZsnhebWBs2K66effoqnnnoqPv7444T3Un6VK1eOXXfdNbp37x577713WmPl9+WXX8Zzzz0Xn3/+ecyZM2e9x9avXz/22GOP+L//+7/YZ599okKFCsUa6+23344XXnghvvzyy5TXzbW22mqrOOSQQ6J79+4lEoQaMmRIPPXUUzFixIiEa8wfbbPNNnH66afHkUceuS4Y2K1btxg+fPi6Yzp16hT9+/df71hffPFFnHrqqQm1Z555JnbbbbeIiFi8eHH8+9//jueffz5mz56dso9q1arFoYceGhdccEE0adKkyD9nRMTLL78cV111VUKtoN+l/D9ffkX5Pe3bt2/K8PSVV14Zr7zyyrrHTZs2jffff7/Q/vJbtmxZDBgwIN56660YP3585OXlpTyuYsWKseOOO0bXrl2ja9eukZ2dXaxxyvt1AwAAAKBgaxfhmj17dsydOzeWLl0atWvXjrp168bWW28dzZs3L+8pUogNXYAy4veF3yZOnBi//vprzJ07N+bPnx9Vq1aNunXrRtOmTaNDhw5RsWJmfQWzVq1a8cADD8Sxxx4bubm56+p5eXlx++23x8CBAzd4jPJayK+kled1YtGiRfHNN9/E7NmzY/78+bFkyZKoWrVq1K5dO7bccsto06ZNmSz6VlbWLvw5ZcqUmDdvXixatChq1aoVdevWjS233LJI9xZKwty5c+Prr7+OX3/9NXJzc6NmzZpRt27d2GGHHVLu0ggAQPnLrP9iAwBgk5dqp41Uu8/9mTz99NNx3333FRhwSmXtzj233nprPPzww/Gvf/0rDj744BKb08CBA+PWW2+N5cuXr/e42bNnR79+/eLll1+Of//737HlllsWe6w1a9bEPffcE0888USsWrVqvcf++uuvcfPNN8eLL74YDz744AbdiNjYzvvKlSujb9++8eyzzxb45f3CPP3003H33XcXGkyaNWtW9OvXL1566aXo169fue3W+PLLLyfV9tprr2jRokWJjdG8efPYe++946OPPkoaO93Q3C+//BLnnXdeUrApv2XLlsW7774bQ4YMiTPPPDMuvPDCYoeBNtTEiRPj5ptvjs8//7xIx8+fPz9effXVeP311+OYY46Ja665Ju0djt59992488474+effy5ym59++il++umneOaZZ+LKK6+M7t27pzX2n1mqAHJxrlMRv4fs7rjjjnjllVdi9erVhR6/fPnyGDZsWAwbNiw6deoUt99+e9q7sk2YMCFuuumm9Yam8ps9e/a6cOUBBxwQDz/8cJHajR8/Pq699tr45ptvinT8d999F999910MHDgwLrzwwjjhhBOKPMc/mjdvXvzzn/+MIUOGFHrst99+G1dccUW89NJLce+990bdunXTGnN9RowYERdffHHMmDFjvcfl5ubGyy+/HG+99Vbcdddd0blz5xKfy5/BW2+9Fbfcckuh5ysiYtWqVTFixIgYMWJEPPXUU9GnT5/YddddS2QeXjcAAACAsrdq1ap45ZVX4o033oiRI0fGypUrCzy2RYsWcdhhh8UZZ5wRtWvXLrTvDz/8MP7+978n3OOpV69evPrqq9GwYcNizXP48OFx+umnJ3y+u9lmm8Urr7ySsJBVaS00V5xFtAqTfw49evSInj17rrdNaS9AGRHxzTffRP/+/eOTTz4pcEGriIjq1avHXnvtFWeffXZsv/326+3zz6RNmzZxwQUXJC3WOGLEiBg3bly0b9++2H2W1kJ+qRYn+6P7778/6f2SX3EWYCvN60RhFi1aFAMHDowhQ4bEuHHj1nuPJzs7Ozp06BD7779/HH300dGoUaOE50vzvE2ZMiXps+qCFsMrzDfffBNPPvlkDBs2LBYsWFDgcQ0bNoz9998/zj777LTuJRe2oOEXX3wRjzzySHz22WcFLpTYpk2b+Pvf/x7/93//t26hRAAAyl/ZfhsPAABKWYMGDZJqb7/9djnMpOR8++23xQ5E/NGCBQviggsuiEcffbRE5nPXXXfFDTfcUGhg7o+mTp0aJ510UpG+gP5Ha9asiSuuuCIeeeSRQgNzfzRp0qQ48cQTC9zhqyg2pvO+evXquOCCC2LgwIFpB+buvvvuuPnmmwsNzP3RtGnTolu3bjF27Ni0xtwQixYtipEjRybVjz322BIfK1WfI0eOTOv1//XXX+PEE08sNDD3R6tWrYpHHnkkrrzyygJvspSG999/P0444YQiB+b+aPXq1fH8889Ht27dCt0lLL81a9bErbfeGhdccEGxAnP5bcjv55/ZokWLkmrF2RHyp59+iuOPPz5efPHFIgXm8hs+fHgcc8wxMWbMmGK3feutt+KEE04oVmAuvyVLlhTpuI8++ihOPvnkIgfm/mjevHnRp0+f+Ne//lXs38m5c+fGaaedVqTA3B8NHz48TjnllPXe8E3HBx98EKeffnqx/v4uW7YsLrjggqQw8abggQceiIsuuqjY/16J+D102b1793jjjTc2eB5eNwAAAICy995778Xhhx8e11xzTXz++efrDcJE/L6A3iOPPBKdO3cu0s5b++23X5xzzjkJtTlz5sQll1xSrM9q58yZExdffHFSm759+6YVWsskK1eujBtuuCFOPPHEGDx4cMrAXGGmTp0aPXv2jGOOOSZee+219QbmIn7/zPp///tfHHvssdGzZ89YuHBhutPf6Bx77LFRs2bNpPp///vfYvWzdqG5v/zlLzFo0KD1BuYi/v9CfmeeeWZ069Ytpk+fXqzxSlNpXycKsnr16njooYfiwAMPjLvvvjvGjBlT6HVj9erV8fXXX8c999wTBxxwQFr3dcrT3Llz46KLLopjjz023nzzzULvn8ycOTP+85//xOGHHx7/+te/0vr9T2XFihVxzTXXxKmnnhqffPLJeu8bff/993HZZZfFWWedlbBLIwAA5ctOcwAAZJSOHTvG888/n1D79NNPo3///tGtW7dSG3frrbde9/9/+eWXhA9Bq1WrVqTVzHJycoo0VsuWLWPrrbeO1q1bR4MGDaJ69eqRk5MTS5Ysid9++y3Gjx8fn3zySSxbtmxdm7y8vLjrrruibdu2sf/++xf9B8tn0KBB8cgjj6x7XLdu3dh3332jQ4cOUbdu3Vi+fHn8/PPP8d577yWFhubMmRPXXnttQvvC3HzzzSlvvFSrVi0OPPDA2H777aNBgwaxaNGimDx5cgwePDh+/fXXiPh9t7SePXtG69at0/xpE5Xneb/vvvsSVumrXbt27LPPPtGhQ4eoV69eLFu2LKZPnx4ff/xxylXrnnzyyZQ7M1WqVCn22Wef2HXXXaNhw4aRm5sbU6ZMiffffz8mTZoUEb/vYHP++efHIYcckvb80zFy5MikoGSFChWKtKJkce21115RoUKFhJscK1eujJEjR8Z+++1X5H5WrlwZPXv2TLiBuuWWW8bBBx8cLVq0iGrVqsWsWbNi5MiR8eGHHyYFT1977bXYbLPN4pprrtnwH6oQr7/+elx++eVJN3ZycnJi9913jx122CEaN24cNWvWjNzc3Jg6dWp89tlnSUHGr7/+Onr06BHPPPNMka9hl112WYGhkrZt28aee+4ZLVq0iDp16sTKlStjwYIF8f3338fYsWNj/Pjx6w2OluW1uLz8cbXctYq6Yub3338fJ510Usobi9tvv33stNNO0bJly9hss81i5cqVMWvWrBg1alR89NFHCTcXZ82aFeecc0688sor0aRJkyKNPWjQoOjTp0/K5xo1ahR77bVXtGvXLurUqRM5OTmxYMGC+PXXX2Ps2LHx9ddfFyuo/fnnn8c//vGPlGHrbbbZJg444IBo2rRpVKlSJWbNmhXDhw+PYcOGJd1A7d+/f6xZsyauvfbaIo27atWqOPvss1O+Rg0aNIiDDjoottpqq6hTp04sWLAgfvrppxgyZMi6gPcPP/wQV1xxRZF/zsJ8++23cdddd627aV+lSpXYY489Ypdddon69etHxYoV47fffotPPvkkPvvss6Sf5Zprrok333wz5ZciNkSLFi3WfXFk9uzZSV86+ePvcUFq1apVonOK+D0wd9999yXVK1asGLvttlvsscce0ahRo1i9enX89ttv8dFHH8XXX3+dcE1auXJlXHrppVGhQoU4/PDD05rHxvq6AQAAAGSqvLy86NevXzzwwANptV+8eHHccMMNMXHixOjTp09kZ2cXeGyvXr3iq6++ii+//HJdbfjw4XHffffFRRddVOhYa9asiUsvvTRmzZqVUD/99NPjoIMOSmv+mWLtApRF3S0sla+//jrOO++8Yi8WuNb//ve/+O677+KRRx6JLbbYIu15bCxq1KgRRx99dDz99NMJ9aFDhybtNFiQn376Kf7+97+nvYji2oX8HnzwwXLdya8srxP5zZ8/Py666KL49NNP0xo74vffj+IsrFrefv311zjrrLNi8uTJxW67cuXK6N+/f3z77bfx4IMPbtD9hOXLl8fZZ58dX3zxRbHaDRs2LM4555x4+umni/VaAwBQOoTmAADIKPvtt19UqVIlIbgUEfGvf/0rPvnkkzjrrLNil112KfFxX3vttXX/v1u3bgm76Gy33XbRv3//tPvOysqKjh07xtFHHx377rtvNG7cuNA2S5YsWReUWvul67y8vLjqqqvigw8+iCpVqqQ1l5tvvjkifg+VXHDBBXHaaadF5cqVk47r1atX9O/fP/r27ZsQyhk6dGh8/fXXseOOOxY61ueffx4DBgxIqh911FFx9dVXp/yA+/LLL4/nn38+brvttliyZEmMHz8+fvzxx2L8hP/fxnTeH3vssYiIyM7Ojr///e9x9tlnR7Vq1ZKO69GjR1Kw5Mcff4y777476dh99903brzxxpQ/10UXXRSDBw+O6667LmbPnh3Tp09PCqOWtlS727Vq1apYO2oVVfXq1aNly5bxww8/JNTHjRtXrNDc4MGD153/zTbbLK6++uro2rVr0nFrdw/q06dPfPDBBwnPDRgwILp06RK77bZbGj9J0Xz33XfRu3fvhN/NihUrxmmnnRZnnXVW1K1bN2W7nj17xrfffhv//Oc/Y9y4cevqX331Vdx1111FCvs88cQTKQNznTp1issuu6zQG54zZsyIt99+O+W1IaJ0r8UbgzFjxqRcUbVjx46Fts3NzY1evXolBeYOOOCAuOyyy9YbMJ41a1bcdtttCSHmefPmxQUXXBDPP/98VKhQYb1jjxo1Kv71r38l1Zs3bx4XX3xxHHbYYSkDv2stXrw4hg4dWqRVWOfNmxeXX355UmBu8803j+uvvz723XffpDbdu3eP6dOnR58+fWLo0KEJzw0cODD23HPPIn3h5OGHH066duXk5ETPnj3jjDPOSBnIvOqqq2LQoEFx2223RW5u7gb9rcjvrrvuWndNOvLII+PSSy+Nhg0bJh239obvBRdcEPPnz19XnzFjRjz33HNJq19vqJtuumnd/+/Xr1/cf//9Cc//8fe4rIwcOTLllx123nnnuOmmm6Jly5ZJz5133nkxatSouPrqqxP+rZGXlxd9+vSJHXfcMTbffPNiz2Vjfd0AAAAAMlWfPn1S3gOpXbt27LnnntG+ffuoV69eVKlSJRYtWhTfffddfPzxx/HTTz8lHP/8889HzZo147LLLitwrOzs7LjzzjvjqKOOirlz566rP/LII7Hzzjun/Pzyjx588MGk4MwOO+wQl156acrjN4WF5tba0AUov/jiizj77LOT7rNVqFAhdtlll+jYsWM0a9YsatasGcuXL4/p06fHl19+GZ999lnCjl8//fRTnHPOOfHSSy9FjRo1Su8HLiN77LFHUmhu8uTJMXfu3ALvJ61VVgv5VatWLeG9PmHChITn69evH/Xr11/vXFN9BvtHZXmd+KNFixbFiSeemPJ+d05OTuy4447RqVOnaNSoUWy22WaxdOnSmDt3bnz77bcxevTodYvNplIW5y0dc+bMiRNPPDEpHBwR0bhx4+jSpUu0bt06atWqFXPnzo0JEybE4MGDEz4nj4gYMWJEdO/ePQYNGhSVKlVKay5XX311QmCuZcuWse+++0arVq2iVq1asXjx4hg/fnz873//S1og8Msvv4ynnnoqzjzzzLTGBgCg5AjNAQCQUerWrRsnn3xyPPHEE0nPffDBB/HBBx+s29GmY8eOsf3220ebNm2iYsWN95/GV199dbF3C6levXr06NEjdtpppzj77LPXhQfmzp0br732Whx//PFpzWX58uVRqVKlePTRR2OPPfYo8LisrKw49dRTIzc3Nymw9cILLxQamlu7s0/+HaXOOOOM9QZzsrKy4oQTTog2bdrEWWedFUuXLk0KUBbVxnTeV69eHRUqVIg777wzDjvssPUemz/EeN111yXd4DvssMPirrvuWm/QZe0Nh1NOOSXmzJmT9nlMV/6bSBG/h55Ky3bbbZcUmks1h/VZe56rV68eTzzxxHoDYI0aNYoHH3wwade1vLy8uPbaa+Ptt98uNIiUjjVr1sTFF1+csJpktWrV4qGHHordd9+90PbbbLNNDBo0KM4999z45JNP1tX79+8fp5122nrDpZMmTYo777wzqX7aaafFlVdeWaSft1GjRnH66adHt27dYubMmYUen0lWrVoVt99+e1K9TZs2se222xba/rbbbovvv/8+oXbppZfG2WefXWjbBg0axO233x4tWrRICDiNGTMm3nnnnfXuqLVixYq4+OKL1wWJ1+rUqVM88MADsdlmmxU6fo0aNeKII46II444Yt2ubAW56667YsaMGQm1Zs2axcCBA9f7/mzcuHE8/PDDcfnllyftcNq7d+/Ye++91xtm++2335J29KxYsWLcddddcfDBBxfYLisrK0488cTYaqut4uyzz47c3NwSu96uvSb16tUrzjvvvPUeu9tuu8UDDzwQp5xySsLf3hdffDHjw1d5eXnxz3/+M+GLLRER+++/f/Tr12+9N9M7duwYzz33XHTr1m3dDq0REQsXLowbbrgh5S6vhfG6AQAAAJSdl156KSkIU7t27bj44ovjqKOOSrlwZMTvnym999570adPn4RdyR5//PHYZZdd4oADDihwzEaNGsUdd9wRZ5111rrF7fLy8uLyyy+P1157LRo1apSy3WeffZa08FOtWrXi7rvvLjDYlukLzf3RhixAOWvWrLj44ouT6kcffXT07NmzwMWxzj333Pjll1/i+uuvj2HDhq2rT548Oa6++uq47777NvTHKnc77LBDyvr48eNj7733LrBdWS7k16FDh4T3ert27RKeP+GEE6Jnz54FjleY8rhOrG1/2WWXJQXmsrKy4phjjomePXsWeL1Ya8KECfHf//43/vOf/yQ9V9rnLR15eXlx5ZVXJgXmqlSpEhdddFGceuqpKe8nXnPNNdGvX7/497//nbBo6Lhx4+KOO+6Iq6++uthzGT169LprQoMGDaJ3795xyCGHpDz20ksvjRtuuCFeffXVhPrDDz8cJ598coktlggAQHpK/ht4AABQznr16rXeXXdmzJgRL7/8cvTu3TuOPPLI2GmnneLYY4+Nf/3rX/HOO+8krQJW3oob3PqjPffcM0499dSE2gsvvLBB87n88svXG5j7ozPPPDPpw/o/3jQqyNChQ+Pnn39OqO2yyy5F2slq7bFXXXVVkY4tyMZ23k8//fRCA3P5TZw4MWH1u4iILbbYIm677bYiBZRatWoVt956a7HGLCn5Qy8RUeiNnw2Rqu9UO3oVRe/evQvdMS3i99VJ+/btG1tuuWVCffLkyfHhhx+mNXZh3n333YRgR8TvO0gWJTC3VqVKleLee++NOnXqrKutXLkynnzyyfW2e+SRR5JCKUcccURcffXVxQ4IZmdnp1xNNFMtWbIkLr/88oQvNKx14YUXFtp+xowZ8eKLLybUTjrppCIF5v6oZ8+esddeeyXU1n4RoSCvvPJKTJs2LaG25ZZbxiOPPFKkwFx+zZo1K/C5tQHlP8rOzo7777+/SLuFZmVlRd++faNt27aF9pvf888/nxQM7N69+3oDc3+0yy67xMUXX1ykY4vj4IMPLjR49cc5HHrooQm1n3/+OX755ZcSn9fGZOjQoUkh6c033zzuvvvuIq0+W7t27XjwwQeTbnoPHTo07d1uvW4AAAAApW/KlClx4403JtS23HLLdYsgFhSEifj9s8QuXbrESy+9lPTZ45133pm0KGR+e+21V/zjH/9IqM2bNy8uuuiidQsy/tGsWbPi0ksvTQiDRET07ds3mjZtut6xNhV/XICyV69eKQNza+V/ba+++uqE+8PZ2dlxxx13RN++fQsMzK3VokWLePzxx+Poo49OqL/77rsxZsyYNH6SjUvdunVTfi6/vh3MIgpeyO/hhx9eb2Au4v8v5NejR4+E+tqF/MpSeV4nBg0aFB988EFCrVKlSnHnnXfGv/71ryLdN916663j8ssvj6FDhyaF4jZGb7zxRnz00UcJtcqVK8fDDz8cp59+eoH3E6tUqRKXXXZZXHfddUnPPfPMM/HNN98Uey5rA3PNmzeP559/vsDAXMTvC6recsstSUHShQsXxrvvvlvssQEAKFlCcwAAZJzKlSvHo48+WujqbGstX748xowZE/37949evXrF3nvvHd26dYsXX3wxVqxYUcqzLX1HHXVUwuNvv/02YZep4mjevHmcfPLJRT4+JycnaQei6dOnJ6yml8qgQYOSar179y7yuBERxx57bGy99dbFalOSSvK8r93BrrhSnccrrriiSCGAtfbZZ58i/y6VpPwrT0b8vttUaUkVkkw1h8Jst912Sa/9+lSqVCmuvPLKpHqq164k5A84derUqdhhzIjfz1f+YOjgwYMLPH7KlCnx9ttvJ9Tq1q0b119/fbHH3hSsWrUq5s6dGyNGjIj77rsvDjnkkHjzzTeTjjv++OOjS5cuhfb31FNPJQS6atSoEZdccklac8sf5Bk/fnxMnTq1wOMff/zxpNqtt9663i8spOvFF19MWgn4+OOPj2222abIfVSsWDHl35sBAwYU2GbNmjVJocTatWvH+eefX+RxIyJOPvnkaNmyZbHarE+FChXisssuK1abv/71r0m1sWPHltSUNkqpXtvLL7+8WO/R5s2bJ4VQ8/Ly4tlnny32fLxuAAAAAGXjiSeeSLhvU61atXj88ceLtADXWk2aNIm77rorofbdd9/F+++/X2jbHj16JC1oN3LkyLjnnnsSamvWrIlLLrkkadHP7t27R+fOnYs8101BOgtQjhkzJimkc/HFF8f//d//FbmPrKysuOGGG5LCYI8++mix5rKxqlevXlJtfQtPludCfiWtvK4TK1euTPn+6d27d/zlL38p8thr1ahRI2rXrl3sdmUt1QKdl112WZEX9D3++OPjhBNOSKjl5eXFU089ldZ8cnJy4p577ilSODkrKyvlor5FWVAYAIDSJTQHAEBG2myzzeKhhx6KW2+9NbbYYotitc3Ly4vhw4fHP//5zzjkkEPiv//9bynNsmzk38Vq1apVaX+R+m9/+1uxd4RKteNW/h1d/mjlypXx+eefJ/VR3ABchQoV4rjjjitWm5JUkuf98MMPj+rVqxe7Xf6bfA0aNIj999+/2P3kv7lQFpYtW5ZUS2dXqqJKFZrLH74pimOPPTaysrKK1Wa//fZLurn22WefJe1ataGmTJkS48aNS6gde+yxafeX/700derUAsNTH374YdIucyeccEKpBiH/DNq1a5fyf+3bt4899tgjTj755HjggQdi1qxZSW27d+8effr0KdI4+VexPOyww9I+9zvttFPS72KqHfAifr/pm3+3q1122SV23HHHtMYuzCeffJJUO+mkk4rdT6dOnWKrrbZKqE2aNKnAnWh/+OGHpNfo8MMPj6pVqxZr3AoVKiStRrwhdt9992jRokWx2hT3b/af3YoVK+LLL79MqDVo0KBIYdT8jjvuuMjOzk6opXpPFsbrBgAAAFD65s6dGy+//HJC7cwzz4zmzZsXu6+dd945KdDx3nvvFdquQoUKcccdd0SDBg0S6o8//nh8+OGH6x7369cvvvjii4Rjdtxxx7QXRstU6S5AmX/hty222CK6d+9e7H5ycnLi73//e0Lto48+yogFWlPdQ1uyZEmBx5fnQn4lqTyvE2+++WZMmzYtobb33nuX673v0vb1118n3cds27ZtsRb0jYi45JJLolatWgm1d999t8B7POtzxBFHxHbbbVfk49u0aRPt27dPqOX/mQAAKHsVy3sCAABQWrKysuKoo46KI444Ij7++ON44403YujQobF48eIi9zFt2rS47LLL4rPPPovrr7++WDt0lZbVq1fHqFGjYsKECTFp0qSYOXNmLFmyJJYsWZIUSilI/g/Zi2rXXXctdptUNw4WLVpU4PHffvttUlgpnS+vr213ww03pNU2v/I877vttlux28yZMyemTJmSUOvcuXPSF/qLYu+9945q1apFbm5usdv+WaQKuuXl5RW7n4MOOqjYbSpUqBCdO3eOgQMHrqstX748vv3225RBiHTlD4ZE/B6ASlezZs2Sat9++23K1Rbz39CPiDjyyCPTHntTlZ2dHXvttVecd9550bFjxyK1SRVm3JDXvUKFCrH55pvHwoUL19XGjx8fXbt2TTo2VZiutF731atXx5gxYxJqrVq1Sgq/FdWhhx4a3333XULtq6++ioMPPjjp2K+//jqptt9++6U17v777x933nlnWm3zS+dvdv369ZOu98X5d9Ofzfjx45P+zdG5c+eoWLH4H5k2bNgwdt5554T3/U8//RTz5s2LOnXqFLkfrxsAAABA6Rs6dGjS4n0busjcZ599tu5xqs/EU2nQoEHccccdccYZZ6y715SXlxeXX355vPrqq/Hjjz/Gww8/nNCmdu3acffdd0dOTk7a881E6SxAuXz58vjggw8Sal27dk3rXlpE8ufCy5cvj6+//jo6deqUVn8bi/wBpIjUi1+uVRoL+f3xnsTw4cNT3pMoaeV5nUi1C91ZZ52V9th/BqkWoTvhhBOKvaDvZpttFn/5y1/i2WefXVdbuXJlDB8+PA4//PBi9ZXO692hQ4eEoNzkyZOL3QcAACVLaA4AgIxXsWLFOOCAA+KAAw6I1atXx7fffhsjR46Mb775Jr799tv46aefCg09vfzyy7F06dK45557ymbSKcyaNSseffTReOutt9JaCe2P1hdaW5/8u6cVRarVB9c3fqrd2IqzgtsfNWzYMBo0aJByl6ai2hjO+7bbblvsNiV5HitWrBjt2rWLUaNGpdU+HVWqVEmqpXv+iuKPN9vWN4f1adSoUdSvXz+t8VO9xuPGjSvR0NxXX32VVDv//PNLrP+IiHnz5qWs5w8V1a1bN63ryaauWbNmcdxxxxU5MBeR+nV/6KGH4umnn057Hvl3jyvodU91zdiQwN76/PTTT0nB3nSveRG/39TMb9y4cSlDc5MmTUqqpXPdjvg96Fe5cuW0drrML93fsRo1aiScy9K89pa3VCu8buj75o+huby8vPj2229jzz33LHIfXjcAAACA0pd/kbmmTZtGo0aN0u4v/yJzU6dOjYULF8Zmm21W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rn729ttvp9WuvGy99dZRuXLlhNp7772XVl//+9//it0mU857vXr1olmzZgm1999/P9asWVPsvoYNGxa5ubklNbUiO/zww5N+31avXh033nhjiY1x4403Jv2ONmzYMA477LC0+kvnvbpmzZoYMmRIQq1y5cqxzTbbpDWHguy1115JtcGDB5foGAXp1KlTUu21114r1TFL6lq8senZs2fSFxLeeeed+O6771Ie365du6RdC0eMGFEmu6butttuSbXSet2zs7OTwms//vhjgeelMO+++25SrWPHjimP3WGHHZJ2AHzjjTfSGvf1119Pq92fVaqFCMryd3XbbbdN+jfHkCFD0prD7NmzY+TIkQm1li1bFrjiMgAAAADlJ/9iY0uXLk25uF1ZGDhwYNI9pa222ioefvjh6NWrV0J90aJF0atXr/XuSFcWatSokVRbvHhxsfvJHxQsa+W52OCfwaBBg1LeHzzyyCMLbFOeC/mVtPK6TjRv3jzp/mh5L9ZaFvIvQDd9+vSU39UoinHjxiXdEy/pxUoBAPjzEJoDAID1+OKLL5JqzZs3X2+b6tWrJzxON2xUtWrVhMcLFy4sduBp+PDh5XaTL12VKlWK3XffPaE2evToYq+gl5eXFy+++GKxx8+k877vvvsmPJ45c2YMHTq02P385z//KaEZFU+VKlXi3HPPTap/+OGH8eqrr25w/6+//nrK83HeeeclhSiK6oUXXih2m48++ihph8M99tgjcnJy0ppDQdq0aRNbbrllQm3MmDHx2Wefleg4qRxwwAFJQa/nn38+rZvoRVVS1+KNTYsWLZJuSK9Zsyb69euX8visrKw48MADE2pLly6NZ555ptTmuFbr1q2jZcuWCbWRI0eW2s3dvffeO6k2aNCgYvczYsSImDRpUkKtXbt2BYbma9WqlRRKTefn/OWXX9IKe/+Z5f89jSjb39WcnJykcOesWbPSCkA///zzSasMpworAwAAAFD+9txzz6RaeXw2N27cuLjlllsSatWqVYt77703qlatGmeffXbSvZ5UbYqiJBea22yzzZJq6eyAV95hqlS7+Q0dOjRWrlxZTjPaeEycODEeeOCBpPruu+8e7dq1K7BdeS7kt1ZJvdfL8zqx6667JjyeOXNmqd/PK+/FKFMtXJhqgcOieOedd5JqO+20U1p9AQDw5yc0BwBARnn//ffTuimTyi+//JJyt7D9999/ve3y3yiaMmVK5OXlFXv8Bg0aJDxetmxZjBgxosjtly5dGr179y72uBuDE044Ian2r3/9q1h9vPjiizF+/Phij51J5z3Vebz11luLtQLpp59+mrQLWlk66aSTYrvttkuq9+7dOz788MO0+x02bFj885//TKp37Ngxjj/++LT7/eabb4oV6Fu5cmXceuutSfVUr11JSBVCvOaaa2L+/PmlMt5aTZo0iSOOOCKhNnfu3OjTp0+pjVlS1+KN0T/+8Y+kUOX//ve/mDBhQsrjzznnnKQb/4899liMHj261Oa41tlnn51Uu/LKK0slGPW3v/0tKfA6aNCgAs9LKqtWrUq5m2W3bt3W2+7EE09MqvXp0yeWLl1a5HGvvfbacl8huqyl2s21pP4dV1Qnn3xyUu3WW28t8msXETF16tR47LHHEmpZWVlxyimnbPD8AAAAACh5+++/f1JAZNCgQbFw4cIym0NBu8b16dMnWrduHRG/f8Z06623RuPGjROOGThwYMpQyPqU5EJz+RdLi/h9kb7iWL16dVqLX5akGjVqRKdOnRJq06dPj9dee62cZrRxmDdvXvTs2TPpM9KsrKy49NJL19u2PBfyW6uk3uvleZ3o0qVLUu3xxx8v1THLezHKffbZJ6n2/PPPF3tx20WLFsUbb7yRUEu1gB4AAJsOoTkAADLK0KFD49BDD42rrroqfvjhh7T7mTFjRpx//vlJNwPq1q1b6K4h+VfXW7RoUXz11VfFnsMuu+ySVLv77ruLtLrhsmXLolevXjF58uRij7sx2G+//WKLLbZIqA0fPjzuvPPOIrUfNWpU3HzzzWmNnUnnvV27dkk3ACZPnhxXXXVVkW4wTJ48OS6//PLSml6RZGdnx+233x41a9ZMqK9YsSJ69OiR1o5zb7zxRpx//vmxfPnyhHqtWrXi1ltvjQoVNuw/lW+88cYi7TSYl5cX//znP+PHH39MqG+xxRax3377bdAcCvLXv/41WrVqlVCbMmVKnHPOOTFjxoy0+ly8eHE89thjhd5EPuecc5KCXm+88Ub07du32GG21atXx2+//bbeY0rqWrwxat68eXTt2jWhlpeXF/fdd1/K41u0aBFHH310Qm3lypVx3nnnpX1OVq9eHW+++Wbcfffd6z3ur3/9a9IOrZMnT46///3vad1YnjJlSoHP1a1bN4466qiE2qpVq+KCCy6ImTNnFtp3Xl5eXHPNNUkhu3r16sVf//rX9bY94IADon379gm1iRMnxrnnnhuLFi1ab9vly5fHZZddVia7Pm5s2rZtm1TbkEB0Ovbbb7+k6+LUqVPjkksuSdo5LpUFCxbEeeedl/RvxgMOOCBpd08AAAAANg5NmzaNI488MqG2ePHiuOqqq8ps8bV//vOfSQtI/e1vf0v6jLNu3bpx5513Ji2Mds011xRrAaqSXGiuXr16SUG+d955p1g7Uw0cOHC9n/eWlX/84x9Jtdtuu63MF/faWIwaNSqOPvro+Pnnn5Oe6969e3To0KHQPspzIb+I5Pd6uq9leV4nDj300KR7K8OGDYv//Oc/pTZmSZ23dG2//fZJC6lOnDgxnnvuuWL1c/fddyctFnrooYcm7YAIAMCmQ2gOAICMs2rVqnj55Zfj8MMPj+OOOy4GDBhQpC/LR/y+0t1zzz0XXbt2jUmTJiU9f/nllyftYpNfx44dk2pXX311fP7558VaCW377bePpk2bJtS++uqr6NmzZ8ydO7fAdmPGjImTTz553ZfOa9SoUeQxNxbZ2dlxww03RFZWVkL90UcfjauuuioWLFiQsl1eXl688MILcdZZZ61b/a5KlSrFGjvTznufPn2iUqVKCbU33ngj/vGPf6w3JPXee+/FKaecErNmzYqI4p/HktSqVau49957k36OFStWxBVXXBGnnXZakVYwHTduXJx11llxySWXxLJlyxKeq1y5ctx7771JYc3iWHttWLx4cXTv3n29IbKZM2fG+eefn3RMVlZW3HDDDRsc3CtIdnZ23HvvvUmrRY4ePTq6du0aAwcOTAoTprJq1ar49NNPo3fv3rH//vvHHXfcEbNnz15vm9atW8cVV1yRVH/qqafitNNOi2+++abQcWfOnBlPP/10HHLIIYWuQFtS1+KNVard5oYMGVJgYPPKK69MCijNnj07Tj311Lj99tvX/a4XZsKECXH33XdHly5d4uKLLy50F7ecnJy4++67k35/hw8fHn/729/i7bffLvTmcm5ubrz11ltx8sknx1VXXbXeYy+++OJo1KhRQu3nn3+OE088MT799NMC282YMSP+8Y9/xCuvvJL03A033FDo3/7s7Oy4+eabk16Tzz//PA477LAYOHBgzJkzJ+G5BQsWxCuvvBJHHHFEvPXWWxHx+03p/AGuTLbVVlsl/b189NFH4+WXX066TpeWrKysuOmmm5JWDB4yZEicccYZKb8cstbo0aPjpJNOSvo92GyzzTaaXWcBAAAASO28885L+tzyvffei969eyft/lZUU6ZMiRtvvDHlPcY/6t+/f7z77rsJtbZt28a1116b8vhddtklevXqlVAraKe6gpT0QnP77rtvwuNp06bF008/XaS2n332Wdx+++1pj12SOnXqlLRg6oIFC+Kss85Ke4HW5cuXx6BBg+LJJ58siSmWiR9//DFuuOGGOOWUU2LatGlJz++5555xySWXFKmv8lzILyJ5sbYvv/wy7V3Tyus6kZ2dHeeee25S/cYbb1x3P6E4Fi9enBQky68kz1u6unfvnlS77bbb4ssvvyxS+xdffDGeffbZhFpWVlacfvrpJTE9AAD+pCoWfggAAPx5jR49OkaPHh033nhjNG3aNHbYYYdo3bp11KlTJ+rUqRMREUuWLImpU6fGhAkT4osvvijww9/DDjssaWefVHbYYYdo06ZNfP/99+tqkydPjtNOOy2qVKkSjRs3ThlAevTRRxO+6J+dnR3nn39+XH311QnHffDBB9G5c+c4+OCDY4cddog6depEbm5u/Pbbb/HRRx/FmDFjEgIIvXv3ThlU2djtvvvuccopp0T//v0T6i+//HK8++67ceCBB8YOO+wQ9erViyVLlsRPP/0UgwcPjl9++WXdsdtss020adMmXn/99SKPm2nnvXXr1nHxxRfHLbfcklAfOnRodOnSJfbdd9/YZZddokGDBrFs2bL49ddfY8iQIQk3aho1ahSHHnpokW92loa99torHnjggejVq1fS7+jnn38exx57bDRt2jT222+/aNq0aTRo0CCysrJi1qxZ8dtvv8WHH36Y8N74o+rVq8f9998fe+yxxwbNsUuXLvH999/HhAkTYsGCBXH55ZfHww8/HF26dInmzZtH9erVY9asWTFy5Mj48MMPUwZCTjnllNh99903aB6Fadu2bdxxxx3Rs2fPhF2U5syZEzfccEPcc889seuuu8YOO+wQdevWjZo1a8bSpUtj4cKF8dtvv8W4ceNi/PjxsXjx4mKP3a1btxgzZkz897//Tah/8cUXccwxx0S7du1ir732imbNmkWdOnVi1apVsXDhwvjhhx9i7NixMXbs2CIH3krqWryx2nzzzeOYY45JWmHzvvvui0ceeSTp+OrVq8dDDz0Uxx9/fELAceXKlfH444/H008/HR07doydd945GjduHLVq1YqVK1fGokWLYtasWTFhwoQYO3ZskcN1f9ShQ4e49tpro3fv3gnXyV9++SUuvPDCaNy4cey9997Rtm3bqFOnTlSsWDEWLlwYU6ZMifHjx8dXX321bhevTp06rXes2rVrx2233RZnnnlmwvt7ypQp0b1792jfvn0ccMAB0bRp06hcuXLMmjUrvvzyy/j4449TBkZPPvnkOOigg4r0c2699dbRu3fv6NOnT8LPOWvWrLjhhhvixhtvjHr16kXt2rVjwYIFMXfu3KSVl6+//vp47rnnEnagLK0Q7cYgJycn/vrXvybcxM7NzY2rrroqrrnmmmjcuHFUr1496RxccMEF0blz5xKbx0477RTnn39+0m6NX3zxRfzlL3+J3XffPXbfffdo1KhRrF69OqZPnx4ffvhhjBo1Kin0mZWVFddff31svvnmJTY/AAAAAEpe8+bN44Ybbogrr7wyof7CCy/E2LFjo1evXrH//vsnLfCY3+LFi+ODDz6It99+O4YOHRqrV69O2i3uj7755pu49dZbE2rVqlWLe+65Z70LGJ599tnx5ZdfxkcffbSuNm7cuLjlllsKDNv9UUELzV1//fXRqVOnYn8OeeyxxybtenXHHXdEtWrV4vjjj0953pYvXx5PP/103HfffbFy5cqoXLlykRbyK219+/aNY445JmER1smTJ8cxxxwT5557bpx00klRs2bN9faRl5cXo0aNinfeeSfefPPNmD17dpx88smlPfW0LVy4MMaOHRujR4+Ozz//PL744osCF7jbe++944EHHkjaPW59rrzyyvj6668T7jeuXcjvtNNOi9NPPz0aNGhQaD8TJkyIt99+O15//fWYOnVq7L///oW26dixY7z//vvrHi9atCguuuiiuPzyy6N169ZF/hkiyu86ERFxzDHHxEcffZQQsF2xYkVcfPHF8fnnn8f5559f6P2sSZMmxX//+98YNGhQPPDAA7HbbrsVeGxJnrd0HXHEEfHf//533SK1ERHLli2Lc845Jy655JI46aSTUl6rli9fHvfff388/vjjSe/j0047LWkHOwAANi1CcwAAbDKmTp0aU6dOTatt165d46abbiry8ddcc02ceeaZSV+GX7ZsWUyePDllm5UrVybV/va3v8Wnn34ab7zxRkI9Nzc3Xn311Xj11VfXO49zzz03jjrqqI0ivJWOq6++OubPn58UeluyZEm8/vrr6w3D1a9fP+6///64//77iz1upp337t27x7x585KCNMuXL4/BgwfH4MGDC2xbrVq1eOCBB2Lo0KGlPMvC7bvvvvGf//wnLrroovjuu++Snp86dWrS6oGF2WqrreLee+8tkZs9OTk5cf/998cJJ5ywLpT0448/pgwwpfLXv/41KaxZWg488MB46qmn4qKLLkoKQS1cuDCGDBkSQ4YMKZWxb7311qhfv378+9//Tnpu4sSJMXHixBIbq6SuxRurc889N1566aWE1UyHDh0aY8aMie233z7p+GbNmsWLL74YvXr1itGjRyc8t3Llyhg+fHgMHz68VOZ67LHHRvXq1eOqq65KCoxOnz690J0Di2P33XePBx98MC688MKkkO24ceMK3I0vv27duhX7d3Ltl0H69OmTFPDMy8uL2bNnp9yVMSsrK66++uo4/PDDk8LiG8vOpaXlvPPOi8GDByddi1avXl3gv9sK2nF2Q5x//vmRl5cX/fr1S6ivXLkyPv744/j4448L7SMnJyduvvnmOPzww0t8fgAAAACUvK5du8YPP/wQjz32WEL922+/jXPPPTc233zz2G233WLrrbeO2rVrR5UqVWLRokWxaNGimDx5cowdOzYmTZpU5M+VFy5cGBdeeGHS8dddd12h9ymysrLi1ltvja5du8b06dPX1QcOHBidOnWKQw89dL3tS3qhue233z46d+6ccC9h9erV0adPnxg4cGB06dIlWrRoEZUqVYq5c+fGuHHj4sMPP4w5c+asO/7qq6+OPn36rHfeZaFRo0bx4IMPxqmnnprwmXJubm7cdddd8fDDD8dOO+0UHTt2jIYNG8Zmm20Wy5Yti0WLFsXMmTNj/PjxMXbs2EJ38ioLM2fOjCOPPDLlc2vnvGjRoiLtkpaTkxNnn3129OzZs9ihyvJcyO+oo46Ke++9N2FhvaFDh8bQoUOjVq1aUa9evaTd4xo2bJh0HVirrK8Tf3TzzTfHDz/8kPB7m5eXF88//3y8/PLL0bFjx9htt93WvS+XLl0a8+bNi4kTJ8bXX39d4L2wVEr6vKWrb9++ceSRRya89rm5uXHjjTfGE088EV26dInWrVtHzZo1Y968eTFhwoQYPHhwzJs3L6mv9u3bF3mHRAAAMpfQHAAAGeXII4+M3Nzc+PDDD2PhwoUb3F/z5s3jqquuKvZuJnvssUfcf//90bt375Rfji+Ovn37RpUqVYoVKKhcuXJcfvnlccopp2zQ2OWtQoUKceutt0bjxo3jySefTPiQfn3atGkTDz30UDRr1iztsTPtvF988cVRt27duOeee9bt2FSYxo0bR79+/aJDhw4bRWgu4veQ2yuvvBJPPvlkPPHEE2nfgKxdu3aceeaZ0b1798jJySmx+TVv3jwGDhwY5513Xvzwww9FalOxYsXo3r17XHTRRWW6o9Suu+4aL7/8ctx+++3x5ptvJgXLiiorKys6deoUu+yyS5GOr1ChQlxxxRXRoUOHuOOOO9IKM2dlZUXdunULPa4kr8Ubo8aNG8dxxx0XAwYMSKjfe++98cQTT6Rs06RJkxgwYEA89NBD0b9//1i0aFHa47du3ToOO+ywIh9/+OGHxxZbbBE33XRTjBw5Mq0x69WrV6Tj9ttvvxgwYEBce+21MXbs2GKNUbt27bjwwgvjxBNPTGeKcdxxx8U222wTffr0KVJAr3nz5nHdddfF3nvvHRGR9O+XwlYw/rNr0KBBPP3003HZZZcVOdBYWnr06BEtW7aMW265JWFV6aJo06ZN9OnTp9DdEAEAAADYuFx66aXRpEmT6Nu3b1KoZdq0afHKK6+U2FhXX311TJkyJaF2zDHHFBhyyq9u3bpx5513xmmnnZZwz+yaa66J9u3bR/PmzdfbvqQXmrv++uvjm2++SfosbdKkSQk7jKVy5plnxgknnLBRhOYiIjp06BDPP/989OzZM+lc5ObmxrBhw2LYsGHlM7liWLlyZUyYMGGD+qhQoUIceOCBcfHFF2/QopPltZBfw4YN4x//+EfSAmkRvy/IlmpRtsLulZTldeKPatSoEc8++2z06tUrPvvss4TnSvoclsZ5S0e9evXi2WefjbPOOit+/vnnhOemTZsWTz/9dJH62XnnneOhhx5KCvoBALDpEZoDACCj7LzzzrHzzjvHypUrY8SIEfHll1/GyJEjY8yYMUm7zRSkfv36sccee8T//d//xV577RUVK6b3z+YDDzww9tprr3j//fdj2LBhMWnSpPjtt99iyZIlsXTp0sjLyytSP5UqVYqbbropDj744Hj44Yfjq6++KvDYmjVrxuGHHx5nn312oTfG/iyys7Pj0ksvjSOOOCIeeOCB+PDDD2P58uUpj23atGmcfPLJ0a1btw3+ADwTz/vpp58enTt3jgceeCAGDx4cixcvTnlcvXr14rjjjouzzjpro9zhKCcnJ84555zo1q1bvPnmm/HWW2/FyJEjk3avyq9y5cqx0047xV/+8pf4y1/+EtWqVSuV+W255Zbx6quvxjPPPBMDBw6MadOmFTif/fbbL84///zYeuutS2UuhWnYsGHcfvvtccEFF0T//v1j2LBhRQr7Va9ePTp16hR77LFHHHTQQdG0adNij3344YdHly5d4uWXX4433ngjRo0aVegqm+3atYv9998/jj766Nhyyy2LNE5JXYs3Vn//+9/jhRdeSLguDhs2LL766qvYaaedUrapVKlS9OrVK84444x47rnn4v33349vvvmm0GByTk5OdOjQIfbcc8/Yf//9o0OHDsWeb/v27ePZZ5+Njz/+OJ5//vn4/PPPC72p2qRJk9hnn33ir3/9a+y6667FGuvFF1+Mt99+O1544YUYMWLEelfPbdOmTRxyyCHRvXv3DQ6qdejQIV588cUYPnx4vPvuuzFq1KiYNWtWzJ8/PypXrhxNmjSJ9u3bR+fOneOggw6K7OzsdW3zBzxr1aq1QXP5M2jdunW89NJLMWLEiBg8eHBMmDAhfv7551i8eHEsXbo07VBvOv7yl79E586dY8CAAfHmm2/Gt99+W+B1omLFirHDDjtE165d4+ijj054HQEAAAD48zj55JOjQ4cOccstt6S94FdERJUqVaJz586x+eabJz339NNPx+DBgxNqbdu2jd69exdrjF122SV69eoVd95557raokWLolevXjFo0KD13h8r6YXmGjRoEM8++2yceeaZSeGWguTk5MQll1wS3bt33+DxS1rbtm3jpZdeirvvvjvpc/fi6tChQ+y3334lOLvS16ZNmzj44IPjqKOOii222KJE+iyvhfzOO++8qFixYtx///1p7fCWSllcJ1KpVatWPP744/Hwww/Hv//971iyZEmxx6xcuXKR7vmWxnlLR4sWLWLQoEFxww03xDvvvFOse3k5OTlxwgknxGWXXRaVK1cuxVkCAPBnkZX3Z/92GAAAFEFeXl7MmDEjJk+eHL/99lssXrw4lixZEllZWVGjRo2oXr16NGjQ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GJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJEZhbTcA1gXTpk2L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M8/EqFGjYuzYsbFw4cLc71q0aBE9e/aMPfbYIw4//PCoW7dudR8G1SSbzcbHH38cH3zwQcyYMSNmz54dmUwmNthgg2jbtm3stNNO0bVr19puJlVk1qxZZfb19ttvH40bN67tJqbaqFGjok6dOrHLLrtEu3btars51DDXa4D129KlS+Ptt9+Ol156KV577bX47rvvIpvNVmgfmUwmOnXqFHvuuWf07ds3evXq5WEZAKhiM2fOjJdffjleeumlGD16dCxatKhS+6lfv3707t07+vbtG/vss0+0bNmyilsKpJUxIlZHTCddxHTWbWI66eZ6DbB+E9MBgPWDmA5pkslW9I4UgJg5c2bceOON8c9//jPmzZuX97u6devGwQcfHBdeeGG0bdt2pbKff/55/OpXv4oJEyZERKxyYCCTyURERIcOHeK3v/1t7LvvvtVwFFSXKVOmxL333huPP/54bpaFsrRt2zZOOumkOP7446NRo0Y11EKqSlFRUTzyyCPxyCOPxMSJE8vcrqCgILbZZps4+eST48ADD6zBFlKie/fukclkok6dOtG7d+/o379/7LvvvlGvXr3abhrVyPUakuNvf/tbFBQURO/evWP77bev7eZQQ4qLi2P48OFx1113xQ8//BARqz4fV0TJubtly5Zx5plnxrHHHut+AGpRyQyFzZs3L/cDaxMmTIhnnnkmPvjgg9y5oXXr1rHhhhvGnnvuGbvvvvsaH6QDqtbMmTPjjjvuiIcffjiKi4sjYvXX7JLrcXm2qVevXhx77LFx5plnCrQClWaMiNUR00kPMZ31h5hOOrleQ3KI6aSTmA4kn5gOJIOYDmkkaQ6ggt599904++yzY+7cuWXeBGQymWjWrFncfvvtseOOO+bWjxs3Lk477bSYM2dOrmzJzcKKVtxvnTp14je/+U2ceuqpVXsglOmrr76KF154Ibe82Wabxd57712ussOGDYtrr702Fi9eXO7Bn0wmE61atYrrr78+evXqVak2UznTp0+Pd955J7fcoUOH2GGHHcpV9rXXXotLL700Zs2aVa6+Lvmsb7755nHjjTdGly5dKtdoKqUkwJrNZnN90bRp0zj44IOjX79+se2229ZyC6lqrtfpcemll+YCb/vtt59ASUKVnMcjIjbZZJPo379/HH744at8QIJkeO211+IPf/hDTJ06Ne98u6rzcUWU3lf79u3jj3/8Y+y5555rtV/WP99++21Mnjw5t9yzZ89abE26jB49Oh599NF48803Y+7cuRGx/KHU7t27R79+/eLoo49eZbB15syZcfnll8e//vWv3LpV3as1b948Lrroojj66KOr+UioqLlz58aUKVNiwYIF0bJly+jcuXO5yr3yyiu5oPqMGTMik8nkBdV//vOfR/v27au59ZRl+PDh8Ze//CWKiopW+/2pROnvZ+XZNpPJRIMGDeI3v/lNHHfccVXQaiBNjBEln5hOeojppIeYTvq4XqeHmE46iOmkj5gO1U1Mp/aI6aSXmE4yiemQVpLmACrgo48+ipNPPjkWLlwYEWXfAJScWhs3bhwjR46MjTbaKObOnRuHH354fP/993nlVjfLWcnvM5lM3HbbbeUO8rF2/vrXv8bdd9+dWx4yZEgcdNBBayz3v//7v/Hoo4+W62ZyRSXbFxYWxh//+Mc48sgjK9FqKuNvf/tb3HrrrbnlK664Io466qg1lrvzzjvjpptuimXLlkVE+fp6xc96o0aN4oYbbjCQV4NWHJhf1SBtly5don///nHYYYdFmzZtaqWNVB3X63RZ8fPdtGnTOOigg6Jfv36x3Xbb1XLLqEorPigTEbmZpnfbbbfo379/9O3bV3A9Qe6999647rrrVnmvtapB2fr160f9+vVzsxAWFRXFokWLYtGiRasdxC35XZ06deJXv/pVDBo0qFqOh3XTkCFD4h//+EdELP+7GD9+fC23KPkWLVoUv/3tb+PZZ5+NiLLvrzbffPO4/fbbo1OnTrn133//fZxyyinx7bfflvmdu/R9ft++fePGG2+MwsLC6jgcKuDRRx+Nxx57LD788MO89RtssEEcccQRceaZZ0bz5s1XKvfVV1/Fb37zm/joo48iouzAXN26dWPgwIFx1llnmZG2hl155ZUxbNiwlT6XpfuqTp060aZNm2jSpMkqr9nz5s2L6dOn5679JUrvL5PJxAknnBC/+93vqvW4gOQwRpQOYjrpIaaTHmI66eJ6nS5iOukgppMuYjrUBDGdmiemk15iOsklpkOaSZoDKKfFixdH//794/PPPy/3gGs2m43ddtst7rnnnrjhhhvizjvvzPvdpptuGrvvvntsuOGG0bBhw5g5c2aMHTs2Ro8eHYsWLcrbtmXLlvGvf/0rmjRpUgNHm26HH354fPbZZxGxfDaTt956KwoKClZb5u9//3tcf/31EbHqm8l69epFs2bNIpvNxpw5c2Lx4sV525ZsX1hYGHfddVf07t27So+JVTv66KNzX/AaNWoUo0ePjvr166+2zKhRo+KSSy6JiNUP9pVWetuGDRvG8OHDo3v37pVtPhWwYgBmRaUHYQoKCuJnP/tZDBgwIPbee+9VzobEus31On1WFXiLiNh0001zM1d6cGL9V/o8Xrq/mzVrlptpeptttqmVNlI1Hn/88bjssssiYuX76g4dOkTPnj1jxx13jK5du0b79u2jQ4cOZQZPlixZElOmTInJkyfHpEmT4r333ot33303vv/++5X2n8lk4qqrror+/ftX9yGyjhgyZEjcddddEbH8b+GTTz6p5RYlW3FxcQwePDhGjx5drlnfO3bsGCNGjIgWLVrE4sWL4+ijj871UVkBnFU9/LbvvvvGLbfcUi3HxJrNmjUrzjnnnBgzZkxElH1P3rp167jjjjuiR48eufWffvppDBw4MH788cdyB9W32267+Mc//uFevIbccccdceONN0bEytfUHXfcMXr16pW7Zrdr126NY2tLly6NqVOn5q7Z77zzTrz33nt5bxcp+fkXv/hFDB48uFqPD1j/GSNKDzGd9BDTSQ8xnfRwvU4fMZ10ENNJDzEdaoqYTs0S00knMZ1kE9Mh7STNAZRTyRf9FS/o7dq1i5NOOil69uwZLVq0iNmzZ8e7774bQ4cOzfvSPnz48Dj99NNj3rx5kc1mo1mzZnH55ZfHgQceuMq6pk6dGn/605/ixRdfzA0YZjKZuPTSS+Pkk0+usWNOo/nz50fPnj1zN+mHHHJIXHfddast880338SBBx4YS5cuza3LZrPRvXv3OO6442LXXXeNjTfeOK/Ml19+GaNHj47hw4fnBQGy2Wy0adMmXnjhBTNpVLNFixbFTjvtlOu3/fbbL26++ebVlpkxY0bst99+UVRUlFuXzWajdevW0b9//9h1111j8803j+bNm0c2m43Zs2fHhAkTYvTo0TFixIiYNWtWXl9vvPHG8eyzz67xSwZrr3QApsTqBuubN28ehxxySPTr1y/viz7rNtfr9Ckr8Bbx04MTu+22WwwYMCD22WcfD06sp1Y8j6+uvyMiNttss9xM061atarxtlJ53333XRxyyCEr3Wv17ds3TjzxxCp7CPHf//53DB06NHf+LqmnYcOG8cwzz0THjh2rpB7WbQKsNavk/7s8D8CVnOtLvo/fd999cc0116wUWO3evXt07tw5CgsLY/r06fHhhx9GcXGxhyfWEXPnzo0TTzwx9wB7xOqD6s2bN4+RI0dGx44dY968eXHEEUfEt99+u8aZqVf8XSaTie233z6GDRsWderUqepDYgUTJkyI/v3758ZUstlsFBQUxAknnBAnnnhibLTRRlVSzzfffBNDhw6NYcOG5dVVWFgYI0eOjM0337xK6gGSyRhROojppIeYTrqI6aSH63X6iOmkg5hOOojpUJPEdGqWmE76iOkkm5gOSJoDKLdjjz02xo4dm7t523XXXeNvf/tbNG7ceKVtFy5cGOedd168+eabkclkYsstt8y9FrxRo0YxfPjw6Nat2xrrvOSSS2LUqFG5Lxibb755PPXUU1V7YOR5//334/jjj8/185/+9Kc48sgjV1vm4osvjieeeCLXTwUFBXHxxReXa3A9m83G3XffHddff31ks9ncF4Jf/vKX8T//8z9Vckys2ocffhhHH310rq//93//N4477rjVlrnyyitj6NCheYG6U045JS666KI1zma6cOHC+Mtf/hLDhw/PGzS4/PLL4+ijj66ag6JMKwZgjjrqqNhiiy1ixIgRuXPzmgbrN99889xgfcuWLWuw5VSU63X6lBV4i1j1zJWHHnpoHHHEEbH11lvXeFupvDXNSrriupL1BQUFsfvuu+dmmi5r5krWHb///e/j0UcfzX2mmzZtGn/+859j3333rZb6Xnrppbj00ktj7ty5uXPIUUcdFVdccUW11Me6RYC15nz55Zdx6KGHrvRQcs+ePaN3797RunXrmDNnTrz33nvx2muv5b4bFxQUxNNPPx2DBg2KKVOm5ModfPDB8ctf/nKlhyEWLlwYDz/8cNxyyy2xYMGC3PbNmzePV199NRo2bFhzB0387ne/i8cee6xCbwrYc889484774xbbrklbr311rzfNWrUKHr37p0XVH/77bdj8uTJKwXVf/WrX8Vpp51WA0eZXhdeeGH885//zF2z27VrF7fddlu1PZz88ccfxznnnBNTp07N9fOBBx6Ye0MQwKoYI0oHMZ30ENNJFzGd9HC9Th8xnXQQ00kHMR1qkphOzRHTSScxnWQT0wFJcwDlMm/evOjZs2dE/DQD4bPPPhvNmjVbbZmDDz44pk2bliuXyWTisssuixNPPLFc9S5atCj222+/mD59eq78f/7zn9XWy9oZNWpUXHLJJRGx/Cb/8ccfj6222qrM7ZcsWRK9evWKhQsX5vroz3/+cxxxxBEVqvfhhx+OP/zhD7kb04033jief/75tTkU1uCZZ56JX/7ylxGxvK8feuih2G677crcPpvNxq677hpz5szJ9fUFF1wQZ555ZoXqvemmm+L222/P9XW3bt3iiSeeWKtjYc1WHJg//fTT46KLLoqI5TOpjBgxIp5++umYMWNGRKx5sH6PPfaI/v37x957721G2XWM63U6rfj5btCgQSxcuDAi1vzgxGabbRYDBgzw4MR6YsV+HjhwYPTs2TNGjBgRr776aixevDgiVj/TdIsWLeKQQw6J/v37x5ZbblnDrac8iouLY5dddomioqLIZrNRr169uPvuu3Pn9ery9ttvx2mnnRZLlizJzUz6n//8J+rVq1et9VL7BFhrzrXXXhv33ntv7jtQkyZN4oYbbog+ffqstO3HH38cZ511VkyfPj0iIvbaa6945ZVXImJ5P5111llx/vnnr7a+jz76KAYNGpSbaT6TycTVV18d/fr1q/qDY5U+/vjjvIfVS2aRPPTQQ2PXXXfNC6qPGDEib0zl0UcfjdNPPz1+/PHH3LrTTz89zjrrrFUGyV944YW48sor8+7nGzZsGK+++mo0b968xo45TRYsWBC77LJL7trZuHHjeOihh6p9htDPP/88jjnmmNzfS7169eLf//53NGrUqFrrBdZPxojSQ0wnPcR00kVMJx1cr9NJTCcdxHSST0yHmiamU3PEdNJHTCfZxHRgOe+zBCiHcePG5Q3SHHvssWscNG3SpEmccMIJeQN6jRo1qtDsg/Xr149jjz02bx8ffvhhBVtPRcyaNStvuW3btqvdfuzYsbnZTjKZTOyxxx4VDq5GRBxzzDGx66675vr6v//9b3z33XcV3g/lV/KFvUSHDh1Wu/1HH30Us2fPjojIvR68osHViIjzzz8/b5aOCRMm5AJ71LwtttgiLrnkknjttdfi9ttvj/333z8KCwvzZgku+ZfNZmPJkiXxyiuvxHnnnRd9+vSJP//5z/Hpp5/W9mHw/3O95qSTToonn3wyTj311GjVqlWZn+VsNhuff/55XHvttbHHHnvEWWedFS+++GIsWbKktg+BcigsLIy99947brnllnjjjTfisssui6222irXtxGxUn/PmjUrhg4dGv3794/DDz88/u///i9mzpxZy0fCij744IO8ByQOO+ywag+uRkT06tUrDj/88NzfTlFRUXzwwQfVXi+kyVNPPZU3g/iQIUNWGVyNiOjRo0fcfvvtUafO8mHrV199NSKWnxd23XXXNQZXIyK22WabuPjii/NmLB85cmTVHAzl8vDDD+fOqyUzVo4YMSL+/Oc/x+GHHx4/+9nP4sADD4zf/e538eyzz0aXLl1yZa+++uqYNWtW3ps8LrroojJnld1vv/1i6NCh0aZNm9y6oqKiePrpp6v3IFNs7NixeQ+4HX300dUeXI1Y/raQY445Jve3tXjx4hg7dmy11wusn4wRpYeYTnqI6RAhppM0rteI6aSDmE4yielAconppI+YTrKJ6cBykuYAyuHbb7+NiJ9mNyrri0Bpe+yxR+7nTCYTO+64Y4Vnt9l9991z5SMipk6dWqHyVExRUVHe8ppmNvjqq68i4qe/jaOOOqrSdZcezB83blyl98WalQzglWjSpMlqt//iiy8i4qe+PuGEEypVbyaTWSmY4wtB7SsoKIi99947br755nIP1s+cOTPuv//+6NevX/Tr1y+GDh0aP/74Y+0eSMq5XhNRuQcnXn311dyDE1dffbUHJ9YjLVq0iJNOOilGjBhR7uD6Z599Ftdcc03ssccecc4558RLL70US5cure1DSb1JkyZFxE/n8P79+9dY3SV1lZzDJ06cWGN1Q9J9++23ebP/77rrrrHnnnuutkyPHj3igAMOyPvOFBFxzjnnlLveI488Mjp37hwRy88rH3zwQSxbtqyCraey/vnPf+auvQUFBXHLLbfEFltsscpt27dvH3fccUc0aNAgIiLGjBkTEcv/Xn7+85+X68HHzp07xx/+8Ie8oLq3f1SfL7/8MiJ+umYfdNBBNVb3wQcfHBE/XbNL2gJQmjGi9BDTSQ8xHVYkppMMrtdEiOmkjZhOcojpQDKJ6aSTmE6yienAcoW13QCA9cHcuXPzlktu0tek9HadOnWqcN2ly5RuC1Wr5Ia+xOzZs1cbZC09m9X2229f6bq32267iPjpJtFMWdWrdPBk7ty5FerrtZkla+edd46In/r6hx9+qPS+qHolg/UnnXRSTJgwIUaMGBFPP/103sBQiZIvlJ988klcddVVce2118bee+8d/fr1iz333DM3mxI1w/WaFZU8OLH33nvHjz/+GE899VSMHDkyxo8fHxE/PTQR8dNnedasWfHAAw/EAw88EN26dYsBAwbEIYccEhtssEGtHQflVxJc//Wvfx2vv/56jBw5Ml555ZW8WbNKlATXX3755Xj55ZejZcuWcdhhh8URRxwR3bp1q61DSLWS2d9LbLLJJjVWd+m65syZU2N1E9G3b99aqXfOnDm5ABDV55NPPomIyAW+SoIja3LggQfGM888k1tu06ZN7ntUeR1yyCFx++23R0REcXFxTJgwIbp3716hfVBxX375ZcydOzd3r7X33nvHtttuu9oynTt3jkMPPTQeffTRvOv14MGDy11v3759Y4sttojPP/88stlsjB8/PoqLiyv84CRrVtnvXVVhww03zFueN29ejdUNrF+MEaWHmE56iOlQFjGd9ZfrNSsS00kfMZ31m5hOeonpJJuYTvqI6SSfmA4sJ2kOoBwWLVqUt1w6CFeW0tuV9drhiuyjdFuoWi1btsxbnjZtWnTo0KHM7UvPYtqiRYtK1126rIGd6lV6sHzGjBnRrl27MrefP39+3nKrVq0qXXfpvzMzWa67KjpYv3jx4njhhRfihRdeiFatWsVhhx0W/fv3j80226y2DiFVXK8pS2UenPj000/j6quvjr/85S+x1157Rb9+/WKvvfby4MR6oDLB9R9++CHuu+++uO+++2LLLbfMBdebN29ea8eRdkuWLKmxusxKW7u+++67Wgt0rnj+p3qUflB1m222KVe5LbfcMvdzJpMpd7kVlX4AetKkSQKsNaBkdveSoPrPf/7zcpXbd99949FHH80td+rUqcL9dfDBB8cNN9wQEcvP7Z999lml/nZYvcLC/LDSwoUL12o8rCJKv2HGvTlQFmNE6SGmkx5iOpSHmM76xfWasojppIuYTjKI6aSHmE6yiemkj5hO8onpwHL++gDKoWnTpnnL5Q18lZ5ZpzIBs9KZ/o0bN67wPii/rl27RsRPX7Tfeuut1W5flUHR0mXNnFG9Nt1004j4qa/feeed1W7frFmzvOW1mXGwdLC2oKCg0vuiZpQM1t98883xxhtvxGWXXRZbbbVVZLPZ3GBgyYB9yboZM2bEvffeG4ceemgceeSR8eCDD9byUSSf6zXlUfLgxGuvvRa333577L///lFYWJj77JZ8lks+z4sXL44XX3wxzjnnnNhjjz3i2muvjc8//7y2D4NyKgmujxgxIp588sk49dRTo1WrVmX2d8ksZldeeWX06dMnfvGLX8Rrr70Wy5Ytq+1DSbzSD79NmjSpxuouXZeZiGvHip/HmvpH9St9X9WmTZtylSv9QGt5y62oS5cuEfHTdz6zxteM0g8Qb7XVVuUqt2IwNZPJRI8ePSpcd+lg6n//+98K74M1a926dd7yhAkTaqzukrpKvoeXbgtACWNE6SGmkx5iOlSEmM76wfWa8hDTSRcxnfWHmA5iOskkppM+YjrJJ6YDy0maAyiH0rMRlcywsCafffZZ7udsNpt7hXVFrDibQ8TKQR6q1pZbbhlNmjSJiOX/588999xqt+/WrVve8kcffVTpuseNG5erNyJWO0Mma69Hjx55swg+//zzq92+9KySazO4XvoLQWUGC6g9lRmsHzduXPzpT3+q7aYnnus1FVHZByfuu+++OOyww2LAgAHx4IMPmkV8PVLR4HpxcXH861//isGDB8eee+4Z1113XW0fQqJtscUWEfFTIOSRRx6psboffvjhiPjpHL755pvXWN2srOQzWRP/qH6lH1Bp1KhRucqVnvG99IN05VG6zLx58yq8DyqudCC7vG/0KP1wS2XeBLLxxhtHhKB6dSsZCyv5fx46dGiN1V26LjMNA2UxRpQeYjrpIaZDZYnprLtcr6kIMZ30EdNZt4npUEJMJ1nEdNJHTCf5xHRgucI1bwJA6RuHf/7zn7HXXnutsdyzzz6bt/zZZ5/Ft99+GxtuuGG5637hhRfyljfZZJNyl6XiCgoKom/fvvHEE09ExPJA2OOPPx4DBgxY5fY77bRTNG/ePDe4OmrUqNhzzz0rVffjjz+et7ziq8upevXq1Ys+ffrkPmNjx46Nl156Kfr27bvK7Xv27BkNGzaMoqKiiIh4+umno1evXpWq+6mnnspbLh2oZ/1RMlj/61//Ol5//fUYOXJkvPLKK7F48eKI+Om6YQCvZrheU1klD06cdNJJMWHChBgxYkQ8/fTTMWPGjIiIvJnrSj7PH3/8cYwfPz6uueaa2GeffeLGG2+sjaZTCSXB9b333jt+/PHHeOqpp2LkyJExfvz4iIi82QpL+nv69Olxzz33xK9//etaa3fSbb311rn76mw2G88//3w8//zz8fOf/7xa633++efjueeeywXWmzVrFttuu2211km+OnXq5D3o8LOf/Szatm1b7fWOGzfOLNM1oHSgdMGCBSutK4/KzCJb+k0fJffo1Kz69euXa7vS/VXy8HtFlA6qC7BWjy233DLatGkTM2bMiGw2G2+++Wbcf//9cfLJJ1drvffff3+88cYbuWt269atjZ0BZTJGlB5iOukhpkNVENNZt7heU1liOukiprNuEtNJLzGdZBPTQUwnecR0YDlJcwDlsNlmm0Xjxo1jwYIFkc1m45lnnonjjjsutt9++zLLfPTRRzFy5Mi8LwHLli2Lm266qdwzGk2cODGefPLJ3I1DvXr1yv0KZCrv5JNPjieffDIilg+qXXvttdG9e/dVvka6sLAwjj/++Lj99tsjIuK5556Lww47LPbee+8K1fncc8/Fq6++muvrjTbaKDbddNO1PxhW6/jjj48XXngh9/9+xRVXRPfu3aNTp04rbdugQYPo379/DBs2LCIiRowYEUceeWSFB+DefffdeOqpp3J1tmnTxiwaCbCmwXpqhus1VaG8D05ERG7myjXNbM26q7zBdQ/KVL+CgoLo169f3HfffZHJZGLp0qXx61//OqZPnx4nnnhitdQ5bNiw+Mtf/pIX3Ovfv3/UqVOnWupj1bp27RpffPFFbnnfffeN4447rtrrHTJkiABrDWjRokXe8o8//hgtW7askbrnz5+ft9ywYcMaqTftSv8/z58/v8b+7wsL88MdpWfFpeocc8wx8be//S33Heiaa66JyZMnxwUXXFDuoHp5FRcXx4033pi7Ryi5Zh977LFVWg+QLMaI0kVMJz3EdKgqYjrrBtdrqoKYTrqI6aw7xHTSS0wn2cR00kdMJx3EdCDCHSNAOWQymTjwwANzF/AlS5bEmWeeGa+88soqt3/99dfjjDPOiCVLlkRERN++faNNmzaRzWbj6aefjrvuumuNdU6dOjXOPffcWLx4ca7eXXbZZaWbRapejx494tBDD839v8+ZMycGDhwYr7766iq3P+uss2KzzTbL3eRdeOGFK81wtzqjRo2K3/zmN3k3iTUxoEBE7969o0+fPrn/96lTp8ZJJ50Un3766Sq3v+CCC6Jdu3a588AZZ5wRY8aMKXd9ELbgggAAqqBJREFUb7/9dpx99tkREbk6jz766Co5FtYdJYP1I0aMiCeffDJOPfXUaN26dW03KxVcr6lKJQ9O3HzzzfHGG2/EZZddFltttVUuEBNRuRnSWHeVBNdfe+21uP3222P//fePwsJCwdUadMYZZ0Tz5s0jYvnnq7i4OK666qoYMGBAjBo1Kjc7/NpYtGhRjBo1Ko488si48sorY9GiRbnfNWvWLM4444y1roOK2WabbXLX0IjlDz+RHB07dsxb/uqrrypUfsXrbkWVvD2kRLNmzSq1HyqmdAB95syZNVZ36VlIBdWrz6BBg6J9+/YRsfyavWzZsrjvvvti//33j7/97W/x7bffrnUd3333Xfztb3+L/fffP+699968gHn79u1j0KBBa10HkFzGiNJFTCc9xHSoDmI6tcf1mqokppM+Yjq1T0wnncR0kk1MJ33EdNJBTAe8aQ6g3E488cQYMWJE7ovf7Nmz4+yzz47NNtssdt5559xr5997772YMGFC3heAAQMGRMeOHeP++++PbDYb119/fYwZMyYGDx680oyGc+bMiSeffDJuv/32+OGHH3JBt4iQbV+Dfv/738e7774bkydPzgVZzzrrrNhnn31i4MCBsfPOO+e2rVevXgwZMiQGDRoUP/zwQxQVFcUvf/nLePzxx+O4446LXXbZZaXXSc+ZMyfeeuutePDBB+Odd97J/V1lMpnYaKON4vjjj6/pQ06tK6+8Mg4//PCYPXt2ZDKZ+P777+PII4+M448/Pk455ZS8GUqbNm0a1113XZx55plRVFQUP/74Y5x44okxYMCAOO6448p8hfRHH30UDz74YDzxxBOxbNmy3OBRq1at4tRTT62Jw6SWrDi74RtvvFHbzUkF12uqw5pmriRZyppp+pNPPqntpiVey5Yt49prr42zzz47dx7PZrPx8ccfx6WXXhp//OMfY5tttokdd9wxunTpEh07doz27dtHkyZNokGDBrlZ0BYtWhRFRUUxb968mDJlSnz//fcxadKkeP/992PcuHFRVFSU96BENpuNgoKCuPbaa2ODDTaozf+CVNp2221jxIgREbE8mCbAmiydO3eOiJ8eSvriiy9in332KVfZ66+/Pvdz165dK1z3pEmTIuKnh1tLB3upHh06dMhb/uqrr2KLLbYod/m1ebBp9uzZeculZ8Wl6jRq1ChuuummOOWUU2LRokW56+nUqVPj1ltvjVtvvTU6dOgQO+ywQ3Tt2rVC1+yJEyfGmDFjYvLkyRERK12zGzZsGDfddJMAOrBGxojSRUwnPcR0qE5iOjXP9ZrqIKaTLmI6tUdMJ53EdJJNTCd9xHTSQUwHIjJZ02sAlNtVV10VDzzwQO6LwapmpCq9bscdd4xhw4bF999/HwcccEDerGURy2fF6NSpUzRo0CBmzZoV//3vf2PZsmV5AwqZTCa22267eOihh2rycFNv0qRJceKJJ8asWbMiIvL6rV27drHrrrtGt27domvXrtGiRYv44Ycf4rLLLotZs2blbZvJZKJt27bRrFmzyGazMWfOnJg2bVqunhX7umHDhvHggw+WGaijerz//vtx2mmn5Wa6WrH/tt9++9htt93y+vqLL76ICy+8cKW+btasWWy22WZ5ff3FF1/kZkZZsa8LCwvjrrvuit69e9fOQadM9+7dc/10+umnx0UXXVTLLaI6uV6nS219vpcuXRqvv/56jBgxIl599VUBgWq2LpzHP//889h8881rvN40euaZZ+LSSy+NxYsX59ZV1WzApfeTzWajbt26cc0118TBBx+8Vvumcj7++OMYMGBAXrD73XffrfaB8yFDhuRmIM9kMh6iqEY9e/aMefPmRUTEHnvsEXfeeWeN1HvzzTfHbbfdFhHL+/iVV17JzaJI9ZkxY0bsvvvuufPsOeecE+eee265yn7wwQe5n9u1a1fh/nr22Wdz9wiZTCYeeOCBvAfkqXrvvPNOnHvuubmH1iPyg+SVvW6vah/ZbDaaN28et9xyS/Tq1WstWg2kiTGidBHTSQ8xneRbF8YCqTmu1+kippMO68J5XEyn5ojppIuYTvKJ6aSLmE66iOmQZt40B1ABv/rVr+Lzzz+Pf//737kZJCPKvui3bds2rrvuuohY/vrqiy66KK655pq8mctmz56duwkp6wakcePGuf1Qc7p06RLDhw+PwYMHx5dffpnXt1OmTIknnniizLIr9mfJ9lOmTFnldiXbNmvWLG699VbB1Vqw4447xr333htnn312zJw5M6//xo4dG2PHji2zbOnP8/vvv5/3+9Kf65JBvGuvvVZwFaqJ6zU1YcWZK0vPgEUyCa7WnIMPPjg22WST+P3vfx/jx4/PO5dHVH7GulVdE3r06BFXXHFF9OjRY+0bTqV069Yt6tWrlwuoL1u2LD7++GNBkQTp1q1bvPvuuxERMWbMmLyH2KrT6NGjcz+3bNlScLWGtG7dOjbYYIP48ccfIyJyfV8e22233VrVXfpBiU022WSt9sea9ezZM5544om46qqr4oUXXoiIVT/YWlGr2sf+++8fl1566Uoz3wKsjjGidBHTSQ8xHUgW12tqgphO+ojp1BwxnXQR00k+MZ10EdNJFzEd0qxObTcAYH1Sv379+Pvf/x4DBgyIiPwZbVYMlGWz2ejRo0cMGzYs71XRp556apx66qm5LxMr/iu9n5L9t27dOu6///7c66+pWRtvvHE88cQTccYZZ0RBQUFe35X0dVn/1tTHK+6jT58+MWLEiOjZs2ctH3F6bb/99vH000/HwQcfnNd/EbHafo5Y9TmgrN9tvvnmMWzYsDjooINq7Vgh6VyvqWnNmzev7SZA4vTo0SNGjBgRN998c3Tr1m2199nl/bfiPrp37x4333xzPP7444KrtaywsDC6d++et27cuHE1Vn9NBPrSriRolslkYu7cuRUKuFXW5MmTY+zYsbnP/7bbblvtdfKT7t275863H3zwQd4s09XpjTfeyP3crl27aN26dY3Um3bt27ePW265JR577LHYZ599orCwsMxxkfL8i/hpHKawsDD69u0bjz32WNx8882Cq0CFGSNKHzGd9BDTgeRwvaamielA1RPTSQ8xneQT00kfMZ10EdMhrbxpDqCC6tWrF1dddVWccMIJMWrUqBg9enRMnTo1FixYEC1btoytt946DjnkkDjggAOiTp2Vc5MvueSS2HrrreMvf/lLTJs2rcx6CgsL46ijjopzzjnHDWEtq1evXlx00UVxyCGHxN///vd44YUXYtGiRRFRsS/jK94klizvvPPOcd5558Uuu+xS9Q2nwlq2bBlDhgyJww47LO64444YM2ZMRFSun0uU9HfHjh3j3HPPjX79+hnEqSWVnQ2F9ZPrNUAy7L///rH//vvHV199FS+99FK8/vrr8dlnn+VmuyuvFi1aRLdu3WKPPfaIvn37mqluHbPtttvGhx9+GBHL79k++uijGqu7pmbITLMdd9wx7r777tz9+PPPP1/tDxc/8sgjeX3rjRA1a4cddojRo0dHJpOJoqKieOutt2LPPfes1jq//PLL+PTTT3N9vrYznFJxW2+9ddx2220xf/78eOONN3LX7C+//DIWLFhQrn00bNgwunTpkrtm9+nTJxo3blzNLQeSzhhR+ojppIeYTrKJ6aSL6zVAMojppIOYTrKJ6aSPmE46iemQNpmskSaAWrFkyZJ49dVX4+23347vvvsuioqKolmzZtG6devYYYcdYrfddosWLVrUdjNZhTlz5sSTTz4Zb775ZowbNy5mzJhR7rKtW7eO7t27x9577x377rtvtGvXrhpbytqaOHFiPPbYY/Hmm2/GpEmTYunSpeUuW6dOndh4441jr732iv322y922GEHAze16Lvvvsv93LRp02jWrFkttob1iev1uq979+658+vpp58eF110US23iOqw4oyFZ5xxhn4mZs2aFRMnToxp06bFggULYsGCBbFw4cKIWD4426hRo2jUqFG0bds2unTpEi1btqzlFrM6//nPf2LUqFG55Xbt2sUFF1xQa+2hai1ZsiR++OGH3HLdunWr9TP5448/Rt++fWP+/Pm5dc8//3xsvPHG1VYn+d58880488wzc8sDBgyIK664olrrvPLKK2Po0KG5+8LLL788jj766Gqtk/KbMmVKTJs2LebPn7/Ka3bjxo2jbdu20b59+1puKUDZjBGtv8R00kNMJznEdKgs1+t1n5hOOojpUJqYTrKI6SSbmE76iOlQmpgOSSRpDgDW0uTJk2PixIkxe/bsmDNnTsydOzey2WxuUKdRo0bRvn376Nq1q6DOemzhwoXx8ccfl7uvu3TpEvXr16/tZgMk3j777JP7+fjjj4//+Z//qcXWAAC1bdGiRXkPQmcymejYsWMttojqNmXKlNh///2juLg4t+61117zUDsAsEpiOukgpgOwbhLTAQBWJKaTPmI6QG2QNAcAAAAAAAAAAAAAAABAYtSp7QYAAAAAAAAAAAAAAAAAQFWRNAcAAAAAAAAAAAAAAABAYkiaAwAAAAAAAAAAAAAAACAxCmu7AQBp9vXXX8fYsWPjhx9+iEwmE61atYoNN9wwtt9++6hTR14zQHWbOXNmTJs2LYqLi6NNmzbRoUOHcpV77733YtSoUTFmzJiYOnVqFBcXR4sWLaJNmzbRs2fP2GOPPaJ3797V3HoqQl8DAAAAsDbEdABql3H+9NDXAAAAQFXJZLPZbG03AmB9tHTp0njrrbfizTffjMmTJ8eCBQuiVatWse2228ZBBx0UG2ywQZllX3311bjlllti/Pjxq/x98+bN48ADD4zzzjsvWrZsWV2HQA0pLi6OGTNmxMyZMyOTyUTLli2jVatWUa9evdpuGmUQiEm24uLiuPfee+PJJ5+MSZMm5f2uXbt2ceSRR8Zpp50WDRs2XKnstGnT4ne/+1288cYbERGxqlvpTCYTERHbbbdd/Pa3v41tt922Go6C8tDXkF7ZbDZmzZoVCxYsyP2LiGjUqFHu3wYbbJD7HAMAUDu+/vrrePvtt2Pq1Kkxa9asyGQyscEGG0Tbtm2jZ8+esckmm9R2E4GEENOhvMR01j9iOslmnD899DWkl5gOAMD6QUyH9ZWkOYBKePPNN+OPf/xjfPfdd6v8ff369eOss86KM888c6XfXXnllTFs2LCIWPVgbYlMJhNNmzaNK664Ig444ICqaTg1ZubMmfHQQw/FG2+8ER999FEsXbo07/cFBQWx9dZbxx577BHHHHNMtGrVqpZaSgmBmHSYOHFiDB48OL799tsyz8GZTCY6d+4cd955Z2y66aa59d98802ccsopMXny5FzZVQ3Mr7jf+vXrx7XXXus8Xgv0NZUxa9as+OCDD2LGjBkxe/bsvMGd7bffPho3blzbTaQM48ePj1dffTUmTJgQkyZNiq+//jqKi4tXW6ZevXqx8cYbR5cuXWKLLbaIvfbaK7baaqsaajEV8cEHH8T7778f06ZNi4ULF0arVq2ic+fO0adPnyq5j77rrrvioYceiojl5/sXX3xxrfcJVJ9Zs2bFiy++mHvLS0RE69atY8MNN4y99torunfvXsstpLo4XyfHkiVL4pFHHol77703vv3229Vu26lTpxg4cGAcc8wxUVhYWEMtBJJGTIc1EdNZ/4jppINx/vTQ11SGmM76S0wn2cR0gBWJ6aSX83VyiOmQBJLmACrooYceissvvzwi8gdWM5nMSstHHHFE/PnPf86tu+aaa+K+++7L26YsJfsqKCiIa665Jg499NCqOgSq0bJly+LWW2+Ne++9NxYuXBgRZQfSS/q/QYMGMWjQoDj77LOjoKCgxtrKTwRi0uHrr7+O4447LmbOnBkRZZ+DS/qqbdu2MWrUqGjZsmUUFxfHkUceGRMmTMgrW/rvpfQ+s9lsFBYWxtChQ2P77bevysNhNfQ1FVFUVBSPPPJIPPLIIzFx4sQytysoKIhtttkmTj755DjwwANrsIWUZfr06XH33XfH888/H1OmTMmtr+gwx4qf5/bt28cBBxwQgwYNijZt2lRZW6mcRx55JG655ZaYMWPGKn+fyWSiV69ecc4550TPnj0rXc+QIUPirrvuyu3zk08+qfS+WH/MnTs35s6dm1vu2LFjLbYmXSZNmhQjR45c5Vte+vfvH3vuuecqyxUXF8eNN94Yw4YNW+1DNF27do1LL700fvazn1XXIVBLnK/XHV988UXu55YtW1borUqff/55nHvuufHf//633PdtmUwmNtpoo7j11ltjs802q3B7gXQT02F1xHTWT2I66WCcPz30NRUhprP+EtNJPjEdqpOYTu0R06GynK/XHWI6IGkOoEJee+21GDx4cGSz2VUOrK64rmT5D3/4Qxx77LHx9ttvxymnnLJSmbKsOKBbr169GDlyZHTt2rUKj4ayHHnkkbmf+/XrFyeccEK5ys2bNy9+8YtfxFtvvbVSsH1VSm+z++67x0033RSNGjWqZMupDIGY9Dj++OPj/fffX+lcXVrJAzOZTCYOOOCAuOGGG+If//hH/PWvf83r46ZNm0bPnj1jww03jIYNG8bMmTNj7Nix8fnnn+f2U7Jt586d45lnnol69erVwJGir9Nl+vTp8c477+SWO3ToEDvssEO5yr722mtx6aWXxqxZs8o1uFPS15tvvnnceOON0aVLl8o1mrUyf/78uPXWW2P48OFRVFS0xuvumqyqfP369eOEE06Is88+22y0tWDBggVx1llnxdtvv13uz+ZBBx0U//u//xvNmzevcH0G7NNpyJAh8Y9//CMilvf7+PHja7lFyZfNZuPGG2+Mu+++O5YuXVrm+Xu33XaL66+/Pu/zPGfOnDjttNNi3Lhx5T4vnHDCCfG73/2uag+CWuV8ve7o3r177jN7+umnx0UXXVSucqNHj47zzjsv5s2bFxHlv28r+dw3a9Ysbrvttth5550r0WogjcR00kFMJ13EdNLDOH966Ot0EdNJHzGd5BPToSaI6dQ8MR3WlvP1ukNMByK89xCgnBYuXBiXX355XiC15OLeuXPnaNWqVcydOze+/PLLWLZsWW7Q9uabb47DDz88brvttlzZbDYbzZo1i1NOOSX69u0bG264YdStWzemTZsW//73v2P48OExfvz4yGQykclkori4OH7/+9/Hgw8+WJv/Bakxbty4vC925bF06dIYPHhwvPvuuxERaxzUX9U2b775Zpx77rlxzz33VLbpVMKll14aM2fOLHcgZvr06fGnP/0pbrjhhrj//vtjwoQJFQ7EZDKZWLJkSfz6178WiKkhzz33XF7ALZvNRsOGDeOII46Inj17RosWLeLHH3+M999/P0aMGBELFy6MbDYbzz//fEycODHuu+++XNnCwsL4xS9+ESeddFLUr19/pbrGjRsXV1xxRXz44Ye5Mt9++208/fTT0b9//5o76JTS1+nz8MMPx6233ppbvuKKK8oVYL3zzjvjpptuimXLlkVE+QZ3Sq4PEyZMiCOPPDJuuOGGMmdOo3pMmjQpzjrrrLxZrEpfwyszN1DpfRQVFcU999wTL774Ytx+++2C6TWouLg4TjnllFwQZU2fzZI+f/bZZ+O9996L66+/Pnbccccaai3rO3OJ1ZxsNhuXXHJJPPnkk2W+zaFk/VtvvRUDBw6M4cOH5+7Bzj///Pjoo49WKre6fQ0bNiyy2Wz8/ve/r56DgpQrz3V6Rd99911ccMEFMW/evFV+juvUqRMtWrSIbDYbs2fPzrtPL9l+zpw5cf7558eTTz4ZrVu3rsKjAZJITCc9xHTSRUwnHYzzp4e+Th8xnXQR00k+MR1qkphOzRHTgeQR0yHtJM0BlNMTTzwR33//fS7IEhFx8MEHx4UXXhgbbrhhbruZM2fGHXfcEffff39ERMyaNSseeOCB+M9//pO7Gdhqq63irrvuilatWuXV0blz5+jcuXNuwO7vf/97rsyYMWPivffei5122qkmDpcKuvHGG+Pdd99d6Qaxbdu2sddee8UOO+yQe63xjBkzYuzYsfHKK6/EjBkzcjeK2Ww2Ro8eHffcc08MGjSotg4lVQRi0uORRx7JW+7WrVvceeed0b59+7z1Bx10UJxxxhkxePDgGD9+fGSz2bjqqqtixowZEbG8n//+979H7969y6xr6623jqFDh8bZZ58db775Zu7z/dBDD+nrGqCv0+f111/P3Zs1atQoDjvssDWWGTVqVNxwww0RUb6HokqsuO2CBQviggsuiOHDh0f37t0r03Qq6Ouvv46TTjopfvjhh4hYeTbwwsLC6NGjR3Tp0iU6dOgQHTp0iCZNmkSDBg2iQYMGERFRVFQURUVFMW/evJgyZUp8//338eWXX8bHH38cixcvXmm/JXU+9NBD0blz55o+5FS6/vrr46OPPsobTC3p48aNG0eDBg1i5syZKwVVstlsTJkyJU4++eS46qqr4vDDD6+dAwBW6d57740nnngi77MdsfLbOkrWffLJJ/HXv/41Lrvssnj88cfj3//+90rnhObNm0enTp2isLAwpk+fHpMnT87tp+S+7MEHH4w+ffrEXnvtVUNHSkTE999/Xy37nTt3bt7y5MmTV3v/1rFjx2ppB8tVdCb4X/7ylzF79uy8z3KDBg3iuOOOi5///Oex7bbbRp06dSJieSLDBx98EM8++2w88sgjufu0iOVjrb/73e/ijjvuqLqDARJJTIfVEdNZP4nppIdx/vTQ1+kjppMeYjrpIKYDySSmky5iOukgpkPaZbLS7wHK5aijjsqbAWNNr4S+6667YsiQIZHJZKJBgwaxcOHCiIho1apVPP3007HBBhussc5LLrkkRo0albvx6NevX1x99dVVcDSsTkVfRzx58uTYb7/9YunSpRGx/AaxsLAwLrroojjxxBPLnHFy0aJFcd9998Utt9ySV7Zhw4bx+uuvR9OmTavwqFiVQYMGxVtvvZXr7y222GKVgZiIiGnTpuUCMZlMJnr37h1vvfVWRCwf0L3rrrtWG4iJWD7LVulAzLbbbrtSQIiqVVRUFDvttFMsW7YsN3PsU089tcp+LjFt2rQ49NBDY86cORHx02wr55xzTpx77rnlqnf27Nmx//77x5w5cyKbzUZBQUG888470ahRoyo5Llamr9Nn0aJFsdNOO+Wuo/vtt1/cfPPNqy0zY8aM2G+//aKoqCi3LpvNRuvWraN///6x6667xuabbx7NmzfPzYg0YcKEGD16dIwYMSJmzZqVNyi08cYbx7PPPhsFBQXVd6DEkiVLon///ivNBt6gQYPYf//9o1+/frHjjjuu8iGn8li0aFGMGTMmRo4cGc8//3wUFRXlPVi5xRZbxMiRI/VzNZs4cWIccsghueWSe+PTTjstjjjiiNyDrcXFxfHOO+/EiBEj4rnnnsvNWlZSJpPJxMUXXxynnnpqueodMmRI3HXXXRGx/LveJ598UnUHxTpLv9ecqVOnxgEHHLDStbdTp06x6667RuvWrWPOnDnx3nvv5c7z2Ww26tatGy+++GIMHDgwJk2alFu/4447xkUXXRQ77bRTXoDnm2++if/7v/+Lhx56KO87dseOHeNf//pXFBaaP66mrDiuUtVWFZRflUwmE+PHj6+WNlDxsbP/9//+X5x22ml591dbbbVV3Hbb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tdXn169fX7lz5zbd9f23336zO8G6dOlSs+WsSvh5olq1asnb21vJyckyGo2aPXu2unfv7vSkdkREhGbPnm36zvby8lKtWrWcOqYnS51I379/v6pWrZrpfoODgzVjxgy99NJL+ueff0zb89ChQ+rVq5d++OGHTI+BzLnvvvt0+vRp03KvXr3UvXt3p487duxYTZs2zenjeLrUM3fExMRk2YUNKcm8FKmTvcgaBoNBzzzzjB5++GGNHDlSf/75p+mzeOHChVq7dq2GDx+uzp07uzpUOEnNmjXNliMiIuxOsF6/ft1sOfUdTwEgBTkdpIWcTs5FTsdzcJ7fc7CtPQ85Hc9ATsczkNPxXOR03Bs5HZDTATkduCuK5gDABqVKlZKPj49u374tSfr333/15JNP2rTu999/n6mxDx48aLZcokSJTPWHjImJidH58+fTfDxfvnzy8fFRUlKSJOnYsWMqWrSoXWOdO3dO0n/J9NDQULv6gW1IxHiWnj17avny5ZLu/IF//vx5devWTc2aNVO9evUUHBys6Oho7dixQxs3bjR93ktS165dVaxYMS1YsEDJycl68803tXv3bvXv39/qyf1169bpf//7n06ePGk6cWAwGGz+3kDmsK09z9NPP61Vq1aZtsHo0aNVuXJl0wVyd8uVK5e6du2qOXPmSJIWLlyo7t27q0aNGhkac/v27Vq6dKlpzIIFC1r97oBjBAcHq1GjRtq0aZMMBoOioqLUr18/TZs2zWkXH0ZEROiFF15QVFSUpDufJ40bN7ZIFMBxKlasaLa8detWPf744w7pO0+ePPruu+80cOBAbd682bTvnjhxQj179lT16tUdMg7sU6NGDZ06dcq0vHfv3ixJsCJrFClSxGz51KlTKlWqlM3rp1zYao/o6GizZRIxrlW0aFFNmzZNv/32m8aMGaPIyEhJ0tWrV/XWW29p4cKF+uCDD+wqToBr7dixQ5MmTUr3OXefOwsPD7eYLcBWx44dk0QhCoB7I6fjucjpuC9yOp6F8/yeg23tecjpuD9yOp6BnI7nIqfj3sjpIAU5HfdFTgeeiqI5ALCBr6+vypQpo6NHj8poNGr79u1ZNva///5rEQeyhtFo1Lx58zRv3jyb19m3b5+aNm1q13ipk+n2JmphOxIxnqNevXpq166dli1bZkpu3759Wxs2bNCGDRvMnpuybQwGg8qXL6/27duratWqCgsLk9FoVHJysn788UfNmTNHlStXVokSJeTv76+rV69q3759un79uulEUEo/ZcqUUdu2bV3x0j0O29rzNGrUSM2aNTPd4erSpUvq3bt3mhfMvP7661q9erUiIiKUlJSk/v37a8qUKapdu7ZN423btk2vvPKKpP/eQ0888YRDXxMsvfTSS9q0aZOkO/tbeHi42rVrp9dee03dunVz2N3c4+PjtWDBAk2cOFExMTFmdyJ/6aWXHDIGrAsKClKpUqV0+vRpGY1Gbd68Wbdu3ZKvr69D+vf399c333yjIUOGmF2UcfbsWZ07d85sWyNrVa9e3eyilb1797o6JDhQykXiKXccPn78uJo3b27TukOGDDH9bOv39N1SEvcp39fFihXLcB9wvPbt26tZs2YaM2aMFi1aZNr3t23bpk6dOun555/XSy+9JD8/P1eHChsYjUbt3LlTO3futHmdf/75R4899phd4x04cMBs2dpFlQAgkdPxVOR03B85Hc/BeX7Pwbb2POR0PAM5HfdHTsdzkdNxb+R0kBo5HfdCTgeezGDk6BEAbPLWW28pLCxM0p0/DFauXKmSJUs6dcybN2+qUaNGio+Pl3Tnbi0///yzU8eEVLly5QydYLk7WVazZs0MJWTvNmjQIK1atcrU5z///MNdU7LAG2+8YUrESP/98Z3a3e3ly5fXkiVLdPz4cXXo0EFGo9EsUWNLIkaSypQpoyVLlsjHh/sYZIXr16+rd+/eCg8PN9veqaXs03ny5NHcuXNVqVIlSdLYsWM1bdo0i8+Hu98vqduNRqN8fX01b9483X///c56aUiFbe15Ll26pE6dOun69euS7mwfHx8fPf3003rmmWcsTrxs27ZNL774ohISEmQ0GuXt7a1u3bqpR48eqlKlitUx9u7dq7lz52rx4sVKTk42bffQ0FD98ccffGdngdGjR2vu3Llm+6bBYFDu3Ln18MMPq0GDBqpTp45Kly6doX5PnjypXbt2adu2bVq5cqXi4uIsjgd69OihkSNHOvLlwIr333/fdCxtMBg0btw4h1+0kpycrBEjRmjJkiUWx38p/6e+8BHOtWvXLvXo0cPs+3THjh1OT66kfN9LYrs7We3atZWQkCBJeuihhzRx4sQsGXfKlCmaMGGCpKw7j4OM+euvv/T+++/r9OnTZp/D9913n95//301atTI7Pnst9lHyrmzFPc6h3b3d27RokW1bt06u8bt2rWrDh48KKPRKD8/P+3atUve3t529QXA/ZHT8RzkdDwLOR3PwXl+z8G29jzkdDwDOR33R07HM5HTcX/kdJAWcjo5FzkdgJnmAMBmderUMSVYJWn16tV69tlnnTrmmjVrFBcXZzoIqVevnlPHgzlrSbb0nptyB53z589n+G4ncXFxprupGY1GFStWjBO1WWTkyJE6cuSIKRGTVnL97kTMF198IYPBoHLlyqlfv35miRij0agDBw6Y/aGXViLm888/J7mahYKDgzVr1iwNHjxYW7ZskWR9P0/5g2/ChAmmhJt0506Gp0+f1ooVK6z+IZny/rm7PXfu3JowYQIJtyzGtvY8hQsX1tdff61+/fopISFBBoNBSUlJmj17tmbPnq1atWqpcePGqlSpksqVK6dy5crpm2++0eDBg3X16lXdvn1b8+fP1/z58xUUFKTy5csrKChIRqNR0dHROnr0qGJiYiSZJ2J8fHz0+eef852dRd5++21dvHhRa9euNTtJFxcXp8WLF2vx4sWSJG9vbxUuXFhFixZVYGCg/P395e/vL+nOBYw3b95UbGysLly4oEuXLpnddTz1xVBGo1GtWrXSO++8k5Uv1WM1adJE8+bNM/3+582b5/AEq5eXl/73v/8pT548+umnnyw+05H1qlatKh8fH9O+mJSUpEOHDqlGjRoujgyOUqFCBe3Zs0eStGPHjiwb959//jH9nDdvXpKr2VDjxo21dOlSTZgwQbNmzTJ9Dpw6dUrPPfec2rdvr7feekv58+d3caSwJiP3Y7z7uRcvXtTmzZvVpEmTDI13+vRpHThwwOzid5KrANJDTsfzkNPxDOR0PAfn+T0H29rzkNPxDOR03B85Hc9ETsf9kdNBWsjp5GzkdODpOKMHADZq3ry5XnvtNdNy0aJFnT7mN998I+m/E3m2TneNzLN3Itbbt29r7ty5Gjp0aIbW++OPP0wnhA0GAycTshCJGM8SEhKiH374QatWrdKiRYu0ZcsWxcXFSbpzwrVChQpq166dnn76aYuEibe3t7788ktNmzZNU6ZMMd1ZSZLVxHzz5s01bNgwlS9f3vkvDBbY1p6nTp06+uGHHzRw4EBFRUWZbavdu3dr9+7daa5793OvX7+unTt3mj2e1oUyn332mcXdsuA8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fv31V+e+UFi1fft2DRw4UDExMWl+thsMBgUFBWnKlCmqU6eOqX3fvn3q16+foqOj070r7d39enl5adiwYTbd9RaZN336dP3vf/9LM6kqmR9TGQwG9erVS++8844WLFigd955x+KiiODgYBUvXlw+Pj66fPmyLly4YLWfKVOmqGXLls5+iQAAAAAAN0FOJ+uR03F/5HRATsf9kNPxbOR03Bs5HXg6iuYAAAAAAMggEqxZKz4+Xu3atdP58+ctTsSVLFlSBQoUUExMjE6cOKHk5GTTifX8+fNrzZo1GjBggP7++29Te1BQkJ555hm1bt1aJUqUkK+vryIiIvT333/rp59+0oEDB8zGqVOnjubOneuy1+8pUhKszmDtZK+157A/u87x48c1YMAAnT592moyxd5TmGnd6e6+++7TlClTVLZs2UxEjXs5ePCgunTpYtoOI0aMsLjgJbUJEyZoypQpZknShx56SKNGjVJoaGi66166dEmjRo3S+vXrTesbDAaNGzdObdu2dcyLgk327t2rPn36KD4+XlL6n72SlCdPHoWFhem+++5TTEyMOnXqZPa9f/dz72btAquvv/5aDz74oCNfDlK5dOmSHn30USUkJJjajEajihcvrgceeEChoaGKjo7Wjh07FB4ebtoffX19tXr1aj377LM6fvy4qb1OnToaMmSI6tata7ZNz5w5o5kzZ2revHm6ffu2aZxixYpp5cqV8vHxyfLXDgAAAADIecjpZC1yOp6BnI5nI6fjnsjpeC5yOu6NnA4g8e4DAAAAAADZ2uLFi00nWVNOrrZr106DBw9WiRIlTM+LiorSN998o1mzZkmSrl69qtmzZ2vr1q2mk3VVq1bVtGnTVKBAAbMxSpYsqZIlS6p79+768ssv9e2335rW2bVrl3bs2KG6detmxcvF/3PWfZ64f1T2c+rUKfXu3VuRkZGSZHEhhY+Pj+6//36VLVtWRYsWVdGiRRUYGKhcuXIpV65ckqSEhAQlJCQoNjZWFy9e1Pnz53XixAnt379ft27dsug3Zcx58+apZMmSWf2SPcapU6ck/Zf4uv/++++5zq+//mqWHH3qqac0atQom8YrXLiwvvnmG7311lsKCwsz9TNz5kwSrFno1q1bevvttxUfH29zgvTGjRt6//33NX36dH333XcWF1WVKVNGTZs2VYkSJZQ7d25FRUVp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rl3TwYMHtX37dq1cudLs/eLORo0apX/++UeXLl0ya79165aGDh2qP/74Q88++6zV/evChQtasGCBvv322zSLlD788EMVKFDAafFnFw0aNNC2bdsk3Sno7dKli1544QV1797dokDDaDRq+/btmjp1apqzwVWsWFH9+vWzaewHH3xQpUuX1smTJ83ar127pieeeEL9+/dXjx49lD9/fot1L168qN9//11Tp07VtWvXTO158uTR/fffb3pN2dGzzz6rNWvWWLSvXbtW3bp10+uvv64HH3xQ3t7eZo8bjUb9+++/mjNnjpYuXWr2efTggw9q3bp1To/dXbRt21a7du3SzJkzLR5bs2aNNm3apM6dO6tjx46qUaOG/Pz80uzr/PnzOnDggDZv3qxVq1bZ/f3csWNHjRs3zmKGtFWrVmnNmjUqV66c7rvvPuXJk8fivSFJ3bt3V7169az2HRwcrAkTJuiZZ56xKPy+dOmS+vbtqzp16qhXr1564IEH0v3si42N1aFDh7Rz506tWrVKe/futfrd6Grnz5/XZ599ps8//1z16tXTQw89pFq1aqly5crpbs/9+/frl19+0YIFC3Tr1i2Lxx9//HGrMxVmhQ4dOujbb781a1uzZo369+/vkniQvXGcZL/Vq1dbtDVt2lT58uVzQTQAAAAAAAAA3BlFcwAAAAAAAACcrmPHjvr++++dUmzUqlUrtWnTxurFl7t371bPnj1VsGBBVapUSSEhIbpx44YiIyN18OBBi4u1AwMDNWHCBC6OzqSOHTsqd+7cWrt2rantt99+02+//abixYurVKlSyp8/v65du6azZ89aFPSk9sEHH1idwedeHnroIY0ePVojR460KJyTpI0bN2rjxo3y8vJSuXLlFBoaquDgYPn4+Cg6OloxMTG6dOmSzp8/n+Gx3UFQUJDGjh2rfv36Wb2ge/Xq1Vq9erUKFSqk0qVLq2DBgrpx44bOnz+vI0eOpFvk0bt3b7Vp08aZ4WcbI0aM0MCBA00zWd28eVOTJk3S5MmTVaFCBRUtWlSBgYG6fPmyTpw4kW5BUEBAgD7//HP5+vraNLa3t7eGDBmiV1991eKxhIQETZw4UZMmTVLFihVVokQJ5cqVS9euXdPFixd19OhRq32OGjUqU7NmZYX69eunWeR25MgRvfzyy6biv5SChCtXruj48eOKjIy0WKdw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AADEEM0BAAAAAAAAAAAAAAAAEEM0BwAAAAAAAAAAAAAAAEAM0RwAAAAAAAAAAAAAAAAAMURzAAAAAAAAAAAAAAAAAMQQzQEAAAAAAAAAAAAAAAAQQzQHAAAAAAAAAAAAAAAAQAzRHAAAAAAAAAAAAAAAAAAxRHMAAAAAAAAAAAAAAAAAxBDNAQAAAAAAAAAAAAAAABBDNAcAAAAAAAAAAAAAAABADNEcAAAAAAAAAAAAAAAAADFEcwAAAAAAAAAAAAAAAADEEM0BAAAAAAAAAAAAAAAAEEM0BwAAAAAAAAAAAAAAAEAM0RwAAAAAAAAAAAAAAAAAMURzAAAAAAAAAAAAAAAAAMQQzQEAAAAAAAAAAAAAAAAQQzQHAAAAAAAAAAAAAAAAQAzRHAAAAAAAAAAAAAAAAAAxRHMAAAAAAAAAAAAAAAAAxBDNAQAAAAAAAAAAAAAAABBDNAcAAAAAAAAAAAAAAABADNEcAAAAAAAAAAAAAAAAADFEcwAAAAAAAAAAAAAAAADEEM0BAAAAAAAAAAAAAAAAEEM0BwAAAAAAAAAAAAAAAEAM0RwAAAAAAAAAAAAAAAAAMT7vcX0dyr5N5QAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import math\n", + "\n", + "from tqdm import tqdm\n", + "\n", + "if \"imagenet\" in dataset_types:\n", + " dataset_types.remove(\"imagenet\")\n", + " dataset_types.insert(0, \"imagenet\")\n", + "\n", + "sns.set(font_scale=1.0)\n", + "sns.set_style(\"whitegrid\")\n", + "num_col_row = int(math.sqrt(len(dataset_types)))\n", + "fig, axs = plt.subplots(\n", + " len(dataset_types) // 2,\n", + " 2,\n", + " sharex=True,\n", + " sharey=True,\n", + " figsize=(12, 30),\n", + " dpi=300,\n", + ")\n", + "\n", + "for i, (dataset_type, ax) in tqdm(enumerate(zip(dataset_types, list(axs.flat)))):\n", + "\n", + " if i == 0:\n", + " order = list(df_mean[dataset_type].sort_values().index)\n", + "\n", + " plot_barplot(\n", + " df_mean[dataset_type] * 100,\n", + " df_sem[dataset_type] * 100,\n", + " ax,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " ax.set_xticks(ax.get_xticks(), order, rotation=90, ha=\"right\")\n", + " # ax.tick_params(axis=\"x\", which=\"major\", labelsize=4)\n", + " ax.title.set_text(dataset_type.title().replace(\"_\", \" \"))\n", + "\n", + "fig.supxlabel(\"Dataset Size (Million)\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/dataset_size_num_param.ipynb b/figures/dataset_size_num_param.ipynb new file mode 100644 index 0000000..9efa6eb --- /dev/null +++ b/figures/dataset_size_num_param.ipynb @@ -0,0 +1,7176 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-13 09:39:13.686074: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-13 09:39:13.689683: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-13 09:39:13.728096: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-13 09:39:13.728133: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-13 09:39:13.729509: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-13 09:39:13.736640: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-13 09:39:15.496675: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + "\n", + " if results_sem is not None:\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "from eval_vlm.common_utils.utils import get_dataset_mappings, get_model_mappings\n", + "\n", + "param = \"dataset_size\"\n", + "\n", + "model_mappings = get_model_mappings(param)\n", + "results[param] = results[\"model_name\"].map(model_mappings)\n", + "\n", + "dataset_mappings = get_dataset_mappings(\"dataset_type\")\n", + "results[\"dataset_type\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([\"dataset_type\", param, \"model_name\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"dataset_type\", param])\n", + " .correctness.mean()\n", + ")\n", + "df_sem = (\n", + " results.groupby([\"dataset_type\", param, \"model_name\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"dataset_type\", param])\n", + " .correctness.sem()\n", + ")\n", + "dataset_types = list(df_mean.reset_index().dataset_type.unique())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "imagenet = (\n", + " results[results[\"dataset_name\"] == \"imagenet1k\"]\n", + " .groupby([\"dataset_name\", param])\n", + " .correctness.mean()\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "0it [00:00, ?it/s]" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "1it [00:00, 2.15it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "2it [00:00, 2.11it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "3it [00:01, 2.16it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "4it [00:01, 2.18it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "5it [00:02, 2.20it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "6it [00:02, 2.21it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "7it [00:03, 2.21it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "8it [00:03, 2.20it/s]\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAC4IAABFtCAYAAACPmamUAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAC4jAAAuIwF4pT92AAEAAElEQVR4nOz9eXiV1bk//t8hJEDCEGaZFBlEAaUKjkfrPNTjp1rrcajFuZbKUNHWVloVqz201tapWuqIM2qVam0dK1oHUDkqCCoog4JCQBkCCZgE8vvDn3zd2QnZOwzJo6/XdfWP597PWuve2dvrqmu/XU9OVVVVVQAAAAAAAAAAAAAAkBhNGroBAAAAAAAAAAAAAACyIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAA1OjVV1+Nfv36pfzv1Vdfbei2AACIiKYN3QAAAAAAAAAAwNdVVVVVzJ8/Pz766KNYvHhxlJaWRnl5eRQWFkabNm2iTZs20bdv3+jevXtDtwoAACSMIDgAALBNLFq0KA499NCU2l577RV33313A3UEAAAAALB1lJWVxVNPPRVPP/10vP7667F69eo6x7Rt2zYGDRoURxxxRBx55JHRsmXLbdApAACQZILgAAAA8DVxww03xJ///OeU2uzZsxuoGwAAAIBvntLS0rjlllvivvvui1WrVmU1dsWKFfH888/H888/H7/5zW/iyCOPjJEjR0aPHj22Urd8XdV0MMu4cePi+OOPb6COAADYWpo0dAMAAAAAAAAAAEn38ssvx1FHHRV/+ctfsg6BV7du3bp49NFH4zvf+U5ceeWV8fnnn2+hLgEAgK8TJ4IDAAAAAAAAAGyGm2++Of70pz9FVVVVja+3adMm9t133+jdu3e0a9cu2rVrF1VVVVFSUhKLFi2KmTNnxltvvRXr1q1LGVdRURF33313nHHGGdG9e/dt8VYAAIAEEQQHAAAAAAAAAKina665JsaPH1/jawcccEAMGzYsdt9998jNzd3kPGvXro3JkyfH3XffHW+88cbWaBXqZe+9947Zs2c3dBsAANRAEBwAAAAAAAAAoB4eeuihGkPgHTt2jKuvvjr22WefjOdq0aJFHH300XH00UfHlClT4n//939jzpw5W7JdAADga6ZJQzcAAAAAAAAAAJA0c+fOjSuuuCKtvuOOO8bEiROzCoFXt++++8bDDz8cZ5111ua0CAAAfM05ERwAAAAAAAAAIEuXXnppfP755ym1oqKiuPPOO6Nz586bPX9+fn784he/iAEDBkReXt5mzwcAAHz9CIIDAABfCwsWLIh33nknlixZEp9//nm0bNkyevfuHd/61reioKAgozmqqqrivffei/feey8+++yz2LBhQ7Rv3z769OkTu+22W+Tk5GyxfletWhXz5s2LDz/8MFatWhVlZWXRokWLaNOmTbRv3z522223KCoq2mLrfdWGDRvi7bffjo8++iiWLVsWlZWV0aZNm+jVq1cMGjQo8vPzt8q61X3yyScxe/bsWL58eSxfvjxyc3Ojbdu20alTp/jWt74VhYWFW72HBQsWxKxZs6K4uDjKy8ujqKgoOnXqFIMHD442bdpslTXXrl0b06dPj08//TSWL18ea9eujaKiomjXrl3svPPO0aNHj62yLgAAAABbzgsvvBDTpk1Lq1922WVbJAT+Vcccc0y9xn25D7V06dJYvnx5lJeXR9u2baN9+/bRv3//2G677bZon7VZsGBBvPfee7FkyZIoKyuLvLy86NixYxx33HFZz7V+/fp4991344MPPojPPvssPv/88ygoKIh+/frFvvvuu+Wb38qqqqri3XffjdmzZ2/ck+7YsWN06dIl9thjj222V9sQysvLY8aMGVFcXByfffbZxn3SL/fke/bsuU36WLx4cbz99tvxySefxNq1a6NNmzbRoUOH2GOPPaJDhw7bpAcAgM0hCA4AADRqhxxySHz88ccbr7/3ve/F7373u4j4YtP/oYceijvvvDPmzZtX4/iCgoL4/ve/HyNGjKg1WL1mzZqYMGFCPPjgg1FcXFzjPR06dIizzz47TjvttGjaNPt/lfr888/jP//5T7z44ovx6quvxoIFCzZ5f05OTvTp0yeOP/74OOmkk7ZIKHrFihVx0003xRNPPBHLli2r8Z6CgoI45phj4sc//nF07949IiJeffXVOO2001Luu+uuu2LvvffOuofi4uKYMGFCPP/887V+ZhEReXl5MWjQoDj11FPjO9/5TtYh/H79+qVcjxgxIkaOHBkRXwThJ02aFBMmTIg5c+bUOD43Nzf22muvOP/88+Nb3/pWVmvXpLKyMiZNmhSPP/54/N///V9UVFTUeu/2228f3/nOd+Kss87K6D8GGDp0aLz22mu1vl79b1GTcePGxfHHH1/nfQAAAAB8YcKECWm1ffbZJ44++uht30w1TzzxRDz00EPx+uuvR3l5ea339e3bN4488sg488wzo2XLllmvs6k9uLKysrjnnnviwQcfjIULF9Y4/qtB8Lr2ID/55JO49dZb4/HHH49Vq1alzbXXXnulBcE3tbecjRtuuCH+/Oc/p9Rmz55d57hN/X3WrFkTd9xxRzzwwAO17tW2atUqDjvssBgxYsTGvdpNeeSRR+Liiy+u9fWLL754k69HfPF3vPvuu9PqW3KP+JVXXom77747pk6dGmVlZbXe16NHjzjssMPi7LPPjo4dO2a9Tl2f/zPPPBO33nprvPXWWzWOz8nJiV133TVGjBgRBx54YNbrAwBsK4LgAABAIhUXF8fIkSNj+vTpm7yvrKws7r777njmmWfir3/9a+y8884pr7/xxhtx4YUXxieffLLJeT799NP4/e9/H08++WTceuut0bp164x7vfPOO+P666+PNWvWZDymqqoq3n///fj9738f48ePjyuvvDKOOOKIjMdX969//Ssuv/zyWLly5SbvKysriwcffDAef/zxuPTSS+N73/tevdf8qnXr1sV1110X9957b9rjcmtSUVER06ZNi2nTpsX48ePj6quvjp122mmz+yguLo6f/vSn8eabb27yvvXr18eUKVNiypQpMWzYsBg9enS913z22Wfjqquuig8//DCj+z/66KP461//Gvfee29ccMEFceqpp9Z7bQAAAAC2vMWLF8eUKVPS6g29j/POO+/EpZdeGm+//XZG97///vvx/vvvx7333hvnn39+nHzyyVukj+nTp8f5559f555rph566KH47W9/G2vXrt0i8zW0GTNmxKhRo2Lx4sWbvG/16tUxadKkePLJJ2P06NFx+umnb6MOt46FCxfG2LFj46WXXsr4/i/D8uecc0785Cc/iSZNmmx2H6tXr46f//znMXny5E3eV1VVFTNmzIhzzz03vve978WVV15Zr0NiAAC2ts3/f0gAAADbWHFxcZxyyil1hsC/asmSJXH22WenbK6/9NJLceaZZ2b1g8T06dPjnHPOicrKyozHvPvuu1mFwKtbtWpVjBo1Km6++eZ6jZ84cWJccMEFdYbAv6qsrCx++ctfxv3331+vNb9q2bJlMXTo0Lj99tszCoFXN3v27Dj55JPjhRde2Kw+Fi5cGP/zP/9TZwi8uvHjx8c111yT9XpVVVVx/fXXx/DhwzMOgX/VmjVr4je/+U1ceumlsX79+qzHAwAAALB1PPfcc1FVVZVS69ixYxxyyCEN1FHEf/7znzj11FMzDoF/1YoVK+Kyyy6LK6+8MjZs2LBZfbz++usxdOjQLRYCv/XWW+PXv/711yYE/vbbb8fpp59eZwj8q9auXRv/+7//W689ysZi5syZcfLJJ2ccAv+qsrKyuP766+P888/f5An3mVixYkX84Ac/qDMEXt2kSZPil7/85WatDQCwtfhP1QAAgESpqKiI4cOHb3ykY05OTgwZMiT222+/6NKlS+Tn58eSJUvixRdfTDuV59NPP42xY8fGX//615g7d26MGjUq1q1bFxERzZs3j//6r/+KPffcMzp06BDr16+PhQsXxlNPPRXvv/9+yjzTp0+PO+64I370ox/V6z3suOOOsfPOO0fv3r2jY8eOUVhYGHl5eVFaWhqLFy+Od955J15++eWNvUV8ESr+05/+FDvttFMcdNBBGa/1zDPPxNixY9N+mMrNzY3BgwfH/vvvH507d44mTZrE0qVL49VXX40pU6ZERUVFRERcccUVcf7559frfUZ88Tc/6aSTUh7B+aWddtop9txzz+jTp8/GE9Y/++yzeOutt+KFF16I0tLSjfeWlpbGyJEjY+LEidG/f/+s+ygtLY1zzjkniouLI+KL783uu+++8XtTUFAQK1asiDfeeCOeeeaZtMD6LbfcEoccckgMGjQo4zUvu+yyeOCBB9LqRUVFsd9++8WAAQOiffv20bx581i9enW8//778eKLL8b8+fNT7n/ggQeiVatW8fOf/7zGdbbffvsoKSmJiC/+3p9++mnK69VPwa9JmzZtMn1bAAAAAN94r776alptyJAhDXZa8NSpU+MnP/lJjYdX7LLLLnHwwQdHt27donnz5rFs2bJ47bXX4qWXXkoL1d59992xYcOGuPTSS+vVx7Jly2LEiBEpe2u77bZb/Nd//Vd069YtCgsLY+nSpTF37tx48skn65zv5ZdfTjkcIz8/P/bee+/Ya6+9omPHjpGbmxtLliyJGTNmRFlZWb163pZKSkpi+PDhKb32798/DjnkkOjatWvk5+dHcXFxTJkyJaZOnZr2eY4fPz7atm0bZ5xxRo3zt2nTZuNeYEVFRcydOzfl9S5dutS5D7j99tvX451t2ty5c2Po0KE1fkY9e/aMww47LHbYYYdo2bJlLFu2LGbMmBHPPfdc2v1PPfVUlJeXx/jx4+vVR2VlZQwfPjzmzJmzsda/f//Yf//9o0ePHtGqVatYtWpVTJ8+PZ555plYvXp1yvh//OMfcdhhh8VRRx1Vr/UBALaWnKrqaQAAAICtYNGiRXHooYem1Pbaa6+4++67NznukEMOSQkR5+fnb/yBon///nHFFVfEwIEDaxz74osvxqhRo9I2jO+999747W9/G++8805ERPz3f/93/PKXv4xOnTqlzbFhw4b461//Gtdee21KvVWrVvHSSy9F8+bNN9l/RMTFF18c8+fPj+OPPz6+/e1vx3bbbVfnmNLS0rjjjjti/PjxG0PZERHt2rWLyZMnZ7Tu8uXL45hjjonPPvsspb7rrrvGlVdeWWtAeOHChXHppZfGK6+8EhFfhOS/GkqPiLjrrrti77333uT6GzZsiDPPPDOmTp2aUt99993j4osv3mSouqSkJG666aaYMGFCSoi9e/fu8eijj0bLli03uXa/fv1Srps1a7bxB6hBgwbFZZddFgMGDKhx7KJFi2LUqFExa9aslPr+++8ft9122ybX/dLDDz8cY8aMSakVFRXFBRdcEMcdd1w0a9asxnFVVVXx7LPPxmWXXZb2uY0fPz4OPvjgTa57ww03xJ///OeU2uzZszPqGQAAAIDMHHbYYbFw4cKU2i9+8Ys466yztnkvK1asiGOPPXbjAQhf6tq1a1x++eXx7W9/u8ZxS5Ysicsuuyyef/75tNduvPHGOOyww+pcu/oeXG5u7sYn2/Xr1y8uv/zy2H333Wsc+/nnn6fskb366qtx2mmn1TrfkUceGRdffHF06dIlo/ki0veWv/e978Xvfve7Ot9XdfXdc9vUHmXnzp3jiiuuiAMPPLDGsfPmzYsxY8akPd2wWbNm8fe//z169eq1ybVr2o8fN25cHH/88XX2XZOaPp9M9ojLy8vjf/7nf+K9995LqRcVFcWYMWPi2GOPrXHcqlWr4ne/+1088sgjaa+NGTMmTj/99Dp7rv75f/Xv37Nnzxg7dmzsu+++NY5dvnx5/PznP087wbxXr17xxBNP1Lk2AMC21KShGwAAAMjGlyHwPffcM+65555aQ+AREQcccEBcccUVafVRo0ZtDIGfffbZ8ac//anGEHhERJMmTeInP/lJ/M///E9KffXq1fHMM89k1POYMWNi4sSJceKJJ2YUAo+IKCwsjBEjRsTNN9+ccpLQ8uXL49FHH81ojuuuuy4tTDxkyJC4++67N3lKdI8ePeKWW26JI444IiIiLQSeqdtuuy0tBH7qqafG/fffX+fJ2q1bt45f/vKX8dvf/jalvmjRorj//vuz7uXLDf6DDz447r777lpD4BFfhM1vv/326NChQ0r9lVdeyeiRtosWLUr73vXs2TMeffTROOmkk2oNgUd8cVL54YcfHg8//HDad+WPf/xj2snuAAAAAGxb5eXlsWjRorT6pvYpt6Y//elPaSHw7t27x/33319rCDwiYrvttovx48fHd7/73bTXLrnkknrtCX4Z2t5jjz3ivvvuqzUEHhGb3COrPt/QoUPj+uuvrzUEnul8De3LPcpOnTrFvffeW2sIPOKLwPGdd94Ze+21V9ocl19++Vbtc0u6/fbbawyB33nnnbWGwCO+ON183LhxMWzYsLTXrr766rTvfCa+/Pvvuuuu8cADD9QaAo/44kCWv/zlL7HTTjul1OfNmxfTpk3Lem0AgK1JEBwAAEicoqKi+NOf/hSFhYV13nvMMcdEnz59UmpfhqP32muv+NnPfpbRmiNHjowmTVL/Feo///lPRmNbtWqV0X012W+//dJOWnnooYfqHLdmzZp47LHH0vq49tpro0WLFnWOb9q0afz+97+Prl27Ztfw/9/atWvTTs8+6KCD4tJLL42cnJyM5/n+97+fFsK/88470x5bm4lu3brFH/7wh4x+FCoqKorhw4en1DZs2BAvv/xynWNvu+22WLt27cbrgoKCuPXWWzP+jwAivnhM65/+9KeU2vvvvx/PPfdcxnMAAAAAsOUVFxfX+B/rVz9UYFuo6dCI3Nzc+POf/5zRXlROTk6MGzcuLeyazWEU1X25B1nXE/0ytdtuu8XFF1+8ReZqLK6++uro0aNHnfc1a9Ysrr/++igqKkqpT506NebMmbOVuttyKioq4p577kmrjxs3bpMHlXzV6NGj44ADDkiplZeXx7333luvnlq3bl3j37Qm+fn5Nf5+UP2UcACAhiYIDgAAJM4ZZ5xR6wneNfnyZOvqRo8enRburk3nzp3TTrD58lTxre24445LuX733XdTgsY1eeyxx6KsrCyldu6550bHjh0zXregoCBGjx6d8f1f9fDDD8eKFSs2Xjdp0iR+/etf12uu4cOHp4THly1bFm+99VbW84wYMSKrUP5///d/R25ubkpt1qxZmxyzfPnytMeVnn322Rn9sFPd4MGD006lefbZZ7OeBwAAAIAtp6SkpMZ669att3EnEX/72982nnL8pZNOOil22WWXjOdo2rRpXHLJJWn1mgK8mTjjjDOic+fO9Rpbk4suuihtjy7JjjzyyNh7770zvr9t27YxcuTItPrEiRO3ZFtbxdNPPx3Lli1LqR144IFxyCGHZDXPpZdemvYdeOCBB6KioiLrnk477bSsDj/Zf//9o127dim1uvaIAQC2NUFwAAAgcU444YSs7u/fv39arVevXrHHHnts1jwLFizIanx99ezZM+W6srIyZs6cuckxU6dOTbnOzc1NC5Rn4sgjj6zXj1hPPfVUyvU+++xTrzB0xBenY1c/lei1117Lao6CgoI45phjshrTpk2b2GGHHVJq8+fP3+SY559/Pu2xudVPNM/GQQcdlHL96quv1nsuAAAAADZf9b2fL23OUwHrq6an1/3gBz/Iep699tor+vbtm1KbM2dOfPrpp1nNk5OTk/Xe7ab07Nkz9txzzy02X2NQn73CY489Nu0ph5k+rbIhbanv5/bbbx/7779/Sm3lypX1OqjlxBNPzOr+3NzcGDBgQEqtrj1iAIBtrWlDNwAAAJCNnj17ZnWqdUTUeMLHkCFDsl67W7duKdeVlZVRWloahYWFWc2zfv36ePPNN+O9996LOXPmxNKlS6O0tDRKS0tj/fr1Gc3xySefbPL16dOnp1zvsssuWZ2i/qVmzZrFvvvumxbs3pTy8vK09bMN3VfXvXv3mD179sbrbDf5Bw0aFPn5+Vmvu/3228e8efM2Xq9evXqT97/++usp1926ddusE5C6d++ecv3xxx9HSUlJg5wwBQAAAEBEVVVVjfWvPtFuW1i/fn3MmDEjpdarV6+0QHemjjrqqHj//fdTam+88UatT1usyQ477BDbbbddvdavyV577bXF5moMCgoKYr/99st6XKtWrWLfffeN559/fmNt4cKFsXz58rTTqhuTN954I+W6oKAgDjjggHrN9Z3vfCdeeOGFtPkHDRqU8Rzbb799vfZqt99++5TruvaIAQC2NUFwAAAgUapvumaipqD2lppnzZo1GQfBly1bFjfffHP861//yvo0neo2tdlcUlISS5YsSalVP7UkG7vssktWQfCZM2emPZL24YcfjmeffbbePSxevDjlesWKFVmNr36yd6ZatmyZcr1mzZpN3l/9x40VK1bEscceW6+1IyLKysrSaitWrBAEBwAAAGggzZs3r7FeUlISHTp02GZ9zJ8/P23vaODAgfWeb9ddd02rzZo1K6sgeE1PZtwcW3q+hrbzzjtHbm5uvcb2798/JQge8cU+7Le//e0t0NmWV1ZWlvZEzV122aXe77+272c26rtHXP20/7r2iAEAtjVBcAAAIFHqE4Bt2jT9X33atGmzReapqKjIaOwDDzwQV1111RbbJN5UEHzlypVpteqnmWej+qnUdakeQo/4IshdPcy9OWp6j5tSVFRUr3Xy8vJSrisrKzd5f/X3XlZWFu+991691q7NypUr6/2jBQAAAACbp7Z9xW0dBK/poITevXvXe76axmZ7GEP79u3rvf62mK+h7bjjjvUe26tXr7Ta8uXLN6edrWrlypVpp+dvzvezV69e0aRJk9iwYcPGWrbfz/r8JhCR/rtAXXvEAADbWpOGbgAAACAb1YO59VVTqHtrueWWW+LSSy/doieFbGqzedWqVWm16idbZ6P6iSd1yTakXR/VTxyvy7b4vNetWxfr1q3bJusAAAAA0DA6d+4cOTk5afXPPvtsm/ZR0x5gtvt4X1VTSLamNTYl0ycnZmpz9jQbo835fGoaW1JSsjntbFU19bY5779JkyZp34dsv59b6rcFAIDGxongAAAAW9G0adPi6quvTqsXFBTEIYccEoMHD44+ffrEdtttF0VFRZGfnx/NmjVL+zGpX79+Ga9ZXl6eVsvPz8+++XqObcw/QGxN2f7wAAAAAEDy5OfnR7du3WLRokUp9ZkzZ8aee+65zfooLS1NqxUUFNR7vhYtWmS0xqZs6cMYcnNzt+h8Da2mv/HmjM3289mWajoUZXO+nxFf/A2+uvfcmN8/AMC2JAgOAACwFY0bNy6tdvzxx8fFF18crVu3zmiObE+Arulklc3ZFM/2JPPmzZun1caOHRunnHJKvXtIgpre96BBg+LBBx9sgG4AAAAA2FoGDBiQFgSfMWPGNu2hptO3y8rK6j3f2rVrM1qD+qvpb7w5Yxvz51PTae6b8/2MSP8bNOb3DwCwLTVp6AYAAAC+rj788MOYOXNmSu3ggw+OcePGZRwCj8j+pOmaHuO6YsWKrOb4qpUrV2Z1f1FRUVrtm3BaduvWrdNOPfomvG8AAACAb5q99947rfb666/H+vXrt1kPNe0Brl69ut7z1fSUv5rW+CaqrKzcIvNszudT09hs9pi3tZp625z3v2HDhrQDS3w/AQC+IAgOAACwlbz88stpteHDh2c9z8KFC7O6v127dpGfn59SmzNnTtbrfmn27NlZ3d+hQ4e02ieffFLv9ZMiJycn2rZtm1IrLi7eYj8UAQAAANA4HHzwwZGTk5NSW7ZsWTz33HPbrId27dql1ebOnVvv+T744IO0WvW9rqSpfmhDRUVFvebZnEM2vmrBggX1Hjt//vy0Wk3fgcaibdu2af+MbM73c/78+bFhw4a0NQAAEAQHAADYapYsWZJy3axZs9h1112znufNN9/M6v68vLzYZZddUmpvv/122kZ5pt56662s7h84cGA0aZL6r5uvv/56vdZOmkGDBqVcr127NmbNmtVA3QAAAACwNXTt2jX23XfftPp99923zXro2bNnFBQUpNSqP50wG2+//XZabeDAgfWerzFo2bJlynVpaWm95vnoo4+2RDvx7rvv1vvU+Jr2GBvz59OiRYvYcccdU2qb8/6/jt9PAIAtRRAcAABgK6l+Ukx9H1X5xBNPZD3mW9/6Vsr1smXL4tVXX816nvnz52f9A1JRUVEMGDAgpTZv3rwaTxX6utlvv/3Sak8//fQ2Wz83Nzetti0fSQwAAADwTXH66aen1V555ZV46qmntsn6ubm5sdtuu6XU5s2bF++//3695qup7913371eczUWrVq1SrnO9smLERHl5eUxffr0LdJPWVlZTJkyJetxa9asSRvXo0ePTZ4IXv009Ihtv09Y/ftTVlYWL774Yr3mevLJJ+ucHwDgm0oQHAAAYCtp0aJFynVJSUnWp3K/9tpr9TpR+uijj06r3XbbbVnPU58xERGHHnpoWu3mm2+u11xJctBBB6WFsSdOnBglJSXbZP3CwsK0WllZ2TZZGwAAAOCb5KCDDorBgwen1S+99NJYunTpFl3r8ccfj+Li4rT6/vvvn1abOHFi1vNPmzYt5syZk1Lr169fdOjQIeu5GpPqJ1IvWLAgVq9endUc//jHP7bo/tqDDz6Y9ZhHH300Pv/885Tat7/97U2OaQz7hFvq+7lw4cK0AHnbtm2jf//+9e4NAODrRBAcAABgK+nYsWPK9bp162LatGkZj1+7dm1ccskl9Vr7W9/6VtpG+IsvvhiPPvpoxnNMmTIl/va3v9Vr/R/+8IfRunXrlNpjjz0WzzzzTL3mS4pu3brFsccem1Jbs2ZNXHzxxVFVVbXV16/p1Pn6nHQEAAAAQN1+85vfRLNmzVJqK1eujDPOOCMWL1682fOXl5fH73//+7jwwgujoqIi7fXvf//7aetPnDgx3nvvvYzXqKysjCuuuCKtPnTo0OwbbmSqP7WwsrIyq6cvrl69Om666aYt2tNTTz2V1R7xypUr44Ybbkirn3zyyZscV1hYmHYq+LbeJzz88MPT9sgnT54cL7zwQlbzXHnllVFZWZlSO+mkkyIvL2+zewQA+DoQBAcAANhKhgwZkla75ppravzRprp169bFT3/601iwYEG91z/vvPPSar/61a/i6aefrnPs66+/HsOHD693eLlVq1Zx9tlnp9SqqqrioosuimeffbZec0ZEvPDCC3HZZZfVe/y2cN5550V+fn5K7dlnn41LLrkkysvL6zXnokWL4oorrkg7mam6nXbaKa2W7Q8rAAAAAGSmT58+8etf/zqtPnfu3DjppJPitddeq/fcU6ZMieOPPz5uv/32Wu9p165dHHfccSm1ysrKGDVqVEankldVVcWvf/3rtOB4+/bt47vf/W69+m5M9t9//2jSJDUWc+ONN2Z0Kvjnn38eP//5z2PRokVbvK8LL7wwo3nLy8vj/PPPjxUrVqTU99577xr3Ab+qSZMm0bt375TaSy+9lPUTKzdHXl5ejf9BwS9+8Yv44IMPMprjuuuui+effz6l1qxZs/jBD36wJVoEAPhaEAQHAADYSnbbbbfo1q1bSu2NN96IkSNHxvLly2sdN2PGjDj11FM3BnhbtmxZr/UPP/zw+M53vpNSq6ioiJEjR8b5558f06ZNS9v4nzFjRlx66aVx2mmnRWlpaURE7L777vVa/5xzzon99tsvpVZWVhYjRoyISy65JOMTaBYsWBDjx4+PY445Js4999z4v//7v3r1s6306NEjfvOb36TVH3rooTjxxBNj8uTJGQXs16xZE//4xz/ivPPOiyOOOCLuueeetEfAVte3b9+078vNN98cjzzySKxbty67NwIAAABAnU488cQYNmxYWr24uDiGDh0a5557brzxxhsZBXDXrVsX//rXv+IHP/hBnHHGGfH+++/XOeaCCy6Izp07p9Q+/PDDOOWUU+KVV16pdVxxcXH85Cc/iUmTJqW9VtNJ50nUpUuX2H///VNqS5YsibPPPnuTJ7bPmjUrhg4dGpMnT46I2GJ/iy/nWbJkSZx66qnx4osv1nrv/Pnz4/TTT48pU6akzTF27NiM1qu+rzt//vz41a9+FR9//HF2jW+GM888M3bZZZeU2ooVK2Lo0KHxr3/9q9ZxJSUl8atf/arGE9l/9rOfpX3nAQC+yZrWfQsAAAD1kZubG8OHD48xY8ak1CdPnhyHHnpoHHHEETFo0KBo27ZtlJWVxeLFi+M///lPzJgxIyUofMkll8QvfvGLevUwduzYmDt3btpJ0k888UQ88cQT0aJFi+jQoUPk5ubG0qVLo6ysLOW+AQMGxHnnnRc/+tGP0t5bXZo2bRrXXnttnHzyyTFv3ryN9aqqqnjwwQfj4YcfjoEDB8aQIUOie/fuUVRUFBs2bIiSkpJYvnx5zJkzJ2bOnLlNf5jYUr73ve/F3Llz45Zbbkmpv/vuuzFs2LDo2rVr7L333rHzzjtHUVFRNG/ePFavXh2rV6+OBQsWxMyZM2POnDkZnR7/VXl5efHd73437rvvvo21srKyuPjii+PXv/51bLfddlFYWJh2EtKoUaPi0EMPrf8bBgAAAPgGGz16dLRo0SKuvfbatAMAXnjhhXjhhReiqKgo9t133+jTp0+0bds22rZtGxFfBF4XLlwYs2bNirfeeivWrl2b1dpFRUVx1VVXxdlnnx2VlZUb64sWLYozzzwzBgwYEAcffHB069YtmjVrFsuWLYvXX389XnzxxRoPHTj11FPjsMMOq8dfoXEaNWpUvPzyy7F+/fqNtenTp8dRRx0Vhx9+eOyxxx4b92c/+eSTmDJlSrzxxhsbP8eePXvGwQcfHHfcccdm93LSSSfFk08+GUuXLo0lS5bEOeecEwMGDIhDDjkkunXrFnl5eVFcXBxTp06NKVOm1Lg3eMEFF0SvXr0yWu/73/9+TJw4MaX2yCOPxCOPPBLt2rWLdu3aRdOmqbGhgQMHxm9/+9v6v8lq8vPz449//GOccMIJKXvPy5cvj9GjR8cNN9wQhx12WGy//fZRWFgYn332WUyfPj2ee+65jQeVfNVBBx1U4ynjAADfZILgAAAAW9H3v//9eOWVV+Lxxx9PqZeVlcXf//73+Pvf/77J8cOGDYvjjjuu3kHwoqKiuPPOO+Oss86Kd999N+31tWvX1noy90477RTjx4+v8TGdmZ5S3qZNm5g4cWJcdNFFaY/wXL9+fUyfPj2mT5+e0VxJ87Of/Sy6dOkS48aNS/vR5pNPPqnxtKUt4bzzzotnnnkmli1bllJfv359raH6VatWbZVeAAAAAL4phg0bFgMGDIgxY8bE0qVL015fuXJlPPHEE1nP27x58zjttNOiU6dOtd6zzz77xE033RTnn39+2kEPs2bNilmzZmW01tChQ9MOtUi6XXfdNc4777y44YYbUurr1q2Lf/zjH/GPf/yj1rEdO3aMW265JR599NEt0kvr1q3jxhtvjNNPP33j55TN5zNs2LA444wzMl5vt912i+OPPz4eeeSRtNeWL19e41MrW7dunfH8merdu3fcdddd8eMf/zg+++yzlNfmzZsXN998c0bzHHHEEXH11VdHTk7OFu8RACDJmtR9CwAAAJtj3LhxccIJJ2Q1plmzZnHJJZfE6NGjN3v9du3axYMPPhgjRoyI/Pz8Ou/Pzc2Nk046Ke6///7o1KlTjSHhTIPgEV+EwcePHx9jxoyJDh06ZNV7dd26dYvjjz9+s+bYlk499dS47777YvDgwZs1T/PmzeO///u/o2vXrnXe27Fjx7jzzjtjwIABm7UmAAAAANk54IAD4sknn4xhw4ZtdqC2oKAgTjrppHjqqafiwgsvrHNf78ADD4x77rknBg4cmPVaRUVFMXbs2Pj1r3+d9iS5r4MRI0bEyJEjswoQDxgwIB544IHYfvvtt2gvu+22W0yYMCE6d+6c8ZgWLVrExRdfXK+94ssvvzxOO+20Bv9cd91113jggQdiv/32y3psQUFBjBw5Mq677rpo1qzZVugOACDZnAgOAACwleXn58dvf/vbOOKII2L8+PHxxhtv1Hpvq1at4uijj44f/ehH0aNHjy3aw8iRI+Pkk0+Op59+Op577rlYuHBhLFu2LCoqKqKoqCh23HHH2HvvvePYY49NWfvTTz9Nm6+oqCir9XNycuL000+Pk08+OR5++OF48skn46233qrx8bNf1aRJk9hll11i3333jQMPPDD23HPPxJ34sttuu8V9990X06ZNi4kTJ8arr75a46lQ1XXq1Cn23Xff2G+//eLQQw+NVq1aZbxm79694+GHH45p06bFM888E++99158+OGHsWbNmli7dm3Ko3ABAAAA2HIKCwtj9OjR8eMf/ziefPLJeOqpp2LatGmxZs2aOse2b98+Bg0aFEcddVQcccQR0aJFi6zWHjBgQPztb3+LJ554Ih566KGYNm1alJeX13p/nz594sgjj4wzzzwzq72nJBoxYkQceOCBce2118bUqVOjsrKyxvt22GGHOO200+Lkk0+Opk23TqRm0KBB8c9//jNuvfXWePDBB2s8mTvii8M4Dj/88Bg+fHi994rz8/PjV7/6VZx11lnxz3/+M6ZPnx7vv/9+rFixIkpLS9OeZLg19ejRI+644454+eWX4+67745XX3017QT76vcfeuihcc4550THjh23WZ8AAEmTU1VVVdXQTQAAAHyTfPrpp/HGG2/E0qVLo6SkJPLz86NDhw7Rq1ev6N+//1b7gaG+Lrzwwnj88cc3Xnfp0iWef/75zZ63vLw83n777SguLo6VK1dGSUlJ5ObmRmFhYbRt2zZ23HHH2HHHHb+Wp7zMnz8/5s6dGytXroyVK1dGZWVlFBYWRsuWLaN79+7Rq1evaN++fUO3CQAAAMAWsGHDhpg/f358+OGHsXjx4igrK4vy8vIoLCyMNm3aRFFRUey0007RrVu3LbpuWVlZTJ8+PZYuXRrLly+PioqKaNu2bbRr1y769+8fXbp02aLrJcXq1atj2rRpG/clc3Nzo3PnzjFgwIDo3bv3FlunX79+Kddfnkz+VRs2bIh33nkn5syZs/FAjvbt20fXrl1j8ODBGT3hManKy8tjxowZsXjx4li+fHmsXbs2ioqKol27dtG3b9/YcccdG7pFAIBEEAQHAACgVuXl5XHQQQfFZ599trF25JFHxvXXX9+AXQEAAAAANG6ZBMEBAGBzNWnoBgAAAGi8Jk2alBICj4gYMmRIA3UDAAAAAAAAAHxJEBwAAIAaffjhh/GHP/whpda8efP47ne/20AdAQAAAAAAAABfEgQHAAD4mrvmmmvik08+yWrMm2++GUOHDo3Vq1en1P/f//t/UVRUtAW7AwAAAAAAAADqo2lDNwAAAMDWdfvtt8ctt9wS++yzTxx66KExePDg6N27d+Tl5aXct3LlynjjjTfi4Ycfjueeey42bNiQ8nrHjh3jggsu2JatAwAAAAAAAAC1EAQHAAD4Bli/fn28/PLL8fLLL0dERF5eXrRr1y5atWoVlZWVUVJSEitWrIiqqqoax+fl5cUf/vCHaNeu3bZsGwAAAAAAAACohSA4ibdy5cp466234qOPPorS0tLIz8+PTp06Rf/+/aN3795bZc3S0tJ46623YsGCBVFSUhJNmzaNDh06RL9+/WKXXXaJnJycrbIuAABsKRUVFVFcXBzFxcV13tuhQ4e44YYbYo899tgGnQEAAAAAAAAAmRAEZ7OtWLEiZs6cGW+//XbMmDEjZs6cGcuWLUu5Z8SIETFy5Mgtuu60adNi/Pjx8corr8T69etrvGeHHXaIH/7wh3HKKaekPfa+PmbPnh1/+ctf4tlnn42Kiooa7+nUqVOcdNJJcdZZZ0VBQcFmrwkAAJvr8MMPj8mTJ0dZWVlW4woKCuKkk06Kc845Jzp06LCVugMAAAAAAAAA6iOnqrbnfsMm3HHHHRuD3wsXLqzz/i0ZBK+oqIhx48bFvffem/GYnXbaKW644Ybo2bNnvdasqqqKv/zlL3HjjTdGZWVlRmO6du0a1113Xey22271WhMAALakdevWxbRp0+LNN9+M9957LxYtWhRLly6NtWvXxueffx4FBQXRpk2baN++fQwcODD23HPP+K//+q9o06ZNQ7cOAAAAAJA4/fr1S7neGgfoAQCAIDj1Uv1fWOqypf6FprKyMkaNGhX//ve/sx7brl27uOeee6J3795Zj7388svjvvvuy3pc8+bN49Zbb40999wz67EAAAAAAAAAAAAAUJumDd0AZOOPf/xjWgi8bdu28cMf/jAOO+yw6NKlS6xcuTJmzpwZEyZMiBkzZmy8b/ny5TFs2LCYNGlStGzZMuM177333rQQeEFBQZx88snxne98J3r06BGlpaUxZ86cuOeee+Lll1/eeN+6detixIgR8fe//z26dOlSz3cNAAAAAAAAAAAAAKmcCE69VD8RvKCgIAYOHBgDBw6MXXfdNUaPHp3y+pY4Efy9996L4447Lr76le3bt2/cdttt0blz57T7q6qqYty4cXHnnXem1M8666z4xS9+kdGan376aRx22GGxdu3ajbXOnTvHbbfdFn379q1xzO233x5XXXVVSp9HHnlkXH/99RmtCQAAAAAAAAAAAAB1cSI49bLbbrvFrrvuuvF/vXr1iiZNmmx8vXoQfEu49tprU8LVhYWFccstt9QYAo+IyMnJiTFjxsSiRYtSThG/77774owzzqh13FeNHz8+JQSem5sbN910U60h8IgvguaLFy+Ou+66a2Pt6aefjlmzZsWAAQPqXBMAAAAAAAAAAAAA6tKk7lsg3UMPPRSXXnppfO9734s+ffqkhMC3hnfffTcmT56cUhs1alR06dKlzrFjx46N5s2bb7xet25d3HbbbXWO+/TTT2PixIkptVNPPTUGDhxY59jRo0dHp06dNl5XVVXFTTfdVOc4AAAAAAAAAAAAAMiEIDiJ8MQTT6RcFxQUxAknnJDR2E6dOsURRxyRUnvqqafqHPfvf/87KioqNl7n5OTEaaedltGaBQUF8f3vfz+l9p///CdKS0szGg8AAAAAAAAAAAAAmyIITiL8+9//Trk+/PDDo2XLlhmPP/7441OulyxZEjNnzsxqzcGDB0ePHj3qvWZ5eXm89NJLGY8HAAAAAAAAAAAAgNoIgtPoffLJJ/HBBx+k1Pbaa6+s5th9990jLy8vpfb888/Xen95eXlMmTJls9bcfvvtY7vttst4TQAAAAAAAAAAAADIlCA4jd7s2bPTanvssUdWczRv3jz69++fUpszZ06t9y9YsCDKy8s3a82axmxqTQAAAAAAAAAAAADIlCA4jd68efNSrps2bRo9e/bMep7evXunXM+fPz/jNWsav6XXBAAAAAAAAAAAAIBMCYLT6M2dOzflunPnztGkSfZf3e222y7lesGCBbF+/fqM1szNzY3OnTtv9pqlpaVRXFyc9TwAAAAAAAAAAAAA8FWC4DR6S5cuTbmuHq7OVNeuXVOuy8vLY+XKlRmt2bFjx8jNzd3sNSNCEBwAAAAAAAAAAACAzda0oRuAupSVlaVct2zZsl7zFBYW1jh3+/btt9qaNY0rLS2t11zbyvr162PJkiVp9e22265eYXgAAAAAgCSxRwoAAAAAJIUgOI1e9VB28+bN6zVPTeNqC2VXX7NZs2b1WrOmcdXnbmyWLFkS3bt3T6svWrQounXr1gAdAQAAAABsO/ZIAQAAAICkaNLQDUBd1q5dm3Kdn59fr3lqCoLXFsquvmZ9g+DZrAkAAAAAAAAAAAAAmXIiOJCRGTNm1Pg4VAAAAACAwYMHN3QLW509UgAAAACgNg21R+pEcBq9Fi1apFyXl5fXa55169al1QoKCjJa8/PPP9/qawIAAAAAAAAAAABAppwITqNXPThdU7g6EzWNKywszGjN+gbBaxqX1CD4LrvsEt26dWvoNgAAAAAAGoQ9UgAAAACgsREEp9GrHpxes2ZNveYpLS2tc+4tvWZN42oLnzd2eXl5kZeX19BtAAAAAAA0CHukAAAAAEBj06ShG4C6dOrUKeV6yZIl9Zpn8eLFKdf5+flRVFSU0ZrLli2L9evXb/aaNc0NAAAAAAAAAAAAANkSBKfR69WrV8p1cXFxbNiwIet5qoeye/bsGbm5uRmtuX79+iguLt7sNQsLC2O77bbLeh4AAAAAAAAAAAAA+CpBcBq93r17p1xXVlbGggULsp5n3rx5Kdc77rhjxmtGRMydO3errgkAAAAAAAAAAAAAmRIEp9Hr169fWu3NN9/Mao5169bFrFmzUmo77bRTrff37Nkz8vPzN2vNiIg33ngj4zUBAAAAAAAAAAAAIFOC4DR6Xbt2jT59+qTUXnvttazmePPNN6OioiKldtBBB9V6f35+fuy7776btebChQtj8eLFGa8JAAAAAAAAAAAAAJkSBCcRDj300JTrp59+OkpLSzMe//e//z3lervttouBAwdmtea0adNi4cKFGa85adKklOv8/PzYf//9Mx4PAAAAAAAAAAAAALURBCcRjjrqqJTrsrKyePjhhzMau2zZsnjyySdTakceeWSd4w499NDIy8vbeF1VVRX33HNPRmuuXbs2/va3v6XUvv3tb0dhYWFG4wEAAAAAAAAAAABgUwTBSYT+/fvHwQcfnFK7/vrro7i4uM6xl19+eaxbt27jdbNmzeLss8+uc1yHDh3ipJNOSqndc8898c4779Q59tprr03pLScnJ84777w6xwEAAAAAAAAAAABAJgTBSYzzzz8/cnJyNl6vXr06zjnnnFrD4FVVVfG73/0unnnmmZT6qaeeGp07d85ozWHDhkWLFi02XldWVsZ5550XH3zwQa1jJkyYEHfeeWdK7YgjjogBAwZktCYAAAAAAAAAAAAA1KVpQzdAMs2cOTOefPLJjO9/5ZVX4vPPP6/xtdatW8e5555b5xw777xznHnmmXH77bdvrM2ZMyeOO+64GDp0aBxyyCHRpUuXWLVqVcycOTMmTJgQ06dPT5lj++23j+HDh2fcd8eOHeNnP/tZXHHFFRtrixcvjhNPPDFOPvnkOProo6N79+5RVlYWs2fPjnvuuSdeeumllDmKioril7/8ZcZrAgAAAAAAAAAAAEBdcqqqqqoaugmS55FHHomLL754i8zVrVu3eO655zK6t7KyMkaMGBGTJ0/Oep22bdvGPffcE3369Ml67NixY+P+++/Pelzz5s3jlltuib322ivrsQ3l448/ju7du6fVFy1aFN26dWuAjgAAAAAAth17pAAAAABAUjRp6AYgG02bNo0bbrghTjnllKzG9e3bNyZOnFivEHhExGWXXRYjR46M3NzcjMd06dIl7rrrrkSFwAEAAAAAAAAAAABIBkFwEicvLy/Gjh0b9957b+y///7RpEntX+MePXrEmDFjYtKkSdGzZ896r5mTkxMjRoyIRx55JI466qjIy8ur9d6OHTvGyJEj45///GcMGjSo3msCAAAAAAAAAAAAQG1yqqqqqhq6CdgcK1asiLfeeis++uijKC0tjby8vOjUqVMMGDCg3ieA12XNmjXx5ptvxocffhirV6+O3NzcaN++fey8887Rv3//yMnJ2SrrbgseewoAAAAAfJPZIwUAAAAAkqJpQzcAm6tt27Zx8MEHb9M1W7ZsGQcccEAccMAB23RdAAAAAAAAAAAAAIiIaNLQDQAAAAAAAAAAAAAAkB1BcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIRp2tANwOaoqKiI2bNnxwcffBAlJSVRWloaLVq0iFatWsUOO+wQAwYMiBYtWmzRNVeuXBlvvfVWfPTRR1FaWhr5+fnRqVOn6N+/f/Tu3XuLrgUAAAAAAAAAAAAANREEJ5Fef/31uO++++Lf//53fP7557Xel5ubG3vvvXeceOKJcdRRR0VOTk6915w2bVqMHz8+XnnllVi/fn2N9+ywww7xwx/+ME455ZTIy8ur91oAAAAAAAAAAAAAsCk5VVVVVQ3dBGRq5cqVccUVV8Tjjz+e9dg99tgjxo0bFz179sxqXEVFRYwbNy7uvffejMfstNNOccMNN2S9VmPw8ccfR/fu3dPqixYtim7dujVARwAAAAA0tNFXvRMlpZUN3UYitC5sGtdc1L+h22Az2CMFAAAAAJLCieAkxooVK+L000+P2bNn12v8G2+8Eaecckrcfffd0adPn4zGVFZWxk9/+tP497//ndVac+bMiVNOOSXuueee6N27d33aBQAAAIBGo6S0MlYLggMAAAAAQKMiCE5iXHDBBWkh8GbNmsXxxx8fhx12WPTt2zdatmwZZWVlMXfu3HjhhRfiwQcfjDVr1my8f/ny5fHjH/84/vnPf0bz5s3rXPOPf/xjWgi8bdu28cMf/jAOO+yw6NKlS6xcuTJmzpwZEyZMiBkzZqSsNWzYsJg0aVK0bNlyM989AAAAAAAAAAAAAPx/BMFJhGeeeSZeeeWVlFrXrl3jlltuSTvdu7CwMDp27Bj77LNPDB06NH784x/HnDlzNr6+aNGiuOOOO+InP/nJJtd877334o477kip9e3bN2677bbo3LnzxlqbNm1ihx12iKOPPjrGjRsXd95558bXPvroo7jxxhvjF7/4RdbvGQAAAAAAAAAAAABq06ShG4BMTJo0KeW6SZMmceONN6aFwKvr2rVr3HzzzVFQUJBSf+yxx+pc89prr42qqqqN14WFhXHLLbekhMC/KicnJ8aMGROHHnpoSv2+++6L4uLiOtcDAAAAAAAAAAAAgEwJgpMIU6ZMSbk+4IADon///hmN7dKlSxx77LEptXnz5sWnn35a65h33303Jk+enFIbNWpUdOnSpc71xo4dG82bN994vW7durjtttsy6hUAAAAAAAAAAAAAMtG0oRuAuqxevTrKyspSakOGDMlqjj333DPuv//+lNrSpUujQ4cONd7/xBNPpFwXFBTECSeckNFanTp1iiOOOCLl1PGnnnoqxowZk1XPAAAAAN9ko696J0pKKxu6jURoXdg0rrkos0MTAAAAAACArw9BcBq96iHwiIiioqKs5qjp/oqKilrv//e//51yffjhh0fLli0zXu/4449PCYIvWbIkZs6cGQMHDsx4DgAAAIBvspLSylgtCA4AAAAAAFCrJg3dANSlbdu20aRJ6ld11apVWc1R0/21nQb+ySefxAcffJBS22uvvbJab/fdd4+8vLyU2vPPP5/VHAAAAAAAAAAAAABQG0FwGr38/Pzo27dvSu3//u//spqj+v2dO3eObt261Xjv7Nmz02p77LFHVus1b948+vdPfRzvnDlzspoDAAAAAAAAAAAAAGojCE4iHHPMMSnX//nPf2oMbNdk6dKl8cgjj6TUTjjhhFrvnzdvXsp106ZNo2fPnpk1+hW9e/dOuZ4/f37WcwAAAAAAAAAAAABATQTBSYQf/OAH0aVLl43X69evj+HDh8eHH364yXFLly6NYcOGRVlZ2cZa9+7d4+yzz651zNy5c1OuO3fuHE2aZP+PynbbbZdyvWDBgli/fn3W8wAAAAAAAAAAAABAdU0bugHIRMuWLeO6666LM844Y2Ooe+HChXHcccfFiSeeGIcffnj07ds3CgsLY+3atTFv3ryYPHly3H///bFy5cqN83Ts2DFuvvnmKCwsrHWtpUuXplxXD3RnqmvXrinX5eXlsXLlymjfvn295gMAAAC2rtFXvRMlpZUN3UYitC5sGtdc1L+h2wAAAAAAAPhGEwQnMQYNGhT3339//OxnP4v3338/IiLKyspiwoQJMWHChE2OzcnJiSOOOCIuvfTS6NChwybv/erp4RFfhNDro6aweVlZWWKD4BUVFVFRUdHQbQAAAMAWk5eXl3JdUloZqwXB621z9w2qfx5sHp9H4/JN2Ff7Jnxn7JECAAAAALVpqD1SQXASZeedd45HH300/vnPf8YjjzwSU6ZMqXPMvvvuG7/61a+ib9++Ga1RPQjevHnzevVa07jS0tJ6zdUYvPvuu/HZZ581dBsAAACwRTRt2jQGDRrU0G18rbzzzjtRWVm/IL3PY8vzeTQum/N5JMXgwYMbuoWtzh4pAAAAAFCbhtojbdIgq8JmWLBgQUydOjXefffdjO6fMmVKnHHGGXHLLbfE559/Xuf9a9euTbnOz8+vV581BcGrh8wBAAAAAAAAAAAAoD6cCE5iVFZWxnXXXRe33nprbNiwYWM9Ly8vBg4cGL17945WrVpFaWlpLFiwIKZPn74x+P3pp5/G1VdfHY899ljceOONsf322zfU2wAAAAAAAAAAAACAzSYITiKsX78+LrzwwnjyySc31nJycuKHP/xhDBs2LDp06JA2pqSkJCZMmBB//etfNz52dc6cOXH66afHxIkTo3PnzjWu1aJFi5Tr8vLyevW8bt26tFpBQUG95gIAAAAAAAAAAACArxIEJxFuvfXWtBD4VVddFd/97ndrHdO6desYNWpUDBkyJM4999yoqKiIiIhPPvkkfvWrX8Wtt95a47jqYe2aAt2ZqGlcYWFhveZqDHbZZZfo1q1bQ7cBAAAANFL9+/dv6Bb4Cp9H4+Lz+HqwRwoAAAAANDaC4DR6y5cvj5tuuimlduqpp24yBP5V++23X/z0pz+Nq6++emPtxRdfjGnTpsWQIUPS7q8eBF+zZk09uo4oLS2tc+4kycvLi7y8vIZuAwAAAGik7Bs0Lj6PxsXn8fVgjxQAAAAAaGyaNHQDUJfHHnss5XTtnJycOPfcc7OaY+jQodGqVauU2qRJk2q8t1OnTinXS5YsyWqtLy1evDjlOj8/P4qKiuo1FwAAAAAAAAAAAAB8lSA4jd5rr72Wcr3zzjtH586ds5qjefPmseeee6bU3nzzzRrv7dWrV8p1cXFxbNiwIav1ItKD4D179ozc3Nys5wEAAAAAAAAAAACA6gTBafQ+/vjjlOvu3bvXa57q44qLi2u8r3fv3inXlZWVsWDBgqzXmzdvXsr1jjvumPUcAAAAAAAAAAAAAFATQXAavXXr1qVcN2vWrF7ztGjRIuW6vLy8xvv69euXVqvt9PDarFu3LmbNmpVS22mnnbKaAwAAAAAAAAAAAABqIwhOo9e6deuU65UrV9ZrnuXLl6dcFxUV1Xhf165do0+fPim11157Lau13nzzzaioqEipHXTQQVnNAQAAAAAAAAAAAAC1EQSn0evQoUPK9cyZM2PDhg1ZzzN9+vSU644dO9Z676GHHppy/fTTT0dpaWnGa/39739Pud5uu+1i4MCBGY8HAAAAAAAAAAAAgE0RBKfR23333VOuV65cGZMnT85qjpkzZ8acOXNSanvuuWet9x911FEp12VlZfHwww9ntNayZcviySefTKkdeeSRGXYKAAAAAAAAAAAAAHUTBKfRO/DAA9NqV111VaxevTqj8eXl5fGb3/wmo3m/1L9//zj44INTatdff30UFxfXud7ll18e69at23jdrFmzOPvsszPqFQAAAAAAAAAAAAAyIQhOo9evX7/49re/nVJbsGBB/OhHP6ozmL1y5co477zzYvr06Sn1QYMGxX777bfJseeff37k5ORsvF69enWcc845ta5ZVVUVv/vd7+KZZ55JqZ966qnRuXPnTa4FAAAAAAAAAAAAANlo2tANQCYuuuiimDZtWpSVlW2svfnmm3HUUUfFCSecEAcffHD07t07WrZsGaWlpbFgwYJ48cUX44EHHohVq1alzJWfnx9jxoypc82dd945zjzzzLj99ts31ubMmRPHHXdcDB06NA455JDo0qVLrFq1KmbOnBkTJkxIC5xvv/32MXz48M189wAAAAAAAAAAAACQShCcROjbt29ce+21MXz48KioqNhYLysri7vuuivuuuuujObJzc2N3//+9/Gtb30ro/svvPDCmD9/fkyePHljbfny5XHdddfFddddt8mxbdu2jb/85S/RsmXLjNYCAADgm2f0Ve9ESWllQ7eRCK0Lm8Y1F/Vv6DYAAAAAAACg0RAEJzEOPPDAuP/+++PnP/95zJ8/P+vx3bp1iz/84Q8xePDgjMc0bdo0brjhhvjtb38b999/f8bj+vbtG3/+85+jZ8+eWfcJAADAN0dJaWWsFgQHAAAAAAAA6qFJQzcA2dh1113jsccei6uuuioGDx4cTZtu+r9laNKkSey6665x5ZVXxr/+9a+sQuBfysvLi7Fjx8a9994b+++/fzRpUvs/Nj16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6vC7tmzZEkuWLMmrfepTn4qzzjrriHunT58effv2bVw3NDTE/PnzO7xHAAAAAAAAAAAAAI5fguAkYf/+/XHvvffm1aZNmxb9+vU7KvctXbo06urqGtdFRUVx3XXXtWhveXl5XHXVVXm15557LnK5XIf2CAAAAAAAAAAAAMDxSxCcJDz//POxcePGxnV5eXlMnDjxqN23dOnSvPWYMWOiqqqqxfsnTJiQt967d2+88MILHdIbAAAAAAAAAAAAAAiCk4RHH300b33RRRdFeXn5Ublr79698eKLL+bVxo4d26ozTj311Ojfv39e7dlnn21vawAAAAAAAAAAAAAQEYLgJKChoSH+93//N6927rnnHrX71q9fH3v37s2rfeADH2j1OQfvWb16dbv6AgAAAAAAAAAAAIC/KS10A3Ak69atix07duTVhg0blrfetm1bLFu2LN5+++3I5XLRs2fPOPnkk2PEiBGHPNuS+w42ZMiQVvd98J6333671WcAAAAAAAAAAAAAQFMEwcm83//+94fU3vOe90RERG1tbXzjG9+IJ598Murq6prcX1lZGR//+MfjhhtuiB49ehzxvrVr1+atS0pKol+/fq3uu3///nnrXC4XtbW1bToLAAAAAAAAAAAAAA5UXOgG4EgODmZ36dIlunXrFr/4xS/iox/9aPz0pz9tNgQeEbF58+ZYsGBBXHzxxfH8888f8b5NmzblrSsrK6OkpKTVfQ8cOPCQWm1tbavPAQAAAAAAAAAAAICD+URwMu/dd9/NW1dUVMTSpUtj+vTpsX///hafs3Xr1rjxxhvjq1/9anzsYx9r9rmdO3fmrbt3796qfg+3L5fLtemsLKirqzts4B6Ao6usrKzQLXQq7f0zzTw6lnlki3lkj5lki3lki3lki3lki3lky/HwXu14+JnxjhQAAKD9jod/fzyWvAPKFvPIFvPIluPhvVqhfmYEwcm8bdu25a337NkTX/jCFxpD4CeccEJ88pOfjH/6p3+KM844I7p16xabNm2Kl156KR544IFYs2ZN4976+vq49dZbY+jQoTFq1Kgm7zs4CH7CCSe0qe+m9h18dkr+8Ic/xDvvvFPoNgCOS6WlpTF69OhCt9GprFq1Kurr69u01zw6nnlki3lkj5lki3lki3lki3lki3lkS3vmkYoxY8YUuoWjzjtSAACA9vHOoeN5B5Qt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AAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAH6VevToEe3bt1/7zxVXXFHdQwIAAADIeh9//HHCnEv79u3j448//s30D/BLJ598csL70cknn1wt4yj9vjhgwIBqGQcAsOHVrO4BAAAAAAAAAACZWbBgQUyYMCGmTp0aCxcujGXLlkVeXl7Uq1cvWrVqFVtttVW0adOmuocJAADAeiAIDgDAejN16tTo2bNnysd23XXXGDx4cMZtf/bZZ3HiiScm1C644IK48MILM26Tinn++efjyiuvTPnY+eefH3379s247fvvvz/uvvvuhNqTTz4Zu+22W8ZtwobWo0ePmDZtWkJt/Pjx1TQaAAAA4Nfohx9+iBdeeCHeeuut+Pbbb6OkpGSd5zdr1iz23XffOOyww6Jbt24baJTw8wruffr0qfD5tWvXjnr16kW9evViyy23jA4dOkTXrl1j9913j9xcm94DAEBpguAAAFSLTz75JN55553Yd999q3soVKFBgwZF7969Y9NNN63uoWwwV1xxRQwfPnztcevWrWPEiBHVOCIAAAAAfq2mT58et99+e7z66quxevXqCl83a9asePrpp+Ppp5+OHXfcMS677LLo2rXrehwp1SXVAi39+/ePo446qppGlJ7ly5fH8uXLY86cOfH999/HyJEjIyKiRYsW0bt37zj99NMjLy+vmkcJlVd6QZEjjzwybr311mocEQCQrXxdEgCAanPHHXekdbOCjd/SpUvjvvvuq+5hAAAAAMCvztNPPx2///3v45VXXqnUvOoXX3wRJ510Ulx//fVRVFRUhSOE9WfGjBnx97//PY466qiYNGlSdQ8HAAA2GlYEBwCg2kyYMCFeeOGFrFmJhIp5+umn49RTT40tttiiuocCAAAAAFmvpKQkbrzxxnjqqadSPp6bmxtdunSJrl27RtOmTaNJkyaxZMmSmDVrVkyYMCHef//9WLp0aVKbw4YNi2+++SYefvjh2GSTTTbEjwIREdGgQYNo2bJlyseWLl0a8+fPj8WLF6d8fMKECXHaaafFsGHDolWrVutzmAAAkBUEwQEAqFb33HNP/P73v49atWpV91CoIitXroy///3vcffdd1f3UAAAAAAg61177bXx9NNPJ9Xz8vLijDPOiBNPPDGaNWtW5vXLly+P1157LW6//faYPXt2wmOjRo2KU089NZ588smoV69elY99fdhtt91i/Pjx1T0MKqFHjx5x6623rvOcKVOmxKuvvhpPPvlk0ut2xowZcemll8bQoUPX5zChQgYPHlzdQ4iI8L4IAL9hudU9AAAAftt++umnjWaSjKrz2muvxZgxY6p7GAAAAACQ1R577LGUIfBtt902XnzxxbjkkkvWGQKPiKhdu3YcccQR8eqrr8ahhx6a9PhXX30Vl156aZSUlFTZuKGy2rRpE2effXa89NJLsfPOOyc9/tlnn8XIkSOrYWQAALBxEQQHAGCD2nvvvaNOnToJtYcffjgWLlxYTSOiKhx44IFJtdtuu60aRgIAAAAAvw7ffPNN/P3vf0+qt2/fPp544olo165dWu3Vr18/brvttjjyyCOTHhsxYkQMGzYs47HC+tK4ceO4//77o1GjRkmPvfjii9UwIgAA2LgIggMAsEE1a9Ys+vTpk1BbuHBhPPTQQ9U0IqpCz549o0uXLgm1Tz75JN59991qGhEAAAAAZLdrr702iouLE2qNGzeOQYMGRePGjTNqMzc3N2655Zb43e9+l/TY7bffHvPmzcuoXVifGjVqFCeffHJS/aOPPorVq1dXw4gAAGDjUbO6BwAAwG/PWWedFf/85z9jwYIFa2tDhgyJPn36RIsWLapvYBExefLkmDhxYsydOzcWLFgQderUiSZNmkSLFi2ic+fOkZeXt97HsHz58hg9enRMmjQpFi1aFLVr145GjRrFtttuG9ttt13k5OSs9zFk4tJLL43evXsn1O64447Ya6+9Ije3er6DOnPmzJg0aVJMnTo1lixZEsuXL4969epFgwYNolWrVtGpU6eoVatWtYwtmxUVFcXYsWNj8uTJMX/+/CgqKoqCgoLYaaedYscdd6zQ9T/++GNMmjQpZs+eHYWFhRER0aBBg2jQoEFsu+22sdVWW63vHyNrzZ07N7744ouYOnVqFBYWRp06daJVq1bRpUuXaNq0aYXbmTJlSowdOzZmzpwZy5cvj0aNGkWrVq1i1113rdK/i+XLl8f3338fkyZNivnz58eSJUuiRo0a0aBBg2jUqFFst912sdlmm1VZf6VNmjQpJkyYELNnz44lS5ZE/fr1o02bNrHjjjtGw4YN11u/v7Ro0aL48ssvY86cOWv/Zho1ahSNGzeOTp06lbuFdzpKSkpiypQpMX78+LU/86pVq6J27dpRt27daNGiRbRu3Tratm0bNWuaFgIAANhYvf322/HFF18k1a+++upo0qRJpdrOzc2NG264If7whz/EsmXL1tYLCwtj4MCBcfnll1eq/TVWrFgRX3zxxdp5zpo1a0azZs2ibdu20bFjx41unnNDfn4vbd68eTF27NiYN29eLFiwIJYtWxYFBQXRqFGj2HLLLaNdu3ZJO23+1uy9995xzz33JNQWLFgQc+bMqdRzU1RUFF9++WXMnDkz5s2bF0uWLIlNNtkkGjduHFtvvXVsvfXWlR16mZYtWxZffvllzJ49O+bPnx+LFy+O2rVrR/369aNt27bRrl27lCuhZ2L69Okxbty4mDdvXsyfPz/y8/OjcePG0axZs9hpp52idu3aVdJPaePGjYvJkyfHrFmzYsWKFVG/fv3Ycssto3PnzlFQULBe+izL4sWLY/To0fHDDz/E4sWLo27dutG4cePo0KFD2jss/BaUlJTE+PHj44cffoh58+bFwoULo379+tG4cePYbLPNomPHjhvk3o/nDQDK544fAAAbXP369ePcc8+N/v37r62tWLEi7r777oTahjJz5sx45JFH4u23345p06aVeV5BQUF07949+vTpE7vttlva/QwYMCDuvffehNr48ePX/vuPP/4YDzzwQLz66qsJN2B+adNNN40TTjghTj/99Khbt27aY1ifdtlll+jRo0eMGDFibW38+PHx0ksvxRFHHLFBxjBv3rx466234sMPP4xPP/005syZs87z8/LyYqeddooTTzwxDjzwwApPWvbo0aPM18q0adOiffv25bbx5JNPJr2OPv7446QV81Odl8kYjzzyyLj11lvXec3zzz8fV155ZULt7bffXhvS/fbbb+ORRx6JN954I5YuXZp0/ZFHHllmEHzcuHHx1ltvxccffxxffPFFFBUVrXMsjRs3jn333TfOPPPM38xk7hVXXBHDhw9fe9y6deuEv6f//Oc/8dBDD8Wnn36acqWjGjVqxD777BP9+vUr83e2evXqeOmll2LQoEHxzTffpDynbt268Yc//CEuueSSjG40lZSUxOeffx4jRoyITz75JL7++utYuXLlOq9p0aJFHHDAAXHaaadFq1at0u6ztJUrV8aQIUPimWeeie+++y7lOTVq1Ijf/e53cc4558Quu+yytl767/eCCy6ICy+8MO0xLF++PIYNGxavv/56jBkzJlatWlXmudtss00cdthhcdJJJ2X83j558uQYOnRovPrqq+W+90VE1KlTJzp27Bh77bVXHHjggbHllltm1C8AAADrx5NPPplU23XXXePQQw+tkvbbtGkTZ555ZgwYMCCh/vTTT0ffvn0rFTqeMmVK3H///euc52zVqlUcdthh8ac//Sntz8JVOYe2oT+//9Ls2bNj8ODB8c4778SECROipKSkzHPz8vJi5513jh49esQRRxyR9OX2VPN6v3TllVeu8/GIn19fgwcPTutn2JA233zzlPX58+enHQQvKSmJ119/PYYPHx6ffPJJyrnONZo1axa9evWKs88+u0oWslmxYkU888wz8dprr8Xo0aOTVv3/pZycnGjfvn3ss88+cdRRR0Xbtm3T6mvRokXx2GOPxZtvvlnmHFlERK1ataJbt25x/PHHR69evdLqI5Vly5bFwIED48UXX4ypU6emPCc/Pz/233//OPfcc2PbbbeNiIipU6dGz549E87r379/HHXUUevsr7x51XHjxsUDDzwQI0aMKPP33bp16zj99NPjj3/8Y9oLAp188snxySefrD0u628p1c/3S8OHD0/4Ocryy/tKv1RV85qTJ0+ORx55JN59992YPXt2mec1bNgw9txzzzjjjDOiQ4cOafdT3c8bAPyaVM+yfAAA/Ob17t07WrdunVB74YUX4ttvv91gY1i1alXcfffdceCBB8aTTz65zhB4xM8r4rz11lvRp0+fOPvss2P69OlVNpahQ4fGoYceGs8//3yZN0ciIubMmRMDBgyIQw89NL7//vsq67+q9OvXL2rUqJFQu/vuu8sN/VaFP//5z7HXXnvFX/7ylwoHIYuLi+PTTz+Niy++OA499NAN+vrLNvfff38cccQR8cILL6zzxkhpEydOjAMPPDCOOOKIuPfee+PTTz+t0Oth3rx58fzzz8fvf//7uOaaazbIa2hjVVRUFFdffXWcfvrp8fHHH5e53e2qVatixIgRccQRR8TLL7+c9PjMmTOjT58+cfnll5cZAo+IWLp0afzzn/+MQw45ZJ3npfLJJ5/EfvvtF717945HHnkkxowZU24IPCJixowZ8eSTT0avXr3irrvuqtSWvuPGjYsjjzwy+vfvv84bXKtWrYr33nsvTjzxxLj55pvXeaM3Xc8880zsv//+ceutt8aoUaPKbfvbb7+NO+64I3r16hWvvfZaWn2VlJTEXXfdFX/4wx9i8ODBFXrvi/j5htxnn30Wd955Z5x00klp9QkAAMD6NW3atPj444+T6ieccEKV9nPssccmzeUtWbIkXn/99YzbfO655yo0zzl9+vR48MEH4/e//3189NFHGfdXGRvy8/svLVu2LPr37x/7779/PPTQQzF+/Ph1hsAjfp7H/Pjjj6N///6x1157xcyZMzPuP1uVFb5fsmRJWu189tlncfTRR8dFF10U77zzTrlznbNmzYqhQ4dGr1694u67767UvNWwYcOiZ8+ecdNNN8Wnn366zhB4xM/zPt9880089NBDcdBBB6X1tzl48ODYf//944EHHljnHFnEz+H0Dz74IC644II4/vjjywwaV8RHH30UhxxySNx3331lhsAjfp7z/Pe//x1HHXVUPPzwwxn3ty5r5s2OPvroeP3119f5+542bVrcdNNNcdxxx8XcuXPXy3g2dsuWLYvrr78+Dj300Hj22WfXGQKP+HlF/pdffjmOOuqouPTSS2PhwoVVMg7PGwCkTxAcAIBqkZ+fHxdddFFCbfXq1XHHHXdskP6XLVsW559/ftx///3rvCFRlnfffTf++Mc/ph2STOXvf/973HjjjbFixYoKXzNt2rTo3bv3Rjfh365duzjyyCMTatOnT48hQ4as975HjRpVocBpWSZOnBjHHXdcfPjhh1U4ql+HG264Ie6+++6Mfr9z5syp1JcWSkpK4plnnokTTzwx7Zs6vwYrV66MCy64IJ599tkKX1NUVBSXXXZZvPvuu2tr06dPj969e8enn35a4XbmzZsXp5xyyjpv2JQ2derU+Omnnyp8fmkrV66MBx54IM4777yMXm9jxoyJPn36xIQJEyp8TUlJSQwePDguu+yycm+6lqe4uDiuvvrquOaaa8q9UZLKnDlz4uKLL4777ruvwtdcfvnl8cADD5R74xAAAIDs8c477yR9Rm3YsGHsv//+VdpP8+bNY++9907ZfyaeeuqpuOqqq2L58uUVvmb69Olx1llnZdxnJqrj8/sa06dPjxNOOCEef/zxtH5Pv1RUVPSbnAdYvHhxynpBQUGF2/jnP/8Zp5xySnz11Vdp919UVBT3339/nH/++WktlBHxc9C6X79+cf3112f0mov4eQ6rsLCw3PNWrVoV1157bdx8880ZBXNHjRoVvXv3zugLGiNHjkx7EZ3i4uK444474vbbb0+7v3VZvXp1XHrppfHAAw+ktQDE119/HSeeeGKFfte/JmvmgocNG5b2vGxJSUm89NJL0bt370ovoOR5A4DM1KzuAQAA8Nt12GGHxaBBg2LcuHFrayNHjoxPP/00unXrtt76Xb16dZx33nkpA78FBQWx3377RefOnaNp06axZMmS+P777+Ott96KH374IeHcWbNmxUknnRTPP/98mdtSlucf//hHPPTQQ2uPGzduHHvvvXd06tQpGjduHCtWrIgffvgh3nrrraTVqufOnRvXXnttwvUbg759+8bLL7+ccCPjoYceimOOOSY22WSTDTKGGjVqRIcOHWKbbbaJLbfcMho1arT2hsCa5/SLL76Izz//PGEFl6VLl8Yll1wSL7zwQrRs2bLM9tu1axf169ePiIiffvopYUI9Ly8v2rVrV+4Yq2L72A3hmWeeiaeeemrtcd26deN3v/td7LzzztGkSZMoKSmJGTNmxMcffxy5ueV/17hBgwbRqVOn2GqrrWLzzTePevXqRd26dWP58uUxf/78+O677+I///lP0oTxmDFj4pprrom77rqrqn/Ejdrf/va3hEB3u3btYt999422bdtGvXr1YsGCBfG///0v3njjjYRV01etWhVXX311vPbaa1GjRo0455xz1ga6c3JyYpdddok99tgjWrZsGbVr146ZM2fGe++9l/S+uGDBgrjxxhszXpWnadOm0bFjx9hqq61is802i4KCgqhTp04sW7Ys5s6dGxMmTIj3338/abWWkSNHxt///ve47LLLKtzX1KlT4/TTT095U3CbbbaJHj16RJs2baKgoCDmzJkTX331VYwcOXLt3+/LL7+c0Rama6xevTrOP//8hOdrjWbNmkX37t2jQ4cO0bBhw6hVq1YsXLgwvv7663j//fcTXu8lJSVxzz33RKNGjaJ3797r7HP48OHx4osvJtUbN24ce+65Z2y77bbRrFmzqF27dixfvjwKCwtj6tSp8d1338Xo0aOrbJUeAAAAqlaq1cB33333yM/Pr/K+9tprrxg5cmS5/Zfniy++SJi3qVmzZuy+++7RvXv3aN68eRQVFcX06dNjxIgR8fXXXydcW1xcHBdeeGEMHjw4dtppp0x+jAqrjs/va0yfPj2OPfbYlLt51a5dO7p27Rpdu3aNTTfdNOrVqxeFhYUxZ86c+Prrr2PUqFExa9asMttu0KBBbLfddhHx8+9z4sSJCY+3bNkyGjRosM7xZTrHvaGkWqU6Nzc3Nttsswpd//DDD6dciKZu3bqxxx57RKdOnaJp06ZRUFAQixcvjh9++CE+/PDDpND4iBEj4uqrr44777yzQv0WFxfHGWeckXKBhtzc3OjYsWN07949WrZsGQ0bNoyioqJYsGBBjB8/PsaMGVPuat6l/eUvf4nnnnsuqV6rVq3Ya6+9omvXrtG0adNYvnx5TJs2Ld5+++2k3+2SJUvirLPOiieeeCJ22WWXCvU7ZsyYuPDCC1N+SaFz586xzz77RMuWLaNWrVoxZ86c+Pzzz+P9999fG6ofOHBgNGrUKK2fdV3uvPPO+Ne//rX2uGXLlrHPPvvEtttuG40aNYqlS5fGxIkT44033khaCGPy5Mlxxx13xLXXXltl44n4+d7Bmr/TiJ8Xp/nl76tBgwbrvC+xvixfvjxOOeWUlItrNGrUKHr16hXt27ePxo0bx4IFC2LSpEnx+uuvJ70nfffdd9G7d+944YUXomHDhhmNZWN83gAgGwiCAwBQbXJycuLPf/5znHnmmQn122+/Pf75z3+ut34feeSRlCHw4447Li677LK1Ad9fuuyyy+K5556LW2+9NRYtWrS2vnjx4vjzn/8cw4YNi5o10//f61tuuSUifp4A7Nu3b5xyyilRq1atpPMuuuiiGDx4cPTv3z8huPzOO+/E6NGj1/sNknQ0b948+vTpkxAcXbBgQTz88MPRr1+/9dZvXl5eHHDAAXHYYYfF7rvvnvJ5LG3atGnx97//PV5++eWEsV5//fXrDNgPHDhw7b9fccUVMXz48LXHzZo1SxnMzFa//FmPP/74uPjii1NOyJ9zzjllrmrftGnTOPLII6NXr16xww47lBsYLykpiffeey9uueWWhNXEX3311TjooIPioIMOyuyHyTKzZs2KJ598MiJ+nnC/7rrr4uCDD046r3fv3vHjjz/G2WefHZMnT15bnz17dgwdOjRmz5699mZOx44d48Ybb4wddtghqZ3TTjst3nvvvejbt2/CTgnvvvtujBo1Krp06VKhcbdp0yaOPvro2G+//RJubJRl1apV8corr8Tf/va3hBWRHnvssTjooIOic+fO5bZRUlIS11xzTVIIvGnTpnHddddFr169Ul5XWFgYd91119rf8z333FNuX2W59957k24it2jRIq644oo44IADkrbaXmPlypUxfPjwuOWWWxJWk7rllltixx13jI4dO5bZ5wMPPJBwXKNGjfi///u/6NOnT7nhgFWrVsXo0aPjxRdfrLYtuAEAAEgt1WrFnTp1Wi99pWp33rx5MWPGjGjRokWF27n33nvXrt7apUuXuOWWW2KrrbZKOu/CCy+Md999N/7yl78k7HZYVFQUV155Zbz44ovrJfD+y3Fu6M/vET+vCH3hhRcmhcDz8vKiT58+8ac//WmdQe2SkpIYPXp0vPDCCwlzkWv07NkzevbsGRE/f1l+zb+v0bdv3zjqqKPWOcaN3euvv55U22abbaJevXrlXvvRRx8lBbdr164d559/fvTu3XudbXz88cdxzTXXxI8//ri29u9//zu6du0aJ554Yrl99+/fP2UI/IADDohLLrkk5d/JL/3www/x8ssvJyzWUZZ///vfKUPgPXv2jOuuuy6aN2+e9NhFF10UI0eOjOuuuy7hb7K4uDguvfTSePHFF8uday8qKoorrrgiKQTetm3buPnmm1Mu/HPqqafG3Llz45Zbblk7P1+ZublfmjVr1tp57YKCgrjiiivi6KOPTvn3fckll8Q999yTMA8e8fMiPn/6059S/s4y1bx584R7Bz169Ihp06YlHN96661V1l9F3XLLLUkh8Bo1asRZZ50V5513Xsp7VldeeWUMGjQo7r777oQFSn766ae45ppr4t577017HBvr8wYA2aD85doAAGA92muvvWL33XdPqI0ePTrlpG5VmDp1asrJxIsvvjhuuummdU5oHn300fHYY48lTQqPGTNmbYgwXStWrIj8/PwYOHBgnH322Skn1CJ+Ds336dMnLrrooqTHnnnmmYz6Xp/OPvvspBUfBg8eHDNmzFhvfT777LMxYMCA6NWrV4VC4BERrVu3jjvuuCMuvPDChPq7774bkyZNWh/DzDprbuBdccUVccMNN6xzVZZUr9/OnTvHO++8E3/+85+jc+fOFVo1PCcnJ/bZZ594+umnk1Zofvzxx9P7AbJYcXFxlJSURNOmTeOpp55KGQJfY/PNN4+BAwcmPQePPfZYDB06NCIidt111xgyZEjKEPgae++9d9x4441J9eeff75CYz7ggAPizTffjHPPPbdCIfCIn28qHHbYYfH0009Hq1at1tZLSkriiSeeqFAbr776alKYuWnTpjF48OAyQ+ARP99QuPrqq+OKK66IiMh4S+ZRo0YlhbK7dOkSL7/8chx88MFl3kSO+HmFtGOPPTaGDRuW8N+X4uLida6A/+233ybtVHHeeefFmWeeWaEb5jVq1IhddtklbrzxxnjppZfKPR8AAIANo6ioKCEYuMa6Ps9XxnbbbRd5eXlJ9V9+2bwi1iwQsOuuu8YTTzyxznDrPvvsE0OHDo1mzZol1CdNmpQU6qtK1fH5fY0BAwbE2LFjE2r169ePRx55JC677LJyV+vOycmJLl26xA033BAjR46MJk2alNvnr8m3336bMuB82GGHlXvtkiVLol+/fgkLrDRp0iSefvrpOPvss8sNku+2227x/PPPR/v27RPqAwYMSFhMIZX33ntv7dzcGjk5OXH55ZfHgAEDyg2BR0RsscUWcf7558eIESNir732KvO8wsLCuP7665Pqxx13XNx3333rDMbut99+MXTo0KRzpk2bVqHX9+OPP560Cv1WW20VTz311Dp3f23SpEnccccdcfLJJ0dE5nNzpa2ZV23YsGE89dRTcdxxx5X5952fnx/9+vWL4447LqG+atWqlK+5X5v//e9/SQsz5ebmxi233BKXXHJJmfesatSoEWeeeWYMGDAg6b8hb775Zkb3+DxvAJA5QXAAAKpdv379IicnJ6F25513xsqVK6u8r6FDhyatSnHAAQfEueeeW6HrO3XqFDfddFNSffDgwWsDs+m67LLLonv37hU694wzzkiajP3ggw8y6nd9ql+/fpxzzjkJteXLl1fZih5l9Zmp888/P2H1o5KSknj22WerYli/CgceeGCcdtppGV1bp06djFbLj/h5K8y//vWvCbVRo0alvR1qtrv11lsrdFNozUrcv7RgwYJYvXp1NGrUKO68886oW7duue0cdthh0a5du4Tae++9V6Gx1qtXL+n9vKJatWoV1113XULttddeS1rlO5UhQ4Yk1W655ZbYcsstK9T3aaedFgcccEDFBprCAw88kHAzsVmzZvHwww+n9b603XbbJf387733XnzzzTcpz58yZUpS7dhjj61wf79Up06djK4DAACg6s2cOTNKSkqS6utrddP8/PykBR0ifl7VNV0NGzaMe+65p8zg4C+1adMmbr/99qT6sGHDkuZvq0p1fH6P+Hl+JlUY+K677kpaJKUimjRp8pv6LP/VV1/F2WefnbDqcMTPz98JJ5xQ7vX/+Mc/ElZiz83Njfvvvz8p2L0u9evXj/vuuy8h8Dp//vxyF2m5//77k2p/+tOf4vTTT69w32vUqlUrmjZtWubjw4cPj4ULFybUOnXqFDfccEOF5uvatGkTd999d9K5zz//fFK7v7R69er4xz/+kVCrWbNm3HXXXRX+wsJVV121XnY9uOWWWyq8WMWf//znpPeujfHeS1VLtRDHKaecEkcccUSFrt93332jb9++SfVBgwZlPCbPGwCkTxAcAIBq16lTp6SVbidPnlzlQdwVK1YktZmXlxfXXHNNWu0ccsghseuuuybUpk+fHm+//XbaY2rTpk2Fto9cIy8vLw455JCE2owZM2Lu3Llp972+nXjiidG6deuE2gsvvLBRhnhzcnLi8MMPT6h9/vnn1TSajUtubm5cdtll1db/tttum7S17v/+979qGs2Gt8cee8See+5Z4fPLCjOfeuqpsemmm2bczowZM2LevHkVvj5Te++9d8Kq8ytXrowvvvhinddMnDgx6TWx5557xt57751W31deeWWFVqwvbcKECUlbSv/f//1fbLLJJmm39Yc//CHatm2bUHvrrbdSnltYWJhUW9eK/QAAAGSHsgKXlVkEoTypVkRetGhR2u1ceOGFaX023W233eLAAw9MqM2ePTujedbyVNfn94ifFydZunRpQu24445La87nt2TZsmUxbdq0eOONN+L//u//4o9//GNMnz494Zy8vLy44447oqCgYJ1tFRUVJQVdjzjiiNhpp53SHlebNm2S5pDffPPNMs//7LPPYtSoUQm1bbbZJml3yqqSaqGEa6+9Nq35ri5dusSRRx6ZUFu6dOk6dwt8//33k3YxOProo9MK2ufm5saVV15Z4fMrYtddd42ePXtW+PyGDRvGPvvsk1AbN25cwpdHfm1mzpyZ9N7VpEmTlMHudTnttNOS3hNHjRoVX331Vdpj8rwBQGYEwQEA2ChccsklSdvH3XvvveVurZiOL7/8MukGRo8ePTJaTad3795Jtf/85z9pt3P00UenHTzs3LlzUi3drVo3hPz8/KQJw1WrVqVc6WdjsMUWWyQcf/XVV+tt9aFssvvuu8dmm21WrWMo/dyMHj26egZSDY455pi0zu/QoUPKeumVwjNpZ9KkSWm1kYnc3NzYfPPNE2rlPd///e9/k2rp/t4ifl6RfI899kj7utLbnBYUFCR9YaeicnJykrb4/fjjj1Oem2q1tt/SlyQAAAB+rZYvX56ynklguaJStV3WOMpSq1atpJBsRRx33HFJtYruTJaO6vr8HhExYsSIpOvPOOOMjPr+tRg+fHi0b98+5T877bRT9OjRIy688MJ45ZVXkuZoGzZsGA8//HDSYi2pjBo1KmbNmpVQy2TeaI1999034fiLL75IWql8jVRfaDj11FMz3j1xXX766aekewQ77LBDynsJ5Um1yvq67n1U1dzcLrvsUqFdESsqk53zSq9KvnTp0pg5c2ZVDWmj89FHHyXtdHv44YdXaFfJX8rLy0v5+87knpnnDQAyU/X/hwkAABnYfPPN449//GPCqhWzZ8+OQYMGxXnnnVclfaRa4fmggw7KqK2ePXtGfn5+wiRvJitId+vWLe1r2rRpk1RbvHhx2u1sCIcddlg89thjMX78+LW1kSNHxmeffRZdu3Zdr30XFhbGZ599FuPHj4/vvvsuFixYEEuWLIlly5alXA2i9Ko8RUVFMXfu3GjRosV6HefGbrfddqvyNn/88ccYPXp0jB8/PqZMmRJLliyJJUuWRFFRUcqtj0tvRZzJ1sTZKt2/kwYNGkRBQUHCatFt27Zd57axqZRezT8i8/eZCRMmxJdffhnjx4+P6dOnx5IlS6KwsLDMm2Q//vhjwnF5z3fpoHiqm7EVtd9++6W9degnn3yScNyxY8cKbYFdltJfvBg3blzK8zp16hS5ubkJ72fXXHNNPPjgg7HNNttk3D8AAAC/PTk5OUm1VHM067LrrrtmtGr5HnvsEfXq1YslS5asrZW3O1gmquvz+5IlS5Ie22mnnZIWPqB8jRo1iiOPPDLOPvvsCq88/+mnnyYc5+XlJYVG01H6eV+xYkVMnDgxtt9++6RzS7/m8vLy4ve//33Gfa9LqnsTpVfbr6jOnTvHZpttFlOnTl1bGz16dJSUlKR8ryj999q4ceOMAugRPwftq2oxiop8UaC00gtURPw8J9qyZcuqGNJGpyrvmR188MFx2223ldt+eTxvAJAZQXAAADYa559/fgwfPjwhwPjoo4/G8ccfH40bN650+6m2odthhx0yais/Pz/at28fX3755drad999F0VFRZGfn1/hdkpvl1cRqW6obKxB8Nzc3OjXr1+cddZZCfXbb789/vGPf6yXPseOHRuPPvpojBgxIu2Vi0pbtGjRbz4IXtYK0+lavXp1PPvss/H0008n/N1kIpOtibNR7dq1M9qxoHQQPNVEeEXaKC2d95mioqIYPHhwPP/88/Hdd9+l3X86/U6YMCHheIsttki5pXVFpLppty6rVq1Kutk1fvz4jFZAW6P0FuCLFy+O4uLipF0zGjZsGD169EjYvnXq1Klx+OGHR8+ePeP3v/997Lnnnhn/LgAAAKgetWvXTllfvHhxNGnSZL30mWqupU6dOmm10bFjx4z6zs3Nje222y4+++yztbWJEyfGsmXL0h5DWarz8/uYMWOSVtzdeeedM+73t2zXXXeNE088scIh8IjUQdRMVhxeI9UOkvPnz0+qFRUVJX0BYLvttquy13Rpqe59VCbwvsMOOyQEwRcvXhw//vhjyi8wlJ6bq8x8crpzc2WpVatWRvP62XTvpSp8/fXXCcd5eXmx3XbbZdRW69ato3HjxjFv3rwy2y+P5w0AMicIDgDARqNx48Zx+umnx4ABA9bWlixZEvfff39cc801lW6/9IRsXl5eRgHJNbbeeuuEQOvq1atj4cKFaa2826BBg7T7TbV15MqVK8s8/6yzzkra/rI8N998c6Umin9p7733jt122y1he9RRo0bFm2++Gb169aqSPiJ+noTv379/DBs2LOWK35kwWRhVcoNx4sSJ0a9fv7QnfsvyyxWifs0y3fK59A3HTNpJ933ml/73v//FFVdckbSyd6bK+ztcsGBBwnHplZnSke61CxYsiBUrViTUFi5cmHQzuLIWLlwYm266aVL98ssvj88++yzhd7Bq1ap444034o033ogaNWrE9ttvH126dIkddtghunXrlnK1dwAAADYeZc0XLlq0aL0FwVN99k53PmHLLbfMuP+tttoqIQheUlIS8+fPr7LQbHV+fp8zZ07Sedtuu22V9puNGjRokHK13qKioliwYEFCmHSN119/PT788MO49957Y/fdd69QPzNmzEg4Li4ujm+++SazQZeh9NxUxM/3Ikp/AWB9Pu+pwuhbbbVVxu1tvfXWKfsoHQRfuXJl0vtHZeaeKjOv90uZ3HeJqNycaDYq/bpp3bp1pXZK2HrrrRNWwk/1ulwXzxsAZE4QHACAjcrpp58ew4YNS5gg/8c//hGnnHJKtGnTplJtl17ZJpOtSn8p1c2QdIPgpQOb68PEiRNj2rRpaV2zdOnSKh1Dv3794rjjjkvYUvaOO+6IHj16RI0aNSrdfnFxcVx00UXx9ttvV7qtXzJZGJVeTXjChAlxyimnpLx5k6nfyvNSVe8PG+J9Zo3//ve/cc4558SyZcuqrM3ynu/S7+2Vec2m+9+FVDf61oeydjfYfPPNY9CgQXHhhRcmrNK0xqpVq2Ls2LExduzYtbXWrVvHAQccEH/4wx8yXq0NAACA9ad58+aRk5OTMI8WETFr1qxKha3LsiZ4W1q6q7JWZq411Wf5RYsWRatWrTJu85eq8/N7qrB5pmHHX5MePXrErbfeWubjs2bNijfffDMefvjhhDD34sWL45xzzoknn3wyOnfuXG4/G+K5T/W8p+p3fT7vqVb1z3SRibKuTfVaTtXvhpybK8uGnA/NZuv7nllRUVFauzt43gAgc4LgAABsVOrWrRvnn39+3HDDDWtrxcXFcdddd8Udd9xRqbYLCwsTjiu7okyq60v3wc86d+4cBx10ULz66qtra5MnT45nn302/vjHP1a6/YEDB6YMgTdv3jx69uwZXbp0ic033zxatGgRBQUFUatWrcjPz0849+OPP44+ffpUeiy/NpUJ6hcXF8fFF1+cMgS+yy67xB577BE77LBDtGjRIpo1axa1atWK2rVrJ/V5xRVXxPDhwzMeBxvGwoUL45JLLkkKgefm5sYee+wRu+22W2y//fbRsmXLaNKkydrnOzc3N+H8k08+OWHlmPIUFRUlHFfmhkHp94XyVPXKYZno0KFDvPzyyzFkyJAYOnRo/PTTT+s8f9q0aTFo0KAYNGhQdO/ePS6//PIq23YXAACAysvPz49WrVolLewwduzY2G233aq8v/Hjx0dxcXFSPd3Qed26dTMeQ6prq3KetTo/v6fa2a4yv6vfimbNmsWJJ54Yhx12WJx33nkJc0XLli2Liy66KF566aVyg6upgsobwoZ+3kv/veTk5FTq/kdF/yZTvXdsyLk5KmdD3TOrqt0dAICyCYIDALDROe644+KJJ56I77//fm3tlVdeidNPP71Sq5cWFBQkHFd2xdpU15fug//fJZdcEm+99VbC5PC9994bhx12WKUmAufOnRsPP/xwQq1mzZpx6aWXxkknnZRyW8BUylpxl8w9/fTTMXHixITa5ptvHn//+9+jU6dOFW7Hc5MdHnzwwaTQ/w477BB33HFHtG3btsLtpPt816tXL2GVpcrcKE51k25dateunVQ75JBD4s4778x4DJmoU6dOnHXWWXHmmWfGZ599Fv/5z3/is88+iy+//HKdv8+PPvoojj322LjpppviyCOP3IAjBgAAYF06duyYFAT/8ssv10tfqdpt1KhRtGzZMq12KrPDYKprq3KetTo/v6daHbmqd2P8Natfv3488MADcfzxx8e33367tj59+vS45ZZbon///uu8vlatWgnz0Ztuumn85z//WW/jXWNDP++l/15KSkrSWom5tIr+Tab6OTfk3ByVU1BQkPBlCffMACB7CYIDALDRqVmzZlxyySVx0UUXra2VlJTE7bffHoMGDcq43dLb0i1evDjjtsq6fmPc1nPEiBHVPYSIiNhiiy3iuOOOi6FDh66tzZo1Kx5//PE499xzM253xIgRSROM/fr1i1NPPTWtdjaGlX2rUqrVWDa0l19+OeG4oKAgBg0aFJtttlla7fzanptfq3//+98Jxy1btozHH3887S1F032+GzRokBAEr8yWv+le26hRo6Radb5ec3Jyolu3btGtW7eIiFi5cmWMGzcu/ve//8WHH34YH3/8cVIwvLi4OK6++urYbLPN1l4HAABA9dp1113jjTfeSKj997//jaKioipfMfeDDz5IqmWy8nhl5lpThT9Lz+VWRnV+fm/YsGG19f1rUa9evfjb3/4Wxx57bKxcuXJtffjw4fHHP/4xdtpppzKvbdSoUcLr69f6vKf6e1m0aFHGQfCK3vsoKCiImjVrJjwvG3JujsrZZJNNEoLglb1nVnoF/vz8fKuBA8AGklv+KQAAsOEddNBB0blz54Tahx9+WKnVOho3bpxwXFxcHD/++GPG7X333XcJx7m5uRtlEHxjcv755ydtK/nII48krSKcjtKviQYNGsRJJ52UdjtTpkzJeAxVJdXq5b+cRE9Hdd9QKiwsjNGjRyfUjjjiiLRD4BEbx3PDuk2cODFmzJiRUDv55JPTDoEXFxcntVOeFi1aJByXfm9Ox/jx49M6v3HjxpGTk5NQK71iW3WqWbNmdOrUKU499dR4+OGH48MPP4wbbrghmjVrlnDeqlWr4m9/+1s1jRIAAIDS9t1336Ta/Pnz4+23367SfmbPnh3vvvtuUn2//fZLu61f7u6YrsmTJycc5+TkpAxvZ6o6P79vuummSbV05x+I6NChQ5x44okJtZKSkrjtttvWeV3p339xcXHMmjWrysdXWqNGjZLmetfn81763kdExKRJkzJuL9X8Wll/k6Xn5iZMmJBxv/42NqzSr5upU6dGUVFRxu2V3h20Kt/HAYB1EwQHAGCjdemllybVbr/99igpKcmovQ4dOiTVxo4dm1FbRUVFSZOS22yzTZWvyPNr06RJkzjjjDMSakuWLIkHHngg4zZLh0Y7d+4ceXl5abdTOrRcHVJtpZnJdpgzZsyIFStWVMWQMjZr1qxYvXp1Qq1r165ptzNnzhxB8Czw008/JdUyeb7HjRuX9mu39JeGFi1alHTToaLSfR+oVatWbLfddgm177//PubMmZNR/+tbQUFBHH/88TF8+PCkLb7HjBmT8nkEAABgw2vTpk3suuuuSfVhw4ZVaT/PPPNM0iIE9erViwMOOCDttr766quMxrB69eoYN25cQq1du3ZVuopsdX5+79SpU1IgeNSoUeu931+jc889N2nRgc8++yzee++9Mq8pPW+05pr1LT8/P+l+xDfffBNLly5dL/117Ngxqfbll19m3F7pazfZZJPYfPPNU55b+nc8ceLEjOa0IzaOOfrfktKv0TW7C2Zi+vTpMXfu3IRaqtclALB+CIIDALDR2nXXXWOfffZJqH399dfx8ssvZ9TezjvvnFR77bXXMmpr5MiRSWHFLl26ZNTWb81pp52WtBLLsGHDMg77zp8/P+E4k1XZ582bFx9//HFG/deoUSPheNWqVRm1E5F6C89Mfi+ffPJJxmOoKqWfl4jMnptXX321KobDelZVz/e///3vtK9Jtf3vv/71r7TbWb16dUb977HHHkm10tt3b2w23XTTOO2005LqlVmxCQAAgKp18sknJ9U+/vjjjD67pjJt2rQYOHBgUv2YY45J2tGvIj7++ONYvHhx2td9+OGHSaHRHXfcMe12ylNdn9/r1auXFLYcPXp0/PDDD+utz1S7DlZmznJj0ahRozj11FOT6gMGDCjzmt/97ndJtQ01b1P6yxwrV66MV155Zb30lerexOuvv55RW2PHjo2pU6cm1HbcccekVfXXKD03t3LlyozmdBcvXpxyh4Jfs6q8t5CJVK+bTO+ZpbrOPTMA2HAEwQEA2Kj9+c9/jtzcxP9tveuuu6K4uDjttjp37pwUtB05cmTMnDkz7baeeuqppNqee+6Zdju/RQUFBXHeeecl1IqLi+Ouu+7KqL3SqwMtWLAg7TaeeuqpjFfQLigoSDiuzKouzZs3T7rRNmbMmLTbefrppzMeQ1VJdcMwVVh4XYqLi2PIkCFVNSTWo1SrdKX7fC9atCiee+65tPvec889k0LnzzzzTNo3n19++eWkHQYqomfPnkm1xx57LGlFtY3NVlttlVTL5IY9AAAA60evXr1Srqb6//7f/4t58+ZVqu3Vq1fHtddemzSPVVBQEH/6058yanPFihXx0ksvpX1dqnmsvffeO6MxrEt1fn7v1atXwnFJSUk8+uij662/0vOVEZWbs9yYnHLKKUnzQGPGjImRI0emPL9bt25Jq4i/8cYb8f3336+vIa5V+nmPiHjiiSfWy2uuZcuW0a5du4Ta2LFjM9oRNd17HwceeGBSoPnJJ59M++ccMmRILF++PK1rsl1V3lvIRPfu3ZOeu5deeintcaxcuTLle7l7ZgCw4QiCAwCwUWvfvn0cfvjhCbWpU6dmtA1qfn5+HHPMMQm1oqKiuOWWW9Jq57XXXov//ve/CbXWrVtHjx490h7Tb9Vxxx0XW2yxRULtlVdeiW+++Sbttpo2bZpw/Pnnn6c1Ufntt9/GQw89lHa/a5T+csGiRYti4cKFGbWVm5sb22+/fULtvffeSyuc+fbbb8enn36aUf9VqfTzEhHxn//8J6027r333g1yU4bKa9asWVIt3ef7xhtvjEWLFqXdd+3ateOII45IqM2ZMyduvfXWCrcxe/bs+Otf/5p23xERu+yyS9IKT1OmTEmr/+owe/bspFrjxo2rYSQAAACkkpOTEzfeeGPS6s5z5syJ008/PaPFECJ+DiH/5S9/iQ8++CDpsX79+lXqs+GAAQPSmhf79NNPk1Ytbtq0acrQdmVV5+f3E044IerVq5dQe/rpp1M+B1WhoKAg6XWT6W6MG5v69euntSp43bp1k85ftWpVXHrppVFUVLQeRvj/22mnnaJbt24JtW+//XadK5hXxoknnphUu+mmm6KkpKTCbYwZMyaGDx+eUKtbt24cddRRZV7TokWL2G+//RJqEyZMiIcffrjC/U6cODEefPDBCp//a1H63sKG/jtt3rx57L///gm1OXPmxL333ptWO0888URMnjw5obbzzjsn7YYAAKw/guAAAGz0+vbtG/n5+Qm1TLc1POmkkyIvLy+h9tprr8UjjzxSoeu//vrruOaaa5Lqffr0SVo5gbLl5eXFxRdfnFArKSnJ6Hnt2rVrwvHSpUsrPFE5derUOPfccys16d++ffukWmW2sCy94tGyZcsqvFr6N998E1dddVXGfVelJk2aRNu2bRNq//rXvyoc9n/uuefSullA9dp+++2TVoF/8sknK7zC9r333hv/+te/Mu7/tNNOS+r/2Wefjdtuuy1Wr169zmtnzpwZp556asyZMyfj/i+++OKk7XEHDx4c99xzT1o3235pwoQJcdlll5V5A/3555+P119/PaMtY4uLi5NWd8rNzY1tttkmo7ECAACwfuywww5x0UUXJdXHjRsXp5xySkyaNCmt9pYsWRKXX355PPvss0mP9ejRI0444YSMxxrx8+5gF110UYXm2qZOnRr9+vVLqh9//PFJ87dVpTo+v0f8HF7u06dPQq2kpCQuueSS+Pjjj9Puc+7cubFs2bIyH8/NzU1aHfqDDz4od44kW/Tp0ycaNmyYUPvqq6/irbfeSnn+qaeeGo0aNUqojRkzJvr27Zvx7mhz586NO++8s9yFEM4///yk2kMPPRSDBg1Ku8+ioqKUX+xf44gjjkj6vYwePTpuuummCrU/bdq06Nu3b9Lr5Oijj04KLJd2zjnnJN0fueeee2Lw4MHl9vvtt9/Gqaee+ptbDTwiYtttt004/vbbb+Onn37aoGNI9cWKQYMGxSuvvFKh699777248847k+qnn356ZYcGAKRBEBwAgI1eq1at4qSTTqqStlq3bp3y5sltt90WN9xwQyxZsqTMa1944YU49dRTkyaHO3fuXGXj+y05+OCDo1OnTpVu54ADDojc3MSPNo8++mjcdddd69x+8uWXX47jjz9+7SobpVflqagdd9wxqf+//vWv8dZbb0VxcXHa7R155JFJk+ZDhgyJe+65p8yfZ9WqVfHMM89E7969Y8GCBZGTk7Pebpil4+CDD044Li4ujjPPPHOdN7gWLVoUN998c1x99dVrbzpk+tyw4eTl5SWtHrNw4cI45ZRT1hn+nzlzZvz5z39OWAkpk+e7ZcuWcemllybVH3nkkTjmmGPijTfeSLpBOnXq1HjwwQfj4IMPju+++y4iIrp06ZJ23xE/ryp2wQUXJNXvu+++6NOnT3z22WcVamf+/PnxzDPPxGmnnRaHHXZYvPjii2UGvceNGxd9+/aNXr16xZ133hlfffVVhfqYNm1anHvuufHll18m1PfYY4+UK/kDAABQvc4+++yUq/F+8803cdhhh8Vdd91V7pebV6xYES+99FIcfPDB8eKLLyY93rFjx7jtttuSQtLpqFWrVkREfPTRR3HKKackrQ77S++//36cdNJJSV8g32qrreKss87KeAzlqY7P72ucd955sdNOOyXUFi1aFGeccUbcfvvtFVpJfcyYMXH99ddHjx49Yu7cues8t/Qcx+TJk+Pqq6+OadOmldvPxq5evXpxxhlnJNUHDBiQMtBfr169uPPOO5NWSR85cmQcddRR8dJLL61zHnmNFStWxFtvvRX9+vWL/fbbLx588MFyg+Tdu3eP0047LaFWUlISt956a/Tt23edfydrTJkyJR544IHo0aNHvP/++2WeV1BQENddd11SfejQodG3b991vk+8++670bt376QQcln3U0rr1KlTyp/z5ptvjtNOOy3ef//9pLny7777Lm677bY48sgjY9asWRGR+dxcttp5550TjlevXh0XXXRR0rzd+h5D6S8BrV69Oi677LIYMGBAmV/sWbVqVTz22GNxwQUXJD23vXr1il69eq23MQMAyWqWfwoAAFS/c845J5599tlYtGhRpds644wz4sMPP4wPP/wwof7UU0/Fv/71r+jRo0d06tQpmjRpEoWFhfHDDz/Em2++Gd9//31SW/Xr14/bb789aRKZ8uXk5ES/fv3ilFNOqVQ7W265ZRx22GHxwgsvJNQfeOCBGD58eBx44IHRvn37qFu3bixcuDAmT54cI0aMiB9//HHtuXXq1Il+/frF9ddfn3b/zZo1i7322ithFfA5c+bE+eefH3l5edGyZcuoU6dO0o20m2++OWUQvnnz5nHSSSfFE088kVC/77774l//+lcccMAB0a5du6hdu3YsWLAgJkyYEO+++25Mnz597blnnXVWvPLKK9V+Y+fUU0+NoUOHJvzdzp49O/r06RPdunWLPffcM1q3bh05OTkxZ86cGDVqVLz33nuxdOnSted37949mjdvnvT8svE577zz4tVXX02Y+P/+++/jyCOPjL322it23333aNGiRaxcuTJmz54dn3zySXz44YcJNxOOPvromDJlSnzyySdp93/CCSfEqFGj4qWXXkqof/XVV3HhhRdGXl5eNGnSJAoKCmLu3LlJW2hvsskm0b9//zjooIMS6qW/6FGW888/PyZNmpS0Ws4nn3wSJ554YrRt2zZ222232HrrraNBgwaRn58fixcvjoULF8bEiRPjq6++iokTJ6a9wve0adPiwQcfjAcffDCaNm0aHTt2jO222y6aNWsWm2yySeTl5cXSpUtj2rRpMWrUqPjkk0+Sbs7k5+fH5Zdfnla/AAAAbDj/7//9v6hZs2Y8/fTTCfXi4uJ44IEH4qGHHopddtkldtlll2jatGk0btw4CgsLY9asWTFhwoSk+ZZf6tKlSzz88MOV/iL+BRdcEHfddVesWrUqPv/88zj00EOje/fua+d2iouLY9q0aTFixIiUX2bOz8+P/v37rw2Ury/V9fk9Ly8v7r777jjmmGMSVnUuLi6OgQMHxuDBg6Nbt27RtWvX2HTTTaNevXpRWFgYc+fOjXHjxsWoUaPSWin46KOPjn/84x8Jteeffz6ef/75aNy4cTRu3DhpTnuHHXaI//f//l9aP1d1Oemkk2LQoEExb968tbVvvvkmXn/99aS5nYif5xivvvrquOGGGxLqP/74Y1x66aXx17/+NXbdddfo2LFjNG7cOOrWrRuFhYWxePHimDJlSnz11Vcxbty4jFat7tevX3z99ddJi2O8/vrr8eabb8YOO+wQ3bt3j1atWkWDBg1ixYoVsXDhwvj222/jyy+/rPAOixERhxxySHzwwQfx3HPPJfX17rvvxt577732fWLFihUxderUGDFiRIwbNy6prby8vLjtttuifv36Fer7oosuirFjx8Z///vfhPqaezH5+fnRtGnTyM/Pj7lz5ybd62ndunVcddVVceyxxybUKzo3l4169uwZDRs2TJin/OKLL+KYY46JgoKCaNasWcr3xFRf6KmMK664Iv73v//FhAkT1tZWrlwZ9957bwwbNiz233//aN++fTRq1CgWLVoU3333Xbz55pspd4Ns2bJl3HzzzVU6PgCgfNIqAABkhQYNGsTZZ58dt99+e6Xbys3Njfvvvz8uueSSGDlyZMJjixcvjhdffLFCE2nNmjWLgQMHxhZbbFHpMf1W7b777rH33nvHe++9V6l2rrnmmhgzZkzSdrgzZsxIClSXtuYmTO3atTPu/7LLLotPP/006YZacXFxQuD8l8q6+RYRcckll8SHH34Y3377bUL9xx9/jEceeWSdYznkkEPikksuqfDWjetTw4YN4/bbb49zzz036ebYp59+Gp9++uk6r992223j7rvvjv79+6/PYVJFttxyy7jmmmuSVh5avXp1vPvuuwlflkhl9913j+uvvz7lik4VkZOTE3/961+jRo0aMXz48KTHi4uLU96ciPg5BP7AAw9EmzZtkh6r6I3wnJycuP3226NNmzbx0EMPJa1A9f3336f8QlFVmj17drzzzjvxzjvvVPia/Pz8+Nvf/pa0FS0AAAAbj9zc3Ljpppti++23j7/+9a9JYdTVq1dXaK6ltOOPPz6uvvrqyM/Pr/QYd9xxx7j66qvjxhtvjIifQ4Tvv//+OlcwXiMvLy/uueeepBWz14fq/PzeokWLeOaZZ+Kcc85JCvcuX768wr+viujcuXMcddRR8fzzzyc9Nm/evIQA9RqbbLJJlfS9IdStWzfOOOOMuO222xLq9913X8odJCMievfuHU2aNIkrr7wyCgsLEx6bM2dO/Pvf/45///vfVT7WmjVrxsCBA+Oqq66Kl19+OeGx1atXx5gxY2LMmDFV1t9NN90UNWrUSPriyPLly+ONN96IN954o9w26tWrF/fee2/ssssuFe43Pz8/HnrooTjvvPPiP//5T9LjRUVFZS5c0qJFixg4cGDKBXd+zbtF1qpVK6644oq44oorkh4rLCys0IrxVaF27drxxBNPxJ/+9Kek1+LcuXPjn//8Z4XaadeuXTzyyCPRsGHD9TBKAGBdfr1fnQMA4FenT58+0aJFiyppq06dOnHffffFueeem1EAeK+99op//vOfsd1221XJeH7L/vznP1d6VY/69evH448/nvbNombNmsWgQYNin332qVT/W2+9dTz22GNV9qWAOnXqxODBg6Nz584VviYnJydOP/30uOOOOzaqVVL22WefuPvuu9OesN9vv/1i6NCh0aBBg/U0MtaH448/Pq677rrIy8tL67qjjz46Bg4cWOkbz7m5uXHrrbfGHXfcEU2bNq3QNbvttls888wz0bVr15S7TlR01aM1/V9yySXx8MMPV/q/D/Xr149jjz02CgoKUj7epEmTSm3ZHfHzly2eeOKJOPjggyvVDgAAABtG796945VXXomDDjqoUvM/nTp1isGDB8cNN9xQJSHwNU488cS4+eab01rVu2XLlvHwww/HfvvtV2XjKM+G/PxeWsuWLWPYsGFx8sknZ/y7r1evXoV+xzfccEP06dNno5orrEonnnhibLrppgm1CRMmxKuvvlrmNQceeGA899xzlX691axZM/bbb79o3759hc6vVatW3HHHHfGXv/wlmjRpknGfFQnY1qhRI2666aa4+uqrM5pb3WmnneKpp56K7t27p31t7dq145FHHolrrrmmwvPBBx54YDz77LPRrl27WLhwYdLj6czNZaMjjzwybr755gq/h6wvjRs3jieffDKOP/74tHfAzcnJiUMPPTSGDRsWrVq1Wk8jBADWxYrgAABkjVq1akXfvn3jqquuqpL2atSoERdffHGccMIJMXDgwBgxYkSZK1JE/LzKSPfu3aNPnz6x++67V8kYiNhuu+3isMMOixdeeKFS7TRv3jyGDBkSTz/9dAwaNCimTJlS5rmtW7eOY445Jvr06VNlK4p06dIlXn311fjggw/inXfeifHjx8eUKVNiyZIlsXz58li9enVa7TVq1CiGDRsWzzzzTDz22GNlrixeo0aN+N3vfhfnnXdedOnSpSp+lCrXq1ev6NChQzz00EPx4osvlrmFam5ubnTt2jVOPfXU6Nmz5wYeJVWld+/e0a1bt7j//vvjzTffjOLi4pTn5eXlxZ577hlnnnlmdO3atUrHcOihh0bPnj1j5MiR8eabb8aECRNi9uzZUVhYGPXq1YvNNtssdt555zjkkEMS/m5+uTXzGpncMNt7771j7733jpEjR8bzzz8fn3zyScIWr2Vp06ZNdO/ePfbcc8/YZ5991vlFpXPOOSeOOeaYeOedd+K///1vjBo1KqZOnVpuH3l5edG9e/c47LDD4pBDDokaNWqk86MBAABQzTbbbLO4++674/vvv4/hw4fHW2+9FRMnTkxa2bq0pk2bxj777BOHH3547LrrruttfMcee+zaeYHXX3+9zHmgli1bxuGHHx5nn312tQUgN8Tn91Tq1q0b11xzTZxxxhnx+OOPxzvvvFPuKuR16tSJbt26xQEHHBC///3vo27duuX2k5+fH1dffXWcfvrp8corr8QXX3wR3377bcyfPz8KCwvLnLPJFnXq1ImzzjoraTfBe++9Nw4++OAyA/BbbrllPPjgg/HNN9/E0KFD48MPP6zQnErDhg1jt912i9/97nex//77ZxToPumkk+Koo46Kp556Kl5//fUYO3bsOueNc3Nzo1OnTrHvvvvG0UcfHc2bN69wX3369InDDz88Bg0aFK+//nrSbpq/VKtWrejatWscf/zxccABB6T1M6Ua88knnxyHHXZYvP322/Hmm2/G5MmTY/bs2bFixYqoV69etG3bNrp16xaHHnpoQph+zpw5Se39FhYKOfbYY+Pggw+ON954I/773//Gt99+GzNnzozCwsIy30PXhzp16sQNN9wQp5xySjzyyCPx3nvvpZwvXaNhw4ax5557xhlnnBEdOnTYYOMEAJLllJT3iRAAAH5DJk2aFN99913MmzcvFixYEHXq1InGjRtHy5Yto3PnzlW6Qg7r16RJk+LLL7+M+fPnx9KlS6Nu3brRvHnzaN++fWy11VbVPby0TZ48Ob766quYO3duFBYWRkFBQWy++ebRpUuXrNpqsaioKL744ouYPHlyLFiwIFavXh3169ePzTffPDp16pRVPwvlW7p0aYwaNSqmTJkSCxcujJycnGjQoEFsscUW0alTp2pf6aa0p59+Ov7yl78k1N56661o06ZNpdotKSlZ++WQBQsWxPz586OkpCQKCgrWvv7btWtX6S2Y58+fHz/88ENMmTJl7XtfRERBQUE0aNAg2rVrF9tss43/lgEAAPzKzJ8/P8aPHx9Tp06NhQsXxvLlyyMvLy/q1asXrVq1inbt2lX6s20mli9fHl988UVMmjQpFi5cGPn5+dG0adO18wKZ7nT10UcfxamnnppQGzp0aKW/aL6hPr+nMm3atBg/fnzMmzcv5s+fH6tXr46CgoJo0qRJbLnllrHVVlv5PL8eTZ8+PcaPHx/z58+PBQsWxIoVK6Ju3bpr/4a22mqrtELYFbVw4cL48ssvY86cOTF//vxYvnx51KlTJxo2bBht27aNrbfeusoWMpk2bVqMGzcu5s+fH/Pnz4+8vLxo3LhxNGvWLHbaaaeoU6dOlfRTGXfeeWc8+OCDa4/z8vLi888/99qvJiUlJfHNN9/EDz/8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p4Tj/Pz8aNiwYYX6nD17dqxatarSfaZqGwAAAAAAAAAAAADSJQjORm+rrbZKOJ45c2asXr067XZKh7Lbtm0bNWrUqFCfq1atipkzZ1a6z4KCgmjRokXa7QAAAAAAAAAAAADALwmCs9Fr165dwvHKlSvj+++/T7udSZMmJRxvueWWFe4zImLixInrtU8AAAAAAAAAAAAAqChBcDZ67du3T6qNGjUqrTaWL18eX331VUJt2223LfP8tm3bRn5+fqX6jIj4/PPPK9wnAAAAAAAAAAAAAFSUIDgbvVatWsXWW2+dUPvkk0/SamPUqFFRXFycUNt3333LPD8/Pz+6d+9eqT6nTJkSP/30U4X7BAAAAAAAAAAAAICKEgQnK/Ts2TPh+I033ojCwsIKX//CCy8kHLdo0SJ22GGHtPr87LPPYsqUKRXuc/jw4QnH+fn5seeee1b4egAAAAAAAAAAAAAoiyA4WeGggw5KOF66dGk899xzFbp29uzZ8dprryXUDjzwwHKv69mzZ+Tl5a09LikpiSFDhlSoz2XLlsWzzz6bUNt7772joKCgQtcDAAAAAAAAAAAAwLoIgpMVOnToEPvtt19C7Z577omZM2eWe+0NN9wQy5cvX3tcq1atOOOMM8q9btNNN40//vGPCbUhQ4bE119/Xe61d911V8LYcnJy4rzzziv3OgAAAAAAAAAAAACoCEFwssbFF18cOTk5a48XL14cZ555Zplh8JKSkrj11lvjzTffTKifeOKJ0bx58wr1ec4550SdOnXWHq9cuTLOO++8+O6778q85vHHH48nnngioXbAAQdEx44dK9QnAAAAAAAAAAAAAJSnZnUPgOw0duzYeO211yp8/ocffhgrVqxI+dgmm2wSZ599drltbLfddnHaaafFY489trY2YcKEOOKII+Lkk0+OHj16RMuWLWPhwoUxduzYePzxx+OLL75IaGPzzTeP888/v8Ljbtq0afTr1y9uuummtbWffvopjjvuuDj++OPjkEMOic022yyWLl0a48ePjyFDhsQHH3yQ0EbDhg3jiiuuqHCfAAAAAAAAAAAAAFCenJKSkpLqHgTZ5/nnn48rr7yyStpq3bp1jBgxokLnrly5Mi644IIYOXJk2v00atQohgwZEltvvXXa115/l9ZBmwABAABJREFU/fUxbNiwtK+rXbt2DBw4MHbddde0r60u06ZNi8022yypPnXq1GjdunU1jAgAAAAAYMMxRwoAAAAAZIvc6h4ApKNmzZoxYMCAOOGEE9K6bptttol//OMfGYXAIyKuu+66uPDCC6NGjRoVvqZly5bx5JNPZlUIHAAAAAAAAAAAAIDsIAhO1snLy4vrr78+hg4dGnvuuWfk5pb9Mm7Tpk1cddVVMXz48Gjbtm3Gfebk5MQFF1wQzz//fBx00EGRl5dX5rlNmzaNCy+8MF555ZXYcccdM+4TAAAAAAAAAAAAAMqSU1JSUlLdg4DKmD9/fowePTp+/PHHKCwsjLy8vGjWrFl07Ngx4xXAy7NkyZIYNWpU/PDDD7F48eKoUaNGNGnSJLbbbrvo0KFD5OTkrJd+NwTbngIAAAAAv2XmSAEAAACAbFGzugcAldWoUaPYb7/9Nmif9erVi7322iv22muvDdovAAAAAAAAAAAAAERE5Fb3AAAAAAAAAAAAAAAASI8gOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGVqVvcAoDKKi4tj/Pjx8d1338WiRYuisLAw6tSpE/Xr148tttgiOnbsGHXq1KnSPhcsWBCjR4+OH3/8MQoLCyM/Pz+aNWsWHTp0iHbt2lVpXwAAAAAAAAAAAACQiiA4WenTTz+Np556Kt5+++1YsWJFmefVqFEjdttttzjuuOPioIMOipycnIz7/Oyzz+LBBx+MDz/8MFatWpXynC222CJOOumkOOGEEyIvLy/jvgAAAAAAAAAAAABgXXJKSkpKqnsQUFELFiyIm266KV5++eW0r915552jf//+0bZt27SuKy4ujv79+8fQoUMrfM22224bAwYMSLuvjcG0adNis802S6pPnTo1WrduXQ0jAgAAAADYcMyRAgAAAADZIre6BwAVNX/+/OjTp09GIfCIiM8//zxOOOGE+O677yp8zcqVK+Oiiy5KKwQeETFhwoQ44YQTYuLEiekOEwAAAAAAAAAAAADKVbO6BwAV9X//938xfvz4hFqtWrXiqKOOiv333z+22WabqFevXixdujQmTpwY7777bjz99NOxZMmStefPmzcv/vSnP8Urr7wStWvXLrfPO+64I95+++2EWqNGjeKkk06K/fffP1q2bBkLFiyIsWPHxuOPPx5jxoxJ6Oucc86J4cOHR7169Sr50wMAAAAAAAAAAADA/y+npKSkpLoHAeV5880344ILLkiotWrVKgYOHBhbb711mddNnz49/vSnP8WECRMS6hdffHGce+656+zzm2++iSOOOCJ++SeyzTbbxKOPPhrNmzdPOr+kpCT69+8fTzzxREL99NNPj8svv3ydfW1MbHsKAAAAAPyWmSMFAAAAALJFbnUPACpi+PDhCce5ublx3333rTMEHvFzWPzhhx+OunXrJtRfeumlcvu86667EkLgBQUFMXDgwJQh8IiInJycuOqqq6Jnz54J9aeeeipmzpxZbn8AAAAAAAAAAAAAUFGC4GSFjz76KOF4r732ig4dOlTo2pYtW8bhhx+eUJs0aVLMmTOnzGvGjRsXI0eOTKj17ds3WrZsWW5/119/fdSuXXvt8fLly+PRRx+t0FgBAAAAAAAAAAAAoCIEwdnoLV68OJYuXZpQ69q1a1ptdOvWLak2a9asMs9/9dVXE47r1q0bxxxzTIX6atasWRxwwAEJtddff71C1wIAAAAAAAAAAABARQiCs9ErHQKPiGjYsGFabaQ6v7i4uMzz33777YTjXr16Rb169Src31FHHZVwPGPGjBg7dmyFrwcAAAAAAAAAAACAdREEZ6PXqFGj+P/Yu//ovMv6fvyvJHdKmqSF2h8plPCr1JbCrAj2RDucgr+nmwKjIlZdmR7GYFuPrro5Pgw8O7iCVuRQdPw4qPzyB+hk/pijwkBHQCawQS2VQlm21rTFtknvNCR3mu8fO+bbu0na3Gmb9/tKH49z/OO67vd1Xc+eK4X29nneVFeX/6ju2LGjoj2Gen7atGlDPrtx48Z4/vnny+YWLlxY0Xmnn3561NbWls099NBDFe0BAAAAAAAAAAAAAMNRBCf3JkyYEHPmzCmb+4//+I+K9tj7+aamppg1a9aQzz733HOD5l73utdVdF5dXV3Mnz+/bG7dunUV7QEAAAAAAAAAAAAAw1EEJwnvec97ysYPP/zwkIXtoWzevDnuu+++srnzzz9/2OdfeOGFsnGhUIgTTjhhZEH3MHv27LLxiy++WPEeAAAAAAAAAAAAADAURXCS8MEPfjCOPvrogXFfX1/82Z/9Wbz00kv7XLd58+a45JJLoqura2Du2GOPjYsvvnjYNevXry8bNzU1RXV15b9VZs6cWTbesGFD9PX1VbwPAAAAAAAAAAAAAOxNEZwkNDY2xvXXXx/19fUDc21tbfG+970vrrnmmnjiiSdix44dUSqVorOzM55++un44he/GO9973vj2WefHVgzffr0+Md//MdoaGgY9qzNmzeXjfcudI/UMcccUzbu6emJ7du3j2ovAAAAAAAAAAAAANhTIesAMFILFiyIu+++Oz75yU/Gr371q4iI6Orqittvvz1uv/32fa6tqqqKt7/97fH//t//i2nTpu3z2T3fHh7xfyX00RiqbN7V1RVTp04d1X5Z6+3tjd7e3qxjAAAAAAA5VFtbm3WEQ853pAAAAADAcLL6jlQRnKTMmzcv/umf/im+//3vx3333RePPvrofte84Q1viM985jMxZ86cEZ2xdxG8rq5uVFmHWlcsFke1Vx788pe/jJdffjnrGAAAAABADp1xxhlZRzjkfEcKAAAAAAwnq+9IqzM5FQ7Ahg0borW1NX75y1+O6PlHH300PvrRj8bNN98cr7zyyn6f37VrV9l4woQJo8o5VBF875I5AAAAAAAAAAAAAIyGN4KTjFKpFNdff33ccsstsXv37oH52traOO2002L27NkxadKkKBaLsWHDhnj66acHit9bt26N6667Lr73ve/FjTfeGMcdd1xWvwwAAAAAAAAAAAAAOGCK4CShr68vPvGJT8SPfvSjgbmqqqr40Ic+FJdccklMmzZt0JqOjo64/fbb4ytf+UqUSqWIiFi3bl185CMfiXvuuSeampqGPGvixIll456enlFl7u7uHjRXX18/qr0AAAAAAAAAAAAAYE+K4CThlltuGVQCX7FiRfzBH/zBsGsmT54cf/7nfx5nnnlmfPzjH4/e3t6IiNi4cWN85jOfiVtuuWXIdXuXtYcqdI/EUOsa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jRtjyZIlccstt8TrX//6Q5QMAACA1HUUS9GZgyJ4d9fwGYpdpeirzj4jAAAAAAAAUE4RnOT867/+a/zFX/xF9PX1lc0vWrQo3vrWt8bpp58eU6dOjfr6+ujs7Iy2trZYs2ZNPPLII/HYY49Fb2/viM+68847B5XA6+vr4wMf+EC8613viubm5igWi7Fu3bq444474mc/+9nAc93d3XHZZZfFd7/73Tj66KMP7BcNAAAAAAAAAAAAAHtQBCcp69evj09+8pNlJfCTTjoprr766iHfvN3Y2BhHH310LFy4MD760Y/Gjh074t57743Jkyfv96ytW7fGtddeWzbX1NQUt956a8yZM2dgbsqUKXHsscfG2WefHbfddlusWLEi+vv7IyJi+/btcc0118SXvvSl0f6SAQAAAAAAAAAAAGAQRXCS0d/fH3/7t38b3d3dA3Nz586Nr371qzFlypQR7XHkkUfG0qVLR/Tsl7/85di1a9fAuKamJlatWlVWAt/b0qVLY9OmTfG1r31tYO7HP/5xPPvss3HqqaeO6FwAAODQaGtri5aWliE/a21tjebm5jFOBAAAAAAAAACjpwhOMu6+++74xS9+MTBuaGiIm2++ecQl8Eps3bo17rnnnrK5iy66KE477bT9rl22bFn86Ec/is2bN0fE/xXYV61aFTfeeONBzwkAwGDLVqyJjmIp6xjR1dk+7GfLV66N+knbxjDN0CY3FGLl8vlZxwAAAAAAAAAARkERnCTs3r07br755rK5yy+/PJqamg7JeatXr47e3t6BcVVVVXz4wx8e0dr6+vo477zz4qabbhqYe/jhh6NYLEZDQ8NBzwoAQLmOYik6c1AE7+4aPkOxqxR91dlnBAAAAADg0MrLy0sivMAEAGA8UgQnCY888khs3LhxYFxfXx+LFy8+ZOetXr26bHzGGWdU9J+JP/fcc8uK4D09PfHTn/403vGOdxy0jAAAAAAAAABAvuXl5SURXmDyW3kp5yvmAwAHgyI4Sfj2t79dNj777LOjvr7+kJzV09MTjz76aNncwoULK9rjuOOOi5kzZ8avf/3rgbmHHnpIERwAAAAAAAAAIEN5Kecr5gMAB0N11gFgf/r7++Pf//3fy+be8IY3HLLzNmzYED09PWVzr3vd6yreZ+8169atO6BcAAAAAAAAAAAAAPBb3ghO7r3wwguxc+fO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8fu///vxn//5nwctAwAAAAAAAAAAAADsSRGcceXuu++O//iP/zioe1599dVx/fXXR6lUGvGajRs3xpIlS+LnP//5Qc0CAAAAAAAAAAAAABGK4Iwj7e3t8fnPf/6g7nnnnXfGXXfdVTZXX18fS5cujW9961vR2toaq1evjptuuikWLVpU9lx3d3dcdtllsWnTpoOaCQAAAAAAAAAAAAAUwRk3rr766ti5c2dERNTV1cWZZ555QPtt3bo1rr322rK5pqam+OY3vxmf+tSn4jWveU1MmTIljj322Dj77LPjtttui0996lNRVVU18Pz27dvjmmuuOaAcAAAAAAAAAAAAALA3RXDGhX/5l3+JBx54YGD8p3/6p9Hc3HxAe375y1+OXbt2DYxrampi1apVMWfOnGHXLF26NJYsWVI29+Mf/zieffbZA8oCAAAAAAAAAAAAAHtSBCd5nZ2d8dnPfnZgfPLJJ8fFF198QHtu3bo17rnnnrK5iy66KE477bT9rl22bFnMmDFjYNzf3x+rVq06oDwAAAAAAAAAAAAAsCdFcJJ37bXXxpYtWyIioqqqKq666qqora09oD1Xr14dvb29A+Oqqqr48Ic/PKK19fX1cd5555XNPfzww1EsFg8oEwAAAAAAAAAAAAD8liI4Sfv5z38e3/zmNwfG5557bpx55pkHvO/q1avLxmeccUY0NzePeP25555bNu7p6Ymf/vSnB5wLAAAAAAAAAAAAACIUwUlYT09PXHHFFdHf3x8REVOmTIm/+qu/Oij7Pvroo2VzCxcurGiP4447LmbOnFk299BDDx1oNAAAAAAAAAAAAACICEVwErZq1ap48cUXB8af+tSnYsqUKQe874YNG6Knp6ds7nWve13F++y9Zt26dQeUCwAAAAAAAAAAAAB+SxGcJK1bty5uueWWgfHChQvj/e9//0HZ+4UXXhg0N3v27Ir32XvNnqV1AAAAAAAAAAAAADgQhawDQKV2794dV1xxRfT29kZERG1tbfzd3/3dQdt//fr1ZeOamppoamqqeJ+ZM2eWjYvFYrS3t49qLyBbbW1t0dLSMuRnra2t0dzcPMaJAAAAAAAAAAAAONx5IzjJufPOO+Opp54aGH/sYx8b1Ru7h7N58+ay8fTp06OmpqbifY455phBc+3t7aPOBQAAAAAAAAAAAAC/5Y3gJGXTpk3xhS98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Xdxxxx3xs5/9bOC57u7uuOyyy+K73/1uHH300Qf06wUAAAAAAAAAAACAPSmCk4xCoRDvfve744/+6I9i4cKFQz4zadKkOOmkk+K8886Lb3zjG/HZz342ent7Bz7/yle+Eu9617tizpw5+z1v69atce2115bNNTU1xa233lq2fsqUKXHsscfG2WefHbfddlusWLEi+vv7IyJi+/btcc0118SXvvSl0fySAQAAAAAAAAAAAGBI1VkHgP2prq6O97znPfGDH/wgrr322mFL4HtbvHhxXHXVVWVzpVIpbrzxxhGt//KXvxy7du0aGNfU1MSqVav2WSJfunRpLFmypGzuxz/+cTz77LMjOhMAAAAAAAAAAAAARkIRnNw7//zz4/Of/3wcf/zxFa8977zzBhXHH3744ejp6dnnuq1bt8Y999xTNnfRRRfFaaedtt8zly1bFjNmzBgY9/f3x6pVqypIDQAAAAAAAAAAAAD7pghO7tXU1BzQ+ve9731l42KxGM8999w+16xevTp6e3sHxlVVVfHhD394ROfV19fHeeedVzb38MMPR7FYHFlgAAAAAAAAAAAAANgPRXDGvXnz5g2a27Jlyz7XrF69umx8xhlnRHNz84jPPPfcc8vGPT098dOf/nTE6wEAAAAAAAAAAABgXxTBGffq6uoGze3atWvY53t6euLRRx8tm1u4cGFFZx533HExc+bMsrmHHnqooj0AAAAAAAAAAAAAYDiK4Ix7GzduHDT3qle9atjnN2zYED09PWVzr3vd6yo+d+8169atq3gPAAAAAAAAAAAAABiKIjjj3s9//vNBc8cdd9ywz7/wwguD5mbPnl3xuXuvefHFFyveAwAAAAAAAAAAAACGogjOuNbX1xff+973yuZmz54ds2bNGnbN+vXry8Y1NTXR1NRU8dkzZ84sGxeLxWhvb694HwAAAAAAAAAAAADYmyI449q3vvWt2PT/sXffYVJW5//472FZyrIg0rsFEUREUMFosGI3GlsUWwxGjQUsibHEFkvUGDWixo4NUINGNF8LoBg1iiIoiCAiQlRAQBCQtpRd5veHv90Pwy6wuyzMDLxe18Ulz5nnnHM/nNVLZt97z6xZKWNHHXXUeud8//33KdeNGzeOnJycCu/dokWLUmOC4AAAAAAAAAAAAABUherpLgA2ldmzZ8edd96ZMrbNNtvEGWecsd55y5YtS7nOz8+v1P5lzVu6dGml1soEq1atilWrVqW7jCqXm5ub7hK2KBv7NeI8qpbzyCzOI7M4j8ziPDKL88g8ziSzOI/M4jwyi/PILM4js2yJ76utbWv4mvEeKeXhv7+ZxXlkFueRWZxHZnEemcV5ZB5nklmcR2ZxHpnFeWQW55FZtsT31daWrq8ZQXC2SIWFhfGHP/whFi9enDJ+2WWXRf369dc7d+0geM2aNStVQ1nz1l47m0yaNCl++OGHdJdRpapXrx677757usvYonz++edRWFhYqbnOo+o5j8ziPDKL88gsziOzOI/M40wyi/PILM4jsziPzOI8MsvGnEe22HPPPdNdwibnPVLKw39/M4vzyCzOI7M4j8ziPDKL88g8ziSzOI/M4jwyi/PILM4js3iPdNOplpZdYRO79dZbY8yYMSljPXr0iF69em1wbkFBQcp1ZYPgtWrVKjWWzUFwAAAAAAAAAAAAADKHIDhbnAEDBsSgQYNSxpo1axZ/+9vfIpFIpKkqAAAAAAAAAAAAAKg6guBsUV599dW49dZbU8bq1q0bDz/8cDRo0KBca9SuXTvlesWKFZWqZfny5aXG8vLyKrUWAAAAAAAAAAAAAKyperoLgKry7rvvxpVXXhmrV68uGatVq1Y89NBD0aFDh3Kvs3ZYu7JB8LLmZXMQfJdddomWLVumuwwyXMeOHdNdAmtwHpnFeWQW55FZnEdmcR6Zx5lkFueRWZxHZnEemcV5ZBbnsWXwHinl4d/3zOI8MovzyCzOI7M4j8ziPDKPM8ksziOzOI/M4jwyi/PILM5j0xEEZ4swZsyYuPjii2PVqlUlY7m5udGvX7/Ya6+9KrTW2mHtJUuWVKqmsubVqVOnUmtlgtzc3MjNzU13GWQ4XyOZxXlkFueRWZxHZnEemcV5ZB5nklmcR2ZxHpnFeWQW55FZnMeWwXuklIevkcziPDKL88gsziOzOI/M4jwyjzPJLM4jsziPzOI8MovzyCzOY9Oplu4CYGNNmDAhfve730VBQUHJWLVq1eKvf/1rHHjggRVer0mTJinXc+fOjaKiogqvM2vWrA2uDQAAAAAAAAAAAACVIQhOVpsyZUr89re/LdV9+8Ybb4yjjz66UmvuuOOOKddFRUUxZ86cCq+zdhC8Tp060axZs0rVBAAAAAAAAAAAAABrEgQna33zzTfRu3fvWLhwYcr4VVddFSeffHKl123btm2psalTp1Z4nWnTpqVc77DDDpWuCQAAAAAAAAAAAADWJAhOVpo1a1b07t075s6dmzLet2/f6N2790atvf3220eNGjVSxsaOHVvhdT755JOU65133nmj6gIAAAAAAAAAAACAYoLgZJ158+bFb37zm5g5c2bK+Nlnnx19+vTZ6PVr1KgR++yzT8rYRx99VKE1pk+fHrNmzUoZO/DAAze2NAAAAAAAAAAAAACICEFwsszChQujd+/e8fXXX6eMn3LKKXHllVdW2T49e/ZMuR4zZkxMnz693POHDBmScl2jRo3o0aNHldQGAAAAAAAAAAAAAILgZI2lS5fGueeeG19++WXK+LHHHhs33nhjle7Vs2fPyM3NLblOJpMxcODAcs0tKCiIF154IWVs//33jzp16lRpjQAAAAAAAAAAAABsvQTByQorVqyI888/P8aPH58yfthhh8Xtt98eiUSiSvdr1KhRnHLKKSljAwcOjM8//3yDc++5556YM2dOyXUikYgLL7ywSusDAAAAAAAAAAAAYOsmCE7GKywsjEsuuSQ++uijlPH9998/7rrrrsjJydkk+55//vlRu3btlDouvPDC+Oqrr9Y558knn4ynnnoqZeywww6LXXfddZPUCAAAAAAAAAAAAMDWqXq6C4ANue++++I///lPylj16tVju+22i3vvvbdSa+66665x5JFHrveexo0bx+WXXx4333xzydisWbPi5JNPjl69esVRRx0VrVq1imXLlsXkyZNj4MCB8d5776WsUb9+/bjqqqsqVSMAAAAAAAAAAAAArIsgOBlvzpw5pcYKCwtjwIABlV7z+OOP32AQPCLijDPOiK+++iqeffbZkrGlS5dG//79o3///uudW6tWrbjvvvuiRYsWla4TAAAAAAAAAAAAAMpSLd0FQKa74YYbom/fvpGTk1PuOc2bN4+nn346unfvvgkrAwAAAAAAAAAAAGBrJQgOG5BIJKJPnz7x4osvxhFHHBG5ubnrvLdx48bRt2/fePXVV2P33XffjFUCAAAAAAAAAAAAsDWpnu4CYENuv/32uP3229NdRnTo0CH69esXS5YsibFjx8Y333wTixcvjpycnGjYsGF06NAhOnbsGIlEIt2lAgAAAAAAAAAAALCFEwSHCsrPz4/99tsv9ttvv3SXAgAAAAAAAAAAAMBWqlq6CwAAAAAAAAAAAAAAoGIEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAA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HTp0iJYtW8bVV18dhxxySJWt27Vr11i+fHkkk8lIJBIxduzYqFWrVqXWKigoiK5du5Z0BK9du3aMHTu2ymolOyxZsiR69+4d48ePr/DcNm3axKBBg6JJkyaboDIAAAAAAAAAAAAAtlZp6wgeEfHdd99F375945xzzolvvvmmStZs2LBhyvXkyZMrvdaXX36Zct2gQYNKr0X2ys/PjyeeeCIOPfTQCs3ba6+94tlnnxUCBwAAAAAAAAAAAKDKpTUIHhGRTCbj/fffj1/84hdx1113RUFBwUatt91228WaTc6ffvrpSq/11FNPlfw+kUjEdtttt1G1kb3y8/Pj/vvvjwceeCC6du263nvbt28ft99+ewwcODAaNWq0mSoEAAAAAAAAAAAAYGtSPW0bV68eRUVFkUgkIplMxqpVq+Kxxx6Lf//733HllVfGUUcdVal1DzzwwHj//fdL1n3ttdeiQ4cOce6551ZonUceeSRee+21knUSiUQccMABlaqJLUfPnj2jZ8+eMWfOnPj0009j5syZsWzZsqhVq1Y0b948dtttt2jdunW6ywQAAAAAAAAAAABgC5dIrtk+ezOaOnVq3HzzzfHhhx9GIpGIiCjp5J1IJKJ79+5x3XXXxU477VShdefOnRuHHXZYLF++vGTNRCIR++67b1x44YWx5557rnf+mDFj4oEHHogPPvigZG4ymYzatWvHsGHDokmTJpV4WgAAAAAAAAAAAACAqpO2IHix119/Pe64446YNWtWqUB49erV4/TTT4++fftGfn5+udd88MEHo1+/finrFf++YcOGseuuu0br1q2jTp06kUgkYsmSJTF9+vSYOHFi/PDDDylziv954YUXRt++favy0QEAAAAAAAAAAAAAKiXtQfCIiOXLl8cDDzwQTzzxRKxataokgB3xU3fwhg0bxuWXXx7HHXdcudYrLCyMCy+8MN59991S4fLiNctS1j3JZDJ+/vOfx0MPPRS5ubmVeTwAAAAAAAAAAAAAgCqVEUHwYl9//XXccsst8d5775UKcCcSiejatWtcf/310aFDhw2utXLlyrjssstixIgRpYLf63rksu7bf//9o1+/flG7du3KPBIAAAAAAAAAAAAAQJXLqCB4sTfffDNuv/32mDFjRqlAeE5OTpxyyilx6aWXRr169Ta41r/+9a/4+9//HvPmzYuIdXcD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73+XdNSOKB0Ij4jIzc2NvffeO372s59F9+7do1OnTiWvVZXVq1fHxIkT46OPPopRo0bFhx9+GKtWrVpnTcU1H3fccXH55ZdHw4YNq7QeAAAAAAAAAAAAAIB1SVsQvNinn34ad999d4waNeqngtYIeJcVwI6IqFOnTnTo0CHat28fO++8c+ywww7RrFmzaNq0adSsWXO9+y1fvjzmzJkTs2fPjv/973/x5ZdfxpdffhmTJk2KZcuWbXDv4vF99903Lrvssthtt90q+eQAAAAAAAAAAAAAAJWT9iB4sQ8++CD69esX48aNi4go1fF77TLX1RE8Pz8/8vLyolatWlGzZs1IJpOxYsWKWLFiRSxdujSWLl1a5rwNrV/8+p577hmXXnppdOvWrdzPBgAAAAAAAAAAAABQlTImCF5s1KhR8cQTT8Q777wTyWRynYHvqi57fftUq1YtevbsGWeddVbstddeVbovAAAAAAAAAAAAAEBFZVwQvNg333wTgwYNildffTV++OGHiFh3WHtdih+tsvMaN24cxxxzTJx66qnRunXrCq0BAAAAAAAAAAAAALCpZGwQvFhRUVG899578e9//zvefffdWLx4cclrFQ14r8uafwTbbLNNHHDAAXHsscfGvvvuG9WqVauSPQAAAAAAAAAAAAAAqkrGB8HXVFRUFGPHjo3//ve/MWbMmPj888+joKBgnfcXB8XX94h16tSJjh07Rrdu3WL//fePzp07C38DAAAAAAAAAAAAABktq4Lga0smkzF16tT44osvYubMmTFz5sz47rvvYsmSJVFQUBDLly+PiIhatWpF7dq1o169etG8efNo2bJltGrVKjp06BA77LBDlXUWBwAAAAAAAAAAAADYHLI6CA4AAAAAAAAAAAAAsDWqlu4CAAAAAAAAAAAAAACoGEFwAAAAAAAAAAAAAIAsIwgOAAAAAAAAAAAAAJBlBMEBAAAAAAAAAAAAALKMIDgAAACsYcaMGdG+ffuUXy+++GK6ywIAAAAAAACAFILgAAAAAAAAAABkLM0bIs4888yU5z/zzDPTXRIAABmgeroLAAAAstuMGTOiZ8+e5b6/Ro0akZ+fH3Xr1o3WrVtHx44do0uXLrHffvtFjRo1NmGlAAAAAAAAAABbDkFwAABgs1q5cmXMnz8/5s+fH99880289957ERGx7bbbxoknnhgXXnhh1KlTJ81VAgAAAABkHo05AACANQmCAwAAGWHBggXx2GOPxeuvvx533XVXdO3aNd0lAQAAAABkNY050ueqq66KIUOGlFy3bNky3nrrrTRWBADAlkgQHAAAqHJ5eXnRpk2bMl9bvnx5LFy4MBYuXFjm6zNnzoxzzz03BgwYELvssssmrBIAAAAAYOukMQcAAGwZBMEBAIAq16lTpxgwYMB675k9e3a89dZb8cQTT8S3336b8trixYvj4osvjtdeey1yc3M3ZalQSqtWrWLy5MnpLgMAAAAAykVjDgAA2HoJggMAAGnRrFmzOO200+K4446LK6+8MoYPH57y+rfffhv//Oc/44wzzkhThQAAAAAAmU9jjq3Dhs4YAICtU7V0FwAAAGzd8vLy4s4774y2bduWeu3ll19OQ0UAAAAAAFuW4sYcL7/8chx22GGlXi9uzAEAAGQXQXAAACDtatasGeedd16p8QkTJsSPP/6YhooAAAAAALY8GnMAAMCWpXq6CwAAAIiI2H///UuNrV69OqZNmxZdu3at1JpFRUUxceLE+O6772L+/PmxaNGiyM/PjwYNGsR2220XHTt2jEQisbGlp5gzZ05MmzYtZsyYEUuWLInly5dHfn5+bLPNNtGiRYvYbbfdombNmlW6ZzKZjOnTp8fkyZNj7ty5sWTJkigqKopatWpFXl5eNGvWLFq2bBnbb799VK9eNX8NLCgoiE8//TS+//77mD9/fqxcuTK23XbbaNiwYXTs2DGaNWtWJftsyNdffx0TJ06MOXPmxMqVK6N+/frRpEmT2HPPPWObbbbZLDVU1KpVq2L8+PExderUWLBgQVSvXj0aNGgQ22+/fXTu3DlycnKqdL/ly5fHJ598ErNnz4558+ZFtWrVolGjRtG+ffvo0KFDlf87AAAAAEBmK27MceWVV6aMFzfmyNT31QAAgNIEwQEAgIzQoEGDyM/PjyVLlqSML1iwoMJrjRw5Mp577rn44IMPYtGiReu8r379+nHggQfGeeedV2YHnPKYP39+vPnmmzFy5MgYPXp0zJs3b7335+bmRpcuXeL000+Pww8/PKpVq/wHNf3vf/+LQYMGxeuvv77BfSMiateuHbvuumvst99+cfjhh8cOO+xQ4T1ff/31eP7552P06NGxcuXKdd7Xrl27OPzww6N3796Rn59f4X3at2+fct2nT5/o27dvRPz0AwJDhgyJJ598Mr788ssy5+fk5ET37t3j0ksvjS5dulRo7xkzZkTPnj1Txm677bY44YQT1jvvxRdfjKuvvjplbMSIEdGqVauIiJg7d2488sgjMWTIkFi8eHGZa9SrVy+OP/74uOCCC2LbbbetUN1rmzJlStx///3x7rvvxrJly8q8p0mTJtGrV6/o3bt35OXlRUTEfffdF/fff3/KfZMnT96oWgAAAADILFtKY47KSkdDj0z03XffxaRJk2L+/PmxYMGCqFGjRjRo0CCaNGkSXbp0iVq1am3yGjZ34wwAgC2NIDgAAJAx8vLySgXB175en8mTJ8ett94aH374YbnuX7hwYbz00kvx//7f/4uTTjoprr322qhRo0a59/vDH/4QQ4cOjcLCwnLPWbVqVYwePTpGjx4dbdu2jX79+kW7du3KPT/ipw7g/fr1i8ceeyxWrVpV7nkFBQUxZsyYGDNmTAwYMCDef//9cs/9/PPP4/rrr4/PPvusXPdPmTIlpkyZEoMGDYpLL700evXqVe691mfOnDlxySWXxNixY9d7X1FRUXzwwQfxwQcfxPnnnx+XXXZZlexfWcOGDYtrr712vT+YEBGxaNGieOqpp+Lll1+Ohx9+uMIh9oifvmF3zz33RP/+/Tf4tfn999/HvffeG//617/i3nvvjU6dOlV4PwAAAACyT7Y25qiszdXQ4+CDD46ZM2eW+drMmTNLNcAoy9NPPx177713qfEzzzwzPvroo5Lr7t27x4ABA8pV15oWLVoUjz/+eLzxxhvx1VdfrfO+mjVrRrdu3aJXr15x6KGHVnifTGucAQCwpap86zkAAIAqVtabvXXq1CnX3Lfeeit69epV7hD4moqKiuKf//xnnHnmmfHDDz+Ue97YsWMrFAJf29SpU+Pkk0+OkSNHVmjelVdeGQ8++GCFQuAb4913343TTz+93CHwNS1YsCBuuOGGuOWWW2L16tUbVcf06dPjV7/61QZD4Gt76KGH4u9///tG7b0xnn322bjkkks2GAJf08KFC6N3794xadKkCu1VVFQUV111VTz88MMV+tqcOXNmnHnmmZU6YwAAAACyU/EnxK2poo05zjrrrOjdu3cMGzZsg+9/FTfmOOaYY+L6669f7ycOVqU//OEPsd9++8V1111X7k9XLG7ocemll8YvfvGLmDJlymaodNMbMGBAHHLIIfHggw+uNwQeEbFixYp47733ok+fPtGrV68q/dTAYcOGxVFHHRVPP/30OkPgEf/XOOOII46IcePGVdn+AABbEh3BAQCAjPDtt99GQUFBqfE2bdpscO7/+3//L6644opSQePc3Nz42c9+Frvvvns0a9Ys6tatG8uWLYuZM2fGBx98EB9//HHK/ePGjYs+ffrE008/Hbm5uRWqPycnJzp27Bjt2rWLHXbYIbbddtuSEPuSJUvi66+/jk8//TQ++eSTlDqXLVsWl112Wbz00kvRvHnzDe4zZMiQePnll0uNN2jQIHr06BE777xzNGnSJGrVqhXLly+PpUuXxowZM+Krr76KcePGxY8//lih5/rwww/jggsuKDNUvMsuu8RBBx0ULVu2jFq1asXcuXPjo48+ivfee6/UN3EGDBgQq1evjuuvv75C+xdbunRpnHPOOTFnzpyIiEgkEtG1a9fYd999o3nz5pGXlxcLFiyITz75JN54441YsWJFyvxHH300Dj744Nh9990rtX9lvfvuu3HzzTdHMpmMiIi6devGz3/+8+jatWs0bNgwVq9eHTNnzoy33347Pv3005S5y5Yti6uvvjpeeOGFqF69fH99v/3228v8+sjLy4v9998/unbtGo0bN47ly5fHd999F2+//XZMmDChZL+LLroojjjiiI18agAAAACywcY25vjDH/4Qy5Ytq/C+xY05Jk+eHA888EA0bNiwwmtURFU19PjHP/4R++67bxVWtvkUFRXFjTfeGP/85z8rNX/s2LFx2mmnxf333x/77LPPRtXy7LPPxo033ljynml5FDfOeOaZZ2KXXXbZqP0BALY0guAAAEBGGDZsWKmxbbbZZoMfETplypS47rrrUsLV1atXj7POOivOOeecaNCgQZnz+vbtG5MmTYprrrkmJk6cWDL+ySefxN133x1XXnnlBmvOzc2Nww47LI499tj42c9+FnXr1t3gnJkzZ8bdd98dr7zySsnYwoUL489//nM8/PDDG5z/4IMPplzn5OTE73//+/j1r38dNWrUWO/coqKiGDduXLz88svxwQcfbHCvBQsWxBVXXFHqmyQtWrSIG2+8Mfbff/9Sc3r37h2zZ8+OG264Id5+++2U1wYNGhT77rtvHHLIIRvce23PPPNMSbh79913jxtuuCF23XXXUvedfvrpMWPGjLj44otTzrWoqCjuvffe6N+/f4X33hi33357rF69OhKJRPTu3TsuuOCCqFevXqn7LrzwwnjttdfiqquuSgmxT5o0KYYNGxZHH330Bvf66KOPyvwo2GOOOSb+9Kc/lfnvQt++fWPUqFFx7bXXxrfffhtz5syp9DeDAAAAAMge2d6Yo7I2dUOPtm3blrxPPGvWrJTGHLm5uRt8vzui7E7tG+u6666Lf/3rX6XGa9asGfvtt1/stddeJQ0kZs6cGSNGjCjVAXzJkiVx7rnnxlNPPRV77rlnperY3I0zAAC2Bv7PCAAASLvvv/8+Hn/88VLjRx99dFSrVm2d81avXh2///3vU75hkZeXFw8++GD87Gc/2+C+u+yySzz33HNx/vnnx/vvv18yPmDAgDjrrLOiWbNm653/wgsvlCv8vaaWLVvGXXfdFTvssEPcd999JePvvPNOTJs2LXbcccd1zp0yZUp88803KWMXXnhhnHPOOeXaOycnJ/bcc8/Yc889y/wmz9ruvvvukg7cxVq1ahWDBg1a759Ns2bN4qGHHoorrrgi/v3vf6e8dt1110WPHj2iVq1a5aq5WHE4+qCDDop+/fpFzZo113lvq1at4vHHH4+jjz465WNeR44cGd999120aNGiQntvjBUrVkQikYjbb789jjvuuPXee9RRR0VRUVFcfvnlKePPP//8BoPgyWQy/vznP5fqotO7d++46qqr1jt37733jmeeeSbOOOOM+Prrr2P58uXrvR8AAACA7JeNjTkqa3M29Hj00UdLfn/VVVfFkCFDSq6bNGlS5qf5bWqvvfZamSHwnj17xg033BBNmzYt9doll1wS//nPf+KGG25IeY941apV8cc//jFefvnlCr83HrF5G2cAAGwt1p2oAAAA2Ay+/fbbOOecc2L+/Pkp43l5efG73/1uvXOHDRsWX375ZcrYrbfeWq4QeLEaNWpEv379Ytttty0ZW7VqVTzxxBMbnFuZN7qLXXTRRbHbbruVXCeTyXjhhRfWO2f69Omlxn71q19Vav/atWuv9/X58+eX+qZETk5O3H///RsMyEdEJBKJuO2222LnnXfe4Lrl1bJly/jb3/623hB4sfr168dFF12UMrZ69eqUwP/m8pvf/GaDIfBixxxzTHTu3DllbPTo0Snf7CjLhx9+GFOnTk0Z69q1a7m/gda4ceO45557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+vXrx/HHHx9HH310XHXVVfHqq6+WvFZUVBR//OMf4+WXX15vZ+Kywq+b06OPPlpmCLxp06bRs2fP6Nq1a7Rp0yaaNWsWderUiZo1a0aNGjVS7h01alT8+te/rvDeHTt2jFdeeSUGDhwYgwYNilmzZq33/pkzZ8YTTzwRTzzxROyzzz5x5ZVXxi677LLO+5cuXVpqLC8vr8J1Fqtdu3a59qByVq5cWWqsrG+OlNfaX6cAAAAAZLatoTFHZaWroUcmKOs99Hr16lV6vbLmbi0NPwAAMllW/h9WIpEo+X0ymYxkMhkjR46MkSNHRoMGDeL444+PX/3qVxX6qUMAAGDzq1GjRtxxxx0xb968GDVqVMn4kiVL4pprromnnnpqnXNr1qxZamz8+PFljle1H374IR555JGUserVq8cf//jHOOOMM8r9ZvbGfPxo7dq149xzz41zzjknxowZE++//36MGTMmPvvss/Wu+8EHH8SvfvWruPnmm+P4448v8546deqUGlu2bFmlay0oKCjXHlROWd2/NyZoL6QPAAAAsGXZEhpzVFY6G3qk29rv8yUSiTKbdpRXWc1CvJcIAJB+WRME32WXXWLSpEkRkRoEL/59cZfwH374Ifr37x/9+/ePbt26xSmnnBKHHnqojmYAAJChqlevHnfccUccffTRsWTJkpLxDz/8MF577bU46qijypy37bbblhpbuHBhNG3adJPVWuytt94qFW6+/PLL4ze/+U2F1qlot5SyJBKJ6NatW3Tr1i0ifupEM2nSpPj4449j5MiRMWrUqFLB8FWrVsU111wTrVq1Kpm3prI+nnNjPuq0rG8SVeYjQClbWZ14NqZD06b6CF4AAAAA0itbG3NUViY09EintZtxJJPJKCgoqHQYvKxmIRp+AACkX7V0F1BeQ4YMiX/9619x8sknR15eXkkn8GKJRKLkV/Fro0ePjssvvzz233//uP3222Pq1KlpfAIAAGBdmjVrFhdffHGp8bvvvjtWrVpV5pxGjRqVGvvuu++qvLayvP/++ynX22yzTZxxxhkVXmf69OlVVVKJ6tWrx2677Ra/+c1v4pFHHomRI0fGjTfeGE2aNEm5r6ioKO64444y12jQoEGpsY35+9RXX31VaqysID+V07x581JjX375ZaXX25i5AAAAAGS24sYc+fn5KePFjTnWZV2NOTLZ+hp6lDcEHlE1DT3SoawGEhvT2b2sZiEafgAApF/WBMEjInbddde46aab4r333otbbrklunTpUioQHhGlAuELFy6Mp556Kn7xi1/EqaeeGi+99FKsWLEiTU8BAACU5dRTT43WrVunjE2fPj1eeOGFMu/v3LlzqbHRo0dvktrWNnv27FK15ObmVnidcePGVVFF61anTp3o1atXDBkypFRgePz48TFr1qxSc7bffvtSH/M5YcKEStfw2WeflRrr1KlTpdcj1a677ho5OTkpY5X92lq8eHFMmzatCqoCAAAAIFNlW2OOysrkhh6bQ1kNPzbmvT8NPwAAMlNWBcGL1a5dO0466aR47rnn4pVXXokzzzwz6tWrV64u4ePGjYurr746evToETfffHN88cUXaXwSAACgWI0aNeKiiy4qNf7www/HypUrS43//Oc/LzX2xhtvbJLa1rZgwYKU68p0PZk/f37Kx69uao0aNYrevXuXGi+r+3NOTk6poP20adNiypQpldp72LBhpca6du1aqbUoLS8vL3beeeeUsbfffjuWLFlS4bVee+21KCwsrKrSAAAAAMhQ2dSYo7KyqaHHprDrrruWGiuraUd5rT23Xr160aZNm0qvBwBA1cjKIPiadtppp7jmmmviv//9b/ztb3+L7t27R0RssEv44sWL45lnnonjjz8+TjrppHj++edj2bJl6XgEAADg/3fsscfG9ttvnzI2a9asGDx4cKl7d9ppp1L3jh8/Pj744INNWOFPateunXJdmY9AfeaZZzb7JxXtuOOOpcbK+jjPiIgePXqUGnvuuecqvOeYMWNKhc3bt29fZgchKu+oo45KuS4oKIhnnnmmQmusWrUqnn766aosCwAAAIAMlU2NOSor3Q091v4Uv6KiokqtU1llNeMoq2lHeUyYMCFmzJiRMrb77rtHIpGo1HoAAFSdrA+CF6tRo0Ycc8wx8fTTT8ewYcPinHPOiYYNG5arS/iECRPi+uuvjx49esT1118f48ePT+OTAADA1isnJycuvPDCUuMPP/xwmaHp888/v9TYtddeW6lgdkU0btw45fqTTz6p0A+WTpkyJR5++OGqLmuD5s6dW2qsrI8HjYg48cQTo2bNmiljzz33XIU+VamwsDBuvvnmUuNnnnlmudegfE466aRS3YweeOCBCn3U60MPPVTmx7sCAAAAsGXKlsYclZXuhh516tRJud7czQmbN28ebdu2TRmbMGFCTJgwocJrldV0oqxmIgAAbH5bTBB8TW3atInLL7883n777bj33ntjv/32Kwl+r6k4EB7xUwfxZcuWxfPPPx+nnHJKHHfccfHMM89U6qO0AQCAyjvmmGNKda7+/vvv49lnny1177HHHlvq3hkzZsR5550Xc+bMqdT+S5YsiUcffTRefvnldd6z1157pVwvW7Ys7r///nKtP2PGjLjgggvK7KqzIS+++GIMGzasUp1jVq1aVerN+mrVqkW7du3KvL9BgwZx3HHHpYwVFhbGxRdfHN9///0G90smk3HttdeWCo43bNgwjj322IoVzwY1aNAgevXqlTJWUFAQvXv3jqlTp25w/pNPPlnur2EAAAAAtgzZ0pijstLd0KNevXop14sWLYoff/yx0utVxumnn15q7Oabby6Vn1mf8ePHx5AhQ1LG8vLy4oQTTtjo+gAA2HhbZBC8WPXq1eOwww6LRx99NEaMGBEXXXRRNGvWrFxdwr/44ou4+eabY7/99ourr746PvnkkzQ+CQAAbD2qVasWffr0KTX+2GOPxfLly1PGcnJyol+/fqU6q3z66adx/PHHx6BBg8rVraWwsDBGjhwZ1113XRx44IFx5513xrx589Z5/2GHHRbVqqX+dap///5xzz33RGFh4TrnvfLKK9GrV6+YPn16RETk5+dvsLY1TZo0KS6++OI49NBD4+9//3tMnDixXPNmzpwZF1xwQXz22Wcp4/vuu2+pb4as6fe//300bdo0Zeybb76JU089NUaOHLnOeXPmzIkLLrig1DcHIiJuuummUp3GqRq///3vo3Xr1iljs2fPjuOOOy7uuuuuUoHwlStXxjvvvBNnnXVW3HbbbSXjXbp02RzlAgAAAJABsqExR2Wlq6FHsfbt25cae+eddyq9XmUcd9xxUb9+/ZSxcePGlflJjmWZOXNmXHzxxbF69eqU8RNPPLFU0B0AgPSonu4CNpfmzZtH3759o0+fPvHuu+/G4MGD45133onCwsKSruARkdIhPJlMRkFBQbz00kvx0ksvxY477hgnn3xyHHfccbHNNtuk61EAAGCLd+SRR8aDDz4YU6ZMKRmbO3duDBo0KH7729+m3LvzzjvHnXfeGX379k0JYf/www9x0003xT333BPdunWL3XffPRo0aBB169aNgoKCWLRoUcyaNSsmTpwYn3/+eYU+DWiHHXaIY489Nl566aWU8QcffDCGDBkShx9+eLRv3z7y8vLixx9/jP/973/x1ltvxbfffltyb+3atePyyy+PP//5zxX7w4mf3nx/6KGH4qGHHorGjRvHrrvuGh06dIgmTZpEvXr1Ijc3N5YtWxYzZ86MsWPHxkcffRSrVq1KWaNGjRpx5ZVXrnef+vXrxx133BG//e1vU/5sZ8yYEb17945dd901DjrooGjZsmXUrFkz5s6dG6NHj47//ve/ZQbwTz/99DjkkEMq/LyUT15eXvz973+P3r17x+LFi0vGV65cGY888kg88sgjUa9evWjUqFGsWLEi5s6dW+obWaeddlo0aNAgxo0bVzK29g89AAAAALDlKG7M8fvf/z5l/LHHHotevXpFrVq1SsaKG3P06tUrli5dWjJe3JjjoosuipNOOmmDjSAKCwvjo48+itdffz1ef/31WLx4cVxxxRVV+2DxU0OPe+65JyXE3L9//6hRo0b06dMnqlcvOzLzyiuvxO233x5z586NiJ8aelTm0+R33333qFatWsr+f/3rXyMvLy8OOOCAyM3NrfCaFVWnTp244YYb4rLLLksZHzRoUMybNy+uv/76aNSoUZlz33nnnbj++utj9uzZKeMtW7aMSy65ZJPVDABAxWw1QfBiiUQiDjjggDjggANi3rx58eKLL8YLL7yQEsgovq9YcffwqVOnxu233x533313HHrooXHyySdH9+7dN2v9AACwNahWrVpcdNFFcemll6aMP/bYY3HqqadGXl5eyvjBBx8cTz75ZFx22WUlb84XW7RoUYwYMSJGjBhRpTVee+21MX78+Jg2bVrK+OzZs+Opp55a79zc3Nzo169fyjdRKmvu3Lnx9ttvx9tvv13uOTVq1Ig77rgjdt555w3e+7Of/SweeOCBuPTSS0t9bOrEiRPL3ZX8zDPPjD/96U/lrpHK2W233eLxxx+Pc845p8yPmV20aFEsWrSozLlHH310XHPNNXHfffeljFe0cz0AAAAA2SXTG3NUVrobejRp0iT222+/lC7g8+bNi4suuihyc3OjefPmUbt27ZR8SkTELbfcErvttluF91uXo446Kt57773417/+lTI+bNiweOedd2L//fePPffcMxo3bhwrVqyIGTNmxFtvvRWTJk0qtVZubm787W9/i7p161ZZfQAAbJytLgi+pkaNGsV5550X5513Xnz44YfxzDPPxPDhwyORSJSEvxOJRKku4StWrIhXX301Xn311WjXrl2cffbZceyxx+qSBgAAVeiII46I9u3bx+TJk0vG5s+fHwMHDozzzjuv1P3dunWLF198Mf72t7/Fq6++GkVFRZXaN5FIRPfu3Ut9bOja6tatG08++WRcfPHFKd2TN6RJkyZx9913R7du3WLUqFEVqq1hw4Ypf1+pjJ133jluvPHG2GOPPco954ADDoiBAwfG9ddfHxMmTKjQfvXr149LL700Tj311IqWSiV17tw5Xnnllbjtttvitdde2+D9+fn50bdv3zjrrLMikUiUCor7pg4AAADAli0bGnNUVrobelxxxRUxevToUk02Vq1aVaphYbG1760KN998c+Tk5MTgwYNTxpcvXx7Dhw+P4cOHb3CN/Pz8uP/++2PPPfes8voAAKg8yeWImD59eowcOTI++eSTUq+tGbAoDoUXBy+SyWR8+eWXcfXVV8eRRx4Zb7zxxuYsGwAAtmiJRCL69u1barx///7r7BbTpEmT+Nvf/hbDhg2Ls846K9q2bVuuverUqRMHHXRQ/OlPf4oRI0bE008/HbvvvvsG5zVt2rQkIN26dev13lv8cZmvv/56dOvWrVx1re3888+P9957L/7yl7/EMcccE61atSrXvNzc3Nh///3jzjvvjJdeeqlCIfBiu+66a7zwwgvx97//Pfbdd9+oUaPGeu/faaed4qKLLoo333xTCDwNmjRpEn//+9/jlVdeiT59+kTXrl2jefPmkZubG7Vq1YqWLVvGQQcdFDfccEO8/fbb8Zvf/Kbkh6DnzZuXstY222yTjkcAAAAAYDMqbsyxpuLGHGUpbsxx7LHHRk5OTqX3TSQSsffee2+wMUdlFTf06NKlS4XmNWnSJJ544ok44IADNmr/nXbaKR5//PHYbrvtNmqdjZWTkxM333xzXHPNNZV6v69Lly7xzDPPxD777LMJqgMAYGMkkhvTSi6LrVq1KoYPHx6DBw+O0aNHlwS+1w5+F0smk6U+jqes+3v27Bm33npr1KtXbxNWDwAAlNe8efNi4sSJsWDBgli4cGEsW7Ys8vLyok6dOtG0adPYcccdo2XLlmX+/35FTZs2LT777LNYsGBByT5NmzaN9u3bx4477lgFT1PaggUL4ptvvonp06eX7BvxU7h9m222ibZt20a7du02GNyuqGXLlsWnn34a33//fcyfPz9WrVoV2267bTRo0CA6duwYzZs3r9L92Hz233//mDNnTsn1L3/5y7jjjjvSWBEAAAAAxWbMmBE9e/ZMGevevXsMGDBgo9d+4403ok+fPilj9evXjxEjRkR+fv46502fPj0GDBgQ7733XkydOnWD+9SpUye6d+8e++yzTxxyyCHRsmXLDc4p67lvu+22OOGEEzY4N+KnjMjgwYPjiSeeiOnTp6/zvpYtW8ZJJ50Uv/71r0ueedSoUfHrX/865b6nn3469t5773LtHRFRVFQU7733Xrz99tsxefLkmD59eixZsiSWL18eq1evLtfaZ555Znz00Ucl15U99x9//DGeeOKJGDZsWKlO6WuqWbNm7LXXXtGrV6847LDDKrzPiy++GFdffXXK2IgRI8rd4GRNa/+QQp8+fcpsJAMAsDXa6oLgU6dOjcGDB8fLL78cP/74Y0SsO/xd/Fr16tXjgAMOiKlTp8bXX39d5n3F9yYSiWjbtm0MHDgw6tevv8meAwAAAKrapEmT4rjjjksZu+666+KMM85IT0EAAAAAZJXN2ZijstLR0CNTzZw5MyZNmhQLFiyIBQsWRG5ubjRo0CCaNGkSXbp0idq1a6e7RAAANmCrCIKvWLEiXnvttRg8eHCMGzcuIjYc/o746Sc9Tz755DjppJOiYcOGERExZsyYeP7552Po0KGxYsWKMucmEok49NBD4957792ETwUAAABV6w9/+EO88sorKWMvv/xydOjQIU0VAQAAAAAAALAuW3QQfNKkSTF48OB45ZVXYsmSJRHxfyHvdXX0zsnJiQMOOCB69eoV++233zp/CnXRokXx3HPPxVNPPRU//PBDJBKJkhB48T8HDx4cu+2226Z7QAAAAKgir7/+elx66aUpY7vvvnsMHjw4PQUBAAAAAAAAsF7V011AVVu6dGm88sorMXjw4Pj8888jonzdv5s2bRq/+tWv4le/+lU0bdp0g/vUq1cvzjvvvDj99NPjzjvvjGeffbbU2i+99JIgOAAAAJvNtGnT4r333osTTjgh8vPzyz1v8ODBcfPNN5caP+OMM6qyPAAAAAAAAACq0BbTEfzTTz+NwYMHx+uvvx4FBQXrDX9H/BQAr1atWvz85z+PU045JQ4++OCoVq1apfe/884747HHHivpCB4R0bFjx3jxxRcrvSYAAABUxLhx4+KUU06JOnXqxEEHHRQHHXRQdO7cOVq3bl3q78YzZ86MUaNGxcCBA2PixIml1urRo0fJ33MBAAAAAAAAyDxZHQRftGhRvPzyyzF48OD46quvIqJ83b8bNWoUJ5xwQpx88snRqlWrKqmloKAgevToEcuWLSvZa5tttolRo0ZVyfoAAACwIcVB8LXVrl07GjRoEHXq1ImCgoJYuHBhLF68eJ3rNGvWLF544YVo3LjxpiwXAAAAAAAAgI1QPd0FVMbo0aNj8ODBMXz48Fi5cmW5un9HROy9997Rq1evOPTQQ6N69ap99Nq1a8fuu+8eI0eOLKlhyZIlVboHZVu4cGGMGzcuvv3221i6dGnUqFEjmjRpEh07doy2bdtukj2XLl0a48aNi6+//joWLVoU1atXj0aNGkX79u1jl1120TEPAADIKAUFBTFz5sxy3du5c+f4xz/+IQQOAAAAAAAAkOGyJgg+f/78GDJkSDz//PPxzTffRET5un/Xr18/jj/++DjllFNi++2336Q1NmrUKOV69erVm3S/TLFgwYKYMGFCfPbZZzF+/PiYMGFCzJ07N+WePn36RN++fat03zFjxsRDDz0UI0eOjKKiojLv2W677eKMM86IU089NXJzczd6z8mTJ8eDDz4Yb775ZqxatarMe5o0aRKnnHJKnH322ZGXl7fRewIAAJRXkyZNonv37jFmzJgK/520efPmcfbZZ0evXr2iRo0am6hCAAAAAAAAAKpKIrlmmjqDderUKYqKisrd/XuPPfaIXr16xRFHHLHZvoF99dVXx5AhQyKRSEQymYxEIhGTJk3aLHtvbk888URJ8Hv69OkbvL8qg+CrVq2K2267LQYNGlTuOTvvvHPcd999lf5hgGQyGQ8++GD84x//iMLCwnLNadGiRfTr1y86d+5cqT0BAAAqa/78+TFq1KgYN25cfPXVVzFz5sxYsGBBLFu2LFavXh35+fmxzTbbRNOmTWOPPfaIvfbaK372s59VyQ/QAgAAAAAAALB5ZE1H8MLCwkgkEusNf9etWzeOPfbY6NWrV7Rr125zl7hVuf3229Oyb2FhYVxyySUxYsSICs378ssv49RTT42BAwdG27ZtK7zvTTfdFM8880yF5nz33Xdx5plnxmOPPRbd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Wjs4vWTJkkqts3Tp0g2uXdV7ljVvXeHzTJebmxu5ubnpLgMAAAAAIC28RwoAAAAAZJpq6S6gPNYO8Obn52+WfdcO7JYVJGbTa9KkScr17NmzK7XOrFmzUq5r1KgR9evXL9eec+fOjaKioo3es6y1AQAAAAAAAAAAAKCisiIIXq1aapmLFi3aLPuuvU9lgsBsvB133DHles6cObF69eoKr7N2KHv77bePnJyccu1ZVFQUc+bM2eg969SpE82aNavwOgAAAAAAAAAAAACwpqwIgufl5ZX8PplMxg8//LBZ9p0/f37Kda1atTbLvqRq27ZtynVhYWF8/fXXFV5n2rRpKdc77LBDufeMiJg6deom3RMAAAAAAAAAAAAAyisrguBNmzaNZDIZiUQiIn4K165atWqT7rlq1aqYOnVqyZ4REQ0bNtyke1K29u3blxobO3ZshdZYvnx5TJw4MWVs5513Xuf922+/fdSoUWOj9oyI+OSTT8q9JwAAAAAAAAAAAACUV1YEwbfbbruU64KCghg9evQm3XPMmDGxbNmyiIiSEHqbNm026Z6UrUWLFrHTTjuljH300UcVWmPs2LGlfnjgwAMPXOf9NWrUiH322Wej9pw+fXrMmjWr3HsCAAAAAAAAAAAAQHllRRC8c+fOpcZefPHFTbrnCy+8UGpst91226R7sm49e/ZMuR4+fHgsXbq03PNfeumllOtmzZpFp06dKrTnmDFjYvr06eXec8iQISnXNWrUiB49epR7PgAAAAAAAAAAAACsS1YEwffdd9+S3ycSiUgmk/Haa6/FZ599tkn2++yzz+K1116LRCKRMr52h2g2nyOOOCLletmyZfGvf/2rXHPnzp0bQ4cOTRk7/PDDNzivZ8+ekZubW3KdTCZj4MCB5dqzoKCg1A8T7L///lGnTp1yzQcAAAAAAAAAAACA9cmKIHjHjh2jTZs2KWOrV6+Oq666KhYsWFCley1cuDCuuuqqSCaTKeONGzeObt26VelelF/Hjh3joIMOShm79957Y86cORuce+ONN8by5ctLrmvWrBm//e1vNzivUaNGccopp6SMDRw4MD7//PMNzr3nnntSakskEnHhhRducB4AAAAAAAAAAAAAlEdWBMEjIk4//fSScHZxp+5p06bFueeeGwsXLqySPRYuXBjnnXdeTJ06tWSPZDIZiUQiTjvttCrZ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dqnHjp199tkxaNCghvGWLVviS1/6UixevHi7+1auXBkXXXRRVFdXN8wNHTo0Lrjggmb3LFiwIGc8YMCAKCho/X8qAwcOzBkvWrQotmzZ0upzAAAAAAAAAAAAAGBbmQiCl5WVxXHHHRdpmkbEP24F/9nPfhYPPPBAm9aaOnVq3HrrrQ23gadpGkmSxIQJE2LPPfds01q0XFlZWdx0001RWlraMLdkyZKYNGlSXHvttfHCCy/E2rVro7a2NiorK2P27Nnxox/9KE455ZR45ZVXGvb069cvfv7zn0f37t2brbVy5cqc8baB7pYaPHhwznjz5s2xZs2anToLAAAAAAAAAAAAALZWlO8GWupzn/tc/P73v28Y14fBv/vd78aKFSvioosu2qlbm+vVB8t/8pOfNIS/t61Pfh188MExZcqUuPzyy2PevHkREVFdXR133nln3HnnndvdmyRJHH/88fHd7343+vbtu921W98eHvG/IfSd0VTYvLq6OrP/oKCmpiZqamry3QYAAAAA0Alt+1M93498RgoAAAAANCdfn5FmJgh+wAEHxKmnnhoPPvhgQwg8SZLYsmVL/PjHP44//elPcckll8TEiRMbhbh35Mknn4ybb745/v73v+eEwOu/P+GEE2LcuHHt8Vq00ujRo+PBBx+MRx55JKZOnRrPPvvsDvccdthh8e1vfztGjhzZohrbBsG7du26U702ta+qqmqnzuoM5syZE6tXr853GwAAAABAJ3TIIYfku4V25zNSAAAAAKA5+fqMNDNB8IiIb3/72/GXv/wl3n777ZwweJqm8fLLL8cXv/jFGDRoUBx33HFx0EEHxYEHHhh9+/bNudF5/fr1sXr16njllVdi9uzZ8fjjj8dbb70VEdHkTeADBgyI7373ux36nmzfokWLYubMmTFnzpwWrX/22WfjM5/5THzmM5+JT3/609GlS5ftrt+wYUPOuKSkZKf6bCoIvm3IHAAAAAAAAAAAAAB2RqaC4D179oybb745zjvvvKisrGwIbdeHwdM0jbfeeit+9atf5exLkiS6desWGzdujLq6upxnaZrmrNt6vkePHnHzzTdHnz592vGtaKna2tq46aab4rbbbsv5dSwuLo4DDzwwRowYET169IiqqqpYtGhRzJ49OzZt2hQREe+8807ccMMN8dBDD8XNN98ce+21V75eAwAAAAAA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AAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAA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AAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAA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H8cee2y9eq7JtGnT4oEHHoipU6dGWVlZlc8cdthhcf7558f3vve9yMrKqtP6Xbp0SRkPHjw4hgwZUuc+r7322pg4cWLFuGPHjjFlypRaz//f//3fePLJJ+OVV16JrVu37vT5Nm3axFe+8pXo27dvnHzyydGsWbOUry9ZsiT69u1b7fyJEyem9FudefPmVaq9/vrr0b9//5TaI488UnH+GzZsiIceeigee+yxWLVqVZXrFhQUxKmnnhpDhw6N9u3b77SPnfnss89i7NixMXny5PjnP/8Z5eXlVT6XnZ0d3bp1i3POOSfOPvvsev8Sw5w5c+LRRx+N559/PtavX7/T55s1axZHHnlknHjiiXHqqadGu3btarXPggULYvz48fHcc89V+5/l9po2bRqHHXZY9OnTJ/7t3/4tvvCFL9RqHwAAAACSq7S0NCZOnBj/8z//E2+88UaN7xc7deoU/fr1i4EDB9bqwoSXXnopLrnkkpT3bS1btoynnnoq2rRpU6c+p02bFhdddFHKe9599903Jk6cGAceeGBFbcd3tjuuUdPXPzd58uSUNSMiJkyYEP/5n/+50+dqoz7vle+99974zW9+k1Lb/v3rzJkzY8yYMfHSSy/Fli1bKs0fPHjwToPgb7/9dowdOzZeffXVGt8nFhYWRu/evWPQoEFx5JFH1rgmAAA1EwQHAAAaXEFBQaUg+I7j6pSVlcVvfvObePjhh6OkpGSnzxcXF8ekSZNi0qRJceKJJ8YvfvGL6NChQ7363rGPX/3qVzF+/PidPjt37ty4/vrrY+LEifHrX/86UbfafPzxxzFs2LCYPn16neatWLEi/vrXv8Zf//rXGDRoUFx99dW7qcO6mTFjRlx55ZWxfPnyGp/buHFjTJgwIZ599tm48847awyt16SsrCzGjBkTDz74YKxbt26nz2/bti3mzJkTc+bMiQcffDCGDx8ePXv2rPV+W7ZsiV/+8pfxpz/9KbZt21breRs2bIh//OMf8Y9//COeffbZePzxx2t8vry8PEaOHBmjR4+u1S8GfK6kpCRmzJgRM2bMqPiBDwAAAAB7r0mTJsWtt94aCxcurNXzixYtigceeCDGjx8fV155Zfzwhz+s8fkTTzwxLr744njggQcqaqtXr46rrroqfv/730dOTk6t9l29enVceeWVlS77GD58eL2C2HuTrVu3xvDhw+MPf/hDtRdc7MzSpUtjxIgR8cILL9Tq+eLi4njhhRfihRdeiFNOOSV+9atfxb777luvvQEAGrv6fy40AABANaq6obiwsHCn80pKSuInP/lJjBo1qlYh8B299NJLcd5558W7775b57nbKy8vj6uvvrpWIfDtvfHGG3HhhRfG4sWLd2n/PWXJkiXxgx/8oM4h8Ez1t7/9LS666KKdhsC3t2nTphg6dGi8/PLLdd5vw4YNcdlll8Udd9xRqxD4jpYsWRIDBw6MJ554olbPb9myJS6++OJ47LHH6hQCr49rrrkm7rvvvjqFwAEAAABoPMrLy+Oee+6Jn/zkJ7UOgW9vw4YNcfPNN8f/+3//r9pPYvzcT3/60/jqV7+aUps2bVrcc889tdpr27ZtcfXVV8fKlStT6hdddFF84xvfqFvje5mysrIYOnRojB8/vt4h8FmzZsU555xT6xD4jl544YU499xz6/XnCAAAN4IDAAANbNGiRVWGuDt16lTjvG3btsXll18e//jHPyp9rbCwML7+9a/HkUceGa1bt44NGzbERx99FJMmTar0cnjFihVxwQUXxIQJE3a6Z3UeeuihePbZZ1P279u3bxxxxBHRqlWrWLduXXz44YfxwgsvxLJly1LmLlu2LP793/89nnrqqYy/weS6666r1H9ExKGHHho9e/aMgw8+OPbdd9/Izc2N4uLiiu973rx5MWfOnBp/QJOXlxddu3atGM+fPz8lVLzffvtF+/btG+x7+ec//xl33nlnxR75+flx3HHHRY8ePaJVq1aRm5sby5Yti1dffTWmTp2aMre0tDSuv/76+Mtf/hLNmzev1X4lJSXRv3//mDt3bqWvderUKY499tjo0qVL7LfffpGbmxtr1qyJt99+O1566aX49NNPK57dunVrXH/99dGqVas46aSTatzzd7/7XaXeIyLat28fvXv3ji9+8YvRsmXL2GeffaKkpCSKi4tj4cKF8f7778esWbNi48aNtfreJk6cGE8//XSl+gEHHBDHH398fPnLX442bdpEfn5+bNq0KYqLi2PJkiXxwQcfxKxZs+Kzzz6r1T4AAAAAJNeNN94Yjz32WKV6ixYt4mtf+1ocdthh0bJly8jPz4/169fH+++/H3//+99jwYIFKc8/9thj0bx58/jZz35W7V45OTlxxx13xBlnnJHybu2BBx6I7t27xwknnFBjr6NGjar03vmoo46q9lMOt3+vuWjRopT3agUFBbV675yXl7fTZzLBPffcE1OmTKkYt2jRIvr06RNHHHFEtGzZMjZt2hSffPJJ/P3vf4+srKxK819//fUYNGhQbN68OaWenZ0dPXr0iGOOOSYOPPDAaN68eWzevDk++eSTmD59ekydOjXl/fKCBQvi4osvjieffDKaNWu2+75hAIC9kCA4AADQoJ5//vlKtf322y86d+5c47zRo0dXGQI/99xzY9iwYVUGdIcNGxZPPvlkjBgxIuVG5vXr18dVV10Vjz76aOTm1v3/9owcObLi35911lnxn//5n1WGuq+99tr4/e9/H3fffXfKi+6lS5fG8OHDY/jw4XXee0+ZMWNGvP766ym1oqKi+PWvfx3du3ff6fzPPvssXn755Xjssceq/AFA27ZtU8LEJ598cixdujRlPGLEiF34DlLdeeedFWdw+umnx9VXXx1t2rSp9NygQYPi9ddfj6FDh8batWsr6suXL49HH300Lr744lrtd9NNN1UKgX/xi1+M6667Lr72ta9V+Z9JxL9uIH/kkUfinnvuqQitl5eXx7Bhw+LPf/5ztGvXrsp5mzdvjjFjxqTUmjZtGjfccEOceeaZkZ1d8wd+bdmyJaZPnx4TJkzY6Y3p9913X8o4Jycnrrzyyujfv380adKkxrllZWUxa9asePrpp6sMrQMAAACQfE8++WSlEHiLFi3iyiuvjDPOOCP22WefKueVl5fHpEmT4sYbb4zVq1dX1EePHh09evSIr3/969Xu2bZt27j99tvjxz/+ccWn5X3+Xu3pp5+Otm3bVjlv6tSp8dvf/jaltt9++8Vdd91VbVh7+/eaF154YUybNq1ifPjhh8fYsWOr7TNpHnzwwYj41zvASy65JAYNGhQFBQWVnhs8eHClsPfKlSvjyiuvrFQ/66yzYsiQIdGhQ4cq97z00ktj0aJFcdNNN8Urr7xSUf/oo4/iuuuuq/VN7wAA/EvNPykGAACogxUrVsRDDz1Uqf6tb32rxqDqkiVLqny5+x//8R9xyy231HhL89lnnx0PPfRQpVtCZs+eHY888kgduv8/n7+4vvjii2P48OHV3uydnZ0dAwcOjJEjR1YKnE+YMCGmT59er/33hMmTJ6eM8/LyYsyYMbUKgUf864cl3/nOd2LcuHFx+eWX744W6+TzM/vpT38at956a5Uh8M8de+yx8dvf/rZSWPuJJ56o1V7PPvtsTJw4MaX2jW98IyZOnBi9e/euNgQe8a+byi+++OK4//77U37Q9Nlnn8X9999f7bypU6dWutH7xhtvjLPPPnunIfCIiCZNmkTv3r3jjjvuqPjhTlXef//9SrfsX3755fHjH/94pyHwiH/9wKh79+5x8803x5///OedPg8AAABAsixZsiRuueWWlNrBBx8cTz/9dJx33nnVhsAjIrKysuKb3/xmPPnkk5UuRLjjjjuivLy8xr179+4dl112WUptzZo1ccUVV0RpaWml51euXBlXX311RXD8c8OHD4+OHTvWuFdjUVZWFtnZ2XHHHXfET3/60ypD4J/b8Wyvu+66WLVqVcU4Jycnbr/99hg+fHi1IfDPderUKUaPHh1nnXVWSv3555+P2bNn1+M7AQBovATBAQCABrFo0aL48Y9/nPLRnBH/+qjMSy65pMa548ePr7gd+XOnnHJKpZf61TniiCMq/fAhImLs2LEpHy9ZFz179oyrrrqqVs9+/etfr7LXTL4ZZsmSJSnjnj17xkEHHVSvtZo2bdoQLe2yU045pdah9B49esSpp56aUlu4cGEsWrSoxnnl5eUxatSolFrXrl3j7rvvrlVQ+nPHH398/OQnP0mpTZgwIeUmpO0tXrw4ZZyfnx/f+c53ar3f9mo6rx33iYg455xzGnwfAAAAAJJpzJgxUVJSUjEuKCiI0aNHV/tJd1Vp37593HnnnSm1999/P6ZMmbLTuYMHD45evXql1N544424++67U2rbtm2Lq666KiWoHBExYMCA6Nu3b617bQwuuuii6NevX53mzJ49O15++eWU2pVXXlmnd5ZZWVlx8803V/o00d/97nd16gUAoLETBAcAAOpl8+bNsXz58njxxRfjhhtuiO9+97sxb968Ss/dfPPNNf4QYPPmzZVuYs7Ly4vrr7++Tv2cdtpp0bNnz5Taxx9/XOnm69qq6/6DBg2q9H1Onjw5VqxYUa/9d7fi4uKUcYsWLdLTSAPJzs6On/3sZ3Wa893vfrdSbc6cOTXOefHFF+P9999Pqf385z+v9mNkazJgwIAoLCysGG/evLnSD08+t+N5NW/evNIt9A1hx30iIvbff/8G3wcAAACA5Pn0009jwoQJKbUf/ehHUVRUVOe1unfvHscdd1xKbdKkSTudl52dHbfffnu0bt06pT569Oh46aWXKsb33ntvvP766ynPHH300bW+/KOxKCwsjMGDB9d53ujRo1PGBx10UAwYMKDO6+Tl5VW6SObll1+OLVu21HktAIDGShAcAACo1rRp06JLly5V/uvII4+ME044IS655JJ4/PHHU26BifjXbcC33377Tm8Aefvtt2PdunUptZNPPjnatm1b535/8IMfVKq9+uqrdV7n6KOPji5dutRpzj777BOnn356Sq20tDT+8Y9/1Hn/PWHH4Pdbb71V5cenJkWvXr2iU6dOdZpz5JFHVqotWLCgxjnPP/98yvjggw+u9AsItZWfnx/HHntsSm3atGlVPrvjea1atSoWLlxYr31rUtUvBLzxxhsNvg8AAAAAyfPiiy/Gpk2bUmr1/TS5iIiTTjopZbxjcLs6rVu3jttvvz1ycnIqauXl5TFs2LBYtmxZvPrqq3H//fenzGnRokXcdddd9brQYW922mmnpVxWURubN2+Ov/3tbym1M888M+U86uLEE0+stP6sWbPqtRYAQGMkCA4AADSowsLCOOecc+K5556r1cdAvvnmm5Vqp556ar327tu3bzRp0mSn69dmnfr45je/Wan21ltv1Wut3W3HEPSSJUvihhtuqBToT4qvfvWrdZ7TqlWrKCgoSKlt2LChxjk7BrWPOeaYOu+7vQMPPDBl/M4771T53FFHHZUyLi8vjyuuuCKWLVu2S/vv6Igjjojs7NRXBddff32lW9ABAAAAaHymT5+eMu7YsWO9LvT43I7vxpYuXVrp0pDq9OrVq9JN1mvXro0hQ4bEz372s9i2bVtFPSsrK4YPHx4dOnSod697qx0vqqiNt956q9KN3V/5ylfq3UOLFi2iefPmKbXq3pMCAFBZw3+ONAAA0KgdfvjhccEFF0T79u1r9fzcuXOrXKM+mjRpEl26dIm33367ovbBBx/Eli1bKgXEa1Lf/bt06RK5ubkpN2tX9f1lgtNOOy3uuuuulBt8JkyYEC+99FKceeaZccopp1QZCs5UBx98cL3mNWvWLDZu3FgxXr9+fbXPLl++PJYuXZpS+/vf/17pJvi6WLVqVcp4zZo1VT536KGHRrdu3VJ+ADJ37tz4t3/7t+jXr1/069cvevXqFfn5+fXuJeJfP3Q5+eSTUz6Gd8mSJXH66adH377/n707D7O6Lv/Hf88qzACyyM6obIogKCp+ULNy39LUTCWXVLJMxaX8WZmFy+cTihaapeYWJiBmLmklaYTmhoa4ASICoiO7y8AwAzIzzO+PrubrYWaYcwbkzFsej+vqj9d93q/3fY9nuBre8+R1DoljjjkmvvSlL0WbNm02qw8AAAAAybPxoRuffPLJZj0b++xzuc/es127dmntP++88+KVV16J5557rq722WfD/3X22WfHwQcf3Ow5v8gGDhyY8Z6GDl+5+uqrN+u09Y1Pmm/sOSkAAPUJggMAAI0qKiqKHXfcsV69uro6Vq1aFStXrqz32ksvvRQnnXRSXHfddfG1r32tyR4bP9AtKChosGe6+vXrl/Kwf8OGDbFq1aro3Llz2vfo3bt3s3oXFhZGr169YtGiRXW1jz76qFn3+rx16dIlLr300hgzZkxK/aOPPoq77ror7rrrrmjXrl0MHTo0hgwZEnvuuWcMHTo0448J3Vq23377Zu3b+JcTnw3xb2z58uX1ah9++GG9MPfmKCsra/S10aNHxxlnnJFy2s6nn34ajz76aDz66KNRUFAQgwcPjj333DOGDBkSw4YNix122CHjGX70ox/FjBkzUmapqamJJ598Mp588snIy8uL3XbbLYYOHRq77757DBs2LHr27JlxHwAAAACSZdmyZSnrysrKmDt37hbtUVZWFjvttFNa1+bm5sYNN9wQX//612PFihUNXjN06ND44Q9/uCVH/ELp1KlTxns2/j6IiFiwYMGWGKfOpp6TAgCQShAcAABo1O677x733Xdfo6+XlZXFtGnT4o477oiFCxfW1auqquLyyy+PoqKiJk9a2fijPjf+CMhMNXRaTKZB8M2ZYeOTkjd1wnS2nXXWWVFTUxO/+tWvGgxAr169Op555pl45plnIiIiPz8/9thjjzj66KPj6KOPjo4dO27tkRuVn//5//V2a5xC8+mnnzb62p577hm/+93v4gc/+EGDs1RVVcXMmTNTTuTp27dvHHHEEXHsscdGnz590pphxx13jN///vcxatSo+OCDD+q9XlNTE7NmzYpZs2bV1Xr27BmHH354HHvssTFo0KC0+gAAAACQHOvWrat3avPn1ScTHTt2jHHjxsXpp58etbW1Ka+1b98+xo0bt1WeHSZVcz75b2uEtDf1nBQAgFTJ+IxvAACgRWrfvn2ccMIJ8ec//zmOOeaYlNdqamri//v//r8Gg6SfVVFRkbJu3br1Zs3U0P6NezTnHukqKirarN5b28iRI+Pxxx+PY489NrbbbrtNXltdXR2vvPJKXHvttXHwwQfH9ddf3+DHt35RbfyPFrJh//33jylTpsT3vve96NChQ5PXL1iwIG699dY4+uij46KLLorS0tK0+gwcODD+8pe/xGWXXRbdu3dv8vrFixfH73//+zjxxBPjrLPOirfeeiutPgAAAAAkw6pVq7I9QqPmzZtXLwQeEdG1a9dmnXi9LWlOSL4lPCcFAOD/8c8eAQCAzVZYWBhjx46NDz/8MF566aW6+po1a+KnP/1p3HvvvY3uLS4uTlmvXbt2s2ZpaP/GPdK5R3NOQomIesHoTHtnQ58+feLGG2+M8vLyePrpp+Oll16KV155Jd59990Gf4ES8Z//Rvfcc0/885//jHvuuSd69uy5lafe+lq1alWvdu6558Zll122Vedo3759/OAHP4iLLrooXnzxxXjhhRdixowZ8dZbb0VVVVWDe2pra+Pvf/97PP/883HTTTfFgQce2GSf1q1bx7nnnhvf+c53YsaMGfH888/HjBkz4s0339zkyUwvvvhifPOb34xrr702TjjhhGZ/nQAAAAC0HA09G9tjjz3ij3/8Yxam+X/mzJkTY8aMafC1t99+O6677rr4+c9/vpWn+mJr6ECRv/3tb9G3b98sTAMAgCA4AACwReTn58fYsWPjmGOOiTVr1tTVp0+fHn/729/i6KOPbnBfu3btUtbl5eWbNUdD+7fffvuM79HcIPhnv/aIiLZt2zbrPplqLACcibZt28axxx4bxx57bET855SfV199NWbMmBHPPPNMzJs3r96eRYsWxfe+9714+OGHo7CwcLNnaMkaOoE7mych5efnx4EHHlgX6l6/fn288cYbMXPmzHj22Wdj5syZUV1dnbJnzZo1cdFFF8XDDz8cvXv3TqtPTk5ODBs2LIYNGxYR/zkZ/q233opXXnklXnjhhXjppZfqBcOrqqripz/9afTq1atuHwAAAADJ1a5du8jPz0953pTtU8LXrFkTl1xySaxfv77RayZOnBj77rtvHHnkkVtxss/XlngWvDla2nNSAIBtXW62BwAAAL44unXrFhdddFG9+q9+9atGH0537NgxZV1VVRXvv/9+s2eYP39+yjo3NzfjIPiiRYua1Xv9+vWxePHilFpTHz268UdvbhzcTVdZWVmz9m3K9ttvH1/96lfjsssui8cffzymTJkSI0aMiLy8vJTr3nnnnfjTn/60xfu3NA29l0uWLMnCJA0rLCyMffbZJ7773e/GfffdF88991xcdtll9f6xRWVlZdx8883N7pOfnx+DBw+Os846K+6444544YUX4uqrr44uXbqkXFdTUxNjx45tdh8AAAAAWo6cnJx6AeDly5c3+3nmlnDllVfGe++9l1IbPnx4vWeuV155ZZSWlm7N0Rq08VwRzXse/Hk8C87EDjvsUK/Wkp6TAgBsawTBAQCALWrEiBFRUlKSUistLW00KDxw4MB6tVmzZjWr9/r16+Ptt99OqfXv3z/jk6qb2//tt9+uF3gfNGjQJvdsfPL4xieKp2tzwvPp6t27d1x11VVx/fXX13vtySef/Nz7Z9tOO+0U7du3T6nNnDkzampqsjNQEzp06BDnnntuPPDAA1FcXJzy2tNPP73Jk5IyUVxcHKeeemo88sgj0b1795TX3njjjVi6dOkW6QMAAABAdu2xxx4p67Vr18bs2bOzMsvEiRPjiSeeSKn1798/br/99rj44otT6uXl5XHxxRdvsedhzdXQp1A253nwxuH3rW3IkCH1av/+97+zMAkAABGC4AAAwBZWWFgYF1xwQb367373uwYftO+11171alOmTGlW72nTpsWnn36aUhs6dGjG95k6dWqz+j/11FP1ahv/cmRjbdu2TVk352Sa5cuXb5Ug+H8de+yxsdtuu6XUNg7gb2zjU8Rbanh6U3Jzc2P48OEptcrKynjuueeyNFF6+vTpEyeddFJKbe3atVv8e2aHHXaIs88+u1593rx5W7QPAAAAANmx//7716tl44CI2bNnx3XXXZdSKyoqiptvvjlat24d5557bnz5y19uck86tuRzzY0/uS+iec+Dsx26bujU9aeffrrRTwUFAODzJQgOAABscccdd1zsvPPOKbWlS5fGH//4x3rXDhkypN4D8GnTpsXy5csz7jtp0qR6tS996UsZ3+fVV1+Nd955J6M969evjz//+c8ptfz8/AZ/OfJZvXv3TlnPmjUrNmzYkFHvBx54IKPrt4Q+ffqkrMvLyzd5/cYnUldWVm7xmbaGQw45pF7tjjvuyMIkmdn4/Ypo+j1ryX0AAAAA2Pq++tWv1gtGT548OVavXr3VZmjsdO/Ro0dH3759IyIiJycnrr/++ujWrVvKNRMnTsz4EJIt+Vxz42fBEf/5RL1M1NTUNPrpm1tLmzZtYt99902pLVu2rN7zcQAAtg5BcAAAYIvLy8uL888/v179d7/7Xb0TuwsLC+udVrx+/fr4xS9+kVHPKVOmxPTp01NqPXv2jIMPPjij+/zX//3f/2V0/Z133hnLli1LqR1yyCHRpUuXTe4bNGhQyvqjjz6KF198Me2+S5Ysifvuuy/9QbeQlStXpqw7duy4yes3Dvs356SbluDoo4+OnXbaKaU2Y8aMGD9+fHYGStPG71dE0+9ZS+4DAAAAwNbXs2fP+PrXv55SW7NmTfzkJz+J2trarTLDT3/603rPFr/xjW/E8ccfn1Lr2LFj/PKXv6x3cvWVV16Z0bPJjZ9rfvDBB83+Wjt16lQvnD5lypSMThmfOHFifPDBB83qvyV9//vfr1cbO3ZsYp/7AgAkmSA4AADwuTj22GPrnQ68YsWKuP/+++tde/rpp0dBQUFKbcqUKXHXXXel1WvOnDlx5ZVX1qufeeaZ9U6oSdeLL74Y48aNS+vaZ555Jm677bZ69TPOOKPJvRt/RGlExC9/+cu0PkZz1apVcdFFFzXrxJ3rrrsu5s+fn/G+iP98jOqMGTNSagMGDNjknl122SVl/c4778TSpUub1T+b8vPzY9SoUfXqN9xwQ0yePLnZ9505c2b88Ic/bPT18ePHx/PPP9+se69ZsyYeeeSRlFq7du2iR48e9a59+OGH4+9//3uzPuK2qqqq3qn8ubm50b9//4zvBQAAAEDLdP7550dhYWFK7R//+Ef87Gc/q3dKd7o++OCDuPbaa2PevHmbvO6+++6Lv//97ym1XXbZJX7+8583eP0+++wTF198cUqtsRPFG7PrrrvW2z9z5sy09jZk4+fBS5YsiXvvvTetvS+++GLccMMNze69Je27775xwAEHpNRWrVoV3/nOd2LBggXNuuenn34akydPjt///vdbYkQAgG2GIDgAAPC5yM3NjQsvvLBe/a677op169al1Hr27FnvgXzEf8K1V199daxZs6bRPo8++micddZZUV5enlIfMmRInH766c2afbvttouIiNtvvz2uvPLKevf+rw0bNsT48eNj1KhR9YLbJ554YgwbNqzJXnvttVfdR5b+1+zZs2PUqFFRVlbW6L7p06fHKaecEm+++WbKzOn605/+FMccc0ycffbZ8cc//jE++uijtPZNmzYtzj333NiwYUNK/bjjjtvkvr322itlvWHDhrj44ovr5k+SY489Nk488cSUWnV1dYwePTpGjRoVc+fOTes+y5Yti3vvvTdOPvnkGDFiRPzzn/9s9NqXX345zjnnnPja174Wt99+e9q/THnnnXfirLPOisWLF6fUjzrqqHr/+CIi4q233oqLLrooDjvssBg3blzMnj07rT6LFy+O73//+/Xez/333z86d+6c1j0AAAAAaPlKSkrimmuuqVd/8MEH4+STT45p06aldWL2mjVr4vHHH4/zzz8/Dj/88JgwYUK9T5P8rDfffDOuv/76lFpRUVHcdNNN0apVq0b3nXvuufXC17Nnz47rrruuyRkjIoYOHVqvdsUVV8T06dPrPSNNxze/+c16tRtvvDEmT57c6H+3Tz/9NO64444499xzY/369Rk/C/68jBkzpt4nYi5atChOOumk+N3vftfoc/XPqq2tjZkzZ8YvfvGLOPjgg2P06NFOFQcAyFB+05cAAAA0z1FHHRW33XZbvPPOO3W1lStXxsSJE2PkyJEp144cOTJeeOGFeOGFF1LqkyZNiscffzwOPvjgGDx4cHTq1CkqKirivffei6eeeioWLVpUr2/btm3jxhtvrPexn+m66KKL6k5WefDBB+OJJ56IQw89NAYPHhwdO3aM8vLyWLhwYTz55JOxZMmSevt79uwZP/nJT9Lu94Mf/CAuuOCClNq0adPisMMOiyOOOCIGDx4c7dq1izVr1sT7778fzz33XMyZM6fu2r333jt69OgRjz/+eMZf63//m48ePTr69esXAwcOjL59+0aHDh2ibdu2sWHDhigrK4uFCxfG888/HwsXLqx3j3322SeOPvroTfY55JBDon379inh9tdffz1OOumkKC4uji5dujT4C4w///nPGX9NW8PVV18d77//fr2T0Z988sl48sknY8CAATFs2LDYeeedo3379pGbmxurV6+OsrKyeOedd2LWrFnx3nvvZfwxsu+8806MGzcuxo0bFz179oyBAwfGgAEDolOnTtGuXbvIy8ur+z6ZMWNGzJw5s16P9u3bN3iq+WctXrw4br/99rj99tujc+fOMWjQoBgwYEB06dIl2rVrFwUFBVFZWRmLFy+OV199NV5++eV6/xiisLAwfvSjH2X09QEAAADQ8p1wwgmxYMGCuPPOO1Pqb731Vpx33nnRo0eP+J//+Z8YMGBAtG/fPlq1ahXl5eVRXl4eixYtilmzZsW8efPS+lTEiIjVq1fHJZdcUu/6q666qt4hGxvLycmJ66+/Pk444YRYtmxZXX3ixImx7777xpFHHrnJ/XvssUf069cv5dMVFy1aFN/+9rejVatW0a1btwaD6HfccUd07dq1Xn3IkCFxyCGHxNSpU+tqNTU1MXr06Jg4cWIcdthhseOOO0ZhYWF8/PHHMXv27HjmmWdSDvK44oorYvTo0Zuce2vo2rVr3HrrrXHmmWdGZWVlXb2ysjJ+9atfxe233x577bVXDB06tO654rp166K8vDxWrFgRc+bMiVmzZm3yQBQAAJomCA4AAHxucnNz44ILLohLLrkkpX7XXXfFiBEjoqioKOXaW2+9NS699NKYNm1ayvXl5eXx5z//Oa1QcJcuXeLOO++MnXbaqdlzjxw5MmbNmhVPPPFERPzndJpHH300Hn300Sb3duvWLe69995o165d2v0OPfTQOPHEE+Phhx9Oqa9evToefPDBePDBBxvd27dv3/jNb34TY8eOTbtfQzZs2BDz5s1r8uNXN7bLLrvEr371q8jN3fQHTm233Xbx4x//OH784x/Xe62ioiLefffdjPpmW2FhYdxzzz1x9dVXx0MPPVTv9blz56Z9MnhzLV68OBYvXhxPPfVU2nvatWsXv/nNbzI6pXvlypXx9NNPx9NPP532nsLCwhg7dmzssssuae8BAAAAIDkuu+yy6N69e4wZM6ZeQHvJkiXxyCOPbLFeV1xxRXzwwQcptZNOOim+/vWvp7W/Y8eO8ctf/jK+/e1vR3V1dV39yiuvjEGDBkVJSckm91955ZUxcuTIqKmpSamvW7euwYNKImKTIferr7463nzzzVixYkVKPZ3nsyNHjoxTTz21RQTBIyIGDx4cDzzwQIwaNaref4vKysp47rnn4rnnnsvOcAAA24hN/6YeAABgMx155JGx6667ptQ+/vjjmDBhQr1rW7duHb/97W/j+9///iY/zrMxBx54YDzwwAMxYMCAZs8b8Z9TYm688cY45ZRTMtq31157xYQJE5r8xUFD/vd//zdOPvnkjPYccMABMWnSpOjYsWPG/XbYYYeM93xWTk5OnHDCCTFp0qQGT7ZpyAknnBD/+7//G8XFxZvVu6XYbrvt4he/+EXccMMNzXrPP6tTp04xYsSIRl/f3Pcr4j8nx99///0xbNiwTc6Rk5OzWX122WWXuPfee+Ooo47arPsAAAAA0LKddtppMWnSpNh777036z6tWrWKY445Jnr06FHvtXvvvbfeQQi77LJL/OxnP8uoxz777BMXX3xxSq28vDwuvvjiWL9+/Sb37rfffvGb3/xmizyji4jo3LlzTJo0KaPDTAoKCuLHP/5xXH755Vtkhi1pl112iYceeihOP/30Bj/1MRODBw+Or3zlK1toMgCAbYMTwQEAgM9VTk5OjBo1Ki688MKU+t133x3f+ta3ok2bNin1vLy8uOSSS2LEiBFx5513xj//+c9YvHhxo/cvKiqK/fbbL84888wYPnz4Fps7Pz8/rrnmmjjqqKPi9ttvj5dffjk2bNjQ4LUDBw6Mb33rW3HSSSc1O0Sbl5cX1157bRx11FHx61//Ol577bWora1t8NoBAwbEyJEj47jjjmtWr4iIKVOm1H2s6IwZM+L111+PNWvWNLmvU6dOccQRR8TJJ58cu+22W8Z9v/nNb8ZRRx0VTz75ZEyfPj3eeeedWL58eVRUVMS6deua86Vk3XHHHRfHHHNM/O1vf4vHHnssXnnllaioqGhyX79+/WK//faLAw88MA444IDIz2/8r+jXXHNNfO9734unn346XnrppXjttddi+fLlTfZo1apVfOUrX4kTTjghDjrooCavP++88+Kkk06Kp59+OqZPnx6vvvpqvdOWGlJQUBD77bdfHHfccXH00UdHXl5ek3sAAAAASL4hQ4bEpEmTYsaMGTF58uR46aWX6p103ZAuXbrEfvvtF/vvv38ccsgh0bZt23rXvPHGG3HDDTek1IqKiuKmm25q1kEi5557bvz73/+Of/3rX3W12bNnx3XXXRc///nPN7n34IMPjgMOOCD++c9/xnPPPRfz5s2LpUuXRkVFRaxdu7bRZ7mNKSkpicceeyzuvffeuO+++2LlypUNXldQUBCHHXZYXHDBBdGvX7+MemxNbdq0iZ/97Gfx/e9/PyZMmBDPPPNMzJ07t9Fn6v/VqlWrGDp0aN33Qd++fbfSxAAAXxw5tZn+NAoAALCVLVy4MObPnx8ff/xxlJWVRevWraNjx47RvXv3GDJkSBQWFn7uM3z88cfx+uuvx/vvvx+VlZXRpk2b6Ny5cwwcODB23HHHz6XfK6+8EitWrIjVq1dHYWFhdO/ePQYPHrzZp083ZMOGDbF48eJ4//33Y8mSJbFmzZpYu3ZtFBYW1n2tu+66a/Tq1WuL9/6iqa6ujjlz5sSSJUuirKwsVq1aFTk5OVFcXBzbb7997LTTTtGnT5/NPhl9xYoV8f7778cHH3wQq1atirVr10Zubm4UFxdHhw4dol+/ftGnT59NBszT8cknn8R7770XpaWl8cknn0RlZWVERN3X07dv3+jfv/9W+XMIAAAAQMv37rvvxoIFC6KsrCzKysqiuro6iouLo02bNtGrV6/o06dPdOrUKdtjtihz586NuXPnRllZWaxduzbatm0bvXv3jj333DOxn7C4atWqmDVrVnz00UdRVlYWa9asidatW0dxcXF07tw5evfuHSUlJQ6VAADYTILgAAAAAAAAAAAAAAAJk5vtAQAAAAAAAAAAAAAAyIwgOAAAAAAAAAAAAABAwgiCAwAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAEDC5Gd7ANhcZWVl8dprr8X7778fFRUVUVhYGF26dImBAwdG3759P5eeFRUV8dprr8WiRYti9erVkZ+fHzvssEPsuuuusdtuu0VOTs7n0hcAAAAAAAAAAAAAIgTB2QI++eSTmDVrVrz55pvxxhtvxKxZs2LlypUp11x44YUxatSoLdp3xowZcfvtt8cLL7wQNTU1DV6z0047xemnnx4jRoyIgoKCze759ttvx2233Rb/+Mc/oqqqqsFrunTpEqecckqcc845UVRUtNk9AQAAAAAAAAAAAGBjObW1tbXZHoLk+f3vf18X/C4tLW3y+i0ZBK+qqooxY8bExIkT096zyy67xC233BI777xzs3rW1tbGbbfdFr/97W+juro6rT09evSIm2++OYYMGdKsngAAAAAAAAAAAADQGEFwmmXXXXfN6PotFQSvrq6Oiy66KKZOnZrx3o4dO8aECROib9++Ge+9+uqrY9KkSRnva9WqVdx1110xbNiwjPcCAAAAAAAAAAAAQGPysz0AZOKXv/xlvRB4hw4d4vTTT49DDz00unfvHmVlZTFr1qwYP358vPHGG3XXffzxx3HeeefFI488Em3atEm758SJE+uFwIuKiuLUU0+No446KkpKSqKioiLmzZsXEyZMiOeff77uunXr1sWFF14Yjz76aHTv3r2ZXzUAAAAAAAAAAAAApHIiOM2y8YngRUVFsfvuu8fuu+8egwcPjksvvTTl9S1xIvjcuXPj+OOPj89+y/bv3z/uvvvu6Nq1a73ra2trY8yYMXHvvfem1M8555z40Y9+lFbPDz/8MA499NBYu3ZtXa1r165x9913R//+/Rvcc88998TYsWNT5jziiCPi17/+dVo9AQAAAAAAAAAAAKApTgSnWYYMGRKDBw+u+1+fPn0iNze37vWNg+Bbwk033ZQSri4uLo4777yzwRB4REROTk5cccUV8cEHH6ScIj5p0qQ466yzGt33WbfffntKCDwvLy9uvfXWRkPgEf8Jmi9dujT+8Ic/1NWefPLJmD17dgwaNKjJngAAAAAAAAAAAADQlNymL4H6Hnzwwfj5z38eJ5xwQvTr1y8lBP55eOutt2LatGkptYsuuii6d+/e5N6rrroqWrVqVbdet25d3H333U3u+/DDD2Py5MkptdNOOy123333Jvdeeuml0aVLl7p1bW1t3HrrrU3uAwAAAAAAAAAAAIB0CIKTCE888UTKuqioKE466aS09nbp0iUOP/zwlNrf//73JvdNnTo1qqqq6tY5OTlx5plnptWzqKgovvGNb6TU/vWvf0VFRUVa+wEAAAAAAAAAAABgUwTBSYSpU6emrA877LBo06ZN2vtPPPHElPWyZcti1qxZGfXce++9o6SkpNk9169fH88991za+wEAAAAAAAAAAACgMYLgtHhLliyJ+fPnp9T23XffjO4xdOjQKCgoSKk9/fTTjV6/fv36ePHFFzer54477hjdunVLuycAAAAAAAAAAAAApEsQnBbv7bffrlfba6+9MrpHq1atYuDAgSm1efPmNXr9okWLYv369ZvVs6E9m+oJAAAAAAAAAAAAAOkSBKfFW7hwYco6Pz8/dt5554zv07dv35T1u+++m3bPhvZv6Z4AAAAAAAAAAAAAkC5BcFq8BQsWpKy7du0aubmZf+t269YtZb1o0aKoqalJq2deXl507dp1s3tWVFTE8uXLM74PAAAAAAAAAAAAAHyWIDgt3ooVK1LWG4er09WjR4+U9fr166OsrCytnp07d468vLzN7hkRguAAAAAAAAAAAAAAbLb8bA8ATamsrExZt2nTpln3KS4ubvDenTp1+tx6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IwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMI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AAAAAAAANpsgOIlQU1MTP/zhD2PKlCl1tZycnDj99NPjvPPOix122KHentWrV8f48ePjd7/7XVRXV0dExLx58+Lb3/52TJ48Obp27dpgr9atW6es169f36yZ161bV69WVFTUrHsBAAAAAAAAAAAAwGcJgpMId911V70Q+NixY+O4445rdE+7du3ioosuin322Se++93vRlVVVURELFmyJH7605/GXXfd1eC+jcPaDQW609HQvuLi4mbdqyXYbbfdomfPntkeAwAAAAAgKzwjBQAAAABaGkFwWryPP/44br311pTaaaedtskQ+Gftv//+cfHFF8eNN95YV3v22WdjxowZsc8++9S7fuMg+Jo1a5oxdURFRUWT906SgoKCKCgoyPYYAAAAAABZ4RkpAAAAANDS5GZ7AGjKY489lnK6dk5OTnz3u9/N6B5nnHFGtG3bNqX2yCOPNHhtly5dUtbLli3LqNd/LV26NGVdWFgY7du3b9a9AAAAAAAAAAAAAOCzBMFp8V5++eWU9YABA6Jr164Z3aNVq1YxbNiwlNqrr77a4LV9+vRJWS9fvjw2bNiQUb+I+kHwnXfeOfLy8jK+DwAAAAAAAAAAAABsTBCcFm/x4sUp6169ejXrPhvvW758eYPX9e3bN2VdXV0dixYtyrjfwoULU9a9e/fO+B4AAAAAAAAAAAAA0BBBcFq8devWpay32267Zt2ndevWKev169c3eN2uu+5ar9bY6eGNWbduXcyePTultssuu2R0DwAAAAAAAAAAAABojCA4LV67du1S1mVlZc26z8cff5yybt++fYPX9ejRI/r165dSe/nllzPq9eqrr0ZVVVVK7atf/WpG9wAAAAAAAAAAAACAxgiC0+LtsMMOKetZs2bFhg0bMr7P66+/nrLu3Llzo9cecsghKesnn3wyKioq0u716KOPpqy7desWu+++e9r7AQAAAAAAAAAAAGBTBMFp8YYOHZqyLisri2nTpmV0j1mzZsW8efNSasOGDWv0+iOPPDJlXVlZGQ899FBavVauXBlTpkxJqR1xxBFpTgoAAAAAAAAAAAAATRMEp8X7yle+Uq82duzYKC8vT2v/+vXr45prrknrvv81cODAOOigg1Jqv/71r2P58uVN9rv66qtj3bp1devtttsuRo4cmdasAAAAAAAAAAAAAJAOQXBavF133TW+/OUv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AAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABITEmhC4DUVFZWxrx58+LNN9+MlStXRklJSfTs2TP23HPP2GuvvSKXyxW6RAAAAAAAAAAAAADaOEFw2pxFixbFiSeeGOvWrcubHzBgQDz11FPN3ve1116L2267LZ588smorq6u9zm9e/eOk08+OcaPHx9lZWXNvhYAAAAAAAAAAAAAbElRoQuAllRbWxtXXHHFZiHwbd1z6tSpMWbMmHj88ccbDIFHRLz33ntx6623xnHHHRfz589vsRoAAAAAAAAAAAAAYGOC4LQpM2bMiBdeeKFF97zmmmvilltuiZqamkavWbp0aZxxxhkxe/bsFq0FAAAAAAAAAAAAACIEwWlDysvL48Ybb2zRPadPnx6//vWv8+bKyspi/Pjxcf/998dzzz0XM2fOjNtuuy0OPfTQvOetWbMmLrzwwli2bFmL1gQAAAAAAAAAAAAAguC0Gddcc02sWrUqIiI6duwYBx100Dbtt2LFirjhhhvy5vr06RP33XdfTJo0KT772c/GTjvtFLvssksceeSR8fOf/zwmTZoUuVyu7vkfffRR/OAHP9imOgAAAAAAAAAAAABgU4LgtAl//OMf48knn6wbn3/++TFw4MBt2vP222+P1atX142Li4tj6tSpscceezS4Zvz48XHGGWfkzT3xxBPxyiuvbFMtAAAAAAAAAAAAALAxQXCSV1FREddee23d+NOf/nScffbZ27TnihUr4t57782bO+2002KfffbZ6toJEyZE796968a1tbUxderUbaoHAAAAAAAAAAAAADYmCE7ybrjhhli+fHlERORyubj66qujtLR0m/acOXNmVFdX141zuVyceeaZjVpbVlYWJ510Ut7cM888E5WVldtUEwAAAAAAAAAAAABsIAhO0mbPnh333Xdf3XjMmDFx0EEHbfO+M2fOzBsfeOCBMXDgwEavHzNmTN543bp18eyzz25zXQAAAAAAAAAAAAAQIQhOwtatWxdXXHFF1NbWRkTETjvtFP/xH//RIvvOmjUrb27YsGFN2mPXXXeNvn375s395S9/2dbSAAAAAAAAAAAAACAiBMFJ2NSpU+ONN96oG0+aNCl22mmnbd73zTffjHXr1uXNHXDAAU3eZ9M1Cxcu3Ka6AAAAAAAA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x3HHHdesPQcNGpQ3Xr9+fZSXlzd5n02D4J07d46+ffs2qyYAAAAAAAAAAAAA2JggOMl66623Yty4cfHRRx/lzV966aUxduzYZu87ePDgzeYWLVrU5H0WL16cN959992bXRMAAAAAAAAAAAAAbKyk0AVAcyxbtizGjRsXy5cvz5u/6KKLYty4cdu096c+9ano0KFDrFu3rm5u7ty5cfjhhzdpnxdffDFv/JnPfGab6gIAAAAAgPaiY5c+ceipjxS6DAAAAADINHcEJzkrVqyIs846K9555528+fHjx8eFF164zft36NAhRowYkTf3/PPPN2mPJUuWxLJly/LmvvjFL25raQAAAAAAAAAAAAAQEYLgJOajjz6KcePGxZtvvpk3f/LJJ8ekSZNa7DojR47MG8+ZMyeWLFnS6PUPPfRQ3rhDhw5x2GGHtUhtAAAAAAAAAAAAAFBS6AKgsSorK+Occ86JhQsX5s1/5StfiauvvrpFrzVy5Mi49tpro7q6OiIiamtrY9q0aXHZZZdtde3q1avjgQceyJv7whe+EJ07d27RGgEAAAAAAFpDxy594tBTHyl0GQAAAABswh3BScLatWvjvPPOi/nz5+fNf/nLX47rr78+crlci16vZ8+ecfLJJ+fNTZs2LRYsWLDVtTfffHOUl5fXjXO5XFxwwQUtWh8AAAAAAAAAAAAA7ZsgOJlXU1MT3/zmN+P555/Pm//CF74QN954YxQXF2+X65533nnRqVOnvDouuOCCeP311xtc84tf/CJ++ctf5s19+ctfjr333nu71AgAAAAAAAAAAABA+1RS6AJga2699db485//nDdXUlISu+22W/z4xz9u1p577713jBo1aovP6dWrV1xyySVx7bXX1s0tW7Ysxo4dG6ecckoce+yxscsuu0RVVVW89tprMW3atHj22Wfz9thxxx3j0ksvbVaNAAAAAAAAAAAAANAQQXAyr7y8fLO5mpqauOeee5q95+jRo7caBI+IOP300+P111+PGTNm1M1VVlbGXXfdFXfdddcW13bs2DFuvfXW6N+/f7PrBAAAAAAAAAAAAID6FBW6AMi6K6+8Mi666KIoLi5u9Jp+/frFr371qxg2bNh2rAwAAAAAAAAAAACA9koQHLYil8vFhRdeGA8++GAcc8wxUVpa2uBze/XqFRdddFE8+uijsd9++7VilQAAAAAAAAAAAAC0JyWFLgC25vrrr4/rr7++0GXEkCFD4pZbbolVq1bF3Llz46233oqKioooLi6OHj16xJAhQ2Lo0KGRy+UKXSoAAAAAAAAAAAAAbZwgODRRly5d4vDDD4/DDz+80KUAAAAAAAAAAAAA0E4VFboAAAAAAAAAAAAAAACaRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkpqTQBUCK3nvvvZg/f368/fbbUVVVFR07dox+/frFPvvsEwMHDix0eQAAAAAAAAAAAAC0cYLg0ARPPfVU3HnnnTF37tyora2t9zlDhgyJcePGxQknnBC5XK6VKwQAAAAAAAAAAACgPSgqdAGQgsrKyrj44ovj/PPPjxdffLHBEHhExKuvvhqTJk2KM888M1asWNGKVQIAAAAAAAAAAADQXgiCw1ZUVlbGuHHj4o9//GOT1j3//PPx9a9/PZYvX76dKgMAAAAAAAAAAACgvSopdAGQdZdffnm89NJLeXP9+/ePs846K0aMGBF9+/aN5cuXx4svvhh33313LFq0qO55b731Vlx00UUxbdq0KCnxxw0AAAAAAAAAAACAluGO4LAFTz31VPzhD3/Imxs2bFj8/ve/j2984xvxmc98Jrp16xaDBw+Or33ta/Hwww/HMccck/f8uXPnxr333tuaZQMAAAAAAAAAAADQxgmCQwNqa2vjlltuyZvr379/3HbbbdG1a9d613To0CFuuumm2HvvvfPmb7/99li9evV2qxUAAAAAAAAAAACA9kUQHBowc+bMePXVV/PmvvOd70SXLl22uK64uDiuu+66vLnly5fHfffd1+I1AgAAAAAAAAAAANA+CYJDAx5//PG88YABA2LkyJGNWjt06NA48MAD8+b+8Ic/tFhtAAAAAAAAAAAAALRvguBQj+rq6nj66afz5k444YTI5XKN3mP06NF543nz5sX777/fIvUBAAAAAAAAAAAA0L4JgkM95s2bFxUVFXlzw4YNa9Ien//85/PGn3zySfzXf/3XNtcGAAAAAAAAAAAAAILgUI/XXnstb1xcXBz77bdfk/bYddddo2fPnlvcFwAAAAAAAAAAAACaQxAc6rF48eK8cb9+/aKsrKzJ+wwaNChv/MYbb2xTXQAAAAAAAAAAAAAQIQgO9Vq0aFHeuH///s3ap1+/fnnjTQPmAAAAAAAAAAAAANAcguBQj/feey9v3Ldv32bts2kQvLy8vNk1AQAAAAAAAAAAAMAGJYUuALKoqqoqb9ylS5dm7bPpujVr1sQnn3wSRUXZ/TsY69evr3d+yZIlUV1d3crVbH+lpaV546Ka96NofU2BqklLUU1JvPPOO3lz2/o1oh/Npx/Zoh/Zoh/Zoh/Zoh/ZoyfZoh/Zoh/Zoh/Zoh/Zsj36kYKNv2b69u0bxcXFBaxm2zgj9ee9sXz/zRb9yBb9yBb9yBb9yBb9yB49yRb9yBb9yBb9yBb9yBZnpK17Rpqrra2tbZUrQUIOPvjgWLlyZd14/PjxMWnSpCbvc88998R1112XN/fCCy80O1jeGubMmRMHH3xwocsAAAAAABL19ttvx4ABAwpdRrM5IwUAAAAAtkVrnpFm97bEUECrV6/OG3fo0KFZ+3Ts2HGzucrKymbtBQAAAAAAAAAAAAAbCIIDAAAAAAAAAAAAACRGEBzq0alTp7zxunXrmrXPmjVrNpvr3Llzs/YCAAAAAAAAAAAAgA0EwaEeZWVleeP6At2NUd+6TfcGAAAAAAAAAAAAgKYqKXQBkEWbhrVXrVrVrH02XdexY8coKsr237/47Gc/G7Nnz95svnfv3lFcXFyAigAAAACAlPTt27fQJWwTZ6QAAAAAwLZozTNSQXCoR+/evWPx4sV143fffbdZ+2y6rnfv3ttUV2vo0KFDHHTQQYUuAwAAAACgIJyRAgAAAACpyPatiaFABg0alDdeunRps/bZdN3gwYObXRMAAAAAAAAAAAAAbCAIDvXYNLD97rvvRlVVVZP3eeONN/LGu++++zbVBQAAAAAAAAAAAAARguBQrz333DNvXFNTE/Pnz2/SHv/7v/8by5cv3+K+AAAAAAAAAAAAANAcguBQj/333z+6du2aN/f88883aY9Nn19UVBSHH374NtcGAAAAAAAAAAAAAILgUI/S0tI44ogj8uZ+97vfRW1tbaP3ePjhh/PG+++/f/To0aMlygMAAAAAAAAAAACgnRMEhwaMGjUqb/z222/HU0891ai1r776asyePTtv7phjjmmx2gAAAAAAAAAAAABo33K1TbnFMbQjtbW1ccIJJ8Rrr71WNzdgwIB45JFHonPnzg2uW79+fYwdOzZefvnlurlevXrFn/70p+jUqdN2rRkAAAAAAAAAAACA9sEdwaEBuVwu/v3f/z1v7p133onzzz8/Vq1aVe+adevWxSWXXJIXAo+IOO+884TAAQAAAAAAAAAAAGgx7ggOW3HxxRfHH//4x7y5AQMGxLhx42LEiBHRu3fvWLFiRbz44otx9913x+uvv5733M997nMxbdq0KCkpac2yAQAAAAAAAAAAAGjDBMFhK1atWhXjxo2L+fPnN3ntrrvuGtOnT4/evXtvh8oAAAAAAAAAAAAAaK+KCl0AZF2XLl3i7rvvjqOPPrpJ6w466KCYMWOGEDgAAAAAAAAAAAAALc4dwaEJZs6cGXfeeWfMnTu3wefsueeeMW7cuDjxxBMjl8u1YnUAAAAAAAAAAAAAtBeC4NAM5eXl8dJLL8U777wTVVVV0bFjx+jXr1/su+++MXDgwEKXBwAAAAAAAAAAAEAbJwgOAAAAAAAAAAAAAJCYokIXAAAAAAAAAAAAAABA0wiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxJYUuAKCtqqioiHXr1sWOO+4YxcXFhS4HgER4/wBa25o1a2Lx4sWxePHiKC8vj6qqqqiqqorKysqIiOjcuXOUlZVFWVlZ9O7dOwYPHhy77757dOrUqcCVA1BINTU18dZbbzX5PWTQoEGx2267RUmJo2loD3zGBaA5vH8Arc0ZKQDN4YyUrPCVBLCJmpqaWLBgQbz33ntRXV0dvXr1in322Sc6duy4xXXr16+PRx99NB5++OGYN29erF69uu6xHXfcMQ4++OD4whe+ECeccEKUlpZu75fRrtXW1sYrr7wSL730UqxYsSI+/vjjyOVysdNOO0Xv3r3jwAMPjMGDBxe6zHblww8/bLAf+++/f3Tu3LnQJWbeww8/HEVFRfH5z38++vTpU+hyqIf3DyAV69evj+effz5mzpwZTz/9dLzzzjtRW1vbpD1yuVwMGDAgjjjiiBg5cmQMGzbML2YB2oEPPvggnnrqqZg5c2bMmjUr1q5d26x9dthhhxgxYkSMHDkyjjzyyNh5551buFJgW/mMmz5npNnjjHTbOSPNPu8fQCqckQLQXM5IyaJcbVN/kgFooz744IO4+eab4/HHH49Vq1blPVZaWhrHHXdcTJgwIXr37r3Z2n/84x9xySWXxMKFCyMi6v2QmMvlIiKiX79+cfnll8dRRx21HV5F+/buu+/G3XffHb/97W/r/mZdQ3r37h1nnHFGfP3rX4+ysrJWqrB9WbNmTdx3331x3333xaJFixp8XnFxcey7775x5plnxqhRo1qxwrQMGTIkcrlcFBUVxYgRI2LMmDFx1FFHRYcOHQpdWrvn/QM295Of/CSKi4tjxIgRsf/++xe6HP5/69atixkzZsSdd94Z77//fkTU/32nKTZ8j9p5553j3HPPjVNOOcV7E23Chjt2dO/evdEhg4ULF8ajjz4aL730Ut2fsZ49e8Yuu+wSRxxxRBx22GFbDT9AVn3wwQdx++23x29+85tYt25dRGz5PWTD+0NjntOhQ4c45ZRT4txzz/XLDsgAn3HT54w0W5yRtixnpNnl/QM254w0m5yRQtM4J4X/44yULBMEB4iIOXPmxAUXXBAVFRUNvgHncrno1q1b3HbbbXHAAQfUzb/88stx9tlnx8qVK+vWbnij3tjG+xYVFcXEiRPjrLPOatkXkrg333wz/vSnP9WNP/3pT8eXvvSlRq2dPn16/PCHP4zq6upGf1jP5XLRo0ePuOmmm2LYsGHNqrktW758ecyePbtu3K9fv/jc5z7XqLVPP/10XHbZZfHhhx82qh8b/szssccecfPNN8egQYOaV3QbtuGXHLW1tXX/v7p27RrHHXdcjB49Oj772c8WuML2yftHtlx22WV1B+tHH320g9YC2vA9KyLiU5/6VIwZMyZOOOGEen/ZR+t4+umn48orr4zy8vK87yv1fd9pik336tu3b1x11VVxxBFHbNO+bB9vv/12LFu2rG588MEHF7Ca7Jk1a1bcf//98eyzz0ZFRUVE/DOQM2TIkBg9enSMHTu23l92fPDBB3H11VfHE088UTdX33t79+7d41vf+laMHTt2O7+StqmioiLefffdqKqqip133jkGDhzYqHV//vOf637xtGLFisjlcnm/ePqXf/mX6Nu373auPm0zZsyIyZMnx5o1a7b4c+sGm/5c3Jjn5nK56NixY0ycODFOPfXUFqgaaA6fcbPBGWm2OCPNFmek2eT9I1uckWaHM9LscUZKhDPSxnBOml3OSAvHGSlZJwgOtHt/+9vf4swzz6z7Z+YaevPd8O2yc+fO8dBDD8Wuu+4aFRUVccIJJ8TSpUvz1m3pbgUbHs/lcjF16tRGH+K3Bz/60Y/irrvuqhvfeOONceyxx2513Xe/+924//77G/XD1sY2PL+kpCSuuuqq+OpXv9qMqtuun/zkJ/HTn/60bnzNNdfE1772ta2uu+OOO+KWW26JTz75JCIa14+N/8yUlZXFlClTHI5sYuMDw/oOpwYNGhRjxoyJr3zlK9GrV6+C1NjeeP/Ino3/nHTt2jWOPfbYGD16dOy3334Frqz92fgXsxFRd7euQw45JMaMGRMjR470S6hWdPfdd8cNN9xQ73tzfQdRO+ywQ+ywww51d+RYs2ZNrF27NtauXbvFg6sNjxUVFcUll1wS48eP3y6vh+a78cYb42c/+1lE/LN3CxYsKHBF2bB27dq4/PLL47HHHouIht+P99hjj7jttttiwIABdfNLly6Nb3zjG/H22283+Hlk05/dRo4cGTfffHOUlJRsj5fT5tx///3xwAMPxPz58/Pmd9pppzjxxBPj3HPPje7du2+27s0334yJEyfG3/72t4ho+OC9tLQ0xo0bF+eff747EdXjuuuui+nTp2/29b3p/8+ioqLo1atXdOnSpd73kFWrVsXy5cvr3os22HS/XC4Xp512Wvy///f/tuvrAjbnM252OCPNFmek2eKMNHu8f2SPM9LscEaaLc5I2cAZacOck2aXM9LCckZKCgTBgXaturo6xowZE//4xz8afchUW1sbhxxySPz85z+PKVOmxB133JH32O677x6HHXZY7LLLLtGpU6f44IMPYt68eTFr1qxYu3Zt3nN33nnneOKJJ6JLly6t8Gqz74QTTojXXnstIv75t0D/53/+J4qLi7e45j//8z/jpptuioj6f9jq0KFDdOvWLWpra2PlypVRXV2d99wNzy8pKYk777wzRowY0aKvKWVjx46t+yBRVlYWs2bNih122GGLax5++OG49NJLI2LLByib2vS5nTp1ihkzZsSQIUOaW36bs/Hh7cY2/cBcXFwchx56aJx00knxpS99qdH/RBdN4/0jm+o7WI+I2H333evutuKXgK1j0+9Zm/akW7dudXfr2nfffQtSY3vx29/+Nr7zne9ExOY/K/Xr1y8OPvjgOOCAA2Lw4MHRt2/f6NevX4OHrjU1NfHuu+/GsmXLYvHixfHCCy/EnDlzYunSpZvtn8vl4nvf+16MGTNme79EmuDGG2+MO++8MyL+2a+///3vBa6o8NatWxfnnXdezJo1q1F3n+vfv388+OCDseOOO0Z1dXWMHTu27v9jQ4e/9QUWjjrqqLj11lu3y2tqKz788MP4t3/7t5g7d25ENPxzVs+ePeP222+Pvffeu27+1VdfjXHjxsVHH33U6F887bfffvGzn/3Mz1cbuf322+Pmm2+OiM2/xx9wwAExbNiwuveQPn36bPXz+/r166O8vLzuPWT27Nnxwgsv5N3Rc8N/f/Ob34zzzjtvu74+4P/4jJstzkizxRlptjgjzRbvH9nkjDQ7nJFmhzNSNuaMtH7OSbPJGWnhOSMlFYLgQLu24UPfxm+mffr0iTPOOCMOPvjg2HHHHePjjz+OOXPmxLRp0/I+wM2YMSPOOeecWLVqVdTW1ka3bt3i6quvjlGjRtV7rfLy8rj22mvjySefrDuAyeVycdlll8WZZ57Zaq85qyorK+Pggw+u+0Hz+OOPjxtuuGGLa5YsWRKjRo2K9evX183V1tbG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I0aobNmyxuNCQ0M1c+ZMzZ07V5J0/fp1zZs3T3/++adxIa5evbpmzZqlokWL2pVRrlw5lStXzghAvv76a2Obffv2ac+ePapfv35WHG62NGnSJO3evTvRB6jixYurVatWeuSRR4zpWa5du6b9+/dr8+bNunbtmvFBymq1aufOnfruu+/Uv39/Vx2K6RDimsuPP/5ot1y1alV99dVXKlmypN36p59+WgMHDtSgQYN05MgRWa1WffLJJ8YUd56envr666/VpEmTZMuqWbOm5s+fryFDhmj79u3G62Tx4sWcj//H+TCnbdu2GdfzfPnyqVOnTvfdZvny5friiy8kOddQbpPwsREREXr99de1aNEiVatWLS1Vz5bOnj2rPn36KCQkRFLiUc88PT1Vo0YNVahQQaVKlVKpUqVUoEAB5cmTR3ny5JEUPxVtVFSUwsPDdfnyZV28eFGnT5/W4cOHdefOnUT7tZW5ePFilStXLqsP2ZQmTpyogwcP2gVItnOQP39+5cmTR6GhoYnCWKvVqsuXL6tv37765JNP1LlzZ9ccAJDJZs+erRUrVti9RqTEI2Ta1h09elT/+9//9N5772np0qX6448/Er22fHx8VKZMGXl6eurq1au6dOmSsR/bdXzhwoVq3ry5WrVqlUVH6j4uXryYKftNOOWvJF26dCnF6z3TAqd+RLo33nhDN2/etHtN5MmTRz179tRTTz2l2rVrK1euXJLiOyweOHBAa9as0Y8//mhc16X4zOX999/XzJkzM+5gAKSIjNT9kZFmHjJScyGTMxfOhzmRkZoLGak5kJEC90dOai5kpOZBRgp3YbHyNScAOdgzzzxj963E+009M2vWLE2YMEEWi0V58uRRZGSkJKlo0aL6+eefVbhw4fuWOWrUKC1fvty46Hft2lWffvppBhyN+0vttCqXLl3Sk08+qbt370q6N13myJEj9cILLyQ7Skp0dLTmzJmjqVOn2m2bN29ebdu2TQULFszAo3Jf/fv3144dO4xzUqVKlSRDXEkKDg42QlyLxaImTZpox44dkuJDrFmzZqUY4krx38Z3DHFr166dKEzOiaKiolS/fn3FxcUZowatWrUqyXNhExwcrI4dOyosLEzSvW+qDh06VMOGDXOq3Js3b6pNmzYKCwuT1WqVh4eH/vrrrxw/RTDnw5yio6NVv3594339ySef1JQp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VqtVu3fvzrKyDxw4kKgeuMdqtWrx4sVavHix09scOnRIzZo1S1N5jo1OaW0syW4Icc2lQYMGat++vVavXm00At29e1dbt27V1q1b7R5re/4sFosqVaqkDh06qHr16goICJDValVcXJzmz5+vBQsWqFq1aipbtqy8vb11/fp1HTp0SDdv3jRu2m37eeihh9SuXTtXHLopcT7MqUmTJmrevLnxTfgrV66oT58+yTbQvv7669qwYYOCg4MVGxurgQMHasaMGXrkkUecKm/Xrl0aNmyYpHvn+dlnn83QY3JXgwYN0vbt2yXF/90GBgaqffv2eu2119S9e/cMG1kuMjJSS5cu1ZQpU3Tr1i27EdcGDRqUIWW4q0KFCql8+fI6d+6crFarfv/9d925c0e5c+fOkP17e3tr5syZGjlypF3j4vnz53XhwgW7c4HEatWqZddAevDgQVdXKcexdTSzjQgVFBSkFi1aOLXtyJEjjZ+dvWYkZGvgsl07Spcunep95FQdOnRQ8+bNNW7cOC1fvtx4De3atUudO3fWyy+/rEGDBsnLy8vVVc02rFar9u7dq7179zq9zV9//aWnn346TeUdOXLEbjmpzioAMhYZqXmRkZoDGam5kMmZC+fDnMhIzYOM1PXISM2NjNQcyEndDxlp1iMjhTuwWPnUASAHGz16tAICAiTFf7D99ddfVa5cuUwtMzo6Wk2aNFFkZKSk+G+6/vDDD5lapruoVq1aqm6IE4bhderUSVWjSELDhw83psmzWCz666+/+Lbp/3vjjTeMEFe6dxPmKOH6SpUqaeXKlQoKClLHjh1ltVrtQl5nQlwpfkrhlStXytOT763Z3Lx5U3369FFgYKDdOXFke23kz59fCxcuNKZgtE115vg6S3hOHddbrVblzp1bixcvVo0aNTLr0NwS58Ocrly5os6dOxtTZlmtVnl6eqpXr1568cUXE90o79q1S6+++qqioqKM6Za7d++unj176uGHH06yjIMHD2rhwoVasWKF4uLijHPj5+enX375hWvI/xs7dqwWLlxo9zdusViUN29etWnTRo8++qjq1aunBx98MFX7PXPmjPbt26ddu3bp119/VURERKLrU8+ePfXhhx9m5OG4pY8++sj4fGSxWDRx4sQMbyCNi4vTqFGjtHLlykSfF2z/O3YogbRv3z717NnT7r19z549mR7M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tKOc4rvvvtPnn3+ebMOGZH8NtlgseuGFF/Tee+9p6dKleu+99xI17vn4+KhMmTLy9PTU1atXdenSpST3M2PGDLVq1SqzDxEAAABABiEjTRoZqeuRkboHMlLXISc1NzJS1yMjhbugIzgAAAAApAONHIlFRkaqffv2unjxYqJwo1y5cipatKhu3bql06dPKy4uzgj8ihQpoo0bN2rw4MH6448/jPWFChXSiy++KH9/f5UtW1a5c+dWcHCw/vjjDy1atEhHjhyxK6devXpauHChy47fLGyNHJkhqYArqcfwmkhZUFCQBg8erHPnziUZxKY1skluVIkHHnhAM2bMUIUKFdJR6+zh6NGj6tq1q/FcjRo1KlHjqqPJkydrxowZdo0UTz75pMaMGSM/P78Ut71y5YrGjBmjLVu2GNtbLBZNnDhR7dq1y5iDykYOHjyovn37GtOUpvQ+I0n58+dXQECAHnjgAd26dUudO3e2uwYlfGxCSTW4f/nll3r88ccz8nDc0pUrV9S2bVtFRUUZ66xWq8qUKaPGjRvLz89PYWFh2rNnjwIDA42/69y5c2vDhg166aWXFBQUZKyvV6+eRo4cqfr169s97//884++//57LV68WHfv3jXKKV26tH799Vd5enpm+bEDAAAASD0y0sTISM2BjNT8yEhdi5zUvMhIXY+MFO6EvxIAAAAAQIZasWKFES7ZQiXb1HRly5Y1HhcaGqqZM2dq7ty5kqTr169r3rx5+vPPP40ApHr16po1a5aKFi1qV0a5cuVUrlw59ejRQ1988YW+/vprY5t9+/Zpz549ql+/flYcrtvIrO+B8/3ytDl79qz69OmjkJAQSYmnxPT09FSNGjVUoUIFlSpVSqVKlVKBAgWUJ08e5cmTR5IUFRWlqKgohYeH6/Lly7p48aJOnz6tw4cP686dO4n2aytz8eLFKleuXFYfsqmcPXtW0r1gu0aNGvfd5qeffrJrnHj++ec1ZswYp8orUaKEZs6cqdGjRysgIMDYz/fff08Dh4M7d+7o3XffVWRkpNONFLdv39ZHH32k7777Tt98802iRvaHHnpIzZo1U9myZZU3b16FhoZq//792rlzp6Kjo2WxWIxz8t577+nXX39VgQIFsuaATerHH380zoHVapWnp6c++OADPffcc4keu2HDBr3zzjuKiIhQbGysJk+ebDRwSFK3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zlWmTBlJ9wLc06dPO71t06ZN1axZMzVt2lQPPfRQqsu2jeRh+ztwbHBBYl5eXnr99de1bNky1a5d2wj3rFarVq1apXbt2mnJkiWurma2UrduXXl4eEiK/1udN2+erl69munlBgcHa968ecZrM1euXKpbt26ml2t248aNs5uu+ejRo2rXrp2+//77RCNoFS9eXB9//LEx5fX58+fVqVMnffXVVwoNDU22jJCQEE2bNk3du3fXpUuXjHOQP39+vfLKK5lzYG7K1uBne47Wrl3r1HZr1qyxWz5+/LjOnz+fqrLXr19vt/zggw+mavvspGzZspLunYegoCCntx05cqTxr3nz5qku++zZs5LuXctT01ECAAAAABmpWZCRuhcy0qxHRmo+5KTmQUZqDmSkcDeMCA4AAAAgW6hdu7Y2b95s3JDTyOEa5cuXl6enpzFyyoEDB/Tcc885te23336brrIdRzewhTS4vypVqmjx4sWaP3++vvjiC2PauZs3b+rDDz9UQECAxo4dq0qVKrm4pu7Px8dHTZo00fbt22WxWBQaGqoBAwZo1qxZmdYwFxwcrFdeecUI4S0Wix577LFEI4vkRBUrVtT//vc/vfbaa4qLi5PFYlF4eLjGjx+vyZMn64knntBjjz2mqlWrqlKlSmrbtq28vLz0xhtvKCoqSpGRkZo0aZKmTp2qypUrq3LlysYoKTdv3lRgYKBOnjypuLg4u0ZEi8WiMWPGqGjRoi5+BsylUqVKyp8/vyIiImS1WrV69Wr17NkzxQa5gwcPKiAgwG7EoLi4OE2ePFn//e9/nSr31KlTWrlypXF+vLy8VL169fQejtsqV66c8ubNazTy7d27V/369XNq24EDB6arbMdrubMjSQEAAACIR0ZqDmSk7omMNOuQkZoPOal5kJGaAxkp3A0jggMAAADIFmrVqmX8bLVadfjwYRfWJufKnTu3MVKN1WrV7t27s6zsAwcOJFkPOMdisahPnz5as2aNWrZsaRfG7t27V126dNGECRMUGRnp6qq6vUGDBhk/WywWBQYGqn379po3b57RwJQRIiMjNX/+fHXo0EGBgYF2IXDCOuR0rVu31qRJk4wRb2x/9xEREVq9erXee+899ejRQ3Xr1lWdOnX0/vvvS5LdayQ2NlZHjx7VqlWrtGDBAi1YsEA///yzjh8/rrt379o9VoqfPrVjx44uO2azslgsateunfF8xcbG6tVXX9XmzZuTfPy2bds0cOBAxcbGSpL8/f1VrFgxWa1W/fzzz05NS37lyhUNGzZMd+7cMcpt1KiRPD1z9vgZlStXltVqldVq1Z49e7Ks3L/++sv4uWDBgjRyAAAAAKlERmoOZKTui4w065CRmg85qTmQkZoHGSncSc5+tQIAAADINmrWrGm3HBERoVOnTqlixYouqlHOVbNmTZ04cUKS9M8//+iff/7J9JAiOjpaW7ZsMULchx9+OMcHVGlVsmRJffXVV1qzZo0+/fRTXbt2zQgbv/nmG0myC2qReg0aNFCvXr20cOFC4282PDxcn376qb744gu1adNGjz76qOrVq5fqqRfPnDmjffv2adeuXfr111+NUUNs5VgsFvXs2VP169fP6MNya08++aSWLl2q999/X/v27bNrEEr4tx4dHa3o6Gi739t+tgXCCTnup0iRIho7dqxat26dWYfi9l544QUtW7bM+Lu9efOmhgwZokqVKqlBgwby8fFRWFiY9uzZo8DAQLvnvHv37ipdurTmzp0rq9WqiRMnat++fRo0aJBq165tV05YWJhWrlypGTNmKCQkxO597fnnn8/SYzajOnXq6O+//zZG5fr7778TPYcZLTQ0VH/++afxuknYgQUAAACAc8hIzYOM1L2RkWY+MlJzIic1BzJScyAjhTvhEx8AAACAbMHX11flypXT+fPnjXUHDx6kkcMF6tWrp4CAAGN5w4YNeumllzK1zI0bNyoiIsIIRho0aJCp5eUETz/9tJo2barx48cbUwraAsCEoS3S5t1339Xly5e1adMmu4A8IiJCK1as0IoVKyRJHh4eKlGihEqVKqUCBQrI29vbGJHFFraHh4fr0qVLunLlijHlsG1/kn0A/8QTT+i9997LykN1GxUrVtSiRYu0cOFCffPNN7p48aKk5P/eHdcn9TjbOciXL59eeukl9e/fX/nz58/gmmcv1apVU+/evTVv3jxZLBbjvefEiRM6efKk8TjHv+969erp8ccfV9WqVbV48WJj9JrNmzdr8+bNKlSokMqUKaM8efLo+vXrOnfuXJJT0dapU0dPPPGES47dTOrVq6d58+YZz/OGDRsyvZFj+fLlunv3rnFOGzVqlKnlAQAAANkRGal5kJFmD2SkmYuM1JzISV2PjNQcyEjhTixWvp4G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AAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDNeLq6AgAAAAAAAEi/qlWrJlo3btw4devWzQW1QU4UHh6udevWae/evTp8+LBCQkJ069YtRUZGJnrs3Llz1ahRIxfUEgDgroYMGaKNGzcay/nz59eGDRtUpEgRF9bKNaZOnapp06bZrStTpow2bdrk9D6eeOIJXbhwwW7dsGHDNHz4cKe2//PPP9W3b99E6zdu3KiyZcs6tY9Ro0YpICDAbt2jjz6qefPmObU9nBMXF6eOHTvq5MmTxrqHHnpIq1atUu7cuV1YMwAAAAAAkBHoCA4AAAAAAAAgze7cuaNp06Zp/vz5Cg8Pd3V1AADZ0LZt2+w6gUvSgAEDcmQncCC1cuXKpREjRmjo0KHGutOnT+v777/Xyy+/7MKaAQAAAACAjEBHcAAAAAAATOb8+fPy9/dP9vd58+bVr7/+quLFi2dIeX369NGuXbvs1hUsWFC7d+/OkP0DyL5u3bqlV155Rfv27XN1VQAA2VRMTIw++eQTu3XFihXTSy+9lKr9JDV7SkK+vr767bff5OXlleo6piQyMlLNmjW775eljh8/nqHlAgm1bt1ajzzyiN1nti+//FKdOnXKsPtKAAAAAADgGrlcXQEAAAAAAJA6kZGR+vLLL11dDQDQu+++SydwAE4LCwvT1KlTE/07f/68q6sGE/v+++915swZu3WDBg1Svnz5MrScGzduaPPmzRm6T0lat24dM2bAFEaMGGG3fPv2bU2cONFFtQEAAAAAABmFEcEBAAAAAHBDP/30kwYMGKBy5cq5uioAcqht27bp119/TfJ3BQoUUPXq1eXn5ydvb+9Ev/fz88vs6gEwobCwME2bNi3R+kcffVRly5Z1QY1gdrdu3dKsWbPs1hUtWlTPPPNMppQXEBCgp556KsP3CZhBo0aNVKdOHR04cMBYt2LFCr3yyiuqWLGiC2sGAAAAAADSg47gAAAAAAC4oTt37mjSpEmaMGGCq6sCIIeaN29eonUeHh5666231KtXryQ7gAMAkBrfffedbt68abeub9++mXaN+e233xQSEqKiRYtmyP4uXryoP//8M0P2BWSEgQMHaujQocZyXFycJk+erClTpriwVgAAAAAAID1yuboCAAAAAAAgbVavXq1jx465uhoAcqCYmBjt3Lkz0foXXnhBL730Ep3AAQDpFhoaqu+//95uXf78+dWrV69MKzM2NlYrV67MsP0FBATIarVm2P6A9PL391eFChXs1v366686cuSIi2oEAAAAAADSi47gAAAAAAC4KavVqkmTJrm6GgByoCNHjujOnTuJ1j/zzDMuqA0AIDtasGCBbt++bbeuQ4cOKlSoUIaV4evrm2hdQEBAhu1/+fLlTpWZWsOHD9fx48ft/m3atCnd+81q48ePT3QcSc04goxjsVjUs2dPu3VWq1Vff/21i2oEAAAAAADSi47gAAAAAAC4sc2bN2vv3r2urgaAHObMmTOJ1nl5ealixYpZXxkAQLYTHR2tRYsWJVr/3HPPZWg59erVU+nSpe3WHT9+PENGR969e7fOnTtnt65KlSqqUqVKuvcNpEfnzp0Tzd6yfv16Xbp0yUU1AgAAAAAA6UFHcAAAAAAA3ERynUYmTpyYxTUBkNOFhYUlWufj46NcuYgbAQDpt3LlSoWEhNitq1GjhmrUqJGh5VgsFnXu3DnR+owYFXzp0qWJ1nXr1i3d+wXSy8fHR23atLFbFxsby2jsAAAAAAC4KVpmAAAAAABwE40bN9ajjz6aaP1ff/2lrVu3uqBGAHKq8PDwROu8vLxcUBMAQHa0YMGCROu6dOmSKWV17do10bqff/5Zd+7cSfM+IyMjtW7dOrt1np6e6tixY5r3CWSkpP7uf/rpJ8XExLigNgAAAAAAID3oCA4AAAAAgBt54403klw/adIkWa3WLK4NgJzq7t27rq4CACCbOnbsmI4ePWq3zmKxJBrBOKOUL19e9erVs1sXGhqari9arlu3Trdv37Zb17x5c/n5+aV5n0BGatSokXx9fe3W3bx5U5s2bXJNhQAAAAAAQJp5uroCAAAAAADAeXXr1pW/v782btxot/7IkSNas2aN2rdv76Kaub9//vlHv/76q3bt2qWTJ08qNDRUMTExKlCggMqUKaO6deuqffv2ql+/vtP7vH37tjZv3qxt27bp6NGjCg4O1u3bt1WgQAEVK1ZM1apVU5s2bdSiRQt5e3tn4tHdExMTo61bt2rLli06evSoLly4oNu3bytXrlwqXLiwKlSooEaNGqldu3YqX758ptfn4MGD+v3337V//36dO3dOV69eVWRkpCQpf/78KlOmjKpWrapGjRrJ399fBQsWzPQ62cTFxenPP//Utm3bdPjwYZ09e1ZhYWGKiYkxnqvx48erdOnSWVanhKxWq/bt22f3/IWEhCgqKkq5c+dWwYIFVbZsWVWrVk2PPvqoWrVqpXz58rmkrmZ2+/Zt7d69W4GBgQoODlZERIS8vb1VrFgxValSRY0aNVKBAgUypezo6Gjt27dPBw4c0KlTpxQUFKSrV68qPDxckZGRyp8/v3x8fOTj46MqVaqoYcOGatiwocqVK5cp9UlJRESEtmzZoh07digwMFDnz59XeHi4rFarihcvrlq1amnSpElO7Ss4OFi7du3S0aNHFRQUpLNnz+rmzZsKDw/X3bt3jWMuWrSo6tatqwYNGqh+/fqZdh5SEhgYqF9//VV79+5VUFCQbty4odjYWBUsWFDly5fXI488os6dO6tatWpO7/PGjRtav369duzYoaNHjyokJESRkZHy8fGRn5+f6tSpoyeffFJNmjSRp2fmRfh37tzRzp079eeff+rw4cP6559/dP36deM9pFChQipXrpxq1qyppk2b6rHHHlPu3LlTVUZoaKg+//xzYzkiIiLJx3399dcKCAhwap89evRQgwYNUlUPm1OnTmnbtm3at2+fTp8+bVyXJSlfvnwqVaqUKlWqpIYNG+rJJ59U0aJF01ROWu3fv19btmzRwYMHdfr0ad24cUPR0dEqVKiQHnzwQb377ruqVavWffdz/vx5bd68WUeOHNHx48cVEhJivK94eXkpT548KlCggEqVKqWyZcuqQoUKqlOnjmrWrGmK68SKFSsSratVq5ZKliyZaWV269ZNe/futVsXEBCg1q1bp2l/y5YtS7QuqRGYkXnc4XPS9evXtWHDBv32228KDAzU1atXFRUVpUKFCqlIkSJ66KGH1KJFC7Vs2VIlSpTI0LI9PT31xBNPJPpbXb58udq2bZuhZQEAAAAAgMxlsTJcGAAAAAAApnL+/Hn5+/snWt+3b1+99957OnHihDp16qS4uDi73z/44INavXp1qjuN9enTR7t27bJbV7BgQe3evdvpfVStWjXRunHjxqlbt26pqoujJ554QhcuXLBbN2zYMA0fPtyp7adOnapp06bZrStTpozdSHeXL1/W+PHjtW7dukTPaVIaNGigjz76SJUrV072MdHR0fruu+/03XffKSws7L77LFOmjMaMGaOWLVve97HJud85sFqtWrhwoWbMmKGrV6/ed38Wi0WtW7fWO++8k+GdTmNiYrRs2TLNnj1bZ86ccXo7Ly8vdevWTUOGDElXZxhnnqulS5dq5syZ+ueff1Lc1/Lly/Xwww+nuS5pERsbq6VLl+qbb77RuXPnnN4ub9686t69u1599VUVL17c6e1GjRrldAfN+3F8/WWGP//8U3379k20fuPGjSpbtqyxfPjwYX399dfatGmTYmJikt1f7ty55e/vr1dffVXVq1dPd/1CQ0O1du1arVu3Tvv27Uux7OQ0a9ZMgwcPTnNnWBtnnquIiAh99dVXWrhwYYrvZ/e7bhw6dEirV6/Wli1bFBQUlOq65suXT88//7z69++vYsWKpXr7hJL6m3700Uc1b948Y/nkyZMaN26ctm/f7tQ+/f399cEHH6hUqVLJPiYsLEwzZszQggULFB0dfd99Vq1aVWPHjlXdunWdqoOzQkNDNWfOHP3www+6ceOG09sVLVpU/fr104svvuj0l5eS+0yTHqn9fBEXF6e1a9fq22+/1eHDh53ezsPDQ+3atdPw4cP14IMPpqGm8Zz5LLNhwwZNmTJFx48fT3Ff06dPT7Fj8o4dOzRjxgz99ddfaZopJnfu3HrsscfUrl07l3VatlqtatGihYKDg+3Wv/HGGxo4cGC69p3U9d/f319ffvmlwsPD1axZM+PLaFL887Ft2zYVKVIkVeVcuHBB/v7+dufA19dXv/32m7y8vJL87C3pvuc/IWc+495Pej9nO3u9TYkz78epldWfkxw5c27Cw8M1depU/fDDD3Z/c8nJnTu3+vTpoyFDhmTolyI3bdqkwYMHJyrrt99+U+HChTOsHAAAAAAAkLlyuboCAAAAAAAgdSpXrqxOnTolWn/mzBktXbrUBTVyX5s3b1b79u21du1apzqBS9Lu3bv17LPPauvWrUn+/syZM3rmmWc0adIkpzqBS/EdhgYOHKjp06c7XffUCAsLU79+/TR27FinOoFL8R2x1q9fr06dOmnVqlUZVpc9e/aoc+fOGjNmTKo6gUvxHcgXL16s9u3bJzlaaEa4fv26+vXrp/fee+++ncBdITAwUD169NCHH36Yqs5NkhQZGan58+erXbt2WrJkSSbV0Pzu3LmjTz/9VD169NAvv/xy347Yd+7c0S+//KLu3bvrk08+SVPHbZsZM2aoWbNmGjt2rP78888072v79u3q3bu3RowY4VQHsrQ6evSoOnTooJkzZzr9fpaUdu3aqXv37vruu+/S1Alciu+Q/t1336l169aZ9vq3+fHHH9WlSxenO4FL8R0fu3fvrr///jvJ3//999/q0qWLvvvuO6c6gUvxnUJ79uyp5cuXO12P+1myZImeeuopffXVV6nqBC5JISEhmjBhgjp16qRDhw5lWJ0y04kTJ/T8889r5MiRqeoELkl3797Vzz//rI4dO+rbb7/NlPpFRUVp5MiRGjp0aKo6ATuKjIzUm2++qZdeekm7du1KUydwKf79buvWrRo1alSa65Jehw4dStQJXJIaN26cqeUWKFAgUSf7O3fupOkzUEBAQKJz0KFDB3l5eaWrjrg/d/icdOjQIXXo0EFz5sxx+hp+584dfffdd+ratavOnz+fYXV59NFH5eHhkaisbdu2ZVgZAAAAAAAg89ERHAAAAAAANzR8+HDlzp070frp06c73cEsp1u7dq2GDh2q8PDwVG8bERGhYcOGaf/+/XbrT5w4oV69eqW5M9eUKVM0d+7cNG2bnPDwcPXt21d//PFHmraPiIjQm2++qe+//z7ddVmwYIH69u2b5o6gNrdu3dLbb7+tL774It11Sig0NFQ9e/ZM83OV2bZu3arnnntOR48eTdd+wsPD9f7772vs2LFp7izorqKjo/Xqq6/q+++/d/rLHzZxcXGaO3eu+vXrp1u3bqWp/PPnz+vu3btp2jYpa9asUe/evZ3+gkdq7N+/X7169Uo0WmxanD17NgNqFC8qKkpvv/22Jk6cmGH7TGj27Nn64IMPdOfOnVRvGxISoldeeSVR58Ndu3bpxRdfTNNzGRcXp3fffVfr169P9bYJ3blzR++8847ef//9dHXql+K/8NS7d+9MH90/vX799Vc9++yzOnDgQLr2ExMTo88//1yjRo1K9ftGSqKiotS/f3+tXr06XfuJiIjQwIEDM/RLW66UVAfU/Pnzq0aNGpledlKjoKf2ixhWqzXJbbp06ZK2SsFp7vA56c8//9QLL7ygS5cupWn7f/75R71799bly5czpD4FChRIcmYbOoIDAAAAAOBeUjdXNAAAAAAAMIWyZcvqueee0/z58+3WX7lyRfPmzdPLL7/sopq5h7///ltvv/12og6Zvr6+qly5sooWLaq7d+/q8uXLOnLkSJIdN2NiYjRixAitWbNGefPmVUhIiF5++WWFhITYPc7Ly0sPP/yw/Pz85O3trWvXrunQoUOKiIhIsm7//e9/1bJlS5UvXz5DjvXtt99OskNMmTJlVK5cORUtWlQ3btzQhQsXUhyhe9y4cSpWrJiefvrpNNVj1qxZ+t///pfiY2x18vX1ldVqVUhIiI4dO5ZsZ/2ZM2eqYMGCGfL3fvfuXQ0dOlSnT59O9LvSpUurbNmy8vPzk9Vq1ZUrV3Ts2LFkz2Fm+PPPPzVs2LAUR5AuVqyYHnroIfn5+Sk8PFyXL1/WiRMnku3EtGDBAknShx9+mCl1NqN33nlHv//+e7r2sWfPHr3yyiv6/vvv5e3tnUE1kwoVKqQHH3xQhQoVUsGCBZUrVy7dvHlTly9fVlBQULIdUA8fPqyRI0fq+++/V65cGTPux5UrVzRkyJBEf+MWi0UVK1ZUyZIl5evrq5iYGP3zzz8KDAxMc1lly5ZViRIlVKhQIRUoUEBRUVEKCwvTyZMnE72fJvTVV1+pXLlyeuaZZ9JctqMNGzbos88+S7S+ePHixmsrKipKFy5c0LFjx5Lcx40bNzRy5EgtWbJEFotFQUFBGjx4cKLnMl++fKpWrZr8/PyUK1cuBQcH6+DBg0l2QL97964+/PBDPfroo/Lx8Un1cd25c0f/+te/Uuy4nStXLlWqVEnFixeXr6+vIiIidPXqVR07dizJOkVFRelf//qX5syZowYNGqS6Tplt1apVeuedd1L84oXtPbNw4cLy8PDQtWvXdOLECV2/fj3JxwcEBChv3rwaM2ZMhtTx3Xff1Z49exKt9/Pz04MPPqiiRYsa9Tp27FiyHfjHjRunXbt2JVtOnjx5VL58eZUuXVr58uWTxWJReHi4bt26pTNnzqT4OnOF3377LdG6+vXrJxq1ODM0adJEpUqVsuuke+TIER0/flxVq1Z1ah9//fVXohlFqlSpolq1amVoXWHPHT4nnThxQkOGDEk0Cnju3LmN60H+/Pl1/fp1BQYGJvslr8uXL+ujjz7SzJkzM6RejRo1SjTLw/bt2xUXF5dhnysAAAAAAEDmoiM4AAAAAABuavDgwVq2bFmizmWzZs3Sc889p4IFC7qoZuYWExOjt956y66jSNOmTTV48GDVq1cvUUej0NBQzZo1S3PnzlVsbKzd7y5evKhvv/1Ww4YN05tvvmk3Ot+DDz6o1157Ta1atVK+fPnstouOjtaKFSv0v//9Tzdv3kxUv3HjxmVI546VK1dq586dduuefvppvfTSS6pdu3aix584cUILFizQ4sWLE3WKsVqt+uCDD1S/fn2VKFEiVfVYvXp1sp3A/fz89OKLL6p9+/YqU6ZMot/fuXNHu3bt0tSpU7Vv375Ev580aZIaN26smjVrpqpOjubNm2c3krunp6d69uypZ555JsnOX9HR0dqwYUOaOmWm1o0bN/Tmm28m27np8ccf14ABA9SgQQNZLBa73128eFFLly7VrFmzkpwtYMGCBWrcuLHatGmTbPn169dPtO7o0aOJOsLmy5dPTz31VIrHUrhw4RR/n5mWLFmitWvX2q0rX768OnXqpFatWqlUqVIqWLCggoODderUKa1du1a//PJLog5bkrRv3z59+umn+vjjj9NcnwIFCqhVq1by9/dXrVq1VK5cuWQfGx4erk2bNmnBggWJZiKQ4kecnjFjhoYOHZrm+iT08ccf68aNG8ayr6+vBg8erHbt2iX5+r9+/brWrFnj1L4feughtWnTRs2aNdPDDz+c4rXqn3/+UUBAgBYtWqTQ0NBEv//kk09Ur149VaxY0amyUxIaGqr333/f7r3v6aef1oABA1SjRo1Er63Lly9r8uTJWrZsWaJ9HTx4UCtWrNDTTz+t4cOH232ZpVatWho+fLiaNGkiLy8vu+3Cw8O1cOFCTZ8+XVFRUYnqN2XKFH3wwQepPrZ///vfyXYCr1q1qvr376/HH388yfez8PBwrVu3TtOmTdPFixftfnfnzh29/fbbWrlypQoUKJDk/suWLWv33nr+/Hn5+/snetzcuXPVqFGj1BxWsnbv3q3Ro0cn2Qm8YMGCev7559WtWzdVqFAh0e/j4uK0f/9+zZgxI8kRcRcuXKimTZuqdevW6arj+vXr7Z4Xi8WiTp066YUXXlCtWrUS/b3Fxsbq999/T/T6O3TokJYsWZJkGY8//rj69u2rBg0aJPpbSygkJER///23Nm3apM2bN2fKDAPOio6O1sGDBxOtz4rRwKX4L0R07tw50WewgIAAjRo1yql9BAQEJFrHaOCZy9Wfk5wRExOj119/3e56ULVqVQ0dOlTNmzdPdK9gtVq1e/duffbZZ0m+JjZv3qwNGzak+71IUpKfoW/cuKHAwEBVq1Yt3fsHAAAAAACZj47gAAAAAAC4KT8/P/Xt2zdRZ5UbN27o22+/1euvv+6aipnc1atXjU5Onp6eGjt2rLp3757s44sUKaJ33nlHNWvW1JtvvploVN6FCxeqRIkS2rFjh7Gud+/eGj16tHLnzp3kPr29vfV/7d15VFX1/v/xFzMCAg6IJKlpKlqZ8xClOZQZilrqrcSyNEr7ZTlctWWppbfyW3lzyjTzq5WWaXI1vc5ppmUOpGY5DyU4ITgADqjw+8OlX3Hvg4dzNhwOPB9rtVa+z9nv8z5w9tnbeu3P7t69u+rXr6+4uLhcgUtJWrt2rZKTk02D0flxcwjc19dXY8eOzXNF7xo1amjUqFF67LHH1L9/f0NIPSMjQ6NHj9akSZPsniEpKUlvvvmm6WNPPPGERowYoVKlStnc3sfHR9HR0YqOjtb06dP14Ycf5gpqXr58WYMHD9bChQudWp355kBepUqVNHXqVNWoUcPm8/38/BQTE+Pw6+XH22+/rZMnTxrqPj4+Gj16tLp06WJz2zvuuEOvvvqqHn/8cZsrno8YMUINGjRQ+fLlTXt069bNsOryxIkTDUHwMmXK6P3337fnLbnE559/fuPfvby89OKLL+qVV14xBCQjIyMVGRmpli1bql+/fho6dKgSExMN/ebOnavY2FjToHxeatWqpfj4eD366KN5hjNvFhQUpNjYWHXs2FHffPON/vWvfxlWaf7ss88UFxdnycUJN+8PDz74oD788MM8Q/xlypRRjx49bD7u5eWl9u3bq0+fPqpdu7bdc9x5553q37+/4uLi9NZbb2nVqlW5Hr9w4YImT56scePG2d3Tlv3799/494CAAI0fP14tWrSw+fyKFSvqvffeU7Vq1UwvdJk5c6aSkpJy9R04cKDi4+MNQcTrgoKCFB8fr7p16yo+Pt4QSlywYIEGDx6c53fmrZYuXaq5c+ca6j4+Pho6dKh69uyZ5/ZBQUF68sknFRMToyFDhmj58uW5Hk9OTtbo0aNNV1J3hfT0dA0YMMB0FfOWLVtq7NixeX6WPT091aBBA3322Wf6/vvv9cYbbxh6vfnmm6pfv77KlSvn8Jw372MhISGaPHmyGjdubPP53t7eatmypaGekJBguprx6NGj1b17d7tmKVeunFq1aqVWrVrp6tWrWrFihWbOnGnXtlbbvXu34aI7SXavxm2FLl26GM6tv//+ew0ePFje3nn/L7Xz589r2bJluWre3t6KjY21fE78H1efJ9nj5r9/SNLrr7+ul156yeaK2x4eHmrcuLG++eYbDRw40PDdK137O4gVQXBb+9fOnTsJggMAAAAA4Ca4pxcAAAAAAG6sT58+Cg0NNdRnzZql1NTUwh/IzXz44Yd5hsBvFhMToyeeeMJQT01N1ciRI2/8uWfPnhoxYoTNEPjNatSooTfeeMNQz8nJ0aJFi+yayx4eHh63DYHfrFmzZvrkk09Mg9UrV67Uhg0b7H7td955x7BqvSS99tpreu+99/IVaOzTp4/pariHDh3SwoUL7e6Tl4iICH355Zd5hsAL06+//mq60rKHh4fef//9PMNNN6tevbpmzJhhczVnK4K0Rd3NYc63335bAwYMuG0Qu3Llypo1a5aaN29ueOz6KvlmoUVb+vXrp0WLFqlDhw52h8Bv5uHhoaefflrjxo0zhMcuXLig+fPn57tnXqKjozVlyhSnV3JftmyZPvroo3yFwG9WtmxZTZgwwXRF1hUrVpgGAB3l4+Ojzz//PM8Q+M1efPFF08/Hrl279Mknn9z48xtvvKGXXnrJZgj8Zs2aNVN8fLyhfv78ea1cudKuuSQpMzNTY8aMMdR9fHz02Wef3TYEfjN/f3+NHz/e9DiycOFC0/CkK4wbN87089CtWzdNnTo1X5/ljh07auLEiYbf2enTp/XFF184Pat0LWg/a9asPEPgeVmzZo2h1qlTJ7tD4Le6ftGG2cUDhWHnzp2m9Zo1axbaDFWrVlX9+vVz1U6dOmW6Qvytli9fbjjnefDBBxUWFmbpjPg/7nieNHLkSPXt29dmCPxm3t7e+uCDD0zvGvLLL78Y7tTgiKpVq5qe85utRA4AAAAAAIomguAAAAAAALix0qVLq0+fPob6+fPnNWXKFBdM5D7+8Y9/qH379vnapl+/fqYhvqtXr0qSoqKiNGTIkHz17NSpkyIjIw11ewJH9urRo4fdIfDrGjVqpNdee830sTlz5tjVY+vWrfrxxx8N9djYWPXr1y9f81zXo0cPtWvXzlD/8ssvHep3q7ffftvplditNHv2bNN6XFycOnTokK9ed9xxh80g05IlSwwr0xdXffr0MaxwnhdfX19NmjRJlStXNjx24MAB/fDDD3b3suqz9eijj6pz586G+rfffmtJf+na8eX99993KLB+Kyvet5eXl8aMGWO4+Ony5ctKSEhwuv91r776qho0aJCvbV555RXT+vVjQ4sWLdSrV6989XzhhRcUEBBgqOfn2PDll1/q1KlThvrIkSNNw+u34+HhodGjRxuOWTk5OZZ9BzsjKSlJ8+bNM9SbNGmiUaNG2RXCv1WrVq30/PPPG+pz5841rNjuiEGDBjl8gcTVq1d17NgxQ71Tp07OjuUyt95pQrq2SnuVKlUKdQ6z8PB//vOf2263YMECQ83suxrWcbfzpJiYGD3zzDP52sbPz8/0Tk/Z2dm57kjkKC8vL9N9zGx/BAAAAAAARRNBcAAAAAAA3FzPnj1VoUIFQ/2bb75RcnKyCyYq+vz8/DRgwIB8b1epUiXdd999Nh8fNGhQvkOTHh4epqvc7tmzRzk5Ofme8VYhISF69dVXHdq2Z8+epsGQtWvX5rq9vS2zZs0y1IKCgkxXQc+PAQMGGFZR3Lt3rzZv3uxU34cfflgtW7Z0qoeVTpw4odWrVxvqZcqUUf/+/R3q2ahRI9Ng1MWLFy1fTbooqlixov7f//t/+d4uKChIQ4cONX3MVSvnvvzyy4ba4cOHLbsbRN++fU2PLa4UEhKip556ylDfsmWLJf0rVKig3r1753u7hg0b5rni77Bhw/LdMyAgQA899JChbm8w78qVK/rqq68M9fr16+frQohbBQUFmX72EhISdOHCBYf7WmH27Nm5Vv6XrgUcR4wYIW9vb4f79u3b1xDKP336tJYuXepwT+naKtdPP/20w9unpaUpOzvbUI+IiHBmLJcyO28tX768U78/Rzz++OPy9/fPVfvhhx/yDAInJSUZzkNCQ0PVpk2bghgRcr/zJB8fH4eOB5LUtm1bBQYGGuq7du1yaqbrzFZCT0pKsqQ3AAAAAAAoeATBAQAAAABwc/7+/qarkV6+fFkTJ050wURFX0xMjMqUKePQtvfff79pvUqVKqahPXvUr1/fUMvMzNSRI0cc6nezLl26GFbQtZevr6/pqoVXrlzRkiVL8tz23LlzpislP/XUUypbtqxD81x311136YEHHjDUN27c6FRfZ8KRBWHp0qW6cuWKod6tWzcFBwc73PfFF180rS9evNjhnu4iPj5epUqVcmjbtm3b6t577zXUf/75Z9NVeQtalSpVVLVqVUN9x44dTvf28fExXRG3KDC7WOP333+3pPc//vEPhwKnnp6eNi8Sat68uapXr+7QPGbHhkOHDikrK+u2227YsMH0gp2+ffs6NMvNOnXqpKCgoFy18+fPW/LZc1R2drYWLVpkqD/66KOqUaOGU72Dg4PVsWNHQ93ZY07Xrl0dWqX8Oluf1bS0NId7uppZENwsoFrQSpcurbZt2+aqXb58Oc9zn4SEBMMFfI8//rgld1WAOXc7T2rfvr3DF1j5+/ub/h2kIIPgp06d0sWLFy3pDwAAAAAAChZBcAAAAAAAioGuXbuarty8cOFC7d+/3wUTFW3OrPpsK9D30EMPORzostXz5MmTDvW7WUxMjNPb37r6tiT99ttveW63fv16w8qs0rVQlBWaNm2a75nyEhAQUKRWA5dsv5/Y2Fin+kZFRalWrVqG+t69e3X+/HmnehdlPj4+Tn/+zH722dnZ2rRpk1N9HVW5cmVD7Y8//nC6b9OmTZ2+YKOgmB3rTp8+bckdMAri2NCiRQtLe165csWuoO+aNWsMtdDQUEVHRzs8z3W+vr6mIXVnvoOdtXPnTp06dcpQt+qY06xZM0PN2ffr7GwhISHy8fEx1BMSEpzq60pmF9Xktdp+QTK7GGbBggWmz83JydF//vMfu3rAOu52ntSqVStnxlLNmjUNNbPvPUfYCqi74kI3AAAAAACQfwTBAQAAAAAoBry9vU1vgZ6dna1///vfLpioaDMLsNnLVjjS1krhzvTMzMx0uKcklSlTRnXr1nWqR1hYmGrXrm2o324F3s2bNxtqoaGhuueee5ya5zqzlZm3b99uWI3TXrVr1zYN1LnS9u3bDbVKlSo5vbqtJLVu3dpQu3r1qmUrKxdFjRs3dvhOANe1a9fOtO6qn5vZ+7EiFGZrdeuiwNbvMDU11am+/v7+ioqKcnj7wjw2ZGRk3HZbs+/gpk2bOrTiuRmz7/Jt27ZZ0tsRti7GMLt7hCPM3u/hw4d1+vRph/pVrFjR6YCzrZXo58+frylTpujq1atO9S9sWVlZunTpkqEeEBDggmmufXZuXSV5586d2rdvn+G5mzZtUlJSUq7a3Xff7fQ5GPLmbudJDRo0cGYk0++M9PR0p3peZ+tuKVb1BwAAAAAABcua/+oLAAAAAABcLiYmRtOnTzfcInzVqlXavn27U2G04sTb29v09uf2shVIqlSpksM9AwMDTevOhi+cCTXerFatWoZVhpOTk5WWlmYzqGh2q3pbK+Y6wiwMmpGRoYyMDJUuXTrf/erUqWPFWJZJTU01XYXRqt+pWbhfuhZoNlttvTiw4iKEihUrqly5cobQ8Y4dOxzueenSJf3888/6888/tWfPHh0+fFjp6enKzMxUZmamrly5kq9+VoS2CmN/OHr0qDZu3Kg9e/Zoz549On78uDIyMpSZmakLFy7k+6KOc+fOOTVPeHi4UxeD2Do2REZGWt7zdr/jixcv6tChQ4Z6tWrVHJ7lVmbfwcePH7esf36ZHXMqVqyooKAgS/rbugDhxIkTDl1gYus7OL/atWunxMREQ/3jjz/WokWL9Mwzz6h9+/YqX768Ja9XkC5cuGBa9/f3L+RJrvH09FSnTp00bdq0XPWEhAQNGTLEULtV586dC3K8Es/dzpO8vb1VsWJFp2Yy+/uCPRcG2cNWENzWfgkAAAAAAIoWguAAAAAAABQTHh4eGjBggOLj4w2PjRs3TrNmzXLBVEVPcHCwU9v7+vqa1kNCQizvmZWV5XBPyfwW8o6oVauWaf3kyZM2g+CHDx821E6cOKFhw4ZZMpOt1dLPnj3rUBC8XLlyzo5kqZSUFNO6VQEnW32sWE26qLLyZ7dhw4Zctb///jvffX7//XfNnj1bK1ascHr1/5s5G4iWCm5/uHr1qhISEpSQkKCtW7c6vIK/GWffd0EdG5zp6+ix4ciRI6arQW/cuNGy72Cz73grPnuOMpsnKyvLsvdr67N69uxZh/pZFczu3r27pk+fbnrMOHjwoMaMGaN3331XdevWVbNmzdS4cWPdf//9Dh0nC9rFixdN664KgktSly5dDEHwRYsWadCgQfLy8pJ07Xxk+fLluZ7j5eWlTp06FdqcJZG7nSdZsc/5+fkZas7+XeE6W/uZrf0SAAAAAAAULQTBAQAAAAAoRlq2bKmGDRtq69atueobN27Uhg0bFB0d7aLJig5bK945y5VBJVscWaXUTGhoqGndVugvKytLp0+fNtSTkpKUlJRkyUy2OBpELGqhOFvvw1bwPr9sBX1dGeQsaM7cCeBmFSpUMNTyswr32bNn9dFHH2nevHnKzs62ZKabWRHaKoj9Ydu2bRo1apTpys1WuHTpklPbF9SxoaD65uXEiROm9d9++02//fZbgb2uo6FoK5i957S0NNOVmq3k6mNOQECAxo8fr+eee06XL182fU52dra2bdumbdu26dNPP5WHh4dq1qypZs2aqXnz5nrggQdMA6ZFhZUXjORXtWrVVK9ePW3btu1GLSUlRevXr1fLli0lScuXL9f58+dzbRcdHW16rIB13O08ydYdHooKV+5nAAAAAADAeZ6uHgAAAAAAAFhr4MCBpvVx48YV8iRwtaCgoALtYysMY9Vt6h3h6GsXtYCOrZ+tVb/TwMBAeXoa/9NgcQ6CF+T+cOXKFbtW9U5NTVWPHj00d+7cAgmBW8Xq/WHVqlWKi4srsBC4RIjtZvm5MMFK7vjd76rXtXIfa9iwoWbNmqWwsDC7np+Tk6M9e/Zo1qxZevnllxUdHa0333yzQPdPexTVFYm7dOliqN18gYHZxQZm28BanCdZy9Z+5oqLmQAAAAAAQP6xIjgAAAAAAMVMo0aN9PDDD2vt2rW56jt37tTy5cvVrl071wyGQmfVKuW2Amu3roB5nbMr8zqjuIRBbYWKrQrkeHh4yN/f3/A7tCfM7K4CAwMLtE9GRkaer3HhwgU9++yz2r9/f579vb29FRYWpooVKyokJER+fn7y9fWVt7fxP+Vu3bpVf//9d/7eQCH7+eef9frrr9tcrfi6wMBAhYeHKzw8XKVKlZKfn5/8/Pzk4eFheG5Br/Ls7lz5HewqrnrPReWY07BhQy1dulTTpk3TV199ZfP4bCY9PV3z5s3T/Pnz9dhjj2n48OF2h8qtZOv45urPc0xMjN59991cc6xevVrnzp3T2bNntXnz5lzPDwkJUdu2bQt7zBKH8yRr2QqCF8U7HgEAAAAAACOC4AAAAAAAFEMDBgzQjz/+aAgoffzxx2rbtq28vLxcNBkKk1WraNoKlNkKiJutoIj8sRUovnDhgiX9c3JyTD8fRW1ldCtZFSbMysoyrfv5+eW53aeffmozBF61alV17dpVTZo0UZ06deTj42PXLMOGDSvSQfCsrCyNHDnSNATu6empli1b6vHHH1eDBg0UGRlpd1+C4Hkricd4Ly+vIr3KfmEoXbq0Bg0apL59+2r58uVauXKlNm/ebPcKxjk5OVq6dKm2bNmiiRMnqn79+gU8cW6+vr7y9/c3HJtcHbwtXbq02rZtqyVLltyoZWVlacmSJUpJSTGca7dv316+vr6FPWaJw3mStWyd6wcHBxfyJAAAAAAAwBEEwQEAAAAAKIaioqIUExOjxYsX56ofPHhQCQkJ6tq1q4smQ2HKyMgo0D6lS5c2rdsKybRv314ff/yxJTMVd7aCN1YF4jIzM01Dk8U58FOQ+4OHh4fN/UGSTp06pRkzZhjq3t7eGjp0qHr27Gm68vXt5GfVX1eYM2eOaVC9cuXKmjhxoqKiovLd09WhUHdga0XckSNH6plnninkaQpHqVKlDBcc1K1bV/PmzXPRRK4TEBCgLl26qEuXLsrOztaff/6pLVu2KDExUVu2bFFqamqe26ekpOjll1/Wt99+qypVqhTS1NdERETo0KFDhnlcrXPnzrmC4JK0YMEC05/lE088UVhjlWicJ1nr5MmThpqHh4fuuOMOF0wDAAAAAADyi+WZAAAAAAAopl577TXTVWUnT55sc0XboobAn3NOnz5tSZ8zZ86Y1m2FYUqXLm16K/mzZ89aMk9JYOtnm5aWZkl/W31CQkIs6V8UWfX5M+sTEBCQ5yrMP/zwg+n37pAhQ/Tss886FAKXbO+bRcWyZcsMtdKlS2vWrFkOhcAlvkfsERYWZlovzj+78uXLG2rF+f3ay9PTU/fee6969eqlCRMm6Oeff9Z///tf/fOf/9T9999vc7szZ85ozJgxhTjpNZUqVTLUTpw4Uehz3Co6OloVKlTIVduxY4eSk5Nz1apXr57nzxXW4TzJWmb7Wfny5VndHgAAAAAAN0EQHAAAAACAYqpy5cp68sknDfWjR49qzpw5lr6WWeDc2bB5Tk6O0tPTnepR0u3du7dA+4SHh9vcxizMZVU4pySwFeTcs2ePJf13795tWjcLUxYX+/btK7A+t/u5rV271lCrVKmSnn32WadmKQoBSVtOnz6t7du3G+rPPfecUyuMFuX3XFRERkaa1ovzd7DZey7O79cZ1atXV58+ffTtt98qISFBTZs2NX3eunXrLDuPsJfZ7zE1NVVXrlwp1Dlu5eXlpU6dOt32eZ07dy74YSCJ8ySrma0IbutYAgAAAAAAih6C4AAAAAAAFGP9+vUzXZl56tSpysjIsOx1goKCDDVnV/M+fvy4rl696lSPkq4gwzCVKlVS2bJlbW5Tu3ZtQ23//v2s8m6ncuXKKSIiwlDftWuXJf1t9bnvvvss6V8U2Qp15cfFixf1119/Ger33ntvntsdPnzYUGvTpo3DK4FL14LWZrMUFUeOHFF2drah3rZtW6f6btu2zantS4Jy5cqZhiTNgvnFhdkxJz09XQcOHHDBNO6jTp06mjlzph599FHTx3/66adCncfsTgHZ2dlF4ruuS5cueT5ub1gc1uA8yTpXr141PU9x9M4dAAAAAACg8BEEBwAAAACgGAsPD1dcXJyhnpaWppkzZ1r2OmZB8JSUFKd6bt261antce33vHPnTqd6pKSkmAZobxd8bdiwoaF25coVfq/5cP/99xtqSUlJlgQb16xZY6h5eXkVy4DTdb/++qvTF5f88ssvpj3q1q2b53apqamGmtmq+fmxZcsW5eTkONWjIJ06dcq07uz73rRpk1PblxSNGjUy1P744w+XX4xjdgcRSU7vm2bHHInPiz08PT315ptvytPT+L+LrLqgzF733HOPab2w5zBTvXp10+PydQ888ECed0qB9ThPssahQ4dM7+R0u3N9AAAAAABQdBAEBwAAAACgmIuPj1dwcLChPmPGDKWlpVnyGmYrj+7du9epnmYBDOTfkiVLnNp+6dKlpgG9Bg0a5Lld69atTVc7nj9/vlPzlCT169c3rS9atMipvvv27TNd6bJmzZoKCAhwqndRlpKSoo0bNzrV4/vvvzet5xUOlMzvkGB2t4b8+Oabb5zavqDZChw7876PHTumdevWObx9SdKmTRtD7cqVK0pISHDBNP8nMDDQtH7x4kWn+jZv3tz0+4tjjn3Cw8NVvXp1Q/306dOFOkdUVJTpxQLOnlNapXPnzjYfu92K4bAe50nWsLV/FcfQOwAAAAAAxRVBcAAAAAAAirmQkBD17t3bUM/MzNTUqVMteY3atWsbatu2bdOlS5cc6nfixAktX77c2bEgacGCBTp79qxD216+fFmzZ8821L29vfX444/nuW3FihXVvHlzQ33FihXav3+/Q/OUNO3bt5e3t7ehPm/ePKWnpzvc97PPPjOtd+zY0eGe7mLWrFkOb3v06FGtWrXKUL/zzjtVr169PLctXbq0oXb8+HGHZ9m1a5c2bNjg8PaFwewCJMm59/2///u/unLlisPblyRt2rQx/R1Mnz7ddOXXwhIYGGh6kdCJEyec6uvr66uYmBhDfefOnfrxxx+d6l1SmAVczY5BBcnX19f0whpn725ilQ4dOuiFF14w/adt27auHq/E4TzJGmb7V2hoqGrUqOGCaQAAAAAAgCMIggMAAAAAUAI8++yzpqt2z5kzx+nwlSTVqVPHUMvMzNTq1asd6vfee+/p8uXLzo4FSWfOnNHEiRMd2varr77S4cOHDfWWLVuqQoUKt92+V69ehlpOTo4GDRqk8+fPOzRTSRIeHm66qm9qaqomTZrkUM/ExETTlTL9/f3VtWtXh3q6kx9//NHhUOjYsWNNL27p1q2babD1ZuXLlzfUHA1yZ2VlaejQocrJyXFo+8Ji9p4laf369Q7127p1q7788ktnRipRAgIC1L17d0P92LFjeuedd1ww0TUeHh664447DPV9+/Y53fu5556Tp6fxf3mMGDFCKSkpTvcvzrKzs3XkyBFD3Z5jvdVatGhhqCUmJprenaSwBQcHa+jQoab/+Pn5uXq8EofzJGv8+uuvhtqDDz5o+n0KAAAAAACKJv4WDwAAAABACRAQEKC+ffsa6llZWfrrr7+c7h8dHW0aFhg/fny+Vx798ssvtXTpUqdnwv+ZPXu2VqxYka9tEhMT9fHHH5s+9vTTT9vVo2XLlqargu/evVsDBw60LAyemZmpmTNnWtKrqOnZs6dp/YsvvtCyZcvy1ev48eMaOHCgaYC4Y8eOCgkJcWhGdzN8+HAlJSXla5uvv/7a9Oft5+enJ5544rbb169f31DbsWOHfvrpp3zNcfXqVQ0fPlx79uzJ13auULNmTdMVhj///HNdvHgxX73++usvDRo0SNnZ2VaNVyK89NJLCg0NNdTnzZvncEjSzNGjR7VgwQK7nx8VFWWorV692uG7iFxXo0YN0/3x+PHj6tevn9LS0pzqf11WVpbmz59vWT9Hbdy4UQsXLrRklfzly5ebvh+zC/0KmlkQPDMzU3/88Uehz4Kij/Mk52RkZGjXrl2Gutl+CAAAAAAAii6C4AAAAAAAlBDdu3dXZGRkgfSOiIjQAw88YKgfPnxYw4YNs2sVx+zsbE2aNEljxowpiBFLtOzsbA0ePFjLly+36/mbNm1S3759TcOabdq00UMPPWT3a48ePVqBgYGG+po1a9S1a1f9+eefdve61aFDh/TRRx/p4Ycf1nvvvedwn6KscePG6tChg6F+/Xf6/fff29Xn4MGDeuGFF3Ts2DHDY2XLltWAAQOcntVdpKSkqHfv3jpw4IBdz//mm29srqDcr18/07st3MpWoGrw4MF2h7rPnDmj/v37m65UWhT5+PiYXgiSlJSkAQMG2B36TUxMVI8ePUw/u8hbcHCwRo0aZfrYxIkT1a9fP506dcqh3jk5Odq6dasGDx6sRx55RAkJCXZv27BhQ0Pt+PHjGjRokI4fP+7QPNcNGTJEFStWNNR37Nihzp0765dffnG497FjxzR16lS1bt1aw4cPd/mdLY4ePaohQ4bokUce0YwZM3Ty5EmH+mzbts30c+Lj46N27do5OWX+1a5dWxEREYb6xo0bC30WFH2cJzln8+bNhr+n+fj4EAQHAAAAAMDNeLt6AAAAAAAAUDh8fHz06quvaujQoQXSv0ePHlq/fr2hvmTJEiUnJ+uf//ynGjZsKA8Pj1yPZ2Zm6qefftLkyZO1d+/eG/W7775bZ8+eVUpKSoHMWxI0b978Rujt0qVL6t+/vzp06KBevXrpvvvuMzz/wIEDmj17tubMmWO6GmJgYKBGjBiRrxnuvPNOjR07Vv379zes5nvgwAF16dJFLVq00FNPPaXGjRsrODjYZq8zZ85o165d2rJli1asWJHr81KcjRw5Ups3b9aJEydy1S9fvqzBgwdr2bJlev755033r2PHjum7777TtGnTbAZvR48erXLlyhXY/EVFkyZNtGnTJknXLlLp0qWLXnzxRXXt2tUQOszJydGWLVs0depUm6t216xZU71797brtVu1aqWqVavq8OHDuepnzpxR9+7dFR8fr6efflply5Y1bHv8+HH997//1dSpU3XmzJkb9cDAQN1zzz033lNR9Pzzz2v16tWG+g8//KAnn3xSr7/+ulq1aiUvL69cj+fk5Gj79u2aPXu2vv/++1zfR61atdKaNWsKfPbion379vrtt980a9Ysw2OrV6/W+vXr1blzZ8XGxqpu3bry9fW12evo0aP6888/tWHDBq1cudLh43NsbKzGjRtnWMl65cqVWr16tapXr67KlSsrMDDQ8NmQpK5du6pRo0amvUNCQjR+/Hg999xzhouZTpw4oV69eqlBgwaKi4tTs2bN8vzuy8jI0O7du5WYmKiVK1fq999/Nz02utrRo0c1duxYffDBB2rUqJEeeeQR1atXT1FRUXn+Pv/44w99++23+u6773T58mXD4926dTNdUb4wdOzYUdOmTctVW716teLj410yD4o2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N+M8yT7p6elatmxZrpqXlxcr7gMAAAAA4KY8cnJyclw9BAAAAAAAKJ5OnTqlNWvW6KefftKBAweUlpamc+fOydfXV2FhYapZs6YeeOABtWvXrsgEj4q7rKwsrV27VmvXrtXu3buVnJysjIwMeXp6KjQ0VNWrV1fjxo0VExPj8Mru+XH27FmtW7dO27Zt0969e5WcnKzTp0/r0qVL8vLyUmBgoIKCglShQgVVq1ZN1apV03333ad69eoVyGqo7iQnJ0eJiYlav369duzYocOHDystLU0XL16Ut7e3goODValSJUVFRalp06Zq1aqVZSvvnjt3TufOnctV8/b2dnilbSv9+uuvevbZZw311atXG1a5TU1N1YoVK/TLL79o7969SklJ0YULF258R9WoUUPR0dFq3769ypYta/msv/zyi3766Sdt3bpVx48f15kzZ3T16lUFBAQoPDxc1apVU5MmTdS6dWtFREQYtk9LS9P58+dz1fz8/Oy+4MMVMjIytHz5cv3666/6448/bhwXvL29Vbp0ad15552KiopSdHS0WrRoYRpuTUpKMtTKlCmjwMDAwngLxcqRI0e0bt06/f777zp48KCOHj2q9PR0ZWVlyc/PT0FBQQoMDFRkZKTuuusuVa9eXQ0aNFCtWrVcPbpDzp8/rw0bNigxMVG7du1ScnKyUlNTdenSJXl4eCgwMFCBgYEKCwvTXXfdpWrVqqlOnTpq1KiR/P39XT1+nrKysrRz505t375dBw8e1N9//63k5GSlp6fr/PnzysnJufH+KlasqKioKNWpU0cPP/ywypcv7+rxTU2ePFkTJkzIVXv66ac1atQo1wwEt+LK86Sibvbs2XrnnXdy1R577DGNHz/eRRMBAAAAAABnEAQHAAAAAAAAUGzkJwgOACi6zpw5ozZt2igjI+NGLSgoSGvXrnX5iuyAu8rJyVFsbKz27t2bq/7dd99xZyYAAAAAANyUp6sHAAAAAAAAAAAAAG4WGhqq559/PlctIyNDX3/9tYsmAtzf2rVrDSHwRx99lBA4AAAAAABujCA4AAAAAAAAAAAAipxevXopNDQ0V+2LL75QVlaWawYC3Ny0adNy/dnT01P9+/d30TQAAAAAAMAKBMEBAAAAAAAAAABQ5AQFBSk+Pj5XLSUlRfPnz3fRRID72rJlixITE3PVOnTooBo1arhoIgAAAAAAYAWC4AAAAAAAAAAAACiSevbsqapVq+aqTZkyRRcuXHDNQICbGjduXK4/BwQEaPDgwS6aBgAAAAAAWIUgOAAAAAAAAAAAAIokX19fDR8+PFft5MmTmjlzpmsGAtzQ6tWrtXXr1ly1fv36KTw83EUTAQAAAAAAqxAEBwAAAAAAAAAAQJHVokULtWnTJldt+vTpSktLc9FEgPvIzs7Wv//971y1qlWr6rnnnnPRRAAAAAAAwErerh4AAAAAAAAAAAAAyMsnn3zi6hEAt+Tp6anFixe7egwAAAAAAFBAWBEcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA345GTk5Pj6iEAAAAAAAAAAAAAAAAAAAAAAPZjRXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDP/H1MBDcUeCfEZAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "from tqdm import tqdm\n", + "\n", + "\n", + "if \"imagenet\" not in dataset_types:\n", + " dataset_types.insert(0, \"imagenet\")\n", + "\n", + "sns.set(font_scale=1.0)\n", + "sns.set_style(\"whitegrid\")\n", + "fig, axs = plt.subplots(\n", + " len(dataset_types) // 2,\n", + " 2,\n", + " sharex=True,\n", + " sharey=True,\n", + " figsize=(10, 15),\n", + " dpi=300,\n", + ")\n", + "\n", + "for i, (dataset_type, ax) in tqdm(enumerate(zip(dataset_types, list(axs.flat)))):\n", + " if dataset_type == \"imagenet\":\n", + " order = list(imagenet[\"imagenet1k\"].sort_values().index)\n", + " plot_barplot(\n", + " imagenet[\"imagenet1k\"] * 100,\n", + " None,\n", + " ax,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " else:\n", + " plot_barplot(\n", + " df_mean[dataset_type] * 100,\n", + " df_sem[dataset_type] * 100,\n", + " ax,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " ax.set_xticks(ax.get_xticks(), order, rotation=90, ha=\"right\")\n", + " # ax.tick_params(axis=\"x\", which=\"major\", labelsize=10)\n", + " ax.title.set_text(dataset_type.title().replace(\"_\", \" \"))\n", + "\n", + "fig.supxlabel(\"Dataset Size (Million)\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/datasetvdataaset.ipynb b/figures/datasetvdataaset.ipynb new file mode 100644 index 0000000..b953712 --- /dev/null +++ b/figures/datasetvdataaset.ipynb @@ -0,0 +1,6258 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 53, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The cudf.pandas extension is already loaded. To reload it, use:\n", + " %reload_ext cudf.pandas\n", + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 54, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 56, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA+8AAANrCAYAAAA3W6nrAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzde1gTd9o+8DuRg0HAs6iAIFUxCh6KFm3Xdj1ud9VarGJR8ARiPXatZ1rR4mo9sdqqVK1YFRSLXa2yVu2qXbW7LtZaQCHiiVSjeKiCwCYrCPn94Y+8pgTQSSAT5v68lxcwM/c8T57qvteXmUxker1eDyIiIiIiIiISLbm1GyAiIiIiIiKiqnHxTkRERERERCRyXLwTERERERERiRwX70REREREREQix8U7ERERERERkchx8U5EREREREQkcly8ExEREREREYkcF+9EREREREREIsfFOxEREREREZHIcfEuEVqtFj/99BO0Wq3N5aVa29w8e7e92ubm2bvt1TY3z95tr7a5efZue7XNzbN326ttbt7avZN4cfFOREREREREJHJcvBMRERERERGJHBfvRERERERERCJXpxbvqamp2LJli+HnVatWGbbfuXMHAKBSqXD58mXD9ykpKVWec8uWLUhNTa3y2AMHDliifSIiIiIiIiKT6tTi/bfmzZsHADh79qzR4v3KlSsAAKVSiaFDhz7Xuao69uDBgxboloiIiIiIiMg0O2s3UBPu3buH6Oho/O9//8P27duxf/9+nDhxAoMGDcK///1vPHjwAOfPn8egQYOQnp6OyMhIo3xxcTFmzpyJkpISyOVydO3aFampqUhPT8eIESMwY8YMyOVy9OnTB82aNcOFCxcQFhaGNWvWYNOmTbhy5QqcnJywceNG3L17F1FRUWjQoAHy8vIQHx8PvV6P+fPno6CgAIGBgZgyZQo+/PBD3L59G15eXli6dKlZr9/UkyV1Op3RV1OcnJwqfSplTeetWbuqPOcmvd45N+n1zrlJr3fOTXq9c27S651zqz5Ptkem1+v11m7CUlJTU/HPf/4T169fR0xMDKKiohAfH4/169ejT58+6NatG/bt2wdHR0cMHjzYsCD/7eL90KFD+PXXXzFu3DhMmzYNY8eOBQCkp6fDz88Ply5dwsSJE6HX6yGTyRAeHo74+HgAT/+RKBQKbNq0CZ06dYKP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gXXSe8VERERERERENoaLdwCpqam4c+cOAODUqVM4c+aMxWscOHDA8H14eLjFz09ERERERER1lyQX72VlZUY/nz171rB4f/3119G7d2+L1zx48KDFz0lERERERCRFMpnMon9sgWTe856amoqdO3fi8ePHsLe3x3//+194eXlh6dKl2L9/P06cOIFBgwbBzc0Njo6O6Nq1K6KiotCgQQPk5eUhPj4eT548wZw5c1BYWIgBAwYgIiICCxYsgIODAy5fvoyhQ4dizJgxiIuLw7///W/IZDKsX78eJ06cwIULFxAWFoY1a9aguLgYCxcuRFZWFj755BNcv34dT548wdtvv42UlBSUlpbi7bfftvbIiIiIiIiISCQks3gHgHr16mHUqFG4e/cuQkNDsWHDBqSlpSEoKAh9+vRBt27dsG/fPsPxJSUl+Pzzz7Ft2zacOXMGOTk5CA4OxsCBAzF58mS88847AJ5erV+yZAnGjRuHUaNGYcKECZg6dSpSUlJw+PBhhISE4NChQ4iPjwcAPHz4EBs3bsSNGzfwzTff4P3338eiRYvw9ttv48SJE4iJibHKfIikRqvVVtim0+mMvpri5ORkMlsbeWvWNjcv1t45N+n1zrlJr3fOTXq9c27V522eXHo3kUtq8d6pUyfk5OTg8OHDOHr0KLRaLTp27Fjp8e3btwcAuLm5obCwEDdv3sTgwYMBAB06dDDcat+pUyfI5XJ4eHggLy8P3377LY4ePQqdTof+/ftXOG/Lli3h6upqOG+DBg0gl8tx//59lJWVwcXFpQZePRH9lkqlqnSfWq2udF9AQECV2ZrMW7O2uXmx9865WT4v9t45N8vnxd4752b5vNh759wqz9s6W7nV3ZIktXiXy+Xw8vJCSEgIgoODAQBPnjzBlStXUFpaWmVWr9fDw8MDWVlZaN26NbKzszFx4kQAwKVLl9CqVStoNBo0btwYhw8fxp49e5CSkmL4R1PZXy69Xg8A6NevHz7++GOTi30iqhlKpbLCNp1OB7VaDW9vbygUihfK1lbemrXrYu+cm/R659yk1zvnJr3eObfq82R7JLV4B4ABAwYgOjoaf//73yGXy7F06VL07NkT69atw8CBA+Hs7FxpNjg4GLNnz8bWrVvRr18/NG7cGADwww8/YPPmzRgyZAjs7Ozg7e2NsLAweHl5wc3NDQDQsGFDzJw5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FX3prYiICKSkpMDS0hIrVqzQdTtERERERERkBCo8eR81ahTWrFmDcePG4cmTJ3jttdeqoC399fzZciIiIiIiIqp++vI579WpwpP3Ll264L333sP9+/dx//59fqQZERERERERVSsjnLtDpK7gSxbffvstfvzxR2RkZMDOzg5WVlbYvHlzVfVHREREREREVMSplOuVur+3X3Wr1P1VhQqfeT98+DC2b9+OIUOGYNOmTZg8eXJV9EVaGLNmt6Dc6lH/Qca9LMF1Gzesj20n/xSUHfBeGxz645Lg2t18WmLtjwmC80Ef+iI3J0dQ1trGBjm5uYJr21hb454sUVC2oaQV7iadF1zbzvt13D57UnDe4Y33tOr9rwPxgms7+/XDjd3CXzh0/c9g3PnjtKBsI5/2SF0+T3Btz5A5SPt2kaBsi5Gfa1370uovBedbjpkuuL5nyByte9dV3lhrF+ZLolAoIJPJIJFIKnxHY22yhlxb2zx7N7za2ubZu+HV1jav694NhTHesM6kooHatWtDJBLBzMwM6enpuHz5clX0RURERERERET/r8KT9zFjxuDJkycYN24cvvjiCwQGBlZFX0RERERERET0/yo8eb98+TJq1aqFtm3b4ptvvkFeXl5V9EVERERERERULHUl/2cIyj15f/r0KRQKBY4ePYp///0XSqUSjx49wo8//liV/dVIERERxS7fs2dPNXdCREREREREhqDcN6zbt28fdu7cibS0NAQFBUGtVsPc3BydOnWqyv5qpClTphS7fO/evejZs2c1d0NERERERGRYjPB+deWfvPfq1Qu9evXChQsX8Nprr1VhS4YnISEB0dHRUKvVsLa2houLC3766SeMGTMGsbGxcHR0RGpqKr788kt4enoiMDAQ0dHRmDRpEu7evYuGDRti5MiRSEpKglQqRWBgIDp06KDrwyIiIgLw7M7FxVEqlUW+vsjS0lJwtirzuqxdnry+jlt58vraO8fN+HrnuJWdN3TGeLf5Cn9UXO3atTF58mTcu3cPhR8Rv2nTpkpvzNDY2tpi0aJFGDduHFq3bo3AwEBMmjQJWVlZWLVqFf7++2/s3r0bnp6eAACVSgWFQoHY2Fio1WqIRCJ4e3sjOjpax0dCRERUlEwmK3W9XC4vdrmPj4/gbHXkdVm7tLy+j1tpeX3vneNW+Xl9753jVnKeDE+FJ++z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rseNDA8n76Vo164dBg8eDG9vbwCAvb09mjRpAqlUCgcHB7i6usLLywuHDx+GVCqFSCTCpEmTit3XmDFjEBoaiqdPn8Ld3R1z586Fm5sbgoODMX78ePTq1QuDBw+GiYkJevTogf79+1fnoRIRERGRASvrMmixWFzqNtrkdVm7rLwua5eV1/W4keEx2sm7r68vfH19ERQUBADw8/PTrIuKigIAzdn054WGhsLMzAwxMTGoX78+AGDixIlFtmndurXmcXh4uObxhg0bimw3Y8YMzeMWLVrgww8/FHo4REREREREVIMZ7eRdqIiICKSkpMDS0hIrVqzQdTtERERERERkBDh5r6Dnz5YTERERERERVQcTXTdARERERERERKUTqdVqta6bICIiIiIiIqKS8bL5Gmj5/lOCciE93saehGTBdXv6emH3GWH5/7zphYPnSv+sytJ0byvBkT/TBOe7tmmB07IbgrLtJa54cFMuuHa9pi64J0sUlG0oaYWHmXcE17a1b4S/Du4QnHfu3ht//bBdWPajvoKzhfnsjJuC83UbN8W1774VlHXvPxLX4qMF13bvF4jrO2MEZd0+GYrU5fME1/YMmaOzvC5ra5s31tra5tm74dXWNs/eDa92Yb4kCoUCMpkMEomkwncu1yZryLW1zeu6d9JfvGyeiIiIiIiISM9x8k5ERERERESk5zh5JyIiIiIiItJzfM97Fdq1axd27NgBpVKJcePGoVOnTkhJScH8+fNhbm6OsLAwNG/eHNOnT0d6ejoeP36MRo0aISoqStetExERERERkR7h5L0K9ejRA7169YJCocCYMWPQqVMnREVFISoqCiYmJggPD8fXX3+NL7/8EgDw/fffIy8vT8ddExERERERkb7h5L2czp07h4ULF6J27drw8/ODtbU1/Pz8MHv2bAQFBeHs2bM4efIkcnNzYW9vjwULFsDc3BwA8O+//6JZs2YAgCdPnqB+/foAgIyMjCI1fv75Z4SFhVXvgRERERGR0VMoFMUuVyqVRb6+yNLSUnC2KvO6rF2evD6MGxkeTt7L6ZdffsGcOXPg5eWFHTuK/2gtZ2dnhIaGYvTo0cjJyYGNjQ2WLFmCnTt3Ytq0aQCe/aD8/fffMDExQVra/z7a7MmTJ8jOzoa9vX21HA8RERERUSGZrPSP7JXL5cUu9/HxEZytjrwua5eW14dxI8PDyXs5DRw4EFFRUdi8eTMcHR3h6ur60jYeHh4AADs7O+Tm5sLGxgahoaEICgqCVCqFn58fPvvsM8ydOxd169ZFu3btNNnTp0/jzTffrLbjISIiIiIqJJFIil2uVCohl8vh4uICsVhc6dmqyuuydnnzuh43MjycvJdTvXr1EB4ejgsXLmDKlCkYNGgQAODq1auabUQikeaxWq2GSqWChYUFatWqBWtrawCAm5sb1q9fj9u3b2PDhg2a7Y8fP46BAwdW09EQEREREf1PWZdRi8XiErfRJlvVeV3WLiuv63Ejw8PJezlt3boVR48ehUKhwH//+18sXrwYv//+e6mvZn377bc4c+YM8vLyMGzYMADAd999hwMHDsDGxgbh4eGabS9fvlziq2dERERERERk3Dh5L6dhw4ZpJuDAs0n48xwdHTWPCyfl48aNw7hx44ps179/f/Tv3/+l/W/btq0SuyUiIiIiIqKaxETXDRARERERERFR6Th5JyIiIiIiItJznLwTERERERER6TmRWq1W67oJIiIiIiIiIioZb1hXA6088JugXLDfW/j+1EXBdfu83RrHL14WlO3Uujmij5wVXDuw6xs4eE4mON+9rQRH/kwTlO3apgVuHt0ruHbTLh/jzv0HgrKNXqmHh3czBde2tbPHadkNwfn2ElfcTTovKGvn/TpunTwsuHaT9z5AxumfBOcbt++ItOivBWVbBE7EXwd3CK7t3L03rmxaKSjrMSQYad8uEly7xcjPkbp8nuC8Z8gcwXltsrrOG2ttbfPs3fBqa5tn74ZXW9u8Z8icEtcpFArIZDJIJBJBH1mmTV6XtbXN67p30l+8bJ6IiIiIiIhIz3HyTkRERERERKTnOHkvwbRp03Dv3r0iyyIiIsqd37NnT4Xq5eTk4KefhF8CTERERERERDUXJ+8VMGXKlHJvu3dvxd4Dzck7ERERERERlYST9//38OFDjBw5EgMGDMC6desAACtWrMCAAQMQFxcHAAgMDAQAXLlyBUOGDMGAAQM0E+6YmBgMGDAAQ4YMwcWLF5GUlASpVIqff/4Z06ZNw/z589GvXz9s374dAPDDDz9g0KBBkEqluHnzJnbt2oXjx49DKpUiPz9fByNARERERERE+op3m/9/8fHx6NevH7p27YpRo0ZBJBKhT58+mDt3LoYOHYr+/ftrto2KisLSpUth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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "corr = (\n", + " results.groupby([\"dataset_name\", \"model_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .pivot(index=\"model_name\", columns=\"dataset_name\", values=\"correctness\")\n", + " .corr()\n", + ")\n", + "# del results\n", + "\n", + "sns.set(font_scale=0.5)\n", + "sns.set_style(\"whitegrid\")\n", + "mask = np.triu(np.ones_like(corr, dtype=bool))\n", + "f, ax = plt.subplots(figsize=(11, 9))\n", + "cmap = sns.diverging_palette(230, 20, as_cmap=True)\n", + "\n", + "order = list(corr.mean(axis=0).sort_values().reset_index()[\"index\"])\n", + "\n", + "ax = sns.heatmap(\n", + " corr[order].loc[order],\n", + " mask=mask,\n", + " cmap=cmap,\n", + " vmax=0.3,\n", + " center=0,\n", + " square=True,\n", + " linewidths=0.5,\n", + " cbar_kws={\"shrink\": 0.5},\n", + ")\n", + "\n", + "ax.set_xticks(ax.get_xticks(), order, rotation=45, ha=\"right\")\n", + "ax.set_yticks(ax.get_yticks(), order, rotation=0)\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/error_consistency.ipynb b/figures/error_consistency.ipynb new file mode 100644 index 0000000..7219eb2 --- /dev/null +++ b/figures/error_consistency.ipynb @@ -0,0 +1,6356 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 59, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The cudf.pandas extension is already loaded. To reload it, use:\n", + " %reload_ext cudf.pandas\n", + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "datasets.remove('imagenetc')\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 61, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"image_name\",\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 62, + "metadata": {}, + "outputs": [], + "source": [ + "def error_consistency_(expected_consistency, observed_consistency):\n", + " \"\"\"Return error consistency as measured by Cohen's kappa.\"\"\"\n", + "\n", + " assert expected_consistency >= 0.0\n", + " assert expected_consistency <= 1.0\n", + " assert observed_consistency >= 0.0\n", + " assert observed_consistency <= 1.0\n", + "\n", + " if observed_consistency == 1.0:\n", + " return 1.0\n", + " else:\n", + " return (observed_consistency - expected_consistency) / (\n", + " 1.0 - expected_consistency\n", + " )\n", + "\n", + "\n", + "def error_consistency(model1_df, model2_df):\n", + " \"\"\"Return error consistency\"\"\"\n", + "\n", + " assert len(model1_df) == len(model2_df), print(\n", + " f\"{len(model1_df)} and {len(model2_df)}\"\n", + " )\n", + "\n", + " p1 = model1_df[\"correctness\"].mean()\n", + " p2 = model2_df[\"correctness\"].mean()\n", + " expected_consistency = p1 * p2 + (1 - p1) * (1 - p2)\n", + "\n", + " # sort such that all trials are in the same order\n", + " df1 = model1_df.sort_values(by=[\"image_name\", \"dataset_name\"])\n", + " df2 = model2_df.sort_values(by=[\"image_name\", \"dataset_name\"])\n", + " df1 = df1.reset_index()\n", + " df2 = df2.reset_index()\n", + " assert df1[\"image_name\"].equals(df2[\"image_name\"]), print(f\"Not Equal image names\")\n", + " observed_consistency = (df1.correctness == df2.correctness).sum() / len(df1)\n", + "\n", + " error_consistency = error_consistency_(\n", + " expected_consistency=expected_consistency,\n", + " observed_consistency=observed_consistency,\n", + " )\n", + "\n", + " return error_consistency\n", + "\n", + "\n", + "def getLowerTriangularIndices(n):\n", + " return zip(*np.tril_indices(n))" + ] + }, + { + "cell_type": "code", + "execution_count": 63, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "1830it [01:25, 21.44it/s]\n" + ] + } + ], + "source": [ + "from tqdm import tqdm\n", + "import os\n", + "\n", + "models_df = [None for _ in results.model_name.unique()]\n", + "matrix = np.zeros([len(models), len(models)])\n", + "if os.path.exists(\"mat.npy\"):\n", + " matrix = np.load(\"mat.npy\")\n", + "for i, j in tqdm(getLowerTriangularIndices(len(models))):\n", + " if matrix[i][j] != 0:\n", + " continue\n", + "\n", + " if models_df[i] is None:\n", + " models_df[i] = results[results[\"model_name\"] == models[i]]\n", + "\n", + " if models_df[j] is None:\n", + " models_df[j] = results[results[\"model_name\"] == models[j]]\n", + "\n", + " try:\n", + " matrix[i][j] = error_consistency(models_df[i], models_df[j])\n", + " matrix[j][i] = matrix[i][j]\n", + " except:\n", + " print(\"error here\")\n", + " matrix[i][j] = 0\n", + "\n", + " np.save(\"mat.npy\", matrix)" + ] + }, + { + "cell_type": "code", + "execution_count": 64, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# corr = (\n", + "# results.groupby([\"model_name\", \"dataset_name\"])\n", + "# .correctness.mean()\n", + "# .reset_index()\n", + "# .pivot(index=\"dataset_name\", columns=\"model_name\", values=\"correctness\")\n", + "# .corr()\n", + "# )\n", + "# del results\n", + "\n", + "corr = pd.DataFrame(matrix, index=models, columns=models)\n", + "\n", + "\n", + "sns.set(font_scale=0.5)\n", + "sns.set_style(\"whitegrid\")\n", + "mask = np.triu(np.ones_like(corr, dtype=bool))\n", + "f, ax = plt.subplots(figsize=(11, 9))\n", + "cmap = sns.diverging_palette(230, 20, as_cmap=True)\n", + "\n", + "order = list(corr.mean(axis=0).sort_values().reset_index()[\"index\"])\n", + "\n", + "ax = sns.heatmap(\n", + " corr[order].loc[order],\n", + " mask=mask,\n", + " center=0,\n", + " square=True,\n", + " linewidths=0.5,\n", + " cbar_kws={\"shrink\": 0.5, \"label\": \"Error Consistency\"},\n", + " cmap=\"OrRd\",\n", + ")\n", + "\n", + "ax.set_xticks(ax.get_xticks(), order, rotation=45, ha=\"right\")\n", + "ax.set_yticks(ax.get_yticks(), order, rotation=0)\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/evaluate_models.sh b/figures/evaluate_models.sh new file mode 100644 index 0000000..11d73a3 --- /dev/null +++ b/figures/evaluate_models.sh @@ -0,0 +1,22 @@ +#!/bin/bash +#SBATCH --job-name=job +#SBATCH --nodes=1 +#SBATCH --tasks-per-node=1 +#SBATCH --gres=gpu:1 +#SBATCH --cpus-per-task=12 +#SBATCH --mem=256G +#SBATCH --time=48:00:00 +#SBATCH --output=./scripts_log/%A_%a.out +#SBATCH --partition=learnlab + +module restore conda +source /public/apps/anaconda3/2023.03-1/etc/profile.d/conda.sh +conda deactivate +conda deactivate +conda activate clip +conda activate clip +which python + +cd /private/home/haideraltahan/eval_vlm/figures + +python get_dataset_info.py --dataset_id=$SLURM_ARRAY_TASK_ID \ No newline at end of file diff --git a/figures/gen_captions.py b/figures/gen_captions.py new file mode 100644 index 0000000..36616f7 --- /dev/null +++ b/figures/gen_captions.py @@ -0,0 +1,16 @@ +import itertools +from eval_vlm.datasets_zoo.datasets import ( + vg_attribution, + vg_relation, + coco_order, + flickr30k_order, +) + +datasets = [vg_attribution, vg_relation, coco_order, flickr30k_order] + +with open(f"captions_with_coco.txt", "w") as f: + for dataset in datasets: + dataset = dataset("").dataset.dataset + captions = list(itertools.chain.from_iterable(dataset["npy"])) + for caption in captions: + f.write(caption + "\n") diff --git a/figures/get_dataset_info.py b/figures/get_dataset_info.py new file mode 100644 index 0000000..2bae215 --- /dev/null +++ b/figures/get_dataset_info.py @@ -0,0 +1,74 @@ +import math +import numpy as np +import torch +from tqdm import tqdm +from eval_vlm.common_utils.utils import load_dataset +import fire + +from eval_vlm.datasets_zoo.registry import list_datasets +from eval_vlm.datasets_zoo.wrappers.dataset_handler import ( + RelationDatasetHandler, + ZeroShotDatasetHandler, +) + + +def main(dataset_id=45): + print("Dataset: ", list_datasets("all")[dataset_id]) + ds = load_dataset(list_datasets("all")[dataset_id]) + dataset = ds.dataset.dataset + + def add_prefix(x): + s = x["0.webp"].size + return {"image": s} + + sizes = [] + num_shards = math.ceil(len(dataset) / 1000) + print(f"Number of shards: {num_shards}") + for i in range(num_shards): + dataset_shard = dataset.shard(num_shards=num_shards, index=i) + size_shard = dataset_shard.map( + add_prefix, + ) + sizes.extend(size_shard["image"]) + + print(f"Average Resolution: {np.mean(np.array(sizes), 0)}") + from transformers import AutoModelForCausalLM, AutoTokenizer + + model = AutoModelForCausalLM.from_pretrained( + "meta-llama/Llama-2-7b-hf", + torch_dtype=torch.bfloat16, + attn_implementation="flash_attention_2", + ).cuda() + tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-2-7b-hf") + tokenizer.add_special_tokens({"pad_token": ""}) + + ppls = [] + if isinstance(ds, ZeroShotDatasetHandler): + print(f"Number of classes: {len(ds.classes)}") + + for c in tqdm(ds.classes): + c = c.replace("_", " ").replace("\n", "").replace(" ", " ").lower() + inputs = tokenizer(c, return_tensors="pt") + loss = model(input_ids=inputs["input_ids"], labels=inputs["input_ids"]).loss + ppl = torch.exp(loss).cpu().detach().item() + ppls.append(ppl) + else: + for captions in tqdm(dataset["npy"]): + for c in captions: + with torch.no_grad(): + inputs = tokenizer(c, return_tensors="pt") + loss = model( + input_ids=inputs["input_ids"].cuda(), + labels=inputs["input_ids"].cuda(), + ).loss + ppl = torch.exp(loss).cpu().detach().item() + ppls.append(ppl) + + # inputs = tokenizer(cub("").classes, return_tensors="pt", padding=True, truncation=True) + # loss = model(input_ids=inputs["input_ids"][0], labels=inputs["input_ids"][0]).loss + # ppl = torch.exp(loss) + print(np.mean(ppls)) + + +if __name__ == "__main__": + fire.Fire(main) diff --git a/figures/imagenet_correlation_capability.ipynb b/figures/imagenet_correlation_capability.ipynb new file mode 100644 index 0000000..c8f0315 --- /dev/null +++ b/figures/imagenet_correlation_capability.ipynb @@ -0,0 +1,6995 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 46, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The cudf.pandas extension is already loaded. To reload it, use:\n", + " %reload_ext cudf.pandas\n", + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 47, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "from eval_vlm.common_utils.utils import get_dataset_mappings\n", + "\n", + "\n", + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})\n", + "\n", + "dataset_mappings = get_dataset_mappings(\"capability\")\n", + "results[\"capability\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"capability\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"capability\", \"model_name\"])\n", + " .correctness.mean()\n", + ")\n", + "\n", + "dataset_types = list(df_mean.reset_index().capability.unique())\n", + "dataset_types.remove(\"imagenet\")" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "metadata": {}, + "outputs": [], + "source": [ + "imagenet = df_mean[\"imagenet\"]\n", + "correlations = {}\n", + "for dataset_type in dataset_types:\n", + " correlations[dataset_type] = np.corrcoef(\n", + " imagenet.sort_index().values, df_mean[dataset_type].sort_index().values\n", + " )[1, 0]" + ] + }, + { + "cell_type": "code", + "execution_count": 50, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ]" + ] + }, + "execution_count": 50, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAkIAAAJiCAYAAAArC602AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAA9hAAAPYQGoP6dpAACvMklEQVR4nOzdd1hT5/s/8HdYLsSBo4iodQAqbq17FEvddbXa1gXO4qYqigOlgICj7jqq4l7Vglq1+tEOUXDhwAG4BYVSBIUyFEjy+4NfzpeYoETPScS8X9fVq+Zk3A8hnNznGfcjUyqVShAREREZIRNDN4CIiIjIUJgIERERkdFiIkRERERGi4kQERERGS0mQkRERGS0mAgRERGR0WIiREREREaLidAbKJVKpKeng+WWiIiIPjxMhN7gv//+Q7ly5fDff/8ZuilEREQkMiZCREREZLSYCBEREZHRYiJERERERouJEBERERktJkJERERktJgIERERkdFiIkRERERGq1glQhcvXsR3332HDh06wMHBASdPnnzjc86fP4/+/fvDyckJLi4u+PXXX/XQUiIiIioOilUilJWVBQcHB8yfP79Ij4+Pj8e4cePQunVrHDx4ECNGjMDcuXMRFhYmcUuJiIioODAzdAN00blzZ3Tu3LnIj9+zZw+qV6+OWbNmAQDq1KmDyMhIbNmyBR07dpSqmURERFRMFKtESFdXr15F27Zt1Y516NABCxcuLPQ5OTk5yMnJEW5nZGQAAORyOeRyuTQNJSIiItGZmpq+8TEfdCL09OlTVKpUSe1YpUqVkJGRgRcvXqBkyZIaz1m/fj1Wr14t3FYlP1FRUbC0tJS2wURERCSaFi1avPExH3Qi9DbGjRsHNzc34XZ6ejpsbW3RuHFjWFlZGbBlREREJLYPOhGqVKkSnj59qnbs6dOnsLS01NobBAAWFhawsLAQbisUCgD53WtF6WIjIiKi4qNYrRrTVdOmTXHu3Dm1Y+Hh4WjatKlhGkRERETvlWKVCGVmZiI6OhrR0dEAgMePHyM6OhoJCQkAgKVLl8LT01N4/Ndff434+HgsWrQI9+7dw86dO3Hs2DG4uroaovlERET0nilWQ2M3btzA8OHDhdsBAQEAgP79+yMwMBDJyclITEwU7rezs8P69esREBCAbdu24aOPPoKfnx+XzhMRERmQXKGAqYk0fTG6vrZMqVQqJWnJByI9PR3lypVDWloaJ0sTEdEHRcqE5E2vP3dXGB78myZqvI+rlIPft7p1dhSrHiEiIqIPlSGSElMTE0kSEuDNScmDf9MQ8yRV9Li6YiJERET0HjBUUvK+JCSGwkSIiIjoFYaaw2LsSYkhMBEiIqL3miGSEql6Z95mDgtJi4kQEREVmTElJeydMQ5MhIiI3pEhJrkaarUPkxL60DARIiJ6R4aY5MrVPkTiYCJERCQCQyQHTEiI3l2x2mKDiIiISExMhIiIiMhoMREiIiIio8VEiIg+KHKFoli+NhEZBidLE9EHhYXwiEgXTISISDLcpoCI3ndMhIhIMuydIaL3HRMhIpIUe2eI6H3GydJERERktJgIERERkdFiIkRERERGi4kQERERGS0mQkRERGS0mAgRERGR0WIiREREREaLiRAREREZLSZCREREZLSYCBEREZHRYiJERERERouJEBERERktJkJERERktJgIERkJuUJRLF+biEhKZoZuABHph6mJCebuCsODf9NEfd2Pq5SD37cdRX1NIiJ9YSJEZEQe/JuGmCephm4GEdF7g0NjREREZLSYCBEREZHRYiJERERERouJEBERERktJkJERERktJgIERERkdFiIkRERERGq9glQjt37oSzszMaNWqEr776ClFRUa99/JYtW9CtWzc0btwYnTt3xsKFC/Hy5Us9tZaIiIjeZ8UqETp69CgCAgIwYcIEhISEwNHREaNGjUJKSorWxx8+fBhLly7FxIkTcfToUfj7++Po0aP48ccf9dxyIiIieh8Vq0QoODgYgwYNwsCBA1G3bl34+PigZMmSOHDggNbHX7lyBc2bN0efPn1QvXp1dOjQAb17935jLxIREREZh2KzxUZOTg5u3ryJcePGCcdMTEzQrl07XLlyRetzmjVrhkOHDiEqKgqNGzdGfHw8/v77b/Tt2/e1cXJycoTbGRkZAAC5XA65XC7ST0Okf6amppK+vra/D8aULq4hYuojLmNKy9g+R0WJU2wSoWfPnkEul8Pa2lrtuLW1Ne7fv6/1OX369MGzZ8/w7bffQqlUIi8vD19//TW+++67QuOsX78eq1evFm6r3syoqChYWlqK8JMQ6V+pUqXQoEEDSWPExsYiOzubMfUQ1xAx9RWXMaVlbJ+jFi1avPGxxSYRehvnz5/H+vXrMX/+fDRu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QYMGYeDAgQAAHx8f/PXXXzhw4ADGjh2r8fht27ahY8eOGD16NABg6tSpCA8Px44dO/DDDz/ote1ERET0/ik2c4RycnJw8+ZNjBs3TjhmYmKCdu3a4cqVK1qfc/XqVbi6uqod69ChA06ePPnaODk5OcLtjIwMAIBcLodcLn+Hn6B4MTU1xcdVyon+uqrX1PZeShXzdXENEVPKuIz5YcV8XVx+dhlTjLgf+ufI1NT0jc+RKZVKpegtkUBSUhI6deqEPXv2oFmzZsLxRYsW4eLFi/jll180nuPk5ITAwED07t1bOLZz506sWbMG4eHhWuOsWrVKbZ6TXC7HvXv38Ndff6FChQpo0KAhzMze/Ma+jbw8OW7duonc3FzhmLm5OWNKFNcQMfURlzE/rJja4vKzy5hixDWGz1GLFi3e+HgmQq94tUcoPT0dtra2SE1NhZWVFUxNTSVdTVVY5qzvmERERMVdUXqEis3QWIUKFWBqaqoxMTolJQWVKlXS+pxKlSrh6dOnRX48AFhYWMDCwkK4rVAoAOS/mao3VMrVVIX90gwRk4iI6ENXbKraWVhYoGHDhoiIiBCOKRQKREREqPUQFdS0aVOcO3dO7Vh4eDiaNm0qZVOJiIiomCg2iRAAuLm5Yd++fQgJCcG9e/ewYMECZGdnY8CAAQAAT09PLF26VHj88OHDERYWhs2bN+PevXtYtWoVbty4gaFDhxrqRyAiIqL3SLEZGgOAnj17IjU1FStXrkRycjLq16+PjRs3CkNdiYmJMCmwdUPz5s2xZMkSLF++HD/++CNq1aqFNWvWwN7e3lA/AhEREb1HilUiBABDhw4ttEdH2z5oPXr0QI8ePaRuFhERERVDxS4RMlZS1lsgIiIyVkyEigG5QiHZRqXcCZ6IiIwZvwGLASkTFSZBRERkzPgtSEREREaLiRAREREZLSZCREREZLSYCBEREZHRYiJERERERouJEBERERktJkJERERktJgIERERkdFiIkRERERGi4kQERERGS0mQkRERGS0mAgRERGR0WIiREREREaLiRAREREZLSZCREREZLSYCBEREZHRYiJERERERouJEBERERktJkJERERktJgIERERkdFiIkRERERGi4kQERERGS0mQkRERGS0mAgRERGR0WIiREREREaLiRAREREZLSZCREREZLSYCBEREZHRYiJERERE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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "df = pd.DataFrame(correlations.items(), columns=[\"Capability\", \"ImageNet Correlation\"])\n", + "\n", + "df.sort_values(by=\"ImageNet Correlation\", inplace=True)\n", + "sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + ")\n", + "\n", + "ax = sns.barplot(\n", + " df,\n", + " x=\"Capability\",\n", + " y=\"ImageNet Correlation\",\n", + " errorbar=None,\n", + ")\n", + "for _, s in ax.spines.items():\n", + " s.set_color(\"black\")\n", + "sns.despine(ax=ax)\n", + "ax.set_xticks(ax.get_xticks(), df[\"Capability\"].unique(), rotation=90, ha=\"right\")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/imagenet_correlation_dataset_type.ipynb b/figures/imagenet_correlation_dataset_type.ipynb new file mode 100644 index 0000000..d4427af --- /dev/null +++ b/figures/imagenet_correlation_dataset_type.ipynb @@ -0,0 +1,7001 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The cudf.pandas extension is already loaded. To reload it, use:\n", + " %reload_ext cudf.pandas\n", + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "from eval_vlm.common_utils.utils import get_dataset_mappings\n", + "\n", + "\n", + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})\n", + "\n", + "dataset_mappings = get_dataset_mappings(\"dataset_type\")\n", + "results[\"dataset_type\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"dataset_type\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"dataset_type\", \"model_name\"])\n", + " .correctness.mean()\n", + ")\n", + "\n", + "dataset_types = list(df_mean.reset_index().dataset_type.unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [], + "source": [ + "df_imagenet = results[results[\"dataset_name\"] == \"imagenet1k\"]\n", + "df_imagenet = (\n", + " df_imagenet.groupby([\"model_name\", \"dataset_name\", \"dataset_type\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"dataset_type\", \"model_name\"])\n", + " .correctness.mean()\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "correlations = {}\n", + "for dataset_type in dataset_types:\n", + " correlations[dataset_type] = np.corrcoef(\n", + " df_imagenet.sort_index().values, df_mean[dataset_type].sort_index().values\n", + " )[1, 0]" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ]" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjcAAAIqCAYAAADYYGvrAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAA9hAAAPYQGoP6dpAABa7UlEQVR4nO3deVxU5eIG8GdYRlQEWQwBEXcQlcQtt7Iw84aaW9oiKShqJCYmoqg3NVDQNEMxRVEUM82LQVm4XG1xw400XABNNFwmYxNkUWCY3x/8mNs0oAwwnOHM8/18+lzmPTPwcK4wD+e85z0ShUKhABEREZFIGAgdgIiIiKg+sdwQERGRqLDcEBERkaiw3BAREZGosNwQERGRqLDcEBERkaiw3BAREZGo6F25USgUyM/PB5f3ISIiEie9KzePHj2Cubk5Hj16JHQUIiIi0gK9KzdEREQkbiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqgpab8+fP4/3338fgwYPh5OSEo0ePPvM1Z8+exdixY9G9e3cMGzYM33zzTQMkJSIiosZC0HJTVFQEJycnLF26tEbPv3PnDmbOnIkXXngB3377LaZMmYIlS5bgxIkTWk5KREREjYWRkF98yJAhGDJkSI2fv3fvXrRp0wYLFy4EAHTs2BFJSUnYsWMHXnzxRW3FJCIiokZE0HKjqUuXLmHAgAEqY4MHD8bKlSurfU1JSQlKSkqUjwsKCgAAcrkccrlcO0GJiIio3hkaGtboeY2q3GRlZcHa2lplzNraGgUFBXj8+DFMTEzUXhMZGYmIiAjl48pCk5ycDFNTU+0GJiIionrTu3fvGj2vUZWb2pg5cya8vb2Vj/Pz82Fvbw9XV1eYmZkJmIyIiIi0oVGVG2tra2RlZamMZWVlwdTUtMqjNgAglUohlUqVj8vLywFUHNqq6eEtIiIiajwa1To3PXv2xJkzZ1TGTp8+jZ49ewoTiIiIiHSOoOWmsLAQKSkpSElJAQDcvXsXKSkpuH//PgBg7dq1CAwMVD7/7bffxp07d7B69WrcvHkTu3fvxsGDB+Hl5SVEfCIiItJBgp6WunLlCiZPnqx8HBoaCgAYO3YswsLCkJmZCZlMptzu4OCAyMhIhIaGIiYmBq1bt0ZISAgvAyciIiIliUKhUAgdoiHl5+fD3NwceXl5nFBMREQkQo1qzg0REekH+f9f/CFWdfn+uG+erVFdLUVERPrB0MAAS746gVt/5Qkdpd61f84cIe/WfjoF982zsdwQEZFOuvVXHlLv5QgdQydx3zwdT0sRERGRqLDcEBERkaiw3BAREZGosNwQERGRqLDcEBERkaiw3BAREZGosNwQERGRqLDcEBERkaiw3BAREZGosNwQEQmE9wgi0g7efoGISCC8RxCRdrDcEBEJiPcIIqp/PC1FREREosJyQ0RERKLCckNERESiwnJDREREosJyQ0RERKLCckNEWqUPa53ow/dI1JjwUnAi0ioxr+UCcD0XIl3EckNEWse1XIioIfG0FBEREYkKyw1RPdCHORf68D0SkTjwtBRRPeC8EiIi3cFyQ1RPOK+EiEg38LQUERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiYrg5Wb37t1wd3dHjx49MGHCBCQnJz/1+Tt27MDw4cPh6uqKIUOGYOXKlXjy5EkDpSUiIiJdJ2i5SUhIQGhoKGbNmoW4uDg4Oztj2rRpyM7OrvL5Bw4cwNq1a+Hn54eEhASsWLECCQkJ+Oyzzxo4OREREekqQctNdHQ0Jk6ciPHjx6NTp05Yvnw5TExMsH///iqff/HiRfTq1QujRo1CmzZtMHjwYIwcOfKZR3uIiIhIfxgJ9YVLSkpw9epVzJw5UzlmYGCAgQMH4uLFi1W+xs3NDd999x2Sk5Ph6uqKO3fu4JdffsHo0aOf+nVKSkqUjwsKCgAAcrkccrm8nr4b0neGhoZCR2gQtfmZ4b6pnj7sm9r+nuW+qZ4+75uafu+ClZvc3FzI5XJYWVmpjFtZWSE9Pb3K14waNQq5ubl49913oVAoUFZWhrfffhvvv/9+tV8nMjISERERyseVOyw5ORmmpqb18J2QvmvatClcXFyEjtEg0tLSUFxcXOPnc99UT1/2jab7BeC+eRp93ze9e/eu0esFKze1cfbsWURGRmLp0qVwdXVFRkYGVqxYgY0bN2LWrFlVvmbmzJnw9vZWPs7Pz4e9vT1cXV1hZmbWUNGJRMHJyUnoCDqL+6Zq3C/V476pXl33jWDlxsLCAoaGhmqTh7Ozs2FtbV3la8LDw/HGG29gwoQJACq++aKiInz88cfw9fWFgYH6FCKpVAqpVKp8XF5eDqDi0JY+HNojqk/8make903VuF+qx31TvbruG8EmFEulUnTr1g2JiYnKsfLyciQmJsLNza3K1zx+/FitwFTuAIVCob2wRERE1GgIelrK29sbCxYsQPfu3eHq6oqdO3eiuLgY48aNAwAEBgbCxsYG8+bNAwC88soriI6OhouLi/K0VHh4OF555RU2YCIiIgIgcLnx8PBATk4O1q9fj8zMTHTt2hVRUVHK01IymUzlSI2vry8kEgk+//xzPHjwAJaWlnjllVcwd+5cob4FIiIi0jGCTyj29PSEp6dnldt27dql8tjIyAh+fn7w8/NriGhERETUCAl++wUiIiKi+sRyQ0RERKLCckNERESiwnJDREREosJyQ0RERKLCckNERESiwnJDREREosJyQ0RERKLCckNERESiwnJDREREosJyQ0RERKLCckNERESiwnJDREREosJyQ0RERKLCckNERESiwnJDREREosJyQ0RERKLCckNERESiwnJDREREosJyQ0RERKLCckNERESiwnJDREREosJyQ0RERKJipOkLsrKysGrVKiQmJiInJwcKhUJle0pKSr2FIyIiItKUxuVm4cKFkMlk+OCDD/Dcc89pIxMRERFRrWlcbpKSkvDVV1+ha9eu2shDREREVCcaz7mxtbVVOxVFREREpCs0LjeLFi3C2rVrcffuXW3kISIiIqoTjU9LzZ07F8XFxRg2bBhMTExgbGyssv3cuXP1Fo6IiIhIUxqXm0WLFmkjBxEREVG90LjcjB07Vhs5iIiIiOqFxuUGAORyOY4ePYqbN28CADp37gx3d3cYGhrWazgiIiIiTWlcbv744w/MmDEDDx48QPv27QEAW7ZsQevWrbFlyxa0bdu23kMSERER1ZTGV0uFhITAwcEBP//8M+Li4hAXF4effvoJbdq0QUhIiDYyEhEREdWYxuXm/PnzmD9/Plq2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5WsTERGR+GhcbuRyOfbs2YPTp0+je/fuaNq0qcp23hWciIiIhKRxubl+/bryGvtbt26pbONdwYmIiEhoGpUbuVyODz/8EF26dIG5ubm2MhERERHVmkaXghsaGmLq1KnIz8/XVh4iIiKiOtF4nZvOnTvj7t272shCREREVGcalxt/f3+sWrUKP/30E/766y8UFBSo/EdEREQkJI0nFM+YMQMA4OvrqzKBWKFQQCKRICUlpf7SEREREWlI43ITExOjjRxERERE9ULjctOvXz9t5CAiIiKqFxqXGwDIz89HbGwsbt68CaBikvH48ePRokWLeg1HREREpCmNJxRfvnwZw4YNw44dO5CXl4e8vDxER0fj1VdfxdWrV7WRkYiIiKjGND5yExoaCnd3dwQHB8PIqOLlZWVlWLJkCVauXIndu3fXe0giIiKimtL4yM2VK1fg4+OjLDYAYGRkBB8fH1y5cqVewxERERFpSuNyY2pqCplMpjYuk8nQvHnzeglFREREVFsalxsPDw8sXrwYCQkJkMlkkMlk+OGHH7BkyRKMGDFCGxmJiIiIakzjOTeBgYHK/5XL5RWfxMgI77zzDgICAuo3HREREZGGNC43UqkUS5Yswbx585CRkQEAaNu2LZo2bVrv4YiIiIg0VePTUnK5HKmpqXj8+DEAoGnTpnBycoKTkxMkEglSU1NRXl6utaBERERENVHjcvPtt99i0aJFMDY2VttmZGSERYsW4cCBA/UajoiIiEhTNS43sbGxmDZtGgwNDdW2VV4Kvm/fvnoNR0RERKSpGpebW7du4fnnn692e48ePZS3YyAiIiISSo3LTXFxMQoKCqrdXlhYqJyPQ0RERCSUGpcbR0dHXLx4sdrtSUlJcHR0rJdQRERERLVV43IzcuRIfP7550hNTVXblpqaivXr12PkyJH1Go6IiIhIUzVe58bLywvHjx/H+PHjMWDAAHTo0AEAkJ6ejsTERPTq1QteXl7ayklERERUIzUuN8bGxti+fTt27NiB77//HhcuXIBCoUC7du3g7++PKVOmVHmZOBEREVFD0miFYmNjY0yfPh3Tp0/XVh4iIiKiOtH4xplEREREuozlhoiIiESF5YaIiIhEheWGiIiIREXjchMREYHi4mK18cePHyMiIqJeQhERERHVlsblZuPGjSgqKlIbLy4uxsaNG+slFBEREVFtaVxuFAoFJBKJ2nhqairMzc3rJRQRERFRbdV4nZu+fftCIpFAIpFg+PDhKgVHLpejqKgIb7/9tlZCEhEREdVUjcvNokWLoFAosGjRIsyePRstWrRQbjM2Noa9vT3c3Ny0EpKIiIiopmpcbsaOHQsAaNOmDXr16gUjI40WNyYiIiJqEBrPuenXrx/u37+PdevW4aOPPkJ2djYA4JdffsGNGzfqPSARERGRJjQuN+fOncOoUaOQnJyMI0eOKK+cSktLw4YNG+o9IBEREZEmNC43a9euhb+/P6Kjo1XuAt6/f39cunSpPrMRERERaUzjcnP9+nW8+uqrauOWlpbIzc2tl1BEREREtaVxuWnRogUyMzPVxlNSUmBjY1MvoYiIiIhqS+NyM2LECKxZswaZmZmQSCQoLy9HUlISVq1ahTFjxmghIhEREVHNaVxu5s6diw4dOuDll19GUVERRowYAU9PT7i5ucHX11cbGYmIiIhqTOPFaqRSKUJCQvDBBx/gxo0bKCwshIuLC9q1a6eFeERERESaqfVKfHZ2drCzs6vPLERERER1VuNyExERUaPn+fn51ToMERERUV3VuNwcPXq02m0SiQS3bt3CkydPWG6IiIhIUDUuN/Hx8VWOp6SkYM2aNbhx4wYmTJhQX7mIiIiIaqXWc27u3LmD8PBwHDx4EMOGDcP333/PScVEREQkOI3LTU5ODjZu3Iivv/4avXv3xp49e+Dq6qqNbEREREQaq3G5KSoqwvbt2xEdHQ1HR0ds3rwZgwcP1mY2IiIiIo3VuNwMGzYMhYWF8PT0xMiRIwEAqampas9zdnauv3REREREGqpxucnOzgYAREVFYdu2bVAoFMptEokECoUCEokEKSkp9Z+SiIiIqIZqXG6OHTumzRxERERE9aLG5cbe3l6bOYiIiIjqhcY3zgSACxcuICAgAG+99RYePHgAoGIdnAsXLtRrOCIiIiJNaVxuDh8+jGnTpsHExATXrl1DSUkJAKCgoACRkZH1HpCIiIhIExqXm02bNmH58uUICQmBkdH/zmr16tUL165dq9dwRERERJrSuNzcunULffr0URtv0aIF8vPz6yUUERERUW1pXG6sra2RkZGhNp6UlAQHB4d6CUVERERUWxqXm4kTJ2LFihX47bffIJFI8ODBA3z33XdYtWoV3nnnnVqF2L17N9zd3dGjRw9MmDABycnJNXrdDz/8ACcnJ3zwwQe1+rpEREQkPhrfW2rGjBkoLy+Hl5cXiouL4enpCalUiqlTp+K9997TOEBCQgJCQ0OxfPlyPP/889i5cyemTZuGQ4cOwcrKqtrX3b17F6tWraryFBkRERHpL43LjUQiga+vL6ZNm4aMjAwUFRWhY8eOaN68ea0CREdHY+LEiRg/fjwAYPny5fj555+xf/9+zJgxo8rXyOVyBAQEYPbs2UhKSuJcHyIiIlLSuNxUkkql6NSpU52+eElJCa5evYqZM2cqxwwMDDBw4EBcvHix2tdt3LgRVlZWmDBhApKSkp75NSovVwcqLlkHKgqSXC6vU36iSoaGhkJHaBC1+ZnhvqmePuyb2v6e5b6pnj7vm5p+7xqXm1mzZkEikaiNSyQSSKVSODo6YuTIkejQocMzP1dubi7kcrna6ScrKyukp6dX+ZoLFy4gNjYW8fHxNcobGRmJiIgI5ePKHZacnAxTU9MafQ6ip2natClcXFyEjtEg0tLSUFxcXOPnc99UT1/2jab7BeC+eRp93ze9e/eu0es1LjctWrTA0aNHYWZmhm7dugEArl69ikePHmHQoEFISEjA1q1bsWPHjhqHqKmCggIEBgYiODgYlpaWNXrNzJkz4e3trXycn58Pe3t7uLq6wszMrF7zEYmdk5OT0BF0FvdN1bhfqsd9U7267huNy421tTVGjhyJjz/+GAYGFRdblZeXY8WKFWjevDnWrVuHpUuXYs2aNdizZ89TP5eFhQUMDQ2VdxyvlJ2dDWtra7Xn37lzB/fu3YOvr69yrLy8HADg4uKCQ4cOoW3btiqvkUqlkEqlas83NDTUi0N7RPWJPzPV476pGvdL9bhvqlfXfaPxpeCxsbGYMmWKstgAFfNkPD098fXXX0MikWDSpEm4cePGMz+XVCpFt27dkJiYqBwrLy9HYmIi3Nzc1J7foUMHHDhwAPHx8cr/3N3d8cILLyA+Ph6tW7fW9NshIiIikdH4yI1cLkd6ejrat2+vMp6enq48KtKkSZMq5+VUxdvbGwsWLED37t3h6uqKnTt3ori4GOPGjQMABAYGwsbGBvPmzUOTJk3QpUsXlddXnlr65zgRERHpJ43LzejRo7F48WLcuXMH3bt3BwBcuXIFmzdvxujRowEA58+fr/GVVB4eHsjJycH69euRmZmJrl27IioqSnlaSiaTqRwlIiIiInoajctNUFAQrKysEBUVhaysLAAV83C8vLwwffp0AMCgQYPw4osv1vhzenp6wtPTs8ptu3bteuprw8LCavx1iIiISPw0LjeGhobw9fWFr6+vcs2Yf15SbWdnVz/piIiIiDRU60X8APVSQ0RERCS0WpWbQ4cO4eDBg5DJZCgtLVXZFhcXVy/BiIiIiGpD45m6MTExCAoKgrW1Na5du4YePXqgZcuWuHPnDl566SVtZCQiIiKqMY2P3Hz11VcIDg7GyJEj8c0332D69OlwcHBAeHg48vLytJGRiIiIqMY0PnIjk8mUC+yZmJigsLAQQMUl4j/88EP9piMiIiLSkMblxtraWnmExtbWFpcuXQIA3L17FwqFol7DEREREWlK49NS/fv3x48//ggXFxeMHz8eoaGhOHz4MK5cuYJhw4ZpIyMRERFRjWlcboKDg5W3WZg0aRJatmyJixcvwt3dHW+99Va9ByQiIiLShMblxsDAQOV2CCNGjMCIESPqNRQRERFRbdVqnZsnT54gLS0N2dnZyqM4lYYOHVovwYiIiIhqQ+Nyc/z4cSxYsAC5ublq2yQSCVJSUuolGBEREVFtaFxuQkJC8K9//QuzZs1S3rmbiIiISFdofCl4VlYWvL29WWyIiIhIJ2lcboYPH46zZ89qIwsRERFRnWl8Wurjjz/GnDlzkJSUhC5dusDISPVTTJ48ud7CEREREWlK43Lz/fff49SpU5BKpTh37pzKNolEwnJDREREgtK43Hz++eeYPXs2ZsyYobLeDREREZEu0LidlJaWwsPDg8WGiIiIdJLGDWXMmDFISEjQRhYiIiKiOtP4tFR5eTmioqJw8uRJODk5qU0oDgoKqrdwRERERJrSuNykpaWha9euAIDr16+rbJNIJPWTioiIiKiWNC43u3bt0kYOIiIionrBWcFEREQkKjU+cuPn51ej50VERNQ6DBEREVFd1bjctGjRQps5iIiIiOpFjctNaGioNnMQERER1QvOuSEiIiJRYbkhIiIiUWG5ISIiIlFhuSEiIiJRYbkhIiIiUWG5ISIiIlFhuaEak5eXCx1B6/TheyQiEjuN7y1F+svQwABLvjqBW3/lCR1FK9o/Z46Qd18UOgYREdURyw1p5NZfeUi9lyN0DCIiomrxtBQRERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYmKTpSb3bt3w93dHT169MCECROQnJxc7XP37duHd999F3379kXfvn3h5eX11OcTERGRfhG83CQkJCA0NBSzZs1CXFwcnJ2dMW3aNGRnZ1f5/LNnz2LEiBGIiYnB3r17YWtri6lTp+LBgwcNnJyIiIh0keDlJjo6GhMnTsT48ePRqVMnLF++HCYmJti/f3+Vz1+7di0mTZqErl27omPHjggJCUF5eTkSExMbODkRERHpIiMhv3hJSQmuXr2KmTNnKscMDAwwcOBAXLx4sUafo7i4GGVlZTA3N6/2a5SUlCgfFxQUAADkcjnkcnkd0usfQ0NDoSM0iNr8u+C+qR73TfX0Yd/U9vcs90319Hnf1PR7F7Tc5ObmQi6Xw8rKSmXcysoK6enpNfoca9aswXPPPYeBAwdWuT0yMhIRERHKx5U7LDk5GaamprVMrn+aNm0KFxcXoWM0iLS0NBQXF9f4+dw31eO+qZ6+7BtN9wvAffM0+r5vevfuXaPXC1pu6mrLli1ISEhATEwMmjRpUuVzZs6cCW9vb+Xj/Px82Nvbw9XVFWZmZg0VlRoRJycnoSPoLO6b6nHfVI37pXrcN9Wr674RtNxYWFjA0NBQbfJwdnY2rK2tn/rabdu2YcuWLYiOjoazs3O1z5NKpZBKpcrH5eXlACoObenDoT3SHP9dVI/7pnrcN1Xjfqke90316rpvBJ1QLJVK0a1bN5XJwJWTg93c3Kp93datW/HFF18gKioKPXr0aIioRERE1EgIflrK29sbCxYsQPfu3eHq6oqdO3eiuLgY48aNAwAEBgbCxsYG8+bNA1BxKmr9+vVYu3Yt7O3tkZmZCQBo1qwZmjdvLtj3QURERLpB8HLj4eGBnJwcrF+/HpmZmejatSuioqKUp6VkMhkMDP53gGnv3r0oLS3Fhx9+qPJ5/Pz8MHv27AbNTkRERLpH8HIDAJ6envD09Kxy265du1Qe//jjjw0RiYiIiBopwRfxIyIiIqpPLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3REREJCosN0RERCQqLDdEREQkKiw3/yAvLxc6gtbpw/dIRET6y0joALrG0MAAS746gVt/5QkdRSvaP2eOkHdfFDoGERGR1rDcVOHWX3lIvZcjdAwiIiKqBZ6WIiIiIlFhuSEiIiJRYbkhIiIiUWG5ISIiIlFhuSEiIiJRYbkhIiIiUWG5ISIiIlFhuSEiIiJRYbkhIiIiUWG5ISIiIlFhuSEiIiJRYbkhIiIiUWG5ISIiIlFhuSEiIiJRYbkhIiIiUWG5ISIiIlFhuSEiIiJR0Ylys3v3bri7u6NHjx6YMGECkpOTn/r8gwcP4l//+hd69OiBUaNG4ZdffmmgpERERKTrBC83CQkJCA0NxaxZsxAXFwdnZ2dMmzYN2dnZVT7/119/xbx58/Dmm28iPj4eQ4cOxaxZs3D9+vUGTk5ERES6SPByEx0djYkTJ2L8+PHo1KkTli9fDhMTE+zfv7/K58fExODFF1+Ej48POnbsCH9/f7i4uODLL79s4ORERESki4yE/OIlJSW4evUqZs6cqRwzMDDAwIEDcfHixSpfc+nSJXh5eamMDR48GEePHq32a5SUlCgfP3r0CACQm5sLuVyu9nxDQ0PYmRqh1MpE02+nUbAzNUJ+fn6V3/uzcN9Uj/umetw31RPzvqnLfgG4b55Gn/eNoaEhWrRoAYlE8tTPI2i5qSwYVlZWKuNWVlZIT0+v8jVZWVmwtrZWe35WVlaVz4+MjERERITycWlpKQCgXbt2dUjeuK2ZLnQC3cV9Uz3um+px31SN+6V63DfVe9a+ycvLg5mZ2VOfI2i5aQgzZ86Et7e38nF5eTmys7NhaWn5zOZHREREuqVFixbPfI6g5cbCwgKGhoZqk4ezs7PVjs5Usra2VjtK87TnS6VSSKVSlbFnNT4iIiJqvASdUCyVStGtWzckJiYqx8rLy5GYmAg3N7cqX9OzZ0+cOXNGZez06dPo2bOnNqMSERFRIyH41VLe3t7Yt28f4uLicPPmTSxbtgzFxcUYN24cACAwMBBr165VPn/y5Mk4ceIEtm/fjps3b2LDhg24cuUKPD09hfoWiIiISIcIPufGw8MDOTk5WL9+PTIzM9G1a1dERUUpTzPJZDIYGPyvg/Xq1Qtr1qzB559/js8++wzt2rXDxo0b0aVLF6G+BSIiItIhEoVCoRA6BBEREVF9Efy0FBEREVF9YrkhIiIiUWG5ISIiIlFhuSEiIiJRYbkhIiIiURH8UnAiAuLi4mBhYYGXX34ZALB69Wrs27cPnTp1wtq1a2Fvby9sQKJG6Pbt2zh79iyys7NRXl6uss3Pz0+gVNQQeCk4kQ4YPnw4li1bhgEDBuDixYvw9vZGUFAQfvrpJxgZGanc/FVf8Y2qevn5+Th8+DAyMjIwbdo0tGzZElevXoW1tTVsbGyEjieIffv2YdmyZbCwsIC1tbXKvQQlEgni4uIETKeb8vPzRXN7Ih650ZLU1NQqxyUSCZo0aQI7Ozu1e17pi6ysLKxatQqJiYnIycnBP/t1SkqKQMmE8+eff8LR0REAcPToUbz22mt466230KtXL7z33nsCpxPes96o9LncpKamwtvbGy1atMC9e/cwceJEtGzZEkeOHIFMJsPq1auFjiiITZs2wd/fHzNmzBA6ik7asmUL2rRpAw8PDwDAnDlzcOTIEVhbW2Pr1q1wdnYWOGHdsNxoyZgxY55613EjIyN4eHjgk08+QZMmTRowmfAWLlwImUyGDz74AM8995zQcXRCs2bN8PDhQ9jZ2eHUqVPw8vICADRp0gRPnjwRNpwO4BtV9cLCwjB27FgEBgaq3JNvyJAhCAgIEDCZsPLy8vD6668LHUNn7d27F2vWrAEAnDp1CqdPn8bWrVtx8OBBrF69Gtu3bxc4Yd2w3GhJREQE1qxZg2nTpsHV1RUAkJycjOjoaPj5+aGsrAxr167F559/jgULFgictmElJSXhq6++QteuXYWOojMGDhyIJUuWoGvXrrh9+zaGDBkCALhx4wbn24BvVE9z+fJlfPLJJ2rjNjY2yMzMFCCRbvjXv/6FkydP4p133hE6ik7KysqCra0tAOCnn37C66+/jsGDB8Pe3h4TJ04UOF3dsdxoyebNm7F48WK8+OKLyjEnJye0bt0a4eHhiI2NRbNmzRAWFqZ35cbW1lbtVJS+W7p0KT7//HPIZDKsX78eFhYWAICrV69ixIgRAqcTHt+oqieVSlFQUKA2fvv2bVhaWgqQSDc4OjoiPDwcv/32G7p06QIjI9W3u8mTJwuUTDeYmZlBJpPB1tYWJ06cgL+/PwBAoVBALpcLG64esNxoyfXr12FnZ6c2bmdnh+vXrwMAnJ2d9fIvq0WLFmHt2rVYvnw52rRpI3QcnWBmZoaPP/5YbfzDDz8UII3u4RtV9dzd3bFx40Z8/vnnyrH79+9jzZo1eO2114QLJrCvv/4azZo1w7lz53Du3DmVbRKJRK//zQDAa6+9hoCAADg6OuLhw4d46aWXAFTMeayc/9eY8WopLRkzZgycnZ3xySefKCcOl5aW4t///jdSU1MRHx+PpKQkzJ8/Hz/++KPAaRtW3759UVxcDLlcDhMTExgbG6ts/+cvIn1x4cIF7N27F3fv3kV4eDhsbGwQHx+PNm3aoE+fPkLHE5S7u3u12yQSCY4dO9aAaXTLo0eP8OGHH+LKlSsoLCzEc889h6ysLPTs2RNbtmxBs2bNhI5IOqi0tBQxMTGQyWQYN24cXFxcAAA7duxA8+bNMWHCBIET1g3LjZb8+uuv8PX1hYGBAZycnABUHM2Ry+WIjIxEz549ER8fj6ysLPj4+AictmE96xLMsWPHNlAS3XH48GEEBgZi1KhR+Pbbb5GQkAAHBwd8+eWX+OWXX7B161ahI5KOS0pKQmpqKoqKitCtWzcMHDhQ6Eg6o/Jt7mkXeZC4sNxoUUFBAQ4cOIDbt28DANq3b4+RI0fC1NRU2GCkc8aMGQMvLy+MGTMGbm5u+O677+Dg4IBr165h+vTpOHXqlNARdQbfqP6ntLQUzz//POLj49GlSxeh4+ic+Ph4bNu2Tfk7uF27dpg2bRrGjBkjaC5dIPaFQznnRotMTU05AbIacrkcR48exc2bNwEAnTt3hru7OwwNDQVOJoxbt25VeeqpRYsWyM/PFyCR7uEblTpjY2PY2tqqLWpIQHR0NMLDwzFp0iTlZNmkpCQsW7YMDx8+VC63oK82b96MZcuWAQAuXryIr776SrlwaGhoaKNfOJTlRou4omrV/vjjD8yYMQMPHjxA+/btAVQsKNW6dWts2bIFbdu2FThhw7O2tkZGRobaBOukpCQ4ODgIlEp38I2qeu+//z4+++wzrF69Gi1bthQ6js7YtWsXli1bplJ+hw4dis6dO2PDhg16/W8GEP/CoSw3WsIVVasXEhICBwcHfP3118pfxrm5uZg/fz5CQkKwZcsWYQMKYOLEiVixYgVWrlwJiUSCBw8e4OLFi1i1ahU++OADoeMJjm9U1du9ezf++OMPvPjii7Czs1ObQKyvtxnIzMxUWdSwkpubm15epfpPYl84lOVGS7iiavXOnz+vUmwAwMLCAgEBAXp7Gm/GjBkoLy+Hl5cXiouL4enpCalUiqlTp4rir6i64htV9V599VWhI+gkR0dHHDx4EO+//77KeEJCAtq1aydMKB0i9oVDWW60hCuqVk8qlaKwsFBtvLCwUO2ycH0hkUjg6+uLadOmISMjA0VFRejYsSOaN28udDSdwDeq6unzUeCnmT17NubOnYvz58+jV69eACquYj1z5ozKmkD6SuwLh/JqKS1ZtGgRevToobdHIp4mMDAQ165dw4oVK5S3pvjtt9/w73//G926dUNYWJjACUnXHD58GHPnzsWAAQOqfKMaNmyYwAlJF125cgU7duxAeno6AKBDhw6YOnWqck0XEi+WGy2JjIxEdHQ0Xn75Za6o+g/5+flYsGABfvrpJ+V+kcvlcHd3R1hYGFq0aCFwwoY3a9asKi9tlkgkkEqlcHR0xMiRI9GhQwcB0ukGvlFVzdnZ+amXxaekpDRgGmpMxLxwKMuNlnBF1We7ffu28o2qY8eOoljyu7YWLlyIo0ePwszMDN26dQNQcXj40aNHGDRoEFJTU3Hv3j3s2LEDvXv3Fjgt6ZKjR4+qPC4rK0NKSgri4uIwe/bsRr/SrCYKCgqU64hVdb+tv9P39cbEvnAoyw2RDlizZg0KCgrw8ccfw8DAAABQXl6OFStWoHnz5pg7dy6WLl2KGzduYM+ePQKnbRh8o6qbAwcOICEhAZs2bRI6SoPp2rUrTp48CSsrq2qPaCkUCkgkEr0/oiX2hUM5oZgaRGhoKObMmYNmzZohNDT0qc8NCgpqoFS6IzY2Fnv27FEWGwAwMDCAp6cn3n77bXz00UeYNGkSJk2aJGDKhtW3b1/lG1WfPn34RqWhnj17VnkzVjHbuXMnzM3NAQAxMTECp9FtYl84lOWmHvENvHrXrl1DWVmZ8mNSJZfLkZ6erlzUsFJ6erpyAcgmTZro1S0H+EZVe48fP0ZMTAyee+45oaM0qH79+ik/btOmDWxtbdV+ZhQKBWQyWUNH0zliXziU5aYe1fQNXJ/eoCrt2rWryo+pwujRo7F48WLcuXMH3bt3B1AxgXbz5s0YPXo0gIr1gTp16iRkzAbFN6qa6du3r8p+USgUKCwshImJCT799FMBkwlr6NChyiN/f/fw4UMMHTpU74/2iX3hUM65oQYXFBSExYsXq82TKCoqQnBw8DOPeomRXC7Hli1bsHv3bmRlZQGo+MvK09MT06dPh6GhIe7fvw8DAwO0bt1a4LQN7+9zKf4uNzcXAwcO1Os3qm+++UZtBXRLS0s8//zzyiNf+sjZ2RmnT5+GpaWlyvi9e/cwYsQIXLp0SZhgOkKhUGDz5s3YsmULiouLAUC5cGjlLU4aM5YbanDVvVHl5ORg8ODBen/aqnLyLCfJ/g/fqKp3//79Ko9qVW6zs7MTIJVwKv84iomJwYQJE9C0aVPlNrlcjuTkZBgYGGDv3r1CRdQpJSUlolw4lKeltKSoqAhbtmzBmTNnqrxxpj5eCl5QUACFQqE8bN6kSRPlNrlcjuPHj6u9eekjlpr/qXyjkkgk+Pzzz6t8o3J2dhYqnk6o7vRLbm6uXp5+qfzjSKFQ4Pr16yqrnkulUjg7O2Pq1KlCxdM5UqlUlKe7WW60ZMmSJTh37hxGjx6NVq1a6eU8m3+qvOJFIpFg+PDhatslEglmz54tQDLdcOjQIRw8eBAymQylpaUq2/T15od8o3q26g6+FxUVqfwBoS8q5/RVd/qbKoj9D3CWGy05fvw4IiMjueDa38TExEChUGDKlCnYsGGDynwAY2Nj2NnZwcbGRsCEwomJicG6deswbtw4HDt2DOPGjcOdO3dw+fJlvbr8+5/4RlW9vx/VCg8P51Gtf9DHuXuaEPsf4Cw3WmJmZqZy12v639Uvx44dg62trcqaLvruq6++QnBwMEaOHIlvvvkG06dPh4ODA8LDw5GXlyd0PMH9/Y2q8uooW1tboeLoBB7VUufn54ewsDCYmpo+84aiERERDZRKN4n9D3CWGy2ZM2cOwsPDsWrVKpW/qAiwt7cHABQXF+P+/ftqp2D08a9NmUwGNzc3AICJiYnyrumjR4/GW2+9pXeLsf1TWVkZIiIisGvXLhQVFQEAmjVrBk9PT/j5+enl3eR5VEvd3+9Lp4/3qNOE2P8AZ7nRkujoaGRkZGDgwIFo06aN2o0z9XUOBVBxVVRQUBCOHz9e5XZ9mwAJVFz2nZeXB3t7e9ja2uLSpUtwdnbG3bt3q51ToU+Cg4Px3//+F/Pnz0fPnj0BAJcuXUJERAQePnyI5cuXCxtQQPPnz6+22KSlpcHJyamBEwnn70f4eFrq6cT+BzjLjZa8+uqrQkfQWStWrEB+fj727duHyZMnIyIiAllZWdi0aRMWLlwodDxB9O/fHz/++CNcXFwwfvx4hIaG4vDhw7hy5QqGDRsmdDzBff/99/jss88wZMgQ5ZizszNsbW3x0Ucf6XW5GTVqFFasWIGXX35ZZXzbtm0IDw9HcnKyMMFIp4n9D3CWGy151vlefXb27Fl88cUX6NGjByQSCezs7DBo0CCYmpoiMjJS7Ze0PggODlZerTBp0iS0bNkSFy9ehLu7O9566y2B0wlPKpWqLRMPVKxcrI+npP7Oy8sLs2fPxrhx4xAUFIS8vDwEBgbi+vXrWLt2rdDxBJOVlYVVq1YhMTEROTk5akdA9fEI8d8NHTpUdJOI/47lRsuuXLmCmzdvAgA6d+4MFxcXgRMJr6ioSLmejbm5OXJyctC+fXt06dJFbxfwMzAwUJlgPWLECIwYMULARLpl0qRJ+OKLLxAaGgqpVAqgYvGxTZs2wdPTU+B0wpo+fToGDRqEwMBAvPHGG8jLy4Orqyu+++47tGrVSuh4glm4cCFkMhk++OADvbvHVk2IfdkNlhstyc7Oxty5c3Hu3DmYmZkBAPLz8/HCCy9g3bp1er1YXfv27XHr1i20adMGTk5O+Prrr9GmTRvs3btXr38ZP3nyBGlpaVWuOTF06FCBUumGlJQUJCYm4qWXXlJOOE9NTUVpaSkGDBigcqRUH6+Cadu2LTp37owjR44AADw8PPT6ZwmouAHkV199ha5duwodRScNHToUsbGxsLCwUBnPz8/H2LFjuc4NVS04OBiFhYX44Ycf0LFjRwDA77//jgULFiAkJASfffaZwAmFM3nyZGRmZgKoOH3n4+ODAwcOwNjYGGFhYQKnE8bx48exYMEC5Obmqm2TSCR6fwjdzMxMbeFHfb8UvFJSUhLmz5+Pli1b4rvvvsOvv/6K4OBg/PLLL1i+fLne3l/K1taWk/Gf4t69e2p/RAEVR0QfPHggQKL6xXtLaUnv3r0RHR0NV1dXlfHk5GRMnToVFy5cECiZ7ikuLkZ6ejpsbW319ojWa6+9hkGDBmHWrFmwtrYWOg41It27d4eXlxfmzJmjnH+UkZGB+fPnQyaTVXtVotidPHkS0dHRWL58eZXztfRV5RGZWbNmISwsTOWS+fLyciQmJuLUqVM4fPiwUBHrBY/caEl5eXmVEx2NjIyqbMv6rGnTpujWrZvQMQSVlZUFb29vFhvS2Pbt25ULZFZq27Yt9uzZg02bNgmUSnhz585FcXExhg0bBhMTE7Xfx+fOnRMombBmzZoFoOKI8D+vTjUyMoK9vb0orlrlkRst8fX1xaNHj7B27VrlLQUePHiAgIAAmJmZYePGjQInbFiarDkRFBSkxSS6KSgoCL169cKECROEjqKT3N3dn3plR2OfH1Af/vjjD2RkZKBv374wMTGBQqEQ9dUwz/KsS5nHjh3bQEl0k7u7O2JjY0V7tJzlRktkMhl8fX3x+++/o3Xr1gCAP//8E507d8amTZuUY/rivffeq9HzJBIJYmJitJxG9xQXF2POnDmwtLREly5d1NacmDx5skDJdMPOnTtVHpeVleHatWs4efIkpk2bhhkzZgiUTHi5ubnw9/fH2bNnIZFIcOTIETg4OCAoKAgtW7bEggULhI5IjUR+fr7yApjGjuVGixQKBU6fPo309HQAQMeOHTFw4ECBU5Eu+s9//oNly5ZBKpWqXb0gkUh4ZKIau3fvxpUrV/R6NdrAwEBkZ2djxYoVeP311/Hdd9/BwcEBJ06cQFhYGH744QehIwqioKCg2m1SqVS5pIC+2rJlC9q0aQMPDw8AwIcffogjR46gVatW2Lp1a6O/DQ7LTQMSUyuuDzyM/j+DBg3Ce++9hxkzZvCGohq4c+cORo8ejV9//VXoKIIZNGgQtm3bBmdnZ7i5uSnLzZ07d/DGG2/g4sWLQkcUhLOz81N/n7Ru3Rpjx46Fn5+fXv7Mubu7Y82aNejVqxdOnToFf39/rFu3DgcPHoRMJsP27duFjlgnnFCsJf9sxXPmzMGRI0dgbW0tilZcF9UdRl+0aBHMzc1FMZlNU6WlpfDw8NDLX7J1cejQIVHf/K8mioqKYGJiojb+8OFDvT46ERYWhnXr1mHs2LHKq1aTk5MRHx8PX19f5OTkYPv27ZBKpXj//fcFTtvwsrKylMsp/PTTT3j99dcxePBg2NvbY+LEiQKnqzv+JtWSvXv3KufVnDp1CqdPn8bWrVvx0ksvYfXq1QKnE1ZoaCiMjIzw888/q/xS9vDwwIkTJwRMJpwxY8YgISFB6Bg6a8yYMRg7dqzyvzFjxmDw4MFYt24dZs6cKXQ8QfXp0wfx8fEqY+Xl5YiKisILL7wgTCgdEBcXhwULFsDf3x/u7u5wd3eHv78/AgMDkZCQAF9fXyxevFht3+kLMzMzyGQyAMCJEycwYMAAABXTKeRyuZDR6gWP3GiJ2FtxXZw6dQrbtm1Tm1Tdrl073L9/X6BUwqp8Mzp58iScnJzUJhTr4xVkf/fPG9FKJBJYWlqiX79+ykUy9dX8+fPh5eWFK1euoLS0FJ9++il+//135OXlYc+ePULHE8zFixervKGqi4sLLl26BKBiPbLKN3h989prryEgIACOjo54+PAhXnrpJQAVq4E7OjoKnK7uWG60pLIV29ra4sSJE/D39wcgnlZcFzyMri4tLU25TPz169dVtunrPKRKZWVlaNOmDQYPHsx1gKpgamqKhIQE7NmzB82bN0dRURGGDRuGSZMmoaysTOh4grG1tUVsbCwCAgJUxmNjY5V/WD18+FBv50EGBQXB3t4eMpkM8+fPR/PmzQEAmZmZePfddwVOV3csN1oi9lZcF5WH0SsLH8DD6Lt27RI6gs4yMjLC0qVLedquGkOHDsXJkyfh6+urMp6bm4shQ4bo7a07AgMDMWfOHBw/fhw9evQAUHEj4/T0dKxfvx4AcPnyZeW8SH1jbGyMadOmqY17eXk1fBgtYLnRErG34roIDAzElClTeBidaszV1RUpKSmwt7cXOorOqe6C16KiIjRp0qSB0+iOoUOH4uDBg/j6669x+/ZtAMBLL72EjRs3Km/HoM+/i58112jMmDENkkNbeCk4NajS0lL4+Phg3rx5OHXqFFJTU1FUVAQXFxdMmjQJzz33nNARG4yfnx/CwsJgamqqclfrqujjna7/LiEhAZ999hm8vLzQrVs3NG3aVGW7Pl59WLm2T0xMDCZMmKCyT+RyOZKTk2FgYIC9e/cKFZF0WN++fVUel5WVobi4GMbGxmjatGmjvz0Fj9xo2e+//4779++jtLRUZXzo0KECJRKWsbEx0tLSYGZmpnYYXd/8/YZ1f/+Y1H300UcAgJCQEOWYRCJRro2kj6derl27BqDiyM3169dV7p0klUrh7OyMqVOnChVPJ+Tn5yM2NhY3b94EAHTu3Bnjx4/nzxuA8+fPq43dvn0by5Ytq/J0VWPDIzdacufOHcyaNQvXr19X/hIG/jc5VB9/GVdauXIlpFKp2kQ/ourcu3fvqdv1+XRVUFAQFi9eDFNTU6Gj6JTLly/Dx8cHTZo0Ua5zc/nyZTx+/Bjbt2/X+5v1Vufy5cuYP38+Dh06JHSUOmG50ZL3338fBgYGCAkJwdChQxEbG4vc3FysWrUKCxYsQJ8+fYSOKJjg4GDEx8fD0dER3bt3VzvFoO+XPZOq0tJSvP7664iMjNT7y76p5t599104OjoiODhYubRCWVkZlixZgjt37mD37t0CJ9RNKSkpmDRpUqNf9ZunpbTk4sWL2LlzJywtLWFgYACJRII+ffrgo48+QkhIiN4uHAVUXOrs4uICALh165bKNn2/7JnUGRsb48mTJ0LHoEbmypUrKsUGqLjyzsfHB+PHjxcwmW745/3qFAoFMjMzsXv3bvTq1UugVPWH5UZLysvLlVdIWVhY4K+//kKHDh1gb2+v9oaub3jZM2lq0qRJ2Lp1K0JCQtQWOCSqiqmpKWQymdrRPplMpvzdrM9mzZql8rhyYcz+/fuL4k7y/C2hJZ07d0ZaWhocHBzw/PPPIyoqCsbGxti3bx8cHByEjkfUqFy+fBmJiYnKFZz/eSpT368mI3UeHh5YvHgxFixYADc3NwDAr7/+itWrV2PEiBECpxNeamqq0BG0iuVGS3x9fVFcXAyg4lbyM2fOxKRJk9CyZUusW7dO4HREjYuZmRmGDx8udAxqRAIDA5X/W7kqvJGREd555x1ezPAP/7zgRQw4obgBPXz4EObm5qL6B0S1FxMTU+PnTp48WYtJiMSruLgYGRkZAIC2bduqHfXTZ//5z3+wc+dO5SKH7dq1w5QpUzBhwgRhg9UDlhst++OPP5CRkYG+ffvCxMREuS4Hkbu7e42eJ5FI1Cb/6aucnBykp6cDADp06ABLS0uBE5GuevToEeRyOVq2bKky/vDhQxgZGen9pfPh4eHYsWMHPD090bNnTwDApUuX8OWXX8LLywtz5swRNmAdsdxoSW5uLvz9/XH27FlIJBIcOXIEDg4OCAoKgrm5ORYuXCh0RKJGo6ioCMHBwfj2229RXl4OADA0NMTo0aPx73//m3+NkxofHx+88sormDRpksr4nj178OOPP2Lr1q0CJdMN/fv3x5IlSzBy5EiV8e+//x7BwcE4e/asQMnqh4HQAcQqNDQURkZG+Pnnn1XugO3h4YETJ04ImIyo8QkLC8P58+exadMmXLhwARcuXMAXX3yB8+fPIywsTOh4pIOSk5PRv39/tfF+/fohOTlZgES6paysDN27d1cb79atm3KOUmPGCcVacurUKWzbtg2tW7dWGW/Xrh3u378vUCrSZX/++SeOHTsGmUymdrsOfV/Y8PDhw1i/fr3KXeOHDBmCJk2awN/fH8uXLxcwHemikpISlJWVqY2XlZXh8ePHAiTSLaNHj8aePXvUfrfs27cPo0aNEihV/WG50ZKioiKVIzaVHj58CKlUKkAi0mWJiYnw9fWFg4MD0tPT0blzZ9y7dw8KhUK54KE+e/z4MaytrdXGrays+EZFVerRowf27duHf//73yrje/fu1dtbL1TebBWomMv3n//8B6dOncLzzz8PoOJo1/379xv9HcEBlhut6dOnD+Lj4+Hv768cKy8vR1RUlMpfn0QAsHbtWkydOhUffvgh3NzcsGHDBlhaWiIgIAAvvvii0PEE17NnT6xfvx6rV69GkyZNAFQUnoiICOVkSKK/8/f3h7e3N1JTUzFgwAAAFX9EXL58Gdu3bxc4nTAqb7ZaqbLkVV5N1rJlS7Rs2RI3btxo8Gz1jROKteTGjRuYMmUKXFxccObMGbi7u+P3339HXl4e9uzZg7Zt2wodkXSIm5sbvv32W7Rt2xZ9+/bFV199hc6dOyM1NRUffPABfvzxR6EjCiotLQ0+Pj4oKSmBs7MzgIpFyKRSKbZv347OnTsLnJB0UUpKCqKiopCamoomTZrAyckJM2fORLt27YSORlrGIzdaUFpaipCQEGzevBmnTp1C8+bNUVRUhGHDhmHSpEl47rnnhI5IOqZZs2bKeTatWrVCRkaG8g07NzdXyGg6wcnJCUeOHMGBAweUl4KPHDkSo0aNqvL0LxEAdO3aFWvXrhU6hs77888/AUBtjmhjxnKjBcbGxkhLS4OZmRl8fX2FjkONwPPPP4+kpCR07NgRQ4YMwapVq3D9+nX897//VZ4P12eRkZGwsrLCxIkTVcZjY2ORk5ODGTNmCJSMdFlGRgb279+Pu3fvYtGiRbCyssIvv/wCOzs7vT/aV15eji+++ALR0dEoKioCADRv3hze3t7w9fWFgUHjvpi6cafXYW+88QZiY2OFjkGNRFBQEFxdXQEAs2fPRv/+/ZGQkAB7e3usWLFC4HTC+/rrr9GhQwe18c6dO2Pv3r0CJCJdd+7cOYwaNQrJyck4fPiw8g08LS0NGzZsEDid8NatW4fdu3dj3rx5iIuLQ1xcHObOnYsvv/wS4eHhQserMx650RK5XI49e/bg9OnT6N69u9oiY/p+aS/9j1wux59//gknJycAFaeoPvnkE4FT6ZbMzEy0atVKbdzS0hKZmZkCJCJdt3btWuWk4sobZwIVi9d9+eWXAibTDXFxcQgJCcHQoUOVY87OzrCxscHy5csxd+5cAdPVHcuNlly/fl15Ce+tW7dUtvH2C/R3hoaGmDp1KhISEmBmZiZ0HJ1ka2uLX3/9FQ4ODirjSUlJnMNGVbp+/TrWrFmjNm5pacl5bADy8vKqPBraoUMH5OXlCZCofrHcaMmuXbuEjkCNSOfOnXH37l21N2+qMGHCBKxcuRJlZWXKVWcTExPx6aefYurUqQKnI13UokULZGZmqv1MpaSkwMbGRqBUusPZ2Rm7d+/GkiVLVMZ3796tvCKxMWO5IdIB/v7+WLVqFebMmYNu3bqhWbNmKtv1/SZ/Pj4+ePjwIZYvX668qqxJkybw8fHBzJkzBU5HumjEiBFYs2YNwsPDIZFIUF5ejqSkJKxatUoUi9TVVWBgIGbMmIHTp0+r3DhTJpOJ4r5bXOeGSAf8/S+lv5+2rLyLfEpKihCxdE5hYSFu3rwJExMTtGvXjqt9U7VKSkrwySefIC4uDnK5HEZGRpDL5Rg5ciTCwsJgaGgodETBlJaWwsfHB35+fjh58qRyeYUOHTrg3XffFcWRLZYbIh1w7ty5p27v169fAyUhavwUCgVkMplyfs3169dRWFgIFxcXLuD3//r374+9e/eKdn+w3BARkaiUl5fD1dUV33//vWjfvOtq5cqVkEqlCAgIEDqKVnDODZEOOH/+/FO39+3bt4GSEDV+BgYGcHR0xMOHD4WOorPEvlwJj9wQ6YCqrk74+9wbzrkh0syPP/6IqKgoLFu2DF26dBE6js557733qt0mkUgQExPTgGnqH8sNkQ549OiRyuPS0lKkpKQgPDwcc+fOVd7VmIhqpm/fviguLoZcLoexsbHaPcieNc+NGjeeliLSAS1atFAbGzRoEIyNjREWFoZvvvlGgFREjdeiRYuEjkACYrkh0mFWVlZqK1wT0bONHTtW6AgkIJYbIh2QmpqqNvbXX39h69atolgtlIioIXHODZEOcHZ2hkQiwT9/HHv27IkVK1agY8eOAiUjImp8WG6IdMC9e/dUHhsYGMDS0hJNmjQRKBERUeNlIHQAIqpY56ZVq1awt7eHvb09bG1t0aRJE5SUlCA+Pl7oeEREjQrLDZEOCAoKUrscHKi4l1JjX0yLSAhBQUEoKChQGy8qKuLPlB5guSHSAZU3yPynBw8eVHmZOBE9XXx8PJ48eaI2/vjxY3z77bcCJKKGxKuliAQ0ZswYSCQSSCQSTJkyBUZG//uRlMvluHv3Ll588UUBExI1LgUFBVAoFFAoFCgsLFSZtyaXy3H8+HFYWloKmJAaAssNkYBeffVVABW3Vxg8eDCaN2+u3GZsbAx7e3u89tprQsUjanT69Omj/INh+PDhatslEglmz54tQDJqSLxaikgHxMXFwcPDg1dHEdXRuXPnoFAoMGXKFGzYsAHm5ubKbcbGxrCzs4ONjY2ACakhsNwQEZHo3Lt3D3Z2dlXOZSPx42kpIh0gl8uxY8cOHDx4EDKZDKWlpSrbeZM/Is2cOXMGzZo1w+uvv64yfvDgQTx+/Ji3ZxA5Xi1FpAMiIiIQHR0NDw8PPHr0CF5eXhg2bBgkEgn8/PyEjkfU6GzZsgUWFhZq41ZWVti8ebMAiagh8cgNkQ44cOAAQkJC8PLLL2PDhg0YOXIk2rZtCycnJ/z2229CxyNqdO7fv482bdqojdvZ2UEmkwmQiBoSj9wQ6YCsrCx06dIFANC8eXPlgn6vvPIKfv75ZwGTETVOVlZWSEtLUxtPTU1Fy5YtGz4QNSiWGyIdYGNjg8zMTACAg4MDTp06BQC4fPkypFKpkNGIGqURI0ZgxYoVOHPmDORyOeRyORITE7Fy5UqMGDFC6HikZTwtRaQDhg0bhsTERDz//PN47733MH/+fMTGxuL+/fvw8vISOh5RozNnzhzcu3cPXl5eysUxy8vLMXr0aMydO1fgdKRtvBScSAddvHgRly5dgqOjI9zd3YWOQ9Ro3bp1C6mpqTAxMUGXLl1gb28vdCRqACw3REQkWiUlJbh79y7atm2rcnsTEjf+P02kI27fvo2zZ88iOzsb5eXlKtt4OTiRZoqLixEcHIz4+HgAwOHDh+Hg4IDg4GDY2NhgxowZwgYkrWK5IdIB+/btw7Jly2BhYQFra2uVVVW51g2R5tauXYvU1FTExMRg+vTpyvEBAwYgIiKC5UbkWG6IdMCmTZvg7+/PX7hE9eTYsWNYt24devbsqTLeuXNnZGRkCBOKGgwvBSfSAXl5eWrLxBNR7eXk5MDKykptvLi4mPeb0gMsN0Q64F//+hdOnjwpdAwi0ejevXuVC2D+5z//UTuaQ+LD01JEOsDR0RHh4eH47bff0KVLF7WrOiZPnixQMqLGae7cuZg+fTp+//13yOVyxMTE4ObNm7h48SJ27doldDzSMl4KTqQDnraWjUQiwbFjxxowDZE4ZGRkYMuWLUhNTUVRURFcXFwwffp0ODk5CR2NtIzlhoiIiESFp6WIdExSUhJ69OjBe0oRaaigoACmpqbKj5/GxMSEi/qJGI/cEOmYXr164dtvv4WDg4PQUYgala5du+LkyZOwsrKCs7PzU6+KkkgkcHR0xNKlS9G/f/8GTEkNgbWVSMfw7w2i2tm5cyfMzc0BADExMU99bklJCY4ePYply5bh0KFDDRGPGhDLDRERiUK/fv2q/Lg6Xbt2RXJysjYjkUB4WopIxxw4cABDhw5Fs2bNhI5C1KjJ5XL897//xc2bNwEAnTp1wtChQznXRg+w3BARkejcuHEDvr6+yMrKQvv27QFU3JzWwsICmzdvRpcuXQROSNrEckOkA4qKirBlyxacOXOmyruCc50bIs289dZbsLCwwKpVq5TzcPLy8rBw4ULk5uZi7969AickbeKxOSIdsGTJEpw7dw6jR49Gq1ateO8bojpKSUnB/v37lcUGAMzNzTF37ly8+eabAiajhsByQ6QDjh8/jsjISPTu3VvoKESi0K5dO2RlZaFz584q49nZ2XB0dBQoFTUUlhsiHWBmZoaWLVsKHYOoUfv7wn3z5s3DihUr4Ofnp7xR5qVLl7Bx40YEBAQIlJAaCufcEOmAb7/9FseOHcOqVavQtGlToeMQNUr/XLiv8u2tcuzvj1NSUho+IDUYlhsiHTBmzBhkZGRAoVCgTZs2apeqxsXFCZSMqPE4d+5cjZ9bk3VwqPHiaSkiHfDqq68KHYGo0WNhoUo8ckNERKKUn5+P2NhY5SJ+nTt3xvjx49GiRQuBk5G2sdwQ6ZArV66o/CJ2cXEROBFR43T58mX4+PigSZMmcHV1VY49fvwY27dvR7du3QROSNrEckOkA7KzszF37lycO3cOZmZmACr+6nzhhRewbt06WFpaCpyQqHF599134ejoiODgYOUctrKyMixZsgR37tzB7t27BU5I2mQgdAAiAoKDg1FYWIgffvgB586dw7lz5/D999+joKAAISEhQscjanSuXLkCHx8flcn5RkZG8PHxwZUrVwRMRg2B5YZIB5w4cQJLly5Fx44dlWOdOnXC0qVLcfz4cQGTETVOpqamkMlkauMymQzNmzcXIBE1JJYbIh1QXl4OY2NjtXEjIyO1+0wR0bN5eHhg8eLFSEhIgEwmg0wmww8//IAlS5ZgxIgRQscjLeOcGyId4Ovri0ePHmHt2rWwsbEBADx48AABAQEwMzPDxo0bBU5I1LiUlJRg9erV2Lt3L+RyOYCKPxbeeecdBAQEQCqVCpyQtInlhkgHyGQy+Pr64vfff0fr1q0BAH/++Sc6d+6MTZs2KceISDPFxcXIyMgAALRt25YrgOsJlhsiHaFQKHD69Gmkp6cDADp27IiBAwcKnIqIqPFhuSEiIiJR4e0XiHREYmIiEhMTkZ2drTaJODQ0VKBURESND8sNkQ6IiIjAxo0b0b17d7Rq1UrlzsZERKQZnpYi0gGDBw9GQEAAxowZI3QUIqJGj+vcEOmA0tJS9OrVS+gYRESiwHJDpAPefPNNHDhwQOgYRESiwDk3RDrgyZMn2LdvHxITE+Hk5KRyPxwACAoKEigZEVHjw3JDpAPS0tLg7OwMALh+/brKNk4uJiLSDCcUExERkahwzg0RERGJCssNERERiQrLDREREYkKyw0RERGJCssNERERiQrLDREREYkK17khoqdauHAh4uLiAABGRkYwNzeHk5MTRowYgXHjxsHAoOZ/I33zzTdYuXIlLly4oK24VVq4cCHy8/PxxRdfVPscJyenp34OPz8/zJ49u76jEZEWsNwQ0TO9+OKLCA0NRXl5ObKysnDixAmsWLEChw8fxqZNm9RWVG6MTp48qfw4ISEB69evx6FDh5RjzZo1EyIWEdUCT0sR0TNJpVK0atUKNjY26NatG95//3188cUXOH78uPKoDgBER0dj1KhR6NmzJ4YMGYJly5ahsLAQAHD27FkEBQXh0aNHcHJygpOTEzZs2AAAiI+Px7hx4+Dm5oZBgwZh3rx5yM7OVn7evLw8zJs3D/3794erqytee+017N+/X7ldJpNhzpw56NOnD/r16wdfX1/cvXsXALBhwwbExcXh2LFjyq979uxZte+xVatWyv9atGgBiUSCVq1aoXnz5hg+fDhOnDih8vyjR4+iZ8+eKCgowN27d+Hk5IQffvgBb7/9Nnr06IGRI0fi3LlzKq+5fv06fHx84ObmhoEDB2L+/PnIycmp4/87RPRPLDdEVCsDBgyAs7Mzjhw5ohyTSCRYvHgxvv/+e4SFheHMmTP49NNPAQBubm5YtGgRTE1NcfLkSZw8eRJTp04FAJSVlWHOnDn47rvvsHHjRty7dw8LFy5Uft7w8HDcvHkTW7duRUJCApYtWwYLCwsAFXdUnzZtGpo3b47du3djz549aNasGXx8fFBSUoKpU6fi9ddfx4svvqj8um5ubjX+Pps1a4YRI0bgm2++URnfv38/hg8fDlNTU+XY6tWr4e3tjfj4ePTs2RPvv/8+cnNzAQD5+fmYMmUKXFxcEBsbi6ioKGRnZ8Pf31+zHU9Ez9T4jyUTkWA6dOiAtLQ05WMvLy/lx23atIG/vz+WLl2KZcuWQSqVqhwR+bs333xT+bGDgwMWL16MN998E4WFhWjevDnu37+Prl27okePHsrPXSkhIQHl5eVYsWKF8j5coaGh6Nu3L86dO4fBgwfDxMQEJSUlal+3piZMmIC3334bf/31F5577jlkZ2fj+PHjiI6OVnnepEmTMHz4cADAsmXLcOLECcTGxmL69On48ssv4eLigo8++kj5/JUrV2LIkCG4desW2rdvX6tsRKSO5YaIak2hUKjc2PP06dOIjIxEeno6CgoKIJfL8eTJExQXF6Np06bVfp4rV64gIiICqampyMvLQ+Ut72QyGTp16oR33nkHH374Ia5du4ZBgwbh1VdfRa9evQAAqampyMjIUD6u9OTJE2RkZNTL9+nq6opOnTohPj4eM2bMwHfffQc7Ozv07dtX5Xl/PyJkZGSE7t27Iz09XZnz7NmzVR41ysjIYLkhqkcsN0RUazdv3lQeRbl79y5mzpyJd955B3PnzoW5uTmSkpKwePFilJaWVltuioqKMG3aNAwePBhr1qyBhYUFZDIZpk2bhtLSUgDAkCFD8NNPP+GXX37BqVOn4OXlhUmTJmHBggUoKipCt27dsGbNGrXPbWlpWW/f64QJE7B7927MmDED33zzDcaNG6fRHduLiorwyiuvICAgQG1bbY8oEVHVOOeGiGolMTER169fx2uvvQYAuHr1KhQKBRYuXIiePXuiffv2+Ouvv1ReY2xsDLlcrjKWnp6Ohw8fIiAgAH369EHHjh1VJhNXsrS0xNixY7FmzRosWrQIX3/9NQCgW7du+OOPP2BlZQVHR0eV/1q0aKH8uuXl5XX6ft944w3cv38fMTEx+P333zF27Fi151y6dEn5cVlZGa5evYoOHTooc964cQP29vZqOXklFlH9YrkhomcqKSlBZmYmHjx4gKtXr2Lz5s344IMP8Morr2DMmDEAAEdHR5SWlmLXrl24c+cO4uPjsXfvXpXPY29vj6KiIiQmJiInJwfFxcWws7ODsbGx8nXHjh1TW48mPDwcR48exR9//IEbN27g559/RseOHQEAo0aNgoWFBXx9fXHhwgXcuXMHZ8+eRUhICP7880/l101LS0N6ejpycnKUR4Q0YW5ujmHDhmH16tUYNGgQWrdurfacr776Cv/9739x8+ZNfPLJJ8jLy8P48eMBAO+++y7y8vLw0UcfITk5GRkZGThx4gSCgoLUCh8R1Q3LDRE904kTJzB48GC4u7vDx8cHZ8+exZIlS/DFF1/A0NAQAODs7IygoCBs3boVI0eOxIEDB1QmzwJAr1698Pbbb8Pf3x8DBgxAVFQULC0tERYWhkOHDsHDwwNbt27FggULVF5nbGyMzz77DG+88QY8PT1hYGCAzz77DADQtGlTfPnll7Czs4Ofnx88PDywePFiPHnyRHkl08SJE9G+fXuMHz8eAwYMwK+//lqr/fDmm2+itLRUWVj+ad68ediyZQtGjx6NpKQkbNq0SXlqzMbGBnv27EF5eTmmTZuGUaNGYeXKlWjRooVGCyES0bNJFJUz94iI6Kni4+MRGhqKEydOQCqVKsfv3r2LoUOHIj4+Hl27dhUwIREBnFBMRPRMxcXFyMzMxNatW/H222+rFBsi0j08FkpE9AxRUVF4/fXXYW1tjRkzZggdh4iegaeliIiISFR45IaIiIhEheWGiIiIRIXlhoiIiESF5YaIiIhEheWGiIiIRIXlhoiIiESF5YaIiIhEheWGiIiIROX/AIm3SB2JGNvSAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "df = pd.DataFrame(\n", + " correlations.items(), columns=[\"Dataset Type\", \"ImageNet Correlation\"]\n", + ")\n", + "df.sort_values(by=\"ImageNet Correlation\", inplace=True)\n", + "\n", + "sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + ")\n", + "\n", + "ax = sns.barplot(\n", + " df,\n", + " x=\"Dataset Type\",\n", + " y=\"ImageNet Correlation\",\n", + " errorbar=None,\n", + ")\n", + "for _, s in ax.spines.items():\n", + " s.set_color(\"black\")\n", + "sns.despine(ax=ax)\n", + "ax.set_xticks(ax.get_xticks(), df[\"Dataset Type\"].unique(), rotation=90, ha=\"right\")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/model_size_capability.ipynb b/figures/model_size_capability.ipynb new file mode 100644 index 0000000..9e529dd --- /dev/null +++ b/figures/model_size_capability.ipynb @@ -0,0 +1,7240 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-13 08:50:29.538405: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-13 08:50:29.542010: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-13 08:50:29.580669: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-13 08:50:29.580689: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-13 08:50:29.581922: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-13 08:50:29.589005: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-13 08:50:31.312910: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + "\n", + " if results_sem is not None:\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "from eval_vlm.common_utils.utils import get_dataset_mappings, get_model_mappings\n", + "\n", + "param = \"model_size\"\n", + "dt = \"capability\"\n", + "\n", + "model_mappings = get_model_mappings(param)\n", + "results[param] = results[\"model_name\"].map(model_mappings)\n", + "\n", + "dataset_mappings = get_dataset_mappings(dt)\n", + "results[dt] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([dt, param, \"model_name\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([dt, param])\n", + " .correctness.mean()\n", + ")\n", + "df_sem = (\n", + " results.groupby([dt, param, \"model_name\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([dt, param])\n", + " .correctness.sem()\n", + ")\n", + "dataset_types = list(df_mean.reset_index()[dt].unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "0it [00:00, ?it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "1it [00:00, 2.10it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "2it [00:00, 2.19it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "3it [00:01, 2.22it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "4it [00:01, 2.24it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "5it [00:02, 2.25it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "6it [00:03, 1.60it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "7it [00:03, 1.76it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "8it [00:04, 1.88it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "9it [00:04, 1.98it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "10it [00:05, 2.05it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "11it [00:05, 2.11it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "12it [00:05, 2.16it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "13it [00:06, 2.19it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "14it [00:06, 2.21it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "15it [00:07, 2.22it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "16it [00:07, 2.22it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "17it [00:08, 2.23it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2733128/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "18it [00:08, 2.10it/s]\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAADc0AACLUCAYAAACs08KIAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAC4jAAAuIwF4pT92AAEAAElEQVR4nOzdd3iV9f0//leABEgYQfZSlKGCgAruibjrR636ca+KIkXB2VZtq1Zr/WjrqlWpqMWFqFVa27oVXKiIDAUVKhtlyk6ADPL7w6/5eZIAOQFywuHxuK5eV+/Xud/j5Jw7tPc7z/udUVJSUhIAAAAAAAAAAAAAAAAAkAZqpXoCAAAAAAAAAAAAAAAAALClCM0BAAAAAAAAAAAAAAAAkDaE5gAAAAAAAAAAAAAAAABIG0JzAAAAAAAAAAAAAAAAAKQNoTkAAAAAAAAAAAAAAAAA0obQHAAAAAAAAAAAAAAAAABpQ2gOAAAAAAAAAAAAAAAAgLQhNAcAAAAAAAAAAAAAAABA2hCaAwAAAAAAAAAAAAAAACBtCM0BAAAAAAAAAAAAAAAAkDaE5gAAAAAAAAAAAAAAAABIG0JzAAAAAAAAAAAAAAAAAKQNoTkAAAAAAAAAAAAAAAAA0obQHAAAAAAAAAAAAAAAAABpQ2gOAAAAAAAAAAAAAAAAgLQhNAcAAAAAAAAAAAAAAABA2hCaAwAAAAAAAAAAAAAAACBtCM0BAAAAAAAAAAAAAAAAkDaE5gAAAAAAAAAAAAAAAABIG0JzAAAAAAAAAAAAAAAAAKQNoTkAAAAAAAAAAAAAAAAA0obQHAAAAAAAAAAAAAAAAABpQ2gOAAAAAAAAAAAAAAAAgLQhNAcAAAAAAAAAAAAAAABA2hCaAwAAAAAAAAAAAAAAACBtCM0BAAAAAAAAAAAAAAAAkDaE5gAAAAAAAAAAAAAAAABIG0JzAAAAAAAAAAAAAAAAAKQNoTkAAAAAAAAAAAAAAAAA0obQHAAAAAAAAAAAAFvEddddF7vuumvpf4444ohUT6lazJs3L+F977rrrvHiiy9utXakTtnP6/7770/1lAAAAKhAnVRPAAAAAAAAAAAAgOpRUlISM2fOjDlz5sT8+fMjLy8vCgoKIicnJxo3bhyNGzeOzp07R7t27VI9VQAAAIAqE5oDAACgxpg3b1707ds3obbvvvvGk08+maIZAQAAAADAti8/Pz9ee+21eP311+OTTz6JVatWbbJNkyZNomfPnnH00UfHMcccEw0aNKiGmQKUd91118XIkSMTak888UTst99+KZoRAACwLRCaAwAAANiO3H///fGXv/wloTZ16tQUzQYAAAAA2Jry8vJi6NChMXz48FixYkVSbZctWxajR4+O0aNHxy233BLHHHNMDBo0KNq3b7+VZgsApNKuu+6acHz55ZfHoEGDUjQbAIDNVyvVEwAAAAAAAAAAAGDL+uCDD+LYY4+Nhx56KOnAXFlr166Nf/7zn3HcccfF73//+1i3bt0WmiUAAADA1mGnOQAAAAAAAAAAgDTy8MMPx9133x0lJSUVvt64ceM44IADomPHjrHDDjvEDjvsECUlJbFy5cqYN29eTJ48OSZOnBhr165NaFdYWBhPPvlkXHjhhdGuXbvqeCsAAAAAVSI0BwAAAAAAAAAAkCbuueeeGDJkSIWvHXLIITFgwIDYa6+9onbt2hvtZ82aNTFq1Kh48sknY/z48VtjqrBNmjp1aqqnAAAAQCUIzQEAAAAAAAAAAKSB559/vsLAXPPmzeNPf/pT7L///pXuq379+nH88cfH8ccfHx9++GH84Q9/iGnTpm3J6QIAAABsNbVSPQEAAAAAAAAAAAA2z/Tp0+PWW28tV995551jxIgRSQXmyjrggAPihRdeiIsuumhzpggAAABQbew0BwAAAAAAAAAAsI278cYbY926dQm13NzcePzxx6Nly5ab3X9WVlb86le/im7dukVmZuZm9wcAAACwNQnNAQAAsN2YNWtWfPHFF7FgwYJYt25dNGjQIDp27Bh77rlnZGdnV6qPkpKS+Oqrr+Krr76K7777LtavXx9NmzaNTp06RY8ePSIjI2OLzXfFihUxY8aMmD17dqxYsSLy8/Ojfv360bhx42jatGn06NEjcnNzt9h4P7Z+/fr4/PPPY86cObF48eIoKiqKxo0bxy677BI9e/aMrKysrTJuWd9++21MnTo1li5dGkuXLo3atWtHkyZNokWLFrHnnntGTk7OVp/DrFmzYsqUKbFw4cIoKCiI3NzcaNGiRfTq1SsaN268VcZcs2ZNTJo0KZYsWRJLly6NNWvWRG5ubuywww6x2267Rfv27bfKuAAAAADAtumdd96JcePGlavfdNNNWyQw92MnnHDCFuln1apVMXHixJg9e3asWrUqsrOzY4cddoiuXbtGx44dt8gYP8jLy4sZM2bErFmzYvny5ZGXlxdZWVnRqFGjaNq0aeyxxx7RvHnzLTpmqtWE+8zV+RlHRHz33XcxadKkWLRoUSxbtizq168frVu3jm7dukW7du22+Hhbw/r162PKlCkxbdq0+O677yIjIyOaNGkS7du3j7322muLr88UFhbGxIkT45tvvonFixdHRESTJk2ic+fOsccee0Tt2rW36Hg11Q/Xy8yZM2PlypVRu3btaNasWfTo0SN22WWXSvezbNmy+Oyzz2LOnDmRl5cXDRo0iObNm8c+++wTO+ywwxabb3FxccydOzdmzJgRCxcujNWrV8f69eujUaNGpet5Xbp0iVq1am2xMX+sJlxrBQUF8fnnn8fChQtj6dKlsXr16mjUqFHssMMO0alTp+jUqdNWn8PatWtj4sSJMWPGjFi5cmXUq1cvmjRpEl26dInddttti64b/9iMGTNi5syZsXTp0li2bFlkZWVFkyZNonXr1tGzZ8+oW7fuVhkXAGBbJDQHAADANu+II46Ib775pvT4pz/9afzf//1fRHy/aPT888/H448/HjNmzKiwfXZ2dpx66qlx+eWXbzCEtnr16hg2bFg899xzsXDhwgrPadasWfTr1y/OP//8qFMn+f/LvW7dunj33Xfjvffei48//jhmzZq10fMzMjKiU6dOccopp8QZZ5yxRQJky5YtiwcffDBeeeWV0sXRsrKzs+OEE06ISy+9tHTh6+OPP47zzz8/4bwnnngi9ttvv6TnsHDhwhg2bFiMHj16g59ZRERmZmb07NkzzjnnnDjuuOOSXnjaddddE44vv/zyGDRoUER8vyg9cuTIGDZsWEybNq3C9rVr14599903rrzyythzzz2TGrsiRUVFMXLkyPj3v/8dn376aRQWFm7w3B133DGOO+64uOiiiyoVnDzvvPNi7NixG3y97M+iIrfffnuccsopmzwPAAAAAKh+w4YNK1fbf//94/jjj6/+yWzCl19+GQ899FC8/fbbG7wP2rZt27jooovijDPOqNKudkVFRfHRRx/F6NGjY+zYsTFt2rQoKSnZaJsdd9wxTjjhhDjvvPO2aLilOm3N+8w/dt1118XIkSNLj9u2bRtvv/126XF1fMY/9tZbb8WwYcNi3LhxsX79+grP2X333ePCCy+Mk046qXQ9oey983333TeefPLJTY63sfWFDdnUOsrq1avjsccei2effTaWLFlSYR/Z2dlx7LHHxuDBg6N169abnOfGfPvtt/GXv/wl3nzzzVixYkWF5+Tm5sYpp5wSl1xySek18eKLL8b111+fcN5bb71VY0OJm5rvjBkz4qGHHorXXnut3E6dP+jWrVtcccUVcdhhh21wnHHjxsWQIUNizJgxUVxcXO712rVrxwEHHBDXXXdddO7cuUrvZebMmfHGG2/Exx9/HOPHj4/8/PyNnt+wYcM48MADo1+/ftGzZ88qjVlWdV9rZZWUlMRrr70WI0eOjLFjx270Z9CiRYs46qijon///tGqVaukxrn//vvjL3/5S0Jt6tSppf99zpw58dBDD8Urr7wSa9asqbCPZs2axVlnnRUXXXRRpR/eujEzZ86MYcOGxXvvvZewLl5W3bp1Y5999omf/exncfDBB2+y34p+N/3YX/7yl3I/i7LK/hsAAFCTbJ3HSAAAAEANsHDhwjjrrLPipptu2mj4Kj8/P5588sk46aST4quvvir3+vjx4+N//ud/4v77799gYC4iYsmSJXHHHXfE2WefHStXrkxqro8//ngceOCBcfnll8ezzz67ycBcxPcLQ//973/jjjvuiD59+sTrr7+e1Jhlvfzyy3HsscfGE088scHAXMT3P6/nnnsu/ud//idhUXxzrV27Nu6444446qij4rHHHtvoZxbx/dNPx40bF1dddVWcdNJJGwy3JWvhwoVx9tlnxw033LDRPouLi+PDDz+MM844I+65557NGvPNN9+M448/Pn7zm9/ERx99tNE/ZIj4fjHur3/9a/Tt2zeefvrpzRobAAAAANi2zZ8/Pz788MNy9XPOOScFs9mwkpKSuPfee+PUU0+N1157baP3Qb/55pu49dZb4/TTT4/vvvsuqXFefvnlOPjgg6Nfv37x5JNPxtSpUzcZmIv4/r7rgw8+GEccccQ2ed+1Jtxnrq7P+AfLli2LgQMHxsCBA2Ps2LEbDPFEfB/k+9WvfhXnn39+LF26tErjbS3jxo2L448/Ph544IENBuYivl+fefHFF+PYY4+Nt956q8rjPfHEE/GTn/wkXnjhhQ0G5iIili9fHo899lgcf/zx8d5771V5vJrq6aefjpNOOileeumlDQbmIiKmTJkS/fv3j9tuu63c75KCgoK4+eab45xzzon33nuvwsBcxPdrSu+//36cfPLJ8Y9//COpeS5btix++tOfxrHHHht33XVXvP/++5sMzEV8v9Pja6+9FqeffnoMHDgw6bXLsnNI9bU2bty4OPXUU+OKK66I0aNHb/JnsGjRonj66afjqKOOivvuu2+jc07G008/HSeccEK8+OKLGwzMRXy/bnz//ffHCSecUKl13w1ZtmxZ/PrXv46f/OQnMWLEiI0G5iK+f0jr+++/H/369YvzzjsvFixYUOWxAQDSgdAcAAAAaemHwNykSZMq3WbBggXRr1+/mD9/fmnt/fffj5/97Gfx7bffVrqfSZMmxcUXXxxFRUWVbvPll1/G6tWrK31+WStWrIjBgwfHww8/XKX2I0aMiKuvvjqWL19e6Tb5+flx3XXXxTPPPFOlMX9s8eLFcd5558Vjjz220YXJDZk6dWqceeaZ8c4772zWPObOnRv/+7//GxMmTEiq3ZAhQ6oUnCspKYk///nPcdlll8Xs2bOTbr969eq45ZZb4sYbb9zgQiwAAAAAkN7efvvtckGO5s2bxxFHHJGiGZW3fv36+MUvfhEPPfRQUvcyv/jiizjnnHMiLy+v0m2mT58ey5Ytq8o0IyJizZo1ccstt8RNN91U5T6qU025z1ydn3FExNKlS+OCCy5IOjw2duzYOPfcczcaFqtOo0aNigsvvHCjD20sa+3atTF48OB49913kx7vnnvuidtuu61SoasfLFu2LAYMGBCjRo1KeryaasiQIXHLLbdEQUFBpds88cQTCWtBBQUFcdlllyW1TlZUVBTXX399vPnmm5Vuk5eXF1988UWlz6/IW2+9Ff/7v/9bpQBVTbjWnn322bjgggtiypQpSbctKCiIBx98MC677LKkvvcVufvuu+OWW25Jai3zm2++ibPPPjupa/wHM2fOjDPOOCP+/ve/V+n389ixY+O0006Lzz77LOm2AADpok6qJwAAAABbWmFhYVx22WWlT9rLyMiI3r17x4EHHhitW7eOrKysWLBgQbz33nvlnr67ZMmSuPnmm+Ovf/1rTJ8+PQYPHhxr166NiIh69erFQQcdFPvss080a9YsiouLY+7cufHaa6/Ff//734R+Jk2aFH/729/ikksuqdJ72HnnnWO33XaLjh07RvPmzSMnJycyMzMjLy8v5s+fH1988UV88MEHpXOL+H5h/O67744uXbrE4YcfXumx3njjjbj55pvL/VFF7dq1o1evXnHwwQdHy5Yto1atWrFo0aL4+OOP48MPPyx9Quytt94aV155ZZXeZ8T3P/MzzjijwicjdunSJfbZZ5/o1KlTNGrUKCIivvvuu5g4cWK88847CYvoeXl5MWjQoBgxYkR07do16Xnk5eXFxRdfXLpolZGREXvttVfp9yY7OzuWLVsW48ePjzfeeKPcgtjQoUPjiCOOiJ49e1Z6zJtuuimeffbZcvXc3Nw48MADo1u3btG0adOoV69erFq1Kv773//Ge++9FzNnzkw4/9lnn42GDRvGL37xiwrH2XHHHUufILpkyZJyT6rdbbfdNjnXxo0bV/ZtAQAAAADV6OOPPy5X6927d9SpU3P+NOyee+6Jf/3rX6XHrVu3jsMOOyy6dOkSTZo0ifz8/Jg+fXq8/vrrMW/evIS2M2fOjLvuuituvPHGKo3dtm3b2H333aNTp07RsmXLyMnJiXr16kV+fn4sWrQovvzyy3j//fdj1apVCe1GjBgRXbp0qXE79pVVXfeZN6U6P+OioqK45JJLYurUqeVea968eRx55JHRuXPnaNKkSaxYsSJmzpwZb731Vum406dPj1/96ldVep9b0pdffhl333136XpLvXr14oADDojevXtHs2bNok6dOjF//vz44IMPyq1nFRUVxW9+85v4z3/+Ew0bNqzUeMOGDYshQ4aUq2dmZsaBBx4Y++23X7Ro0SKKi4tjwYIF8f7778enn34a69evj6Kiorj66qvjoosu2vw3nmJvvvlmQvitWbNmcfjhh0fXrl2jSZMmkZeXF1OnTo1XXnml3HrKww8/HEceeWT06NEjbrnlloTg4i677BKHH354dOjQIRo2bBgrVqyITz/9NF577bWEcN769evj5ptvjv3226/Sn92PZWdnR/fu3aNjx46x0047RcOGDSMnJycKCwtj5cqV8fXXX8fHH38c06dPT2g3a9asuPLKK+Opp56q9L8PNeFae/jhh+Ouu+4qV8/Ozo4DDzwwunfvXrqWumrVqpg9e3aMGTOmXMDu7bffjl//+tdVeghmxPf/Jvz1r38tPd5hhx3i0EMPje7du8cOO+wQ69ati9mzZ8ebb75Zbt34u+++ixtvvDGh/aZ8/fXXcfbZZ1cYOuzRo0fsvffesfPOO0ejRo2isLAwFi9eHBMmTIh333034fu2ePHi6N+/f4wcOTJat25drq/s7OyEdcKvvvoq4fVmzZpFs2bNNjrXFi1aVPp9AQBUt5pzZwQAAAC2kNdff710MaBr165x6623xh577FHuvH79+sV7770XgwcPTniy4OjRo2PcuHFx2223lYayfvKTn8R1111X4U3/yy67LP7617/Gvffem1D/61//Guedd17Uq1dvk3P+IaB1yimnxKGHHhqtWrXaZJu8vLz429/+FkOGDCldUC0pKYnrr78+Ro0aValxly5dGjfddFO5wFz37t3j97//fYVhqosvvjjmzp0bN954Y4wZMyaKi4vjgQce2ORYFVm/fn1cc8015QJze+21V1x//fUbDKBdcMEFsXLlynjwwQdj2LBhpfNft25dDBo0KP75z39GgwYNkprL8OHDS4NwPXv2jJtuuim6detW7rxzzjkn5s2bF4MHD05YcCsuLo4///nP8eijj1ZqvBdeeKHcHzLk5ubG1VdfHSeffHLUrVu3wnYlJSXx5ptvxk033RTfffddaf2RRx6J3r17R58+fcq1ue2220r/+/333x9/+ctfEl7/5z//Wak5AwAAAAA1T0U7EPXo0SMFM6nYokWLYujQoRERkZOTE9ddd12ceuqpUbt27XLnXnXVVfHnP/+59PwfjBgxIi699NJo2bJlpcbs0qVLnHbaaXHYYYdFhw4dNnl+QUFBPPvss3HvvffG6tWrS+v/93//F0ceeWSlx61u1XmfeWOq+zMeMmRITJ48OaGWmZkZgwYNiosuuigyMzPLtbn++utjxIgRceedd0Z+fn6l11G2prvvvrt0XeKkk06Ka6+9tsJ1qEsuuSQ+/vjjGDx4cCxfvry0vnDhwnjmmWeif//+mxxr5syZcffdd5erH3zwwfG73/0u2rVrV+61AQMGxJdffhm//vWvY8qUKZGfnx+PPPJIEu+wZvohgFW7du24/PLLo1+/fhVeK1deeWVcf/318frrr5fWSkpK4r777oszzjgjnn/++Yj4Pjx14403xnHHHVeuj7POOisGDRoU/fv3j1mzZpXWFy9eHMOHD49LL720UnNu1KhRnHjiiXHMMcfEXnvtVeF3vKzx48fHbbfdlnCtTJgwIR5//PHo169fpcZN9bX24Ycflgu51atXLy677LI4++yzN7oW+PHHH8dvfvOb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uyfdz4QJE5I6PzMzM3bfffeE2ueffx7r169PeuyIiIkTJyZ1/h577BG1aiXelvjkk0+qNPa2pmfPngnHa9asiSlTpqRoNgAAAADAtq5NmzZxwAEHlKsPHz48BbNJnbL32yMievfunXQ/yd5vT4Xt9T5zRWGhZNcnfjBp0qTNnM22oU2bNtG8efOEWlXf+/r16+Pzzz/fEtOiEgoKCuK7775LqPXq1SvpfoqLi+Ozzz5Lqk2qr7WKxh83blyVxt+WlP3dHrH9rJ8CAGwtQnMAAACQQsuWLUs4bty4cZX6eeWVV5Jus+eeeyYcL168OD7++OOk+5k5c2ZMnjw5qTa5ubnRrVu3hNqMGTOq/JTKbcmBBx5Yrvb6669X2/i1a9cuVysuLq628QEAAACALe+CCy4oVxszZky89tprKZhNapS93x5RtXvuVbnfXt1SfZ85VXr27FluV8V///vfVerrX//615aY0jahbBDns88+izlz5iTdz5gxY2LJkiVbalpsQkW/03Jzc5Pu55133on8/Pyk2qT6WjvooIPK1baH33G77rprNG3aNKE2bty4Cr8LW0vZdURriADAtk5oDgAAAFKofv36CccrV65Mere3sWPHVukJsscff3y52qOPPpp0P1VpExHRt2/fcrWHH364Sn1tSw4//PByC04jRoyIlStXVsv4OTk55WrJLpYCAAAAADXL4YcfXuEORDfeeGMsWrRoi47173//OxYuXLhF+9wSyt5vj6g4dLIxc+bMibfeemtLTWmrSfV95lRp3LhxuTDNp59+mvTugHPmzNkuAjg/qGg96JFHHkm6n6quB1E12dnZ5WpVCU/97W9/S7pNqq+1ffbZJxo2bJhQe/3112PWrFlJ97UtycjIiCOOOCKhtmbNmnjiiSeqbQ5l1xGtIQIA2zqhOQAAAEih5s2bJxyvXbs2xo0bV+n2a9asid/+9rdVGnvPPfeMrl27JtTee++9+Oc//1npPj788MP4+9//XqXxzz333GjUqFFC7aWXXoo33nijSv1tK9q2bRsnnXRSQm316tVx/fXXR0lJyVYfv6InK8+dO3erjwsAAAAAbF233HJL1K1bN6G2fPnyuPDCC2P+/Pmb3X9BQUHccccdcc0110RhYeFm97ellb3fHhHxwQcfVLr9+vXr44YbbtgmdtVJ9X3mVDrrrLPK1W666aZYs2ZNpdoXFRXFjTfeGAUFBVt6ajXWUUcdFc2aNUuoPf/88/HJJ59Uuo8XX3wxxowZs6WnxkY0bNiwXBj4/fffT6qP559/PsaOHVul8VN5rWVnZ8eFF16YUCsuLo5f/OIXaX/t9u/fP+rUqZNQGzp0aEyaNKlaxi+7dmsNEQDY1gnNAQAAQAr17t27XO2ee+6p1B8crF27Nq644orNeqriwIEDy9V+/etfV+qpj5988klcdtllVV6Ab9iwYfTr1y+hVlJSEr/85S/jzTffrFKfERHvvPNO3HTTTVVuXx0GDhwYWVlZCbU333wzfvvb31Z5sW/evHlx6623xrRp0zZ6XpcuXcrV3nnnnSqNCQAAAADUHJ06dYrf/OY35erTp0+PM844o8rBiYjvH6B2yimnxGOPPbY5U9yqKrrf/tBDD8Xq1as32Xb9+vVx4403JhUiSrVU3mdOpT59+kS3bt0SalOnTo0BAwbEqlWrNtp23bp18Ytf/CI+/PDDrTnFGicrKysuueSShNr69evj5z//eXz66aebbP/yyy/HjTfeuLWmx0aU3UF07NixlV7Teffdd+P3v/99lcdO9bV24YUXRpMmTRJqn332WQwePHiT42/Id999F/fcc09SgerqtuOOO8Ypp5ySUCssLIyBAwfG+PHjq9RncXFx/Oc//4l77rlnk+eWXUf85JNP7DYHAGzThOYAAAAghXr06BFt27ZNqI0fPz4GDRoUS5cu3WC7zz77LM4555zShbEGDRpUafyjjjoqjjvuuIRaYWFhDBo0KK688soYN25crF+/vtzYN954Y5x//vmRl5cXERF77bVXlca/+OKL48ADD0yo5efnx+WXXx6//e1vK/30wlmzZsWQIUPihBNOiP79+1dqkTeV2rdvH7fccku5+vPPPx+nn356jBo1qlJhxNWrV8e//vWvGDhwYBx99NHx1FNPxbp16zbapnPnzuW+Lw8//HC8+OKLsXbt2uTeCAAAAABQo5x++ukxYMCAcvWFCxfGeeedF/3794/x48eXu+9bkbVr18bLL78cZ599dlx44YXx3//+d2tMeYtp0aJFuYDJ7Nmzo1+/fvHNN99ssN2MGTPi4osvjueffz4iIurUqVNud6eaKJX3mVOpdu3a8Yc//CEyMzMT6h999FEcd9xx8fTTT8d3332X8NqKFSti5MiRccIJJ8TLL78cEd/vprTLLrtU27xT7fzzzy+3lrNq1ao499xz46abborJkycnvFZcXBxjx46NwYMHx1VXXVX6sMeqrgdRNccee2y52pVXXhmvvvrqBtusXbs2/vKXv8TAgQNL132qso6Y6mutQYMGcc8995TbdW3UqFFxyimnxEsvvRRFRUWb7GfdunXx5ptvxrXXXht9+vSJIUOGVDl0V12uu+66cuG1JUuWxPnnnx9//OMfY/HixZXq56uvvop77rknjjrqqLj66qvjq6++2mSbin5PXHXVVTF9+vTKvwEAgBqkzqZPAQAAALaW2rVrx2WXXRY33HBDQn3UqFHRt2/fOProo6Nnz57RpEmTyM/Pj/nz58e7774bn332WcJi929/+9v41a9+VaU53HzzzTF9+vRyT4595ZVX4pVXXon69etHs2bNonbt2rFo0aJyTxPs1q1bDBw4sNxTSmvXrr3JsevUqRP33ntvnHnmmTFjxozSeklJSTz33HPxwgsvxB577BG9e/eOdu3aRW5ubqxfvz5WrlwZS5cujWnTpsXkyZM3+gcPNdVPf/rTmD59egwdOjSh/uWXX8aAAQOiTZs2sd9++8Vuu+0Wubm5Ua9evVi1alWsWrUqZs2aFZMnT45p06ZValfCH8vMzIwTTzwxhg8fXlrLz8+P66+/Pn7zm99Eq1atIicnJ2rVSnzW0uDBg6Nv375Vf8MAAAAAQLW46qqron79+nHvvfeWC02988478c4770Rubm4ccMAB0alTp2jSpEnpbj4rV66MuXPnxpQpU2LixImxZs2aVLyFKhs0aFBceOGFCbWJEyfGMcccE3379o1evXpFs2bNoqCgIBYuXBgffPBBfPrppwnBi4EDB8YLL7ywTdx3TtV95lTbbbfd4re//W3cdNNNCd/xxYsXxy233BK33nprNG3aNHJzc2PFihWxdOnSKC4uTujjd7/7XTzzzDMJaxNl74unk1q1asUf//jHOPfcc2PBggWl9fXr18eIESNixIgRkZOTE82bN4/i4uJYvHhxuQftHX744XH00UfHhAkTEuqVWQ+iak4++eR4+OGHY86cOaW1/Pz8uOKKK6Jbt27Rp0+f2HHHHSMzMzO+++67mDJlSowaNSqWL19een7nzp3j8MMPL/d7ojJSfa0dcMAB8etf/zp+97vfJdTnzJkTv/jFL+KOO+6IfffdN7p16xY77LBDZGdnR15eXqxatar037Ivv/xym3toZE5OTjz00ENxxhlnxJIlS0rrhYWF8cgjj8Tjjz8ee+21V/Tq1StatWoVjRs3jsLCwli1alUsXrw4vvrqq5g8eXKlw3U/dvLJJ8d9992X8O/i6NGjY/To0dG4ceNo2rRpuV1OW7RoUaXvFwBAdRCaAwAAgBQ79dRTY8yYMfHvf/87oZ6fnx//+Mc/4h//+MdG2w8YMCBOPvnkKofmcnNz4/HHH4+LLroovvzyy3Kvr1mzZoM7vnXp0iWGDBkSX3/9dbnXKvvUysaNG8eIESPil7/8ZYwePTrhteLi4pg0aVJMmjSpUn1ta6699tpo3bp13H777eX+KOHbb7+NkSNHbpVxBw4cGG+88Ua5xbLi4uIN/iHIihUrtspcAAAAAIAtb8CAAdGtW7e44YYbYtGiReVeX758ebzyyitJ91uvXr04//zzo0WLFltimlvcAQccEP3794+HH344oV5YWBivvvrqRndniog48cQTS0Nz24pU3WdOtTPOOCMyMjLipptuKrdzYklJSSxZsiQhbPKDjIyMuOGGG+L444+PJ598MuG1quzGtS1p3759PPXUU3HBBRdUuBaQl5cXeXl5Fbbdd9994+677y7dPezH0v3nlkqZmZlx3333xdlnn10uxDxlypSYMmXKRtu3bNkyhgwZslm/B1J9rZ199tnRtGnTuP7668t9P5csWRIvv/xyhd/LbV27du3i73//e1xxxRXl1kkLCwtj7NixMXbs2C0+bosWLeLnP/953H///eVeW7FiRYXrhTV95z4AYPuWvo9GAQAAgG3I7bffHqeddlpSberWrRu//e1v46qrrtrs8XfYYYd47rnn4vLLLy/3dMCK1K5dO84444x45plnokWLFhUukCSz4NW4ceMYMmRI3HDDDdGsWbOk5l5W27Zt45RTTtmsPqrTOeecE8OHD49evXptVj/16tWLn/zkJ9GmTZtNntu8efN4/PHHo1u3bps1JgAAAABQcx1yyCHx6quvxoABA6JRo0ab1Vd2dnacccYZ8dprr8U111xTqfvIqXL11VfHz3/+88jIyKh0m9q1a8eAAQPijjvuSKpdTZGK+8w1wemnnx7PPfdcpe91t2/fPh555JE4//zzI+L7nRV/rGHDhlt8jjVN+/bt45///Gecc845ldrtKysrKwYMGBCPPvpo5OTklFsPysjIiJycnK01XSKia9eu8cgjj0Tz5s2TarfnnnvGc889F+3atdvsOaT6WjvmmGPihRdeiD59+iTVrqw6depEnz59Ytddd92sfqpL69at46mnnoqBAwdu9u+njh07xnHHHVepcwcOHBhXXXVVZGZmbtaYAAA1gZ3mAAAAoAbIysqK2267LY4++ugYMmRIjB8/foPnNmzYMI4//vi45JJLon379lt0DoMGDYozzzwzXn/99Xj77bdj7ty5sXjx4igsLIzc3NzYeeedY7/99ouTTjopYeyKniCZm5ub1PgZGRlxwQUXxJlnnhkvvPBCvPrqqzFx4sRYt27dRtvVqlUrdt999zjggAPisMMOi3322Web+6OGHj16xPDhw2PcuHExYsSI+Pjjjyt8+nNZLVq0iAMOOCAOPPDA6Nu3b1ILZh07dowXXnghxo0bF2+88UZ89dVXMXv27Fi9enWsWbMmiouLN+ctAQAAAAA1QE5OTlx11VVx6aWXxquvvhqvvfZajBs3LlavXr3Jtk2bNo2ePXvGscceG0cffXTUr1+/Gma8+TIyMuLKK6+MQw89NB566KF4//33y+2O9IP69etH375945JLLonddtutmme6ZaXiPnNN0L179/j73/8eY8eOjddeey0mTJgQixcvjuXLl0fdunWjdevW0a1bt+jbt28ceeSRUbt27dK2Zdc2GjduXN3TT4mGDRvGjTfeGD/72c/itddei3feeSe+/fbbWLJkSZSUlESTJk2iU6dOceCBB8ZJJ52U8LDDsj+zRo0aVSp8x+bp3bt3vPTSS/Hoo4/Gc889Vy6E9mN77LFHnHfeeXHiiSdu0c8m1dfazjvvHEOGDImvvvoqnn766RgzZkzMmzdvk+1yc3Njv/32i4MOOiiOPPLIaNq0adJjp1JWVlZcccUVcdFFF8UzzzwTb7/9dnz++edRVFS00XaZmZnRvXv3OPDAA+Pwww+P7t27V3rMWrVqxYABA+L000+PV155JcaNGxdff/11LF68OPLz8ze5dgsAUJNklJSUlKR6EgAAAECiJUuWxPjx42PRokWxcuXKyMrKimbNmsUuu+wSXbt2jTp1atZzcK655pr497//XXrcunXrGD169Gb3W1BQEJ9//nksXLgwli9fHitXrozatWtHTk5ONGnSJHbeeefYeeedo27dups9Vk0zc+bMmD59eixfvjyWL18eRUVFkZOTEw0aNIh27drFLrvsss0t7AEAAAAAqbd+/fqYOXNmzJ49O+bPnx/5+flRUFAQOTk50bhx48jNzY0uXbpE27ZtUz3VLWLlypXx6aefxrffflt6j/mH+8s9evSo0bvmbS73mTds1qxZccwxxyTUbrvttjjttNNSNKNtw5lnnhkTJkwoPe7du3c8/fTTKZzR9qe4uDgmT54c//3vf2PZsmVRXFwcOTk50a5du9hjjz2S3pFua9ua19q3334bU6dOjWXLlsXy5ctj3bp1kZ2dHQ0aNIg2bdrELrvsEi1bttzscWqa/Pz8+Pzzz0tDiytXroy6detGTk5ONG3aNHbeeefYaaed7BQHABB2mgMAAIAaqVmzZnH00UenehqVUlBQEB9++GFCrUePHluk76ysrOjVq9cW6Wtb80MgEAAAAABgS6pVq1Z07NgxOnbsmOqpVItGjRpFnz59Uj2NlHCfecMqevDfllrbSFdLliyJyZMnJ9T8zKpf7dq1o2fPntGzZ89UT6VStua11qZNm2jTps0W6Wtbkp2dHfvtt1+qpwEAsE2wLzYAAACwWUaOHBnfffddQq13794pmg0AAAAAAMCGFRQUxBNPPJFQa9KkSXTq1ClFM9o2PPHEE1FYWJhQsx7ExrjWAABINaE5AAAAoMpmz54df/zjHxNq9erVixNPPDFFMwIAAAAAANiw22+/Pb755puE2mmnnRa1avlzyg0ZP358PPbYYwm1li1bxmGHHZaiGbEtcK0BAJBq/pcnAAAAEPfcc098++23SbWZMGFCnHfeebFq1aqE+v/8z/9Ebm7uFpwdAAAAAADA/+/tt9+O119/PYqLiyvdpqCgIG666aYYPnx4Qr1OnTpx5plnbukp1jgrVqyIBx98MJYuXZpUu7feeiv69+9fbpe5s846K+rUqbMlp0gN5FoDAGBbllFSUlKS6kkAAAAAqdW9e/coLi6O/fffP/r27Ru9evWKjh07RmZmZsJ5y5cvj/Hjx8cLL7wQb7/9dqxfvz7h9ebNm8dLL70UO+ywQ3VOHwAAAAAA2I48/PDDcdddd0WrVq3iqKOOikMPPTS6du0azZo1Szhv/fr1MW3atHj33Xfj6aefjgULFpTr68orr4yf//zn1TX1lFm8eHEcfPDBUbdu3Tj44IPjiCOOiL322is6dOgQtWvXLnfuJ598EiNGjIiPP/64XF9dunSJv//971G3bt3qmj4p4loDAGBbJjQHAAAARPfu3aOgoCChlpmZGTvssEM0bNgwioqKYuXKlbFs2bLY0K2EzMzMGDp0aBxwwAHVMWUAAAAAAGA79UOQp6xGjRpF48aNo169erF69epYtmxZrF27doP9HHTQQfHII49ErVq1tuZ0a4QfQnNlZWVlRdOmTaNBgwZRUFAQK1asiOXLl2+wn4YNG8bw4cOjS5cuW3G21BSuNQAAtmX2xqbGWb58eUycODHmzJkTeXl5kZWVFS1atIiuXbtGx44dt8qYeXl5MXHixJg1a1asXLky6tSpE82aNYtdd901dt9998jIyNgq4wIAANRkhYWFsXDhwli4cOEmz23WrFncf//9sffee1fDzAAAAAAAAMpbuXJlrFy5slLnnnrqqXHzzTdv9yGegoKCmD9/fqXO7dChQzz44INb7e/42Ha41gAA2BYIzVHOsmXLYvLkyfH555/HZ599FpMnT47FixcnnHP55ZfHoEGDtui448aNiyFDhsSYMWOiuLi4wnN22mmnOPfcc+Oss86KzMzMzR5z6tSp8dBDD8Wbb74ZhYWFFZ7TokWLOOOMM+Kiiy6K7OzszR4TAACgJjrqqKNi1KhRkZ+fn1S77OzsOOOMM+Liiy+OZs2abaXZAQAAAAAA/P9233336NSpU3z99ddJt+3Ro0cMGDAg+vbtuxVmVnNlZ2fHoYceGh9++OEG/1ZuQ3Jzc+O8886LCy+8MBo0aLCVZkhN5FoDAGBbllFSUlKS6kmQen/7299KQ3Jz587d5PlbMjRXWFgYt99+ezz99NOVbtOlS5e4//77o0OHDlUas6SkJB566KF44IEHoqioqFJt2rRpE/fdd1/06NGjSmMCAADUdGvXro1x48bFhAkT4quvvop58+bFokWLYs2aNbFu3brIzs6Oxo0bR9OmTWOPPfaIffbZJw466KBo3LhxqqcOAAAAAABsh2bNmhWffPJJTJo0KWbPnh3ffPNNrFy5MtauXRsREY0bN47GjRvHjjvuGL169Yr99ttvu//7r1WrVsXYsWNj4sSJMW3atPjmm29i8eLFsWbNmigqKooGDRpEo0aNolmzZrHnnntG796948ADD/TA+e2caw0AgG2R0BwREbHrrrsmdf6WCs0VFRXF4MGD46233kq67Q477BBPPfVUlbZ6/93vfhfDhw9Pul29evXikUceiX322SfptgAAAAAAAAAAAAAAAMDWVyfVE2D7dtddd5ULzDVp0iTOPffcOPLII6N169axfPnymDx5cgwbNiw+++yz0vOWLl0aAwYMiJEjRya15fvTTz9dLjCXnZ0dZ555Zhx33HHRvn37yMvLi2nTpsVTTz0VH3zwQel5a9eujcsvvzz+8Y9/ROvWrav4rgEAAAAAAAAAAAAAAICtxU5zRET5neays7Njjz32iD322CO6d+8eV111VcLrW2Knua+++ipOPvnk+PFXsHPnzvHoo49Gy5Yty51fUlISt99+ezz++OMJ9Ysuuih+9atfVWrMJUuWxJFHHhlr1qwprbVs2TIeffTR6Ny5c4VtHnvssbjzzjsT5nnMMcfEn//850qNCQAAAAAAAAAAAAAAAFQfO80RERE9evSI7t27l/5nl112iVq1apW+XjY0tyXce++9CUG0nJycGDp0aIWBuYiIjIyMuOGGG2LevHkJu9MNHz48Lrzwwg22+7EhQ4YkBOZq164dDz744AYDcxHfh/Lmz58fTzzxRGnt9ddfjylTpkS3bt02OSYAAAAAAAAAAAAAAABQfWpt+hS2B88//3zceOON8dOf/jQ6deqUEJjbGr788ssYNWpUQm3w4MHRunXrTba9+eabo169eqXHa9eujUcffXST7ZYsWRIjRoxIqJ1zzjmxxx57bLLtVVddFS1atCg9LikpiQcffHCT7QAAAAAAAAAAAAAAAIDqJTRHSrzyyisJx9nZ2XHaaadVqm2LFi3i6KOPTqi99tprm2z31ltvRWFhYelxRkZGnH/++ZUaMzs7O0499dSE2rvvvht5eXmVag8AAAAAAAAAAAAAAABUD6E5UuKtt95KOD7qqKOiQYMGlW5/yimnJBwvWLAgJk+enNSYvXr1ivbt21d5zIKCgnj//fcr3R4AAAAAAAAAAAAAAADY+oTmqHbffvttfP311wm1fffdN6k+9tprr8jMzEyojR49eoPnFxQUxIcffrhZY+64447RqlWrSo8JAAAAAAAAAAAAAAAAVD+hOard1KlTy9X23nvvpPqoV69edO3aNaE2bdq0DZ4/a9asKCgo2KwxK2qzsTEBAAAAAAAAAAAAAACA6ic0R7WbMWNGwnGd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AAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAAAAAAAADShtAcAAAAAAAAAAAAAAAAAGlDaA4AAAAAAAAAAAAAAACAtCE0BwAAAAAAAAAAAAAAAEDaEJoDAAAAAAAAAAAAAAAAIG0IzQEAAAAAAAAAAAAAAACQNoTmAAAAAAAAAAAAAAAAAEgbQnMAAAAAAAAAAAAAAAAApA2hOQAAAAAAAAAA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QW/Hjh3x0Y9+NA4dOlQ0P3ny5PjlL3/Z431feeWVuPvuu+OJJ56IlpaWDh8zbty4WLhwYSxZsiQqKyt7fBYAAAAAAAAAAAAAAAAwMEqTLgCOpq2tLW666aYjAnO93XPdunWxYMGC+OlPf9ppYC4iYvfu3bF27dr40Ic+FL/97W/7rAYAAAAAAAAA0qmuri4mT57c4T91dXVJlwcAAAAAkAlCcwxqDz30UPznf/5nn+55yy23xJo1a6JQKHR5zRtvvBGLFy+O5557rk9rAQAAAAAAAAAAAAAAAPpWLukCoDP19fXxla98pU/3fOCBB+LBBx8smqusrIxFixbFxRdfHDU1NZHP52Pbtm2xYcOG+M1vftP+uObm5li6dGn86Ec/iokTJ/ZpXQAAAAAAAABAxPJVW6Ih3/X/CW6SmhrrO722YvXWqBz51gBW0zujqnKxesWspMsAAAAAgD4jNMegdcstt8T+/fsjIqKioiJOP/30eP7553u83969e+OOO+4omhs/fnysX78+pk2b1j43evToOOmkk+K8886Le++9N1atWhVtbW0REbFv37647bbb4q677upxHQAAAAAAAABAxxryhWgcIqG55qbO68w3FaK1dGg8DwAAAABIo9KkC4CO/OxnP4snnniiffyP//iPUVNT06s977nnnjhw4ED7uKysLNatW1cUmDvckiVLYvHixUVzP//5z+Pll1/uVS0AAAAAAAAAAAAAAABA/xCaY9BpbGyMW2+9tX38rne9K6655ppe7bl37954+OGHi+Y+8YlPxOmnn37MtcuXL49x48a1j9va2mLdunW9qgcAAAAAAAAAAAAAAADoH0JzDDp33HFH7NmzJyIiSkpK4uabb47y8vJe7blx48ZoaWlpH5eUlMRVV13VpbWVlZVx2WWXFc099dRTkc/ne1UTAAAAAAAAAAAAAAAA0PeE5hhUnnvuufje977XPl6wYEF84AMf6PW+GzduLBqfccYZUVNT0+X1CxYsKBofOnQonn766V7XBQAAAAAAAAAAAAAAAPQtoTkGjUOHDsVNN90UbW1tERExevTo+Kd/+qc+2feZZ54pmps7d2639jj55JNjwoQJRXNPPvlkb0sDAAAAAAAAAAAAAAAA+pjQHIPGunXr4rXXXmsf33DDDTF69Ohe77tz5844dOhQ0dz73//+bu9z+Jpt27b1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f/iHf4gDBw60z5WWlsaXv/zlOPfcc7u937hx44rGe/bsidbW1m7vs2vXrmPuDQAAAAAAAAAAAAAAACRLaI5B5Q9/+ENcc801R9zV7eabb44PfehDPdpzypQpRePW1taor6/v9j6Hh+aqqqpiwoQJPaoJAAAAAAAAAAAAAAAA6B9Ccwwar7/+elx99dWxb9++ovkbb7wxLr/88h7vO3Xq1CPmduzY0e19Xn311aLxaaed1uOaAAAAAAAAAAAAAAAAgP4hNMegsGvXrrj66qtjz549RfPLli2Lq6++uld7n3rqqTFs2LCiuc2bN3d7nxdeeKFo/O53v7tXdQEAAAAAAAAAAAAAAAB9T2iOxO3duzc++clPxn//938XzS9ZsiSWLl3a6/2HDRsWZ555ZtHcpk2burVHXV1d7Nq1q2ju3HPP7W1pAAAAAAAAAAAAAAAAQB8TmiNR+/bti6uvvjp27txZNL9w4cK44YYb+uyc888/v2j8/PPPR11dXZfX//CHPywaDxs2LM4+++w+qQ0AAAAAAAAAAAAAAADoO0JzJCafz8enPvWp2LZtW9H83/zN38TNN9/cp2edf/75UV5e3j5ua2uLDRs2dGntgQMH4pFHHimaO+ecc6KqqqpPawQAAAAAAAAAAAAAAAB6T2iORBw8eDCuvfba+O1vf1s0f+GFF8btt98eJSUlfXre2LFjY+HChUVzGzZsiC1bthxz7de+9rWor69vH5eUlMR1113Xp/UBAAAAAAAAAAAAAAAAfUNojgFXKBTiM5/5TGzatKlo/pxzzomvfOUrUVZW1i/nXnvttTF8+PCiOq677rrYvn17p2vuu++++Pa3v100d+GFF8bs2bP7pUYAAAAAAAAAAAAAAACgd3JJF0D2rF27Nn71q18VzeVyuTjllFPirrvu6tGes2fPjosvvvioj6muro7rr78+br311va5Xbt2xeWXXx6LFi2KSy65JE466aRoamqKV155JTZs2BBPP/100R4nnHBC3HjjjT2qEQAAAAAAAAAAAAAAAOh/QnMMuPr6+iPmCoVC3H///T3e89JLLz1maC4i4sorr4zt27fHQw891D6Xz+dj/fr1sX79+qOuraioiLVr18akSZN6XCcAAAAAAAAAAAAAAADQv0qTLgAG2sqVK2PZsmVRVlbW5TUTJ06M73znOzF37tx+rAwAAAAAAAAAAAAAAADoLaE5MqekpCSWLl0ajz76aFx00UVRXl7e6WOrq6tj2bJl8fjjj8ecOXMGsEoAAAAAAAAAAAAAAACgJ3JJF0D23H777XH77bcnXUbMmDEj1qxZE/v374/NmzfH66+/Ho2NjVFWVhZjxoyJGTNmxKxZs6KkpCTpUgEAAAAAAAAAAAAAAIAuEpoj80aMGBHz58+P+fPnJ10KAAAAAAAAAAAAAAAA0EulSRcAAAAAAAAAAAAAAAAAAH1FaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAPj/2PvvMKuqs3/8vweYocwgTXoRQcHQ7BgSK2DLN481UaNBQI1Ro6iJJrZYolETYyzYoiSIgl2IGgsaxd4gNEGagCJILwIzwAwwvz/8wccz5wzMmRkYOLxe15XrevY6e611n9l7Do9nzXsvAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMIzQEAAAAAAAAAAAAAAACQMYTmAAAAAAAAAAAAAAAAAMgYQnMAAAAAAAAAAAAAAAAAZAyhOQAAAAAAAAAAAAAAAAAyhtAcAAAAAAAAAAAAAAAAABlDaA4AAAAAAAAAAAAAAACAjCE0BwAAAAAAAAAAAAAAAEDGEJoDAAAAAAAAAAAAAAAAIGMI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AAAAAAAAAAAAIGNUq+oCAAAAAAAAAAAAAAAAAKCyCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAA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2rBhQ0yZMiW++OKLWLp0aaxbty7q1KkTHTt2jB49elR+8dtYcXFxTJkyJaZNmxZLly6NjRs3RuPGjaN58+ZxwAEHRE5OTlWXuM0UFhbGxIkTY+HChbF06dJYs2ZN1K9fPxo1ahR77bVXtG3bdrvUMX/+/Pjss8/im2++iTVr1kS9evVi9913jwMOOCB233337VIDAADsSITmAACABI8++mhS2w9/+MP4yU9+sv2L2YopU6bEgw8+GG+99VYUFRWlPKdly5ZxzjnnxOmnn16up1auX78+Pv7443j77bfj008/jenTp0dxcfEW+7Rp0yZ++tOfRp8+faJhw4Zpzzl8+PC4+uqrE9refPPNaNWqVUREzJgxIwYNGhSvv/56FBQUJPU/+eSTSw3NTZkyJf773//GJ598EhMmTIjCwsIt1tKwYcM48sgj47zzzqvUUMPo0aPjySefjI8//jiWLl26xXN333336NGjR/zf//1fHHbYYUnhjj59+sSnn35aav+OHTtutZ7bbrstTjnllDLVPnv27Hj00Ufjvffei3nz5pV6Xs2aNePggw+O/v37x6GHHlqmsTeZO3du9OrVq9Qaly9fHoMHD47hw4fH4sWLk/q3bNlyhw3NtWnTJmX78uXL0w7NFRcXx8iRI2PEiBHx6aefpvx92KRJkyZx9NFHx/nnn18pC+fr1q2LZ599Nl577bUYP358qZ9BERFZWVnRsWPHOOKII+KUU05Je2F05cqV8a9//SveeOON+OKLL0o9b9M9d8YZZ8TRRx+d1hyprFmzJh555JF44YUXYu7cuSnPycnJid69e8eFF14YHTp0iIit37+lueqqq2LEiBGbj1u2bBlvvfXW5uNt/Zlf8rOke/fu8fjjjyedl+r9fd+IESMS3kdppk2blrK95GfWxRdfHJdccslWxytp9uzZMWjQoHjnnXdSfk5sUr9+/Tj00EPj3HPPjU6dOqU9T1VfNwAAAACg4nbk9cFXX301nn322Rg9evQW17X23nvvOPbYY6N///6Rl5eX9jxb+m62oKAghg4dGs8880x8/fXXKft/PzT3ySefxNlnn53w+mOPPRaHHHJIRHz3gLxBgwbFf/7zn/j222+TxurevXtSaK5nz54J61Inn3xy3H777WV/g/9/AwcOjPvuuy+hrbTvq79vSz+f1atXx+DBg+Ppp58u9fvounXrRu/evePiiy/evOa5JanWS7/v6quv3uLrEaV/z7+165OODz/8MB5//PH4+OOPt7hO1bp16+jdu3ece+655XoA69au/xtvvBGDBg2K8ePHp+yflZUVXbt2jYsvvjiOOOKItOcHAICdldAcAACw2fz58+Ojjz5Kaj/rrLOqoJrSFRcXxz333BMPP/xwbNiwYYvnzps3L26++eZ4/vnnY9CgQdGoUaMyz/PKK6/En/70p827n5XVnDlz4oEHHojBgwfHlVdeWak/vwceeCDuv//+WL9+fVr9Zs6cGRdddFF8+eWXafVbtmxZDB8+PEaMGBE/+9nP4vrrr6/QUyCnTp0af/7zn7cYcitpyZIl8dJLL8VLL70URx11VDz00EPlnr8ili9fHn/7299ixIgRW73vIr4LVb3//vvx/vvvR/fu3eOOO+6olLDWqFGj4qqrrooVK1ZUeKyqUKdOnZTtq1evTmucMWPGxK233hqTJ08u0/mLFi2KYcOGxbPPPhvnnXdeXHLJJeXeXevJJ5+M+++/f4tBpO8rLi6OqVOnxtSpU+Phhx+Oe+65J4499tgy9X388cdj4MCBKRfNS/r+Pbf//vvHTTfdVKbQaCofffRRXHPNNfHNN99s8bzCwsJ45ZVX4o033ogBAwbE+eefX675tmR7feZnijVr1sRf/vKXePbZZ8v0b8WKFSviP//5T7z88svxf//3f3HddddFvXr1KlyH6wYAAAAAO4cddX3w888/j+uvvz4+++yzMp0/Y8aMmDFjRgwbNiwuu+yyOOOMMyqljgkTJsRll1221e/Ly+rZZ5+NP//5z7FmzZpKGa+qTZw4MQYMGBDz58/f4nmrVq2KESNGxGuvvRaXX3559O3bdztVuG18/fXXceONN8b7779f5vM3BQvPO++8uPDCC8u9TvV9q1atiiuvvDJGjRq1xfOKi4tj4sSJcf7558fJJ58ct9xyS9So4c+HAQDIfBX//7oBAICM8dZbbyXtota4cePo2bNnFVWUbOPGjXHllVfGgw8+WKbg0iaff/55nHXWWZGfn1/mPjNnzkw7MPd9a9asiT/96U9xww03lHuM77vpppvinnvuSTswF/Fd8CzdwNz3FRcXx7PPPhtnnXVW2uGmTV555ZU444wz0grMlZTO9atMs2fPjtNPPz2ee+65tO67TT799NP42c9+FhMnTqxQHa+88kpcdNFFO21gLuK7xbtUcnNzyzzG008/HX379i1zYO77CgsL44EHHojf/OY3W3ziZyrr1q2LK664Im688cYyB+ZKKi4uLtN9vGHDhrj++uvjlltuKVNgrqRx48bFmWeemfIPHbZm1KhRcf7556f1BwBFRUVx5513xt/+9re059uS7fmZnwmWLVsWffv2jSeffDLtfyuKi4vjxRdfjDPPPLPCf/zhugEAAADAzmNHXB98991346yzzipzYO77li9fHjfccEPccsstsXHjxgrVMXr06OjTp0+lBeYGDRoU1113XcYE5j777LPo27fvVgNz37dmzZq49dZb46677tqGlW1bkyZNijPOOKPMgbnvKygoiHvvvTcuu+yyLe6cWBbLly+PM888c6uBuZJGjBgRV111VYXmBgCAnYVHRQAAAJt98sknSW0HHXTQDvWUubvuuiteeumlzcfNmzePI444Ijp06BANGjSIgoKCmDlzZrz++usxd+7chL6zZ8+OO++8M66//vpyzd2yZcv4wQ9+EHvttVc0bdo0cnNzo1atWlFQUBCLFi2KKVOmxPvvv58UCnrqqaeiQ4cOFXoi57PPPhtPPPHE5uM6derEj3/84zjggAOiUaNGUVxcHAsWLIhPPvmkTE8lrFevXnTt2jXatWsXbdq0iby8vKhTp06sXbs2li9fHl988UV88MEHSYuAEydOjOuuuy7uvvvutOp/6qmnSg0PNm3aNH784x9Hx44do0GDBpGdnR3ffvttfP311zFp0qQYP358rFu3rtSx27RpEytXroyI78KBS5YsSXh9n3322Wp9W9pV6YsvvogzzzwzZXCpW7duccABB8See+4Zu+22WxQVFcXixYtj3Lhx8e677yYsdi1evDjOP//8GDFiRDRv3nyrNZU0Y8aMGDp06OYF3urVq8eBBx4YP/zhD6NZs2ZRq1atWLhwYXz++ecxZcqUtMffXqZNm5bUVq1atWjVqlWZ+j/88MNx5513JrXXqVMnfvSjH0XXrl2jcePGkZubG6tWrYqvvvoqPvzww6SA3VtvvRXXXnttmRdli4qK4txzz43Ro0enrL9z587Ro0ePaN68edSvXz8KCwtjxYoVMW3atJg4cWJ88cUXZZpnkz/+8Y/x/PPPJ7XXrFkzDjvssDjooIOicePGsXbt2pg3b168+eabST/b1atXx69+9asYMmRIHHjggWWad+LEiXHJJZdEUVFR0mvdunWLI444Ipo3bx41a9aMJUuWxNixY+O9997bHEB85JFHokGDBmm91y2pys/80mRnZyd8rsycOTPh51WvXr1y/Y5X1Nq1a6Nv374xffr0pNcaNGgQRx99dHTs2DEaNmwYK1asiFmzZsXIkSNj0aJFCedu+sz797//HfXr1y9XLTvidQMAAAAAUtvR1gc//vjjuPDCC1M+GOwHP/hBHHXUUdGyZcuoVatWLF68OD799NN4//33kwJIjz/+eGzcuLHc3zUuXrw4Lr744oQ1qm7dusWPf/zjaNmyZeTm5saiRYti5syZ8dprr211vA8++CAefvjhzcc5OTlxyCGHRPfu3aNx48ZRvXr1WLBgQUycODHth/5VhZUrVyY9oLBTp07Rs2fPaNGiReTk5MTChQvjo48+io8//jjpej700EPRoEGD6NevX8rx69Wrt/m7+KKiopg5c2bC682bN9/i+l7Ed2uIlW3mzJnRp0+flNeobdu20bt379hjjz0iLy8vFi9eHBMnToy33nor6fyRI0dGYWFhPPTQQ+WqY/369fGb3/wmYU2gU6dOceihh0br1q2jbt268e2338aECRPijTfeSFq/fumll6J3795x3HHHlWt+AADYWew4f/kKAABUuc8//zyprVu3blVQSWqLFi2KRx55JCK+25XqqquuilNPPTWqV6+edO7ll18e99577+bzN3nqqafi17/+dTRt2rRMc3bo0CF+9rOfxRFHHBFt27bd6vmFhYXx9NNPx913352wI9vtt98evXv3LvO8JX3/fZxxxhlx2WWXpQymXHDBBaUGzBo3bhwnn3xyHH300dGlS5ethuuKi4vj3XffjVtvvTVhl7pXX301jjvuuDIvoowbNy5uueWWpPbWrVvHb3/72zj++OMjKyur1P6rV6+Ot99+O4YNG5by9T//+c+b/++BAwfGfffdl/D6Cy+8UKY6UykoKIhLL700KTB31FFHxZVXXhnt27cvte/ixYvjr3/9a7z44oub25YvXx4DBgyIp59+ukzhxu8bMmTI5h2bunfvHjfccEPstddeKc/dUsiwqo0cOTKpbe+99468vLyt9v3oo4+SQm61atWK3/zmN3HmmWducYxPPvkkrrvuupgzZ87mtldeeSUOOuigMgVab7vttpSBuWOOOSYuv/zyaNeu3Rb7f/XVV/Gf//wnIfxamldeeSVlYK5Xr15xww03pPwcufTSS2PUqFFxww03xMKFCze3FxUVxZVXXhkvvPBC1K1bd4vzFhYWxlVXXZUUmGvbtm3ccsstcfDBByf16devXyxdujRuvfXW+M9//hMREffee+9W32NZVMVnflk0bdo04XOlZ8+eMW/evITj22+/vdLmK6tbb701KTBXvXr1+NWvfhUXXXRR1KxZM6nP1VdfHYMHD4577rkn4Q9K5s+fH9ddd13S52lZ7KjXDQAAAABIbUdaH1y+fHn8/ve/TwpYtWjRIm666aY4/PDDk/r0798/FixYEDfccEO8/fbbCa8NGzYsfvSjH0Xv3r3TruW5557bvC7TsWPHuOmmm2L//fdPee5111231fEGDRq0eUe/Y489Nq6++upSH8C2I6/zbPL0009vrrNp06Zx8803xxFHHJF03nnnnRezZs2Ka665JsaNG5fw2t///vc4/PDDU66x9OrVK3r16hUREXPnzt38f28yYMCAOOWUUyrr7ZRJYWFh/Pa3v00KwNWvXz+uueaaOPHEE1P2+/bbb+P222+P4cOHJ7SPGjUqhgwZEn379k27ltdff33zz79t27Zx4403Ro8ePZLOO+OMM+LKK6+MK6+8MmlnvHvuuUdoDgCAjJfeX+gBAAAZq7CwMGm3l4iILl26VEE1qRUVFUVxcXHUr18/nnjiiTjttNNS/hF+xHdPZ7ziiivitNNOS2jfsGFDyjBKKv369YuXXnop+vbtW6bA3KZ5+/TpE8OGDUsI8BQWFpYa+iqLTYtyV111Vdx0001b3MkpVTCiW7du8fbbb8fvfve76NatW5kCW1lZWXHEEUfEM888E506dUp47dFHHy1T3ZsWj0qGcLp37x7Dhw+Pn/zkJ1sMzEVE5OXlxU9/+tN48skn47bbbivTvJXlr3/9a9IOYVdccUU89NBDWwzMRXwXUrzjjjvi4osvTmifOHFimZ44WtKme+CYY46Jf/3rX6UG5iJS3wM7ghkzZqT8/TvhhBO22nf16tVxxRVXbN5pLyKiUaNG8cwzz8T555+/1dDdIYccEsOHD4+OHTsmtA8cODDWrFmzxb7vvvtu0u9vVlZW/OEPf4iBAwduNTAXEbHHHnvEb37zm3jrrbfisMMOK/W8/Pz8uPHGG5PaTzvttLj//vu3GCI66qijYtiwYUnnzJs3r0y7Qz766KNJT2pt165dPPHEEykDc5s0atQo7rzzzujTp09EfLfjWWXY3p/5O7P//e9/8fTTTye0VatWLW699da4/PLLS/1MqF69epx33nkxcODAyM7OTnjtjTfeSBly3RrXDQAAAAB2Hjva+uDf//73hAfDRUS0atUqnnzyyZSBuU2aNWsWDz30UMr1hj/+8Y/l+t5607rMAQccEE888USpgbmIsq3LbBqvT58+ce+995YamCvreFVtU2CrSZMmMWzYsJSBuU3atWsXQ4YMie7duyeNcdNNN23TOivTv/71r5g6dWpCW/369WPIkCGlBuYivts177bbbosLLrgg6bW//e1vSfd8WWz6+Xft2jWefvrplIG5TRo2bBgPPvhgdOjQIaF91qxZMWbMmLTnBgCAnYnQHAAAEBERCxcu3Px0w+/bfffdq6CaLbv11ltjn332KdO5v/vd75IWlko+Ra80W9uVaUv22Wef+O1vf5vQ9txzz5V7vIjvnjrZv3//cvWtXbt21KhRvs3G69WrF3/5y18S2saNG5cUJktlxIgR8c033yS0tW3bNv7xj3/EbrvtlnYtrVq1SrtPeS1cuDDpmp155pnxq1/9Kq1xLrnkkvjxj3+c0FZyV6WyatmyZdx+++1J4ZadweTJk+P8889P2M0q4rvF1F/84hdb7f/UU0/FkiVLNh9Xq1YtHnjggaQQ3JbUrVs37r///oSf3/Lly+PZZ5/dYr8HHnggqe3Xv/51nHPOOWWee5OaNWtG48aNS319xIgRSTsbdu3aNW666aatBkwjvtvB8Z577kk6d/jw4Unjft/GjRvjqaeeSmirUaNG3H333dGoUaOtzhsRcc0110TXrl3LdG46ttdn/s5syJAhSW19+/aNk046qUz9jzzyyBgwYEBS++DBg8tdk+sGAAAAADu+HWl9cNmyZfHCCy8ktFWvXj3uu+++aNas2Vb7Z2VlxW233ZYUDEo1blnVrVs37r777q0+uK+sunXrFldffXWljLWj+Nvf/hatW7fe6nk1a9aMe++9N+rXr5/Q/vHHH8f06dO3UXWVp6ioKIYOHZrUftttt5X5u/DLL7886cGKFXnw6m677ZbyZ5rKpofYleS7eAAAMp3QHAAAEBERK1euTNlenmDTttS9e/fo1atXmc+vX79+0pMNp0yZkrBb1bZywgknJARXli5dGrNnzy7XWNWqVYvf//73lVVa2jp06BCdO3dOaPvf//631X6DBg1KavvLX/4SderUqbTatpVHH300YYe8vLy8+N3vfleusS666KKE488//zzmzZuX9jgDBgyI3NzcctWwva1ZsybmzZsXr7/+evz2t7+N008/PSlAmZ2dHXfeeedW31NhYWFSKOikk06K/fbbL+26WrdunfS0zzfeeKPU88eMGRPjxo1LaNt7773jkksuSXvuski14Hr99deXaXfITfbff/84+eSTE9oKCgpi+PDhpfZ57733ku7JU089Na1QYrVq1Sp9sX9n+syvKgsXLoz//ve/CW2NGjVKGYLbkv79+yftqjpu3LiYPHly2jW5bgAAAACwc9iR1gefe+65zbtnbXL66afHD37wgzKPUaNGjfjjH/+Y1J7qu/ey6NevXzRt2rRcfVP5/e9/H9WrV6+08arascceG4ccckiZz2/QoEHK9ZWSD/XbEb3++uuxePHihLYjjjgievbsmdY4119/fdI98PTTTyesSZbV2WefHS1atCjz+Yceemg0bNgwoa08awAAALAzEZoDAAAiImLt2rUp2yuy29q28POf/zztPiV3PiooKIiFCxdWVkmlqlu3btIOTRMmTCjXWD/84Q+36y5rqeyxxx4Jx+PHj9/i+TNmzIg5c+YktB100EHlCjpVhZEjRyYcH3/88eV+kugBBxyQtMD86aefpjVGXl5eHHfcceWaf1sZMWJEdOzYMeX/9ttvv+jZs2dccskl8fLLLyct9tWvXz8efvjh6N69+1bnGTduXCxatCih7Wc/+1m56z7yyCMTjidMmJC0A94mb775ZlJbv379yr1z45bMnz8/KVjbpUuX6NatW9pjpdq974MPPij1/I8//jiprTw/4wMPPDDatWuXdr/S7Eyf+VXlo48+ig0bNiS0nXjiiWmHk7Ozs1P+vLd035TGdQMAAACAncOOtD6Y6rvIM888M+1xunfvHnvvvXdC2/Tp02PJkiVpjZOVlVWhtYiS2rZtGwcffHCljbcjKM93wSeeeGLUrFkzoe3dd9+trJK2mcq6P9u0aROHHnpoQtuKFSvi888/T3us0047La3zq1evnvSQ1PI+8BUAAHYWlf8XXgAAwE6puLg4Zfv3d0rbEZQlYFNSmzZtktpWrVoVzZs3T2uc4uLimDRpUkyePDmmT58eCxYsiPz8/Fi9enWsX78+ZZ9vv/024bjkTltllc5TGstqzpw5MX78+Jg2bVp8/fXXsXr16li9enUUFhamvB/mz5+/xeOSUoXCSu7wtaOaN29e0q5bBxxwQLnHq1atWrRo0SLhia2ff/550m5gW7LvvvtGrVq1yl3DjqJBgwZx8sknx/nnnx8NGjQoU5/Ro0cnHGdnZycFbNJRMoC6bt26mDlzZsqn1Za8j7Ozs+P/+//+v3LPvSVjx45Najv22GPLNVa3bt2iVatWMXfu3M1t48ePj+Li4pSf6yUDvQ0bNixXWC/iu1DirFmzytW3pKr8zN9ZpLpvyhuwPf744+OOO+7Y6vhb47oBAAAAwM5hR1kf3LBhQ0ycODGhrV27dknht7I67rjjYsaMGQltY8eOjWOOOabMY+yxxx7RrFmzcs2fSnm+N92R1alTJ370ox+l3a9u3brRo0ePePvttze3ff3117Fs2bKkXdB2JCW/K69Tp04cdthh5Rrr+OOPj3feeSdp/H333bfMY7Rp06ZcuyCW/C5+1apVaY8BAAA7E6E5AAAgIqLUMM7KlStj9913387VpFazZs1yLU6lehpmOgsAq1atin/+85/x4osvJgWp0lXehYdOnTpVaN5NNm7cGM8991w888wz8dlnn1VorO8HwFIZN25cUltFgmfbU6qQyIMPPhhDhgwp95gld91bvnx5Wv0r6x6oat27d4+zzjqrzIG5iNTXozxPL92k5K53EamvR2FhYUyZMiWhbZ999onatWuXe+4tmTx5clJbRcKBXbp0SQjNrVq1KubMmZO0a2TEd0/Z/b6K3G+pwoflUVWf+Tubkk+fzc7Ojn322adcY7Vs2TIaNmwYy5YtK3X8rXHdAAAAAGDnsaOsD86ePTsKCgoS2rp06VLu8VJ9tz558uS0QnOVvS6TKes8m+yzzz5RvXr1cvXt1KlTQmguImLSpElx+OGHV0Jlla+goCC+/PLLhLYf/OAH5X7/pd2f6Ui11lMWJb+LX716dbnGAQCAnYXQHAAAEBER9erVS9m+I4XmSqtxa2rUSP5Pn9J2hivpv//9b9xwww2xZMmScs1dUnkDAI0aNarw3DNnzowrrrgi7QBEaba2iLJ06dKE4xo1akT79u0rZe5tbcGCBUltJUNvFbVixYq0zq+Me6Cy1atXL+UuUIWFhbFixYqE4M0mI0eOjA8//DDuu++++OEPf1imeUpej6Kiopg6dWr5ii5FquuxfPny2LBhQ0Jbhw4dKnXekvOV1K5du3KPt9dee6Wco+RC6vr165M+m1q2bFnueUvu5FdeVfGZvzMqed+0bNkyatasWe7x9tprr4QdFtMN+LpuAAAAALDz2FHWB1N9D1mRNaVUfdP9rrOy12V2xHWeithzzz3L3TfV2keqNaUdxYoVK5J2ZazI/dmuXbuoVq1abNy4cXNbVX0X73t4AAAyndAcAAAQERFNmzaNrKyspC/8ly5dWqHQRmXKzs7ervO99NJL8Yc//CEpNFMR5V14yMvLq9C806dPj759+1bqgtPW3su3336bcJyXlxdZWVmVNv+2lG6grTzWrVuX1vkVvQe2hZ49e8btt99e6uuLFi2KN954Ix5++OGE4NuqVaviggsuiMceeyy6deu21Xm2x/VYu3ZtmeYt7yJkWaTavXG33XYr93ip+pb8vSxt3orcb6l2DCuP7f2Zv7Mqef0q+vMved8UFhbGmjVryrzDousGAAAAADuPHWV9MNV31xX5rjPVd/mp5tiS3Nzccs+fyo64zlMRFbk+qfqmWqvYUaSqrSLvv1q1apGXl5cwbrr3p+/iAQCgbITmAACAiIjIycmJli1bxty5cxPaJ02aFAcffHAVVVV15syZE9dcc01SYC47OzuOPPLIOOigg6Jjx47RrFmzaNiwYeTk5EStWrWSQmE9e/aMefPmVbie6tWrl7tvUVFRXHbZZSkDcwceeGD86Ec/ii5dukSzZs2iSZMmUbNmzahVq1bSnFdddVWMGDGizPOW3ImushcXt6UdcWGuIvdAVWnSpEmcddZZccIJJ8RFF12UsHvVmjVr4tJLL40XX3xxqwuLVXU9Uu2mWKdOnW02X35+fsJxVlZWmYNKqaSqteQcEd99RpRUkcXWnJyccvclfSWvaUXumdL65+fnV3hcAAAAAGDHs6OsD6b67roi38eX9j1nOkruyFVRO+M6z5ZU5Dvjyrg+29O2WC+qXbt2wvrXjvz+AQBgZyY0BwAAbNa5c+ekRbGJEydWUTVV629/+1sUFhYmtB122GFx6623RpMmTco8Tqrdq7a3Z555JmbOnJnQ1qZNm/j73/8eXbt2LfM46b6Xkk/M3JkWe2rWrJnU9sgjj8Thhx9eBdXs/OrWrRsPPvhgnHHGGTFjxozN7d98803ceuutcdttt22xf82aNROCXbvvvnt88MEH26zeTVI99bWgoGCbzVcyWFpcXJzWDl8lpao1VXg11fusyO9rqsVjtp3c3NyEhfU1a9ZUaLxU/Xem0DMAAAAAkJ4dYX0w1XeQFfk+3vec215Fvove2a7PtlgvKvkz2JHfPwAA7MyqVXUBAADAjuOQQw5Jahs9enTSbmuZrqCgIEaNGpXQ1rlz53jwwQfTCsxF7Bg7lv3nP/9JOM7NzY3BgwenFZiLiPj222/TOr9+/foJx6tXr47i4uK0xqgqDRo0SGpL9/2TKC8vL/76178mPZl1xIgRMX78+C32LXk9tte1KHkPb+u5d9ttt6S2inyGrFq1KqmtXr16SW25ublJ12XFihXlnrcifUlfyfsm1XVPR8l7Licnxy5zAAAAAJDBdoT1wVTfXVfku85U362nmmNXtH79+koZpyLXJ1XfVGskO4pUtVXk/W/cuDHpAYTuTwAA2DaE5gAAgM2OOuqoyMrKSmhbvHhxvPXWW1VUUdUYPXp00i5z559/fmRnZ6c1zvz58xN2x6oK+fn5SYGkk046KVq1apX2WF9//XVa5+++++4Jx+vXr48vvvgi7XmrQsnaI77bFY2K6dSpU5x11lkJbcXFxXHHHXdssV/J61FUVBSLFi2q9PpKatCgQVKYbNq0adtsvoYNGya1zZo1q9zjpfp9SxUIjYho1qxZwvH06dPLPe+2/BmRrOR9M3fu3KR/w9JRcmfS0u4ZAAAAACAz7Ajrg6m+Hy/5XWU60vl+fGdRcr2ivGuQy5cvr4xy4ssvvyx339mzZye1pboHdhQNGjRI+h2pyP05e/bs2LhxY9IcAABA5ROaAwAANmvRokX06NEjqf2JJ56ogmqqzoIFC5LaDjrooLTHGTduXGWUUyGLFi1KWnQpz3tZsmRJ2qG5/fbbL6lt7Nixac9dFfbdd9+kttGjR1dBJZnnwgsvjLp16ya0jRkzJt59991S+3Tr1i2pbcyYMZVeW0k5OTnRqVOnhLapU6dGQUHBNpmvc+fOSW2fffZZuccr2Xe33XaLNm3apDy35M945syZSU85Laut7RxI5Sp5j65fvz6mTJlSrrG++eabWLp0aUJbqvsSAAAAAMgcO8L6YNu2baNOnToJbZMmTSr3eKm+W+/SpUu5x9sR5OXlJRzn5+eXa5w5c+ZURjkxZcqUcu9GOHny5KS2Hfn61K5dO/bcc8+Etoq8/0y8PwEAYEclNAcAACTo27dvUtuHH34YI0eOrIJqqkaqJyzWq1cv7XFeffXVyiinQqryvRxyyCFJbS+88ELa46SjevXqSW3lWbDq2LFjNGrUKKFtzJgxlfb0zV1ZgwYNol+/fkntAwcOLLXPj3/846S2119/vTLLKlX37t0TjtevXx8vv/zyNplr//33T2or72fvpEmTYu7cuQlt++67b9KTUDcpGXJdv359uX7vV61aFe+8807a/XZmJT93yrtIXl6p7pvXXnutXGOl6pdqfAAAAAAgs1T1+mD16tWTHu42a9asmDFjRrnGS1X3zv5dZ8kHEqb7sMuIiMLCwpgwYUKl1FNQUBAfffRR2v1Wr16d1K9169Zb3Gmu5C57EVX/XXxBQUG899575RrLd/EAALD9CM0BAAAJjjzyyDjwwAOT2q+//vpYtGhRpc71n//8JxYuXFipY1aG2rVrJ7WlG5aaM2dOvPnmm5VVUrmVfCpnRPrvpaioKIYOHZr23O3bt0966uL//ve/bboDX25ublJbeXYFy8rKip49eya0rVmzJh577LFy18b/07dv36Tw5sSJE2PUqFEpzz/44IOTFoNff/31+PLLL7dViZsdffTRSW1DhgyJ9evXV/pczZs3j/bt2ye0TZo0qVxP0031BOBDDz201POPPfbYpPDXY489lvb7HDp0aKxduzatPju7kp8722onwtL06NEj6dq9+OKLadexfv36eOaZZ5Lat3TfAAAAAACZYUdYH0z1XeRTTz2V9vhjxoyJ6dOnJ7R17Ngxdt9997TH2pGUXHP78ssvY9WqVWmN8dJLL1Xqd9ipvlPemhdeeCHWrVuX0Hb44YdvsU9lrf9VRGXdn19//XVS2K5BgwbRqVOnctcGAACUTmgOAABI8qc//Slq1qyZ0LZixYro169fzJ8/v8LjFxYWxl/+8pf43e9+F0VFRRUer7I1btw4qe2DDz4oc/+NGzfGNddcs92fcJhKRd9LRMR9991X7nDSr371q6S2q666apstZKXaRa88T9qMiDj//POTnlz5yCOPVNoTOHdldevWTWu3uTp16iSdv2HDhrjyyiujsLBwG1T4/+y3335x8MEHJ7TNmDFjizvjVcRZZ52V1HbzzTdHcXFxmceYOHFijBgxIqGtTp06ccopp5Tap1mzZnHUUUcltE2fPj0efvjhMs87c+bMeOihh8p8fqbYbbfdEo7L+5lTXk2bNo3evXsntC1ZsiTuu+++tMYZMmRIzJ49O6HtgAMOsFAPAAAAALuIql4fPPXUU5Pmf+qpp2Lq1KllnmP9+vVx8803J7X36dMn/YJ3MJ07d044Xr9+fbz66qtl7r9q1ap44IEHKrWmkSNHxpgxY8p8/ooVK1Kur5xxxhlb7Jebm5u0Zre9v4s/+uijk9ZdR40aFe+8805a49xyyy1JDyw8/fTTIzs7u8I1AgAAyYTmAACAJHvttVdcd911Se0zZ86M008/PT799NNyj/3RRx/FKaecEv/6178qUuI2ddBBByW1Pfjgg7F69eqt9t24cWNcf/31MXr06G1RWtoaNWoUbdu2TWh76aWXyrzA+Pzzz6cVminphBNOiNatWye0ffnll/HrX/86Vq5cmfZ4c+fO3eLrHTp0SGpLd7FqkzZt2iSFjIqKiuKiiy6KsWPHlmvMDRs2xMsvvxx33XVXufpnkrPPPjvq16+f0DZ58uT473//m/L8fv36RYMGDRLaJk6cGAMGDEj7SaqbLF26NO66666tBkl/85vfJLX94x//iMGDB6c9Z2FhYSxevLjU10866aSkn8v48eNTLvKnMm/evBgwYEBs3Lgxof3UU09NCneVdMEFFyTtWHbvvffG448/vtV5Z8yYEf369dvldpmLSP7cmTFjRqX8AUk6UoVQBw8eHC+//HKZ+r/77rspP5fOOeecipYGAAAAAOwkqnp9sGHDhnHSSScltK1fvz4GDBhQpt3uiouL47rrrktaA2vUqFGccMIJ5ap7R3LooYdGtWqJf+55//33l2mNZN26dXHllVdudZ2tPH73u9+VadzCwsK47LLLYvny5QnthxxySMr1ve+rVq1atG/fPqHt/fffT1oL2Zays7NThi//8Ic/xBdffFGmMe655554++23E9pq1qwZZ555ZmWUCAAApCA0BwAApHTaaafFBRdckNS+cOHC6NOnT5x//vkxduzYMi1GrF27Nl555ZU488wzo1+/fjFjxoxtUXKladKkSRx44IEJbV999VWce+65MW/evFL7zZo1K84777x49tlnIyKiRo0aUbt27W1aa1kcf/zxCcdFRUVx3nnnxSeffFJqn5UrV8Ytt9wS11577eZrnJeXl/bc2dnZcdddd0VOTk5C+6effhqnnnpqvPrqq1vdQaugoCBeeeWVOOuss+Lqq6/e4rl77713Up0PP/xwDB8+vFxhnquuuippoW7JkiVx9tlnxx133LHF8NP3TZ06Ne666644+uij47e//W1aT0XNVHl5eXHuuecmtQ8cODDlPZGXlxd33XVX0pNER40aFaecckq8+OKLSU/mTGXdunXx3//+N6644oo46qij4qGHHtrqgnKPHj2if//+CW3FxcVx++23x4ABA5J250rl66+/jgcffDB69uwZ7733Xqnn5ebmxg033JDUPmzYsBgwYEAsWbKk1L7vvPNOnHnmmUmBrZYtW8all1661Rq7du2a8n3ecsst0b9//3jvvfeSnv77xRdfxB133BEnn3zy5j9a2H///bc6VyY54IADEo43btwYl156aXz22WfbtYZf/OIXSXX8/ve/j4EDB5a6I+OGDRviX//6V1x88cVJ1/boo4+Oo48+epvVDAAAAADseKp6ffC3v/1tNG3aNKHtq6++il/84hfx4Ycfltpv4cKFceGFF8aIESOSXku1g97OqHnz5nHooYcmtC1YsCDOPffcLT7IbfLkydGnT58YNWpURESl/Sw2jbNgwYI466yztrj2MXv27Ojbt2989NFHSWPceOONZZqv5NrD7Nmz49prr93i2m1l69+/f/zgBz9IaFu+fHn06dMnXnnllVL7rVy5Mq699tqUO/1dccUVSfc8AABQeWps/RQAAGBXdfnll0ft2rXj7rvvTgqxvPPOO/HOO+9E/fr1o0ePHrHXXntFgwYNNu8EtXLlyvj6669j8uTJMX78+FizZk1VvIVyu+SSS5J27hk/fnwce+yx0atXrzjwwANj9913j8LCwli4cGF88MEH8b///S8htHPRRRfF888/v10Xa1Lp169fDBs2LGFnt8WLF8fZZ58dBx98cBx66KHRsmXLyMrKiiVLlsS4cePi3XffjYKCgs3n9+jRI5o2bRr//ve/056/a9eucf3118cf//jHhPtozpw5cdlll0WzZs3i0EMPjQ4dOkSDBg2iRo0asXLlypg7d258/vnnMXbs2M33T/fu3bc4V3Z2dpxwwgnxxBNPbG4rKCiIq6++Oq677rpo1qxZ5ObmJj2Jc8CAAdGrV6+k8XJzc+PBBx+M008/PSGsVFRUFIMGDYohQ4bE/vvvHwceeGA0a9Ys6tWrF0VFRbFq1apYvHhxTJ06NSZNmlTmcN2u5pe//GUMHjw4li1btrlt6tSpMXLkyDjuuOOSzu/Ro0dce+21cdNNNyW0z5kzJ6688sr4y1/+Et27d4/OnTtHw4YNo06dOpGfnx+rVq3a/Hk0ZcqUcgUor7jiivj888+TwqYjR46MN954I7p06RI9evSIFi1aRL169WLdunXx7bffxowZM+Kzzz5LKyj5k5/8JN5///14/vnnk+Z655134vDDD48DDzwwGjduHOvWrYu5c+fGW2+9FVOmTEkaKzs7O+64446oW7dumea+9NJLY9KkSfHxxx8ntH/44Yfx4YcfRk5OTjRu3DhycnJi6dKlSTtGtmzZMq655pr4+c9/ntBe8ncuk/Tq1Svq168fK1as2Nw2YcKE+NnPfha5ubnRpEmTlH+E8MILL1RqHVdddVX873//i+nTp29uW79+fdx3333x5JNPRu/evaNjx47RoEGDWLlyZXzxxRfxxhtvxIIFC5LGat68edxyyy2VWh8AAAAAsHOoyvXB+vXrx1//+tc499xzE9bc5s6dG/3794/OnTvHUUcdFS1btoyaNWvG4sWLY/To0fHee+/FunXrksY766yzonfv3uX4KeyYBgwYEB988EFs2LBhc9uECRPiuOOOi6OPPjoOOOCAaNCgQRQUFMQ333wTH330UYwdO3bzdWzbtm0cddRRMXjw4ArXcvrpp8drr70WixYtigULFsR5550XnTt3jp49e0bLli0jOzs7Fi5cGB9//HF89NFHSQ9ui/guJNmuXbsyzXfqqafGU089ldA2fPjwGD58eDRs2DAaNmyY9ODFLl26xJ///Ofyv8kScnJy4s4774yf/exnCeuoy5Yti8svvzwGDhwYvXv3jjZt2kRubm4sXbo0JkyYEG+99Vbk5+cnjXfkkUem3L0OAACoPEJzAADAFl1wwQXRuXPnuOaaazbvIvR9K1asiFdffTXtcWvVqhVnn312NGnSpDLKrHQ9evSI888/Px5++OGE9qKionjttdfitdde22L/E044YXNorqrVr18//va3v8WFF16YsIgWETF69OgYPXr0Fvt36NAh7rnnnrjtttvKXcPPf/7zyM3NjauvvjopsLRgwYJ47rnnyj12SRdddFG88cYbSUG1DRs2lBpg/Pbbb0sdr1WrVvHcc8/FpZdeGhMmTEh4raioKD799NP49NNPK174LqhOnTpx7rnnxh133JHQfv/998cxxxyTMmh15plnRqNGjeLqq69OWmBcsmRJvPLKK1t8mmd51ahRIx555JG45ppr4j//+U/Caxs3boyJEyfGxIkTK22+m2++OapXrx7PPPNMQvvatWvj9ddfj9dff32rY+Tl5cV9992XtHPmluTk5MQ//vGPuOiii+KDDz5Ier2wsLDU36NmzZrFI488krQovamWTFWzZs246qqr4qqrrkp6LT8/v0w7EVaGWrVqxZAhQ+LXv/510r24dOnSePrpp8s0Tvv27WPQoEFRv379bVAlAAAAALAzqMr1wR/+8IfxwAMPxGWXXZYQTIr4bte0yZMnl2muPn36xDXXXJN2jTuyrl27xkUXXRQDBw5MaF+7dm289NJL8dJLL5Xat3HjxvHII49U2gPddtttt7j//vujb9++m69TOtfnggsuSHqA6ZZ069YtTjnllBg+fHjSa8uWLUt4QOP3a6xs7du3j8ceeyx+/etfx9KlSxNemzVrVtLacmmOOeaY+Nvf/hZZWVmVXiMAAPD/ZO5jvgEAgEpz2GGHxWuvvRYXXHBBhRcX6tSpE6effnqMHDkyfve730VOTk4lVVn5fvvb38aFF16Y1mJF9erV44ILLoi//OUvO9QixxFHHBH33HNP2sGVo446KoYNGxb16tWrcA0/+clP4oknnkgrwFNSo0aNtnpO48aNY8iQIdG5c+dyz1NS8+bNY+jQoXHRRReVeceu0rRv3z6OP/74Sqps53fWWWfF7rvvntA2ffr0LS62H3vssfH888/HUUcdVaG5a9SoEUcddVR07NixTOfXrFkz7rzzzvjjH/9YpnuxtDnLEkaqXr163HzzzXHttdeW6/dvv/32iyeeeCJ69OiRdt9atWrFoEGD4rrrrivzZ8axxx4bzz33XLRv3z5lCLWivzc7upNPPjluueWWyM3NrdI6GjZsGI899licccYZKcOLW5KVlRU//elP48knn4wWLVpsowoBAAAAgJ1FVa4PHnHEETF06NDo0qVL2nPVr18/brzxxrjuuutSPpxvZ3fxxRfHJZdcktY6ZOfOnePpp5+ONm3aVGot3bp1i0cffTSaNm1a5j61a9eOq6++Oi6//PK057vpppvi7LPPrvLr2rVr13j66afjRz/6Udp969SpE5dcckncc889UbNmzW1QHQAA8H12mgMAAMokNzc3Lr/88vj1r38dr732WowcOTLGjBkTq1ev3mrfRo0axb777hvHHXdcHHPMMVG7du3tUHHFZWVlxWWXXRaHH354PPjgg/H+++/Hxo0bU55bu3bt6NWrV/zqV7+KffbZZztXWjZHH310dOrUKf7xj3/ECy+8kLTj2ybVqlWLgw46KPr16xe9evWq1Bo6d+4cTzzxRLz33nvx9NNPx8cffxyrVq3aYp/mzZvHYYcdFieccEIcfPDBZZqnffv28fzzz8eYMWPijTfeiKlTp8ZXX30Vq1evjjVr1iTtuFcWOTk5cemll8Y555wTTz75ZLz11lvx2Wefxfr167fYLzs7O7p27Ro/+tGP4sgjj4yuXbumPXcmq127dvzqV79K2snwvvvui+OPP77Uhc8999wzHnrooZg6dWoMGzYsPvzww5g7d+5W56tfv34ccsgh8eMf/zh69+5drvDbL3/5yzjllFPiiSeeiJEjR8akSZNK/WyI+O53qmvXrnHkkUfGqaeemtbi8dlnnx0nnnhiDB48OEaOHBmzZs0q9dyaNWvGQQcdFGeccUYcc8wxab2nVDX36dMnTjjhhHjzzTfjjTfeiNmzZ8fixYtj3bp1kZeXF23bto2DDz44fvrTnyYED5csWZI0XmUEb3d0P//5z+P444+P119/PT7++OOYMWNGLFy4MPLz80v9vN0WateuHTfddFP07ds3Bg0aFO+++27SzpvfV79+/Tj00EPj3HPPjU6dOm23OgEAAACAHV9Vrg927tw5nnvuuXj11Vfj2WefjTFjxkRhYWGp5++1115x7LHHRv/+/TP+QW4XX3xxHHHEEXH33XfHxx9/XOpa1R577BFnn312uR60Vlb77rtvvPzyyzFo0KB45plnUu74FhGRl5cXRx99dPzmN7+J1q1bl2uunJycuPbaa+Occ86Jl19+OSZMmBAzZsyI5cuXR35+fhQVFVXkraSldevWMXjw4Pjggw/i8ccfj08++SRpZ8SS5/fq1SvOO++8aNy48XarEwAAdnVZxcXFxVVdBAAAsHPauHFjzJ49O7766quYP39+FBQURGFhYeTm5ka9evWifv360aFDh2jZsmVVl1op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kBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAA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AAAAAAAAAAAAAAAAfYjQHInYtWtXfPnLX45f/OIXrbWCgoK44IILYs6cOTF8+PA2c+rq6mLJkiXxX//1X9Hc3BwREatXr45PfOITcc8990RFRUW7ew0ePDhrvHPnzm713NjY2KZWWlrarbUAAAAAAAAAAAAAAACA3iE0RyJuu+22NoG5BQsWxD/8wz90OGfo0KHxhS98IWbMmBGf+cxnoqmpKSIiNmzYEF/72tfitttua3fensG29sJvndHevLKysm6t1RcceeSRMXbs2KTbAAAAAAAAYC880wEAAAAAAOg6oTly7o033ohFixZl1c4///y9Bube6l3veld88YtfjOuvv7619sQTT8QzzzwTM2bMaHP/nqG57du3d6PriEwms8+1+5OSkpIoKSlJug0AAAAAAAD2wjMdAAAAAACAritMugHyzwMPPJD11raCgoL4zGc+06U1LrzwwhgyZEhW7f7772/33pEjR2aN//rXv3Zpr7/ZuHFj1njAgAFx4IEHdmstAAAAAAAAAAAAAAAAoHcIzZFzTz31VNZ48uTJUVFR0aU1Bg0aFMcee2xWbfny5e3ee9hhh2WNa2trY/fu3V3aL6JtaG78+PFRVFTU5XUAAAAAAAAAAAAAAACA3iM0R869+uqrWeNx48Z1a50959XW1rZ734QJE7LGzc3NsX79+i7vt27duqzxoYce2uU1AAAAAAAAAAAAAAAAgN5VnHQD5J/Gxsas8cCBA7u1zuDBg7PGO3fubPe+SZMmtaktX768zRvo9qaxsTFeeOGFrNoRRxzR6fkAAABA/1VTUxNVVVXtXquuro7KysocdwQAAAAAAAAAAOyNN82Rc0OHDs0ab926tVvrvPHGG1njAw88sN37xowZE4cffnhW7amnnurSXsuXL4+mpqas2nvf+94urQEAAAAAAAAAAAAAAAD0PqE5cm748OFZ4xUrVsTu3bu7vM7zzz+fNR4xYkSH95566qlZ41/+8peRyWQ6vddPfvKTrPGoUaPiqKOO6vR8AAAAAAAAAAAAAAAAIDeE5si5o48+Omu8devWePTRR7u0xooVK2L16tVZtWOPPbbD+88444yscUNDQ9x7772d2uu1116LX/ziF1m197///Z3sFAAAAAAAAAAAAAAAAMgloTly7j3veU+b2oIFC6K+vr5T83fu3BnXXnttp9b9mylTpsTJ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AAAAAAAAAABALgjN0ae0tLTEsmXL4u67747f//730dTU1OG9AwcOjGnTpsVJJ50UH/3oR2PIkCFd2uull16KW265JR555JEO9xk5cmScd955MXv27CgtLe3S+gAAAAAAAAAAAAAAAEDuCc3RZ6xduza++tWvxvPPP9+p+99888146qmn4qmnnopjjz023vnOd3ZqXktLS9xyyy1x8803R3Nz817v3bRpU9x0001x7733xo033hjveMc7OrUHAAAAAAAAAAAAAAAAkIzCpBuAiIhHHnkkZs6c2enA3P649tpr48Ybb9xnYO6tNmzYEBdeeGE8/fTTvdgZAAAAAAAAAAAAAAAAsL+8aY7E/epXv4ovfvGLsWvXrqz6CSecEKeddlocffTRcdBBB0VpaWnU19dHTU1NrFy5Mp544on4/e9/H01NTZ3e684774y77rorq1ZaWhof/ehH4wMf+EBUVlZGJpOJ1atXx9KlS+N//ud/Wu9rbGyMSy65JH7yk5/E6NGj9+9DAwAAAAAAAAAAAAAAAL1CaI5ErV27Ni677LKswNxhhx0W1157bRx77LFt7i8vL4/Ro0fHcccdF5/85Cdj27Ztce+998bQoUP3udfmzZvjG9/4RlatoqIiFi9eHBMnTmytDRs2LMaNGxennHJK3H777bFgwYJoaWmJiIitW7fG/Pnz49vf/nZ3PzIAAABAXpm7YGXUZZqTbqNTGuprO7w2b+GqKB2yJYfd7J+hZcWxcN6UpNsAAAAAAAAAAEiE0ByJaWlpiX/913+NxsbG1tqkSZPijjvuiGHDhnVqjQMOOCBmz57dqXu/853vxI4dO1rHRUVFsWjRoqzA3J5mz54dGzdujO9973uttV/+8pfxwgsvxNSpUzu1LwAAAEA+q8s0R30/Cc01NnTcZ6ahOXYV9o/PAQAAAAAAAACQ7wqTboD8dffdd8ezzz7bOi4rK4tbb72104G5rti8eXPcc889WbXzzz8/jjrqqH3OnTt3bowcObJ13NLSEosWLerxHgEAAOhfampqYuzYse3+V1NTk3R7AAAAAAAAAAAAeUtojkTs3r07br311qzapZdeGhUVFb2y37Jly6Kpqal1XFBQEB//+Mc7Nbe0tDQ+8pGPZNV+85vfRCaT6dEeAQAAAAAAAAAAAAAAgP0nNEcinnjiidiwYUPruLS0NM4777xe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AABIjPxMNwDfWr58ecybNy+WLVsWX3/9dUREtGvXLjp27Bh77rlndOnSpV6uW1RUFDNmzIiFCxfG2rVrIz8/P3beeefo379/DBw4MHJycurlugAAAAAAAAAAAAAAAEDdE5ojY1atWhWvvPJKvPXWWzF16tT48ssvt3t+r1694uSTT45TTz01OnToUOvrz507N+68887461//GqWlpRWe07lz5zjttNPivPPOi5YtW9b6mgAAAAAAAAAAAAAAAED9ys10A2Sf999/P84555w49NBD48orr4wXXnhhh4G5iIhFixbFzTffHEcffXQ88cQTNb5+eXl53HHHHTFy5Mh48cUXKw3MRUR88cUXcfvtt8dxxx0Xs2bNqvE1AQAAAAAAAAAAAAAAgIYhNEeDmz17dkydOjW2bNlSo/FFRUXxL//yLzFu3Lgajb/66qvj1ltvjbKysiqPWbp0aZx99tkxbdq0Gl0TAAAAAAAAAAAAAAAAaBj5mW4AIiJ22WWXOPjgg2Po0KHRr1+/6NixYzRv3jxWrlwZ06dPjz//+c8xY8aMlDGPPvpodOzYMS666KIqX2fSpEnx8MMPp9RatmwZp59+ehxzzDHRq1evKCoqinnz5sVDDz0UU6ZM2Xrexo0b48ILL4xnnnkmunXrVqv3CwAAAAAAAAAAAAAAANQPoTkyJj8/P4499tg45ZRTYujQoRWe06ZNm+jbt2+cdNJJ8dhjj8U111wTpaWlW1+/66674phjjonddttth9dbtWpV3HDDDSm1Ll26xL333psyfqeddoqePXvGsGHD4r/+67/i97//fZSXl0dExJo1a+L666+P2267rSZvGQAAAAAAAAAAAAAAAKhnuZlugOyTm5sbI0aMiBdeeCFuuOGGSgNz2zrttNPiqquuSqmVlZXFf/7nf1Zp/IQJE2LDhg1bj/Py8uKOO+7YbuDuvPPOi7PPPjul9tJLL8UHH3xQpWsCAAAAAAAAAAAAAAAADUtojgZ38sknx0033RS77LJLtceedNJJaSG7N954I0pKSrY7btWqVfHoo4+m1M4666wYPHjwDq95ySWXROfOnbcel5eXxx133FGNrgEAAAAAAAAAAAAAAICGIjRHg8vLy6vV+B/96Ecpx0VFRTF37tztjnn55ZejtLR063FOTk6cc845Vbpey5Yt46STTkqpvfHGG1FUVFS1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SAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAA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0aJF8dVXX8WaNWuiRYsW0aFDh+jRo0fsueeekZ9fv3+Vb9OmTTFz5sz49NNPY+3atZGfnx+dO3eOXXfdNfbYY4/Iycmp1+vXta+++ipmzJgRixYtiuLi4mjTpk106NAh9t577+jRo0em22s0li1bFh999FGsWLEi1q9fHyUlJVFYWBgtWrSIzp07R48ePaJPnz7RvHnzTLdab5YuXRqzZ8+OpUuXRnFxcbRq1Sp22WWXGDJkSLX2bebPnx9z5syJlStXRmlpaXTo0CF69+4d++67b53+81tUVBSffvppLFy4MNasWRNFRUVRUFAQbdu2jY4dO8bgwYOjU6dOdXa9xqqx7L029L4fAAB1S2gOAACARu/+++9Pqx144IFx7LHHNnwz23jxxRfj8ccfj2nTpkVJSUml5+22227xgx/8IEaNGhWtW7eu1jWmTp0a55xzTkrtwQcfjAMOOKDa/Q4bNizlrrgnnnhijB8/frtjnnrqqbj88stTai+//PLWJ/ytXLky7r777nj66adj3bp1Fc7Rtm3bOPHEE2P06NGx0047VbvPf7ZkyZLo37//Dueo7M/o7LPPjnfeeWfr8dChQ2PixIk7nG/ba1544YUxZsyYiIjYsmVLPP3003H//ffHvHnzKhyfl5cXQ4cOjV//+texzz777PB627Nhw4a455574tlnn43FixdXeE5BQUEcffTRMXr06Nh9990jImLx4sVx1FFHpZx3/fXXx8iRI2vVDwAAAABAU3fQQQfFmWeemfZ98QsvvBC/+93vahRSef/992PixIkxZcqUWLVqVaXntWrVKg455JD4+c9/HnvttVe1rrGjPYRFixbFHXfcES+++GJs2LChwjm6d+8exx9/fJx//vnRsmXLHV7zsssui6effrrS17f9Hroi//wde3VMnTo17rrrrnjrrbdiy5YtFZ7zne98J84///z44Q9/2OTCgHVhxYoVMWnSpHj++eer9KTEZs2axcCBA+Pggw+O4cOHx8CBA9POqc81v/322+OPf/xjSm3u3Lk7nG9H+z0vvPBC3HvvvTF79uwKxxcUFMQxxxwTv/nNbyoNYJWUlMSjjz4aDz30UHz22WcVntO2bds444wzYvTo0dGiRYsd9r2tsrKyePvtt+O1116Ld955J+bNmxfl5eXbHdO7d+8YMWJEnH322RU+JbMiFf05/7Ntf45UpLJ9xR3tJVZHQ+y9RjSufT8AAOpPbqYbAAAAgO1ZtmxZvPXWW2n1s846KwPd/P/mzJkTJ598cvz617+OKVOmbHfTJiLi448/jj/+8Y9x9NFHx6OPPtpAXda/yZMnx7HHHhsPPvhgpYG5iIi1a9fGAw88EMOHD48ZM2Y0XIMNYMWKFXHmmWfGFVdcUenGWUTE5s2b46233orTTjstbr755hpf76233opjjz02/vM//7PSwFzENxu5L7zwQowcOTLuvvvuGl8PAAAAACBb/OQnP4m8vLyUWmlpabz44ovVmmfJkiUxZsyYOPnkk+PZZ5/dbmAu4psnS7300ktxyimnxJgxY2Lt2rXV7r0iTz75ZIwYMSKeeuqpSgNzEd88iWvChAlx3HHHVbgn0xiUlJTE//t//y/OOeecmDJlSqWBuYiITz75JH73u9/Fz372syguLm7ALjNv0qRJMXz48LjrrruqFJiL+OYzPmvWrJgwYUL86Ec/ik2bNtVzl/Vr/fr1cf7558cll1xSaWAu4pvP1LPPPhsjRoyo8HM/f/78OOmkk+Lf//3fKw3MRXyzB3bXXXfFCSecEMuWLatWry+88EJ873vfi5/+9KcxceLEmDt37g4DcxERn3/+edxxxx0xbNiwmDRpUrWu2Vg1lr3Xht73AwCgfgnNAQAA0Ki98soraZtDnTp1imHDhmWoo4g33ngjzjrrrHj//ferPXb16tUxbty4uPbaa7e7odsUPPLII3HxxRdXa/N+zZo1MWrUqPjwww/rsbOGs2jRojjllFNi+vTp1Ro3YcKEGm2gvfrqq/GLX/wili5dWuUxpaWlcdNNN8WNN95Y7esBAAAAAGSTXr16xZFHHplWf+2116o8x4wZM+KUU06Jl156qUY9vPTSS3HqqaduN6RTFQ8//HBcccUVsXHjxiqPWbp0afz85z+v1vttCJs2bYqf/exn8fjjj1dr3Jtvvhm/+MUvYvPmzfXUWeNyyy23xNVXX511QcF/tn79+jjnnHOq9Rlet25djB49OmXv6sMPP4wzzzxzu6GpbX322Wdx9tlnb/cmk9uaP39+rF69usrnb2vDhg1x9dVXx7hx42o8R2PQWPZeG3rfDwCA+pef6QYAAABge6ZOnZpW22+//SI/PzP/Sfv222/H6NGjo6ysLO21gQMHxpFHHhk9evSIwsLCWLlyZbzzzjvx5ptvpt0NceLEibFly5b413/914ZqvU698cYbcc0112wNNLZp0yYOOeSQGDJkSHTs2DG2bNkSS5Ysiddeey1mzpyZMra4uDguv/zyeOKJJypdx379+kWbNm0i4punDX799ddbX2vWrFn069dvhz22bNmypm+vSoqKiuJnP/tZrFixIiIicnJyYsiQIXHwwQdHt27domXLlrF69ep477334n//93/T7sx6zz33xLBhw2Lvvfeu0vVmzZoVY8aMidLS0rTX9tprrzj88MOjW7du0bx581i1alW899578be//W3r5vg999wTO+20Uy3fNQAAAABAsh100EHx17/+NaU2Y8aMKC8vj5ycnO2OnTp1avz85z9P+z44Nzc39ttvvxgyZEj07Nkz2rRpE5s2bYrly5fHtGnT4q233koJdi1YsCB+8YtfxJNPPhmtW7eu9nuYOXNm3HLLLVuP8/Pz48ADD4yDDjoounTpEiUlJbF06dJ45ZVXYs6cOSljS0tLY8yYMTFx4sTYZ599Kpy/W7duMWDAgIiI+Prrr9OertWvX79o1qzZdnvceeedq/x+rrjiipT9oj59+sRhhx0Wffv2jXbt2sX69etjzpw58dJLL6U91W/atGlx//33x09/+tMqX68pmjp1akyYMCGt3qZNmzj44INj4MCB0a1bt2jRokWUlJREUVFRLFu2LD7++OOYNWtWrFy5crvzN/Sa19TYsWPjgw8+2Hq8xx57xGGHHRY9e/aMli1bxqpVq+Ltt9+OV199NSVgtWHDhhg7dmw8/fTTsXr16jj//PNjzZo1EfHNvtQBBxwQBxxwQHTu3Dny8/NjyZIl8fLLL6ftgS1atChuuumm+Ld/+7ca9d+jR48YOHBgfOc734kuXbpEq1atorCwMIqLi+OLL76IDz/8MN588820YN6jjz4au+++e5x11lmVzr3zzjtvXcPi4uL4/PPPU17v3bv3DvfWunXrVqP3tT2NZe+1off9AABoGEJzAAAANGrbbtZGfBMQyoTVq1fHpZdemrZp071797jqqqvisMMOSxszatSoWL58eYwbNy7trpaTJk2Kgw8+OI4++uj6bLtejB8/PrZs2RI5OTkxatSoGD16dLRt2zbtvF/+8pfxwgsvxGWXXZayefThhx/G5MmT47jjjqtw/nvuuWfr/7/sssvi6aef3nrcuXPnePbZZ+vw3dTMww8/vPU97b333jFu3LjYY4890s4766yzYvHixXHRRRelbNRu3rw5brvttrj33nt3eK2SkpK47LLL0gJzu+66a1x77bWx//77p40599xz48svv4zrrrsunn/++YiIuO2226r1HgEAAAAAsk1FQbGioqJYuHBh9OnTp9JxK1eujN/85jdpQYqRI0fGmDFjonv37hWOu+CCC+Lzzz+Pq666Kt58882t9YULF8YVV1xRo+91//jHP24N4Q0ZMiSuu+666Nu3b9p5Y8aMiddffz2uvPLKrUGRiG++k7788svj2WefjYKCgrRxF198cVx88cUREfHUU0/F5ZdfnvL63XffHT179qx23xWZOXPm1j/TTp06xZVXXhk/+MEPKjz3t7/9bVx99dXxzDPPpNQnTJgQZ511VhQWFtZJT43RnXfeufVGh98677zz4le/+tUOg5fl5eXxwQcfxAsvvBBPPvlkhec05JrX1IwZM7YGqXr27BnXXHNNHHzwwWnnnXPOOTF79uw4//zzU0KWc+fOjRdffDGef/75rf88HHzwwTFu3LjYdddd0+Y5//zz48knn4wrr7wyJfT62GOPxQUXXBBdu3atUt+77757nHzyyXH44YdXeJ1tlZSUxGOPPRa33HJLrF+/fmt9/PjxcfTRR0eXLl0qHHfGGWfEGWecERHfhCzPOeeclNevvfbaOOCAA6rUc11pTHuvDbnvBwBAw8nNdAMAAABQmZKSkli8eHFaffDgwRnoJuIPf/hDyqZxxDebbo888kiFmzbf6tq1a0yYMCGOP/74tNeuvPLK2LhxY533Wt82bdoUOTk5MX78+Bg7dmyFgblvHXvssfHv//7vafXHH3+8Plusd99unB155JExceLECjfOvtWzZ8/4r//6r7S7qP7973+PpUuX7vBa999/f8yfPz+l1rdv33j44YcrDMx9q2PHjnHTTTfF2WefHRHRJD9rAAAAAAANacCAARU+MWvRokXbHXfFFVekBHDy8vLixhtvjOuvv77SwNy3evfuHX/6059i5MiRKfXJkyfHrFmzqtH9N779/nro0KHxwAMPVBiY+9bhhx8ekyZNis6dO6fUP/3005Qb3GXKt++lV69e8dhjj1UamIuIaNWqVYwfPz6+973vpdTXrl0bkydPrtc+M2n9+vXxzjvvpNRGjhwZY8eOrdKTCnNycmLw4MFx6aWXxuuvv15hULIp+DYw169fv3j00UcrDMx9a/DgwXH77benPT3yuuuui1dffTUiIkaMGBH33HPPdoNsJ510UowZMyaltmXLlrTgZmXOPffceO655+InP/lJlQJzEREFBQVx9tlnx6RJk1LWt6SkJCZNmlSlORqLxrT32pD7fgAANByhOQAAABqtFStWpN0VMyLSNiAawldffZX2dLO8vLz44x//WKU7Rebk5MT1118fu++++w7nbSrOPffc+NGPflSlc3/4wx+mPSFw2rRpaXfcbWp69OgRN9xwQzRv3nyH57Zv3z5+9atfpdS2bNkSU6ZM2e64LVu2xKOPPppSy8/Pj1tuuSU6duxYpT6vuOKK2HPPPat0LgAAAABANsvPz4927dql1bcNdvyzWbNmxRtvvJFS+81vfhM//OEPq3zdnJycuPrqq6Nfv34p9bvvvrvKc/yz9u3bx2233Val76979eoVN954Y1r9kUceidLS0hpdvy41a9YsbrnllujRo8cOz83JyUl7ClpEpDzFr6GdcMIJtf7fX/7yl0rnX7JkScqTziIiTjnllBr1WlhYmBYka0oKCgri5ptvjk6dOu3w3O9+97tpwawvv/wyIiL69OkT1157beTn5+9wnvPOOy/t5pLb/jyoTJs2bap0XkUGDBgQv/nNb1JqTzzxRI3na2iNce+1Ifb9AABoWEJzAAAANFpr166tsL69p5rVlyeeeCIt4HXaaafFwIEDqzxHfn5+XHnllWn1hx56qNb9NbTWrVvHhRdeWK0x297tsaysLObOnVuXbTW4Cy+8sFobmscdd1zk5eWl1D744IPtjvnb3/4WS5YsSamddNJJ0b9//ypfNzc3t8K/JAAAAAAAQLqKvvddv359pef/6U9/SjneZZddYtSoUdW+brNmzeL8889Pqb3xxhtbn6BVHWPGjImddtqpyucfcMABaU9xW7lyZbz88svVvnZdGzFiRAwePLjK53/nO99Je0rUjr6Lr08fffRRrf/31VdfVTp/UVFRWq19+/b1+I4arxNOOKFa+yff//73K6z/6le/ihYtWlRpjubNm8cRRxyRUvvoo48qvDFoXTv++ONTQo5ffvllLFiwoN6vWxca495rQ+z7AQDQsITmAAAAaLQ2btxYYb02d12sqYruCnjmmWdWe56hQ4fGbrvtllKbN29erFq1qsa9ZcIxxxwTrVu3rtaYbZ80FxHx6aef1lVLDa5ly5YxYsSIao1p165d7LLLLim1HW1evv3222m1k08+uVrXjYjYd999o2/fvtUeBwAAAACQbSp60lxlexabNm2KV199NaV24oknpgUpqurwww9Pm3/GjBnVmqN58+ZxwgknVPvap556alqtqk/Mqk81eWrannvumXK8cOHCOuqm8akoIPePf/yj4RtpBKq7fzJo0KC0WqtWrWL48OG1mqeoqGi7T6esK23atImOHTum1GbOnFnv160LjW3vtaH2/QAAaFg7fnY0AAAAZEhld2D85zsmNoTNmzfHrFmzUmp9+/ZN24CpquHDh8fHH3+cUnvvvfcqvZtlY7T//vtXe0yvXr3Satu7M29jt/fee0dBQUG1x/Xu3TslLLhu3brtnr/t5maHDh0qDCBWxRFHHNGkg4oAAAAAAA1hy5YtabXK9iZmzpyZ9iS47373uzW+dvv27aNNmzYp3x3PmTMnhg4dWuU5hg4dWqMbEB588MHRunXrlO/uMx3AKSwsrNF34r1790453rx5cxQVFUWrVq3qqrVGY9ddd4327dvHmjVrttZuvPHG6NOnT+y3336Za6yBtWjRolpPJIyI6N69e1ptn332iWbNmlVrnh49eqTV1q5dG127dq3WPOXl5TF79uz44IMPYt68ebF8+fIoKiqK9evXR1lZWYVjvv7665TjpUuXVuuamdAY914bat8PAICGJTQHAABAo1VYWFhhfe3atbHzzjs3WB8LFiyI4uLilFp1N93+2bZ3N42I+OCDD5pUaG7XXXet9piKNuib8sbRtneOrKptn9C3o+DgvHnzUo4ruutpVQ0cOLDGYwEAAAAAssXatWvTapXtWbz33ntptauuuqraoZt/tu1T7VavXl2t8XvssUeNrpubmxsDBgyId999d2tt/vz5sWHDhmjRokWN5qyt7t271+jPsqI9ifXr12ckNDd37tx6nT83NzdOOOGEeOCBB7bW1qxZE2eddVYccsghcfzxx8dhhx0WHTp0qNc+Mq179+6Rn1+9vxJb0edh28BlTeepzh7YunXr4t57742//OUvsWTJkmpfv6bXzZTGuPfaUPt+AAA0LKE5AAAAGq127dpVWG/o0FxFm9H9+vWr8XwVja3uhnemVbY221PRpnZld8VsCtq3b1+jcdv+OWzvz6CsrCxtc7Oiu5VWVc+ePWs8FgAAAAAgW1QUmqssbLV8+fK02vz58+u0n39+glhV9OnTp8bX6tu3b0porry8PFavXp2x0FxN9iMiosLwVGlpaW3babRGjx4dr7zySixatCilPmXKlJgyZUrk5OTEbrvtFkOGDIk999wz9t133+jbt2+Guq0fbdu2rfaYivauavKZq+jzVtU9sL/+9a8xbty4WLVqVbWvW5GmEJprjHuvDbHvBwBAwxOaAwAAoNHq0qVL5OTkRHl5eUr9yy+/bNCNvK+//jqtVtEdSquqos22iq7RmFX3Tp1J1BB/BhX9xYxt71hZHbX53AIAAAAAZIOSkpIKv5vt1q1bhedXN9BWE5s2barW+bX5Lrii76DXrl0b3bt3r/GctVGbJ/Zlk5122inuu+++uOiii2LOnDlpr5eXl8e8efNi3rx58dhjj0VERKdOnWLYsGExYsSIGDp0aEO3XOfq6rPSkHtgzz33XIwdOzY2b95cZ3M2hdBWY9x7tfcJAJBM/i0PAACARqugoCB69OgRixcvTqnPnj079t9//wbro6ioKK3WsmXLGs9X0d1YK7oGVHTX29ps+hYUFNSmHQAAAACAxPvwww8rDJ306tWrwvMrCthlWm32MCoaaw+jaejVq1f8+c9/jieffDLuv//+WLBgwXbPX7lyZTz22GPx2GOPxeDBg+N3v/tdHHjggQ3ULZ9//nlcccUVaYG5Zs2axRFHHBH77bdf9O/fP7p27RodOnSIgoKCKCwsjJycnJTzhw0bFkuWLGnI1mvN3isAAA1FaA4AAIBGbY899kgLzc2aNatBe2jVqlVarbi4uMbzbdiwoUrXgIru6FubTb7169fXph0AAAAAgMSbPn16Wq1169bRu3fvCs9v3rx5Wu2FF16Ifv361XlvVVWbPYyKxtrDaDqaNWsWp59+epx++ukxe/bs+Nvf/hbvvvtuzJgxY7t7BLNnz45zzz03Lr744hg9enQDdpy9brzxxigpKUmpHXrooXHddddF586dqzzPxo0b67q1emfvFQCAhiI0BwAAQKN2wAEHxOTJk1Nq06ZNi82bN0deXl6D9NCuXbu02rp162o8X0V3na3oGvWhoieX0Xi1atUq8vPzU+5qvGbNmhrPV5uxAAAAAADZ4K233kqrDRkyJO3pTt/aaaed0mpff/11nfdVHbXZw6goWNW2bdvatEOGDB48OAYPHhwREVu2bImPP/443n333Zg6dWpMmTIlba3Ly8vjlltuiR49esTxxx+fiZazRnFxcbz66qsptT322CPuvPPOaNasWbXmaoxPu9yRJO29AgDQuOVmugEAAADYniOPPDJtI3rlypXxyiuvNFgPHTp0SKvNnz+/xvN98sknabWKNtW/lZ+ffs+bfw5RVUemN+qpvq5du6Ycz5s3r8ZzzZ07t7btAAAAAAAk1sKFC+ONN95Iqx955JGVjtl5553TakuXLq3Tvqpr4cKFNR67YMGClOOcnJzt7mHQNOTm5kb//v3jrLPOittuuy3eeuutuOmmm2LXXXdNO/fGG2+s8T4UVTNt2rS0p8z94he/qHZgbtmyZU3yhpmZ3nsFACB7CM0BAADQqHXv3j0OOuigtPrDDz/cYD3suuuu0bJly5Ta7Nmzazzf+++/n1b79k6fFWndunVaraI7ve7I8uXLY9OmTdUeR2bttddeKcfz58+v0fpHRMyYMaMOOgIAAAAASKb7778/tmzZklIrKCiIY445ptIx236HG/FNICaTPvjggxqN27JlS3z44YcptX79+kWLFi3qoi0akYKCghgxYkQ89dRTMWjQoJTXVqxYYT+hni1fvjyttt9++1V7nunTp9dFOw0u03uvAABkD6E5AAAAGr2f/OQnabW///3vMXny5Aa5fl5eXtqm96effhoff/xxjearqO8hQ4ZUen7btm3TaosWLar2dd95551qj2kM8vLyUo43b96coU4yY5999kk5LisrixdffLHa86xbty5ef/31OuoKAAAAACBZpkyZEo899lha/Yc//GGFT0X61oEHHhj5+fkptddeey2jT3+aOnVqrFu3rtrj/v73v6fdtO3/Y+/Oo7Msz/yBX0lIyAIaBBIgoKyioFLcOtZqVag4PbaudQXr0lpU3Kq/6Qy1arUdWltnXI5L3QYtKo4L1qkjVqlaFFuluBRUEBBlE1AMS0LIwvv7Y045viRA3hDywsPnc07/uK/3vu7rjkk9p3n6zTNkyJAt9mz6O/yIaBQ8ZMdVUlISl1xySaP67NmzN9vje77tvvjii0a13XffPeNzWvK8KCL738NsP3sFAGDXITQHAADADu+oo46Kgw46qFH92muvjeXLl7fqrD/84Q+xbNmyRvWvf/3rjWoTJ07M+Pzp06fHnDlz0moDBw6MLl26bLanvLy80V9bfPfddzOe/d///d8Z9+wISkpK0tbV1dVZukl2jBgxotHDy4ceeijq6+szOmfChAlRU1PTmlcDAAAAAEiEhQsXxo9+9KNGoZGioqK47LLLttjboUOHOPTQQ9Nqn376afz+979v9Xs21/r16+OZZ57JuK+p5whHHnnkFns2/R1+xK73e/ydXd++fRvVNg1Pfpnv+bZr6u2NTQXptuSTTz6JKVOmtGh+hw4dGtWqqqpadFZLZfPZKwAAuw6hOQAAAHYKN9xwQ7Rv3z6tVllZGeeee24sXbp0m8+vra2NX/3qV3HVVVc1+ddfTznllEbzJ06cGB988EGzZ9TX18eNN97YqD5q1Kgt9uXm5sa+++6bVvvzn/+c0V+JnTJlSrz55pvN3r8j2fRNe6tXr45Vq1Zl6TZtr1u3bnH00Uen1ebMmRP33HNPs8+YN29e3H333a19NQAAAACAnd6f/vSnOPXUU6OysrLRZ1dffXV069Ztq2dcdNFFjWo33XRTLFy4sDWu2CK33357Rr9Lf/PNNxu9ralr164xbNiwLfY19XasbH7dZG7FihWNalt6u6Lv+bbr2rVro9prr73W7P4NGzbE2LFjo6GhoUXzN332FhGxaNGiFp3VUtl89goAwK5DaA4AAICdQv/+/eOaa65pVJ83b16cfvrp8cYbb7T47Ndffz1OPvnkeOCBBza7Z4899ogTTzwxrVZfXx+XXXZZs952l0ql4pprrmn0oKdz587xne98Z6v9m/4l13Xr1sUtt9yy1b6IiA8++CDGjh3brL07ooEDBzaqvfLKK1m4SfaMHj260dvmbrvttvjd73631d4PP/wwzj33XG+ZAwAAAAD4kr///e/x//7f/4uLLrqoycDcSSedFCNHjmzWWYceemgcfvjhabVVq1bF97///Zg3b16L7rd+/fqYOHFi/Nd//VeL+r/44ou4/PLLo7a2dqt7Fy1aFFdffXWj+hlnnBH5+flb7B0wYECj2q72O/xsmzJlSjz55JPN+l435aGHHmpUa+rZzD/4nm+7gw8+uFHtrrvu2uIb/v5hw4YNce21127TH8vs3r17dOzYMa3W1t/DbD97BQBg1yA0BwAAwE7jtNNOi9GjRzeqL1u2LEaNGhUXXnhhzJgxIzZs2LDVs2pqauJ///d/46yzzopzzz03Pvzww632/OhHP4ry8vK02scffxxnnnlmTJs2bbN9y5Yti4suuigmTZrU6LOm3qDXlJNOOqlRaGrChAlx2223RX19fZM9DQ0N8fjjj8dZZ50VlZWVkZOTs9WH2zuiIUOGRG5u+q8wfvWrX8WLL77Y5FsBk2j//feP8847L62WSqXi5z//eZx33nkxderURv8s5s6dG7/+9a/jpJNO2vhwcejQoW12ZwAAAACAHcnKlSvj5ZdfjltvvTVOO+20OPXUU+OZZ55pcu/JJ58cv/jFLzI6f9y4cVFWVpZWW7BgQZx66qnx29/+NtasWbPVM1KpVMyYMSP+/d//PY455pi47rrrWvQGr388d3j99dfje9/7Xnz00Ueb3Tt16tQYOXJkfPrpp2n1vn37xg9+8IOtziotLY2+ffum1Z566qkYP358s75mtt3ChQtj7NixcdRRR8W4ceNi+vTpzXpWtnLlyvjxj38cL774Ylq9d+/eccABB2y2z/d825WVlcVBBx2UVvv444/jggsuiMWLF2+2b/78+fH9738/Hn/88YiIaNeuXRQVFWU8PycnJ77yla+k1aZNmxY333xzfP755xmf11LZfPYKAMCuoV22LwAAAACZuPLKK6OoqChuueWWSKVSaZ+98sor8corr0RpaWkcdthh0b9//+jUqVN06tQpIiJWr14dCxcujFmzZsXbb78d69aty2h2aWlp3HTTTXHBBRekBdUWLVoU5513XgwePDiOPvroqKioiPbt28eKFSvizTffjKlTp8b69esbnXf22WfH8OHDmzW7vLw8Ro4cGQ8++GBa/Y477oj/+Z//iWOPPTb69esXhYWFUVlZGXPmzIlXXnkllixZsnHvD37wg3j22We3+LBtR1RWVhZHHHFE2l+4/Oyzz+KSSy6J/Pz86N69exQVFUVOTk5a389//vPYf//92/q6283ll18eM2fOjL/85S9p9WnTpsW0adOioKAgunbtGgUFBfH555/H6tWr0/ZVVFTE2LFj47vf/W5afdNAIgAAAADAzmTmzJlxwgknNPnZunXrYvXq1bF27dpm/RG24uLiuPrqq+Pss8/O+B7l5eVx5513xjnnnBPV1dUb69XV1fEf//Efcffdd8eBBx4YQ4cOjbKysthtt92ipqYm1qxZE8uXL4/33nsvZs6c2eRb7zI1ZsyYuOWWW6KhoSFmzJgRxx9/fBx22GFx2GGHRXl5edTV1cXixYvjT3/6U8yaNatRf0FBQYwbN67ZwZNTTjklfv3rX29cNzQ0xLhx4+KXv/xldOvWLTp27Njod9FnnHFGnHnmmdv2he4kNvfzmaljjjkmLr/88s1+/vnnn8f48eNj/PjxUVpaGoMHD4599tknevToER07dozCwsJYt25dLFmyJP7+97/HtGnToqamJu2MnJycuPbaa7d6F9/zbXfppZfGueeem1Z7++23Y8SIETFs2LA46KCDokuXLlFbWxvLli2L1157Lf72t7+lPaO8+OKL48knn2zRs79TTjklpk6dmla755574p577omuXbtGaWlpoz/oubWfwUxl89krAAC7BqE5AAAAdjqjR4+OwYMHx9ixYze+QevLKisr47nnnsv43MLCwjjnnHMa/SXYL/unf/qnuPPOO+OKK65Ie+gdETFr1qwmHy43ZdSoUTF27NiM7nfllVfGtGnTGr0V75NPPon77rtvi73f+ta34sorr4xnn302o5k7in/5l3+JN998s9E/87q6uvjkk0+a7Nl0786uoKAgfvvb38bFF18cr732WqPPa2trN/tQtFu3bnHvvfdGu3aNfxXUoUOHVr8rAAAAAEBbqa6ujg8++GCbzsjPz49vf/vbcfnll0e3bt1afM7+++8fjz32WFx66aWxYMGCRvd89dVX49VXX92muzbHkCFD4ic/+UnccMMNERFRX18fU6dObRSQaUp+fn7cdtttjd5CtSVnn312PP30042eX6RSqVi6dGksXbq0Uc9nn33W7PN3dtv68/kP++67b7P3VlZWxmuvvdbk84TNycnJiX/913+Nww8/fKt7fc+33WGHHRYXXnhh3HPPPWn1urq6mDx5ckyePHmL/d/5znc2huZaYsSIEXHYYYfF66+/3uizFStWxIoVKxrVM/kZbK5sPnsFACD5/ClxAAAAdkpHHHFETJ48OUaPHh277bbbNp1VXFwcp59+ejz//PNx1VVXRUFBwRb3f+Mb34gJEybEfvvtl/Gs0tLSuP766+Oaa67J+A1fRUVF8bvf/S4OOOCAZvfk5OTE+eefHzfffPNO/Uax/v37xwMPPBB77bVXtq+SVYWFhXHffffFNddc0+yw24gRI+KJJ56Ifv36xapVqxp93rFjx9a+JgAAAADADi8nJyf222+/uOqqq+JPf/pTjBs3bpsCc/+w9957x5NPPhkjR45s9pvaNmf//fePb3zjGy3qPfvss+PnP/95Rnfo3r173HPPPXH00UdnNKuoqCjuv//+ZoWtaH2lpaVN/tG8TFRUVMSdd97Z6M1nm+N73jp+9KMfxUUXXRQ5OTnN7snLy4vRo0fHr371q4z6NpWbmxu33XZbHH/88S0+o7Vk69krAADJ501zAAAA7LRKSkriyiuvjB/+8IcxefLkeP7552P69Omxdu3arfZ27tw5hgwZEscdd1wce+yxUVRUlNHswYMHxxNPPBHPPfdcPP744zF9+vSora3d7P7+/fvHiBEj4rzzztumkFKnTp3i0UcfjccffzweeOCBzb5lLS8vLw4//PC4+OKLY+jQoS2etyMZOnRoPPfcc/Hqq6/Gyy+/HLNnz46FCxfG2rVro6amJjZs2JDtK7aJ3NzcGDVqVHznO9+JKVOmxAsvvBAfffRRrFixItavXx8dOnSI3r17xyGHHBLHH398DBw4cGNvU3/Fdffdd2/L6wMAAAAAtInc3NwoKCiI9u3bR2lpaXTu3DkqKiqiT58+se+++8aBBx4YpaWl22V2hw4d4qc//WlcdNFFMWHChHjllVfigw8+2OrvsQsLC2Po0KHxta99LYYNGxb9+vXbpnt897vfjUMOOSTuvPPOeP7556OmpqbJfd27d48TTjghLrzwwigpKWnRrPLy8njggQdi1qxZMXny5Hjvvffio48+ijVr1kR1dXXU19dvy5fCFpx44olxzDHHxNSpU2PatGnx1ltvxfz58yOVSm2xLzc3Nw466KA4/vjj46STTso45Ol7vu1ycnLiiiuuiCOPPDLuuuuuePXVVzf774mioqIYNmxY/OAHP4h99tmnVebvtttucfPNN8cll1wS//u//xszZ86MefPmxapVq6K6ujrq6upaZU5zZOvZKwAAyZaT2tr/MgIAAICdyIYNG+Kjjz6Kjz/+OJYuXRrV1dVRW1sbJSUlsfvuu0dpaWnsvffeUVFR0apzq6ur45133only5fHypUro66uLjp16hR77LFHDBo0KLp3796q8/7ho48+ilmzZsXnn38eVVVVUVJSEnvuuWcMHTp0uz3sZ+f1n//5n3H33XdvXOfn58eMGTO2+nZFAAAAAAC2zapVq2LmzJnx+eefR2Vl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AACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAA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rI09Xbt2jXvuuSdKSko2O2v58uVp603Db83Vo0ePtHVtbW1UVla26CwAAAAAAAAAAAAAAABg+2iX7Quw6xoyZEg8+uijcfXVV8eHH34YERHV1dUxfvz4GD9+/BZ7c3Jy4thjj41rr702unTpssW9X34rXcT/BfZaoqlgXnV1dXTu3LlF52VbXV1d1NXVZfsaAAAAAAAALZafn5/tK2x3nukAAAAAAAA7u2w80xGaI6v22Wef+P3vfx/PPvtsPPXUU/H6669vteewww6Ln/zkJzFgwIBmzdg0NFdYWNiiuzbVV1VV1aKzdgTvv/9+fP7559m+BgAAAAAAQIsddNBB2b7CdueZDgAAAAAAsLPLxjOd3DafCJtYsGBB/OUvf4n333+/Wftff/31OPfcc+Pee++N9evXb3X/unXr0tYFBQUtumdToblNA3kAAAAAAAAAAAAAAABAdnnTHFlTX18ft956a9x3332xYcOGjfX8/PzYb7/9ol+/ftGxY8eoqqqKBQsWxDvvvLMxJPfZZ5/Fb37zm3jmmWfijjvuiD333DNbXwYAAAAAAAAAAAAAAACwAxGaIysaGhriqquuismTJ2+s5eTkxMiRI2P06NHRpUuXRj2rV6+O8ePHx29/+9uor6+PiIg5c+bE9773vZg4cWKUl5c3OauoqChtXVtb26I719TUNKoVFxe36CwAAAAAAAAAAAAAAABg+xCaIyvuu+++RoG5m266Kb7zne9stme33XaLyy67LA4++OC48MILo66uLiIilixZEj/5yU/ivvvua7Jv02BbU+G35miqr6SkpEVn7Qj23XffqKioyPY1AAAAAAAA2ALPdAAAAAAAADInNEebW7lyZdx5551ptbPPPnuLgbkv+9rXvhaXX355/OY3v9lYmzp1akyfPj0OPvjgRvs3Dc2tXbu2BbeOqKqq2urZO5P8/PzIz8/P9jUAAAAAAADYAs90AAAAAAAAMpeb7Quw63nmmWfS3tqWk5MTF154YUZnjBo1Kjp27JhWmzRpUpN7y8rK0taffvppRrP+YenSpWnrgoKCKC0tbdFZAAAAAAAAAAAAAAAAwPYhNEebe+ONN9LW++yzT5SXl2d0RmFhYRxyyCFptbfeeqvJvX379k1bL1u2LDZs2JDRvIjGobnevXtHXl5exucAAAAAAAAAAAAAAAAA24/QHG1u8eLF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AAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAA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ey8+/fTTWLRoUaHmNW7cOLp06RL77bdfHHjggdGsWbMy3inwezNu3Lg45ZRTCvVs1apVIz09PapXrx4NGjSIRo0aRatWraJdu3bRpUuX2HnnnaN27dplvGMAAAAAAAAAAADyIzQHAACUufXr18czzzwTTz/9dKGDcptbvHhxfPjhh/Hhhx/GrbfeGrvuumucdtppceCBB0ZKSkoZ7Bggf1lZWZGVlRWZmZmxdOnSmDFjRnzxxRc5H09NTY3u3bvHIYccEkcccUTUr1+/4jZLpdanT5+YO3duzvioo46KO+64owJ3BAAAAABQcnPmzIm+ffvm+/Hbb789BgwYUOI+48ePj0GDBuX78WeeeSZ69epV4j4AAABUjCoVvQEAAKByGz9+fBx66KFx1113FSswl1t2dnZ89dVXceGFF0b//v3jk08+KYVdApSejRs3xvjx4+PWW2+N3r17x6233hrLli2r6G0BAAAAAEClMHTo0FJZ59VXXy2VdQAAANg6uWkOAAAoM0OGDIm///3vsXHjxjw/Xr169dhll11ixx13jAYNGkT9+vWjdu3asWbNmli+fHn89NNPMXny5JgyZUps2LAhaf53330XL730Uvzf//1fWX8qwO9QvXr1okWLFkn17OzsWL16dc4/+f2Mi4hYs2ZNPPvss/H666/H9ddfH4cffnhZbhkAAAAAACq98ePHx//+97/Ybrvtir3G6tWr45133inFXQEAALC1EZoDAADKxAMPPBAPPvhgnh/r0aNHnH322bHnnntGenr6FtfKyMiIsWPHxquvvhqffvppZGdnl/Z2gQI8++yzFb2FCtGnT5+44447CnwmOzs7FixYEN98801888038eGHH8b06dOTnluxYkVcfvnlMXXq1LjyyiuLtI/Ro0cX6Xl+e36v32MAAAAAAMU1bNiwuPTSS4s9/+23347MzMxS3BEAAABbmyoVvQEAAKDyeeWVV/IMzDVp0iSeeuqpeP7552O//fYrVGAuIqJWrVpx2GGHxVNPPRWvv/569O3bt7S3DFAsKSkp0aJFizj44IPjyiuvjP/85z/x9NNPx/7775/n808++WTcc8895bxLAAAAAAD4batXr17C+LXXXotNmzYVe72hQ4cmjOvXr1/stX6P7rjjjpg2bVrOPw4ABAAAtkZCcwAAQKn6/vvv45Zbbkmqd+rUKV5++eX4v//7vxKt36lTp3j44Yfjsccei2bNmpVoLYCysMcee8Sjjz4at956a9SoUSPp448//niMGjWqAnYGAAAAAAC/Tfvuu2/UrVs3Z7xgwYL46KOPirXWjBkz4uuvv84Zp6amxqGHHlriPQIAALB1EZoDAABK1fXXXx/r1q1LqDVq1Cj+9a9/xTbbbFNqfXr37h2vvfZa7LXXXqW2JkBpOuaYY+LZZ5+N6tWrJ33spptuitWrV1fArgAAAAAA4LenWrVq8Yc//CGhlvu2uMJ69dVXE8Z77713NG3atNh7AwAAYOtUtaI3AAAAVB7vv/9+TJgwIan+t7/9LRo3blzq/Ro2bBjHH398qaw1b968mDZtWixdujSWLl0aqamp0aBBg2jatGnssssuUatWrVLpk1ffqVOnxtKlS2PZsmWRnp4eDRs2zOmbV9imNEydOjV+/PHHWLRoUaxbty7q1KkTbdu2jZ122qnMPtf8rFy5Mr799tuYPXt2rFq1KjZt2hT16tWLfffdN1q2bLnF+RkZGTFz5syYNWtWLF++PDIyMiI9PT3q1q0bjRo1im7dukWTJk3K4TOJWL16dUyaNClmzZoVq1atiurVq0fTpk2jY8eO0bFjxzLvv2rVqpg4cWL873//i1WrVkXNmjWjYcOG0aVLl2jfvn2Z9y+qWbNmxYwZM2LZsmWxbNmyyM7Ojlq1akXTpk2jXbt20aZNm0hNTa3obZbIjjvuGDfddFP85S9/SagvXrw4Bg8eHBdffHEF7axi/Pr9vnjx4li2bFmsX78+GjRoEA0bNowdd9yxXH4pYcmSJTF58uSYM2dOrFq1KlJSUqJBgwZxwAEHRMOGDQucu3bt2vj+++9jxowZsXLlysjIyIjU1NSoXr161K1bN1q2bBnbbrutm1ABAAAAAMrAwIED44UXXsgZjx49OpYtWxYNGjQo9BpZWVnx+uuvJ607Y8aMUtsnAAAAWwehOQAAoNQ8/fTTSbX99tsvevfuXf6bKYSFCxfGkCFD4oMPPoiZM2fm+1xaWlrsvPPOMWjQoDj00EMjJSWlRH1XrlwZTz31VLz77rvxww8/5PtctWrVomfPnnH88cfHgQceWKKeERFr1qyJJ554IkaMGBFz5szJ85n09PQ44IAD4k9/+lN06tQpIiLmzJkTffv2TXju9ttvjwEDBhTY76qrrorhw4fnjFu2bBmjR4/OGY8dOzaGDBkS48aNi40bNybNz69HVlZWfP755/HBBx/EF198EdOnT4/s7OwC97LtttvG4YcfHieffPIWQzF5GTZsWFx99dUJtffffz9atWoVEb+EEB955JEYPXp0bNiwIc812rVrF0cffXSccsopkZaWVuQ9FKQw/Vu2bBlnnHFGHHfccUXuf/LJJ8cXX3yRM959993j2WefLdZev/vuu3jmmWfi008/jfnz5xf4bN26dWOPPfaIQw89NA444IBIT08vVs+K1r9//xg5cmSMGTMmof7iiy/Gn/70py1+Xn369Im5c+fmjI866qi44447kp5bv3597LPPPrF8+fKc2vbbbx8jRowo0f4ff/zxuOeeexJqjz32WKF/tq9duzZeeOGFeOedd+Kbb77J8/v9Vx07dox+/frFSSedFDVr1izSPgv6Os3Ozo433ngjnnvuuZg0aVKePzO222676NWrV55rv/vuuzF06ND4+OOP8/0e21zTpk1j1113jb59+0afPn2idu3axd775vL6eby54cOHJ/zczc+0adMi4peg7z777BOZmZlb7F0Ut912WzzzzDMJtREjRsT2229fonUBAAAAgN+3HXfcMTp37pzzd5wbNmyI//znP3HKKacUeo0PPvggFi9enDNu0KBB9OnTp0xCc2vWrIlJkybF4sWLY+nSpbFmzZqoX79+NGzYMLbffvto3bp1qffcuHFjTJw4MebMmROLFi2KiIj69etHx44do1u3blG16tb9K6Pz58+P7777LpYtWxbLly+P9evXR61ataJRo0bRrl27aNeuXYnfFy1cuDBmzpwZc+bMidWrV8fatWujdu3aUa9evdhmm21ixx13jGrVqpXSZwQAAFSkrfv/AQEAAL8Zc+fOjXHjxiXVTzzxxArYTcHWrl0b9913Xzz//POxbt26LT6/YcOGGD9+fIwfPz4effTRuPvuu3MCZUX17LPPxgMPPBArVqzY4rPr1q2Ljz/+OD7++OPo3r173HTTTdG5c+di9f3ss8/immuuiXnz5hX43Pr16+Ott96Kd999Ny666KI4++yzi9WvIBkZGXH11VfHO++8U+S5b731Vtx8882xbNmyIs2bPXt2PPzww/Gvf/0rrrzyyhg0aFCRe+fnkUceiQcffDCysrIKfG7mzJnx97//PV577bW48847o0uXLiXunZ2dHffdd188/vjjBQaRIn75Hr3lllti6NCh8eSTT0ajRo1K3L8ofvrpp7jjjjvi/fff32LI8VcrV66MUaNGxahRo6JTp07xn//8p4x3WXbOPPPMpNDc0qVL46OPPiowBFUU6enpccQRRyQEnr777ruYOnVq7LDDDsVed9iwYQnjJk2axD777FOoua+88krcd9998fPPPxfq+e+//z7uueeeePrpp+O6666LQw45pMj7zW3x4sVxySWXxJdfflnkufPmzYs///nPRZ67aNGiGDlyZIwcOTLOOuusuOKKK4rcuzzUrl07+vXrFy+++GJO7YsvvogZM2YU+3bKNWvWxGuvvZZQ6969u8AcAAAAAFAqBgwYELfffnvOeNiwYUUKzb366qsJ4379+pXqYYdZWVkxfPjweOONN+Krr74q8CC2bbfdNg499NA444wzon79+iXqu3Tp0nj44YfjzTffjKVLl+b5TL169eKoo46Kc845p1iHTG5uS4dnFsVPP/0UTz/9dHz00Ucxa9asAp+tUaNG9OzZMw466KD4wx/+UKgD+JYuXRrvvfdefPrpp/Hll18mhCbzkpaWFrvssksMGjQoDj744KhSpUpRPh0AAGAr4n/NAwAApSJ3GCQionnz5rHvvvtWwG7y9/PPP8fJJ58cTz31VKECc7lNmzYtjj/++Bg7dmyR5m3cuDGuv/76uPXWWwsVmMvt66+/jhNPPDE+++yzIs8dM2ZMnH322VsMzG1uw4YNcc8998Tdd99d5H4FyczMjNNOO61YgbmIiBkzZhQ5MLe5NWvWxM033xw33HBDsdfY3F133RX33nvvFgNzm5s+fXqccsop8e2335ao96ZNm+LKK6+MRx55ZIuBuc3997//jUGDBkVGRkaJ+hfF559/HkcffXS89957hQ7M5Vae+y0LPXv2zDO49sEHH5Rqn7xuZxw6dGix15swYUL8+OOPCbX+/ftHampqgfM2bNgQf/3rX+Paa68tdGBuc78G3R566KEiz93czz//HMcff3yxAnNz5syJE088sVhzf0tOOumkpNoLL7xQ7PXefPPNWLlyZULt+OOPL/Z6AAAAAACbyx1ymzp1akyZMqVQc3/++ef46KOPEmoDBw4stb299957cdhhh8W1114bn3/+eYGBuYhfDn187LHHom/fvvH8888Xu++bb74Zhx56aDz77LP5BuYiIlasWBFDhgyJQw89ND788MNi9ystS5cujauvvjoOOeSQePbZZ7cYmIv45V3fhx9+GNdee23svffeW3z+8ssvj3322Seuu+66ePvtt7cYmIv45R3Hl19+GZdcckkcfvjh8f333xfm0wEAALZCbpoDAABKxRdffJFU69Gjx1Z18t7ixYvjuOOOi7lz5yZ9rFOnTtGzZ8/o0KFD1K1bNyIilixZEhMnToyxY8cmBHYyMjLiwgsvjBdffLHQt4Vdd911eQZXqlWrFvvss0/06NEjmjRpEmvXro25c+fG+++/H9OmTUt4dvXq1XHWWWfF008/Hbvttluh+n7zzTdx4YUX5vlSbqeddor99tsvWrRoEdWqVYvFixfHhAkT4qOPPorMzMyIiHjiiSeiQYMGhepVGNddd1188803OeOmTZtG7969o1OnTtGoUaNYvXp1zJ07t9AnUbZs2TJ22GGH6NChQzRr1ixq1aoV1atXj8zMzFi0aFFMnTo1Pv7441i1alXCvBdffDE6depUohvnRo4cGU8++WTOuFq1arHvvvvm/FlmZmbG7Nmz4913300KHa1atSrOOOOMGDZsWLRu3bpY/f/5z38m3LzWokWL2G+//aJTp07RoEGDyMzMjBkzZsSoUaNizpw5CXN//PHHuOeee+L6668vVu+i+OCDD+L888/PM1jYoEGD2GuvvaJbt27RsGHDSE9Pj1WrVsW8efNi8uTJ8fXXX//mw3Kb23PPPWPq1KkJta+//rpUe3Tp0iV22GGHhD5vvPFG/OUvfynWSbmbnxL7q7yCeZvbtGlTnH/++XmGi5s2bRp77rlndOnSJerXrx/VqlWLFStWxH//+9/46KOPEsK92dnZcf/990eDBg2KdWvppk2b4pJLLomffvopp9a6devo3bt3tG3bNho0aBDLly+POXPmxKhRo5LmX3PNNTF//vyk+g477BC77757tGnTJurWrRtVq1aNjIyMWLlyZcycOTOmTZsWkydPLlKYtbDS0tISbmybMWNGws/3evXqRYsWLYq0ZseOHWP33XdP+O/4iBEj4vLLL48aNWoUeY+5A3f169ePQw89tMjrAAAAAADkpWHDhtGnT5+EAxqHDRsWXbt23eLc1157LeF9Rbdu3aJz584l3lN2dnY88MADxT4IbvXq1XHzzTfHtGnT4oYbbtjiwXWbe+mll+KGG24o0qGFy5cvjz/96U/x4IMPFme7peK7776L8847L8/3toVVmHdIX3/9dZEOv8xtxowZceyxx8ZDDz0Ue+21V7HXAQAAKobQHAAAUComT56cVNtpp50qYCd527RpU1x++eVJL166d+8eV199dey88855zjv11FNj5cqV8fDDD8eQIUNyXjitW7cuLrzwwhgxYkTUrl27wN5vvfVWnoG5vn37xg033BDNmjVL+tjFF18cY8aMiRtuuCEWLlyYU9+wYUNceeWVMWLEiKhTp06BfdevXx9XXXVVUmCuTZs2ceutt0bPnj2T5px22mmxZMmS+Nvf/hZvvPFGRETcf//9BfYprAULFuSsWb169bjsssvixBNPzDPIc+mll+Z7E2CnTp3i6KOPjv322y/atGmzxb7r16+Pl156Ke69995YvXp1Tv2OO+6IAw44IM9//4Wx+b+X3r17x80335znWpdffnm89tprcdtttyXcvrRy5cq49tprY8iQIZGSklKk3osWLYonnngiIiJq1aoVV111VQwcODDPl6iXXnpp3H///TnP/+rFF1+Mc845p9iff2H873//iyuvvDLpZWTjxo3jggsuiGOOOSaqVs3/rybWr18fH330Ubz00kvxww8/lNk+y8suu+ySVJs5c2asXbs2qlevXmp9BgwYELfddlvOeNmyZTFmzJg46KCDirTO2rVr46233kqode/ePdq1a1fgvAcffDApMNe8efO46qqr4qCDDsr3ZX9WVlYMHz48/va3v+UEdyMi/va3v8XOO+9cqF942NzXX3+dE1yrX79+XH311XHkkUfm+f125ZVXJvysHD9+fIwbNy7hmdatW8edd95ZqNDyihUr4sMPP4yXXnqpyN/fBWnWrFmMGDEiZ9ynT5+E/6716dMn7rjjjiKve9JJJyWE5lauXBlvvvlmHH300UVaZ/LkyUn/e2DAgAFRrVq1Iu8JAAAAACA/AwcOTAjN/Xp4XHp6eoHzhg0blrROabjhhhvipZdeSqrXr18/9tprr+jatWs0atQoqlevHqtWrYrvv/8+Pvroo6RDF1966aWoU6dOXHnllYXq+8477+QZmEtNTY1evXrFXnvtFc2aNYusrKyYP39+fPDBBzmHW2ZlZcVll10WZ5xxRjE/6+KbMmVKnHTSSQnvAn5Vu3bt6NWrV+yyyy7RqFGjqFmzZqxevToWLlyYc+Di8uXLi9U3NTU1unTpEh07dsw5XK9WrVoR8UtwcdasWTFp0qSYMGFCbNq0KWdeZmZmXHrppfHaa68V+eA6AACgYgnNAQAAJbZ+/fqE24F+VdSAQ1kaPHhwfP755wm1QYMGxXXXXbfFQEPdunXjqquuio4dO8Y111yTU58zZ0688MILcdZZZ+U7NyMjI2688cak+rHHHhs333xzgb3333//6NChQwwaNCghODd37ty4995747rrritw30OGDIkZM2Yk1Nq1axfPPfdcNGrUKN95jRo1invuuScaNGgQzz77bKxdu7bAPoX1a3ilZs2a8fjjj+cZ2ttcXiGL0047LS688MIi9U1PT4+TTz45evbsGYMGDcoJzq1fvz6ef/75uOyyy4q03q9+DfUdfvjhcddddxV4q2L//v2jXbt2cdpppyWcevn555/HiBEjon///kXq/Wu4p379+vH0008n3DyVW3p6elxxxRWxYsWKePnll3PqGzdujKFDh8Z5551XpN5FceWVVyYEBSN+udXqiSeeKNRLxfT09Ojbt2/07ds36ba836Idd9wxqbZx48aYO3dutG/fvtT6HHHEEfH3v/89IQQ2bNiwIofmRo0alRA0jdjyLxB8/fXX8cgjjyTUunfvHk888cQWg75Vq1aNY445JnbccceE79UNGzbEvffemxT83JJff+Y0btw4nn766ejQoUO+z6akpCT8MsX777+f8PG0tLQYPHhwbLfddoXqXa9evTjiiCPiiCOOiDVr1hRp3xXhgAMOiObNm8eCBQtyai+88EKRQ3O5b5lLSUmJ448/vlT2CAAAAADwq7333juaNWuW8/5s+fLl8d5778Vhhx2W75wJEybEzJkzc8bVqlWLww8/vMR7GTp0aFJgrn79+nHZZZdF//798z1ULDs7O95777244YYbYsmSJTn1J598Mnr06BH7779/gX2XLl2aZ2Bup512ittvvz3PvxM///zz48svv4xrrrkmZs+eHZmZmfHkk08W9lMtFcuWLYsLL7wwKTBXq1atOOecc+KUU06JGjVq5Dt/48aNMW7cuBg6dGi8/fbbW+yXlpYWBx10UPTr1y/22GOPLb6riPjlXew//vGPnMNAI375Grvxxhvjscce2+J8AABg65H/b/QBAAAU0sKFC5NeyEREgcGs8rRmzZoYPHhwQq13795x/fXXF+kGoIEDB8YxxxyTUHv66adj/fr1+c4ZPnx4rFixIqG24447xk033VSo3q1bt4777rsv6dlhw4Ylrbu5TZs2xYsvvphQq1q1atx7772F/nO55ppr8gz5lNTll1++xcBcfgrzIis/22+/fVJA7tVXXy32ehG/3Np3++23FxiY+9VOO+2UZ9DxmWeeKXb/v/3tbwUG5jZ3+eWXJ72Y/fjjj4vde0s+/vjjmDRpUkKtQYMG8dRTTxXrFM5WrVqV1tYqTH7fe5uHYktDgwYNok+fPgm1jz76KBYvXlykdXKfuFujRo049NBDC5zzyCOPJJy+2rRp03j88ceL9L27/fbbxw033JBQ+/DDD+O7774r9Bqbu/XWWwsMzOUld0hz9913L3RgLreCXu5vLVJTU+O4445LqE2ePDm+/fbbQq+xatWqePPNNxNq//d//1fsf28AAAAAAPlJTU1NOpBw6NChBc7J/U7owAMPjLp165ZoH3PmzIlbbrklodamTZsYMWJEHHfccfkG5iJ+OXTswAMPjKFDh0bz5s0TPnbPPffk+e51c3fddVcsW7YsodajR4949tlnC/w78Z49e8YLL7wQbdq0iYgotcMzC+vmm2+OuXPnJtSaN28eL7zwQpxzzjlb/Dv11NTU2GuvveKee+6JUaNGbbHfq6++Gg888EAceOCBhX5X0bJly7jnnnuSDvIcO3ZsQvASAADY+gnNAQAAJZb7JqlflSTgVJqGDh2a8NKoSpUqce211xZrrfPPPz8hwPbzzz/HxIkT833+ueeeS6pdf/31hQpZ/ap79+5x1FFHJdQyMzOTAi2b++ijj5JeOA0cODA6d+5c6L5VqlSJq6++utDPF8a2224bgwYNKtU1i6Jfv34Jf35LliyJH3/8sdjrXXXVVQm3U21J//79o1u3bgm1KVOmFCmY8qvdd989+vbtW+jn69evH/vtt19CberUqQkBp9KU161g1113XTRt2rRM+v0WVKtWLc+vl9y3uZWG3DfCZWVlxYgRIwo9f968eUm3cx588MFRu3btfOdMnz49xo4dm1C77LLLivVLB0cccUTOC/tfvffee0Vep1evXls8jTcvm98IGfHL909ld9xxx0VaWlpCLffNcQUZPnx40q16bpkDAAAAAMrKgAEDEsaffvppLFiwIM9nMzMzk24lO/roo0u8h8GDByf8vWjNmjXjySefTArBFaRFixbxj3/8I6H2/fffx+jRo/Ods3Tp0oRb0CJ++XvsBx54IKpXr77Fno0bN44HH3wwqlatWuh9loYZM2bEyJEjE2rVqlWLxx9/vEjvMH9VmAMXS/K++vzzz084YDQ7O7vEB3ICAADlS2gOAAAosfxOICxOUGLMmDHRuXPnIv1z1VVXFbjmO++8kzDeY489onXr1kXeW8QvL646deqUUPviiy/yfHb+/PlJgaxu3brFTjvtVOS+J5xwQlLtk08+yff53GGXiOK9/Nttt92iXbt2RZ6XnwEDBhTpdr/SVqdOnaTbvnLfhlZYzZo1SwqhbUlKSkoce+yxSfUPP/ywyP1z33pYGLlvDszMzCz1W84ifgmBffnllwm1li1bxiGHHFLqvX5r6tWrl1Qri1Nc995776SA4vDhwws9f/jw4Umn2Ob+BYTccv+srVWrVhx22GGF7rm5lJSU2GeffRJq48aNK/I6xf2lh9whuUmTJkVWVlax1vqtaNSoUdL36FtvvRWrVq0q1PyXXnopYdysWbNiBRYBAAAAAAqjTZs20aNHj5zxpk2b8j1w8u23347MzMycccuWLWOPPfYoUf+lS5cm9TvzzDOL9Q5yt912iz333DOhVtBBcsOGDYv169cn1M4///xo2LBhoXt27Ngxz/ePZWnw4MFJhzlecMEFxQrMlYeUlJQ48sgjE2oTJkyooN0AAADFITQHAACUWO5gxdZk/fr1SaGoXXfdtURr5j618L///W+ez+X10uTggw8uVs+ddtopqe/EiRPz/Xef+3Nu2LBhscJ6ERG9e/cu1ry89OrVq9TWivjla+/bb7+NF198MW6++eY477zz4tRTT42BAwfGkUcemec/K1asSFhj3rx5xeq9//77F+nGwF8deOCBSbXiBPd23333Is/Zdtttk2qFDcQUxfjx42Pjxo0JtSOOOCJSU1NLvddvTV43+5VFkDQ1NTX69++fUPv+++/jm2++2eLc7OzseO211xJqrVu33uLXXO4AcdeuXaNatWqF2m9ecv/Mmzp1apHXKO7PnNw/L+fMmRPXXXdd0k1qlc1JJ52UMF6zZk2hwpZffPFF/PDDDwm1Y489ttxPKQYAAAAAfl8GDhyYMM7rQLiIiKFDhyaMS+OQxw8++CDpULziHHj4q9zv4wo6SC73YYzp6elJ7wQK47jjjivynJIYM2ZMwrhmzZrlHtwrqu222y5hPGXKlNiwYUMF7QYAACgqv7kCAACUWPXq1fOsr1q1KulWr/I2efLkWLduXUJt6NChBZ7OuCXz589PGC9btizP56ZMmZJUy33TV1F069Yt5syZkzNetWpVzJ49O+llTUTE9OnTE8ZdunQpdt8ddtih2HM3l5KSUmprrVq1KgYPHhyvv/56zJ07t8RrFUe3bt2KNa9hw4bRokWLhK+jvL5WClKtWrVo3rx5kXvXqVMnqVYWobmvv/46qVbSsGplsXLlyqRafj9DS+qoo46Kxx9/PKE2fPjwLQZox48fH7Nnz05aq6BfINi4cWNS+HPatGlJJ7AWRe6A66pVq2LDhg2RlpZWqPmNGzeOZs2aFav3YYcdFv/85z8TfuFh2LBhMXbs2DjqqKPioIMOih133LFYwdmt2S677BJdu3ZN+Jn04osvximnnFLgvBdeeCFhXLVq1RL9cggAAAAAQGEccsghceutt0ZGRkZERMyePTu+/PLLhEPgfvzxx/jqq69yxlWqVImjjjqqxL2//PLLhHHLli2L/XfSEckHyc2dOzdWrlwZdevWTahv2rQpvv3224Rar169kp4rjI4dO0abNm1i1qxZRZ5bVN9//30sXbo0odanT588312VpYyMjBg/fnxMmzYtfvjhh1i+fHmsXr061qxZk+fBh5vfUBjxy4GtS5YsKdZ7OgAAoPwJzQEAACVWr169POsrV64scmiuTp06sf322+f78czMzKQwR0EWLFiQVJs/f35S8K0kli9fnmc9rzBdu3btit2nQ4cOefbIHZrLyspKCkK1bNmy2H1zv6Qrrpo1a0aNGjVKvM57770XN9xwQyxevLgUdlX80Fjbtm2L3bNdu3YJX4PLli2L7OzsQp9qmt/33JbkdetTVlZWsdYqyJIlS5JqnTp1KvU+vzVr1qzJ8/TR2rVrl0m/du3aRffu3RNCjG+++WZcffXVkZ6enu+8YcOGJYwL8wsEy5cvTwoor1ixIin4VlIrVqyIxo0bF+rZhg0bFrtP06ZN49JLL43bb789ob5kyZJ48skn48knn4y6detG9+7dY6eddopddtklunfvHrVq1Sp2z63FSSedFFdffXXOeMaMGTFu3Lh8b+1bsmRJvPvuuwm1Pn36lOiXQwAAAAAA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kZqamvDc999/H6+++moF7bL4TjrppITx3Llz48MPP8x3HBFx6KGH5hmaBQAAAAAoS02aNIl99903oXbZZZclvBPq3LlzdOvWrVT61a1bNyl0VZGHduZ18GZhlWRuUeR34GJZGT16dKxZsyahdsUVV8Rpp51W6MBcROU7IBAAAH5vhOYAAIBS0apVq9h9992T6v/+978rYDf/T7du3ZJuuvvyyy/LpXfXrl2Tat9++22x18s9t27durHtttvm+exOO+2UMJ4xY0axb0abOHFiseaVpgULFiTVevToUeR1vv7669LYTkRETJkypVjzli5dmhTczOtr5bdsl112SapNmDCh/DeyFXnqqaeSak2aNIk999yzzHunpKTEUUcdlVD78ccfE74fsrOzY8SIEQnPdOzYMelnSX6qVasW22+/fUJt1qxZsXjx4mLu+renbdu2ceONN8add96Z9LHcN7H+Fuy1117Rtm3bhNrmN8u9/PLLsWnTpoSPn3DCCeWyNwAAAACA3HIfArdo0aKE8YABA0qtV0pKStLBlgsXLoysrKxS65GfRo0aJdVK86DHslLeBy5+8sknCeN69eolHRZXGD/99FNpbQkAAKgAQnMAAECpOfXUU5NqH3zwQYwdO7YCdvOL+vXrJwWSZs6cmeetbaWte/fuSbV33nmnWGtNnjw55syZk1Dbeeed872dLHdoKSsrK95+++0i9121alWF/vn9atmyZUm1evXqFXmd4vw7yM/o0aOTAiOF8e677ybVdt5559LY0lZjt912Szql84033oiNGzdW0I4q1quvvpp0I1fELwGj9PT0ctnDgAEDkgLEm9829/nnnyfdDFfUXyDYa6+9kmq/xbBYSR1xxBGxww47JNTK6sV/7lvtSvN7LCUlJU488cSE2ocffhhz586NDRs2JN2et8MOO+QZmAUAAAAAKA+9e/fOM1AWEZGWlhb9+vUr1X653+2sWbOm2AcuFkXbtm2jZs2aCbWS9J08eXJJt1Qoeb03LcsDF3MfyLnTTjtFWlpakdfZGg4XBQAAik9oDgAAKDUHHHBAni88rr766gq9bahv375Jtccff7zM+7Zo0SLat2+fUJs8eXKxXj7ldWPf3nvvne/zBx98cFKY4plnninyCZfPPfdcrF27tkhzykKNGjWSankF6Qoye/bseP/990trS7Fw4cI8g1BbkjtoEhGx7777lsaWthq1a9eOPfbYI6E2d+7cUg0t/lZ88803cfPNNyfVmzZtGqeddlq57aNFixZJt9q9/fbbOd/fmwfoIiKqVq0aRx55ZJF65PWz9qmnniqXk3W3Nu3atUsYr1q1qkz61KpVK2GcmZlZqusPGDAg4ZcvNm3aFC+//HK8++67Sf9dd8scAAAAAFCRCgrG9enTJxo2bFiq/SrqILkqVarEjjvumFD74osvYuXKlUVe6/vvv49Zs2aV0s4K1r59+6Tb5kaPHl1mf3+e+z1icQ7jXLp0aYwbN660tgQAAFQAoTkAAKBU3XTTTUk3Jy1ZsiROP/30mDdvXoXs6aSTToq6desm1F5//fU8b/wqbYMGDUqq3XLLLZGdnV3oNb755psYPnx4Qq1mzZoF3gLVvHnz2H///RNq06dPL1JYcMaMGfHoo48W+vmy1KRJk6TaJ598Uuj5mzZtimuuuabUbzq78847Y8OGDYV+/rXXXotvvvkmoda1a9ekl5uVwVlnnZVUu/XWW2PRokUVsJuK8corr8TJJ58c69atS6inpKTETTfdlBR4Kmu5f2asWrUqRo0aFatXr076ebjffvvleyJvfnbbbbfYfffdE2o//fRT3HHHHcXb8G/Yzz//nDAu7V/G+FXu/7b99NNPpbp+7dq1k8KTr776ajz33HNJzx1xxBGl2hsAAAAAoKgGDhxYpHpJ9O7dO+kAyxdffLFY4bWiyn0Y47p162LEiBFFXufll18urS0VSu7D9zIzM/M8OLQ05D6Qc/ny5UVe49///nfSOx4AAOC3RWgOAAAoVZ07d45rrrkmqT59+vQ49thj49NPPy3R+sW59axOnTpx5plnJtSys7Pjz3/+c7z33nvF3svYsWPjhhtuKPCZ/v37R/369RNqEydOjFtuuaVQPebOnRsXXXRRbNq0KaE+cODApLBEbueee27Sy7r7778/nn322S32/f777+O0007bKm6Zi4jo0aNHUu2RRx6J1atXb3Hupk2b4vrrr48vv/yy1Pc1c+bMuPbaawsVgpwyZUqef+6nnHJKqe9ra7DHHnsk/bktW7YszjzzzFiwYEGR15szZ05pba3Mff7553HOOefEtddem+f30Pnnnx99+vQp930deOCBST83hg0bFm+99VasWbMmoV5QKLcgl1xySaSkpCTUnn322bj//vuLFBbe3PTp0+PPf/5zrFixoljzi+OOO+6IH374oVhzp0yZEuPHj0+obb/99qWxrSSdOnVKGH///fcxf/78Uu1x0kknJYwXL14cX331VUKtX79+CTfSAQAAAABUhI4dO8ann34aH3/8ccI/uUNmpaFly5ZJh46tXr06rr766mL/fXhhDRgwIOkQ0wcffDDpdrWC/PDDD/HCCy+U9tYKdOaZZya9u3zooYdi2rRppd4r94GcEyZMiMzMzELP//777+Oxxx4r7W0BAADlTGgOAAAodSeccEKce+65SfWff/45Tj/99Bg0aFB8+OGHsX79+kKtl52dHd9++21cf/31cf755xdrT3/84x9jr732SqhlZmbGBRdcENddd12hb+eZNWtWPProo3H44YfH2WefnRQcyK1WrVp5Buuef/75uOiii2Lx4sX5zh07dmyceOKJSQGIli1bxsUXX7zFve64445x+umnJ9Sys7Pj1ltvjdNPPz0++uijpFvSfvjhh7jrrrviqKOOyrkRrHv37lvsVdaaNm0au+22W0Ltf//7X5x55pkxd+7cfOfNnDkz/vjHP8Yrr7wSERFVq1ZNOlmyuKpVqxYRv9wed9555xV4g9rrr78ep59+elLIr1evXkkvVCuTv//970mh0enTp8fAgQPjpZdeiqysrALnr1+/PsaMGRPnnntunHrqqWW405JZsGBBjBo1Ku666644/PDD49RTT40PPvggz2f/9Kc/xYUXXli+G/z/VatWLf7whz8k1MaNGxdPPfVUQq1x48bRu3fvYvXYbbfd4oILLkiqP/TQQ3HKKackhcnys2zZsnjllVfi9NNPj379+sWIESNK/abIgrz66qvxhz/8IU4//fR4+eWXY8mSJYWaN2bMmDjrrLOSgs79+vUri23GrrvumjDetGlTXHzxxfHtt9+WWo8OHTpEr169CnzmhBNOKLV+AAAAAAAl0ahRo2jSpEnCP7kPeyst5513XlJ47b333ovrrruu0O9Bc5szZ07ccsstMX369HyfadiwYRx++OEJteXLl8dFF11UqJvRlixZEhdeeGHSe8Kytt122yXte926dXH22WcX+Pnmp6ADF3Mf7JiZmRkPPvhgodf905/+VOw/QwAAYOtRtaI3AAAAVE6XXnpp1KlTJ+65556k8MD48eNj/PjxUb169ejevXt069YtGjZsGPXr149atWrF2rVrIzMzMxYsWBAzZ86MiRMnFhhIatGixRb3U7Vq1bj33nvj+OOPj5kzZ+bUs7Oz4+WXX46hQ4dGt27dokePHtGqVauoX79+bNq0KVauXBlLly6N6dOnx+TJkwsMaOXnsMMOi48//jiGDh2aUH/nnXdi7Nixse+++8Zuu+0WTZo0iXXr1sWcOXNi9OjRMXXq1KS10tLS4q677oo6deoUqvfFF18ckydPjs8//zyh/umnn8ann34a6enp0aRJk0hPT48lS5bEypUrE55r2bJlXHPNNXHMMcck1KtUKf8zWC688MI47bTTEmoTJ06Mgw8+OPr27Ru77bZbNG7cONavXx8LFy6MTz75JL766quEYNZ5550XQ4cOLdafY24XXXRR3HXXXRERMXr06Pj0009jv/32i1133TWaNm0amZmZMXv27Hj33XcTvuZ+Vbdu3bjtttvK7EXt1qBly5Zx1113xXnnnZfw4nXx4sVx/fXXx7333ht77bVXdOvWLRo0aBDVqlWLVatWxfz58+O///1vfPXVV7Fq1aqctcrb6NGj8ww1ZmdnR2ZmZqxatSpWrVpVqDBX/fr14+abb46DDz64LLZaaAMGDEg4OXbTpk3x448/JjzTr1+/qFq1+H9ldP7558fMmTPjzTffTKh/8cUXMWjQoGjTpk306tUrOnToEPXq1Yv09PRYtWpVrFixImbMmBFTpkyJGTNmlGtILj+//qy84YYbokOHDtGlS5do3759NGjQIOrUqRObNm2K5cuXx8yZM+OTTz7J83u9R48ecdhhh5XJ/vr27Rv169eP5cuX59QmTZoURx99dNSqVSuaNm2aE/Dd3IgRI4rUZ9CgQTFu3Lg8P7bbbrsl3XgHAAAAAPB70Lp167j55pvjqquuSqi/8sorMXny5Lj44oujd+/eW3wXtHr16hgzZky8/fbb8cEHH8TGjRujf//+Bc658sorY8yYMQm3y33xxRdx6qmnxm233Rbt27fPc9748ePjr3/9a8yaNSsiIqpXrx5r167d8idbSq699tqYMGFCwoGmCxYsiBNOOCHOOeecOPnkkws8AHPjxo3x5Zdfxquvvhpvv/12TJkyJc/nDjrooLj33nsT3lMPHjw40tPT44ILLsj3Pcgbb7wRd9xxR/z8888REVG7du2kQzEBAIDfDqE5AACgzPzxj3+MHXfcMa6++uo8Q0pr166Nzz77LD777LNirb/99tvHX/7yl6Qb5PJTr169ePHFF+PPf/5z0i1QGzdujEmTJsWkSZOKtZctueWWWyI1NTVefvnlhPratWtj1KhRMWrUqC2uUbt27XjwwQeTblwrSHp6ejz22GNx3nnnxSeffJL08fXr1+cbIGvevHk88cQTeb40ql27dqH3UFr23HPPOPvss+Pxxx9PqG/YsCFGjhwZI0eOLHB+v379ckJzpeGQQw6JpUuXxuDBgyPilz/Ld955J955550tzq1Tp04MHjw4WrduXSp72Zrtu+++MXjw4LjooosSgj0REUuXLo033ngj3njjjYrZ3BasWLEiVqxYUaI1atasGcccc0ycd955SbfuVYSddtopOnXqVOCJrQMGDChRj5SUlLj77rujdevW8dhjj0V2dnbCx2fNmpXzMv63YtOmTTF9+vQin3TbqVOn+Mc//lFmQeNq1arFVVddlfQLGRERGRkZSYHI4jrggAOiefPmsWDBgqSPuWUOAAAAAPg9O+qoo2LGjBnxxBNPJNSnTp0a5557bmyzzTbRq1ev2H777aN+/fpRvXr1nEP5Zs2aFZMnT47p06cX+da3hg0bxk033RQXX3xxwt/Df/3119GvX7/YY489Ys8994xmzZrFxo0bY968eTF27NiYNGlSzvM1a9aMM844o9A3sJWGunXrxgMPPBCDBg2KjIyMnPrq1avjnnvuicceeyz23HPP2HnnnaNRo0ZRs2bNWLVqVSxatCimTp0aEyZMiCVLlmyxT9u2baNfv37x2muvJdQfeeSRGD58eBx88MHRuXPnqFmzZqxYsSJ+/PHHGD16dMyePTvn2Ro1asQVV1wRN954Y2l9+gAAQDkTmgMAAMpUr1694u23346nn346nnnmmZxT+YqrSpUqseeee8bAgQPj0EMPLXIQoV69evHoo4/GM888E48//ngsXry42Htp2bJlocMlqampccstt0THjh3jwQcfLHIQZ5dddombb745OnfuXOR9Vq9ePZ588sl4/vnn49577y3UaYgHH3xwXHfdddGkSZP45ptvkj5e2JvuSttll10Wqamp8eijjyYFcfKTmpoaZ511Vlx88cWlfqvbn//856hZs2Y8/PDDhb4Vq2PHjnHnnXdG165dS3UvW7NevXrFK6+8ErfddltSYLWwGjVqVLqbKkOpqamx6667xiGHHBJHHHFE1KtXr6K3lGDAgAFxxx135PmxnXbaKTp27FjiHlWqVIlLL700dtttt7jnnnviu+++K/ZaderUiUMOOSRq1apV4n0VVuPGjXNuOSyOlJSU6N+/f/z1r38t85+XRx11VGRlZcXtt9+e8AsGpSk1NTWOP/74uPfeexPqDRs2rPDbEwEAAAAAKtoVV1wRLVq0iNtvvz0p/DZv3rwYPnx4mfQ9+OCD48Ybb4wbb7wx4b1ZVlZWfPzxx/Hxxx/nO7dq1apxzz33JB14WB522GGHeOGFF+JPf/pT0uGeq1evjnfffTfefffdEve59tpr45tvvomZM2cm1BcsWBBPP/10gXPT0tLivvvui+rVq5d4HwAAQMURmgMAAMpctWrV4uyzz47TTz89Ro8eHaNGjYpx48YVOkDXpEmT6NatW/Ts2TMOP/zwaNasWYn2k5KSEqeeemocf/zxMXTo0Bg5cmRMnDgx1q1bV+C8KlWqxA477BB77rln7LffftGzZ88ih7BOOeWUOPLII+Nf//pXvPPOO0kvaTZXrVq16NGjRxx//PFx0EEHFalPXns/+eSTo1+/fvH+++/Hu+++Gz/++GP8/PPPsW7duqhdu3a0adMm59/x5uG8vIKFFRUCSklJiUsuuST23XffeOSRR+Ljjz+OTZs25flsjRo1om/fvnHWWWfF9ttvX2Z7uuCCC6J3797x8MMPx4cffpjvSaBt27aNo48+Ok499dRIS0srs/1srbbddtt47LHHYtKkSfHss8/GJ598EkuXLi1wTqNGjWKvvfaKww8/PPbdd99y2umWpaamRnp6elSrVi0aNGgQjRs3jtatW0fbtm2jS5cu0b1793INeBVVv3794p577snza7Wkt8zltu+++8a+++4bY8aMiWHDhsUXX3xRqBfwrVu3jj333DP23nvv2G+//cr9pfTIkSNjypQpMXbs2Bg/fnxMmjSpUIHjRo0axcEHHxzHHnts7LDDDuWw018cc8wxceihh8aoUaPi888/j++//z4WLlwYGRkZsXbt2lLp0a1bt6TawIEDIz09vVTWBwAAAAD4LRs0aFDsuOOOcccdd8RXX31V7HWqV68effv2jW222aZQzx9//PFRu3btuOWWWwodgKtXr17cddddsd9++8WwYcOKvdeS6Ny5c7zyyitxxx13xBtvvJHv+76CbOnAxTp16sSQIUPioosuiokTJxZ63aZNm8Y//vGP6NmzZ4wbN67I+wIAALYeKdmFPZofAACglC1YsCBmzpwZ8+fPjxUrVsTatWujatWqUbdu3ahbt27Uq1cvOnToUOKQXGGsX78+vv3221i4cGEsX748Vq5cGampqVGrVq1o0KBBtG3bNtq2bRvVqlUr1b5z586NqVOnxrJly2LZsmWRlpYWDRs2jKZNm8Yuu+wSNWrUKNV+xfHPf/4zHn300ZxxWlpaTJgwYasISqxcuTK++uqrmDdvXs6f2a9/XjvttFOp7XHYsGFx9dVXJ9Tef//9aNWqVUJt9erVMXHixJg1a1asXr06qlevHk2bNo0OHTpEp06dSmUvlUV2dnZ89913MXv27Fi6dGmsWLEi53uuRYsW0b59+2jdunWp3w5IxcrOzo5p06bFTz/9FMuXL49ly5ZFdnZ21KpVK+rUqRPbbrtttG/fPurWrVvRW02wadOmmDt3bsyePTvmzZsXq1evjjVr1kR6enrUrl07mjRpEp07d076mVCZXH755fHGG2/kjKtUqRKjRo2K1q1bV+CuAAAAAIDKaM6cOdG3b9+E2tFHHx233XZbmfV8+OGH47777kuoPfPMM9GrV68irzV+/Ph48cUXY9y4cbFo0aItPt+0adPYc889Y6+99oq+fftGnTp1itxz6dKl8dBDD8Vbb72V76GFderUif79+8e5554bjRs3jojCvwPL7aqrrkq4Qa9ly5YxevToIu87ImLGjBkxZMiQ+Oijj2L+/PkFPlunTp3Yc88945BDDokDDzywUO8CN2zYEC+//HL861//ip9++inf51q2bBlHH310nHLKKVG7du2IiBg3blyccsopCc8V5uvigQceiAcffDChNm3atC3uFQAAKF1CcwAAABToyCOPjO+++y5n3LVr1wo7dbKiFPeFIUBlsHTp0thvv/1i/fr1ObV99tknnnzyyQrcFQAAAADA1u/HH3+MGTNmxPLly2P58uWRlZUVtWrVitq1a0erVq2iXbt2W7wxrSiysrJi4sSJMWfOnJzAXoMGDaJDhw7RrVu3SEtLK7VeZWHGjBkxc+bMnANHU1JSolatWtG0adNo165dtGnTJlJTU4u9/syZM+Pbb7+NZcuWRWZmZtSsWTOaNWsWnTt3jnbt2pXiZwIAAGwNqlb0BgAAANh6ffzxxwmBuYiInj17VtBuAKgIL7/8ckJgLiJi0KBBFbQbAAAAAIDfjrZt20bbtm3LrV/VqlWjR48e0aNHj3LrWZrat28f7du3L7P127VrJxwHAAC/I1UqegMAAABsnZYtWxbXXXddUv3YY4+tgN0AUBEyMzPj6aefTqhtt912sd9++1XQjgAAAAAAAAAAYMuE5gAAACq5xx57LGbMmFGkOTNmzIiTTjop5s2bl1Dfa6+9yvR0RwC2Lvfff38sXbo0oXbqqadGlSr+WhEAAAAAAAAAgK1X1YreAAAAAGVr+PDh8c9//jO6d+8effv2jV69ekXHjh2jevXqCc+tXr06vvnmmxgxYkS8+eabsWHDhoSP16xZM66//vry3DoAFWT58uXx2GOPxb/+9a+EesuWLeOYY46poF0BAAAAAAAAAEDhCM0BAAD8DmRnZ8eECRNiwoQJERGRmpoaDRs2jDp16kRExMqVK2Pp0qWxadOmPOenpKTEDTfcEG3bti23PQNQfv7617/G5MmTIyJi2bJlsWjRosjOzk567s9//nOkp6eX9/YAAAAAAAAAAKBIhObY6ixfvjwmTpwYs2fPjoyMjEhPT4+mTZtGly5don379mXSMyMjIyZOnBizZs2KlStXRtWqVaNx48bRuXPn2GGHHSIlJaVM+gIAQEXZuHFj/Pzzz/Hzzz9v8dmaNWvGXXfdFQcccEA57AyAijB79uz47rvvCnymf//+ccghh5TTjgAAAAAAAAAAoPiE5kiybNmymDx5cnz77bfxzTffxOTJk5N+kfaCCy6ICy+8sFT7jh8/Ph599NH49NNPY+PGjXk+s91228VJJ50UJ5xwQqSlpZW457Rp0+KRRx6J9957LzZs2JDnM02bNo3jjjsuzjjjjKhZs2aJewIAQHnr3bt3LFmyJFauXFmkeWlpaXHkkUfGueeeG61bty6j3QHwW9CvX7+49dZbK3obAAAAAAAAAABQKEJzRETEv/71r5yQ3E8//VSuvTds2BC33357PP/881t89n//+1/cdttt8corr8QDDzwQbdq0KVbP7OzseOSRR+Khhx6KrKysAp9dtGhRPPDAAzF06NC47777YqeddipWTwAAqChXXXVVXH755TFx4sSYMGFCTJkyJebMmROLFi2KjIyMWLduXVSrVi3q168f9evXjy5dukSPHj3i//7v/6Jp06YVvX0AKkD16tWjWbNmscsuu8TAgQOjV69eFb0lAAAAAAAAAAAotJTs7Ozsit4EFa9z585Fer60bprLysqKiy66KN5///0iz23YsGE899xz0b59+yLPvemmm+Lf//53kedVr149nnzyyejZs2eR5wIAAAAAAAAAAAAAAABlz01zVKh77rknKTDXoEGDOOmkk+KAAw6IFi1axPLly2Py5MkxZMiQ+Oabb3KeW7p0aZx77rkxfPjwqF27dqF7Pv/880mBuZo1a8bxxx8fhx56aLRu3ToyMjJi+vTp8dxzz8Unn3yS89zatWvjggsuiNdeey1atGhRzM8aAAAAAAAAAAAAAAAAKCtumiMikm+aq1mzZnTr1i26desWO+64Y1x66aUJHy+Nm+a+++676N+/f2z+JdixY8cYPHhwNGvWLOn57OzsuP322+Ppp59OqJ9xxhnxl7/8pVA9Fy9eHAcccECsWbMmp9asWbMYPHhwdOzYMc85Tz31VPz9739P2OfBBx8c999/f6F6AgAAAAAAAAAAAAAAAOXHTXNERMROO+0UO+64Y84/7dq1iypVquR8PHdorjTce++9CUG0WrVqxRNPPJFnYC4iIiUlJa655pqYM2dOwu10//73v+O0007Ld97mHn300YTAXGpqajz88MP5BuYifgnlzZ8/P5555pmc2qhRo2LKlCnRtWvXLfYEAAAAAAAAAAAAAAAAyk+VLT/C78Err7wS119/fRx11FHRoUOHhMBcWZg6dWqMGTMmoXbRRRdFixYttjj3xhtvjOrVq+eM165dG4MHD97ivMWLF8eLL76YUBs0aFB069Zti3MvvfTSaNq0ac44Ozs7Hn744S3OAwAAAAAAAAAAAAAAAMqX0BwV4u23304Y16xZM44++uhCzW3atGkcdNBBCbV33nlni/Pef//92LBhQ844JSUlTjnllEL1rFmzZgwcODCh9uGHH0ZGRkah5gMAAAAAAAAAAAAAAADlQ2iOCvH+++8njA888MCoXbt2oecPGDAgYbxgwYKYPHlykXrutttu0bp162L3XL9+fXz88ceFng8AAAAAAAAAAAAAAACUPaE5yt28efPihx9+SKjtvvvuRVqje/fukZaWllD74IMP8n1+/fr18dlnn5Wo57bbbhvNmzcvdE8AAAAAAAAAAAAAAACg/AnNUe6mTZuW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AAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYAAAAAAAAAAAAAAAAAqDSE5gAAAAAAAAAAAAAAAACoNITmAAAAAAAAAAAAAAAAAKg0hOYA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hOaoELVr14777rsvatasmVP76aefon///nH77bfH+PHjY8WKFZGVlRWrVq2KSZMmxb333htHHHFETJkyJWdOkyZN4vHHH49atWrl22vRokUJ49zht8LaZpttEsbr16+P5cuXF2stAAAAAAAAAAAAAAAAoGxUregN8Pu18847xwsvvBBXXHFFfP/99xERkZmZGUOGDIkhQ4YUODclJSUOOuiguP7666Nx48YFPrv5rXQRvwT2iiOvYF5mZmY0atSoWOtVtA0bNsSGDRsqehsAAAAAAADFlpaWVtFbKHPe6QAAAAAAAL91FfFOR2iOCrX99tvHiBEj4s0334xhw4bFZ599tsU5e+65Z/z1r3+Njh07FqpH7tBc9erVi7XXvOZlZGQUa62twdSpU2PJkiUVvQ0AAAAAAIBi22233Sp6C2XOOx0AAAAAAOC3riLe6VQp946Qy6xZs+Lzzz+PqVOnFur5zz77LE477bR44oknYt26dVt8fs2aNQnj9PT0Yu0zr9Bc7kAeAAAAAAAAAAAAAAAAULHcNEeFycrKivvuuy+efPLJ2LRpU049LS0tunXrFu3bt486depERkZGzJo1KyZNmpQTklu8eHHcfffd8frrr8dDDz0U2267bUV9GgAAAAAAAAAAAAAAAMBWRGiOCrFx48a4/PLLY+TIkTm1lJSUOOmkk+Lcc8+Nxo0bJ81ZuXJlDBkyJB577LHIysqKiIjp06fHqaeeGi+++GI0a9Ysz141atRIGK9fv75Ye167dm1SrWbNmsVaCwAAAAAAAAAAAAAAACgbQnNUiCeffDIpMPf3v/89+vXrl++cunXrxkUXXRQ9evSIs88+OzZs2BAREfPmzYu//vWv8eSTT+Y5L3ewLa/wW2HkNa9WrVrFWmtrsMMOO0TLli0rehsAAAAAAAAUwDsdAAAAAACAohOao9wtXbo0Hn744YTaoEGDCgzMbW6vvfaKiy++OO6+++6c2kcffRTjx4+PHj16JD2fOzS3evXqYuw6IiMjY4tr/5akpaVFWlpaRW8DAAAAAACAAninAwAAAAAAUHRVKnoD/P68/vrrCbe2paSkxNlnn12kNU4++eSoU6dOQm348OF5Ptu0adOE8YIFC4rU61fz589PGKenp0f9+vWLtRYAAAAAAAAAAAAAAABQNoTmKHdffPFFwnj77bePZs2aFWmN6tWr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AAAAAAAAgNFTmiMRv/nNb+LVV1/tH9fV1cXSpUvH7X7r1q0rGZ900knR2Ng45PXnnntuyXjPnj3x2GOPjUk2AAAAAAAAAABgYsjn8zF37twB/8vn80nHAwAAAIZIaY5E3HfffSXj008/Perq6sblXnv27InHH3+8ZG7x4sXD2uOoo46KOXPmlMw98sgjo40GAAAAAAAAAAAAAAAAjDGlOcqur68v/vM//7Nk7uSTTx63+23ZsiX27NlTMveud71r2PvsvWbjxo2jygUAAAAAAAAAAAAAAACMvVzSAciel156KXbt2lUyd8IJJ5SMOzo64sknn4yXX345CoVCTJ8+PQ499NA48cQT93nsUO63t3nz5g07995rXn755WHvAQAAAAAAAAAAAAAAkFX5fD6ampoGvNba2hqNjY1lTkRaKc1Rdr///e/3mXvLW94SERHt7e3xla98JX7+859HT0/PgOsbGhriYx/7WFx22WUxbdq0A95v8+bNJeOampqYPXv2sHPPmTOnZFwoFKK9vX1EewEAAAAAAAAAAAAAAADjozrpAGTP3iW2SZMmxZQpU+IXv/hFfOQjH4mf/vSngxbmIiK2bdsWt956a5x55pnxm9/85oD327p1a8m4oaEhampqhp37iCOO2Geuvb192PsAAAAAAAAAAAAAAHBg+Xw+5s6dO+B/+Xw+6XgATGA+aY6ye/3110vG9fX1sW7duli+fHm8+eabQ95n586dcfnll8cXvvCF+OhHPzro47q6ukrGU6dOHVbe/a0rFAoj2msi6Onp2W85EQAAAAAAYKKrra1NOsK48zsdAIDy2t97L+/N9pWF9+SVyNcpAGni/dnweH82Mfk6LeXPdTYl8fqkNEfZdXR0lIzfeOON+MxnPtNfmDvooIPi7/7u7+L9739/HHvssTFlypTYunVrtLa2xh133BGbNm3qX1ssFuO6666L448/PhYuXDjg/fYuzR100EEjyj3Qur33riR/+MMf4rXXXks6BgAAAAAAwIiddNJJSUcYd36nAwBQXu3t7YNe27BhQ+zYsaOMaSa2XC4XixYtSjoGA1i/fn0Ui8WkYwDAmPD+bOi8P5u4vD8r5c91NiXxOx2lOcqus7OzZPznxbO5c+fGmjVr4thjjy15TGNjYzQ2NsY555wTN954Y9x777391/bs2RPNzc3xb//2b1FVVbXP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AFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyhOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKUNoDgAAAAAAAAAAAAAAAICUITQHAAAAAAAAAAAAAAAAQMoQmgMAAAAAAAAAAAAAAAAgZQjNAQAAAAAAAAAAAAAAAJAyqpT3BAAAAEhdf/3rX+OVV17ZdNysWbP44IMPynFG8IsxY8bE22+/HePHj4/Zs2fHihUrYs2aNQnn/Otf/4qePXuW0wypCIYNGxbXXXddQu3999+P5s2bl9OMAAAAAACA7dWDDz4YDz30UEJt8uTJ5TQbAAAof0JzAAAAQIWxYMGCuPrqq2PUqFHlPRUAAAAAAAAAAABKidAcAABsh2bPnh2HH354vo/ts88+8dxzzxW579GjR0evXr0Sapdeemn07du3yH1Cacq7m11ZevbZZ6NHjx7lMjaFt3jx4jj55JNj4cKF5T0VAAAAAAC2I1tam8tPtWrVonbt2lGrVq1o1apVdOzYMfbee+/o0aNHVKpUqRRnSlkYNmxYXHfddQU6t2rVqlG1atXIyMiI+vXrR/369WOXXXaJ1q1bR6dOnaJz585RrVq1Up4xAABAxSQ0BwAAKWbUqFHx4YcfxiGHHFLeUykz+S1Mvf/++9G8efNymhGwLbrhhhvyDczVqlUrGjVqFOnp6Ul1+LUvv/wyevfunVATngUAAAAA8lqzZk2sWbMmFi9eHDNmzIgRI0ZERESzZs3ijDPOiN69e0eVKn66VxGsXbs21q5dG9nZ2bF48eKIiPjiiy82PV61atXo0aNHHH300XHMMcdERkZGeU21WKzXFo2/GwAAlC7/5Q0AACno7rvvjoMOOsidKgH+nx9//HHTjxI2atmyZfzjH/+Ibt26RVpaWjnNDAAAAACAimLOnDlxxx13xBtvvBH33HNPtGzZsrynRDlbu3ZtfPrpp/Hpp5/GnXfeGb169YoLLrhguw3PAQAAbEuE5gAAIAVNmTIlXn311TjxxBPLeypQ6po0aRLt27cvVJtZs2ZFdnZ2Qq1FixaFXoC0YLn9eP/99yM3Nzeh9tBDD8Wuu+5aTjMCAAAAAGB7lpGRES1atMj3sdWrV8fSpUtj+fLl+T4+ceLEOOecc+LFF1+Mxo0bl+Y0KSMNGzaMhg0bJtU3bNgQmZmZsXLlysjKyooNGzZsto/ly5fHww8/HC+//HLccccdsd9++5XmlAEAAFKe0BwAAKSoBx54IH73u99FtWrVynsqUKouu+yyuOyyywrV5swzz4xRo0Yl1AYMGBA9evQoyamxDRk/fnzC8W677SYwR7k78cQTBdwBAAAAYDvVqVOneO6557Z4zqxZs+J///tfPPPMM7F06dKEx+bOnRuXXXZZDB06tDSnSRk59dRTo2/fvls8Jzc3N2bNmhXjx4+Pb7/9NoYPHx5z5sxJOm/BggVx7rnnxvXXXx9nnnlmaU2ZFNS3b9+tvg8BAKAiqVTeEwAAAErHvHnztrpQB1BRzJs3L+G4VatW5TQTAAAAAAAqihYtWsTFF18cr7/+enTp0iXp8XHjxsVbb71VDjOjPKSlpcUuu+wSv//97+P666+P4cOHx7/+9a/Ya6+9ks7dsGFDDBgwIIYMGVIOMwUAAEgNQnMAAJAiDjrooKhRo0ZC7bHHHovly5eX04wAth0rV65MOM77fQkAAAAAAKVlxx13jEcffTR23HHHpMfsNFdxVapUKXr27BmDBw+Oyy+/PCpXrpx0zoABA2LcuHFlPzkAAIAUIDQHAAApolGjRtG7d++E2vLly+PRRx8tpxkBbDtycnISjtPS0sppJgAAAAAAVET169eP888/P6n+9ddfx6pVq8phRmwrKlWqFBdffHE89NBDUalS4k86165dGzfccEOsX7++nGYHAACw/apS3hMAAABKzgUXXBBDhw6NZcuWbao9//zz0bt372jcuHG5zGn58uUxffr0mDlzZixfvjyys7OjRo0ascMOO0SDBg2iS5cuUbdu3XKZ2/YsNzc3pk6dGlOnTo2FCxfGqlWrolq1arHLLrtEz549C9R+zpw5MX369Jg3b15kZmbG2rVro3bt2rHDDjtEixYtokOHDlGliv9sLKqff/45JkyYELNnz46VK1dGWlpa1KtXL3r27Bn169ffavtt6bOzevXqGDduXEyfPj1WrFgR1atXj3r16sVuu+0W7du3L7EA2vr162PGjBkxZcqUWLJkSWRlZcX69eujRo0aUbNmzWjSpEk0b948WrRokbRoXN5+/PHHmDZtWvz888+xbNmyqFGjRjRo0CAaN24cXbp0iapVq5b6HFatWhXjx4+PmTNnxrJly2L9+vVRu3bt6NGjR+y6666F7m/u3LkxYcKEmDt3bmRnZ0fNmjVjl112iT333DN22GGHAvczbdq0+O6772LRokWxdu3aqF+/frRo0SK6detWot8xWVlZMX369JgxY0YsW7YssrKyIj09PerUqRMNGjSITp065XsX51SzatWq+Oabb2LhwoWxZMmSyMnJiXr16kWDBg2iQ4cOZfa/B2bMmBETJ06MBQsWRE5OTtStWzcaNWoU3bp1K9T7Z2uWLVsWkydPjlmzZkVWVlZkZ2dH1apVo0aNGlG/fv1o3rx5tGzZMurUqVNiYwIAAABAUR1xxBFx2223JdRycnJi6tSp0aVLlwL3U9bXpBcvXhyTJk2KuXPnRmZmZqxevTqqVasW1atXjx133DGaNWsWLVu2jJo1a5bYmBuvdS5evDiWLFkSq1atirp160b9+vWjffv2sfPOO5fYWNuKww47LPr06RMPPvhgQn3KlCnxyiuvxMknn1ys/nNycuLbb7+NBQsWxJIlSyIzMzPq1KkT9evXj7Zt20bbtm2L1X9Zmjt3bkyePDmWLFkSS5YsicqVK0e9evWiUaNG0bVr1xJ9L+Y1Y8aMmDZtWixdujSWLl0aubm5UbNmzWjUqFG0bt06WrZsme+ugdurFStWxPjx4zd9FtevXx8NGjSIBg0aROfOnQu07lkSpkyZEt99910sXrw4NmzYEPXq1YvGjRtHt27dIiMjo0zmAADA9sevHwEAIIXUrl07Lr744oTFtjVr1sT999+ftABXWtasWRMff/xxfPLJJ/Hll1/GjBkztnh+WlpatG3bNk488cQ45ZRTCryA8de//jVeeeWVzT5++OGHb7WPSy+9NPr27ZtUb9euXYHOK+wcmzVrFh988MEW28yePTtp7rfddluceOKJERGxdOnSeOqpp2LYsGGxaNGipPbNmjXbbGhu/vz58e6778bnn38eX3/9dSxfvnyLc6lRo0Z07949zjrrrPjNb36zxXMrkjPPPDNGjRq16XifffaJ5557LiJ+CSO+8cYb8fzzz8c333wTubm5Se132WWX6NGjR1K9rD47v/bggw/GQw89lFCbPHnypv9/1qxZ8cgjj8Rbb7212bvcNmzYME477bQ499xzi7wgNWHChHjxxRfjnXfeiZUrV271/Fq1akWXLl3i4IMPjt/+9rdJIaD8Pkd5vfLKK1v8Dnn//fejefPmW+xjwYIF8cQTT8T7778fc+bM2ex5NWvWjP322y969+6d72u/NVt7ncaOHRuDBg2Kjz76KGlHvYhfvsN+HZrb0ns4IuLNN9+MQYMGxYQJE/KdT3p6ehx99NFx5ZVXbjaAlZOTE0OGDInnn38+Zs6cme85derUidNOOy0uvvjiqFGjRr7nbMm6deviiy++iA8//DBGjRoVU6ZMyfcz92stWrSIY489Ns4888wCL+Lm9/f/tby7vObnD3/4Q9x+++1J9WHDhsV1112XUCvIey8/b731Vrz00kvx1Vdf5fs+2GjXXXeNo446Ks4555yoVatWocfZ0r+RGzZsiFdeeSWefvrpmDJlSr7tK1euHPvss09cfvnl0bVr10KPH/HL9+W///3veO211+Lbb7/d6vlpaWnRqlWr6N69exx11FHRo0cPoXAAAAAAykWzZs0iIyMjsrOzE+pLly7datuyuia90YoVK+KFF16I119/PX744Yetnl+5cuXYddddo0ePHnHUUUfFXnvtVeib7q1bty5eeeWVeOONN+Lrr7+OtWvXbvbcFi1axNFHHx3nnntuSt2gs0+fPvHuu+8mrANERDzzzDNFCs3l5ubGO++8E6+88kqMGjUq6b33a40aNYojjjgiLrzwwgLdgK0012vzs2DBgnj66afjww8/jOnTp2/2vKpVq8Yee+wRvXr1iqOPPrpEbv44adKkePbZZ2PkyJExb968LZ5bp06d2HfffePoo4+Onj17Rnp6esLjpfl329qaUkGtW7cuhg0bFq+++mqMGzduszsdpqWlRceOHePYY4+NXr16JT3Xrdna2nhOTk688MIL8eyzz272e69q1apxyCGHxBVXXBFt2rQp1PgAAKQ+vw4BAIAUc/rppyddNH711Vfj3HPPLdJOQ4XxzDPPxAMPPBCZmZkFbrNxx7Q77rgjBg4cGAMGDIgjjzyyFGe5/RoxYkT89a9/TdhJsKBOP/30GDNmzFYDJb+2atWq+Pjjj+Pjjz+OPffcM+67775y27Fwe7B48eK4/PLL46uvvip0223xszN48OC44447Ys2aNVs8b/HixfHggw/GsGHD4sknn4yWLVsWeIycnJwYMGBAvPTSS7Fhw4YCt8vMzIyRI0fGyJEj480334x///vfBW5bEtavXx8PPfRQPPXUU5sNE/5aVlZWDB8+PIYPHx4HH3xw3HTTTdG0adNiz2Pt2rVx2223xQsvvFCoz/bmZGZmxlVXXRUffvjhFs/LycmJ1157LT744IN48MEHY7/99kt4fNq0aXH55ZdvNjS10YoVK+LRRx+Nt99+O5555plo0qRJgef65ptvxi233FKgH5L82qxZs+Lhhx+Op556Kq655pro1atXodpvi7777ru48cYbCxQei4hNu5QOHjw4Lr/88jj11FNLZB4LFiyIyy67LMaOHbvF89avXx+ff/55fP7553HRRRfFFVdcUahxvvzyy7j++utj9uzZBW6Tm5sb06dPj+nTp8fQoUPj8ccfj4MOOqhQ4wIAAABASalVq1ZScGnFihWbPb88rkm/9dZbccstt8SSJUsK3Gb9+vUxadKkmDRpUjzzzDPx5ptvFirAMnz48Ljzzjs3eyO2vGbNmhWPPvpoDB48OK688sqUuN4b8UsI6dxzz41rr702oT5lypSYNGlStG/fvsB9jR49Om699daYOHFigc5fuHBhDB48OF566aU4//zzo2/fvlGpUqVCzb80rF69Ou6///4YPHjwVtetIn5ZPxk9enSMHj06Bg4cGHfddVfstttuRRr7p59+ittvvz3ef//9Aq/FrFixIt5999149913Y7fddovXX3+9SGOXl88//zxuvvnm+PHHH7d6bm5ubkyYMCEmTJgQzz77bFx//fVxxBFHlMg8fvjhh+jbt+8WA5IRv7ze7733XnzwwQdxww03xGmnnVYi4wMAkBrK/79oAACAEpWenh6XXXZZQm3Dhg1x9913l/rY33//faFCP3ktX748+vXrF4899lgJzio1vPnmm3HJJZcUKTAXEfH1118XK1QzduzYOOmkk2LSpElF7iOVLVq0KE499dQiBeYitr3Pzj333BO33HJLgRYeN5ozZ06cfvrpsWDBggKdn5OTExdeeGEMHTq0UIG58rZq1aro06dPPPzwwwX6cUJeH330UZxyyinF/iytX78++vXrF4MHDy6xwFzv3r23Gpj7tZUrV8bFF18c33///aba999/H6effvpWA3O/NnPmzDjzzDMLtMvgRtOmTSt0YO7XVq1aFbfcckv079+/yH1sCz7++OPo1atXgQNzv7Z06dLo379/DBgwoNifwZ9++in++Mc/bjUwl9fAgQPj3nvvLfD5H330UZx//vmFCswBAAAAwLYmv/WAOnXq5HtueVyTfumll+KKK64oVGCuOHJzc+OBBx6IPn36FDgw92uZmZlxyy23xI033rjZ3bC2N7/73e+ifv36SfXCXMMfOnRonHXWWQUOzP1aTk5OPPzww9GnT58t7kxXFhYtWhRnnnlmPPnkk4Vat9po8uTJceqpp8ZHH31U6LZffPFFnHzyyTF8+PAir8VkZWUVqV15efnll+P8888vUGAur7lz50bfvn3jiSeeKPY8xo8fH6eccspWA3O/tn79+rjpppvK/GabAABs2+w0BwAAKei4446Lp556KiHIMGLEiPjqq6+ie/fuZTaPVq1aRfv27aNNmzax4447Rs2aNaNq1aqRlZUV8+bNi++++y4+++yzWL169aY2ubm5cc8998Ruu+0WhxxyyGb7btKkyaY7KS5fvjzmzZuX8HibNm2iatWqW5xfw4YNi/7kytDUqVPj+eef3xRqqFy5cnTr1i323XffaNy4cVSvXj0WLFgQ3333XcJrvjnp6enRqVOnaNu2bbRq1Srq1KkTNWvWjPXr18fKlStj+vTp8fXXXyctoi1evDj69esXw4YNi1q1apXKc90ebdiwIS6//PL46aefNtV23nnnOOSQQ6JVq1ZRr169WLZsWcyePTvefffdAvVZmp+drRkyZEg8+uijm47r168fBx10UHTu3Dnq168fa9asiZkzZ8bw4cNj6tSpCW1//vnnuPHGGxPab85jjz0Wn3/+eVK9SZMmccABB0Tbtm2jQYMGUa1atVi1alVkZWXFzJkzY+rUqTFu3LgtLtJWrVo16U6r06ZNi7Vr12463mGHHba4s1l+3x8bNmyISy65JEaOHJn0WM2aNePQQw+NLl26xI477hiZmZkxY8aMGD58eNIi/8KFC+OMM86IYcOGRYsWLTY7hy154IEH4oMPPth0XLdu3TjwwAOjc+fO0aBBg1i9enXMnz8/Pvnkk0hLS9tqf9dee23CZ75jx45x0EEHRfPmzSMjIyMWL14cX3zxRYwYMSIhYLVq1aq49tpr45VXXomlS5fGn//8503h3qpVq0aPHj2iR48e0ahRo6hSpUrMmTMn3n///fjmm28Sxv/pp5/i7rvvjptuuqlIf49mzZrF7rvvHm3bto2ddtopatasGdWrV4/s7OxYuHBhfP/99/Hpp58mBfOGDBkSu+222xbvQNywYcNN76fs7OyYNWtWwuMtWrSIjIyMLc6vMLvoFdQXX3wRF198caxbty7psd133z0OPfTQaNasWVSvXj0WLVoUo0aNik8//TRycnISzn3uuediw4YNceONNxZpHllZWXH++edvCsympaXFnnvuGfvvv380adIkMjIyYunSpTFmzJh47733kn7U8Pjjj8dhhx0We+yxxxbHWbJkSVx77bVJ869SpUrsvffeseeee0azZs2iZs2am+b1888/x9SpU+O7774r1MI6AAAAAJSWOXPm5Ht9u169ekm18rgmPX369LjllluSAkLVq1ePfffdNzp37hxNmzaNjIyMWL9+fWRmZsaiRYti6tSp8e2338acOXMK8mdI0L9//xg6dGhSvW7durH//vtHx44do0GDBlG9evVYuXJlTJ06NT755JOkUM/QoUOjdu3acc011xR6DtuaqlWrRvfu3eOdd95JqBf0xmWPPfZYvjdUzcjIiP333z86d+68af1p5cqVMXPmzBg5cmTS2uAHH3wQ//d//7fZm5+V9nrt4sWL45RTTsn3fbXbbrtF9+7do23btptCpz///HOMGzcuPvroo4SwWlZWVvTt2zeGDBkSHTp02OJ8Nvrwww+jT58++V6Dr1evXuy///7RqVOnqF+/fqSnp8fKlStj7ty5MWHChBg7duwWw3Lb6jr3q6++Gtdff31SPS0tLbp27RoHHXRQNGnSJCpXrhwLFiyIkSNHxpdffpkQVs3NzY1//vOfkZaWFuedd16R5jF//vy48847NwWMq1SpEvuQIQYNAAEAAElEQVTss0/06NEjdtppp6hWrVosXLgwvvzyy/joo4+SwrK33XZb7L///tG8efMijQ8AQGoRmgMAgBSUlpYWV111VZx//vkJ9bvuuivfRaeSHHfPPfeME088MQ466KBo3LjxVttkZWXFU089FQMHDtwUaMnNzY3rrrsuRowYEdWrV8+33WWXXbZpR71hw4bFddddl/D4Y489ljIXwp955plNF/v32Wef6N+/f7Rt2zbfczd3h8UaNWrEb3/72/jd734X3bt33+zf9demTp0at912W3z22WebajNnzox77rmnyOGKVDR27NhNr0/dunXjuuuui+OPPz7foNI111yTENzaqCw/O1tz6623RsQvC7L9+vWLs846K6pVq5Z03mWXXRbPPfdc3HbbbQkhqg8//DDGjRsXXbt23ewYa9asiUGDBiXUatSoETfccEP84Q9/iEqVKm1xjjk5OfHVV1/FsGHD8t3ZbqeddorXXnstoXbYYYclLKoedthhcfvtt29xnLyeeOKJfH+c8Kc//Sn+8pe/RO3atZMe+8tf/hIvv/xy3H777bFixYpN9ZUrV8ZVV10VL774YlSpUvjLM48//nhE/BKi/fOf/xwXXHBBvsGtSy+9dKt3Xh03btymIFLz5s3j73//e+y///5J5/Xu3TsmTJgQf/7zn2Px4sWb6pMnT4633nor3njjjU2vx/777x/9+/ePli1bJvXz5z//OV5++eW44YYbEhYyhw4dGhdddFGB3v8RvyyIn3zyyXHwwQfnO05eOTk5MXTo0LjvvvsS7uR8++23R8+ePWOnnXbKt91pp50Wp512WkREfPnll9G7d++ExwcMGBA9evQo0JxLytKlS+Mvf/lL0mJ906ZN4+abb46DDjooqc0555wT8+fPj/79+yfdjXjw4MGx//77R8+ePQs9lxdeeGHTe2yPPfaI/v37R8eOHZPO69WrV8yePTv69euX8MOL9evXxwMPPJD0nZDXkCFDknYXPOCAA2LAgAHRtGnTrc5z9uzZMXz48HjxxRcL8rQAAAAAoFS89957SbWqVavmu+5THtekBw0alHTjquOOOy6uu+66fHc+y+uHH36It99+u8A7Pb388stJa5d169aNK6+8Mk444YR81yciflkPGT58ePTv3z9+/vnnTfUnnngi9t577zj00EMLNP62rGvXrkmhuYLsGvf5558nhdyqV68effr0idNPP32LN8b88ssv429/+1vCzePefPPN2HvvvfO9+Vxprtdu2LAhrrrqqqTA3J577hnXXXfdZm/EdtZZZ8WKFSvi4YcfjqeffnpTAHTNmjXRt2/feO2117Z6c9CZM2fGNddck3QNvmHDhnHppZfGH//4xy1+jnJycuKTTz6JoUOHxg8//JD0+La4zj1z5sy4+eabk+q77bZb/OMf/4guXbokPXbBBRfEtGnT4vrrr49x48YlPHbvvffGPvvsE507dy70XAYOHLhp3eGggw6K//u//8t3Hejss8+OSZMmxSWXXJLwPsnOzo7HHnssbrnllkKPDQBA6tnyr9AAAIDt1oEHHhj77rtvQm3cuHFJiysl6frrr48hQ4bEn/70pwKHHmrWrBmXXnppPPbYYwmLC0uWLEkKvVRUG0MlRx55ZDz55JObDcxFxGYXDz/55JO4/fbb48ADDyxwmGrXXXeNJ554Ik466aSE+iuvvBLLly8v4OxT38bXp2HDhjF48OA44YQTNruzV1paWqSnpyfVt6XPzpo1ayI9PT0ef/zxuPDCCzf7nkpLS4vevXtvWtT7tZdeemmLY3z++edJd9Lt379/nHTSSVsNzEX8slviAQccEHffffem8Fhpmz17djzwwANJ9csvvzz+/ve/5/vjhI1OOumkePLJJ5MWYcePHx/PPvtskeazfv36qFSpUtx9991x2WWXbXGns829hhtt/AFEmzZtYsiQIfkG5jbq1KlTPPjgg0nv8VtvvTVGjBgRERHHHntsPP7441sMsp100knRt2/fhNqGDRvi1Vdf3eJcNzr77LPj9ddfj7POOqtAgbmIX943Z555ZgwePDjhtcjJyYnBgwcXqI9txT333JMUGG3evHm8+OKL+QbmNmrcuHEMHDgwjjvuuKTHbrjhhoTdKwtq48L1oYceGs8991y+gblfz/HJJ59MugPuyJEjY+7cuVsc5/333084bt26dQwcOLBAgbmNY5999tnx9ttvxz777FOgNgAAAABQkpYsWRJPPPFEUr1bt25J13jL65p03utw++67b9x5550FCsxFRLRt2zYuvfTS+OCDD2LnnXfe4rmzZ8+Ov//97wm1li1bxmuvvRannHLKFq9tp6WlxRFHHBEvv/xy0rrK3XffnbRT3vYov7DRokWLtnijvMzMzLj66qsTbnbYoEGD+Pe//x0XXnjhVsNiPXr0iGHDhkW7du0S6g8++GCsWrWqkM+geAYNGhRffPFFQq1Xr17x4osvbjYwt1GdOnXir3/9a/zjH/9IqM+ePbtAN1a75pprEkKnEb+sm/7nP/+J0047bas3Q0xPT4/DDz88HnvssSKvA5W1m2++OWntrlOnTvHCCy/kG5jbqE2bNvHss88m/S5h7dq1+e5aVxAb3+OnnHJKPProo1tcB2rfvn08/fTTSevf//vf/8r8PQsAwLZJaA4AAFLY1VdfnRRsuPfee5PuildStrRAtzX7779/0u49WwveVCTNmjWL22+/PapWrVqk9kV9bSpVqhT9+/ePJk2abKplZ2fHG2+8UaT+UtmAAQO2GGjckm3ts/OXv/wl9ttvvwKde9555yXt0PXpp59usc1PP/2UcFy9evX4/e9/X7hJ/j81atQoUrvCGjx4cNIugUceeWRcfPHFBWrfuXPnpMX/iIjnnnsuYbe1wjj77LPj6KOPLlLbvNLT0+Pee++NHXfccavn7rXXXknBrI138m3VqlUMGDCgQLvnnXvuuVGnTp2E2scff1yg+RbnM9O+ffu48sorE2r/+c9/itxfWcsvGFu5cuV46KGHChS6TUtLi9tuuy122223rfZbUM2aNYt//vOfWw1oRvxyl+g+ffok1DZs2JCwq2l+Zs+enXB8/PHH5xtC3pq0tLQi78QJAAAAAEW1ePHiuOSSS2LRokVJj/3pT39KqpXHNenMzMxYunRpQu3kk0/e7I0Ct6RKlSpbvX43aNCghFBLRkZGPPHEEwW+uWBERJMmTeKee+5JqE2dOjU++OCDwk14G7S5oOL8+fM322bIkCGxePHiTceVKlWKhx9+OCkEtyW1a9eOf/3rXwlrkkuXLi3TddtVq1bFoEGDEmqHHHJI3HjjjYV6P5500knxxz/+MaH2zDPPJO2m+GuffvppfPPNNwm1evXqxZNPPpmwXlpQZb1jXFFMmTIl6Rp9rVq14uGHHy7Qeky1atXioYceSlpjmjJlylbXDDenS5cuceONNxboZpstWrSIM844I6GWmZmZtPsdAAAVk9AcAACksM6dOycFKn788cdtNhxwwgknJBx///337gD3//Tr1y9q1qxZLmNXq1Ytfvvb3ybUxowZUy5z2Vb16NEjDj300HIbvyQ/OzvvvHP06tWrwOdXrVo1jjnmmITa/PnzN4Wo8pOVlZVwXLt27QKFrMrLmjVrkr43q1atGn/7298K1c8xxxyTtMPV3Llzk+7cWxAbdxosKccff3yhFs2PPPLIfOt9+vQpcJCxWrVqccghhyTUJk2aVCZ3AD7uuOMSFtZ//vnn+PHHH0t93JLwn//8J+lOwqecckrsvvvuBe6jSpUqccMNNyTVn3/++SLN6dJLLy1UkPF3v/tdVK5cOaE2ceLELbbJ+71Rt27dAo8HAAAAAOXlp59+isceeyyOO+64GDt2bNLjnTt3TrrGXl7XpPNeg4sovetwS5YsiWHDhiXUzjvvvK3uTpefbt26Jd0IcPjw4cWa37Yg703nNsrMzMy3npOTE88880xC7YQTToiuXbsWeuydd945jj/++ITae++9V+h+iurll19OCHBWqlSp0O//jfr06ZOwHrBo0aIthqkef/zxpNoNN9wQjRo1KtL424P81gYuvvjipJtmbknt2rXjqquuKlDfBXH11VcXau3wuOOOS6pNmDChSGMDAJBahOYAACDFXXHFFUm7kz300EPbZBitZcuWCcfr1q1zMTt+uZNf3tBaWdtll10Sjt2ZL9HJJ59cruOX5GfnpJNOKtBdG3+tS5cuSbUtBZDyLrIvXrw4Zs6cWagxy9K3334bK1asSKgddthhhVos3Oj0009Pqm1th638HHPMMSUapC3se7hDhw5JtZo1axb6uypvP1lZWbFgwYJC9VEUtWvXjgYNGiTU8t45dluV3/slv/fV1uyzzz6x6667JtSmTJmScBfigsjIyIhjjz22UG122GGHpH9XthZazPu98fXXXxdqTAAAAAAoaRMmTIjjjz8+3/876qijokePHtGzZ8+4++67873R3E477RT3339/0s5Z5XVNum7duklzKa3rcB9++GGsXr06oZZ3R7DCyHuDti+//LLIfW0rdthhh3zref9uG40dOzYWLlyYUCvO+lXev+k333yzxR3aStI777yTcLzvvvsWKVAZ8ctuhLvttltCbdSoUfmem5mZGV999VVCrVmzZuW+TlvaRo4cmXCcnp5epPfO7373u6Rr+V9++eVmd7fcnJYtW0aPHj0K1WbXXXeNjIyMhNr2crNEAABK17Z7G3cAAKBEtGjRIk455ZSEu7gtWrQonnrqqbjkkktKdez169fH2LFjY9KkSTFlypRYuHBhZGVlRVZWVoEvjs+dO7dU57g92GOPPaJ69eol2ufSpUvj66+/jsmTJ8f06dNj+fLlkZWVFatWrcp3l6fly5cnHM+fP79E57O9K+zCzdaU52ene/fuhW6T30LlypUrN3v+HnvskXCcm5sbV1xxRfzrX/+KJk2aFHr80pbfzopFXSA9/PDDIz09PWFhuSg7N5bke65GjRrRqVOnQrVp2rRpUq1r165JIe2tadasWVJtxYoV0bhx40L1k5ubGxMmTIiJEyfGlClTYv78+ZGVlRWZmZmxbt26fNvk/V7bHv69Wb9+fYwfPz6h1rp166TwW0H99re/jalTpybUxowZs9mdBPOzxx57RHp6eqHHbtGiRUyfPn3T8Za+MyJ+Cef++g7Yr7/+enTt2jVOP/30pB/yAAAAAEBZyM7OjkmTJhWp7e677x73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H/7wh3j00Ufjq6++itzc3M2en52dHe+991689957sdNOO8Ull1wSp5xySqHveg0AAAAAZam8r0nXr18/nnzyyXjrrbfiiSeeiIkTJ26x/2XLlsV///vf+O9//xutWrWKK664Io466qjNnl/YG3dVVHl3+4uIaNSo0WZvDra5nem2N+X5PDIzM5NqxbkGvz3I77ugON8529u6AwAAqa/i/sIKAAAqoD/96U/xzDPPxIwZMzbV/ve//8W5554bHTt2LFbft912W1LtxBNPjOuuu67Ad6Pb3u/4uC2aPHlyvPzyywm1jIyMuPnmm+P3v/99gYMDXpvSU9E/O3Xr1o0rr7wy+vXrF59//nmMHDkyRo8eHd9///1mdzPMzc2Nd955Jz777LO477774sADDyzVOdasWTPheNWqVcXqL7/2ecdg8+66667IyclJqB144IFx6623RqNGjQrcz/b4ucnvfZKdnV3k/rbX9+JvfvOb+M1vfhNz5syJDz/8MEaNGhVjxoyJhQsXbrbNggULon///vHhhx/GAw88YNc5AAAAALZZ28I16bS0tDjmmGPimGOOiWnTpsVHH30Uo0aNirFjx25x16gff/wx+vXrF6eeemrcdNNN+a5DVa9ePam2xx57xL///e+tP5kKJL8bYnbo0GGz51erVi1hXaVhw4bx2WeflcbUSlV+74+bbropTjvttFIfu1atWkm17Ozs7eK6eVHl99yK852zva47AACQuoTmAACgAqlSpUpcccUVcdlll22q5ebmxl133RVPPfVUkfudOXNmTJgwIaF26KGH5hsG2pJUu7Pk5gI/ZenNN99M2oXnjjvuiCOPPLJQ/aTaa7Ot8Nn5/1WpUiUOPPDATQG4nJycGD9+fIwZMyY++eSTGDNmTKxbty6hTWZmZvTr1y+GDRsWrVq1KrW55Q0vrly5slj95dd+hx12KFafFUV2dnaMGDEiodaxY8d45JFHomrVqoXqa3u8625+75PivB/z+xtsT+/FZs2aRa9evaJXr14RETF37twYPXp0jB49Oj766KOYP39+UpsRI0bELbfcEgMGDCjr6QIAAABAgWxr16TbtGkTbdq0iXPPPTciImbMmBGjR4+OUaNGxccffxxLly5NajNkyJBo3LhxXHzxxUmP1alTJ6pUqZJwzT8V1jlKUk5OTnz99ddJ9b322muzberVq5ewU9r2+jetW7duUq2snkt+Y69YsSKlQ1/5fRcUZ/0kv7b5/V0BAKCsVCrvCQAAAGXrt7/9bXTp0iWhNnLkyGLdaTC/tn369Cl0Pz/99FOR51CSqlRJvL9I3qBOQW3pTptlZeTIkQnHu+66a6EDcxHbzmuTalLts1OS0tPTY++9944LL7wwnnvuufj000/j6quvTvqxQHZ2dtx///2lOpf69esnHK9duzZmzZpV5P5++OGHhONKlSptV0Gl8vTVV18l7TJ34YUXFjowN2/evG0i2FxYed+LERHTpk0rcn9534sRv/ywYnvVtGnTOO644+KWW26Jjz76KJ599tn4zW9+k3Tef/7zn5g6dWo5zBAAAAAAtm5bvybdsmXLOPnkk+POO++Mzz77LAYOHBidO3dOOu/RRx+NJUuWJNXT0tKSrkMuWLCgyOtxqei1117Ld53xsMMO22ybhg0bJhyvXbs2Fi5cWNJTK3V5n0fELzdMK6+xJ0+eXCZjl5f81gSsOwAAkEqE5gAAoAK65pprkmp33XVX0o5kBZV3J5dq1arluzi2NWPHji3S+CWtVq1aCce/vitjYRRnAbOkzJs3L+G4W7duRepn3LhxJTAb8kq1z05pqlevXlxwwQUxdOjQpDt6fvjhh0lBqpLUoUOHpFreHQILKicnJ2mBddddd4309PQi9VfR5Ldz2N57713ofrbXz0zLli0jIyMjoVbU92JExLfffptU69SpU5H729b06NEjBg0aFKecckpCPTc3N957771ymhUAAAAAbNn2dE26cuXKceihh8aQIUPioIMOSnhs1apV8cknn+Tbbo899kg6d+LEiSUyp+3dhg0b4plnnkmqd+zYMdq2bbvZdnlvmhoRMXr06BKdW1no1KlTVKqU+LPWr776qkzG7tq1a1JtzJgxZTJ2eenYsWNSraTXHfIbAwAAyorQHAAAVED77LNPHHzwwQm17777Lt54440i9bd06dKE46LenfKtt94qUrvKlSsn1TZs2FCkviIiateunXBclF28FixYsE2E5vLehbJu3bqF7mPy5MnFuqMgm1fen53tUevWrePkk09OqK1atapUP2977bVXUu3tt98uUl8jRoyINWvWJNT23HPPIvVVEeX9zEQU7XOzrfx7U5Tx8/7wYfr06UXeNe2dd95JqqXi+/GKK65Ieu1S/e7AAAAAAGy/tsdr0lWqVImrrroqqb6563D7779/Uu3dd98t8Xltjx544IF8r/n27t17i+0OOOCApFpZ/k1L6vp53bp1k0JW06dPz3cHs5LWrVu3qFKlSkLtjTfeiPXr15famOW97tCwYcPYeeedE2pffvllvjsdbk1OTk588MEHCbWMjIxo165dcaYIAADFIjQHAAAV1FVXXZV0l7777rsv1q5dW+i+atSokXC8YsWKQl/MHzVqVJHvIJl316mIiOzs7CL1FRHRqlWrhOMJEyYU+vkMHTq0yOOXpLyvTX6Bk615+umnS2g25FXen53tVevWrZNqK1euLLXxunTpEnXq1EmojRgxIhYsWFDovl544YWk2m9+85siz62iyfuZiSj899qsWbPi/fffL9L4eXcijYjIysoqUl9Fld/7ZciQIYXuZ/To0TFlypSEWrt27aJhw4ZFntu2ql69elG/fv2EWlF3kQUAAACA0ra9XpPO79r95q7DHXLIIUlhoSFDhsSKFStKZW7bi+HDh8fAgQOT6rvvvnscd9xxW2zbvXv3pBuDvvvuuzFjxoySnOJmleR67eGHH55Ue+yxx4rUV2HUqlUr9t1334TanDlzSvXmlSW9zl0Ueb8TcnJyYtiwYYXu580330wK2+277775BgMBAKCsCM0BAEAF1a5duzj++OMTarNnz44XX3yx0H3tuOOOCcerV6+O0aNHF7j9qlWr4oYbbij0uBvlt8tQUXaH2yjv3Qt//vnn+Pzzzwvcfu7cufHcc88VefySlPe1GTlyZKFCWSNHjoxXXnmlpKfF/1Pen53t1aJFi5JqeQMxJSk9PT1pd7ucnJy49dZbC9XP22+/HV988UVCrVmzZnHYYYcVe44VRd7PTETEZ599VuD2GzZsiOuvv77Id4XN+0OViF/+7SxLJ510UlSrVi2hNmTIkJg0aVKB+1i3bl38/e9/T6qfeeaZxZ7ftmjNmjWxfPnyhFq9evXKaTYAAAAAsGXb6zXphQsXJtU2dx2uWbNmSeuUmZmZcd1110Vubm6pzG9btmHDhnj44YejX79+Sc8/PT09BgwYkHQz1LwyMjLi7LPPTqitX78+rrnmmsjJySnpKScpyfXaM844I+l6/H//+9947733itRfYVxwwQVJtQEDBuT7/i4JJb3OXRSnn356Uu3hhx8u1HPOzMyMu+66K6mequsOAABsP4TmAACgAuvXr1+kp6cn1N55551C97P33nsn1e69994C7Vq3evXquOyyy4p1l8Ndd901qfbRRx8Vub+DDjooqXb33XcX6PksX748+vXrt83cCTPva/PTTz8VOBg5ceLEuPLKKyvk4mRZKe/PTnl5+umnCxV0+rXMzMykIGedOnWiadOmJTG1zTrjjDOiatWqCbW33347nnjiiQK1/+677+Jvf/tbUr13797usFkI+X1mHnnkkQLtGrZhw4a48cYb46uvviry+E2aNEm6U29x/r0pivr168cJJ5yQUFu3bl3069evQAvYubm58be//S0pZNegQYOt3qm4vMycOTP+9a9/xZIlS4rUfsiQIUk/Cmnfvn1JTA0AAAAASkV5XJMeM2ZMPPPMMwW63pqfZ599Nqm2petwl1xySdI65fDhw+OGG24ocshr9uzZ8fe//z2mTJlSpPZlbcOGDTF8+PDo1atX3H///Uk3fEtLS4ubbropOnXqVKD+zj777KSg4vjx46Nfv36xcuXKIs3x559/jnvvvXer6zoluV5bu3btOO+88xJqubm58Ze//CWGDx9epD43zqd///5bPGffffdNWotYunRpnHfeeTF//vxCj7m1G++V9Dp3Uey2225Ju82tXLkyLr300sjKytpq+5ycnOjXr1/STS/btWsX+++/f4nOFQAACktoDgAAKrCmTZvGGWecUex+unTpEs2aNUuojRkzJvr27bvFH7iPHz8+evXqtenCf61atYo0ft26daN169YJtWHDhsXTTz9dpAWgvfbaK9q0aZNQmzhxYvTt2zeWLVu22XZffPFFnHLKKfHtt99GRCTtBFQejj766KTarbfeGoMHD95sGG79+vUxePDg6N27dyxdujQiiv7asGXl/dkpL6NGjYpzzz03jj322Bg4cGBMmzatQO2mTp0aZ599dsyZMyehfvTRRyf9eKCkNWvWLC677LKk+j//+c+4+eabt/gjgldffTXOPvvspO+jLl26lMh3cEXSqFGj6NatW0Jt5syZcd555yW9L35t+vTpcf7558dLL70UERFVqlSJGjVqFHr8tLS06Nq1a0Jt5MiRcffdd8fPP/9c6P6K6sorr4yddtopoTZz5sw47bTTYuTIkZttt2DBgrj44ovz3UH0lltu2Sb+3cpPdnZ2PPDAA3HIIYfE1VdfHe+9916sXr16q+1ycnJi0KBB8c9//jOhXrly5fjd735XWtMFAAAAgGIrj2vSS5YsiVtvvTUOPvjguPHGG+PTTz8t0E3+srKy4p///Gc888wzCfXatWvHoYceutl2O++8c9xyyy1J9Zdeein+9Kc/xYgRIwp0Y8fMzMx4/fXX45JLLokjjzwynn/++VizZs1W25WH3Nzc+Omnn+KNN96IW2+9NXr27Bl9+vSJMWPGJJ1buXLluPnmm+Okk04qcP+1atWKe++9N6pUqZJQHzFiRJx44onx3//+N9atW7fVftasWRPDhw+Pq6++Og499NAYOHDgVtdcS3q99vzzz08KXGVnZ8ell14aN9xwQ4F3Y5sxY0YMHDgwjj322Ljwwgvj66+/3mqbO++8M+rWrZtQmzJlSpx00kkxdOjQrf4Nc3JyYsSIEXHRRRfFWWedtcVzS/rvVlT9+/ePjIyMhNo333wTvXr1iokTJ2623bRp06J3795JocqqVavGP/7xj1KZKwAAFEaVrZ8CAACksosuuij+85//FGtntMqVK0efPn3i+uuvT6iPGDEiDj/88DjyyCNjjz32iHr16kV2dnbMmzcvPv744xg/fnzCYtcNN9wQ1157bZHmcNJJJyX8KH79+vVx2223xe233x6NGzeO2rVrR6VKifcNOfXUU+O0007Lt78rr7wy+vTpk/R8jjjiiDjqqKOic+fOUadOncjMzIxZs2bFp59+Gt99992mc7t16xZNmzaN119/vUjPp6Tst99+0b1794SdldatWxe33HJLPPvss3HEEUdE27Zto1q1arFkyZKYOnVqvP/++wm7FTVs2DDOOeecpNABxbctfHbK09SpU+Pee++Ne++9N5o1axYdOnSI9u3bR4MGDaJOnTpRuXLlTZ+x0aNHx5gxY5IWyOvWrRt9+/Ytk/med955MXLkyKRQ0gsvvBCvv/56HHbYYdG5c+do0KBBZGVlxcyZM+O9997LdzfA2rVrx1133ZW0cM3W9e3bN84+++yE2rhx4+Koo46Kww8/PLp16xYNGzaMnJycWLBgQXz22Wfx9ddfJyxiX3LJJfHyyy9vMWi3OSeddFJ88sknCbXHHnssHnvssdhxxx2jbt26SXdqPuyww/L9gUtR1a1bN+68884477zzEp7X7Nmz45xzzomOHTvGoYceGs2aNYtq1arFokWL4quvvopPPvkk3x+L9OrVK3r27Fli8ysta9asiddffz1ef/31qF69euy+++6x++67xy677BJ16tSJmjVrRk5OTixevDgmTZoUn3zySb5hxgsuuCCaNGlSDs8AAAAAAAquvK5JZ2ZmxtChQ2Po0KFRs2bN6NixY+y+++7RvHnzqFOnTtSoUSPWrFkT8+fPj++++y4+/fTTfMM91157bVSvXn2LY/3hD3+IadOmxeOPP55Q//777+Oiiy6Kpk2bRo8ePaJ9+/ZRt27dqF69eqxcuTJWrlwZM2bMiAkTJsSUKVMKFO4rbUOGDMl3F7QNGzZEVlZWrFy5MjIzM2PDhg1b7atp06Zx5513Rvfu3Qs9j/322y/+7//+L26++eaE+qxZs+Kaa66JO+64I/bZZ5/o2LFj1K9fPzIyMjbN76effoqJEyfG999/X6Abl+VVkuu1VapUifvuuy9OPfXUmD59+qZ6bm5u/Pvf/46XX345OnXqFHvvvXc0b9486tatGxs2bIgVK1bEkiVLYsqUKTFhwoQirQM0a9Ys/vnPf8Yll1yS8N5avHhx3HjjjXHffffF/vvvH506dYp69epFtWrVYuXKlTFv3rz47rvv4uuvv970mch788zS/rsVVYsWLaJ///5J643ff/99nHzyybHXXnvFgQceGI0bN47KlSvHggUL4vPPP48vvvgi3xDhFVdcEZ07dy6x+QEAQFH5ZRYAAFRwO+ywQ1x44YVx1113Faufk046KUaOHBlvvPFGQj07OzteffXVePXVV7fY/qKLLooTTjihyMGfXr16xauvvhpTp05NqOfm5sa8efNi3rx5SW0WL1682f569uwZJ554YgwbNiyhvmLFinjppZc27VaUnzZt2sRDDz0Ud955ZyGfRem48847449//GPS850xY0bSImRetWrVikcffTSmTJlSmlOs0Mr7s7OtmDNnTsyZMyfee++9ArepU6dOPPTQQ7HjjjuW4sz+f5UqVYqHH344rrjiihgxYkTCYytXrozXXnstXnvtta3206hRo3j88cdjl112Ka2pprT99tsvLrzwwnjssccS6mvXro2333473n777S22P+644zaF5oriqKOOiv322y8+//zzpMcWLVoUixYtSqrvvvvuRRprS/bdd994+OGH4/LLL4/s7OyExyZOnLjFO7/+2plnnpkU3N0erF69OsaOHRtjx44tVLtjjjkmLr300lKaFQAAAACUnG3hmnRWVlaMGjUqRo0aVah2Z599dvzxj38s0LlXX311NGnSJG677bak8NvcuXPjlVdeKdTY5WXx4sVbXHssiLp168aZZ54Z559//lYDh1ty+umnR4MGDeK6666LrKyspHm++eab8eabbxZrrvkp6fXaHXbYIYYMGRJ/+ctf4sMPP0x4bP369fHNN9/EN998UyJzz+uggw6KQYMGRb9+/WLZsmUJjy1ZsiTeeOONpLW9oirpv1tRnXDCCbFu3bro379/QhBuw4YNMXr06Bg9evRW+0hLS4urrroqzjvvvBKfHwAAFEWlrZ8CAACkut69e0fjxo2L3c9tt90WJ598cqHaVKtWLW644Ya44oorijV2jRo1YtCgQXHAAQcUq59fGzBgQPzpT38qVJsDDjggXnjhhahfv36JzaO4mjZtGs8880y0atWqUO1atWoVQ4YMiU6dOpXSzNioPD875aFhw4bF7qNbt27x4osvFukuq8VRo0aN+Ne//hUXX3xxkRasDzzwwBg6dGi0b9++FGZXcVx55ZVx8cUXR1paWoHbVK5cOS666KK44447CtUur0qVKsUDDzwQxx57bJH7KCkHH3xwPP/880X6nq5bt27cdNNN8be//S3pDrXbmurVq0fNmjWL1UdGRkZcddVVcc8990TVqlVLaGYAAAAAULrK8pp0rVq1olq1akWZ5ib169ePf/zjH3HdddcVql2vXr3ihRdeiG7duhVr/OrVq8fvfve7aNq0abH6KUvp6elx4IEHxq233hoffvhhXHrppcUKzG101FFHxcsvvxyHHnposfqpUqVKHHroodGuXbutnlsa67U77LBDDBw4MK6//vpiry81a9YsTjzxxAKf36NHj3jppZfikEMOKfKYDRo02Oo5pfF3K6qTTz45Hn/88WjZsmWh2zZp0iQeeOCBuOCCC0p+YgAAUER2mgMAAKJatWrRr1+/Yu80k56eHv/4xz/iyCOPjIEDB8aYMWM2e27t2rXjmGOOiQsuuCB23nnnYo270U477RRPPvlkTJw4Md5+++347rvv4scff4yVK1dGdnZ2wh3xCqJy5crx97//PY4++uh44IEHYty4cZGbm5vvue3bt4/zzjsvjjvuuJJ4KiWubdu28fLLL8dzzz0Xzz//fL47IW3Upk2bOO200+KUU06J9PT0MpxlxVXen52ydsstt8Sf//zn+PDDD+PLL7+McePGxYIFC7barnr16nHwwQfHH/7wh2Iv8hZH5cqV4/LLL4/TTjstHn/88fjggw9izpw5mz0/IyMj9ttvv+jdu3fsu+++ZTjT1JWWlhaXX355HHTQQfHII4/Ep59+Ghs2bMj33Bo1asThhx8eF1xwQYmFFevUqRN333139OnTJ958882YMGFCTJs2LZYvXx7Z2dlJd0MuTR07doz//Oc/8dZbb8VLL70Uo0ePjpycnM2e37Zt2zjqqKPinHPOidq1a5fZPIujVatW8cUXX8RXX30Vn3zySYwZMya+++67Av2d27RpE8ccc0yccsopZbYrJQAAAACUpLK6Jr3vvvvGl19+GZ999ll89tlnMXbs2JgyZUqsX79+q207duwYxx57bPzxj38s8nXHLl26xAsvvBCjR4+OIUOGxJdffhkLFy7cartGjRrFfvvtF/vvv38cfvjh29x1zypVqkR6enpUr1496tevHw0aNIgWLVpEmzZtolOnTtGlS5dihxU3p1WrVjFw4MCYNGlSDB48OEaOHBmzZ8/earu6detGjx494oADDoiePXsWKPi1UUmv10b8siZw1llnxamnnhovv/xyvP322zFu3LhYs2bNFttVqlQpdt9999hvv/3i4IMPju7duxf6pnotWrSIRx99NL755pt47rnn4rPPPoslS5ZssU2DBg1i//33j2OPPTYOOuigAo1TGn+3otp///3jf//7X7z88svx6quvxjfffLPZ74G0tLTo0KFD/P73v4/TTz+91N7LAABQVGm5m/vFJwAAQDEtXrw4xowZEwsXLowVK1ZEenp6NGzYMFq3bh0dOnSIKlW2r/t4LFmyJL7++uuE59OkSZPo3LnzdhVeys3NjcmTJ8f3338fS5cujdWrV0fNmjWjWbNm0b59+2jevHl5T7HCS7XPTkEsXLgwZs2aFbNnz47ly5fHqlWrolKlSlGzZs2oV69etG3bNlq3br3NPvfp06fHDz/8EEuWLIlly5ZFjRo1on79+tGkSZPo0qWLAGopW7FiRXz99dcxd+7cWLFiRVSuXDnq1asXrVq1qnB//+zs7Pjmm29i4cKFsWTJkli7dm3Uq1cv6tevHx06dIgmTZqU9xRLRE5OTsycOTNmzZoVCxcujKysrMjJyYkaNWpErVq1onnz5tGuXbttaudXAAAAACgpZXVNOjs7O2bOnBk//fRTLFq0KLKysmLdunWRkZERtWvXjl122SXatWtXakG1H3/8MaZNmxbLli2LZcuWxbp166JmzZqbrgG2bt26UIEuIubOnRuTJ0+OpUuXxrJly2LNmjWRkZERtWrViqZNm0br1q1jp512Ku9pblVOTk58++23sWDBgli2bNmmtYGN60qtWrWKVq1alXiIKzc3NyZNmhSzZs2KJUuWxPLlyzeN26RJk2jTpk3svPPOhQ7nbctWrFgR48aNi59//jmWLFkS69evj/r160fDhg2jc+fOPoMAAGzThOYAAAAAAAAAAAAAAAAASBmVynsCAAAAAAAAAAAAAAAAAFBShOYAAAAAAAAAAAAAAAAASBlCcwAAAAAAAAAAAAAAAACkDKE5AAAAAAAAAAAAAAAAAFKG0BwAAAAAAAAAAAAAAAAAKaNKeU8A8lq2bFmMGzcuZs2aFVlZWZGenh6NGjWKDh06RJs2bUplzKysrBg3blzMmDEjVqxYEVWqVImGDRtGu3btYvfdd4+0tLRSGRcAAAAAAAAAAAAAAAAoWUJzJFm6dGlMmDAhvv322xg/fnxMmDAhFi1alHDOpZdeGn379i3RcUePHh0DBw6MkSNHxvr16/M9Z5dddokzzjgjTjvttKhatWqxx5w8eXI88sgjMXz48Fi7dm2+5zRq1ChOOeWUOPfccyMjI6PYYwIAAAAAAAAAAAAAAAClJy03Nze3vCdB+Xvqqac2heR++umnrZ5fkqG5tWvXxm233RaDBw8ucJvddtstHnzwwWjZsmWRxszNzY1HHnkk/vWvf8W6desK1KZp06Zx//33R5cuXYo0JgAAAAAAAAAAAAAAAFD6hOaIiIh27doV6vySCs2tW7cu+vXrF++//36h29avXz+ef/75aNOmTaHb3nzzzfHCCy8Uul316tXjiSeeiO7duxe6LQAAAAAAAAAAAAAAAFD6qpT3BKjY7r777qTAXL169eKMM86Inj17RpMmTWLZsmUxYcKEePrpp2P8+PGbzluyZElcdNFF8corr0StWrUKPObgwYOTAnMZGRlx6qmnxtFHHx0777xzZGVlxZQpU+L555+Pzz77bNN5q1evjksvvTReffXVaNKkSRGfNQAAAAAAAAAAAAAAAFBa7DRHRCTvNJeRkRGdOnWKTp06RefOneOKK65IeLwkdpqbNGlSnHDCCfHrt+Cuu+4agwYNip122inp/Nzc3LjtttvimWeeSaife+65ce211xZozMWLF0fPnj1j1apVm2o77bRTDBo0KHbdddd82zz55JNx5513JszzqKOOigceeKBAYwIAAAAAAAAAAAAAAABlx05zREREly5donPnzpv+r3Xr1lGpUqVNj+cNzZWE++67LyGIVrNmzXj88cfzDcxFRKSlpcX1118fs2fPTtid7oUXXoizzz57s+1+beDAgQmBucqVK8fDDz+82cBcxC+hvHnz5sWzzz67qfbuu+/GxIkTo2PHjlsdEwAAAAAAAAAAAAAAACg7lbZ+ChXBSy+9FDfeeGP84Q9/iLZt2yYE5krD999/HyNGjEio9evXL5o0abLVtjfddFNUr1590/Hq1atj0KBBW223ePHiGDJkSEKtV69e0alTp622veKKK6JRo0abjnNzc+Phhx/eajsAAAAAAAAAAAAAAACgbAnNUS7eeuuthOOMjIw4+eSTC9S2UaNGceSRRybU3nnnna22e//992Pt2rWbjtPS0qJ3794FGjMjIyNOOumkhNrHH38cWVlZBWoPAAAAAAAAAAAAAAAAlA2hOcrF+++/n3B8xBFHRK1atQrc/sQTT0w4nj9/fkyYMKFQY3br1i123nnnIo+Zk5MTn376aYHbAwAAAAAAAAAAAAAAAKVPaI4yN3fu3Pjhhx8Savvss0+h+thzzz2jatWqCbUPP/xws+fn5OTE559/XqwxW7RoEY0bNy7wmAAAAAAAAAAAAAAAAEDZE5qjzE2ePDmpttdeexWqj+rVq0eHDh0SalOmTNns+TNmzIicnJxijZlfmy2NCQAAAAAAAAAAAAAAAJQ9oTnK3PTp0xOOq1SpEi1btix0P23atEk4/vHHHws8Zn7tS3pMAAAAAAAAAAAAAAAAoOwJzVHmpk2blnC80047RaVKhX8rNm7cOOF4xowZsX79+gKNWbly5dhpp52KPWZWVlYsWLCg0P0AAAAAAAAAAAAAAAAApUNojjK3cOHChOO8QbSCatq0acJxTk5OLFu2rEBj7rjjjlG5cuVijxkRQnMAAAAAAAAAAAAAAACwDalS3hOg4snOzk44rlWrVpH6qVmzZr59N2jQoNTGzK9dVlZWkfoqK+vXr4/58+cn1Rs3blyk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AAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYudkeAAAAAAAAADZUYWFh9O3bt9prkydPjq5duzbwRAAAAAAAAEC2eNMcAAAAAAAAAAAAAAAAAInhTXNsUsrLy2POnDkxb968WLJkSZSUlER+fn60aNEitttuu9htt90iPz9/o/ZctGhRvPvuu/Hpp59GSUlJNG7cONq3bx89e/aMHXfccaP2AgAAAAAAAAAAAAAAAOqX0BybhDfffDPGjRsXEydOjO+//77G+xo1ahT77bdfnHTSSTFw4MBIpVLr3fOtt96Kv/zlL/H6669HZWVltfdst912cfrpp8fgwYMjLy9vvXsBAAAAAAAAAAAAAAAADUNojqxatGhRXHXVVfGPf/yjVvdXVlbG66+/Hq+//nrstddecc0110S3bt3q1LO8vDyuueaaGDt27Drv/eSTT+Lqq6+Ohx9+OG655ZY69wIAAAAAAAAAAAAAAAAaVk62B2DLtXDhwvjpT39a68Dc6t55550YPHhwzJs3r9ZnKioq4sILL6xVYG5Vc+fOjcGDB8f8+fPrOiYAAAAAAAAAAAAAAADQgLxpjqy55JJLYs6cORl7TZo0iRNOOCH69+8f3bt3j4KCgigtLY358+fHP//5z/i///u/WLp0adX93333XfziF7+Ip556Kpo2bbrOntdff31MnDgxY69169Zx+umnR//+/aNjx46xaNGimDFjRowZMyb+9a9/ZfQ699xz47HHHouCgoINfHoAAAAAAAAAAAAAAACgPgjNkRXPP/98vP766xl7nTp1itGjR8dOO+2Usd+8efNo165d9O3bN84444z4xS9+EXPnzq26/tlnn8Xf/va3OO+889bac/bs2fG3v/0tY6979+5x1113RYcOHar2ttpqq9huu+3i6KOPjmuuuSbuueeeqmuffvpp3HrrrfHrX/+6zs8MAAAAAAAAAAAAAAAA1L+cbA/Alumxxx7LWOfk5MStt966RmBudZ06dYo77rgjmjVrlrE/fvz4dfa86aabIp1OV62bN28eo0ePzgjMrSqVSsXll18ehx9+eMb+uHHjoqioaJ39AAAAAAAAAAAAAAAAgIYnNEdWvPHGGxnrgw46KHr27Fmrsx07dozjjjsuY+/DDz+MBQsW1Hhm1qxZ8dJLL2Xs/fKXv4yOHTuus98f/vCHaNq0adW6rKws7rrrrlrNCgAAAAAAAAAAAAAAADQsoTkaXHFxcZSWlmbs9enTp0419tlnnzX2vv766xrvf+aZZzLWzZo1ixNPPLFWvdq3bx8DBgzI2Hv22WdrdRYAAAAAAAAAAAAAAABoWEJzNLjVA3MREa1atapTjeruLy8vr/H+iRMnZqyPOOKIKCgoqHW/E044IWP91VdfxYwZM2p9HgAAAAAAAAAAAAAAAGgYQnM0uNatW0dOTuaP3uLFi+tUo7r727ZtW+29X3zxRcybNy9jb999961Tvz333DPy8vIy9l5++eU61QAAAAAAAAAAAAAAAADqn9AcDa5x48bRvXv3jL233367TjVWv79Dhw7RuXPnau+dM2fOGnt77bVXnfo1bdo0evbsmbE3d+7cOtUAAAAAAAAAAAAAAAAA6p/QHFnxox/9KGM9adKkasNt1fn666/j0Ucfzdg78cQTa7z/ww8/zFjn5uZGt27dajfoKnbccceM9UcffVTnGgAAAAAAAAAAAAAAAED9EpojK0499dTo2LFj1bqysjIuuOCC+OSTT9Z67uuvv45zzz03SktLq/a6dOkSQ4YMqfHM/PnzM9YdOnSInJy6/+hvs802GeuPP/44Kisr61wHAAAAAICGU1hYGJ07d672q7CwMNvjAQAAAAAAAFAPhObIioKCghg1alQ0a9asaq+wsDAGDRoU11xzTbz11luxePHiqKioiOLi4pg+fXrcdNNNceyxx8b7779fdaZdu3Zxxx13RPPmzWvs9fXXX2esVw+/1VanTp0y1suXL49FixatVy0AAAAAAAAAAAAAAACgfuRmewC2XL17944HHnggLr300vjggw8iIqK0tDTGjBkTY8aMWevZVCoVAwYMiN/97nfRtm3btd676lvpIv4d2Fsf1QXzSktLo02bNutVL9vKy8ujvLw822MAAAAAANSrtf07qH8nXVNeXl7G+uKRM2NJSUWWpqmb0uKiGq+NuHF2NGuxsAGnWX8tm+fGjSN6Zuz5Oa3Z6j+zSeTvKgAAAAAAYHOXjd/pCM2RVT169IgnnnginnrqqXj00UfjjTfeWOeZ/fffP377299G9+7da9Vj9dBc06ZN12vW6s6VlJSsV61NwaxZs+Lbb7/N9hgAAAAAAPWqqKjmINXs2bNj4cLNI0jVEHJzc6N3794Ze0tKKqJ4MwnNlZXWPGdJaUVU5mwez1GdmTNnRkXF5jt/fdp7772zPUK98zsdAAAAAABgc5eN3+nkNHhHWM3HH38ckydPjlmzZtXq/jfeeCN+9rOfxejRo+P7779f5/3Lli3LWDdu3Hi95qwuNLd6IA8AAAAAAAAAAAAAAADILm+aI2sqKipi1KhRceedd8aKFSuq9vPy8qJXr16x4447RosWLaKkpCQ+/vjjmD59elVIbsGCBXHdddfF+PHj49Zbb41tt902W48BAAAAAAAAAAAAAAAAbEKE5siKysrK+NWvfhUTJkyo2kulUnH66afHueeeG23btl3jzJIlS2LMmDHx17/+NSoqKiIiYu7cuXHmmWfGgw8+GB06dKi2V35+fsZ6+fLl6zVzWVnZGnvNmjVbr1oAAAAAAAAAAAAAAABA/RCaIyvuvPPONQJzI0eOjP/6r/+q8UzLli3jl7/8ZfTp0yeGDh0a5eXlERHxxRdfxG9/+9u48847qz23erCtuvBbbVR3rnnz5utVa1Ow6667RufOnbM9BgAAAABAvSosLKzxWo8ePaJr164NOA2sn549e2Z7BLLI73QAAAAAAADqTmiOBvfdd9/FbbfdlrF32mmnrTUwt6oDDjggLrzwwrjuuuuq9l555ZV46623ok+fPmvcv3pobunSpesxdURJSck6a29O8vLyIi8vL9tjAAAAAADUq7X9O6h/J2Vz4ed0y+bvKgAAAAAAgLrLyfYAbHnGjx+f8da2VCoVQ4cOrVONM844I1q0aJGx99hjj1V7b/v27TPWX331VZ16rfTll19mrBs3bhytWrVar1oAAAAAAAAAAAAAAABA/RCao8FNnTo1Y92jR4/o0KFDnWo0bdo09tlnn4y9adOmVXvvDjvskLEuKiqKFStW1KlfxJqhuW7dukWjRo3qXAcAAAAAAAAAAAAAAACoP0JzNLjPP/88Y92lS5f1qrP6uaKiomrv23HHHTPWFRUV8fHHH9e534cffpix3n777etcAwAAAAAAAAAAAAAAAKhfQnM0uLKysox1kyZN1qtOfn5+xnr58uXV3rfLLrussVfTW+lqUlZWFu+//37G3s4771ynGgAAAAAAAAAAAAAAAED9E5qjwbVs2TJjvWjRovWq891332WsW7VqVe19nTp1ip122iljb+rUqXXqNW3atCgvL8/Y69evX51qAAAAAAAAAAAAAAAAAPVPaI4G17Zt24z1jBkzYsWKFXWuM3369Ix1u3btarz38MMPz1g/99xzUVJSUutejz/+eMZ6m222iV69etX6PAAAAAAAAAAAAAAAANAwcrM9AFuePffcM1588cWq9aJFi+Kll15aI9i2NjNmzIi5c+dm7O2zzz413j9w4MD461//WrUuLS2NRx55JH7605+us9c333wTEyZMyNg78sgjaz0rAAAAAABQ/5oWdIgfDn4y22MAAAAAAAAAmwBvmqPBHXLIIWvsjRw5MoqLi2t1fvny5XHllVfWqu5KPXv2jEMPPTRj7+abb46ioqJ19rviiiuirKysat2kSZMYMmRIrWYFAAAAAAAAAAAAAAAAGpbQHA1ul112iYMPPjhj7+OPP45zzjlnnSG2RYsWxfnnnx/Tp0/P2O/du3cccMABaz170UUXRSqVqloXFxfH2WefXWPPdDod1157bTz//PMZ+6eddlp06NBhrb0AAAAAAAAAAAAAAACA7MjN9gBsmUaMGBFvvfVWlJaWVu1NmzYtBg4cGCeeeGIceuihseOOO0ZBQUGUlJTExx9/HK+88ko89NBDsXjx4oxajRs3jssvv3ydPXv06BE///nP4+67767amzt3bgwaNCjOOOOMOOyww6Jjx46xePHimDFjRowZM2aNcN62224bF1xwwQY+PQAAAAAAAAAAAAAAAFBfhObIiu7du8dNN90UF1xwQZSXl1ftl5aWxr333hv33ntvreo0atQo/vSnP8UPfvCDWt3/q1/9Kj766KN46aWXqva+++67GDVqVIwaNWqtZ1u3bh233357FBQU1KoXAAAAAAAAAAAAAAAA0PBysj0AW65DDjkkHnjggdh+++3X63znzp3jvvvui6OPPrrWZ3Jzc+OWW26JwYMH16lX9+7d48EHH4yd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tW7UqFHcdtttGYG51Z111llxxhlnZOw999xz8f7779dqPgAAAAAAAAAAAAAAAKBhCc2RNQ888EC88847VevmzZvH6NGjo3Xr1hu914IFC+LBBx/M2DvttNOiV69e6zx78cUXR/v27avW6XQ6brvtto0+IwAAAAAAAAAAAAAAALDhcrM9AFumFStWxOjRozP2hg8fHh06dKiXfhMnTozy8vKqdSqVip/+9Ke1OtusWbP48Y9/HLfffnvV3qRJk6KkpCSaN2++0WcFAADWdPHImbGkpCLbY9RKaXFRjddG3Dg7mrVY2IDTrL+WzXPjxhE9sz0GAAAAAAAAAAAA1JnQHFnxyiuvxBdffFG1btasWZx88sn11m/ixIkZ67333ju6du1a6/MnnHBCRmhu+fLl8eqrr8aRRx650WYEAABqtqSkIoo3k9BcWWnNc5aUVkRlzubxHAAAAAAAAAAAALC5Skxobvny5fH555/Hl19+GcXFxbFs2bJYtmxZRETk5+dHfn5+tGzZMjp16hQdO3aMxo0bZ3niLdvf//73jPVhhx0WzZo1q5dey5cvjzfeeCNjb999961TjW233Ta22Wab+Oqrr6r2Xn75ZaE5AAAAAAAAAAAAAAAA2MRslqG5JUuWxNtvvx0zZsyI9957L2bNmhULFiyo9flUKhVt27aNXXfdNXr16hW777577L333tGiRYt6nJqV0ul0vP766xl7+++/f731+/jjj2P58uUZe3vttVed6+y1117x9NNPV63nzp27wbMBAAAAAAAAAAAAAAAAG9dmE5qbO3duvPjiizFp0qT417/+FZWVlVXX0ul0nWql0+n4+uuv45tvvolJkyZFRESjRo1ijz32iIMPPjgOO+yw2HnnnTfq/PzHhx9+GEuXLs3Y22WXXTLWS5YsialTp8ZHH30UJSUl0bJly9h6661j1113XePe2vRb3Y477ljnuVc/89FHH9W5BgAAAAAAAAAAAAAAAFC/NunQ3DfffBP/+Mc/4oknnog5c+ZU7a8ekkulUutVf9U6FRUVMW3atJg2bVqMGjUqdt555xg0aFAcc8wx0b59+/V7AKr13nvvrbG30047RUREUVFRXHfddfHMM89EeXl5tefbtWsXJ554YgwZMqRWbwecP39+xrpRo0bRoUOHOs+9zTbbZKxLSkqiqKhovWoBAAAAAAAAAAAAAAAA9SMn2wNUZ/r06XHxxRfHoYceGiNHjozZs2dHOp2u+kqlUhlf62v1Oqv2mDNnTowcOTIOO+ywuOiii2LatGkb8Qm3bKuH2Bo3bhz5+fkxYcKEOPbYY2P8+PE1BuYi/h2mvP3226N///7xyiuvrLPf119/nbFu165dNGrUqM5zd+rUaY29oqKiOtcBAAAAAAAAAAAAAAAA6s8m9aa5iRMnxujRo2P69OkRkfkmuLWF41Z/81xtrV5z1fXK8FxFRUU8++yz8eyzz8Yee+wR55xzTvTv33+9+vFvixcvzlg3b948Jk6cGBdffHGsWLGi1nUWLVoU5557blx99dUxaNCgGu8rLS3NWBcUFNRp3rWdKykpWa9am4Ly8vK1hhMBACCb8vLysj0C1aiP/4fwWW+afNZblo39efusN10+6y2Hv8e3HD7rLYd/z6/ZlvAz63c6AAAAAADA5i4bv9PZJEJzr732WowaNSree++9iPhPCK66oNyqAbmcnJzo2rVr7LDDDtGhQ4fo0KFDtG/fPvLz8yM/Pz+aNm0a6XQ6ysrKoqysLEpLS+Prr7+OoqKiKCoqig8//DAKCwurDeetHqCL+Pcb8IYPHx69evWKCy+8MA488MCN/83YAixZsiRj/f3338evfvWrqsBckyZN4tRTT40jjzwytt9++8jPz4+vv/46Jk+eHGPGjIl58+ZVna2oqIj/+Z//ie7du8duu+1Wbb/VQ3NNmjRZr7mrO7d67c3JrFmz4ttvv832GAAAsIbc3Nzo3bt3tsegGjNnzoyKioqNVs9nvenyWW9ZNubn7bPetPmstxz+Ht9y+Ky3HBv7s06SvffeO9sj1Du/0wEAAAAAADZ32fidTlZDc3PmzImrr7463nzzzYioPiy3aqBt6623jn322Sf222+/6NWrV3Tv3j3y8/M3aIZly5bFBx98EDNmzIgpU6bEm2++Gd99913V9VQqVTXPyrfPvffee3HOOedEnz594re//W306NFjg2bY0hQXF2esVw2ede7cOe66667YfvvtM+7p2rVrdO3aNY4//vi46qqr4sEHH6y6tnz58hgxYkT84x//qDZouWzZsoz1+obmmjZtusbe5hyaAwAAAAAAAAAAAAAAgCTKSmhuyZIlMWrUqHjooYeisrJyrWG5nXfeOY488sg44ogjYuedd97os+Tn58cee+wRe+yxR5x66qkREfHBBx/ECy+8EM8991zMmjWrarbVw3Nvvvlm/PjHP45TTjklLrzwwmjZsuVGny+JVg1Crio/Pz/uvvvu6NatW41nc3Nz44orrohvv/02nn/++ar9efPmxcSJE6N///4be1wAAAAAAAAAAAAAAABgM5KV0NyAAQNi8eLFa4TlVq7bt28fJ5xwQhx//PGx3XbbNfh83bt3j+7du8d5550XhYWF8fjjj8ejjz4aX3755RrzVlZWxrhx4+Lpp5+ON954o8Fn3Rw1a9as2v2hQ4euNTC3qt///vfx8ssvR3l5edXeQw89VG1obvW3EX7//fe1H3YVZWVla+zV9CwAAAAAAAAAAAAAAABAdmQlNLdo0aI13twWEXHggQfGqaeeGv369YucnJxsjLaGrl27xvDhw2PYsGExadKkGDduXEyaNCnS6XTG/IsWLcruoJuR6oJmjRo1ipNPPrnWNdq1axcDBgyIp556qmrvnXfeicrKymjUqNFa+61vaK66c5tzaG7XXXeNzp07Z3sMAABgM9KzZ89sj0AD8VlvWXzeWw6f9ZbDZ73l8FlvOXzWWza/0wEAAAAAAKi7rITmVkqn09GoUaM48sgjY+jQodGjR49sjrNWqVQqDjnkkDjkkEPigw8+iL/+9a8xYcKEqKioyPZom53qgmbdu3ePNm3a1KlO3759M0JzS5cujXnz5sUuu+yy1n5Lly6tU5+1nWvevPl61doU5OXlRV5eXrbHAAAANiP+H2LL4bPesvi8txw+6y2Hz3rL4bPecvist2x+pwMAAAAAAFB3WX2d2zHHHBMTJkyIG264YZMOzK2ue/fucd1118WECRPiRz/6UdUb56idbbbZZo297t2717lOdWe+/fbbNfbat2+fsf7mm2+isrKyzv2+/PLLddYGAAAAAAAAAAAAAAAAsisrobkDDzwwHn300bj++uuja9eu2Rhho+jSpUtcd9118dhjj8WBBx6Y7XE2GzvuuOMae1tttVWd67Rs2XKNvUWLFq2xt8MOO2SsKysro6ioqM79Vg/NNW/evNoAIAAAAAAAAAAAAAAAAJA9udloeuedd2ajbb3p0aNHjB49OttjbDaqC82l0+mNUru6t/5V12/+/PnRqVOnOtX+8MMPM9bbb7993YYDAAAAAAAAAAAAAAAA6l1W3jTHlm277baLZs2aZewtXry4znWqO9O6des19rp16xaNGzfO2Js2bVqd+73zzjsZ65133rnONQAAAAAAAAAAAAAAAID6JTRHg2vUqFEcdNBBGXtz586tc53qzrRv336NvcaNG8f++++fsTd16tQ69SosLIwvv/wyY69fv351qgEAAAAAAAAAAAAAAADUP6E5sqJ///4Z63nz5sU333xTpxpvvPFGxrpNmzaxww47VHvv4YcfnrF+6623orCwsNa9HnvssYx148aN48ADD6z1eQAAAAAAAAAAAAAAAKBhCM2RFYceemg0a9asar1ixYp48MEHa32+qKgoJk6cmLG3+tvkVnX44YdHXl5e1TqdTsf9999fq17Lli2Lv//97xl7Bx98cDRv3rzW8wIAAAAAAAAAAAAAAAANQ2iOrGjRokX8/Oc/z9i78847Y/78+es8m06n4/e//32Ul5dn7J9xxhk1nmnbtm2cfPLJGXv3339/zJw5c539brrppigqKqpap1KpOP/889d5DgAAAAAAAAAAAAAAAGh4QnNkzVlnnRVbb7111bqsrCzOOuus+OCDD2o8s3z58rj88svjpZdeytg/6KCD4gc/+MFa+5177rmRn59fta6oqIjzzz8/5s2bV+OZMWPGxD333JOxN2DAgNhtt93W2gsAAAAAAAAAAAAAAADIDqE5sqagoCCuvPLKjL2vvvoqjj/++LjiiitiypQp8c0330RxcXHMnz8/xo4dG8cee2w8+uijGWfatWsX11xzzTr7tWvXLi699NKMvS+//DJOOumkGDlyZMyYMSMWLVoUX3zxRbz00ksxZMiQuOaaayKdTlfd36pVq/jNb36zAU8NAAAAAAAAAAAAAAAA1KfcbA/QUBYsWBAvvPBCTJ8+PWbOnBkLFy6M4uLiSKfT0bJly2jVqlXsuuuu8YMf/CAOP/zwaN++fbZH3iIcccQRMWLEiBg5cmTVXnl5eYwbNy7GjRu3zvOtW7eO2267Ldq1a1erfqeffnrMmzcvHnjggaq9kpKSuOuuu+Kuu+5a69mmTZvGLbfcEp06dapVLwAAAAAAAAAAAAAAAKDhJT4098knn8SoUaPi+eefj4qKioiIjDeHRUSUlZXF119/HR988EGMHz8+rr766jjiiCNi+PDhscMOO2Rj7C3KkCFDom3btnHFFVdESUlJrc/ttttuMWrUqOjatWud+v3+97+Ptm3bxm233RaVlZW1OtOxY8cYNWpU9O7du069AAAAAAAAAAAAAAAAgIaVk+0B6tPYsWNj0KBB8cwzz0R5eXmk0+lIp9ORSqWq/Vp5vaKiIiZMmBAnnHBCjB07NtuPsUU47rjj4tlnn40zzzwzttpqqxrvy8nJid69e8cNN9wQjzzySJ0DcxERqVQqhg0bFo8++mgMHDgw8vLyary3Xbt2MXz48HjqqacE5gAAAAAAAAAAAAAAAGAzkNg3zf3lL3+JUaNGVb1VLpVKrXHP6tdWvSedTkdZWVn88Y9/jCVLlsR5553XAFNv2dq1axeXX355/PrXv44ZM2bEBx98EN99912k0+lo3bp1tGvXLvbcc89o1arVRunXo0ePGDVqVCxdujSmTZsWn3zySRQXF0ejRo2iTZs20aNHj+jZs2e1PzsAAAA1aVrQIX44+MlsjwEAAAAAAAAAAABbrESG5p599tm46aabImLNIFxERH5+fnTp0iWaN28eERElJSXx2WefxbJly6rOrDyXTqfj5ptvjh122CGOPPLIBnyKLVejRo2id+/eDfZmt4KCgjjooIPioIMOapB+AAAAAAAAAAAAAAAAQP1JXGiurKwsrr322oiIjODbVlttFWeccUYceeSRsdNOO1X79rB58+bFM888E/fff38sXry4KjyXTqfj2muvjX79+kWTJk0a9HkAAEiuwsLC6Nu3b7XXJk+eHF27dm3giQAAAAAAAAAAAABg85eT7QE2tueeey6+/PLLqrBbRES/fv3ihRdeiGHDhkX37t2rDcxFROy0004xfPjweOGFF+KQQw6pOh8R8dVXX8WECRMa5BkAAAAAAAAAAAAAAAAAWD+JC81NnDix6s+pVCp23333uPXWW6NFixa1rtGiRYu49dZbo1evXhnBuRdffHGjzgoAAAAAAAAAAAAAAADAxpW40Nzs2bMz3jJ3wQUXRKNGjepcJzc3N4YNGxYRUVVv9uzZG3VWAABgy1FYWBidO3eu9quwsDDb4wEAAAAAAAAAAAAkRtZCczfffHMsX758o9f99ttvM9Z77bXXetfae++911obAAAAAAAAAAAAAAAAgE1L1kJzt912Wxx11FHxwgsvbNS6lZWVGeu8vLz1rpWbm7vW2gAAAAAAAAAAAAAAAABsWrIWmouI+OKLL2L48OFx9tlnxyeffLJRarZp0yZjPWfOnPWuNXfu3Iz11ltvvd61AAAAAAAAAAAAAAAAAKh/WQ3NRUSk0+l47bXX4kc/+lFcf/31sWzZsg2qt91220U6na5a33vvvetd65577qn6cyqViu22226DZgMAAAAAAAAAAAAAAACgfmUtNJebmxsR/w6jpdPpKC8vjzvvvDMGDhwYTz/99HrX7devX0bdp59+OkaPHl3nOnfccUc8/fTTVXUiIg455JD1ngsAAAAAAAAAAAAAAACA+pe10NwTTzwR++23X6TT6UilUlXhtKKiovjVr34VZ555ZsybN6/OdQcOHBj5+fkR8Z/g3A033BBDhgyJt99+e53n33rrrTjrrLPixhtvzNhv2rRpHHXUUXWeBwAAAAAAAAAAAAAAAICGk5utxjvuuGOMGTMmnnnmmRg5cmR8+eWXkUqlIiIinU7HlClTYtCgQXHaaafF8OHDo6CgoFZ127VrF0OHDo1Ro0ZlhPFef/31eP3116NNmzax2267RdeuXaN58+aRSqVi6dKlUVhYGO+//358++23VTOsPJtKpeKss86K9u3b19v3AwAAAAAAAAAAAAAAAIANl7XQ3EpHHXVUHHrooXHbbbfF3/72tygvL68Kq1VUVMS9994bTz31VFx66aUxaNCgWtU855xzYtq0aTFp0qSM4FxExIIFC2LSpEnVnlt5T0RUBfgiIg444IA499xz1/8hAQAAAAAAAAAAAAAAAGgQOdkeICKiadOmcckll8STTz4ZBx54YNXb3VaG3RYsWBCXXXZZnHrqqTF79ux11svNzY0///nPcfjhh1cF4VbWW1mzuq9V74n4d4ju4IMPjj//+c+Rl5dXr98DAAAAAAAAAAAAAAAAADbcJhGaW6lbt25x5513xp///Ofo3LnzGuG5d955J3784x/HlVdeGUuWLFlrrcaNG8ett94aV199dbRp06YqGBeRGaCrLiiXTqejdevWceWVV8Ydd9wR+fn59f7sAAAAAAAAAAAAAAAAAGy4TSo0t1L//v3j6aefjgsuuCAaN26cEZ6rrKyMBx54II488sh4+OGH11nrxz/+cbz88stxww03xJFHHhnt27ev8U1z7dq1iwEDBsT//u//xj//+c846aSTGuBpAQAAAAAAAAAAAAAAANhYcrM9QE0aN24cw4cPj+OPPz6uvvrqeOmllzLeOrdw4cL43e9+F//3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AABA48qL0FyvXr0iTdNIkiTSNI0VK1Zsd80ee+yRNU7TNF555ZVa1X377bcjSZLMeKeddqrVegAAAAAAAAAAAAAAAAAaV1GuG6iJ/v37x4svvpgZL1iwICorK6OgYOuZv7322qva3DPPPBOHHHJIjWrOnz8/3n///azQXKdOnWreNAB54Xs/ezNWlVbkuo0aKVu9ZKuvXXrj3Gjb/pNG7KbuOrQrihsvHZjrNgAAAAAAAAAAAAAAaKbyIjS3+a1xGzZsiPnz58eee+651TX7779/5vOqG+r++Mc/xsUXXxytW7febs0JEyZkPq+65a5fv3516B6ApmxVaUWszpPQ3LqyrfdZWlYRGwvy4zkAAAAAAAAAAAAAAKAhbf2qtiZk8ODB1eZefvnlba458MADo2fPnllzK1eujKuvvnq79f70pz/FlClTsm6Zi4g46KCDatAtAAAAAAAAAAAAAAAAALmSF6G5vffeOzp27Jg19/jjj2933bBhwyJN04j4921zU6ZMiYsvvjjef//9au9fs2ZN3HjjjXH55ZdXC8wlSRJDhw7dgacAAAAAAAAAAAAAAAAAoKEV5bqBmkiSJA4++OB47LHHMuG3F154IVavXh3t27ff6rpvfetbce+990ZZWVlmnzRN44knnognnngi9t577+jdu3e0bt06lixZEq+++mqUl5dHmqaZ0FzV51/60pdiwIABjfK8AAAAAAAAAAAAAAAAANRNXtw0F/HprXFVkiSJioqKuO+++7a5plu3bnHRRRdlbpurCsClaRppmsacOXNi+vTpMW3atPjHP/4RGzZsyArMVWnbtm384Ac/qP+HAgAAAAAAAAAAAAAAAKBe5U1o7qijjop27dplAm9pmsbtt98eGzZs2Oa6M844I4YPH54VhkuSJOsmuaqPTeerXisoKIhrr702dttttwZ7NgAAAAAAAAAAAAAAAADqR1GuG6ip1q1bx//8z//ERx99lDW/Zs2a6Ny581bXFRQUxPjx46NVq1YxZcqUrFDc5jfKbSpN02jXrl38/Oc/j6OOOmqH+wcAAAAAAAAAAAAAAACg4eVNaC4i4pBDDqnTuqrb4k444YT42c9+Fm+99dY2319YWBgnnnhifPe7343evXvXqSYAAAAAAAAAAAAAAAAAjS+vQnM76rDDDouHHnoo/vWvf8WMGTPi3XffjeXLl0dp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N8Xw4cPj1VdfrXNNAAAAAAAAAAAAAAAAoHHk1U1zb7/9dmzcuDFrbo899oiiovp7jPLy8pg/f37WXHFxcQwYMKDearR0r7/+evz973+v8/rS0tK44oor4rXXXourr7661uuvueaauPvuu2u15oMPPojTTz89JkyYEF/4whdqXRMAAAAAAAAAAAAAAABoHHkTmpszZ06cfPLJWXO77757TJs2rV7rFBUVxfe///1YsGBBZq6goCAeffTR6Nu3b73W4t/69esXhx56aBx00EExYMCA6NKlS7Ru3To++uijmDVrVkyaNClmz56dtebee++NLl26xMUXX1zjOnfddVe1wFzbtm1j7Nixcfzxx0efPn2itLQ05s2bF3feeWf87W9/y7xv3bp1ceGFF8aDDz4YPXv23KHnBQAAAAAAAAAAAAAAABpGQa4bqKl777030jTNfEREnHvuufVeJ0mSOP/887NqVVZWxr333lvvtVq6oqKiGDFiRNxxxx3x+OOPx49//OMYNmxY7LXXXtG1a9do37599O/fP0455ZS477774pprroni4uKsPW699dZ4++23a1Rv2bJlMX78+Ky5XXbZJSZNmhSXXXZZ7L///rHzzjvHrrvuGkcffXT8/ve/j8suuyySJMm8f8WKFXHttdfu+MMDAAAAAAAAAAAAAAAADSIvQnNpmsaf//znSJIkE2DaeeedY8SIEQ1Sb9iwYdGtW7dMvTRNY+rUqQ1SqyUqKCiIE044IaZNmxbjx4+Pgw46qEbrxowZE1dffXXWXEVFRfzmN7+p0fpbbrkl1q5dmxkXFhbGzTffHHvuuedW15x11llx+umnZ809/vjj8cYbb9SoJgAAAAAAAAAAAAAAANC48iI099prr8XKlSsj4tMAXZIk8ZWvfCUKChqm/YKCghg2bFjmRruIT28pmzNnToPUa2lGjRoVP//5z6Nfv361XnvKKadUC9k9/fTTsWHDhm2uW7ZsWbXbAk877bTYb7/9tlvze9/7XnTv3j0zTtM0br755lp0DQAAAAAAAAAAAAAAADSWvAjNPf/889Xmjj322Aat+eUvf7na3HPPPdegNVuKwsLCHVo/cuTIrHFpaWm89dZb21wzffr0KC8vz4yTJIkzzjijRvXatm0bp5xyStbc008/HaWlpTVrGAAAAAAAAAAAAAAAAGg0eRGa2zwQVVBQ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AAAAAABAfRGaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAAAAAAAAAAoNkQmgMAAAAAAAAAAAAAAACg2RCaAwAAAAAAAAAAAAAAAKDZEJoDAAAAAAAA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Ln7729/G/fffv8nA3Pd98cUXccYZZ0RhYeFmnQ8AAKnOk+YAAABIebNmzar0wnC77bbb5NpXX301rrrqqli3bl1CPSsrK/bdd9/Yfffdo23bttG0adMoKiqKgoKC+Oijj+Kzzz5LmD927Ni49NJL44knnoisrKzNe0NVlJGREd27d4+uXbvGDjvsEC1atCi/YF65cmXMnDkzxo0bF59//nnC+ysqKoorrrgiXnrppWjXrt0G9+/SpUs0bdo0IiLmzp2bEFDLysqKLl26bLLHnJycmr69Dfrd734XL7zwQoV6o0aN4oADDojevXtH69atY/Xq1VFQUBAjRoyIyZMnJ8xduXJlnH/++TF48ODYe++9a9TH+++/H7fcckuUlZVFRETTpk3jhz/8Yey5557RqlWrWLduXRQUFMS7774b48aNS1hbVFQU1157bTz//PORmbnxf30zdOjQePnllyvUW7ZsGfvvv3/svPPOkZ+fH40bN47Vq1dHYWFhzJkzJ6ZOnRpjx46tUbAQAAAAAABqSyrc49TXncB3Bg0aFA888ECFenZ2dhxwwAHRp0+fyM/Pj6KiopgzZ06MHDkypkyZUn7eJZdcEkceeWS132d1ZGVlxS677FI+njZtWsKX/22zzTYbvYeqK6tXr45zzjmn/OfxfS1atIjDDz88unXrFi1btoylS5fG9OnTY9iwYbFgwYKEuVOnTo3TTz89XnrppWjevHmNern77rvj1VdfLR+3a9cuDjrooNh5552jRYsWUVRUFNOmTYu33nor5syZk7B2xowZ8Ze//CVuvPHGGp0NAAANgdAcAAAAKW/YsGEVattss80mQ11fffVV/O53v0u4aM3MzIxzzjknzjvvvGjZsmWl6y677LKYNGlSXH/99TFx4sTy+ueffx5//etf4+qrr67hO9m0rKysOOKII+K4446LfffdtzzUtjEFBQXx17/+NV577bXy2tKlS+Omm26KBx98cIPrHn744fL/fs0118TQoUPLx/n5+ZUGuerav/71r0oDc3379o3f//730aZNmwqvXX755fHOO+/E73//+5g/f355vbi4OH7729/Gyy+/XKWf4/ruuOOOWLduXaSlpUW/fv3ioosuimbNmlWYd/HFF8e//vWvuOaaa2LNmjXl9UmTJsWwYcPiRz/60UbPuf/++xPGGRkZ8etf/zrOPvvsyM7O3uja0tLSGDt2bLz88su18mQ9AAAAAACorlS4x6mvO4GIiOnTp8fdd99doX7ggQfGLbfcEm3btq3w2hVXXBHDhw+Pm266KRYtWhTz5s2L5557rprvsnratGmTcFd06KGHRkFBQcL4jjvuqNMeKnPbbbdVCMxlZGTE+eefHxdffHE0atSowpprr702Bg0aFAMGDIi1a9eW1+fOnRs33HBD3HvvvdXuY8GCBeV3bbm5uXHNNdfET37yk8jIyKgw94orroi//e1vCXdzERHPPvts/PKXv6z0/gsAAIhIT3YDAAAAUJcWLFgQjz32WIX6j370o0hP3/Afi9etWxe//vWvE77ZNCcnJx599NG46qqrNnjR+p1dd901nn322fjhD3+YUH/yySdj3rx51XwXVff888/HwIED4/DDD69y0KtDhw7xl7/8JS677LKE+nvvvRfTp0+vizbrRGFhYdx0000V6qecckrcd999G70wPOSQQ+Kpp56qMKegoCDuueeeGvWzZs2aSEtLizvuuCOuvvrqSi/Hv3PMMcfEH//4xwr1f/7znxs946uvvoqvv/46oXbxxRfHeeedt8nAXMT/LoH33nvv+MMf/hCvvPLKJucDAAAAAEBtSpV7nPq4E/jOTTfdlBC4i4g4+uij48EHH6w0MPedww8/PJ588slo1apVRPzviWsNzWeffVYhLJienh633XZbXHHFFZUG5iL+d59y3nnnxcCBAys8iXD48OGVBj83pbi4OMrKyqJ58+bx9NNPxymnnFJpYC7if08QvPLKK+OUU05JqJeWllb6ZZIAAMD/CM0BAACQsmbNmhXnnXdeLF68OKGek5MTv/zlLze6dtiwYRW+ZfK2226Lfffdt8rnZ2dnx4ABA6JFixblteLi4hg0aFCV96iumjwR7TuXXHJJ9OrVq3xcVlYWzz//fG20VS+GDh0ay5YtS6j16tUrbr755khLS9vk+k6dOsWAAQMqzH3xxRcr7FtV5557bpxwwglVmnvsscfGbrvtllD79NNPK1x8f9/s2bMr1H76059Wq8fvNGnSpEbrAAAAAACgJlLtHqeu7wQiIiZPnhz/+c9/Emrbb7993HnnnRsNGX5nxx13jD/96U9V6jEVDR48uELtnHPOqfLndvDBB0f//v0r1Dfn7u+2226LXXbZpUpzf/Ob31QI9n3wwQc1PhsA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o/Nzc3MTxvV90dquXbvo0qVLQm3ChAk1+obVp59+ukJt//33r3FvW7Idd9yxQm3FihVJ6AQAAAAAgIYs1e9xasuBBx6YMF6wYEG8++671d6nsp9rXUv2XdJ+++1XIbj3yiuvVLuPkpKSSn9+qXqXBAAAWzOhOQAAABqEjIyMuPjiiyvUH3zwwUqDYhdeeGGF2g033FCjMFp9aN26dcL4888/r9Yl31dffRUPPvhgjc9v1qxZwnj58uWxbNmyGu9XE2eccUaF2i233BJlZWVV3mP8+PExdOjQhFpOTk6cdNJJm93flmjhwoUVai1btkxCJwAAAAAANGSpfo9TW0499dQKtT/96U+VPpFvQ0aNGhUjRoyozbaqZP27pNmzZ9fr+W3atInDDjssobZo0aK49957q7XP4MGDY8aMGQm1vfbaK7p3777ZPQIAALVLaA4AAIAG49hjj63wZK0FCxbEM888U2HucccdV2HunDlz4oILLoj58+fX6PyVK1fGww8/HC+//HKN1m9M7969E8ZFRUVVvuSbM2dOXHTRRdW6UF1ft27dKtTee++9Gu9XEyeccEI0b948oTZ27Ni45ZZbqrS+oKAg+vfvH+vWrUuo/+QnP6lwkbulePHFF2PYsGFRWlpa7bXFxcUVnqqXnp4eXbt2ra32AAAAAACgylL5Hqe2dOvWLX7wgx8k1GbOnBnXXntthfuNysycOTOuuuqqumpvo3beeeeE8VdffRVz586t1x7OPffcCrVBgwbF66+/XqX177//ftx9990V6j//+c83tzUAAKAOCM0BAADQYKSnp8ell15aof7II4/E6tWrE2oZGRkxYMCAyM3NTaiPGzcuTjzxxHjqqacq/WbT9ZWUlMSoUaPid7/7XRx88MFx1113xaJFizbvjVTiiCOOiPT0xD/mP/roo3HPPfdESUnJBte99tprceqpp5Z/m2deXl6Nzt99990rnP+nP/0p3n777SguLq7RntWVm5sbv//97yvUn3rqqejfv/9Gf+7vvfdenH766RUuZzt06BCXX355rfdaWyZNmhT9+/ePww8/PO6+++6YOHFildYVFBTERRddFP/9738T6v/3f/9X4amFAAAAAABQH1L5Hqc2/f73v4/s7OyE2muvvRYXXXTRRgODb7/9dpx55pmxcOHCiIho3Lhxnfa5vr322ithvG7durj88ssr3FXUdQ+nnXZahT6uuuqqGDhw4Aa/YLK0tDQee+yxuPTSSyvcex1++OFx+OGH11nPAABAzWUmuwEAAACoT0cffXTcf//98dVXX5XXFi5cGE899VT84he/SJi78847x1133RWXXXZZQvDs22+/jT/84Q9xzz33RJ8+fWL33XePli1bRtOmTWPVqlWxfPnymDt3bkycODG++OKLWLlyZZ2/rx122CGOO+64eOmllxLq999/fwwdOjSOPPLI6NatW+Tk5MSyZctixowZMXLkyJg1a1b53CZNmsSVV14ZN910U7XPz8/PjwMOOCDh6XKLFi2KSy65JLKysqJdu3bRpEmTSEtLS1h36623Rq9evap93oYcc8wx8cEHH8QLL7yQUB82bFi89957ceCBB8bee+8drVu3jjVr1sScOXNi5MiRMWnSpAp7ZWVlxZ///Odo2rRprfVXVwoKCuKBBx6IBx54IFq3bh09evSIXXbZJfLz86NZs2aRlZUVRUVFUVBQEGPGjIlPPvmkwqVudnZ2XH311Ul6BwAAAAAAkLr3OLWpS5cu8etf/zruuOOOhPq7774bhx9+eBx44IHRu3fvaN26daxevTpmz54dI0aMiClTppTPbdOmTRx11FExePDgeuu7b9++0bx581i6dGl5bdy4cXHyySdHbm5u5OfnR6NGjSqsq+0n/11zzTXx2WefJfw8SkpK4t57741nnnkmDjvssOjWrVu0aNEili9fHlOnTo3hw4fHvHnzKuzVrl27uPXWW2u1PwAAoPYIzQEAANCgpKenxyWXXBK/+tWvEuqPPPJInHbaaZGTk5NQP/TQQ+Pxxx+PK664ovybN7+zfPnyGDFiRIwYMaKu266SG264IcaPHx/Tp09PqM+bN2+Tl55ZWVkxYMCAzfpW0auuuio+/fTTKCoqSqgXFxcnhPO+b/25teGWW26JjIyM+Mc//pFQX716dbz11lvx1ltvbXKPvLy8uPfee2Pvvfeu9f7q2sKFC+Pdd9+Nd999t8prsrOz484774ydd9657hoDAAAAAIBNSOV7nNrUr1+/WLJkSTz44IMJ9TVr1sTw4cNj+PDhG1ybk5MT9913X7XuEWpDo0aN4pprrolrrrmmwmuFhYUxY8aMeumjcePGMXjw4PjlL38Z48ePT3jt22+/jeeee65K+3Tp0iUeeeSRaN68eR10CQAA1Ib0ZDcAAAAA9e2oo46Kbt26JdQWL14cQ4YMqXR+nz594sUXX4zjjjsuMjIyanxuWlpa/OAHP4jevXvXeI+Nadq0aTz++OOxxx57VGtdfn5+DBo0KA466KDNOn+nnXaKxx57LLbffvvN2mdzZWRkxC233BLXX399bLPNNtVev8cee8TTTz8d++23Xx10V7tatWpV4el91bXzzjvH4MGD4+ijj66lrgAAAAAAoOZS9R6ntv3617+Oa6+9Npo0aVLlNW3bto3BgwdHr1696rCzDTvxxBPj1ltvjdzc3KSc/52WLVvGE088EaeeempkZlbv2RNpaWnx4x//OJ555plo3759HXUIAADUBqE5AAAAGpy0tLS47LLLKtQfffTRWLlyZaVr8vPz489//nMMGzYszjnnnOjSpUuVzsrNzY1DDjkkrrvuuhgxYkQ88cQTsfvuu29W/xvTpk2bGDJkSNx4443RqVOnjc7t0KFDXH755fHGG29Enz59auX8PffcM95444146KGH4vTTT4+999478vPzIycnJ9LT6/dfQ5x99tkxfPjwuOiii2LHHXfc6NxGjRrFD3/4wxg4cGA899xzFS7jt1QXXnhhfPDBB/HHP/4xjj322OjYsWOV1mVlZcWBBx4Yd911V7z00kux11571XGnAAAAAABQNal8j1Pbzj333Hj11VfjxBNPjLy8vA3Oa9WqVVx00UXx+uuvx2677VaPHVb005/+NN5///24/fbb4/jjj4/u3btHq1atonHjxvXaR5MmTeLmm2+OV199NX7yk59E69atNzq/efPm8eMf/zhefPHF+Mtf/lKjL24EAADqV1pZWVlZspsAAACArdGiRYti4sSJsWTJkli6dGkUFRVFTk5O5ObmRps2bWLHHXeMDh06bPaTwDbH9OnT47///W8sWbKkvL82bdpEt27dNhkkSzUFBQUxadKkWLJkSSxZsiSysrKiZcuWkZ+fH3vssUe1vol1S7ZkyZL4+uuvY/bs2eWfe8T/Lv632Wab6NKlS3Tt2jWys7OT3CkAAAAAANSdreEepzatXbs2Pvvss/jmm29i0aJFkZaWFttuu21069Ytdt1113r/csOtTVlZWXz55Zfx9ddfx7fffhsrVqyIvLy8aNmyZXTs2DF69uzpZwgAAFsZoTkAAAAAAAAAAAAAAAAAUoavvQAAAAAA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bFicddZZBXObNm3q0Vn19fWxc+fOgrlzzz23R3sAAAAAAAAAAAAAAAAA/U9ojkRccMEFBeNt27bF7t27e7TH008/XTAeM2ZMTJw4sdN7zz///ILxc889F/X19d0+6wc/+EHBeNiwYXH22Wd3ez0AAAAAAAAAAAAAAAAwMITmSMRf/MVfRGVlZcf4nXfeiYceeqjb6xsaGmLjxo0Fc4c/Te5PnX/++VFeXt4xbm9vj/Xr13frrP3798fDDz9cMHfOOedEVVVVt+sFAAAAAAAAAAAAAAAABobQHIkYOXJkXHXVVQVzd999d2zfvv2Ya9vb22P58uXR0tJSML9w4cIu15x00kkxf/78grn169fHli1bjnne17/+9WhoaOgYl5SUxHXXXXfMdQAAAAAAAAAAAAAAAMDAyyVdANm1aNGi2LBhQ/zhD3+IiIgDBw7EokWL4u67747Jkyd3uubQoUOxfPny+MUvflEwP3fu3Hjf+9531POuvfbaeOSRR2L//v0REdHa2hrXXXdd3H333fGud72r0zX33ntvfPvb3y6Yu/DCC2PGjBndeYkAAAAAAAAAAHRi6Yot0ZhvTbqMbmtuaujy2rKVL0flyLcGsJreG1WVi5XLpiddBgAAAEC/E5ojMSNGjIhbbrklFi9e3DH3+9//Pi655JL45Cc/GR/5yEdi4sSJUVFREbt27Yq6urq47777YseOHQX7VFdXx2233XbM86qrq+P666+PW2+9tWNu586dcdlll8WCBQvi4osvjlNOOSWam5vjlVdeifXr18dTTz1VsMcJJ5wQN954Y99eOAAAAAAAAABAxjXmW6NpCIXmDjR3XWu+uTXaSofOawEAAADIAqE5EvXhD384li1bFitWrOiYa2lpiQcffDAefPDBY64fPXp0rFmzJqqrq7t13hVXXBHbtm2LDRs2dMzl8/lYt25drFu37qhrKyoqYvXq1TF+/PhunQUAAAAAAAAAAAAAAAAMvNKkC4Crr746VqxYEVVVVT1aN2PGjPje974X733ve3u0bvny5bFkyZIoKyvr9pqTTz457rvvvpg1a1aPzgIAAAAAAAAAAAAAAAAGltAcg8Lf/M3fxE9/+tP4u7/7uzj++OO7vK+0tDRmzpwZX/va1+KRRx6J2traHp9VUlISixcvju9///vxkY98JMrLy7u8t7q6OpYsWRKPPfZY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AAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkRsO6ngCsD7777rsYP358zJw5M4qKiqJx48bRrl276N69e3Tq1KmupwcAAAAAAAAAAAAAAABUkNAc9drIkSPj3nvvjU8++SRKS0vLPadbt24xYMCAOOywwyIjI6OWZwgAAAAAAAAAAAAAAABURoO6ngDUhcLCwjj77LPj9NNPjzFjxqw2MBcRMXny5Lj44ovjpJNOivnz59fiLAEAAAAAAAAAAAAAAIDKEpqj3iksLIwBAwbEiBEjKtVu9OjRcfzxx8e8efNqaGYAAAAAAAAAAAAAAADAumpY1xOA2nbZZZfFuHHjUmrt27eP3/72t7HLLrtE27ZtY968eTFmzJh48MEHY+rUqavO+/rrr2PgwIExZMiQaNjQjw8AAAAAAAAAAAAAAACsbzxpjnpl5MiR8fLLL6fU+vTpE//+97/j//7v/2LLLbeM5s2bR5cuXeLoo4+OZ599Ng444ICU8z/55JN48skna3PaAAAAAAAAAAAAAAAAQAUJzVFvlJaWxj//+c+UWvv27WPw4MHRrFmzcttkZ2fHLbfcEttss01K/a677oolS5bU2FwBAAAAAAAAAAAAAACAqhGao954/fXXY/LkySm1yy+/PHJzc9fYLjMzM6677rqU2rx58+Lpp5+u9jkCAAAAAAAAAAAAAAAA60ZojnrjpZdeSjnu0KFD7LPPPhVqu/XWW0evXr1Sai+//HK1zQ0AAAAAAAAAAAAAAACoHkJz1AslJSXx1ltvpdQOO+ywyMjIqHAf/fr1SzkeO3ZsfP/999UyPwAAAAAAAAAAAAAAAKB6CM1RL4wdOzYKCgpSan369KlUHzvttFPK8cqVK+Odd95Z57kBAAAAAAAAAAAAAAAA1UdojnphypQpKceZmZmx3XbbVaqPTTbZJDbccMM19gsAAAAAAAAAAAAAAADULaE56oVp06alHLdr1y6aNm1a6X4233zzlOOvvvpqneYFAAAAAAAAAAAAAAAAVC+hOeqFqVOnphy3b9++Sv20a9cu5bhsGA8AAAAAAAAAAAAAAACoW0Jz1AvfffddynHbtm2r1E/Z0NzcuXOrPCcAAAAAAAAAAAAAAACg+jWs6wlAbSgqKko5zs3NrVI/ZdstXbo0Vq5cGQ0arL/50xUrVpRbnzFjRpSUlNTybNZfWVlZKccNln8fDVYsr6PZ1E8NljeMWbNmpdRq4jvqs657Puv6pTY+b5/1+sFnXX/4PV5/+KzrD591/eLf2fWHz7r+8Hu8/vBZ1x+19VknxU+/s23bto3MzMw6nM26sadTMX5P1T3/Tqo/fNb1i/+OrD981vWH3+P1h8+6/vBZ1y/+nV1/+KzrD7/H6w+fdf1hT6dy6mJPJ6O0tLS0xkeBOrbjjjtGfn7+quOTTz45Lr744kr38+ijj8Z1112XUvv444+rHMKrDR999FHsuOOOdT0NAAAAAACAGjVz5szo0KFDXU+jyuzpAAAAAAAA9UFt7emsv4/Hgmq0ZMmSlOPs7Owq9dO4ceO0WmFhYZX6AgAAAAAAAAAAAAAAAKqf0BwAAAAAAAAAAAAAAAAAiSE0R73QpEmTlOPi4uIq9bN06dK0Wk5OTpX6AgAAAAAAAAAAAAAAAKqf0Bz1QtOmTVOOywu/VUR57cr2DQAAAAAAAAAAAAAAANSdhnU9AagNZYNtixcvrlI/Zds1btw4GjRYv7On2267bXz44Ydp9TZt2kRmZmYdzAgAAAAAAKD6tW3btq6nsE7s6QAAAAAAAPVBbe3pCM1RL7Rp0yamTZu26njOnDlV6qdsuzZt2qzTvGpDdnZ29O7du66nAQAAAAAAwBrY0wEAAAAAAKg+6/cjsqCabL755inH3377bZX6KduuS5cuVZ4TAAAAAAAAAAAAAAAAUP2E5qgXyobb5syZE0VFRZXu56uvvko53myzzdZpXgAAAAAAAAAAAAAAAED1EpqjXujatWvK8fLly2P8+PGV6uObb76JefPmrbFfAAAAAAAAAAAAAAAAoG4JzVEvbL/99tGsWbOU2ujRoyvVR9nzGzRoEHvsscc6zw0AAAAAAAAAAAAAAACoPkJz1AtZWVmx1157pdSee+65KC0trXAfzz77bMrx9ttvH61bt66O6QEAAAAAAAAAAAAAAADVRGiOeuPAAw9MOZ45c2aMHDmyQm0nT54cH374YUrtgAMOqLa5AQAAAAAAAAAAAAAAANUjo7Qyj9qCn7HS0tI47LDDYsqUKatqHTp0iOeffz5ycnJW227FihVxzDHHxIQJE1bVNtpoo3j11VejSZMmNTpnAAAAAAAAAAAAAAAAoHI8aY56IyMjI84999yU2qxZs+L000+PxYsXl9umuLg4LrjggpTAXETEaaedJjAHAAAAAAAAAAAAAAAA6yFPmqPeOfvss2PEiBEptQ4dOsSAAQNil112iTZt2sT8+fNjzJgx8eCDD8aXX36Zcm7Pnj1jyJAh0bBhw9qcNgAAAAAAAAAAAAAAAFABQnPUO4sXL44BAwbE+PHjK912k002icceeyzatGlTAzMDAAAAAAAAAAAAAAAA1lWDup4A1Lbc3Nx48MEHY7/99qtUu969e8cTTzwhMAcAAAAAAAAAAAAAAADrMU+ao157/fXX4957741PPvlkted07do1BgwYEIcffnhkZGTU4uwAAAAAAAAAAAAAAACAyhKag4iYO3dujBs3LmbNmhVFRUXRuHHjaNeuXfTo0SM6depU19MDAAAAAAAAAAAAAAAAKkhoDgAAAAAAAAAAAAAAAIDEaFDXEwAAAAAAAAAAAAAAAACA6iI0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBgN63oCAAAAABERt912W9x+++0ptSlTpqx37QAAAAAAAODnan3ZIzvxxBNj9OjRq4779OkTjz76aK3PAwCA5BKaAwAAoF5Yvnx5fPnllzFt2rTIz8+P/Pz8WLlyZTRp0iSaNm0abdu2jQ4dOkTHjh0jOzu7rqcLAAAAAAD1kvV8AAAAoDoIzQEAAJBYxcXF8eqrr8bQoUPj448/jqVLl661TVZWVvziF7+IHj16xI477hi77bZbtGrVqhZmCwAAAAAA9ZP1fNY3Xbt2rfC5WVlZkZubG7m5udG+ffvYeuuto0ePHrH33ntH06ZNa3CWAAAArInQHAAAAIn0+uuvxzXXXBNz5sypVLuSkpKYOHFiTJw4MZ566qlo0KBB9O/fP6644ooamum6mTlzZuyzzz4ptRtuuCGOOOKIOppR8l1yySUxfPjwVccdOnSIkSNH1uGMAAAAAAB+vurLej7JVVJSEnl5eZGXlxczZsyIDz74ICIicnJy4te//nWcc8450bp16zqeJaw7e2QAAPzcNKjrCQAAAEB1Ki0tjauuuirOOOOMSm+wl2flypXx7bffVsPMAAAAAACAH1nPJ+kKCwvjqaeeioMPPjhef/31up4OAABAveNJcwAAACTKoEGD4qmnnir3tfbt28fOO+8cW2yxRbRq1SqaNGkSRUVFkZ+fH9OnT4/PPvssJk+eHMXFxbU8awAAAAAAqF+s5/NzkpWVFV26dCn3teLi4sjPz4/58+eX+3peXl6cc845MXjw4Nhjjz1qcpoAAAD8hNAcAAAAifHaa6+Vu8G+zTbbxIUXXhg777xzZGRkrLGPJUuWxDvvvBOvvvpqvPbaa1FUVFRT06WODRw4MAYOHFjX0wAAAAAAqHes5/Nz06ZNm3juuefWeM6CBQvinXfeiQcffDAmTZqU8lpJSUmcf/758eqrr0aLFi1qcKawduvLHtmjjz5a11MAACDhhOYAAABIhNLS0rj++uvT6n379o2bb745srOzK9RPkyZNom/fvtG3b98oKCiIoUOHxty5c6t7ugAAAAAAUC9ZzyepWrVqFYcddlgcfPDBcf3118djjz2W8np+fn7cfffdcfHFF9fRDAEAAOoXoTkAAAASYcyYMTFr1qyU2sYbbxw33HBDhTfYy2rWrFn89re/rYbZAQAAAAAAEdbzSb6GDRvGlVdeGdOmTYv3338/5bXnn38+LrroorU+SREAAIB116CuJwAAAADV4e23306r9evXL3Jzc+tgNgAAAAAAQHms51MfZGRkxFlnnZVWnzdvXkyZMqUOZgQAAFD/eNIcAAAAifDtt9+m1bp3714HM/mfpUuXxvTp02PatGmRl5cXixcvjszMzNhggw2iZcuW0a1bt+jYsWOdzrGy8vPz49NPP4358+dHXl5eFBcXR8uWLaNVq1bRo0ePaNOmTV1PMVFKS0tjypQpMWPGjFiwYEEsXLgwmjRpEq1atYoOHTpEjx49omFDyzsAAAAAwM/H+rieX9bs2bNj8uTJkZeXFwsXLozi4uLIycmJ1q1bx+abbx6bb755lZ+KV9aSJUti3LhxMX/+/FiwYEEsWbIkWrRoEa1atYpu3bpFp06dqmWcNSkoKIixY8fG119/HQUFBdG0adNo1apVbL311tGlS5caGbM+rH/37NkzcnNzY/HixSn1L7/8Mrp161blfuvy2q1YsSImTZoUs2bNiry8vFi0aFFkZmZGbm5udOjQIbp06RLt27evlrHy8/Nj/Pjxq342VqxYEa1bt47WrVtHjx49olWrVtUyTlnffvttTJw4MebOnRv5+fnRtGnT6NixY53sg5WUlMT48eNj6tSpkZeXFw0bNoxWrVpF586dY9ttt43MzMxanc/PwbfffhuTJk2KBQsWRF5eXmRnZ0erVq2iTZs2sf3220fjxo1rfA4+NwCA9cfP+78qAQAA4P9bsGBBWq1Jkya1OofS0tIYM2ZMjBw5MkaPHh0TJ06M5cuXr7FN27Zto2/fvjFgwIAKbyIOGzYsLr300tW+fumll67x9YiIPn36xKOPPlqh8ZYuXRpPPPFEjBgxIsaPHx8rVqxY7bm/+MUv4tBDD40TTjghmjZtWqH+68ptt90Wt99+e0ptdXd3/dWvfhWzZs0q97VZs2ZF165d1zreI488EjvttFOF5vbpp5/Go48+Gu+++27Mnz9/tefl5OTEbrvtFqeeempsu+22FeobAAAAAKAurQ/r+eWZMWNGPPzww/HOO+/E9OnT13hukyZNYscdd4y+ffvGwQcfXOn18OXLl8fw4cPjP//5T3z88cdRUlKy2nM32WSTOPDAA+Pkk0+OFi1aVGqcSy65JIYPH77quEOHDjFy5MhVx5MmTYrBgwfHyJEjVzuHDh06xMknnxzHHntsZGVlVWr88tSn9e/MzMzo0KFD2t5DXl5elfqry2v3+uuvx9ChQ2P06NFRUFCwxnPbt28fu+22Wxx++OHRu3fvSo2zfPnyGDZsWDz77LMxduzY1e5JZWRkxDbbbBO//vWvo3///uscYi0tLY3hw4fH448/Hp9++ulqx9xhhx3i1FNPjb333ntVveweUr9+/eLGG29c43jl7fW9/vrrq262OW/evLjnnnti+PDhq73ezZs3j379+sXpp58eLVu2rND7/NH6skd24oknxujRo1cdV2b/8qfy8/PjgQceiFdffTW+/PLL1Z7XqFGj2HHHHeO4446L/fbbr9Lj1PXnBgBA5QnNAQAAkAjlbYaVd7famjJ69Oi46KKLYvbs2ZVqN2fOnHjkkUfi8ccfj1NPPTXOPvvsaNCgQQ3NsvKeeeaZ+Oc//xnz5s2r0PlffPFF3HzzzfHwww/HlVdeGQcccEANzzBZZs2aFTfeeGO88sorFTq/sLAwXnnllXjllVeib9++8ec//zmaN29ew7MEAAAAAKi6ul7PL2vBggXx17/+Nf7973+v9UZ4P1qyZEm8/fbb8fbbb8cNN9wQY8aMqfB4r732Wtx0003x9ddfV+j8b775Ju6+++547LHH4vzzz4/+/ftXeKzVKS0tjX/+859xzz33rPFGeRE/rFtfe+21MXTo0LjvvvuidevWVRqzvq5/lxeoLPvkubWpy2v3wQcfxI033hgTJ06scJtvv/02nnnmmXjmmWfixBNPjCuuuKJC7d5///24+uqr46uvvlrruaWlpTFhwoSYMGFCPPLII3HZZZdVKQQVETFz5sy46KKL4uOPP17rmB9//HF8/PHHceCBB8YNN9xQI4HfESNGxBVXXBH5+flrPC8/Pz8efvjheO655+Luu++O7bffvtrn8nPw6KOPxm233RaLFi1a67nLli2LUaNGxahRo6Jnz55x9dVXVyj0VxE+NwCA9dP681d4AAAAsA422mijtNpLL71Ua+PPnDmz0oG5n1q+fHkMHjw4zjjjjApvytekkpKSuPzyy+OKK66ocGDup+bPnx/nnntu3HHHHTUwu2QaO3ZsHH300RXe9C7rlVdeiWOOOabCf2gBAAAAAFAX6no9/6cmT54cRx11VAwbNqzKa/OFhYUVOq+0tDRuvfXWOPPMM6u0jrt48eK45ppr4k9/+tNag25rsnLlyrjwwgtj8ODBlepn4sSJ0b9//wq/35+qz+vf5T1tKicnp8Lt6/LaPfTQQzFgwIBKBebKqmhAcOjQofG73/2uQoG5sr799tsYOHBg3HfffZVu+80338QJJ5yw1sBcWS+99FKceuqpUVxcXOkx1+SJJ56Ic845Z63Bq59auHBhDBgwICZNmlStc1nfrVixIv70pz/FddddV6HAXFmffPJJHH/88fH++++v81x8bgAA6y9PmgMAACARevbsGU899VRK7b333otHH300TjzxxFqfz0YbbRTbbLNNbL755tGxY8fIycmJJk2axJIlS+L777+Pzz//PN555534/vvvU9q98cYbccstt8RFF1202r432GCD6NatW0T8EG6bOnVqyuvt2rWLDTbYYI3z22STTVb72sqVK+PMM8+Mt956K+21Nm3axC677BJbb711tGjRIho1ahSLFi2KiRMnxjvvvJNyN+Af/wCgZcuWcfzxx69xPuu7Ll26RLNmzSIiYvbs2Smbb1lZWdGlS5e19lHe3WR/9MEHH8Spp54ay5YtS6k3aNAgevfuHT179oyOHTtGs2bNYtmyZTFnzpz48MMP4/3330/5o4avvvoqfv/738fQoUMjNze3sm8TAAAAAKDGrS/r+Z999lmccMIJUVRUlPZabm5u7LTTTrH99ttH69ato2nTprF48eKYO3duTJgwIT755JNYuHBhpcYbNGhQ2vuOiGjRokXsuuuusc0220Tr1q2jcePGUVBQEF988UW88847aSGip556Kpo1axYXXnhhpcb/0d///vd4/vnnVx23a9cu9tprr9hyyy2jZcuWUVRUFFOnTo1XXnklZs6cmdL2q6++iptvvjn+9Kc/VXi8+rz+vXTp0nLDamvao/mpurx2t9xyS9x9993lvrbpppvGbrvtFptttlm0atUqSktLIz8/P7766quYMGFCfPrpp5UKoT777LNx2WWXpdUzMjJi++23jz333DPatWsXmZmZMXfu3Hjvvffigw8+SHmPpaWl8de//jUyMjLilFNOqdC4BQUF8X//93/l3hSzU6dOse+++0bnzp2jefPmkZeXF1OmTImRI0euutnkhx9+GDfeeGOF3+favP3223HttddGaWlpREQ0a9Ysdtttt+jZs2e0bt06Vq5cGbNmzYo333wzxo0bl9K2qKgoLr300vjXv/4VDRtW758F1/QeWVVdeeWVMXTo0LR6o0aNYo899ojevXvHRhttFEuXLo1Zs2bF66+/HlOmTEk5d/HixXHqqafGww8/HL169arSPNbXzw0AgB/4f1kAAAAkwl577RWNGzeOpUuXptSvu+66ePfdd+N3v/td9O7du0bn0KlTpzjyyCNj7733XhVqW5MVK1bECy+8EDfddFPK09weeOCBOOCAA2Lbbbctt90+++wT++yzT0T88IS7H//3j84+++w44ogjqvw+br/99rTAXNu2beOSSy6Jvn37RmZmZrntli9fHsOHD4/rr78+5Y8Mrr/++thuu+1im222qfKc6tq999676n9fcsklMXz48FXHbdq0ieeee67Kfc+bNy/OP//8tE3vI444IgYOHBjt27cvt91pp50W33zzTVx99dUxatSoVfXp06fHZZddFrfeemuV5wQAAAAAUFPWh/X8vLy8GDhwYFpgLicnJ/7whz/ESSedFE2aNFlt+xUrVsQHH3wQQ4cOrdBT8oYOHZoWmGvRokWcf/75cfjhh0ejRo3KbVdaWhqvvfZaDBo0KOUmfPfdd1/07t079t5777WO/VPffffdqvXunJycuOSSS+LII48sd93/vPPOi1tvvTVlfTwi4sknn4w//OEPsfHGG691vPq+/j1y5MgoKSlJqWVmZq52/+en6vLavfzyy+UG5rbaaqu44IILYvfdd19j+7y8vHjttdfi0UcfXetYX3/9dVx99dVp9S233DL+/Oc/l3utTj311Jg6dWpcdtllMXbs2JTX/v73v0efPn2iR48eax37+uuvT7kZZMT/fi6OPvroyMjISGtzxRVXxH333Rd33HFHLF++PB5//PHIyspa61gVceONN8bKlSsjIyMjBgwYEKeffno0b9487bwzzjgjXnzxxbjkkktSvh+TJk2KESNGxMEHH1wt8/lRTe6RVdWLL75YbmBun332iUGDBpX7++mcc86JN954IwYNGhRz585dVS8pKYkLL7wwnnvuuVXhwMpYXz83AAB+0KCuJwAAAADVoVWrVtG/f/9yX3vjjTeif//+seeee8all14aTz/9dEyePLlSd7lcm759+8arr74ap59+eoUCcxE/bIweeuih8fTTT6dsbpaWlsbDDz9cbXOrjE8++SQGDx6cUuvZs2f85z//iQMPPHC1gbmIiIYNG8bRRx8dTzzxRMqdSktKSuIf//hHTU35Z++yyy6L+fPnrzrOzMyMv/3tb3HDDTesdtP7R5tsskncd999aSHJESNGxPjx42tkvgAAAAAA66Ku1/MjIq655pqYNWtWSq1t27bxxBNPxB/+8Ic1BuYifljH3XXXXePmm2+OV155ZY3nzpw5M6699tqUWufOneO5556LY489drWBuYgfnrS13377xdChQ6Nt27Ypr918882rnmxUUSUlJVFaWhotWrSIxx9/PI455pjVrvtnZ2fHBRdcEMccc0xKfcWKFeWGVcpTn9e/CwsL47bbbkur77777tGqVau1tq+ra7dgwYJyn/p24IEHxtNPP73WwFxERMuWLePoo4+Of//7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uQEArN+E5gAAAEishg0bxt577x177713rFixIiZNmhQff/xxfPrppzFp0qT46quvVnuXyR8NGzYslixZEv/4xz8qNGZxcXE8+uijMWzYsPjyyy/Xaf4/3cCsaStWrIhx48al1KZMmbJOm6Fl76RaUFAQJSUlkZWVVeU+k6S8jb2rr756na5P2TsW5+XlVbkvAAAAAIDaUlvr+eWFZdYlkLQ2ZdeB8/Ly1mndvaioKK2Wl5dX4dBco0aNom3btpUet7xQ4Zr2MKx//2CLLbaI448/vsKBuYi6vXZlfz4aNGgQ2223XZXHXZOJEyem1bp3717l/rp3754SmvtxjPJCc59//nnKcePGjWPzzTev0rhbb711ldqVp3PnzpVuU9mfzZ+7zz77LK1W9kmYldG9e/eU0FxBQUF88803lXr6qc8NAGD9JjQHAABAvZCZmRndu3dP2XBbsmRJjBs3Lj744IN4+eWXY9q0aeW2femll6JXr15x4oknrnGMjz/+OC655JK0J8ZVVW1ujixcuDCWLVuWUlu0aFFa8G1dLVq0KDbccMNq7fPnas6cOWm1qVOnVusYCxcurNb+AAAAAABqWk2u58+fPz+t1rVr1+qZeDnKrgP/+PSr6rRw4cIKBzw22GCDKo3RsGH6nxkuX758tecncf07KysrunTpklZfsWJFFBQUxNy5c6O0tDTltYkTJ8ZJJ50UF154YZxyyikVGqcur93333+fctyhQ4fIzc2t1rF/VF5wr7zrW1HlBRNXFw4s+/7btm0bmZmZVRp34403jqysrCgpKalS+5+qys9neWHKNf1s/tyV95lWNfAYsfrvTWVCcz43AID1m9AcAAAA9VaTJk1i5513jp133jnOOeeceOedd+Ivf/lLfPHFF2nnDh48OI466qho0qRJuX3997//jdNOOy2WLFlSbfOrzc2R2tpcLns30/qsNq552SAkAAAAAMDPUXWt55d3o7iKPqWtspYuXVora+KVGWNdnlZWGUlc/27Tpk0899xzq329sLAwRo0aFffff3+MGzduVb20tDRuuummaNy4cfTv33+t49TltSv781FTPxvljbWu45UXXFrdtczPz085Lu+pX5WRm5tbLU8+LC+cSqqyn13Eun1vymtb2RuK+twAANZvDep6AgAAALC+2GOPPeJf//pX7Lnnnmmvff/99zFy5Mhy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mzaNI444Yp3nBwDA+kVoDgAAgER4880344ADDohLL700pk6dWuV+5s6dG2eeeWYsWbIkpd6qVavYbbfd0s7faqutomnTpim1Rx55JObMmVOh8W6//fZ4/vnnqzzfBg0apN1RcdSoUVXevDz33HMjIyMjpfboo4/GrbfeWuUN/M8//zwuuuiiWt80qyldu3ZNq7311ltV6qtPnz5p36tFixbF7373uyp/j5ctWxZPPvlkPPjgg1VqDwAAAABQk+pqPf9Hm266afz6179OqS1btix+//vfx+eff17pecycOXONr59xxhmRnZ2dUnvttdfiyiuvjOLi4kqP9+OY1157bZXmW1usf/9P7969067FkiVL4u677y73/Lq8dieddFJaMOqjjz6K888/v0rf1zU9pW7LLbdMe7JXQUFBnHXWWVFYWLjWvouLi+Pss8+OefPmpdS7du0au+666xrbHnnkkdG2bduU2qhRo+Liiy9e6/vMz8+P0047Lb744ou1zjFpqnOPrKoOP/zwaNGiRUpt7Nixce2111ao/axZs+Lss89O20s98sgj0777AAD8/AnNAQAAkBjLly+PYcOGxUEHHRTHHHNMDBkypMJ3o1yyZEk88cQT0a9fv3I3mS+66KJo1KhRWj0rKyv23XfflNqiRYvi//7v/2Ly5MmrHW/u3Lnxxz/+MW677bZVtdzc3ArNtayePXumHH/11Vdx+eWXr3EjcnV69eoVZ511Vlr9jjvuiJNOOik++uijCvWTl5cXzzzzTAwYMCAOPfTQeO655yp8d8713XbbbRcNGqQuqfzlL3+J1157LUpKSird3w033JD2xMLp06fHUUcdFXfffXcUFBSstY/S0tIYM2ZMXH/99fGrX/0qBg0aVC/v1gsAAAAA/DzUxXr+T11xxRXRqVOnlNqcOXPiN7/5Tdxzzz1pQbyyVqxYEf/973/jggsuiP3333+N53bq1CmuueaatPozzzwTxxxzTLzxxhsVumnd4sWL4/nnn48zzjgj+vbtG0OGDIlly5attV1dsv79P2effXZa7amnnoq5c+eWe35dXbsWLVrEjTfemHaDxZdeeimOPfbYeO+999Y67qJFi+KZZ56JQw89NGUfrDyDBg1KuznluHHjon///vHZZ5+ttt3UqVPjpJNOinfffTelnpWVFX/+85/XOsfc3Nxyfy6ff/75+PWvfx3PPvts2jWeN29eDBkyJA488MAYPXp0RPzw873hhhuudbykqO49sqrIycmJQYMGpdUfe+yxOPvss1f7BMeIHwJ+xx9/fMyePTul3qFDhzjnnHOqfa4AANS9hnU9AQAAAKgJ48aNi3HjxsW1114bHTp0iO222y66dOkSLVu2jJYtW0ZERGFhYcyaNSsmT54cH3zwQRQVFZXb14EHHhj9+vVb7VhnnHFGvPTSSymbQdOnT49+/frFHnvsETvvvHO0bds2li9fHvPmzYvRo0fHe++9l3KnyiOPPDJmzJixapOtMo488sh48sknU2rDhg2LYcOGRatWraJVq1bRsGHqEkD37t1Xu2l45plnxrRp0+KFF15IqY8ePTr69+8fnTt3jp122im22GKL2GCDDSI7OzsKCgpi0aJFMXXq1Pjss89i6tSpiQnJldWmTZvYY489Uu6cOX/+/DjzzDMjKysr2rVrF02aNEnbUL7uuuuiR48eaf1tvPHGceedd8ZJJ52U8h0sKiqKW265Je66667YYYcdomfPntGmTZto3rx5LF26NAoKCuK7776LiRMnxoQJE2LhwoU19p4BAAAAAGpKba7n/6h58+Zx2223Rf/+/VOeaLV48eK4+eab4+67745ddtkltttuu2jdunU0bdp01ZrspEmTYsyYMfH9999X+D3269cvpk6dGvfee29KfdKkSXHaaadF+/btY6eddopu3bpFixYtonHjxlFQUBAFBQUxffr0mDBhQnz++ee1FkqpLta//2f77bePPffcM95+++1VtWXLlsXdd98df/rTn9LOr8trt88++8Rpp50WgwcPTqlPnDgxBgwYEJ07d47ddtstNttss2jVqlWUlpZGfn5+TJ8+PSZOnBhjx45d9V3deuut1zjWJptsEoMGDYqLL744pT5p0qQ46qijYocddog99tgj2rZtG5mZmTF37tx4//3347///W8sX748rb/zzjuv3L2Y8uy1115x2mmnxV133ZVS//rrr+Piiy+OzMzMaN26dTRv3jzy8vJiwYIFKQHXrKysuPHGG+Oiiy5KaV82VJYk1b1HVlUHHXRQjBo1KoYOHZpSHzFiRLz11lux5557Rq9evWKjjTaKZcuWxcyZM2PkyJExadKktL6ysrLir3/9azRr1qza5gcAwPpDaA4AAIDEmzVrVpWeuhbxw0b22u5Iudlmm8UVV1yRdlfDlStXxltvvZWycVSenXfeOa666qo45ZRTqjTHbbfdNo444ogYNmxY2msLFiyIBQsWpNWbN2++2v4yMjLib3/7W3Tq1CnuvvvutDvcTp8+PaZPn16luSbFRRddFB9++GHaH2aUlJTEN998U26b1f0RR0REjx494qmnnoqBAwemXduioqIYNWpUjBo1ap3nDQAAAACwPqvp9fyf2mqrreKJJ56I008/PW3MxYsXx6uvvhqvvvpqleZSngsuuCDatWsXN9xwQ1r47dtvv43hw4dX21jrE+vf/zNw4MCU0FzED08cPPXUU6Ndu3Zp59fltTv33HOjRYsW8Ze//CVWrlyZ8lp17xMdfvjhsXz58hg0aFBKEG7lypXx0UcfxUcffbTWPjIyMuKPf/xjpffazjvvvMjIyEgLCEb88ETJ7777rtynYGZnZ8ff/va36N27d1p4Lzc3t1Jz+Lmp7j2yqrr22msjMzMznn766ZT60qVL45VXXolXXnllrX3k5ubG7bffHr169ar2+QEAsH5I7i0tAAAAqFcOO+ywOOSQQ9YYBquMTp06xZ133hk33nhjZGZmrvX84447LgYNGhRZWVmVGufII4+Me++9N7Kzs6s61YiIuPrqq+Okk06qtrtXNmjQIM4777y45557olu3buvUV7NmzeLoo4+OnJycapnb+mCLLbaIBx54IDbddNNq63PLLbeMoUOHxgknnBCNGjVap7569OgRe+21VzXNDAAAAACg+tT1ev5Pde3aNZ555pk49NBDq7y+3rp16wqf279//3j88cfXOaDRuHHjOPjgg6N9+/br1E9tsf79g2233Tb23nvvlFpxcXG5ga0f1eW1++1vfxv3339/bLnlllUes6I/H0cddVTce++90blz50qP0a5du7j11lvj1FNPrXTbiB8Cgg888ECFx95qq63i8ccfj/333z8iIvLz81NeT/oTy2pij6wqMjMz49prr43LL788Nthgg0q333777ePxxx+PXXbZpQZmBwDA+sKT5gAAAEiEXr16Ra9evaKkpCQ++uij+PDDD+Pjjz+O8ePHV/juhRtuuGHssssuccghh8Ruu+0WDRtW7j+bjz/++Nhxxx3jzjvvjFdffTXtTrE/ysrKit133z1+97vfRe/evSs1xupkZ2fH5ZdfHieffHK88MILMW7c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t3Tp0jjrrLPi2WefjXbt2lXxXQMAAAAAAAAAAAAAAAA1xZPmiIj0J801bdo0unfvHt27d48ePXrEeeedl/J6dTxpbvLkyXH44YfHT7+Cv/jFL+L++++PjTfeOO380tLSuOGGG+Lhhx9OqZ988slx8cUXV2jM+fPnx7777htLlixZVdt4443j/vvvj1/84hfltnnggQfipptuSpnn/vvvH7feemuFxgQAAAAAAAAAAAAAAABqjyfNERER2267bfTo0WPVP5tvvnk0aNBg1etlQ3PV4R//+EdKEC0nJyfuvffecgNzEREZGRlx2WWXxcyZM1OeTvf444/Hb3/729W2+6m77rorJTCXmZkZd95552oDcxE/hPJmz54djzzyyKraK6+8Ep999llss802ax0TAAAAAAAAAAAAAAAAqD0N1n4K9cEzzzwTf/rTn6Jfv36xxRZbpATmasKkSZPijTfeSKmdffbZ0a5du7W2veqqq6Jx48arjpcuXRr333//WtvNnz8/nnzyyZRa//79o3v37mtte95550WbNm1WHZeWlsadd9651nYAAAAAAAAAAAAAAABA7RKao0689NJLKcdNmzaNo446qkJt27RpE3379k2pjRgxYq3tXn/99SgpKVl1nJGRESeddFKFxmzatGkceeSRKbW33347CgsLK9QeAAAAAAAAAAAAAAAAqB1Cc9SJ119/PeV4v/32i9zc3Aq3P+KII1KO58yZExMmTKjUmL169YpOnTpVeczi4uIYNWpUhdsDAAAAAAAAAAAAAAAANU9ojlr37bffxpdffplS69OnT6X66NmzZ2RlZaXU3nzzzdWeX1xcHO+///46jbnJJptE27ZtKzwmAAAAAAAAAAAAAAAAUPuE5qh1U6ZMSavtsMMOleqjcePGsfXWW6fUPv/889WeP3369CguLl6nMctrs6YxAQAAAAAAAAAAAAAAgNonNEetmzZtWspxw4YNo3PnzpXup0uXLinHX331VYXHLK99dY8JAAAAAAAAAAAAAAAA1D6hOWrd1KlTU4433njjaNCg8l/Ftm3bphxPnz49VqxYUaExMzMzY+ONN17nMQsLC2Pu3LmV7gcAAAAAAAAAAAAAAACoGUJz1Lrvvvsu5bhsEK2i2rdvn3JcXFwcCxcurNCYG220UWRmZq7zmBEhNAcAAAAAAAAAAAAAAADrkYZ1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AAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJ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j4iIlpaWWLp0aSxdunS3Y0tKSuL000+PL33pSzF69Ojd3vvmU+ki/i+w1xddBfNaWlpi//3379N8SWtra4u2trakywAAAAAAAOiz8vLypEsYcN7pAAAAAAAAQ10S73SE5kjU1KlT47//+7/j3nvvjbvuuiseeeSRPY454YQT4otf/GJMnjy5R2vsHJqrqKjoU61djctms32aazB49tln47XXXku6DAAAAAAAgD475phjki5hwHmnAwAAAAAADHVJvNMpLfiKsJN169ZFfX19PPvssz26/5FHHomPfexjsXjx4njjjTf2eP+2bdvy2sOGDetTnV2F5nYO5AEAAAAAAAAAAAAAAADJctIcicnlcnH99dfHTTfdFDt27OjsLy8vjyOPPDImTZoUI0aMiGw2G+vWrYunn366MyT36quvxrXXXhs//elP4zvf+U4ceOCBST0GAAAAAAAAAAAAAAAAMIgIzZGI9vb2+NznPhc///nPO/tKSkriggsuiIsvvjhGjx69y5impqZYunRp/Od//mfkcrmIiFi9enV89KMfjTvuuCNqamq6XGv48OF57e3bt/ep5tbW1l36Kisr+zQXAAAAAAAAAAAAAAAAMDCE5kjETTfdtEtgbsGCBfFP//RP3Y4ZOXJkfPrTn45jjz02Pv7xj0dbW1tERKxfvz6++MUvxk033dTluJ2DbV2F33qiq3FVVVV9mmswOOKII2LixIlJlwEAAAAAAMBueKcDAAAAAADQe0JzFNzrr78eixYtyus7//zzdxuYe7O3v/3t8ZnPfCauvfbazr6HH344Hn/88Tj22GN3uX/n0NzWrVv7UHVENpvd49xDSXl5eZSXlyddBgAAAAAAALvhnQ4AAAAAAEDvlSZdAMXnpz/9ad6pbSUlJfHxj3+8V3PMnj07RowYkdd39913d3nv2LFj89p//etfe7XW32zYsCGvPWzYsNhvv/36NBcAAAAAAAAAAAAAAAAwMITmKLhHH300rz116tSoqanp1RwVFRVx3HHH5fU9+eSTXd576KGH5rUbGxtjx44dvVovYtfQ3MEHHxxlZWW9ngcAAAAAAAAAAAAAAAAYOEJzFNzLL7+c1z7ggAP6NM/O4xobG7u8b9KkSXntXC4X69at6/V6L7zwQl77kEMO6fUcAAAAAAAAAAAAAAAAwMASmqPgWltb89r77LNPn+YZ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HAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAA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AAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAA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tm2r9Jh1SV5eXnzxxRcxZ86cWLp0aeTk5ERERJs2baJNmzbRs2fP6N69ey1XmXlWrlwZkydPjvnz58fKlSujefPmkZWVFTvssEP06NGjyo/37bffxieffBLZ2dnxzTffRNOmTaNz586x4447Rrdu3ar8eCXJy8uL//3vfxtqWLVqVbRu3TqysrJi2223jW233bbaa1i9enVMmTIl5s+fH999910UFBREq1atYu+9947tttuu1L4FBQUxb968mDlzZnzzzTeRk5MTBQUF0axZs2jRokV07tw5unbtGltuuWXUr1+/2h9LOnJycmLOnDkxb968+O677yInJycaN24crVu3jnbt2sVOO+0U7du3r5Fa8vPzY8qUKTF79uz49ttvo2HDhpGVlRVbb7117LLLLtGgQYMqPV5eXl58/PHHsWjRoli2bFnUr18/Nt988+jZs2dsv/32m8zC9Lx58+LTTz+N7OzsyMvLi7Zt20aHDh2iT58+0aZNmyo/3rRp02Lu3LmxZMmSWLt2bbRq1Sq22Wab2GWXXar8exoAAAAgqazblK6goCA+/fTT+Oqrr+Kbb76JFStWRMuWLSMrKyu22mqr2GGHHart/F1eXl5MnTo1Fi9eHN99912sWLEiGjduHC1btoxu3brFtttuW2PnTOuqmj6nv2zZspg+fXp89dVXsWrVqlizZk00adIkmjZtGu3bt48uXbrE1ltvXaPnJ99+++346KOPirVff/31VRKY+7FjjjmmSscrTUFBQXz55ZcxZ86cyM7OjlWrVsX69eujdevW0aZNm+jevXv07Nmzytc68vPzY/bs2fH555/H8uXLY9WqVVGvXr1o0qRJtG7dOjp37hzdunWr1N37Ijbt9ZyaVlhYGJ9//vmGdbNvv/02IiJatmwZnTt3jh49ekS3bt0q9VlcW6+3uqawsDBmzJgR8+fPj2+++SaWL18erVq1iqysrOjatWvsuOOONfIc1PQaNQBAZQnNAQAAG3zzzTfF2po1a1ajNQwYMCAWLly4YfuEE06IYcOGRcT3i2sjRoyI4cOHx4IFC0rs37Rp0zjwwAPjggsuiN69e1eohrVr18Y777wT7777bowfPz7mzZtX6v716tWLbbfdNk488cQ47bTTyr3YNmTIkBg1atRG/37IIYeUOcaFF14YgwcPLtZ+zz33xL333pvSNmPGjHLVFfF92OGNN96I8ePHxyeffFLs6oVFZWVlxUEHHRTnnHOOk+GVVPR10aVLlxg7duyG7WnTpsX9998fY8eOjfz8/BLH6NKlS5x99tlx2mmnVfqqohMmTIiHHnooxo0bF+vWrStxn549e8bZZ58dxx9/fJX/AKGwsDBGjx4do0aNigkTJkRubu5G9+3QoUMcdthhce6550anTp3SOk5Z75lJkybFI488Em+//XaJ74cLL7xwo6G5qVOnxlNPPRWjR4+OlStXlllLy5YtY5dddokDDzwwjjzyyBIfS9HPyh9buHBh9OrVq8zj/OMf/4i99967xL+tW7cuPvjgg3jrrbdiwoQJMXPmzCgsLCx1vC233DKOOeaYGDhwYGRlZZV5/KJGjhwZV155ZUrbmDFjNixuL126NB566KEYNWrURp/H1q1bxwknnBDnn39+bLbZZmnX8GMLFiyIe++9N15//fVYtWpVifu0b98+Tj/99Bg0aFClf2gxcODAmDBhwobtvn37xvDhw8vsV3Suf/y9sH79+hg1alT8/e9/j5kzZ5bYv0GDBtG3b9/47W9/G7vttlvFH0B8Hyp9+OGH46WXXtro93Tjxo3j0EMPjfPPPz969uwZEd8/10W/82655ZY48cQTK1UPAAAAwKbOuk3J3n///Xj66adj3LhxsWLFio3u17Zt2zjooIPi3HPPrZK1i4KCgnj55Zfj5Zdfjo8//jhWr15d6v7bbLNN9O/fP0444YTYYYcdSt23rLWBH4wfPz5++ctfljrWvffeW+x894+VtF5U2nnGdNTUOf0frFixIkaMGBEvv/xyzJo1q8z9GzRoENttt13svffeccQRR8Qee+xRrRdG+/vf/16srV+/fnH00UdX2zGry9y5c+P111+P8ePHx8SJE0ud24iIVq1axb777hu/+tWvYtddd63UsT/44IN45plnYuzYsbFmzZoy999ss81it912iwEDBsShhx5a7jWL6ljP+bHyrt+WdM68qFGjRpW6zvzj9ZUflPZ5nq4PP/wwnnrqqfjggw/i66+/LnXfzTffPPbZZ5849thjo3///uUKdtXE662s57ms5/gHG1uDr6rP1blz58bf/va3ePvtt2Pp0qUb3a9t27ax//77x69+9asyv3NKUtfWqAEAqorQHAAAsEHjxo2LtZV0FdPa8MUXX8QFF1wQn3/+ean7rVmzJkaPHh1jxoyJX/3qV/Hb3/42rSuqPf7443H33XdvNCBRkh+uoHfrrbfGAw88EDfffHMcfvjh5e5fl8yePTsuuOCCMoOCRX3zzTcxcuTIGDVqVJx88slx3XXXlfh6ouIKCwvjrrvuioceeigKCgpK3XfhwoVx0003xQsvvBB/+9vfol27dmkfb82aNRvGKCssNXPmzBgyZEiMHDky7rrrrgoFpkry0UcfxdChQ+PTTz8t1/5LliyJJ598Mp577rk455xzYvDgwZW+omJ+fn7ccsstMWLEiDKfh6Ly8vLi5ptvjueeey7Wr19f7n6rVq2K999/P95///145ZVX4tlnn0237Ep55ZVX4sYbb9xwNdDy+uKLL+K+++6Lxx57LC6//PI444wzqqym0aNHxzXXXFPqD2Aivv+BxOOPPx4vvfRSPPjggxUOgT3++ONx5513lvmjl6VLl8Y999wTL7zwQtxzzz116irf2dnZcfHFF8ekSZNK3a+goCDGjRsX48aNi/POOy8uueSSCh1v3LhxcdVVV5X574a8vLx45ZVX4vXXX4+LLroozj333AodDwAAACATWLdJNWPGjBg6dGh88MEH5dr/u+++ixdffDFefvnlOPnkk+Oaa66p8NrF6NGj44477oj58+eXu8/cuXNj7ty58Y9//COGDBkSgwYNqtCxNxU1fU7/1VdfjRtvvLHEcOnGFBQUxPTp02P69Onx+OOPxyuvvFJtF4NctGhRjBs3rlh7VZ47rwnffvttnH322fHZZ5+l1W/lypUxevToGD16dBxyyCExbNiwaN26dVpjLF++PK6++up4/fXX0+r37bffxptvvhlvvvlmjBs3Lu68885S999U13Nqw/Tp0+OPf/xjykUAy7Js2bINgeODDz44HnjggY3uW5uvt7pm9erVceutt8Zzzz230Qub/th3330X//rXv+Lf//53HHvssXHNNddEmzZtKl1HTa9RAwBUtWTfjxgAAEhL+/bti7W9+uqrtVBJqi+//DJ+9rOflbnw+mPr1q2LBx98MIYMGZLW4sa0adPSCswVtXz58rjooovioYceqvAYtWnZsmVpB+Z+rLCwMJ577rk444wzKvU8kmr9+vVx+eWXx/3331/mYsSPffbZZ3HGGWdETk5OWsdbs2ZNnHfeefH888+nFRSbMGFC/OIXv4jly5endbySPPPMM3HmmWeWe3H9x/Ly8uK+++6L3/zmN2VeebI0BQUFcdFFF8WTTz5ZocDcueeeG88880xan0F1wezZs9MOzP3Y6tWr48Ybb4zrr7++Sup56qmn4uKLLy4zMPdj3333XQwaNCimTZuW9vHuvPPOGDp0aJmBuR/76quvYuDAgTF16tS0j1cdvvzyyzjllFPKDMwV9cADD5T544GSvPnmm3Huueem9YOt/Pz8uOOOO+L2229P+3gAAAAAmcK6zf83duzYOP3008sdmPuxgoKCeOaZZ2LgwIFl3hGpqPXr18ett94aF110UVqBuaKSvmZS0+f0n3vuubjkkkvSCszVtLFjxxZbW2jfvn0MGDCgliqqmJycnLQDTEWNGTMmTjnllFi8eHG5+yxfvjwGDhyYdmAuXZvyek5Ne+WVV+L0009PKzBXVFlrlrX1eqtrvvnmmzjzzDPjqaeeKldg7scKCwvjn//8Z/z85z+vdNC+pteoAQCqgzvNAQAAG+y+++7xzDPPpLS9//77MXz48Bg4cGCt1JSfnx+DBw+OZcuWbWjbeuut4/DDD48tt9wymjdvHkuXLo2PP/443n777Vi7dm1K/5deeilat24d11xzTYWOv80220Tv3r2jR48e0b59+2jRokU0atQocnJyYtGiRfHZZ5/Fe++9F2vWrNnQp7CwMP785z9Hz54946CDDtro2J07d47evXtHxPcLP4sWLUr5e48ePaJRo0al1rf55ptX6HGVV5s2bWLnnXeO7t27x5ZbbhktW7aM5s2bx5o1a+Lbb7+NWbNmxXvvvVfshPuUKVPimmuuib/85S/VWl+muPPOO+Pll1/esN25c+c48MADo2fPnrHZZptFbm5uzJ49O/7zn//EggULUvrOnTs37rjjjrjuuuvKfbxLLrmkxKuftm3bNg477LDo3bt3ZGVlxXfffRezZs2K//znP7F06dKI+D5wdcUVV1TwkX7voYceijvuuKNYe/PmzWPfffeNnXfeecP7ceXKlTF//vx4//33iy3Gjx07Nq6++uoKhYAiIu6+++4YO3bshu22bdtG//79Y+edd4527drFmjVrYvHixfHuu+9GvXr1ij2Gkp7Dzp07x3777RfbbrtttGvXLpo0aRKrV6+OnJycmD9/fnz++ecxefLkMn8Y0KNHj2jVqlVEfH+12h8HFRs1alSuK+M2b968zH0iIrp06RLbb799bLvtttGxY8do0aJFNG3aNHJzc2PJkiUxbdq0+O9//xsrV65M6ff0009Hz549K3XV3HfeeSduuummDT8saNWqVey3336x++67R7t27WL9+vWxcOHCeOutt+KTTz5J6ZubmxtXXnllPP/889GwYflOgT322GMlXuG0cePG0b9//9hrr72iQ4cOkZubGwsWLIixY8fGzJkzNxzvN7/5TRxxxBEVfrxVIScnJ84555zIzs6OiIh69erF7rvvHvvuu2907tw5mjdvHt9++21MnDgxXn/99WLfmw8//HAMGDAgdt1113Idb8qUKTF48ODIz88v9rdddtklDjzwwOjcuXM0adIkli1bFhMnTox33313w2v84Ycfjs0226ySjxoAAAAgmazbfO/ll1+O3//+98UCLY0aNYp+/frFrrvuGp06dYpWrVpFbm5uLFy4MMaNGxcff/xxyv6TJ0+OCy+8MP7xj3+Uuf7yg8svvzz+9a9/lfi3nj17xr777htbbrllbLbZZpGfnx/Lly+PWbNmxdSpU+Ozzz5L+4JsZWnevPmGtaUfTJ8+PWV78803r/b1ox+r6XP6c+bMiRtvvLHYc9u0adPo169f7LzzzrHFFltE8+bNo6CgIFatWhVLly6Nzz//PP73v//FwoULK/+gy2H8+PHF2vbcc89yn6+uq5o3bx4777xz9OjRI7baaqto1apVtGjRIvLz82PFihUxa9asGD9+fMyePTul37x58+K3v/1tPPHEE+V6DoYNGxYzZswo1r711lvHvvvuG927d4+2bdtG48aNIzc3N1asWBHz5s2Lzz//PD755JPIy8sr1+Op7vWcimjUqFGx9/ns2bNTzsO3adMmOnfuXOoYVenpp5/e6MUSO3bsGPvtt1/06tUrNttss2jUqFEsX748vvzyy5g6dWpMnjy52HdBeVXn663o85zuc1xd1qxZE2eeeeaG9acf22yzzeKwww6LXr16bVirnTNnTowePTqWLFmSsu+sWbPi5z//ebz44ovRtm3bCtVS02vUAADVYdP+HxgAAFClDjzwwGjatGlKACwi4uabb4733nsvzjnnnNhzzz1rtKYf/6C/devWcdVVV8UJJ5xQbL+zzjorsrOz4/rrr48333wz5W9PPPFEHHbYYbH33nuXebwfwgUnnnhiHHDAAdGpU6cy++Tk5GwIWvxwIr2wsDCuvPLKePPNN6Np06Yl9rv44ovj4osvjoiIkSNHxpVXXpny94ceeii6du1a5vGrWvv27eOEE06Iww47LHbaaaeoX7/0m5QXFhbGO++8E0OHDk25S92rr74aRx55ZBx55JHVXHGyLVmyJB5++OGIiGjRokUMGTIkTjrppGjQoEGxfS+55JK4++67N+z/g6effjr+7//+Lzp27Fjm8UaOHJkSFIv4/n0xaNCguPjii0t8PV911VXx0EMPxX333Rf5+fmlvu7LMm7cuGIL4k2bNo3f/OY38fOf/zxatmy50b7jx4+Pa665Jr744osNba+88krsueeeFQpu/fA8NmjQIP7v//4vfv3rX5cYNLvwwgtTFvvWrl0bjzzySMo+zZo1i2uvvTZOOOGEMt9TeXl58eGHH8bIkSM3BJ82VltExJAhQ2LUqFEbtjt06BAvvfRS2Q+wFD179oyTTz45DjzwwNh6663L3D8vLy+eeeaZ+Mtf/pJyxeRhw4bFoYceWq7XXkmGDRsW69ev3/AaPP/886N169bF9rvgggvilVdeiSFDhqTMxbRp02L06NHxk5/8pMxjzZkzp8QfYxxwwAFx0003lfh9cMkll8Trr78ef/jDH2LZsmWxePHiYj9iqmkjRozY8Bzsuuuucf3118eOO+5YbL8zzjgjFixYEBdddFHKj1MKCgri7rvvLvYaLkleXl4MGTKkWGBu6623jptvvjn22muvYn3OOuus+Prrr2Po0KEbfmx09913p/UYAQAAADKFdZuIzz//PK699tqUwFzDhg3jzDPPjHPOOSeysrJK7Dd48OCYNm1aXH311SnnvyZOnBh//vOfy3Xxt0ceeaTEwFzfvn3j8ssvj1122aXU/tnZ2fHqq6/GE088UeaxymvnnXcudv63V69eKdunn356DB48uMqOWZraOKf/yCOPFAtE/fSnP40rr7xyo6+HH5s1a1a89tpr8eyzz5a5b2WUdLessl4zdVXr1q3jpz/9aRxxxBGx++67lyuQNXHixPjjH/8YU6dO3dA2adKkePzxx+NXv/pVqX0XLVqUsu4REZGVlRV//OMfy3Wnvtzc3Hj//ffjueeeK3VNpibWcyqiY8eOxd7nAwYMSAl8DhgwIIYNG1ZlxyzNpEmT4uabby7W3q1bt/jd734XRx11VLGLS/7YqlWr4q233oonn3yyXMerqddb0ee5Np/jHxs6dGixwFyDBg3i17/+dVxwwQXRpEmTYn2uvPLKeOyxx+Kuu+5K+XxctGhRXHPNNXHvvfemXUdNr1EDAFSX0v9VDwAAZJSsrKyNLkK9+eabccYZZ8QBBxwQV155ZTz77LMxffr0WLduXbXW9MPCa4sWLeKRRx4pceH1Bx07doz77rsvjjnmmJT2wsLCuO6664pdgbQkV111VTz99NNx6qmnlisw90NtF154YTz00EMpV6r75ptvKh1cqWm77LJLvPXWW3HppZfGLrvsUuZiUMT3gaoDDzwwnn322dhhhx1S/vb3v/+9mirNHPn5+VFYWBht27aNESNGxKmnnlriYkTE93fDuuyyy+LUU09NaS8oKIgXXnihzGOtXLmyxMWfa665Jq644oqNBuEaNmwYF1xwQdx+++0baiv6I47yWLVqVVx22WUp79V27drFs88+G+eee26pi+sREXvvvXeMHDmy2A8E7rnnnli9enXa9RQUFET9+vXjjjvuiIsvvrjUO7P9eIFq3Lhxxa4sev3118dJJ51UrvdU48aNY7/99os77rij2OJSTTjrrLPi5ZdfjjPPPLNcgbmI72seOHBgPPnkkynzlJeXV+5F0JKsXbs26tWrF8OGDYsrrriixMDcD44++uj44x//WKz9ueeeK9ex/vCHPxS70ulRRx0VDz74YKnfB4cddlgMHz482rVrFxEVe+1XpR8ew8EHHxzDhw8vMTD3g65du8ajjz5a7KrT77//frE7iJbk73//e7Grt3bv3j1GjBhRYmDuB+3atYs77rhjw9XQa/s5AwAAAKirMn3dZv369fG73/0u5fxu8+bN45FHHonf//73ZQaktt9++3j66adjv/32S2kfPnx4LF68uNS+M2fOLPHuaWeeeWY8/vjj5Qo/dezYMc4666wYPXp0nHzyyWXuv6mprXP6Y8aMSdnu169f/OlPfypXYC4iYtttt40LL7wwxo4dG926dStXn3Tl5eUVu+tSRMROO+1ULcerTh06dIh33303rr322ujbt2+572C2xx57xIgRI6J///4p7cOHDy/zc2rs2LHF7iR41113lSswF/H958Shhx4aDz74YIlhrx9s6us5NSEvLy9+97vfFbt4Xt++fWPkyJFx9NFHlxqYi4ho2bJlHHPMMfHUU0/FLbfcUuq+tfF6q0s+/vjjYhdnrF+/fgwdOjQuueSSEgNzEd+H6s4555y45557ij1nr7/+eowePTrtWmpyjRoAoDoJzQEAACkuvvji2H333Tf69+zs7Bg5cmRce+21cdxxx8Uee+wRp5xyStx8883x2muvxbJly6qlrmuvvbZcC5D169ePW265pVjQY968efH222+X2b9Vq1YVLTH23Xff+OUvf5nSVt6wRl3RrFmzlOBfOtq0aRO33nprStukSZNi1qxZVVFaxhs6dGj07t27XPteeumlxRZN/vvf/5bZ78UXX4zly5entB133HHxi1/8olzHPfLII+Occ84p174lefrpp1M+Q+rXrx/33XdfsQXz0rRq1Sr++te/piwIffvttxV+L5511llx1FFHpdXnyy+/TNlu2rRpHHvssRU6frNmzSrUrzIq8znYu3fv+N3vfpfS9vzzz1eqnrPOOiuOP/74cu177LHHFvuu+PDDD4uF4YqaMWNGjB8/PqVtq622ij/96U/lWhjv3r17sc+/2tSlS5e47bbbNrp4+mNt27aN3/zmNylt69evj/fee6/UfuvXr4+nn346pa1hw4bxl7/8ZUOAsCxXXXVV7LzzzuXaFwAAACBTZfK6zejRo4vdbWfo0KHRr1+/ctfZuHHjuOuuu2KzzTbb0Jafnx+PPfZYqf0efPDBKCgoSGk75phj4qqrrirXOcMfa9CgQXTu3DmtPpuC2jinv2rVqvj2229T2k4++eQyQzsladiwYTRu3DjtfuWRnZ1dLPQVEcUuYLYpaNy48UYvqliWJk2axK233pqy1rFo0aIyzz8XXWfZeuuto2/fvhWqobR1lk19PacmjBo1qthF9rbeeut48MEHS73Q4cZ07dq11L/XxuutLnn88ceLtZ155pnlXic76KCD4qKLLirWXtZ3XmlqYo0aAKA6Cc0BAAApmjRpEg899FAcfPDB5dp/7dq1MWXKlBg+fHhcfPHFsf/++8fAgQPj+eefj7y8vCqpaaeddir3ieCI70+mDxkypFh70R/3V4eidU6bNq1Cd7jaVPXs2bPYXY0+/vjjWqomOfr27RuHHHJIufdv27ZtHHjggSlt06ZNK/OqvUXfI02aNInf//735S80Is4///xo3759Wn0ivr9SZdGFoOOPPz522223tMfq1q1bHHfccSltr7/+etrj/HAXyXTl5OSkbLdq1arCYdRN0U9/+tOUHyh8/fXXMXfu3AqN1bJly7Tn4Kc//WnK9rp162LGjBml9inp++GKK65I6wcT/fv3L/d3Z3W78MIL0wo//uQnPyl2ddBPP/201D7vvvtuLFy4MKXtpJNOSusHMfXr148rr7yy3PsDAAAAZKJMXrcpeuemvn37pn2Rs4jvz9EWvehhaeeMFyxYEK+++mpKW1ZWVtxwww1pHzupauucftHz7xHfr4nUNStWrCixvSIho01du3btit39q6y1w6LzXF1znOnrOeXxt7/9rVjbrbfeGs2bN6+FaspWkddbXZGdnR1vvPFGSlu7du1KDMGVZtCgQcWC6pMmTSpz3ackNbVGDQBQnYTmAACAYlq3bh33339/3HrrrbHVVlul1bewsDAmTJgQV199dRxxxBHxz3/+s9L1nHLKKWlfIfLAAw+MTp06pbSNGzcu8vPzK11PaYqegF63bl1MnTq1Wo9Z1xR9zUyePLl2CkmQU045Je0+Re/elJubG9nZ2Rvd/6uvvip2V8ABAwakfdXTZs2aVegqnJMmTYolS5aktJ188slpj/ODgw46KGX7k08+SfsHIUcffXS0aNEi7WMXXbxdtmxZzJ8/P+1xNlWtWrUqdqexTz75pEJjHXXUUdGyZcu0+pR0des5c+aU2uedd95J2W7fvn2x11B5nH766Wn3qWrNmzePY445Jq0+bdq0KfbZXVbQ8YMPPijWVpH3bJ8+faJ79+5p9wMAAADIJJm4brNgwYJiP/CvyLnyHxQ937dw4cJiF4X6wdtvv13sLnOnn3562ucqk6y2zum3bdu22GuvLgZi1qxZU2J7Ohc7S5J01w6LrrPMnDkzVq5cWcVVWc8py+effx5ffPFFStuee+5ZoXBsTdpU16rHjRtX7LvnuOOOSzug2KhRoxK/Lytyx72aWKMGAKhuLosBAACUqF69enH88cfHMcccE++++27861//irfeeitWrVpV7jG++uqruPzyy2PcuHFxww03pHXHnh879NBD0+5Tv379OOSQQ+LJJ5/c0LZ27dqYNm1aiYGKjSkoKIhJkybF9OnTY+bMmbFkyZLIycmJnJycYietN+arr75Ku/665IsvvojJkyfHjBkz4ssvv4xVq1bFqlWrIi8vLwoLC4vtv2jRolK3SV/fvn3T7rPlllsWa1u5cmV07ty5xP1LWjA6/PDD0z7uD/0effTRtPp8+OGHKduNGjUqtqiSjq5du6Zsr127NmbPnh3bb799ucfYe++9K3TsXXfdNWW7sLAwLrnkkvjrX/+60ee/LissLIypU6fGp59+GjNnzozFixdHTk5OrFq1KtatW1din+XLl6dsV/RzcK+99kq7T7du3Yq1lfbd9fXXX8eCBQtS2g455JBid14rj/333z+aN28eubm5afetKrvuumuFvm+33HLLlHBhWT9AKBqEzMrKSuv79ccOOuigMoONAAAAAJku09Ztip4zjojYY4890j7uD4qeM474/u43Xbp0KdY+fvz4Ym1F74SW6WrrnH6TJk2iV69eMX369A1tjz76aOywww4VXtOoDiWtn0VE2mHTuio7OzsmTpwYM2bMiHnz5sXKlSsjJycn1qxZU+JjX7ZsWcp2WWuHRddZcnNz45JLLonbb7+9Su86l7T1nKo2YcKEYm218VlY3a+3umLixInF2o488sgKjXXUUUfFbbfdVub4ZamJNWoAgOomNAcAAJSqYcOGcfDBB8fBBx8cBQUFMW3atPj444/jf//7X0ybNi3mzp1bZnhs5MiRsXr16vjLX/6S9vE7duyY9p2ufrDDDjsUa/v000/L9aP+pUuXxkMPPRSvvPJKsRPr6aqOKx9Wt/Xr18fzzz8fzz77bPzvf/+r1FgrVqyooqoyU5MmTYpdfbc8SrpaaWmvxaJX7I2I2HHHHdM+bkTE9ttvHw0aNCh3sDSi5IWaylw1uKSrE3/77bdpjVHSZ0h5bL/99rHDDjvEZ599tqHt008/jSOOOCKOOuqoOOqoo6Jfv37RtGnTCo1fU1auXBmPPPJI/POf/9zoFZfTGasiit69szzSfe2XdDfQnXbaKe3jRnz/ndmrV6+YNGlShfpXhXSvNP6DolfJLuvHVjNnzkzZruj7JSLSCrMCAAAAZLpMWbcp6Zzxb37zmwodd2M2ds646EXmsrKyKnSuMslq85z+iSeeGEOHDt2wvXbt2hg8eHDstttucfzxx8fBBx9coXWVqrSx8/8rVqyo8PunLnjttddixIgR8eGHH8b69esrPE5Za4f7779/tG/fPpYuXbqh7d13341DDz00jj322DjiiCOiT58+0ahRowrXEJGc9ZzqUtJaR2XCy+mqqddbXfHj12HE92Hk3r17V2isLl26RFZWVnzzzTcbHb8sNbVGDQBQ3YTmAACAcmvQoEHstNNOKWGC1atXxyeffBLjx4+P1157baN3inn11VejT58+MXDgwLSOuc0221S43u7duxdr+/rrr8vs98wzz8Sf/vSntK7OWppN7STw7Nmz47LLLkv7xPnGVNXzmKnatGlToX4NGxb/L//G7goWESmLJj/0L+lKgOXRtGnT6Ny5c7G7d5Vm8eLFKdv5+fkpV4qtCt99911a+7dr167Cx7r++utj4MCBkZeXt6Ft7dq18eKLL8aLL7644aq7u+22W+yyyy6x11571amF8jfeeCOuv/76SoeGf1DRz8GKvP5LWiRP57UfUbnvnm222aZWQ3MVvcpu0eettOds3bp1xea0pCtyl1dJV/kGAAAAoGxJXrcpes44Iqr8nPHGQllFzxn27NmzSo+bBLV5Tv9nP/tZ/Otf/4opU6aktE+ePDkmT54cf/jDH2KrrbaKPn36xE477RR9+vSJXr161ehd3jZ2bntTDc1lZ2fH73//+/jggw+qZLyy1g6bNm0a1113XVx00UUpdxJbuXJljBgxIkaMGBHNmjWL3XbbLXbdddfYZZddYs8996zQmsKmvp5TnYp+Pjds2DB69OhR7cet6ddbXVH0O6lLly7RpEmTCo+37bbbptwtMN2Li9bUGjUAQHUTmgMAACqlWbNm0a9fv+jXr19cfPHF8e6778att94an3/+ebF977///jj55JOjWbNm5R6/pCuRVaZvWcGNhx9+OG6//fYKH7Mkm9JJ4JkzZ8aZZ55ZYoikojalx18XVfYqmeVV9CqLLVq0qNQCcrrv3XQDbRWxZs2atPYveuetdOy2227x4IMPxu9+97sSF6Hy8/Nj4sSJKVfj7dGjRxxxxBFx7LHHlvjjkZry8ssvxxVXXJHWnQLLUtHPgZIW1qpaSVcYrczcV+Z7qyp4zgAAAAAyW1LWbWrinPHatWuLta1atarYXc8qGhxIsto8p9+4ceN48MEH49JLL43333+/xH3mz58f8+fPj5EjR0bE9xcbO+CAA+KYY46J/v37R/369aut7ojv78hYr169lMBXxPchpNo8/18R2dnZMXDgwJg/f36VjVmeNYPDDz88brvttrjuuusiNze32N9Xr14d48aNi3HjxkVERP369WP77bePI488Mo499tjo3LlzuWrZlNdzqtvy5ctTtlu2bFnt4dPaer3VBUXXXiq7dtK6deuU7by8vFi9enW5v/Nrao0aAKC6Cc0BAABVqn///rHXXnvF4MGD45133kn529dffx1jx46Nn/zkJ+UeL52F2vL0zcnJ2ej+H330UYmBuebNm8eAAQOiT58+se2220anTp2ibdu20bhx42jSpEmxxYFevXpVuObalJ+fH7/97W9LDMz16dMn9t1339hpp52iU6dO0aFDh2jSpEk0bdo0GjRokLLvkCFDYtSoUTVVdqUUrT2i5EXyiihpMbek49UVRd8blXnvVaR/SSGc2lbZ8NG+++4br732Wjz66KPx7LPPlnkFx9mzZ8d9990X999/fxx++OFx+eWXR7du3SpVQ7q++OKLuOqqq4oF5ho1ahQHHXRQ7LnnntGrV6/o1KlTZGVlRePGjaNp06bFPgcHDBgQCxcurMnSK6yk74XmzZtXeLzKvnc2BUV/NBRRucXTxo0bV6YcAAAA/h979x1mZXXvD/s7MEOZAUIfqlJFwQ5YYkWxXsYeSyyxRCX2kmPURKPGBNv5IVYMQtDYu8TESuyIiLSAAoogIEgRcGCGMjPM+8e5nNfNHmD2MHVz39d1/lhrP2t917D3bHOeNZ9nAWxGXd23qal7xpV9vzBd1fQ9/ZYtW8bIkSPjtddei0ceeSSmT5++2etXrlwZo0ePjtGjR0fXrl3jqquuiiOOOKLK1tegQYPo2LFjLFiwIKF/2rRp0b9//yqrWxWuu+66MgNMO+20Uxx44IGx6667RocOHaJt27bRqFGjaNiwYdL94vvuuy/uv//+lGv/4he/iL322iuGDRsWr7zyymb3eTds2BDTp0+P6dOnx7333hvHHXdcXHPNNdGyZcst1qmL+znVYeMT2nJycqq8Zk1+3mpadezV5ufnbxP7WAAAPyU0BwAAVLpGjRrFkCFDYuDAgUmbCh9//HFKm69r1qyp8DrKGru5m/mDBw9O6jvxxBPj+uuvT3oS26akepJVbfLss8/G7NmzE/q22267+H//7//FLrvsUu556tK/QVnva1lPq6yIsuapzU+j3fh3Y2t+9yoyvmHDhglBnNatW8dHH320VWuoDZo3bx5XX311XH755fHxxx/H2LFjY8KECfHFF1+UGTyKiCgpKYk33ngjPvroo7jnnnvigAMOqLb13n333bF+/fqEvgMOOCD++te/Rtu2bcs9T136Hijrvwtb8z2wtb87dUFZp8pt7o8VtmTjjXcAAAAAKldd3Ldp2LBhUt/UqVPL7K9MlX2/MF3Vhnv6GRkZcfTRR8fRRx8ds2fPjvfeey/Gjx8fkyZN2uxJeHPmzInLL788TjvttLj55pur7OSsPn36JIXmpk6dWiW1qsq7776bdJpfq1at4s4774z999+/3PNszZ5Bbm5u/OlPf4rf//738cEHH8S4ceNiwoQJ8eWXXyY9APBHhYWF8fzzz8d7770XDz/8cPTp02eLderafk512HgvYGv2AcqjNnzealJOTk5CILkq9mqrI/gIAFDbCM0BAABVokmTJnHCCSfEyJEjE/rnzJmT0jyrVq2q8BrKGtu0adMyr/3mm29i2rRpCX0DBgwoM0i3OT/88ENK19cmr776akI7Jycn/v73v0enTp1Smqcu/RuUFZqrrKejljVPecOXNWHjteXn50dJSUmFN4tT/d1t0aJFQnCmLn2OyiMzMzMOOOCA0g3T9evXx9SpU2PixInxwQcfxMSJE6OoqChhzOrVq+Pyyy+PF198Mbp27VrlaywoKIh33nknoa9Pnz7x0EMPpXyKWE0/ZTgVZf1ebk2Ia2v+u1VX5OTkRGZmZsJndnN/hLIlWzMWAAAAgPKpa/s2LVq0SOpbuXJl5ObmVrh+eTRp0iSysrISQjLpdr+6MtS2e/rdu3eP7t27x3nnnRcREXPnzo0JEybE+PHj4/333y/z5LCnn3462rVrF7/97W+rZE177713vPHGGwl9n376aRQXF0f9+vWrpGZl23jvsH79+jFs2LDYddddU5qnMj4fjRo1isMOOywOO+ywiPi/fawpU6bEZ599Fh988EH897//jQ0bNiSMWbp0aVx00UXxz3/+s8zvlLLUhf2c6tK8efOE9urVq7dq73BLatPnrSY0a9YsYX9ta/ebNt6ra9CggVPmAIBtUr2aXgAAAJC+yrqBXdam1ObMnTu3wvXL2uht1apVmdeW9fTLSy65JOWa8+fPT3lMbZCfnx+TJ09O6Dv++ONTDsxF1K1/g7I2yL7++utKmbusecq7IVcTWrZsmdAuKiqKefPmVWiutWvXxqJFi1Ia07p164R2YWFhLFmypEL164IGDRpEv3794sILL4x//OMf8eGHH8bvfve7pABXQUFBDB06tFrW9OmnnyadMnfhhRemHJhbtGjRJp+6Whtt/NmPSP0PhSprbF3Srl27hPasWbMqPNfMmTO3djkAAAAAlENd2rfZ+J5xRMTChQsrXDsVG9femntf6aq239Pv0qVLnHzyyXHnnXfGRx99FMOGDYtddtkl6bqHH344li9fXiVrGDBgQFK4aOnSpfGf//ynSupVhY1P/TrggANSDjBFVM3eYU5OTvz85z+Pyy67LJ599tl455134qKLLko6jXLp0qXxyCOPVLhObdzPqS4b/54XFRXFV199VWX1avPnrTpsvF+1YMGCpH27VMyePTuhXZv3qQEAqpLQHAAAUGXKejpoqk9O/O677+L777+vUP3p06cn9fXp02eTdX6qYcOGZW6ebcmkSZNSHlMbLFmyJOnpi/369Ut5nmXLltWpjYjtt98+cnJyEvpWrlwZixcv3qp5i4uLkzYiIiJ69+69VfNWpbJ+N8r6HSqPL774IoqLi1MaU9am14QJEypUvy5q0aJFXHDBBfHMM88kfSbffffdrdoUK6+NvwcjKvY9UNe+B3feeeekvo1PHi2voqKibSYAtvHv7OzZsyt8Qt/GoW0AAAAAqkZd2rcp657xp59+WqG6qdp9990T2suXL99mHpZVXnXpnn79+vVjwIAB8fTTT8eBBx6Y8NqaNWvigw8+qJK6HTp0iH333Tep/8knn6ySepVt/fr1Sb/rffv2TXme4uLimDp1amUta5PatWsXV199dYwcOTLpe+3NN9+stDq1YT+numz8XRgRMXHixCqpVdc+b1Vh433koqKi+OKLLyo018KFC5P+PTf131sAgHQnNAcAAFSZZcuWJfWV9WTQLXn77bdTHrNhw4YYM2ZMQl/Dhg1jp512KvP6jZ+k+rOf/SzlmhERr732WoXGlbUpvXGIrSqV9STZivwbVPTnryn169cvc8Pnvffe26p5P/7441i3bl1CX9euXcs80aq2KOvf4a233qrQXBXZfNxvv/0qZZ66rlu3bnHyyScn9K1Zs2azp/5t/P2RamDxR9vq90CrVq2STtX8z3/+U6Hv4A8//DAKCgoqa2m12sbfGUVFRRV671etWrXV37kAAAAAlE9d2rcp655xRe9Zp2qvvfZK6nvllVeqpXZdURfv6WdmZsY111yT1F+VD0L79a9/ndQ3duzYeOONN6qsZmUpa8+gefPmKc/z3nvvVet98379+sWAAQMS+ubNmxdr1qyp1DoV2c+pa/bee++kvqr6LqwNn7fK2m+rqD322COp7/XXX6/QXGWNK2t+AIBtgdAcAABQZT755JOkvs6dO6c8z3PPPZfymPfffz/p1KR99903srKyyry+cePGCe28vLyUAxPjx4+v8MlcGz+JMCKqdQMpOzs7qa+szYnNKSwsjMcff7yyllRt9tlnn6S+0aNHb9WcZW0YlVWnNunQoUP06NEjoW/MmDEpPzF47dq18c9//jPl+v379096yvGbb74Zc+fOTXmuuq5bt25JfatWrdrk9Rt/f1T0u2Pj78GI1L8H5s2bl/SHL3XBxk8XXrJkSbz77rspz/Pss89W0opqvyOOOCJpA/mxxx6LoqKilOZ5/PHHY+3atZW5NAAAAAA2oS7t2/To0SO6dOmS0Dd16tT4+OOPU66dqgEDBkRmZmZC3zPPPBOrV6+u8tp1RV29p1/W/feqfF8PPvjgMk/Luummm2LJkiWVWuvVV1+NxYsXV9p8lbF3GBHx97//vTKWk5JU91lqe52a0r179+jatWtC32effRaTJk2q9Fq14fNWWfttFbXvvvsm7buMHj065XUUFRWVuV+1//77b9X6AADqKqE5AACg1H/+85+YP39+pcw1b968Mk+cOfjgg1Oe67///W+8/PLL5b6+sLAw7rjjjqT+0047bZNj2rRpk9Beu3ZtTJgwodw116xZEzfeeGO5r99YWac5VdZ7UR4b//wRER999FFKc9x///21fjO0LCeffHI0atQooe/TTz+t8BNrp06dGq+++mpCX0ZGRpx55pkVXmN12fh3ZN26dXHXXXelNMdDDz0US5cuTbl2dnZ2nHPOOQl9xcXF8T//8z+xfv36lOery8r699vcKYXNmjVLaOfl5cUPP/yQct2t/R7YsGFD3HDDDdX+5M3KUNZ/H+64446UPntjx46tk4HBimrXrl3S03pnzZoVf/vb38o9x+zZs2PYsGGVvTQAAACAtLEt79tERAwaNCip749//GOsXLmy3LUron379nHMMcck9C1fvjz+9Kc/VWnduqSu3tMvK6jWokWLKq156623RsOGDRP6Vq5cGeecc04sWrRoq+dfv3593HHHHXHNNddEYWHhVs/3o6ZNmyY9bO/DDz9MaY7nnnsuxo8fX2lrKq+N91kyMjKq5H1OdT+nLrrggguS+q677rpKD5TVhs/bxvtt1blXHxGRm5sbAwcOTOhbtmxZ3H///SnN8+ijj8acOXMS+vbcc8/o3bv3Vq8RAKAuEpoDAABKvfvuu3HkkUfG9ddfH7Nnz67wPIsXL45LLrkk1qxZk9DfsmXL2G+//So055///OdyneJWUlISf/jDH+Lrr79O6N9+++3joIMO2uS4fv36JfUNGTKkXJtLa9eujSuuuGKrAmM9e/ZM6nvvvfcqPF+qWrVqlfTE1n/+858xY8aMco1/4YUXUgpK1CYtW7aM448/Pqn/xhtvTPnkwPnz58c111yTdErhQQcdlHSKW210/PHHJ20IvfTSS/HUU0+Va/xbb70VjzzySIXrn3POOUmbllOnTo3LL7+8wk/m/P7772PIkCEph0C3xqhRoypcb/Xq1fHSSy8l9DVr1iw6dOiwyTG9evVK6qvI90dZ34MPPfRQuZ6yu2HDhrjpppvi008/TblubdCrV6/Ye++9E/rmzp0b119/fblOHZ07d25ce+21VbW8WmvQoEFJTz2999574x//+McWx3755ZdxzjnnOGUOAAAAYDO25X2biIhjjz026SSnBQsWxIUXXljhE7VWr14dw4cPj1deeWWz11144YVJp+C9+uqrMXjw4CgpKUmpZnFxcaWEo2qbmrinP3HixHj00UcrfDrcY489ltS34447Vmiu8urRo0f88Y9/TOqfPXt2nHrqqVsV8vn444/jxBNPjJEjR27NEjdp41Pyxo8fX+79h/fffz9uu+22CtW97777YsqUKRUau2jRoqQHY3bv3r3MUy2rez+nLjr22GOTTiSdO3duXHTRRZGXl5fyfAsWLNjkazX1efvRDjvskND+8ssvq/27e+MwcsT/nZ73r3/9q1zj33///RgyZEhS/3nnnbe1SwMAqLOE5gAAgARFRUXx4osvxtFHHx2nnHJKPP7442U+dbEsa9asiaeeeipOOOGEmDVrVtLr1157bdKTFLfkx+tXr14d55577mY3MZcsWRKXXHJJ0jUZGRlx6623Rr16m/5/gXbdddfo2LFjQt/EiRPjsssui+XLl29y3NSpU+OMM84ovWHfpEmTLf5MZWnevHnSxu+LL74Yo0aNqvDGYqqOOuqohHZhYWH85je/iU8++WSTY/Ly8uK2226LP/zhD6XBkor+G9SkK664Itq3b5/Qt2LFijjrrLNixIgRWwx1FBUVxXPPPRennXZazJs3L+G1Zs2albkZWhs1bdo0rr/++qT+W265Je6+++5Yt25dmeOKiori4YcfjquuuiqKiooiIpJO7yuPJk2axJAhQyIzMzOh/5133okTTzwxRo8eXTr/5qxbty7efvvt+N3vfhcDBgyIYcOGVdvvUcT/beKdd955ccwxx8SwYcPK/ccsP4aIvv3224T+o446qszN3B/ttttuSd9vd9xxR7z99tspPVW2bdu2SRuS33zzTZx//vlJa/qpr7/+On7zm9/Ec889FxERmZmZSU8DrQv+9Kc/RYMGDRL6Xn311fjtb3+72T/Aefvtt+PMM88sfaJsRT77ddUuu+wS5557bkJfSUlJ3HbbbXHuuefGBx98kPQZ/Oqrr+Kuu+6KE044ofR/X+yxxx7VtmYAAACAumZb3beJiKhfv34MHTo0cnJyEvqnTJkSJ5xwQjzxxBObvG/9U0VFRTF27Ni48cYb4+CDD4677747li1bttkx3bt3j9///vdJ/aNGjYpf//rX8d///neLdZcsWRKPPvpoHHHEEfH8889v8fq6pibu6S9fvjz++te/xkEHHRQ33XRTfPjhh+W6D56fnx933XVXPProown9TZs2jQEDBmxx/NY65ZRTyjw5cfHixXHWWWfFhRdeGBMnTizXQ9zWrl0b//73v+NXv/pVnHPOOfHll19WxZIjIuLII49M6rvyyivj9ddf3+z67r///rj44otL99dS3Tt8++2345RTTolTTjklHn300Vi4cGG5xk2cODF+/etfJ4Uqjz322DKvr+79nLooKysrhgwZkrR/Mn78+DjppJPitdde22KQuKCgIP7973/HGWecUeY+5I9q6vP2oz333DOhvWHDhrjiiivK9X1fWfbcc884/fTTk9Zx7bXXxn333bfJkzyLi4tj5MiRcemllyZ9Jx522GFx2GGHVdmaAQBqu8wtXwIAAGyrpkyZElOmTIk///nP0bFjx9htt92ie/fu0aJFi9InR+bn58e3334bM2bMiE8++SQKCgrKnOuoo46KE044IeU1HHbYYfHVV1/FjBkz4ocffohrr702hg0bFocddlh07tw5cnJyYunSpfHZZ5/Fe++9V2a46cwzz4x99tlns3Xq168fl1xySdxwww0J/e+8804ceuihcfjhh8duu+0WLVq0iIKCgli0aFG8//77MXXq1ISNgBtvvLHMTdTyOOmkk+Kuu+4qbRcXF8fgwYPj9ttvj3bt2kXTpk2TNpBPO+20pBvnFXXOOefEE088kfBUwKVLl8bZZ58d/fv3j/333z86duwYGRkZsWzZspg0aVK8//77Ce/5vvvuG7m5ufHyyy9XypqqS8uWLeOee+6JM888M2EjIT8/P+68884YNmxY9O/fP3bfffdo0aJFNG3aNAoKCmLFihUxffr0GDduXHz//fdJ82ZkZMTgwYOTnsBYm5144onx1ltvxX/+85/SvpKSkhg+fHg8//zzcfjhh0evXr2iRYsWkZeXF1999VW88cYbCX+kMWDAgMjPz6/Q01H33Xff+MMf/hC33HJLQv+8efPif/7nf+KOO+6IvfbaK/r06RMtW7aM7OzsyM/Pj1WrVsX8+fNj+vTp8cUXX9SK06u+/PLLGDJkSAwZMiQ6duwYvXv3jh133DFatWoVzZo1i/r168fq1atj3rx5MWHChJg4cWLSxmLz5s3jsssu22ydtm3bxgEHHJDwtM1ly5bFJZdcEllZWdG+ffto3LhxZGRkJIy77bbbYpdddknou+yyy5KeYjl58uQ44ogj4tBDD42+fftG69atY/369bF48eL46KOP4rPPPkv4w4eLL744Xnjhhc0G7Wqj7t27x9VXXx233357Qv+7774bhx12WBx44IHRr1+/aNOmTaxduzbmz58fY8aMSfhjo9zc3DjyyCOT/vAinV1xxRUxbdq0GDduXEL/2LFjY+zYsdGgQYNo06ZNNGjQIL7//vukJ8927NgxbrjhhvjlL3+Z0L+lP5gCAAAA2BZtS/s2P9phhx3i7rvvjssuuyzhPuT3338ft956a9xzzz3Rv3//2G233aJly5bRtGnTWLNmTeTl5cWiRYti+vTp8fnnn1foZLKzzjorpk6dGqNHj07o/+STT+Lkk0+OXr16xX777RedOnWKFi1aRFFRUeTl5cXs2bNj2rRpMW3atHKFoOqymrqnv3r16njmmWfimWeeiZycnOjTp0/stNNO0alTp2jWrFk0btw41q1bF9999118/vnn8eGHH5YZxPv9739fbQ9Cu+qqq6Jx48Zxzz33JO0FvPfee/Hee+9F8+bNY999940ePXok/F7n5eWV/ntNnjw56dTIqnL88cfH3/72t4QHRhYUFMQVV1wRffr0iQEDBsR2220XWVlZ8f3338f06dPjnXfeiZUrV5Ze37Nnzzj44INj+PDhKdf/8Tvvr3/9a3Tt2jV22mmn2GGHHUp/1yMiVq1aFXPnzo1PPvmkzNMvu3TpEmefffZm61TXfk5dtcsuu8RNN90UN954Y8LPPW/evLjyyiujXbt2sf/++8cOO+wQLVq0iMzMzMjLy4sFCxbE559/HhMnTiz9zO61116brFPTn7dDDz00mjdvnjDflClT4uSTT46cnJxo27ZtmUHzLZ1cmqrrrrsuPvvss4T9p6Kiorj//vvjqaeeioEDBybt1b711lvx3XffJc3Vvn37rT6BDwCgrhOaAwAAyuXbb7+tcADihBNOiL/85S8VGpuVlRX3339/nHbaaaVP/fz666/j4YcfLtf4Y489NikItyknnXRSjB07Nl599dWE/oKCgnj55Ze3GAQbNGhQHH/88RUOzZ1xxhnx8ssvJz0RsqSkJBYtWhSLFi1KGrOlJ6Gmonnz5nH33XfHb3/72yguLk547dNPP41PP/10s+N32GGHGDp0aAwePLjS1lSddt999/j73/8eV155ZdK/a15eXowZMybGjBlT7vmaNGkSd9xxRwwcOLCyl1rlhgwZEhdddFFSCGbFihXxzDPPbHZst27d4o477ohLL720wvV/9atfRatWreL666+P/Pz8hNeWLVsW//73v+Pf//53heevCT9+h7711lvlHtOsWbO4//77o02bNlu89tprr41PP/006Q9gCgsLk04//FFZfyyz7777xoUXXhh/+9vfkuZ5/fXXN/s0z4j/+879MTRXF5177rmxYsWKpP/GrFu3Lt56663Nvn/Z2dnxwAMPxLvvvlvFq6xdGjRoEA8//HBcfPHF8dFHHyW9vn79+k3+74d27drF8OHDk55EHVE3Ty0FAAAAqE7bwr7Njw455JAYNWpUXHXVVbF06dKE1ypy/z4Vd9xxR7Ru3TpGjhyZ9NrMmTNj5syZVVK3Lqnpe/o/PsQv1Qf5nXPOOUkP86pqgwYNij59+sQNN9xQ5omRK1eujNdeey3leRs1ahRnn312tG3btjKWWSorKyuGDh0av/rVr5KCetOnTy8zpPZTubm5MWzYsHjppZe2ei1z5syJOXPmpPRZateuXdx///3RuHHjco+p6v2cuuqXv/xl5OTkxPXXX58Ucv3uu+8q5TTNmv68NWzYMK677rq47rrrkl7Lz8+POXPmVGjeVDVq1CgeffTRuOiii2Lq1KkJr33//fdb3Kv9Uffu3eORRx6J5s2bV8EqAQDqDo9sBgAASh133HHxi1/8Ipo1a1Yp83Xu3DkefPDBuP3226N+/fpbNc8TTzwR3bt3L/eYzMzMuOCCC+L2229P6bSawYMHx8knn5zS+ho2bBg33nhjXHXVVSmN21jjxo1jxIgRsd9++23VPFvjoIMOiqFDh6YcVhgwYEA88cQT8bOf/ayKVlY9+vfvHy+++GIcccQRW3XK0c9//vN47rnn6mRgLuL/NmOGDRsWJ510Ukrj+vbtW2mfgyOOOCJeeOGFGDBgwFbNk5mZGQMGDIhevXpt9ZrKq3Xr1ls9R9++feOpp56K/v37l+v6Hj16xMiRI2P77bff6tpXX311/Pa3v006mW5z6tevH4MGDYo77rgjpXG10dVXXx3XX399Spvo7dq1i0cffTTp5L5tRaNGjeKRRx6JP/7xj+X+78cRRxwRzz//fHTv3j1++OGHpNd/fEowAAAAwLbMvs3/78f798cee+xWrT0jIyP23nvv6NevX7mur1evXvz+978vPYGqojVbtmxZobF1RXXd02/SpEmZJz2lomXLlvGXv/wlrr/++q2ap6IOOOCAeP3112PQoEFb/budnZ0dp556arzxxhtxzTXXRIMGDSpplf+/3r17xyOPPJJyIGz33XePZ599Njp16pRyzcrYZxkwYEA8++yz0bNnzyqtk+p+Tl129NFHx5NPPhl9+/at8BytWrXa7Os18Xn7qRNOOCFuu+22yMnJ2ap5tlbLli3jsccei9NOO63MBw9uTkZGRhxzzDHx1FNPRYcOHapohQAAdYeT5gAAgFJ9+/aNvn37RmFhYUyYMCE+/fTT+Oyzz2Lq1KllnkhUltatW8e+++4bv/jFL2K//fZL+SbupnTp0iVefvnleOyxx+KJJ56IhQsXlnldw4YN46CDDopLLrkkdtxxx5TrNGjQIP7yl7/E4YcfHsOGDYuJEydu8tqmTZvG0UcfHRdccEF07tw55Vplyc3NjZEjR8b06dPj9ddfj88//zzmzJkTq1atioKCgigqKqqUOptz2GGHRe/evePhhx+OV155JelpgT+qV69e9OvXL84555w49NBDq3xd1SU3NzfuvffemDNnTjz++OPx0UcflevJgR07doy99947zjzzzOjTp081rLRqNW7cOP7617/G8ccfHw8//HCMGzduk5+/Hj16xDnnnBMnnXTSVoUNN9a1a9cYNmxYzJgxI5544okYO3ZsLFiwYIvjmjdvHnvvvXfst99+MXDgwC1uwFW2W2+9NS666KJ4991345NPPonJkyfH4sWLtziuUaNGcdBBB8UJJ5xQoT8s2GOPPeK1116LDz/8MN59992YOXNmzJ8/P1avXh1r166NDRs2lGuejIyMuPLKK+PAAw+Mhx56KD788MNNjm3cuHEceuihccEFF1ToO7e2+vF77YEHHoi33norVq9eXeZ1rVq1ilNOOSV+85vfbPMno9WrVy/OOuusOPbYY2PMmDHx1ltvxZw5c2Lp0qWxbt26aNKkSXTp0iX69+8fxxxzTMIfvZR1ampdD2EDAAAAVAb7Nonatm0bd911V1x++eXxj3/8Iz788MOYPXv2Fsfl5OTEXnvtFfvuu28MHDiwQuG3o48+Og477LB48cUX49VXX41JkyZFYWHhZsf06tUrDj744DjxxBOjS5cuKdesa6rjnv4+++wTn3zySXz00Ufx0UcfxaRJk2LWrFlRXFy8xTp9+vSJY445Jn75y1/W+EO7cnJy4qqrroqLLrooXn/99XjjjTdiwoQJm7wX/VOtWrWK3XbbLY488sg4/PDDU3oAXEX169cvRo8eHSNGjIhnn3028vLyNnntzjvvXHqvuKJ7RiNGjIjZs2fHe++9F+PHj4/JkyfHihUrtjiuadOmMXDgwDjppJPKFWKrqf2cuqxPnz7x5JNPxgcffBDPPPNMjBs3LlatWrXZMe3bt48DDjggjj322HK9L9X9edvYL3/5yzjqqKPizTffjHHjxsWXX34Zixcvjvz8/E3um1eFxo0bxy233BK//vWv45FHHon3338/6bTVn2revHnsv//+cf7550fv3r2rbZ0AALVdRklJSUlNLwIAAKjdSkpKYvHixTF37txYtGhRrF69OvLz8yMjIyOaNGkSOTk50aZNm+jVq9dWP5HvkEMOiW+//ba0fcIJJ8Ttt9+edN2sWbNixowZsWTJkigqKopWrVpFbm5u7LnnnpUaXFi2bFlMnDgxlixZEnl5edGgQYNo3bp1dOvWLXr37l1pm8u11fr162PKlCkxZ86cWLlyZWzYsCGaNm0a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AAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAAAAAAANKG0BwAAAAAAAAAAAAAAAAAaUNoDgAAAAAAAAAAAAAAAIC0ITQHAAAAAAAAAAAAAAAAQNoQmgMAAAAAAAAAAAAAAAAgbQjNAQAAAAAAAAAAAAAAAJA2hOYAAAAAAAAAAAAAAAAASBtCcwAAAAAAAAAAAAAAAACkDaE5AAAAAAAAAAAA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AAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIwhNAcAAAAAAAAAAAAAAABAxhCaAwAAAAAAAAAAAAAAACBjCM0BAAAAAAAAAAAAAAAAkDGE5gAAAAAAAAAAAAAAAADIGEJzAAAAAAAAAAAAAAAAAGQMoTkAAAAAAAAAAAAAAAAAMobQHAAAAAAAAAAAAAAAAAAZQ2gOAAAAAAAAAAAAAAAAgIxRsbwnAAAAUJquvPLKeOWVV9Y9btq0abz//vvlOKM/p379+sX999+fUJs4cWI5zWbjcOCBB8bUqVPXPe7atWvccsstm8z4AGu9/PLLcdVVVyXUhgwZEs2aNSvTefibDwAAAAAAAADAWkJzAABsUlatWhXff/99/Pjjj7Fw4cJYuHBhrFmzJqpWrRrVqlWLxo0bR9OmTaNZs2ZRqVKl8p4uUESrVq2KSZMmxS+//BIzZ86MpUuXRl5eXlStWjUaNGgQW2yxRbRt2zZycnLKe6oAAAAAAAAAGWnKlCnRuXPnhFrfvn3j6KOPLqcZAQCwKROaAwAg461YsSIGDx4cL730UowcOTKWLVtWaJucnJzYaqutokOHDrHrrrvGXnvtFXXr1i2D2QJFtXTp0nj77bfjrbfeihEjRsTSpUvXe3yVKlVil112icMOOywOP/zwqFatWhnNFJJ3BlyfihUrRo0aNaJ69erRqFGj2HbbbaN9+/bRuXPnqFWrVinPFAAAAAAAAAAA4M9PaA4AgIw2ZMiQuOGGG2L69OnFardy5coYP358jB8/Pp5//vmoUKFCnHzyyXHNNdcU2rZbt24xfPjwdY87deoU/fv3L/bcgdRWrVoVzzzzTDz22GMxd+7cIrdbtmxZDBs2LIYNGxZ33HFHnHXWWXHaaafZfS5D/ZmvxatWrYr58+fH/PnzY+rUqfHVV19FRESlSpWiS5cucdFFF0Xz5s3LeZaw4fr16xf3339/Qm3ixInlNBsAAAAANgapdigqK3+mz5EhIqJdu3ZFOi47OzsqVaoUlSpVilq1akW9evWiSZMm0apVq2jbtm3stNNO0aBBg1KeLQAAQNkTmgMAICPl5eXF9ddfH88991yJ9LdmzZqYNm1aifQFpO+HH36ICy+8MCZNmrRB/cybNy9uv/32eO211+Kee+6J1q1bl9AMofSsWLEi3nzzzfjggw/iqquuiuOOO668pwQAAAAAwJ/An3mhOTbc6tWrY+nSpbF06dJYsGBB/PLLLzFq1KiEY1q1ahWHHHJIHHXUUbHllluWz0RLQP4gYY8ePaJnz57lNJs/D+cNAIBMJTQHAEBG6tOnTzz//PMpn9t8881j9913jzZt2kTdunWjatWqkZubGwsXLozJkyfHuHHjYsKECbFixYoynjWwPp9++mn06NEjlixZkvL5zTffPPbbb7/YfPPNo2HDhpGVlRWzZs2KadOmxYcffhhTpkxJajNp0qQ49thj4/77748999yztH8ESLD11lunrK9atSoWLlwYs2bNiry8vKTnc3Nzo3fv3lGhQoU45phjSnuaAAAAAABAhvvxxx/joYceiocffjgOOOCAuOiii6Jt27blPS0AAIANIjQHAEDGee+991IG5tq3bx+XXXZZ7L777pGVlbXePpYuXRoff/xxDB48ON57773Izc0trekCRfDZZ5/FueeeG8uXL096rlOnTnHJJZfEjjvuuN4+xo4dG3fffXcMGzYsob5kyZI499xz45FHHok99tijJKddqt5///3yngIb6LXXXlvv84sWLYrPP/88nn766fjyyy+Tnu/Tp0/stNNO0apVq9KaIhTJ0UcfHUcffXR5TyNuueWWuOWWW8p7GgAAAABsgJycnAIXHCtIbm5u/PLLLwm1atWqRYsWLYrVT3GPh41NTk5OtG7dOuVzS5cujUWLFsWiRYti5cqVBfaRl5cX77//fnz00UdxxhlnxIUXXhjZ2dmlNWUAAIBSJTQHAEBGycvLi5tvvjmpfvDBB8edd94ZlSpVKlI/VatWjYMPPjgOPvjgWLRoUbz00ksxY8aMkp4uUAQ///xz9OrVKykwl5OTE9dff3387W9/K1I/2223XTzxxBPx2muvRe/evRP6W758efTq1StefPFFN8XZaNSsWTO6dOkSXbp0iUcffTTuvPPOhOdXrVoV99xzT9x3333lNEMAAAAAgJLVqFGjQhccy++LL76IU089NaG23XbbRf/+/UtyarDRa9iwYZF+fxYsWBDffPNNjBkzJoYPHx6ff/555OXlJRyzatWqePTRR2P06NHx8MMPR7Vq1Upr2mSYZs2axcSJE8t7GgAAEBERFcp7AgAAUJK++uqrmDp1akKtUaNG0bdv3yIH5vKrWbNmnH766XHFFVeUxBSBYlizZk1cdtllsWDBgoR6Tk5O9OvXr8iBuT868sgjo1+/fknXhAULFsTll18ea9as2aA5Q2k455xzUu7kNWTIkFi8eHE5zAgAAAAAAPgzqlWrVuy9995x3nnnxVNPPRVvvfVWnHLKKZGTk5N07BdffBF///vfY8WKFeUwUwAAgA0jNAcAQEb56KOPkmpdu3aNGjVqlMNsgA01aNCgGD16dFL9hhtuiAMOOCDtfvfbb7+48cYbk+qjRo2K//znP2n3C6WpZ8+eSbVVq1bF559/Xg6zAQAAAAAAMkGrVq2id+/eMWDAgGjatGnS88OHD4/bbrutHGYGAACwYSqW9wQAAKAkTZs2Lam23XbblcNMSteCBQvixx9/jJ9//jkWLFgQubm5UbVq1ahVq1bUq1cvtt9++6hdu3aZzGXZsmXx9ddfx48//hgLFy6MKlWqRJ06daJt27ax9dZbR1ZWVomOt2TJkvjqq69i+vTpMWfOnKhUqVI0aNAgtt1222jdunWJjpXfxnTely5dGmPGjImff/455s+fH6tXr46aNWvGbrvtFltttVWh7VesWBEjR46M3377LWbPnh0VKlSI+vXrR9u2bWObbbYp8dctHcuXL4+HHnooqb733nun3HGruI466qh444034uOPP06oP/jgg3H00UenvTtlft9//318++23MWvWrFi5cmXUrVs3GjduHDvttFNUr169RMYoKatXr45x48bFtGnTYu7cubFw4cKoUaNG1K1bN7bYYovYdtttS+29sWLFihg7dmxMnz495s+fHwsXLoxKlSpFjRo1onnz5tGmTZto0KBBqYz9Z7H55pvHVlttFd99911C/YcffoiDDjpog/r+8ccf46effoq5c+fGvHnzolKlSlGnTp1o0qRJ7LDDDlG5cuUN6r8geXl58d133627ls2bNy8iImrUqBFNmjSJ1q1bR/PmzUvkfbd06dIYPXp0zJw5M+bOnRsrVqyIOnXqRL169WLbbbeNxo0bb/AYqcyZM2fduPPmzYuqVatGkyZNon379tGsWbNSGbMga9asiXHjxsWkSZNizpw5kZWVFXXq1InmzZtHx44dS+y6l0nmzJkTY8eOjTlz5sScOXMiOzs76tatG/Xr148dd9yxTBZm8LoBAAAAAGVhxx13jFdeeSWOO+64mDx5csJzAwYMiCOOOCJ23HHHcpkbAABAOoTmAADIKHPnzk2qVa1atdTHbdeuXYHPDR8+fL3PrzVkyJACvzy/fPny+Oijj+Ljjz+OL774IukmRX5ZWVnRpk2bOProo+P4449PK5jTr1+/uP/++xNqEydOXPf/f/nll3jooYfi7bffjqVLl6bso379+nHiiSfGGWecEdWqVSv2HP5owoQJ8eCDD8aHH34Yy5YtS3lM8+bNo1u3bnHSSSdFTk7OBo0XsXGe91GjRsUTTzwRH374YaxYsSKpfY8ePdYbmpsyZUrcf//9MXjw4Fi8eHHKYxo0aBAnnHBCdO/evVxDXW+//XbMnDkzoVahQoXo06dPiY3Rp0+fOPjgg2PNmjXrajNmzIi33347jjzyyLT7XbFiRTz77LPRv3//mDJlSspjqlSpEvvtt1+cd955sfXWWxd7jAMPPDCmTp267nHXrl3jlltuSWu+n376aQwaNCg+++yzWLhwYYHH1a5dO/bff/8455xzSiSkunr16nj99dfj9ddfj5EjRxZ4LVmrZcuWsc8++0TXrl1j2223TXq+tK/FG4PmzZsnhebWBs2K66effoqnnnoqPv7444T3Un6VK1eOXXfdNbp37x577713WmPl9+WXX8Zzzz0Xn3/+ecyZM2e9x9avXz/22GOP+L//+7/YZ599okKFCsUa6+23344XXnghvvzyy5TXzbW22mqrOOSQQ6J79+4lEoQaMmRIPPXUUzFixIiEa8wfbbPNNnH66afHkUceuS4Y2K1btxg+fPi6Yzp16hT9+/df71hffPFFnHrqqQm1Z555JnbbbbeIiFi8eHH8+9//jueffz5mz56dso9q1arFoYceGhdccEE0adKkyD9nRMTLL78cV111VUKtoN+l/D9ffkX5Pe3bt2/K8PSVV14Zr7zyyrrHTZs2jffff7/Q/vJbtmxZDBgwIN56660YP3585OXlpTyuYsWKseOOO0bXrl2ja9eukZ2dXaxxyvt1AwAAAKBgaxfhmj17dsydOzeWLl0atWvXjrp168bWW28dzZs3L+8pUogNXYAy4veF3yZOnBi//vprzJ07N+bPnx9Vq1aNunXrRtOmTaNDhw5RsWJmfQWzVq1a8cADD8Sxxx4bubm56+p5eXlx++23x8CBAzd4jPJayK+kled1YtGiRfHNN9/E7NmzY/78+bFkyZKoWrVq1K5dO7bccsto06ZNmSz6VlbWLvw5ZcqUmDdvXixatChq1aoVdevWjS233LJI9xZKwty5c+Prr7+OX3/9NXJzc6NmzZpRt27d2GGHHVLu0ggAQPnLrP9iAwBgk5dqp41Uu8/9mTz99NNx3333FRhwSmXtzj233nprPPzww/Gvf/0rDj744BKb08CBA+PWW2+N5cuXr/e42bNnR79+/eLll1+Of//737HlllsWe6w1a9bEPffcE0888USsWrVqvcf++uuvcfPNN8eLL74YDz744AbdiNjYzvvKlSujb9++8eyzzxb45f3CPP3003H33XcXGkyaNWtW9OvXL1566aXo169fue3W+PLLLyfV9tprr2jRokWJjdG8efPYe++946OPPkoaO93Q3C+//BLnnXdeUrApv2XLlsW7774bQ4YMiTPPPDMuvPDCYoeBNtTEiRPj5ptvjs8//7xIx8+fPz9effXVeP311+OYY46Ja665Ju0djt59992488474+effy5ym59++il++umneOaZZ+LKK6+M7t27pzX2n1mqAHJxrlMRv4fs7rjjjnjllVdi9erVhR6/fPnyGDZsWAwbNiw6deoUt99+e9q7sk2YMCFuuumm9Yam8ps9e/a6cOUBBxwQDz/8cJHajR8/Pq699tr45ptvinT8d999F999910MHDgwLrzwwjjhhBOKPMc/mjdvXvzzn/+MIUOGFHrst99+G1dccUW89NJLce+990bdunXTGnN9RowYERdffHHMmDFjvcfl5ubGyy+/HG+99Vbcdddd0blz5xKfy5/BW2+9Fbfcckuh5ysiYtWqVTFixIgYMWJEPPXUU9GnT5/YddddS2QeXjcAAACAsrdq1ap45ZVX4o033oiRI0fGypUrCzy2RYsWcdhhh8UZZ5wRtWvXLrTvDz/8MP7+978n3OOpV69evPrqq9GwYcNizXP48OFx+umnJ3y+u9lmm8Urr7ySsJBVaS00V5xFtAqTfw49evSInj17rrdNaS9AGRHxzTffRP/+/eOTTz4pcEGriIjq1avHXnvtFWeffXZsv/326+3zz6RNmzZxwQUXJC3WOGLEiBg3bly0b9++2H2W1kJ+qRYn+6P7778/6f2SX3EWYCvN60RhFi1aFAMHDowhQ4bEuHHj1nuPJzs7Ozp06BD7779/HH300dGoUaOE50vzvE2ZMiXps+qCFsMrzDfffBNPPvlkDBs2LBYsWFDgcQ0bNoz9998/zj777LTuJRe2oOEXX3wRjzzySHz22WcFLpTYpk2b+Pvf/x7/93//t26hRAAAyl/ZfhsPAABKWYMGDZJqb7/9djnMpOR8++23xQ5E/NGCBQviggsuiEcffbRE5nPXXXfFDTfcUGhg7o+mTp0aJ510UpG+gP5Ha9asiSuuuCIeeeSRQgNzfzRp0qQ48cQTC9zhqyg2pvO+evXquOCCC2LgwIFpB+buvvvuuPnmmwsNzP3RtGnTolu3bjF27Ni0xtwQixYtipEjRybVjz322BIfK1WfI0eOTOv1//XXX+PEE08sNDD3R6tWrYpHHnkkrrzyygJvspSG999/P0444YQiB+b+aPXq1fH8889Ht27dCt0lLL81a9bErbfeGhdccEGxAnP5bcjv55/ZokWLkmrF2RHyp59+iuOPPz5efPHFIgXm8hs+fHgcc8wxMWbMmGK3feutt+KEE04oVmAuvyVLlhTpuI8++ihOPvnkIgfm/mjevHnRp0+f+Ne//lXs38m5c+fGaaedVqTA3B8NHz48TjnllPXe8E3HBx98EKeffnqx/v4uW7YsLrjggqQw8abggQceiIsuuqjY/16J+D102b1793jjjTc2eB5eNwAAAICy995778Xhhx8e11xzTXz++efrDcJE/L6A3iOPPBKdO3cu0s5b++23X5xzzjkJtTlz5sQll1xSrM9q58yZExdffHFSm759+6YVWsskK1eujBtuuCFOPPHEGDx4cMrAXGGmTp0aPXv2jGOOOSZee+219QbmIn7/zPp///tfHHvssdGzZ89YuHBhutPf6Bx77LFRs2bNpPp///vfYvWzdqG5v/zlLzFo0KD1BuYi/v9CfmeeeWZ069Ytpk+fXqzxSlNpXycKsnr16njooYfiwAMPjLvvvjvGjBlT6HVj9erV8fXXX8c999wTBxxwQFr3dcrT3Llz46KLLopjjz023nzzzULvn8ycOTP+85//xOGHHx7/+te/0vr9T2XFihVxzTXXxKmnnhqffPLJeu8bff/993HZZZfFWWedlbBLIwAA5ctOcwAAZJSOHTvG888/n1D79NNPo3///tGtW7dSG3frrbde9/9/+eWXhA9Bq1WrVqTVzHJycoo0VsuWLWPrrbeO1q1bR4MGDaJ69eqRk5MTS5Ysid9++y3Gjx8fn3zySSxbtmxdm7y8vLjrrruibdu2sf/++xf9B8tn0KBB8cgjj6x7XLdu3dh3332jQ4cOUbdu3Vi+fHn8/PPP8d577yWFhubMmRPXXnttQvvC3HzzzSlvvFSrVi0OPPDA2H777aNBgwaxaNGimDx5cgwePDh+/fXXiPh9t7SePXtG69at0/xpE5Xneb/vvvsSVumrXbt27LPPPtGhQ4eoV69eLFu2LKZPnx4ff/xxylXrnnzyyZQ7M1WqVCn22Wef2HXXXaNhw4aRm5sbU6ZMiffffz8mTZoUEb/vYHP++efHIYcckvb80zFy5MikoGSFChWKtKJkce21115RoUKFhJscK1eujJEjR8Z+++1X5H5WrlwZPXv2TLiBuuWWW8bBBx8cLVq0iGrVqsWsWbNi5MiR8eGHHyYFT1977bXYbLPN4pprrtnwH6oQr7/+elx++eVJN3ZycnJi9913jx122CEaN24cNWvWjNzc3Jg6dWp89tlnSUHGr7/+Onr06BHPPPNMka9hl112WYGhkrZt28aee+4ZLVq0iDp16sTKlStjwYIF8f3338fYsWNj/Pjx6w2OluW1uLz8cbXctYq6Yub3338fJ510Usobi9tvv33stNNO0bJly9hss81i5cqVMWvWrBg1alR89NFHCTcXZ82aFeecc0688sor0aRJkyKNPWjQoOjTp0/K5xo1ahR77bVXtGvXLurUqRM5OTmxYMGC+PXXX2Ps2LHx9ddfFyuo/fnnn8c//vGPlGHrbbbZJg444IBo2rRpVKlSJWbNmhXDhw+PYcOGJd1A7d+/f6xZsyauvfbaIo27atWqOPvss1O+Rg0aNIiDDjoottpqq6hTp04sWLAgfvrppxgyZMi6gPcPP/wQV1xxRZF/zsJ8++23cdddd627aV+lSpXYY489Ypdddon69etHxYoV47fffotPPvkkPvvss6Sf5Zprrok333wz5ZciNkSLFi3WfXFk9uzZSV86+ePvcUFq1apVonOK+D0wd9999yXVK1asGLvttlvsscce0ahRo1i9enX89ttv8dFHH8XXX3+dcE1auXJlXHrppVGhQoU4/PDD05rHxvq6AQAAAGSqvLy86NevXzzwwANptV+8eHHccMMNMXHixOjTp09kZ2cXeGyvXr3iq6++ii+//HJdbfjw4XHffffFRRddVOhYa9asiUsvvTRmzZqVUD/99NPjoIMOSmv+mWLtApRF3S0sla+//jrOO++8Yi8WuNb//ve/+O677+KRRx6JLbbYIu15bCxq1KgRRx99dDz99NMJ9aFDhybtNFiQn376Kf7+97+nvYji2oX8HnzwwXLdya8srxP5zZ8/Py666KL49NNP0xo74vffj+IsrFrefv311zjrrLNi8uTJxW67cuXK6N+/f3z77bfx4IMPbtD9hOXLl8fZZ58dX3zxRbHaDRs2LM4555x4+umni/VaAwBQOoTmAADIKPvtt19UqVIlIbgUEfGvf/0rPvnkkzjrrLNil112KfFxX3vttXX/v1u3bgm76Gy33XbRv3//tPvOysqKjh07xtFHHx377rtvNG7cuNA2S5YsWReUWvul67y8vLjqqqvigw8+iCpVqqQ1l5tvvjkifg+VXHDBBXHaaadF5cqVk47r1atX9O/fP/r27ZsQyhk6dGh8/fXXseOOOxY61ueffx4DBgxIqh911FFx9dVXp/yA+/LLL4/nn38+brvttliyZEmMHz8+fvzxx2L8hP/fxnTeH3vssYiIyM7Ojr///e9x9tlnR7Vq1ZKO69GjR1Kw5Mcff4y777476dh99903brzxxpQ/10UXXRSDBw+O6667LmbPnh3Tp09PCqOWtlS727Vq1apYO2oVVfXq1aNly5bxww8/JNTHjRtXrNDc4MGD153/zTbbLK6++uro2rVr0nFrdw/q06dPfPDBBwnPDRgwILp06RK77bZbGj9J0Xz33XfRu3fvhN/NihUrxmmnnRZnnXVW1K1bN2W7nj17xrfffhv//Oc/Y9y4cevqX331Vdx1111FCvs88cQTKQNznTp1issuu6zQG54zZsyIt99+O+W1IaJ0r8UbgzFjxqRcUbVjx46Fts3NzY1evXolBeYOOOCAuOyyy9YbMJ41a1bcdtttCSHmefPmxQUXXBDPP/98VKhQYb1jjxo1Kv71r38l1Zs3bx4XX3xxHHbYYSkDv2stXrw4hg4dWqRVWOfNmxeXX355UmBu8803j+uvvz723XffpDbdu3eP6dOnR58+fWLo0KEJzw0cODD23HPPIn3h5OGHH066duXk5ETPnj3jjDPOSBnIvOqqq2LQoEFx2223RW5u7gb9rcjvrrvuWndNOvLII+PSSy+Nhg0bJh239obvBRdcEPPnz19XnzFjRjz33HNJq19vqJtuumnd/+/Xr1/cf//9Cc//8fe4rIwcOTLllx123nnnuOmmm6Jly5ZJz5133nkxatSouPrqqxP+rZGXlxd9+vSJHXfcMTbffPNiz2Vjfd0AAAAAMlWfPn1S3gOpXbt27LnnntG+ffuoV69eVKlSJRYtWhTfffddfPzxx/HTTz8lHP/8889HzZo147LLLitwrOzs7LjzzjvjqKOOirlz566rP/LII7Hzzjun/Pzyjx588MGk4MwOO+wQl156acrjN4WF5tba0AUov/jiizj77LOT7rNVqFAhdtlll+jYsWM0a9YsatasGcuXL4/p06fHl19+GZ999lnCjl8//fRTnHPOOfHSSy9FjRo1Su8HLiN77LFHUmhu8uTJMXfu3ALvJ61VVgv5VatWLeG9PmHChITn69evH/Xr11/vXFN9BvtHZXmd+KNFixbFiSeemPJ+d05OTuy4447RqVOnaNSoUWy22WaxdOnSmDt3bnz77bcxevTodYvNplIW5y0dc+bMiRNPPDEpHBwR0bhx4+jSpUu0bt06atWqFXPnzo0JEybE4MGDEz4nj4gYMWJEdO/ePQYNGhSVKlVKay5XX311QmCuZcuWse+++0arVq2iVq1asXjx4hg/fnz873//S1og8Msvv4ynnnoqzjzzzLTGBgCg5AjNAQCQUerWrRsnn3xyPPHEE0nPffDBB/HBBx+s29GmY8eOsf3220ebNm2iYsWN95/GV199dbF3C6levXr06NEjdtpppzj77LPXhQfmzp0br732Whx//PFpzWX58uVRqVKlePTRR2OPPfYo8LisrKw49dRTIzc3Nymw9cILLxQamlu7s0/+HaXOOOOM9QZzsrKy4oQTTog2bdrEWWedFUuXLk0KUBbVxnTeV69eHRUqVIg777wzDjvssPUemz/EeN111yXd4DvssMPirrvuWm/QZe0Nh1NOOSXmzJmT9nlMV/6bSBG/h55Ky3bbbZcUmks1h/VZe56rV68eTzzxxHoDYI0aNYoHH3wwade1vLy8uPbaa+Ptt98uNIiUjjVr1sTFF1+csJpktWrV4qGHHordd9+90PbbbLNNDBo0KM4999z45JNP1tX79+8fp5122nrDpZMmTYo777wzqX7aaafFlVdeWaSft1GjRnH66adHt27dYubMmYUen0lWrVoVt99+e1K9TZs2se222xba/rbbbovvv/8+oXbppZfG2WefXWjbBg0axO233x4tWrRICDiNGTMm3nnnnfXuqLVixYq4+OKL1wWJ1+rUqVM88MADsdlmmxU6fo0aNeKII46II444Yt2ubAW56667YsaMGQm1Zs2axcCBA9f7/mzcuHE8/PDDcfnllyftcNq7d+/Ye++91xtm++2335J29KxYsWLcddddcfDBBxfYLisrK0488cTYaqut4uyzz47c3NwSu96uvSb16tUrzjvvvPUeu9tuu8UDDzwQp5xySsLf3hdffDHjw1d5eXnxz3/+M+GLLRER+++/f/Tr12+9N9M7duwYzz33XHTr1m3dDq0REQsXLowbbrgh5S6vhfG6AQAAAJSdl156KSkIU7t27bj44ovjqKOOSrlwZMTvnym999570adPn4RdyR5//PHYZZdd4oADDihwzEaNGsUdd9wRZ5111rrF7fLy8uLyyy+P1157LRo1apSy3WeffZa08FOtWrXi7rvvLjDYlukLzf3RhixAOWvWrLj44ouT6kcffXT07NmzwMWxzj333Pjll1/i+uuvj2HDhq2rT548Oa6++uq47777NvTHKnc77LBDyvr48eNj7733LrBdWS7k16FDh4T3ert27RKeP+GEE6Jnz54FjleY8rhOrG1/2WWXJQXmsrKy4phjjomePXsWeL1Ya8KECfHf//43/vOf/yQ9V9rnLR15eXlx5ZVXJgXmqlSpEhdddFGceuqpKe8nXnPNNdGvX7/497//nbBo6Lhx4+KOO+6Iq6++uthzGT169LprQoMGDaJ3795xyCGHpDz20ksvjRtuuCFeffXVhPrDDz8cJ598coktlggAQHpK/ht4AABQznr16rXeXXdmzJgRL7/8cvTu3TuOPPLI2GmnneLYY4+Nf/3rX/HOO+8krQJW3oob3PqjPffcM0499dSE2gsvvLBB87n88svXG5j7ozPPPDPpw/o/3jQqyNChQ+Pnn39OqO2yyy5F2slq7bFXXXVVkY4tyMZ23k8//fRCA3P5TZw4MWH1u4iILbbYIm677bYiBZRatWoVt956a7HGLCn5Qy8RUeiNnw2Rqu9UO3oVRe/evQvdMS3i99VJ+/btG1tuuWVCffLkyfHhhx+mNXZh3n333YRgR8TvO0gWJTC3VqVKleLee++NOnXqrKutXLkynnzyyfW2e+SRR5JCKUcccURcffXVxQ4IZmdnp1xNNFMtWbIkLr/88oQvNKx14YUXFtp+xowZ8eKLLybUTjrppCIF5v6oZ8+esddeeyXU1n4RoSCvvPJKTJs2LaG25ZZbxiOPPFKkwFx+zZo1K/C5tQHlP8rOzo7777+/SLuFZmVlRd++faNt27aF9pvf888/nxQM7N69+3oDc3+0yy67xMUXX1ykY4vj4IMPLjR49cc5HHrooQm1n3/+OX755ZcSn9fGZOjQoUkh6c033zzuvvvuIq0+W7t27XjwwQeTbnoPHTo07d1uvW4AAAAApW/KlClx4403JtS23HLLdYsgFhSEifj9s8QuXbrESy+9lPTZ45133pm0KGR+e+21V/zjH/9IqM2bNy8uuuiidQsy/tGsWbPi0ksvTQiDRET07ds3mjZtut6xNhV/XICyV69eKQNza+V/ba+++uqE+8PZ2dlxxx13RN++fQsMzK3VokWLePzxx+Poo49OqL/77rsxZsyYNH6SjUvdunVTfi6/vh3MIgpeyO/hhx9eb2Au4v8v5NejR4+E+tqF/MpSeV4nBg0aFB988EFCrVKlSnHnnXfGv/71ryLdN916663j8ssvj6FDhyaF4jZGb7zxRnz00UcJtcqVK8fDDz8cp59+eoH3E6tUqRKXXXZZXHfddUnPPfPMM/HNN98Uey5rA3PNmzeP559/vsDAXMTvC6recsstSUHShQsXxrvvvlvssQEAKFlCcwAAZJzKlSvHo48+WujqbGstX748xowZE/37949evXrF3nvvHd26dYsXX3wxVqxYUcqzLX1HHXVUwuNvv/02YZep4mjevHmcfPLJRT4+JycnaQei6dOnJ6yml8qgQYOSar179y7yuBERxx57bGy99dbFalOSSvK8r93BrrhSnccrrriiSCGAtfbZZ58i/y6VpPwrT0b8vttUaUkVkkw1h8Jst912Sa/9+lSqVCmuvPLKpHqq164k5A84derUqdhhzIjfz1f+YOjgwYMLPH7KlCnx9ttvJ9Tq1q0b119/fbHH3hSsWrUq5s6dGyNGjIj77rsvDjnkkHjzzTeTjjv++OOjS5cuhfb31FNPJQS6atSoEZdccklac8sf5Bk/fnxMnTq1wOMff/zxpNqtt9663i8spOvFF19MWgn4+OOPj2222abIfVSsWDHl35sBAwYU2GbNmjVJocTatWvH+eefX+RxIyJOPvnkaNmyZbHarE+FChXisssuK1abv/71r0m1sWPHltSUNkqpXtvLL7+8WO/R5s2bJ4VQ8/Ly4tlnny32fLxuAAAAAGXjiSeeSLhvU61atXj88ceLtADXWk2aNIm77rorofbdd9/F+++/X2jbHj16JC1oN3LkyLjnnnsSamvWrIlLLrkkadHP7t27R+fOnYs8101BOgtQjhkzJimkc/HFF8f//d//FbmPrKysuOGGG5LCYI8++mix5rKxqlevXlJtfQtPludCfiWtvK4TK1euTPn+6d27d/zlL38p8thr1ahRI2rXrl3sdmUt1QKdl112WZEX9D3++OPjhBNOSKjl5eXFU089ldZ8cnJy4p577ilSODkrKyvlor5FWVAYAIDSJTQHAEBG2myzzeKhhx6KW2+9NbbYYotitc3Ly4vhw4fHP//5zzjkkEPiv//9bynNsmzk38Vq1apVaX+R+m9/+1uxd4RKteNW/h1d/mjlypXx+eefJ/VR3ABchQoV4rjjjitWm5JUkuf98MMPj+rVqxe7Xf6bfA0aNIj999+/2P3kv7lQFpYtW5ZUS2dXqqJKFZrLH74pimOPPTaysrKK1Wa//fZLurn22WefJe1ataGmTJkS48aNS6gde+yxafeX/700derUAsNTH374YdIucyeccEKpBiH/DNq1a5fyf+3bt4899tgjTj755HjggQdi1qxZSW27d+8effr0KdI4+VexPOyww9I+9zvttFPS72KqHfAifr/pm3+3q1122SV23HHHtMYuzCeffJJUO+mkk4rdT6dOnWKrrbZKqE2aNKnAnWh/+OGHpNfo8MMPj6pVqxZr3AoVKiStRrwhdt9992jRokWx2hT3b/af3YoVK+LLL79MqDVo0KBIYdT8jjvuuMjOzk6opXpPFsbrBgAAAFD65s6dGy+//HJC7cwzz4zmzZsXu6+dd945KdDx3nvvFdquQoUKcccdd0SDBg0S6o8//nh8+OGH6x7369cvvvjii4Rjdtxxx7QXRstU6S5AmX/hty222CK6d+9e7H5ycnLi73//e0Lto48+yogFWlPdQ1uyZEmBx5fnQn4lqTyvE2+++WZMmzYtobb33nuX673v0vb1118n3cds27ZtsRb0jYi45JJLolatWgm1d999t8B7POtzxBFHxHbbbVfk49u0aRPt27dPqOX/mQAAKHsVy3sCAABQWrKysuKoo46KI444Ij7++ON44403YujQobF48eIi9zFt2rS47LLL4rPPPovrr7++WDt0lZbVq1fHqFGjYsKECTFp0qSYOXNmLFmyJJYsWZIUSilI/g/Zi2rXXXctdptUNw4WLVpU4PHffvttUlgpnS+vr213ww03pNU2v/I877vttlux28yZMyemTJmSUOvcuXPSF/qLYu+9945q1apFbm5usdv+WaQKuuXl5RW7n4MOOqjYbSpUqBCdO3eOgQMHrqstX748vv3225RBiHTlD4ZE/B6ASlezZs2Sat9++23K1Rbz39CPiDjyyCPTHntTlZ2dHXvttVecd9550bFjxyK1SRVm3JDXvUKFCrH55pvHwoUL19XGjx8fXbt2TTo2VZiutF731atXx5gxYxJqrVq1Sgq/FdWhhx4a3333XULtq6++ioMPPjjp2K+//jqptt9++6U17v777x933nlnWm3zS+dvdv369ZOu98X5d9Ofzfjx45P+zdG5c+eoWLH4H5k2bNgwdt5554T3/U8//RTz5s2LOnXqFLkfrxsAAABA6Rs6dGjS4n0busjcZ599tu5xqs/EU2nQoEHccccdccYZZ6y715SXlxeXX355vPrqq/Hjjz/Gww8/nNCmdu3acffdd0dOTk7a881E6SxAuXz58vjggw8Sal27dk3rXlpE8ufCy5cvj6+//jo6deqUVn8bi/wBpIjUi1+uVRoL+f3xnsTw4cNT3pMoaeV5nUi1C91ZZ52V9th/BqkWoTvhhBOKvaDvZpttFn/5y1/i2WefXVdbuXJlDB8+PA4//PBi9ZXO692hQ4eEoNzkyZOL3QcAACVLaA4AgIxXsWLFOOCAA+KAAw6I1atXx7fffhsjR46Mb775Jr799tv46aefCg09vfzyy7F06dK45557ymbSKcyaNSseffTReOutt9JaCe2P1hdaW5/8u6cVRarVB9c3fqrd2IqzgtsfNWzYMBo0aJByl6ai2hjO+7bbblvsNiV5HitWrBjt2rWLUaNGpdU+HVWqVEmqpXv+iuKPN9vWN4f1adSoUdSvXz+t8VO9xuPGjSvR0NxXX32VVDv//PNLrP+IiHnz5qWs5w8V1a1bN63ryaauWbNmcdxxxxU5MBeR+nV/6KGH4umnn057Hvl3jyvodU91zdiQwN76/PTTT0nB3nSveRG/39TMb9y4cSlDc5MmTUqqpXPdjvg96Fe5cuW0drrML93fsRo1aiScy9K89pa3VCu8buj75o+huby8vPj2229jzz33LHIfXjcAAACA0pd/kbmmTZtGo0aN0u4v/yJzU6dOjYULF8Zmm21W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rn729ttvp9WuvGy99dZRuXLlhNp7772XVl//+9//it0mU857vXr1olmzZgm1999/P9asWVPsvoYNGxa5ubklNbUiO/zww5N+31avXh033nhjiY1x4403Jv2ONmzYMA477LC0+kvnvbpmzZoYMmRIQq1y5cqxzTbbpDWHguy1115JtcGDB5foGAXp1KlTUu21114r1TFL6lq8senZs2fSFxLeeeed+O6771Ie365du6RdC0eMGFEmu6butttuSbXSet2zs7OTwms//vhjgeelMO+++25SrWPHjimP3WGHHZJ2AHzjjTfSGvf1119Pq92fVaqFCMryd3XbbbdN+jfHkCFD0prD7NmzY+TIkQm1li1bFrjiMgAAAADlJ/9iY0uXLk25uF1ZGDhwYNI9pa222ioefvjh6NWrV0J90aJF0atXr/XuSFcWatSokVRbvHhxsfvJHxQsa+W52OCfwaBBg1LeHzzyyCMLbFOeC/mVtPK6TjRv3jzp/mh5L9ZaFvIvQDd9+vSU39UoinHjxiXdEy/pxUoBAPjzEJoDAID1+OKLL5JqzZs3X2+b6tWrJzxON2xUtWrVhMcLFy4sduBp+PDh5XaTL12VKlWK3XffPaE2evToYq+gl5eXFy+++GKxx8+k877vvvsmPJ45c2YMHTq02P385z//KaEZFU+VKlXi3HPPTap/+OGH8eqrr25w/6+//nrK83HeeeclhSiK6oUXXih2m48++ihph8M99tgjcnJy0ppDQdq0aRNbbrllQm3MmDHx2Wefleg4qRxwwAFJQa/nn38+rZvoRVVS1+KNTYsWLZJuSK9Zsyb69euX8visrKw48MADE2pLly6NZ555ptTmuFbr1q2jZcuWCbWRI0eW2s3dvffeO6k2aNCgYvczYsSImDRpUkKtXbt2BYbma9WqlRRKTefn/OWXX9IKe/+Z5f89jSjb39WcnJykcOesWbPSCkA///zzSasMpworAwAAAFD+9txzz6RaeXw2N27cuLjlllsSatWqVYt77703qlatGmeffXbSvZ5UbYqiJBea22yzzZJq6eyAV95hqlS7+Q0dOjRWrlxZTjPaeEycODEeeOCBpPruu+8e7dq1K7BdeS7kt1ZJvdfL8zqx6667JjyeOXNmqd/PK+/FKFMtXJhqgcOieOedd5JqO+20U1p9AQDw5yc0BwBARnn//ffTuimTyi+//JJyt7D9999/ve3y3yiaMmVK5OXlFXv8Bg0aJDxetmxZjBgxosjtly5dGr179y72uBuDE044Ian2r3/9q1h9vPjiizF+/Phij51J5z3Vebz11luLtQLpp59+mrQLWlk66aSTYrvttkuq9+7dOz788MO0+x02bFj885//TKp37Ngxjj/++LT7/eabb4oV6Fu5cmXceuutSfVUr11JSBVCvOaaa2L+/PmlMt5aTZo0iSOOOCKhNnfu3OjTp0+pjVlS1+KN0T/+8Y+kUOX//ve/mDBhQsrjzznnnKQb/4899liMHj261Oa41tlnn51Uu/LKK0slGPW3v/0tKfA6aNCgAs9LKqtWrUq5m2W3bt3W2+7EE09MqvXp0yeWLl1a5HGvvfbacl8huqyl2s21pP4dV1Qnn3xyUu3WW28t8msXETF16tR47LHHEmpZWVlxyimnbPD8AAAAACh5+++/f1JAZNCgQbFw4cIym0NBu8b16dMnWrduHRG/f8Z06623RuPGjROOGThwYMpQyPqU5EJz+RdLi/h9kb7iWL16dVqLX5akGjVqRKdOnRJq06dPj9dee62cZrRxmDdvXvTs2TPpM9KsrKy49NJL19u2PBfyW6uk3uvleZ3o0qVLUu3xxx8v1THLezHKffbZJ6n2/PPPF3tx20WLFsUbb7yRUEu1gB4AAJsOoTkAADLK0KFD49BDD42rrroqfvjhh7T7mTFjRpx//vlJNwPq1q1b6K4h+VfXW7RoUXz11VfFnsMuu+ySVLv77ruLtLrhsmXLolevXjF58uRij7sx2G+//WKLLbZIqA0fPjzuvPPOIrUfNWpU3HzzzWmNnUnnvV27dkk3ACZPnhxXXXVVkW4wTJ48OS6//PLSml6RZGdnx+233x41a9ZMqK9YsSJ69OiR1o5zb7zxRpx//vmxfPnyhHqtWrXi1ltvjQoVNuw/lW+88cYi7TSYl5cX//znP+PHH39MqG+xxRax3377bdAcCvLXv/41WrVqlVCbMmVKnHPOOTFjxoy0+ly8eHE89thjhd5EPuecc5KCXm+88Ub07du32GG21atXx2+//bbeY0rqWrwxat68eXTt2jWhlpeXF/fdd1/K41u0aBFHH310Qm3lypVx3nnnpX1OVq9eHW+++Wbcfffd6z3ur3/9a9IOrZMnT46///3vad1YnjJlSoHP1a1bN4466qiE2qpVq+KCCy6ImTNnFtp3Xl5eXHPNNUkhu3r16sVf//rX9bY94IADon379gm1iRMnxrnnnhuLFi1ab9vly5fHZZddVia7Pm5s2rZtm1TbkEB0Ovbbb7+k6+LUqVPjkksuSdo5LpUFCxbEeeedl/RvxgMOOCBpd08AAAAANg5NmzaNI488MqG2ePHiuOqqq8ps8bV//vOfSQtI/e1vf0v6jLNu3bpx5513Ji2Mds011xRrAaqSXGiuXr16SUG+d955p1g7Uw0cOHC9n/eWlX/84x9Jtdtuu63MF/faWIwaNSqOPvro+Pnnn5Oe6969e3To0KHQPspzIb+I5Pd6uq9leV4nDj300KR7K8OGDYv//Oc/pTZmSZ23dG2//fZJC6lOnDgxnnvuuWL1c/fddyctFnrooYcm7YAIAMCmQ2gOAICMs2rVqnj55Zfj8MMPj+OOOy4GDBhQpC/LR/y+0t1zzz0XXbt2jUmTJiU9f/nllyftYpNfx44dk2pXX311fP7558VaCW377bePpk2bJtS++uqr6NmzZ8ydO7fAdmPGjImTTz553ZfOa9SoUeQxNxbZ2dlxww03RFZWVkL90UcfjauuuioWLFiQsl1eXl688MILcdZZZ61b/a5KlSrFGjvTznufPn2iUqVKCbU33ngj/vGPf6w3JPXee+/FKaecErNmzYqI4p/HktSqVau49957k36OFStWxBVXXBGnnXZakVYwHTduXJx11llxySWXxLJlyxKeq1y5ctx7771JYc3iWHttWLx4cXTv3n29IbKZM2fG+eefn3RMVlZW3HDDDRsc3CtIdnZ23HvvvUmrRY4ePTq6du0aAwcOTAoTprJq1ar49NNPo3fv3rH//vvHHXfcEbNnz15vm9atW8cVV1yRVH/qqafitNNOi2+++abQcWfOnBlPP/10HHLIIYWuQFtS1+KNVard5oYMGVJgYPPKK69MCijNnj07Tj311Lj99tvX/a4XZsKECXH33XdHly5d4uKLLy50F7ecnJy4++67k35/hw8fHn/729/i7bffLvTmcm5ubrz11ltx8sknx1VXXbXeYy+++OJo1KhRQu3nn3+OE088MT799NMC282YMSP+8Y9/xCuvvJL03A033FDo3/7s7Oy4+eabk16Tzz//PA477LAYOHBgzJkzJ+G5BQsWxCuvvBJHHHFEvPXWWxHx+03p/AGuTLbVVlsl/b189NFH4+WXX066TpeWrKysuOmmm5JWDB4yZEicccYZKb8cstbo0aPjpJNOSvo92GyzzTaaXWcBAAAASO28885L+tzyvffei969eyft/lZUU6ZMiRtvvDHlPcY/6t+/f7z77rsJtbZt28a1116b8vhddtklevXqlVAraKe6gpT0QnP77rtvwuNp06bF008/XaS2n332Wdx+++1pj12SOnXqlLRg6oIFC+Kss85Ke4HW5cuXx6BBg+LJJ58siSmWiR9//DFuuOGGOOWUU2LatGlJz++5555xySWXFKmv8lzILyJ5sbYvv/wy7V3Tyus6kZ2dHeeee25S/cYbb1x3P6E4Fi9enBQky68kz1u6unfvnlS77bbb4ssvvyxS+xdffDGeffbZhFpWVlacfvrpJTE9AAD+pCoWfggAAPx5jR49OkaPHh033nhjNG3aNHbYYYdo3bp11KlTJ+rUqRMREUuWLImpU6fGhAkT4osvvijww9/DDjssaWefVHbYYYdo06ZNfP/99+tqkydPjtNOOy2qVKkSjRs3ThlAevTRRxO+6J+dnR3nn39+XH311QnHffDBB9G5c+c4+OCDY4cddog6depEbm5u/Pbbb/HRRx/FmDFjEgIIvXv3ThlU2djtvvvuccopp0T//v0T6i+//HK8++67ceCBB8YOO+wQ9erViyVLlsRPP/0UgwcPjl9++WXdsdtss020adMmXn/99SKPm2nnvXXr1nHxxRfHLbfcklAfOnRodOnSJfbdd9/YZZddokGDBrFs2bL49ddfY8iQIQk3aho1ahSHHnpokW92loa99torHnjggejVq1fS7+jnn38exx57bDRt2jT222+/aNq0aTRo0CCysrJi1qxZ8dtvv8WHH36Y8N74o+rVq8f9998fe+yxxwbNsUuXLvH999/HhAkTYsGCBXH55ZfHww8/HF26dInmzZtH9erVY9asWTFy5Mj48MMPUwZCTjnllNh99903aB6Fadu2bdxxxx3Rs2fPhF2U5syZEzfccEPcc889seuuu8YOO+wQdevWjZo1a8bSpUtj4cKF8dtvv8W4ceNi/PjxsXjx4mKP3a1btxgzZkz897//Tah/8cUXccwxx0S7du1ir732imbNmkWdOnVi1apVsXDhwvjhhx9i7NixMXbs2CIH3krqWryx2nzzzeOYY45JWmHzvvvui0ceeSTp+OrVq8dDDz0Uxx9/fELAceXKlfH444/H008/HR07doydd945GjduHLVq1YqVK1fGokWLYtasWTFhwoQYO3ZskcN1f9ShQ4e49tpro3fv3gnXyV9++SUuvPDCaNy4cey9997Rtm3bqFOnTlSsWDEWLlwYU6ZMifHjx8dXX321bhevTp06rXes2rVrx2233RZnnnlmwvt7ypQp0b1792jfvn0ccMAB0bRp06hcuXLMmjUrvvzyy/j4449TBkZPPvnkOOigg4r0c2699dbRu3fv6NOnT8LPOWvWrLjhhhvixhtvjHr16kXt2rVjwYIFMXfu3KSVl6+//vp47rnnEnagLK0Q7cYgJycn/vrXvybcxM7NzY2rrroqrrnmmmjcuHFUr1496RxccMEF0blz5xKbx0477RTnn39+0m6NX3zxRfzlL3+J3XffPXbfffdo1KhRrF69OqZPnx4ffvhhjBo1Kin0mZWVFddff31svvnmJTY/AAAAAEpe8+bN44Ybbogrr7wyof7CCy/E2LFjo1evXrH//vsnLfCY3+LFi+ODDz6It99+O4YOHRqrV69O2i3uj7755pu49dZbE2rVqlWLe+65Z70LGJ599tnx5ZdfxkcffbSuNm7cuLjlllsKDNv9UUELzV1//fXRqVOnYn8OeeyxxybtenXHHXdEtWrV4vjjj0953pYvXx5PP/103HfffbFy5cqoXLlykRbyK219+/aNY445JmER1smTJ8cxxxwT5557bpx00klRs2bN9faRl5cXo0aNinfeeSfefPPNmD17dpx88smlPfW0LVy4MMaOHRujR4+Ozz//PL744osCF7jbe++944EHHkjaPW59rrzyyvj6668T7jeuXcjvtNNOi9NPPz0aNGhQaD8TJkyIt99+O15//fWYOnVq7L///oW26dixY7z//vvrHi9atCguuuiiuPzyy6N169ZF/hkiyu86ERFxzDHHxEcffZQQsF2xYkVcfPHF8fnnn8f5559f6P2sSZMmxX//+98YNGhQPPDAA7HbbrsVeGxJnrd0HXHEEfHf//533SK1ERHLli2Lc845Jy655JI46aSTUl6rli9fHvfff388/vjjSe/j0047LWkHOwAANi1CcwAAbDKmTp0aU6dOTatt165d46abbiry8ddcc02ceeaZSV+GX7ZsWUyePDllm5UrVybV/va3v8Wnn34ab7zxRkI9Nzc3Xn311Xj11VfXO49zzz03jjrqqI0ivJWOq6++OubPn58UeluyZEm8/vrr6w3D1a9fP+6///64//77iz1upp337t27x7x585KCNMuXL4/BgwfH4MGDC2xbrVq1eOCBB2Lo0KGlPMvC7bvvvvGf//wnLrroovjuu++Snp86dWrS6oGF2WqrreLee+8tkZs9OTk5cf/998cJJ5ywLpT0448/pgwwpfLXv/41KaxZWg488MB46qmn4qKLLkoKQS1cuDCGDBkSQ4YMKZWxb7311qhfv378+9//Tnpu4sSJMXHixBIbq6SuxRurc889N1566aWE1UyHDh0aY8aMie233z7p+GbNmsWLL74YvXr1itGjRyc8t3Llyhg+fHgMHz68VOZ67LHHRvXq1eOqq65KCoxOnz690J0Di2P33XePBx98MC688MKkkO24ceMK3I0vv27duhX7d3Ltl0H69OmTFPDMy8uL2bNnp9yVMSsrK66++uo4/PDDk8LiG8vOpaXlvPPOi8GDByddi1avXl3gv9sK2nF2Q5x//vmRl5cX/fr1S6ivXLkyPv744/j4448L7SMnJyduvvnmOPzww0t8fgAAAACUvK5du8YPP/wQjz32WEL922+/jXPPPTc233zz2G233WLrrbeO2rVrR5UqVWLRokWxaNGimDx5cowdOzYmTZpU5M+VFy5cGBdeeGHS8dddd12h9ymysrLi1ltvja5du8b06dPX1QcOHBidOnWKQw89dL3tS3qhue233z46d+6ccC9h9erV0adPnxg4cGB06dIlWrRoEZUqVYq5c+fGuHHj4sMPP4w5c+asO/7qq6+OPn36rHfeZaFRo0bx4IMPxqmnnprwmXJubm7cdddd8fDDD8dOO+0UHTt2jIYNG8Zmm20Wy5Yti0WLFsXMmTNj/PjxMXbs2EJ38ioLM2fOjCOPPDLlc2vnvGjRoiLtkpaTkxNnn3129OzZs9ihyvJcyO+oo46Ke++9N2FhvaFDh8bQoUOjVq1aUa9evaTd4xo2bJh0HVirrK8Tf3TzzTfHDz/8kPB7m5eXF88//3y8/PLL0bFjx9htt93WvS+XLl0a8+bNi4kTJ8bXX39d4L2wVEr6vKWrb9++ceSRRya89rm5uXHjjTfGE088EV26dInWrVtHzZo1Y968eTFhwoQYPHhwzJs3L6mv9u3bF3mHRAAAMpfQHAAAGeXII4+M3Nzc+PDDD2PhwoUb3F/z5s3jqquuKvZuJnvssUfcf//90bt375Rfji+Ovn37RpUqVYoVKKhcuXJcfvnlccopp2zQ2OWtQoUKceutt0bjxo3jySefTPiQfn3atGkTDz30UDRr1iztsTPtvF988cVRt27duOeee9bt2FSYxo0bR79+/aJDhw4bRWgu4veQ2yuvvBJPPvlkPPHEE2nfgKxdu3aceeaZ0b1798jJySmx+TVv3jwGDhwY5513Xvzwww9FalOxYsXo3r17XHTRRWW6o9Suu+4aL7/8ctx+++3x5ptvJgXLiiorKys6deoUu+yyS5GOr1ChQlxxxRXRoUOHuOOOO9IKM2dlZUXdunULPa4kr8Ubo8aNG8dxxx0XAwYMSKjfe++98cQTT6Rs06RJkxgwYEA89NBD0b9//1i0aFHa47du3ToOO+ywIh9/+OGHxxZbbBE33XRTjBw5Mq0x69WrV6Tj9ttvvxgwYEBce+21MXbs2GKNUbt27bjwwgvjxBNPTGeKcdxxx8U222wTffr0KVJAr3nz5nHdddfF3nvvHRGR9O+XwlYw/rNr0KBBPP3003HZZZcVOdBYWnr06BEtW7aMW265JWFV6aJo06ZN9OnTp9DdEAEAAADYuFx66aXRpEmT6Nu3b1KoZdq0afHKK6+U2FhXX311TJkyJaF2zDHHFBhyyq9u3bpx5513xmmnnZZwz+yaa66J9u3bR/PmzdfbvqQXmrv++uvjm2++SfosbdKkSQk7jKVy5plnxgknnLBRhOYiIjp06BDPP/989OzZM+lc5ObmxrBhw2LYsGHlM7liWLlyZUyYMGGD+qhQoUIceOCBcfHFF2/QopPltZBfw4YN4x//+EfSAmkRvy/IlmpRtsLulZTldeKPatSoEc8++2z06tUrPvvss4TnSvoclsZ5S0e9evXi2WefjbPOOit+/vnnhOemTZsWTz/9dJH62XnnneOhhx5KCvoBALDpEZoDACCj7LzzzrHzzjvHypUrY8SIEfHll1/GyJEjY8yYMUm7zRSkfv36sccee8T//d//xV577RUVK6b3z+YDDzww9tprr3j//fdj2LBhMWnSpPjtt99iyZIlsXTp0sjLyytSP5UqVYqbbropDj744Hj44Yfjq6++KvDYmjVrxuGHHx5nn312oTfG/iyys7Pj0ksvjSOOOCIeeOCB+PDDD2P58uUpj23atGmcfPLJ0a1btw3+ADwTz/vpp58enTt3jgceeCAGDx4cixcvTnlcvXr14rjjjouzzjpro9zhKCcnJ84555zo1q1bvPnmm/HWW2/FyJEjk3avyq9y5cqx0047xV/+8pf4y1/+EtWqVSuV+W255Zbx6quvxjPPPBMDBw6MadOmFTif/fbbL84///zYeuutS2UuhWnYsGHcfvvtccEFF0T//v1j2LBhRQr7Va9ePTp16hR77LFHHHTQQdG0adNij3344YdHly5d4uWXX4433ngjRo0aVegqm+3atYv9998/jj766Nhyyy2LNE5JXYs3Vn//+9/jhRdeSLguDhs2LL766qvYaaedUrapVKlS9OrVK84444x47rnn4v33349vvvmm0GByTk5OdOjQIfbcc8/Yf//9o0OHDsWeb/v27ePZZ5+Njz/+OJ5//vn4/PPPC72p2qRJk9hnn33ir3/9a+y6667FGuvFF1+Mt99+O1544YUYMWLEelfPbdOmTRxyyCHRvXv3DQ6qdejQIV588cUYPnx4vPvuuzFq1KiYNWtWzJ8/PypXrhxNmjSJ9u3bR+fOneOggw6K7OzsdW3zBzxr1aq1QXP5M2jdunW89NJLMWLEiBg8eHBMmDAhfv7551i8eHEsXbo07VBvOv7yl79E586dY8CAAfHmm2/Gt99+W+B1omLFirHDDjtE165d4+ijj054HQEAAAD48zj55JOjQ4cOccstt6S94FdERJUqVaJz586x+eabJz339NNPx+DBgxNqbdu2jd69exdrjF122SV69eoVd95557raokWLolevXjFo0KD13h8r6YXmGjRoEM8++2yceeaZSeGWguTk5MQll1wS3bt33+DxS1rbtm3jpZdeirvvvjvpc/fi6tChQ+y3334lOLvS16ZNmzj44IPjqKOOii222KJE+iyvhfzOO++8qFixYtx///1p7fCWSllcJ1KpVatWPP744/Hwww/Hv//971iyZEmxx6xcuXKR7vmWxnlLR4sWLWLQoEFxww03xDvvvFOse3k5OTlxwgknxGWXXRaVK1cuxVkCAPBnkZX3Z/92GAAAFEFeXl7MmDEjJk+eHL/99lssXrw4lixZEllZWVGjRo2oXr16NGjQ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GJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJIakOQAAAAAAAAAAAAAAAAASQ9IcAAAAAAAAAAAAAAAAAIkhaQ4AAAAAAAAAAAAAAACAxJA0BwAAAAAAAAAAAAAAAEBiSJoDAAAAAAAAAAAAAAAAIDEkzQEAAAAAAAAAAAAAAACQGJLmAAAAAAAAAAAAAAAAAEgMSXMAAAAAAAAAAAAAAAAAJEZhbTcA1gXTpk2L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M8/EqFGjYuzYsbFw4cLc71q0aBE9e/aMPfbYIw4//PCoW7dudR8G1SSbzcbHH38cH3zwQcyYMSNmz54dmUwmNthgg2jbtm3stNNO0bVr19puJlVk1qxZZfb19ttvH40bN67tJqbaqFGjok6dOrHLLrtEu3btars51DDXa4D129KlS+Ptt9+Ol156KV577bX47rvvIpvNVmgfmUwmOnXqFHvuuWf07ds3evXq5WEZAKhiM2fOjJdffjleeumlGD16dCxatKhS+6lfv3707t07+vbtG/vss0+0bNmyilsKpJUxIlZHTCddxHTWbWI66eZ6DbB+E9MBgPWDmA5pkslW9I4UgJg5c2bceOON8c9//jPmzZuX97u6devGwQcfHBdeeGG0bdt2pbKff/55/OpXv4oJEyZERKxyYCCTyURERIcOHeK3v/1t7LvvvtVwFFSXKVOmxL333huPP/54bpaFsrRt2zZOOumkOP7446NRo0Y11EKqSlFRUTzyyCPxyCOPxMSJE8vcrqCgILbZZps4+eST48ADD6zBFlKie/fukclkok6dOtG7d+/o379/7LvvvlGvXr3abhrVyPUakuNvf/tbFBQURO/evWP77bev7eZQQ4qLi2P48OFx1113xQ8//BARqz4fV0TJubtly5Zx5plnxrHHHut+AGpRyQyFzZs3L/cDaxMmTIhnnnkmPvjgg9y5oXXr1rHhhhvGnnvuGbvvvvsaH6QDqtbMmTPjjjvuiIcffjiKi4sjYvXX7JLrcXm2qVevXhx77LFx5plnCrQClWaMiNUR00kPMZ31h5hOOrleQ3KI6aSTmA4kn5gOJIOYDmkkaQ6ggt599904++yzY+7cuWXeBGQymWjWrFncfvvtseOOO+bWjxs3Lk477bSYM2dOrmzJzcKKVtxvnTp14je/+U2ceuqpVXsglOmrr76KF154Ibe82Wabxd57712ussOGDYtrr702Fi9eXO7Bn0wmE61atYrrr78+evXqVak2UznTp0+Pd955J7fcoUOH2GGHHcpV9rXXXotLL700Zs2aVa6+Lvmsb7755nHjjTdGly5dKtdoKqUkwJrNZnN90bRp0zj44IOjX79+se2229ZyC6lqrtfpcemll+YCb/vtt59ASUKVnMcjIjbZZJPo379/HH744at8QIJkeO211+IPf/hDTJ06Ne98u6rzcUWU3lf79u3jj3/8Y+y5555rtV/WP99++21Mnjw5t9yzZ89abE26jB49Oh599NF48803Y+7cuRGx/KHU7t27R79+/eLoo49eZbB15syZcfnll8e//vWv3LpV3as1b948Lrroojj66KOr+UioqLlz58aUKVNiwYIF0bJly+jcuXO5yr3yyiu5oPqMGTMik8nkBdV//vOfR/v27au59ZRl+PDh8Ze//CWKiopW+/2pROnvZ+XZNpPJRIMGDeI3v/lNHHfccVXQaiBNjBEln5hOeojppIeYTvq4XqeHmE46iOmkj5gO1U1Mp/aI6aSXmE4yiemQVpLmACrgo48+ipNPPjkWLlwYEWXfAJScWhs3bhwjR46MjTbaKObOnRuHH354fP/993nlVjfLWcnvM5lM3HbbbeUO8rF2/vrXv8bdd9+dWx4yZEgcdNBBayz3v//7v/Hoo4+W62ZyRSXbFxYWxh//+Mc48sgjK9FqKuNvf/tb3HrrrbnlK664Io466qg1lrvzzjvjpptuimXLlkVE+fp6xc96o0aN4oYbbjCQV4NWHJhf1SBtly5don///nHYYYdFmzZtaqWNVB3X63RZ8fPdtGnTOOigg6Jfv36x3Xbb1XLLqEorPigTEbmZpnfbbbfo379/9O3bV3A9Qe6999647rrrVnmvtapB2fr160f9+vVzsxAWFRXFokWLYtGiRasdxC35XZ06deJXv/pVDBo0qFqOh3XTkCFD4h//+EdELP+7GD9+fC23KPkWLVoUv/3tb+PZZ5+NiLLvrzbffPO4/fbbo1OnTrn133//fZxyyinx7bfflvmdu/R9ft++fePGG2+MwsLC6jgcKuDRRx+Nxx57LD788MO89RtssEEcccQRceaZZ0bz5s1XKvfVV1/Fb37zm/joo48iouzAXN26dWPgwIFx1llnmZG2hl155ZUxbNiwlT6XpfuqTp060aZNm2jSpMkqr9nz5s2L6dOn5679JUrvL5PJxAknnBC/+93vqvW4gOQwRpQOYjrpIaaTHmI66eJ6nS5iOukgppMuYjrUBDGdmiemk15iOsklpkOaSZoDKKfFixdH//794/PPPy/3gGs2m43ddtst7rnnnrjhhhvizjvvzPvdpptuGrvvvntsuOGG0bBhw5g5c2aMHTs2Ro8eHYsWLcrbtmXLlvGvf/0rmjRpUgNHm26HH354fPbZZxGxfDaTt956KwoKClZb5u9//3tcf/31EbHqm8l69epFs2bNIpvNxpw5c2Lx4sV525ZsX1hYGHfddVf07t27So+JVTv66KNzX/AaNWoUo0ePjvr166+2zKhRo+KSSy6JiNUP9pVWetuGDRvG8OHDo3v37pVtPhWwYgBmRaUHYQoKCuJnP/tZDBgwIPbee+9VzobEus31On1WFXiLiNh0001zM1d6cGL9V/o8Xrq/mzVrlptpeptttqmVNlI1Hn/88bjssssiYuX76g4dOkTPnj1jxx13jK5du0b79u2jQ4cOZQZPlixZElOmTInJkyfHpEmT4r333ot33303vv/++5X2n8lk4qqrror+/ftX9yGyjhgyZEjcddddEbH8b+GTTz6p5RYlW3FxcQwePDhGjx5drlnfO3bsGCNGjIgWLVrE4sWL4+ijj871UVkBnFU9/LbvvvvGLbfcUi3HxJrNmjUrzjnnnBgzZkxElH1P3rp167jjjjuiR48eufWffvppDBw4MH788cdyB9W32267+Mc//uFevIbccccdceONN0bEytfUHXfcMXr16pW7Zrdr126NY2tLly6NqVOn5q7Z77zzTrz33nt5bxcp+fkXv/hFDB48uFqPD1j/GSNKDzGd9BDTSQ8xnfRwvU4fMZ10ENNJDzEdaoqYTs0S00knMZ1kE9Mh7STNAZRTyRf9FS/o7dq1i5NOOil69uwZLVq0iNmzZ8e7774bQ4cOzfvSPnz48Dj99NNj3rx5kc1mo1mzZnH55ZfHgQceuMq6pk6dGn/605/ixRdfzA0YZjKZuPTSS+Pkk0+usWNOo/nz50fPnj1zN+mHHHJIXHfddast880338SBBx4YS5cuza3LZrPRvXv3OO6442LXXXeNjTfeOK/Ml19+GaNHj47hw4fnBQGy2Wy0adMmXnjhBTNpVLNFixbFTjvtlOu3/fbbL26++ebVlpkxY0bst99+UVRUlFuXzWajdevW0b9//9h1111j8803j+bNm0c2m43Zs2fHhAkTYvTo0TFixIiYNWtWXl9vvPHG8eyzz67xSwZrr3QApsTqBuubN28ehxxySPTr1y/viz7rNtfr9Ckr8Bbx04MTu+22WwwYMCD22WcfD06sp1Y8j6+uvyMiNttss9xM061atarxtlJ53333XRxyyCEr3Wv17ds3TjzxxCp7CPHf//53DB06NHf+LqmnYcOG8cwzz0THjh2rpB7WbQKsNavk/7s8D8CVnOtLvo/fd999cc0116wUWO3evXt07tw5CgsLY/r06fHhhx9GcXGxhyfWEXPnzo0TTzwx9wB7xOqD6s2bN4+RI0dGx44dY968eXHEEUfEt99+u8aZqVf8XSaTie233z6GDRsWderUqepDYgUTJkyI/v3758ZUstlsFBQUxAknnBAnnnhibLTRRlVSzzfffBNDhw6NYcOG5dVVWFgYI0eOjM0337xK6gGSyRhROojppIeYTrqI6aSH63X6iOmkg5hOOojpUJPEdGqWmE76iOkkm5gOSJoDKLdjjz02xo4dm7t523XXXeNvf/tbNG7ceKVtFy5cGOedd168+eabkclkYsstt8y9FrxRo0YxfPjw6Nat2xrrvOSSS2LUqFG5Lxibb755PPXUU1V7YOR5//334/jjj8/185/+9Kc48sgjV1vm4osvjieeeCLXTwUFBXHxxReXa3A9m83G3XffHddff31ks9ncF4Jf/vKX8T//8z9Vckys2ocffhhHH310rq//93//N4477rjVlrnyyitj6NCheYG6U045JS666KI1zma6cOHC+Mtf/hLDhw/PGzS4/PLL4+ijj66ag6JMKwZgjjrqqNhiiy1ixIgRuXPzmgbrN99889xgfcuWLWuw5VSU63X6lBV4i1j1zJWHHnpoHHHEEbH11lvXeFupvDXNSrriupL1BQUFsfvuu+dmmi5r5krWHb///e/j0UcfzX2mmzZtGn/+859j3333rZb6Xnrppbj00ktj7ty5uXPIUUcdFVdccUW11Me6RYC15nz55Zdx6KGHrvRQcs+ePaN3797RunXrmDNnTrz33nvx2muv5b4bFxQUxNNPPx2DBg2KKVOm5ModfPDB8ctf/nKlhyEWLlwYDz/8cNxyyy2xYMGC3PbNmzePV199NRo2bFhzB0387ne/i8cee6xCbwrYc889484774xbbrklbr311rzfNWrUKHr37p0XVH/77bdj8uTJKwXVf/WrX8Vpp51WA0eZXhdeeGH885//zF2z27VrF7fddlu1PZz88ccfxznnnBNTp07N9fOBBx6Ye0MQwKoYI0oHMZ30ENNJFzGd9HC9Th8xnXQQ00kHMR1qkphOzRHTSScxnWQT0wFJcwDlMm/evOjZs2dE/DQD4bPPPhvNmjVbbZmDDz44pk2bliuXyWTisssuixNPPLFc9S5atCj222+/mD59eq78f/7zn9XWy9oZNWpUXHLJJRGx/Cb/8ccfj6222qrM7ZcsWRK9evWKhQsX5vroz3/+cxxxxBEVqvfhhx+OP/zhD7kb04033jief/75tTkU1uCZZ56JX/7ylxGxvK8feuih2G677crcPpvNxq677hpz5szJ9fUFF1wQZ555ZoXqvemmm+L222/P9XW3bt3iiSeeWKtjYc1WHJg//fTT46KLLoqI5TOpjBgxIp5++umYMWNGRKx5sH6PPfaI/v37x957721G2XWM63U6rfj5btCgQSxcuDAi1vzgxGabbRYDBgzw4MR6YsV+HjhwYPTs2TNGjBgRr776aixevDgiVj/TdIsWLeKQQw6J/v37x5ZbblnDrac8iouLY5dddomioqLIZrNRr169uPvuu3Pn9ery9ttvx2mnnRZLlizJzUz6n//8J+rVq1et9VL7BFhrzrXXXhv33ntv7jtQkyZN4oYbbog+ffqstO3HH38cZ511VkyfPj0iIvbaa6945ZVXImJ5P5111llx/vnnr7a+jz76KAYNGpSbaT6TycTVV18d/fr1q/qDY5U+/vjjvIfVS2aRPPTQQ2PXXXfNC6qPGDEib0zl0UcfjdNPPz1+/PHH3LrTTz89zjrrrFUGyV944YW48sor8+7nGzZsGK+++mo0b968xo45TRYsWBC77LJL7trZuHHjeOihh6p9htDPP/88jjnmmNzfS7169eLf//53NGrUqFrrBdZPxojSQ0wnPcR00kVMJx1cr9NJTCcdxHSST0yHmiamU3PEdNJHTCfZxHRgOe+zBCiHcePG5Q3SHHvssWscNG3SpEmccMIJeQN6jRo1qtDsg/Xr149jjz02bx8ffvhhBVtPRcyaNStvuW3btqvdfuzYsbnZTjKZTOyxxx4VDq5GRBxzzDGx66675vr6v//9b3z33XcV3g/lV/KFvUSHDh1Wu/1HH30Us2fPjojIvR68osHViIjzzz8/b5aOCRMm5AJ71LwtttgiLrnkknjttdfi9ttvj/333z8KCwvzZgku+ZfNZmPJkiXxyiuvxHnnnRd9+vSJP//5z/Hpp5/W9mHw/3O95qSTToonn3wyTj311GjVqlWZn+VsNhuff/55XHvttbHHHnvEWWedFS+++GIsWbKktg+BcigsLIy99947brnllnjjjTfisssui6222irXtxGxUn/PmjUrhg4dGv3794/DDz88/u///i9mzpxZy0fCij744IO8ByQOO+ywag+uRkT06tUrDj/88NzfTlFRUXzwwQfVXi+kyVNPPZU3g/iQIUNWGVyNiOjRo0fcfvvtUafO8mHrV199NSKWnxd23XXXNQZXIyK22WabuPjii/NmLB85cmTVHAzl8vDDD+fOqyUzVo4YMSL+/Oc/x+GHHx4/+9nP4sADD4zf/e538eyzz0aXLl1yZa+++uqYNWtW3ps8LrroojJnld1vv/1i6NCh0aZNm9y6oqKiePrpp6v3IFNs7NixeQ+4HX300dUeXI1Y/raQY445Jve3tXjx4hg7dmy11wusn4wRpYeYTnqI6RAhppM0rteI6aSDmE4yielAconppI+YTrKJ6cBykuYAyuHbb7+NiJ9mNyrri0Bpe+yxR+7nTCYTO+64Y4Vnt9l9991z5SMipk6dWqHyVExRUVHe8ppmNvjqq68i4qe/jaOOOqrSdZcezB83blyl98WalQzglWjSpMlqt//iiy8i4qe+PuGEEypVbyaTWSmY4wtB7SsoKIi99947br755nIP1s+cOTPuv//+6NevX/Tr1y+GDh0aP/74Y+0eSMq5XhNRuQcnXn311dyDE1dffbUHJ9YjLVq0iJNOOilGjBhR7uD6Z599Ftdcc03ssccecc4558RLL70US5cure1DSb1JkyZFxE/n8P79+9dY3SV1lZzDJ06cWGN1Q9J9++23ebP/77rrrrHnnnuutkyPHj3igAMOyPvOFBFxzjnnlLveI488Mjp37hwRy88rH3zwQSxbtqyCraey/vnPf+auvQUFBXHLLbfEFltsscpt27dvH3fccUc0aNAgIiLGjBkTEcv/Xn7+85+X68HHzp07xx/+8Ie8oLq3f1SfL7/8MiJ+umYfdNBBNVb3wQcfHBE/XbNL2gJQmjGi9BDTSQ8xHVYkppMMrtdEiOmkjZhOcojpQDKJ6aSTmE6yienAcoW13QCA9cHcuXPzlktu0tek9HadOnWqcN2ly5RuC1Wr5Ia+xOzZs1cbZC09m9X2229f6bq32267iPjpJtFMWdWrdPBk7ty5FerrtZkla+edd46In/r6hx9+qPS+qHolg/UnnXRSTJgwIUaMGBFPP/103sBQiZIvlJ988klcddVVce2118bee+8d/fr1iz333DM3mxI1w/WaFZU8OLH33nvHjz/+GE899VSMHDkyxo8fHxE/PTQR8dNnedasWfHAAw/EAw88EN26dYsBAwbEIYccEhtssEGtHQflVxJc//Wvfx2vv/56jBw5Ml555ZW8WbNKlATXX3755Xj55ZejZcuWcdhhh8URRxwR3bp1q61DSLWS2d9LbLLJJjVWd+m65syZU2N1E9G3b99aqXfOnDm5ABDV55NPPomIyAW+SoIja3LggQfGM888k1tu06ZN7ntUeR1yyCFx++23R0REcXFxTJgwIbp3716hfVBxX375ZcydOzd3r7X33nvHtttuu9oynTt3jkMPPTQeffTRvOv14MGDy11v3759Y4sttojPP/88stlsjB8/PoqLiyv84CRrVtnvXVVhww03zFueN29ejdUNrF+MEaWHmE56iOlQFjGd9ZfrNSsS00kfMZ31m5hOeonpJJuYTvqI6SSfmA4sJ2kOoBwWLVqUt1w6CFeW0tuV9drhiuyjdFuoWi1btsxbnjZtWnTo0KHM7UvPYtqiRYtK1126rIGd6lV6sHzGjBnRrl27MrefP39+3nKrVq0qXXfpvzMzWa67KjpYv3jx4njhhRfihRdeiFatWsVhhx0W/fv3j80226y2DiFVXK8pS2UenPj000/j6quvjr/85S+x1157Rb9+/WKvvfby4MR6oDLB9R9++CHuu+++uO+++2LLLbfMBdebN29ea8eRdkuWLKmxusxKW7u+++67Wgt0rnj+p3qUflB1m222KVe5LbfcMvdzJpMpd7kVlX4AetKkSQKsNaBkdveSoPrPf/7zcpXbd99949FHH80td+rUqcL9dfDBB8cNN9wQEcvP7Z999lml/nZYvcLC/LDSwoUL12o8rCJKv2HGvTlQFmNE6SGmkx5iOpSHmM76xfWasojppIuYTjKI6aSHmE6yiemkj5hO8onpwHL++gDKoWnTpnnL5Q18lZ5ZpzIBs9KZ/o0bN67wPii/rl27RsRPX7Tfeuut1W5flUHR0mXNnFG9Nt1004j4qa/feeed1W7frFmzvOW1mXGwdLC2oKCg0vuiZpQM1t98883xxhtvxGWXXRZbbbVVZLPZ3GBgyYB9yboZM2bEvffeG4ceemgceeSR8eCDD9byUSSf6zXlUfLgxGuvvRa333577L///lFYWJj77JZ8lks+z4sXL44XX3wxzjnnnNhjjz3i2muvjc8//7y2D4NyKgmujxgxIp588sk49dRTo1WrVmX2d8ksZldeeWX06dMnfvGLX8Rrr70Wy5Ytq+1DSbzSD79NmjSpxuouXZeZiGvHip/HmvpH9St9X9WmTZtylSv9QGt5y62oS5cuEfHTdz6zxteM0g8Qb7XVVuUqt2IwNZPJRI8ePSpcd+lg6n//+98K74M1a926dd7yhAkTaqzukrpKvoeXbgtACWNE6SGmkx5iOlSEmM76wfWa8hDTSRcxnfWHmA5iOskkppM+YjrJJ6YDy0maAyiH0rMRlcywsCafffZZ7udsNpt7hXVFrDibQ8TKQR6q1pZbbhlNmjSJiOX/588999xqt+/WrVve8kcffVTpuseNG5erNyJWO0Mma69Hjx55swg+//zzq92+9KySazO4XvoLQWUGC6g9lRmsHzduXPzpT3+q7aYnnus1FVHZByfuu+++OOyww2LAgAHx4IMPmkV8PVLR4HpxcXH861//isGDB8eee+4Z1113XW0fQqJtscUWEfFTIOSRRx6psboffvjhiPjpHL755pvXWN2srOQzWRP/qH6lH1Bp1KhRucqVnvG99IN05VG6zLx58yq8DyqudCC7vG/0KP1wS2XeBLLxxhtHhKB6dSsZCyv5fx46dGiN1V26LjMNA2UxRpQeYjrpIaZDZYnprLtcr6kIMZ30EdNZt4npUEJMJ1nEdNJHTCf5xHRgucI1bwJA6RuHf/7zn7HXXnutsdyzzz6bt/zZZ5/Ft99+GxtuuGG5637hhRfyljfZZJNyl6XiCgoKom/fvvHEE09ExPJA2OOPPx4DBgxY5fY77bRTNG/ePDe4OmrUqNhzzz0rVffjjz+et7ziq8upevXq1Ys+ffrkPmNjx46Nl156Kfr27bvK7Xv27BkNGzaMoqKiiIh4+umno1evXpWq+6mnnspbLh2oZ/1RMlj/61//Ol5//fUYOXJkvPLKK7F48eKI+Om6YQCvZrheU1klD06cdNJJMWHChBgxYkQ8/fTTMWPGjIiIvJnrSj7PH3/8cYwfPz6uueaa2GeffeLGG2+sjaZTCSXB9b333jt+/PHHeOqpp2LkyJExfvz4iIi82QpL+nv69Olxzz33xK9//etaa3fSbb311rn76mw2G88//3w8//zz8fOf/7xa633++efjueeeywXWmzVrFttuu2211km+OnXq5D3o8LOf/Szatm1b7fWOGzfOLNM1oHSgdMGCBSutK4/KzCJb+k0fJffo1Kz69euXa7vS/VXy8HtFlA6qC7BWjy233DLatGkTM2bMiGw2G2+++Wbcf//9cfLJJ1drvffff3+88cYbuWt269atjZ0BZTJGlB5iOukhpkNVENNZt7heU1liOukiprNuEtNJLzGdZBPTQUwnecR0YDlJcwDlsNlmm0Xjxo1jwYIFkc1m45lnnonjjjsutt9++zLLfPTRRzFy5Mi8LwHLli2Lm266qdwzGk2cODGefPLJ3I1DvXr1yv0KZCrv5JNPjieffDIilg+qXXvttdG9e/dVvka6sLAwjj/++Lj99tsjIuK5556Lww47LPbee+8K1fncc8/Fq6++muvrjTbaKDbddNO1PxhW6/jjj48XXngh9/9+xRVXRPfu3aNTp04rbdugQYPo379/DBs2LCIiRowYEUceeWSFB+DefffdeOqpp3J1tmnTxiwaCbCmwXpqhus1VaG8D05ERG7myjXNbM26q7zBdQ/KVL+CgoLo169f3HfffZHJZGLp0qXx61//OqZPnx4nnnhitdQ5bNiw+Mtf/pIX3Ovfv3/UqVOnWupj1bp27RpffPFFbnnfffeN4447rtrrHTJkiABrDWjRokXe8o8//hgtW7askbrnz5+ft9ywYcMaqTftSv8/z58/v8b+7wsL88MdpWfFpeocc8wx8be//S33Heiaa66JyZMnxwUXXFDuoHp5FRcXx4033pi7Ryi5Zh977LFVWg+QLMaI0kVMJz3EdKgqYjrrBtdrqoKYTrqI6aw7xHTSS0wn2cR00kdMJx3EdCDCHSNAOWQymTjwwANzF/AlS5bEmWeeGa+88soqt3/99dfjjDPOiCVLlkRERN++faNNmzaRzWbj6aefjrvuumuNdU6dOjXOPffcWLx4ca7eXXbZZaWbRapejx494tBDD839v8+ZMycGDhwYr7766iq3P+uss2KzzTbL3eRdeOGFK81wtzqjRo2K3/zmN3k3iTUxoEBE7969o0+fPrn/96lTp8ZJJ50Un3766Sq3v+CCC6Jdu3a588AZZ5wRY8aMKXd9ELbgggAAqqBJREFUb7/9dpx99tkREbk6jz766Co5FtYdJYP1I0aMiCeffDJOPfXUaN26dW03KxVcr6lKJQ9O3HzzzfHGG2/EZZddFltttVUuEBNRuRnSWHeVBNdfe+21uP3222P//fePwsJCwdUadMYZZ0Tz5s0jYvnnq7i4OK666qoYMGBAjBo1Kjc7/NpYtGhRjBo1Ko488si48sorY9GiRbnfNWvWLM4444y1roOK2WabbXLX0IjlDz+RHB07dsxb/uqrrypUfsXrbkWVvD2kRLNmzSq1HyqmdAB95syZNVZ36VlIBdWrz6BBg6J9+/YRsfyavWzZsrjvvvti//33j7/97W/x7bffrnUd3333Xfztb3+L/fffP+699968gHn79u1j0KBBa10HkFzGiNJFTCc9xHSoDmI6tcf1mqokppM+Yjq1T0wnncR0kk1MJ33EdNJBTAe8aQ6g3E488cQYMWJE7ovf7Nmz4+yzz47NNtssdt5559xr5997772YMGFC3heAAQMGRMeOHeP++++PbDYb119/fYwZMyYGDx680oyGc+bMiSeffDJuv/32+OGHH3JBt4iQbV+Dfv/738e7774bkydPzgVZzzrrrNhnn31i4MCBsfPOO+e2rVevXgwZMiQGDRoUP/zwQxQVFcUvf/nLePzxx+O4446LXXbZZaXXSc+ZMyfeeuutePDBB+Odd97J/V1lMpnYaKON4vjjj6/pQ06tK6+8Mg4//PCYPXt2ZDKZ+P777+PII4+M448/Pk455ZS8GUqbNm0a1113XZx55plRVFQUP/74Y5x44okxYMCAOO6448p8hfRHH30UDz74YDzxxBOxbNmy3OBRq1at4tRTT62Jw6SWrDi74RtvvFHbzUkF12uqw5pmriRZyppp+pNPPqntpiVey5Yt49prr42zzz47dx7PZrPx8ccfx6WXXhp//OMfY5tttokdd9wxunTpEh07doz27dtHkyZNokGDBrlZ0BYtWhRFRUUxb968mDJlSnz//fcxadKkeP/992PcuHFRVFSU96BENpuNgoKCuPbaa2ODDTaozf+CVNp2221jxIgREbE8mCbAmiydO3eOiJ8eSvriiy9in332KVfZ66+/Pvdz165dK1z3pEmTIuKnh1tLB3upHh06dMhb/uqrr2KLLbYod/m1ebBp9uzZeculZ8Wl6jRq1ChuuummOOWUU2LRokW56+nUqVPj1ltvjVtvvTU6dOgQO+ywQ3Tt2rVC1+yJEyfGmDFjYvLkyRERK12zGzZsGDfddJMAOrBGxojSRUwnPcR0qE5iOjXP9ZrqIKaTLmI6tUdMJ53EdJJNTCd9xHTSQUwHIjJZ02sAlNtVV10VDzzwQO6LwapmpCq9bscdd4xhw4bF999/HwcccEDerGURy2fF6NSpUzRo0CBmzZoV//3vf2PZsmV5AwqZTCa22267eOihh2rycFNv0qRJceKJJ8asWbMiIvL6rV27drHrrrtGt27domvXrtGiRYv44Ycf4rLLLotZs2blbZvJZKJt27bRrFmzyGazMWfOnJg2bVqunhX7umHDhvHggw+WGaijerz//vtx2mmn5Wa6WrH/tt9++9htt93y+vqLL76ICy+8cKW+btasWWy22WZ5ff3FF1/kZkZZsa8LCwvjrrvuit69e9fOQadM9+7dc/10+umnx0UXXVTLLaI6uV6nS219vpcuXRqvv/56jBgxIl599VUBgWq2LpzHP//889h8881rvN40euaZZ+LSSy+NxYsX59ZV1WzApfeTzWajbt26cc0118TBBx+8Vvumcj7++OMYMGBAXrD73XffrfaB8yFDhuRmIM9kMh6iqEY9e/aMefPmRUTEHnvsEXfeeWeN1HvzzTfHbbfdFhHL+/iVV17JzaJI9ZkxY0bsvvvuufPsOeecE+eee265yn7wwQe5n9u1a1fh/nr22Wdz9wiZTCYeeOCBvAfkqXrvvPNOnHvuubmH1iPyg+SVvW6vah/ZbDaaN28et9xyS/Tq1WstWg2kiTGidBHTSQ8xneRbF8YCqTmu1+kippMO68J5XEyn5ojppIuYTvKJ6aSLmE66iOmQZt40B1ABv/rVr+Lzzz+Pf//737kZJCPKvui3bds2rrvuuohY/vrqiy66KK655pq8mctmz56duwkp6wakcePGuf1Qc7p06RLDhw+PwYMHx5dffpnXt1OmTIknnniizLIr9mfJ9lOmTFnldiXbNmvWLG699VbB1Vqw4447xr333htnn312zJw5M6//xo4dG2PHji2zbOnP8/vvv5/3+9Kf65JBvGuvvVZwFaqJ6zU1YcWZK0vPgEUyCa7WnIMPPjg22WST+P3vfx/jx4/PO5dHVH7GulVdE3r06BFXXHFF9OjRY+0bTqV069Yt6tWrlwuoL1u2LD7++GNBkQTp1q1bvPvuuxERMWbMmLyH2KrT6NGjcz+3bNlScLWGtG7dOjbYYIP48ccfIyJyfV8e22233VrVXfpBiU022WSt9sea9ezZM5544om46qqr4oUXXoiIVT/YWlGr2sf+++8fl1566Uoz3wKsjjGidBHTSQ8xHUgW12tqgphO+ojp1BwxnXQR00k+MZ10EdNJFzEd0qxObTcAYH1Sv379+Pvf/x4DBgyIiPwZbVYMlGWz2ejRo0cMGzYs71XRp556apx66qm5LxMr/iu9n5L9t27dOu6///7c66+pWRtvvHE88cQTccYZZ0RBQUFe35X0dVn/1tTHK+6jT58+MWLEiOjZs2ctH3F6bb/99vH000/HwQcfnNd/EbHafo5Y9TmgrN9tvvnmMWzYsDjooINq7Vgh6VyvqWnNmzev7SZA4vTo0SNGjBgRN998c3Tr1m2199nl/bfiPrp37x4333xzPP7444KrtaywsDC6d++et27cuHE1Vn9NBPrSriRolslkYu7cuRUKuFXW5MmTY+zYsbnP/7bbblvtdfKT7t275863H3zwQd4s09XpjTfeyP3crl27aN26dY3Um3bt27ePW265JR577LHYZ599orCwsMxxkfL8i/hpHKawsDD69u0bjz32WNx8882Cq0CFGSNKHzGd9BDTgeRwvaamielA1RPTSQ8xneQT00kfMZ10EdMhrbxpDqCC6tWrF1dddVWccMIJMWrUqBg9enRMnTo1FixYEC1btoytt946DjnkkDjggAOiTp2Vc5MvueSS2HrrreMvf/lLTJs2rcx6CgsL46ijjopzzjnHDWEtq1evXlx00UVxyCGHxN///vd44YUXYtGiRRFRsS/jK94klizvvPPOcd5558Uuu+xS9Q2nwlq2bBlDhgyJww47LO64444YM2ZMRFSun0uU9HfHjh3j3HPPjX79+hnEqSWVnQ2F9ZPrNUAy7L///rH//vvHV199FS+99FK8/vrr8dlnn+VmuyuvFi1aRLdu3WKPPfaIvn37mqluHbPtttvGhx9+GBHL79k++uijGqu7pmbITLMdd9wx7r777tz9+PPPP1/tDxc/8sgjeX3rjRA1a4cddojRo0dHJpOJoqKieOutt2LPPfes1jq//PLL+PTTT3N9vrYznFJxW2+9ddx2220xf/78eOONN3LX7C+//DIWLFhQrn00bNgwunTpkrtm9+nTJxo3blzNLQeSzhhR+ojppIeYTrKJ6aSL6zVAMojppIOYTrKJ6aSPmE46iemQNpmskSaAWrFkyZJ49dVX4+23347vvvsuioqKolmzZtG6devYYYcdYrfddosWLVrUdjNZhTlz5sSTTz4Zb775ZowbNy5mzJhR7rKtW7eO7t27x9577x377rtvtGvXrhpbytqaOHFiPPbYY/Hmm2/GpEmTYunSpeUuW6dOndh4441jr732iv322y922GEHAze16Lvvvsv93LRp02jWrFkttob1iev1uq979+658+vpp58eF110US23iOqw4oyFZ5xxhn4mZs2aFRMnToxp06bFggULYsGCBbFw4cKIWD4426hRo2jUqFG0bds2unTpEi1btqzlFrM6//nPf2LUqFG55Xbt2sUFF1xQa+2hai1ZsiR++OGH3HLdunWr9TP5448/Rt++fWP+/Pm5dc8//3xsvPHG1VYn+d58880488wzc8sDBgyIK664olrrvPLKK2Po0KG5+8LLL788jj766Gqtk/KbMmVKTJs2LebPn7/Ka3bjxo2jbdu20b59+1puKUDZjBGtv8R00kNMJznEdKgs1+t1n5hOOojpUJqYTrKI6SSbmE76iOlQmpgOSSRpDgDW0uTJk2PixIkxe/bsmDNnTsydOzey2WxuUKdRo0bRvn376Nq1q6DOemzhwoXx8ccfl7uvu3TpEvXr16/tZgMk3j777JP7+fjjj4//+Z//qcXWAAC1bdGiRXkPQmcymejYsWMttojqNmXKlNh///2juLg4t+61117zUDsAsEpiOukgpgOwbhLTAQBWJKaTPmI6QG2QNAcAAAAAAAAAAAAAAABAYtSp7QYAAAAAAAAAAAAAAAAAQFWRNAcAAAAAAAAAAAAAAABAYkiaAwAAAAAAAAAAAAAAACAxCmu7AQBp9vXXX8fYsWPjhx9+iEwmE61atYoNN9wwtt9++6hTR14zQHWbOXNmTJs2LYqLi6NNmzbRoUOHcpV77733YtSoUTFmzJiYOnVqFBcXR4sWLaJNmzbRs2fP2GOPPaJ3797V3HoqQl8DAAAAsDbEdABql3H+9NDXAAAAQFXJZLPZbG03AmB9tHTp0njrrbfizTffjMmTJ8eCBQuiVatWse2228ZBBx0UG2ywQZllX3311bjlllti/Pjxq/x98+bN48ADD4zzzjsvWrZsWV2HQA0pLi6OGTNmxMyZMyOTyUTLli2jVatWUa9evdpuGmUQiEm24uLiuPfee+PJJ5+MSZMm5f2uXbt2ceSRR8Zpp50WDRs2XKnstGnT4ne/+1288cYbERGxqlvpTCYTERHbbbdd/Pa3v41tt922Go6C8tDXkF7ZbDZmzZoVCxYsyP2LiGjUqFHu3wYbbJD7HAMAUDu+/vrrePvtt2Pq1Kkxa9asyGQyscEGG0Tbtm2jZ8+esckmm9R2E4GEENOhvMR01j9iOslmnD899DWkl5gOAMD6QUyH9ZWkOYBKePPNN+OPf/xjfPfdd6v8ff369eOss86KM888c6XfXXnllTFs2LCIWPVgbYlMJhNNmzaNK664Ig444ICqaTg1ZubMmfHQQw/FG2+8ER999FEsXbo07/cFBQWx9dZbxx577BHHHHNMtGrVqpZaSgmBmHSYOHFiDB48OL799tsyz8GZTCY6d+4cd955Z2y66aa59d98802ccsopMXny5FzZVQ3Mr7jf+vXrx7XXXus8Xgv0NZUxa9as+OCDD2LGjBkxe/bsvMGd7bffPho3blzbTaQM48ePj1dffTUmTJgQkyZNiq+//jqKi4tXW6ZevXqx8cYbR5cuXWKLLbaIvfbaK7baaqsaajEV8cEHH8T7778f06ZNi4ULF0arVq2ic+fO0adPnyq5j77rrrvioYceiojl5/sXX3xxrfcJVJ9Zs2bFiy++mHvLS0RE69atY8MNN4y99torunfvXsstpLo4XyfHkiVL4pFHHol77703vv3229Vu26lTpxg4cGAcc8wxUVhYWEMtBJJGTIc1EdNZ/4jppINx/vTQ11SGmM76S0wn2cR0gBWJ6aSX83VyiOmQBJLmACrooYceissvvzwi8gdWM5nMSstHHHFE/PnPf86tu+aaa+K+++7L26YsJfsqKCiIa665Jg499NCqOgSq0bJly+LWW2+Ne++9NxYuXBgRZQfSS/q/QYMGMWjQoDj77LOjoKCgxtrKTwRi0uHrr7+O4447LmbOnBkRZZ+DS/qqbdu2MWrUqGjZsmUUFxfHkUceGRMmTMgrW/rvpfQ+s9lsFBYWxtChQ2P77bevysNhNfQ1FVFUVBSPPPJIPPLIIzFx4sQytysoKIhtttkmTj755DjwwANrsIWUZfr06XH33XfH888/H1OmTMmtr+gwx4qf5/bt28cBBxwQgwYNijZt2lRZW6mcRx55JG655ZaYMWPGKn+fyWSiV69ecc4550TPnj0rXc+QIUPirrvuyu3zk08+qfS+WH/MnTs35s6dm1vu2LFjLbYmXSZNmhQjR45c5Vte+vfvH3vuuecqyxUXF8eNN94Yw4YNW+1DNF27do1LL700fvazn1XXIVBLnK/XHV988UXu55YtW1borUqff/55nHvuufHf//633PdtmUwmNtpoo7j11ltjs802q3B7gXQT02F1xHTWT2I66WCcPz30NRUhprP+EtNJPjEdqpOYTu0R06GynK/XHWI6IGkOoEJee+21GDx4cGSz2VUOrK64rmT5D3/4Qxx77LHx9ttvxymnnLJSmbKsOKBbr169GDlyZHTt2rUKj4ayHHnkkbmf+/XrFyeccEK5ys2bNy9+8YtfxFtvvbVSsH1VSm+z++67x0033RSNGjWqZMupDIGY9Dj++OPj/fffX+lcXVrJAzOZTCYOOOCAuOGGG+If//hH/PWvf83r46ZNm0bPnj1jww03jIYNG8bMmTNj7Nix8fnnn+f2U7Jt586d45lnnol69erVwJGir9Nl+vTp8c477+SWO3ToEDvssEO5yr722mtx6aWXxqxZs8o1uFPS15tvvnnceOON0aVLl8o1mrUyf/78uPXWW2P48OFRVFS0xuvumqyqfP369eOEE06Is88+22y0tWDBggVx1llnxdtvv13uz+ZBBx0U//u//xvNmzevcH0G7NNpyJAh8Y9//CMilvf7+PHja7lFyZfNZuPGG2+Mu+++O5YuXVrm+Xu33XaL66+/Pu/zPGfOnDjttNNi3Lhx5T4vnHDCCfG73/2uag+CWuV8ve7o3r177jN7+umnx0UXXVSucqNHj47zzjsv5s2bFxHlv28r+dw3a9Ysbrvttth5550r0WogjcR00kFMJ13EdNLDOH966Ot0EdNJHzGd5BPToSaI6dQ8MR3WlvP1ukNMByK89xCgnBYuXBiXX355XiC15OLeuXPnaNWqVcydOze+/PLLWLZsWW7Q9uabb47DDz88brvttlzZbDYbzZo1i1NOOSX69u0bG264YdStWzemTZsW//73v2P48OExfvz4yGQykclkori4OH7/+9/Hgw8+WJv/Bakxbty4vC925bF06dIYPHhwvPvuuxERaxzUX9U2b775Zpx77rlxzz33VLbpVMKll14aM2fOLHcgZvr06fGnP/0pbrjhhrj//vtjwoQJFQ7EZDKZWLJkSfz6178WiKkhzz33XF7ALZvNRsOGDeOII46Inj17RosWLeLHH3+M999/P0aMGBELFy6MbDYbzz//fEycODHuu+++XNnCwsL4xS9+ESeddFLUr19/pbrGjRsXV1xxRXz44Ye5Mt9++208/fTT0b9//5o76JTS1+nz8MMPx6233ppbvuKKK8oVYL3zzjvjpptuimXLlkVE+QZ3Sq4PEyZMiCOPPDJuuOGGMmdOo3pMmjQpzjrrrLxZrEpfwyszN1DpfRQVFcU999wTL774Ytx+++2C6TWouLg4TjnllFwQZU2fzZI+f/bZZ+O9996L66+/Pnbccccaai3rO3OJ1ZxsNhuXXHJJPPnkk2W+zaFk/VtvvRUDBw6M4cOH5+7Bzj///Pjoo49WKre6fQ0bNiyy2Wz8/ve/r56DgpQrz3V6Rd99911ccMEFMW/evFV+juvUqRMtWrSIbDYbs2fPzrtPL9l+zpw5cf7558eTTz4ZrVu3rsKjAZJITCc9xHTSRUwnHYzzp4e+Th8xnXQR00k+MR1qkphOzRHTgeQR0yHtJM0BlNMTTzwR33//fS7IEhFx8MEHx4UXXhgbbrhhbruZM2fGHXfcEffff39ERMyaNSseeOCB+M9//pO7Gdhqq63irrvuilatWuXV0blz5+jcuXNuwO7vf/97rsyYMWPivffei5122qkmDpcKuvHGG+Pdd99d6Qaxbdu2sddee8UOO+yQe63xjBkzYuzYsfHKK6/EjBkzcjeK2Ww2Ro8eHffcc08MGjSotg4lVQRi0uORRx7JW+7WrVvceeed0b59+7z1Bx10UJxxxhkxePDgGD9+fGSz2bjqqqtixowZEbG8n//+979H7969y6xr6623jqFDh8bZZ58db775Zu7z/dBDD+nrGqCv0+f111/P3Zs1atQoDjvssDWWGTVqVNxwww0RUb6HokqsuO2CBQviggsuiOHDh0f37t0r03Qq6Ouvv46TTjopfvjhh4hYeTbwwsLC6NGjR3Tp0iU6dOgQHTp0iCZNmkSDBg2iQYMGERFRVFQURUVFMW/evJgyZUp8//338eWXX8bHH38cixcvXmm/JXU+9NBD0blz55o+5FS6/vrr46OPPsobTC3p48aNG0eDBg1i5syZKwVVstlsTJkyJU4++eS46qqr4vDDD6+dAwBW6d57740nnngi77MdsfLbOkrWffLJJ/HXv/41Lrvssnj88cfj3//+90rnhObNm0enTp2isLAwpk+fHpMnT87tp+S+7MEHH4w+ffrEXnvtVUNHSkTE999/Xy37nTt3bt7y5MmTV3v/1rFjx2ppB8tVdCb4X/7ylzF79uy8z3KDBg3iuOOOi5///Oex7bbbRp06dSJieSLDBx98EM8++2w88sgjufu0iOVjrb/73e/ijjvuqLqDARJJTIfVEdNZP4nppIdx/vTQ1+kjppMeYjrpIKYDySSmky5iOukgpkPaZbLS7wHK5aijjsqbAWNNr4S+6667YsiQIZHJZKJBgwaxcOHCiIho1apVPP3007HBBhussc5LLrkkRo0albvx6NevX1x99dVVcDSsTkVfRzx58uTYb7/9YunSpRGx/AaxsLAwLrroojjxxBPLnHFy0aJFcd9998Utt9ySV7Zhw4bx+uuvR9OmTavwqFiVQYMGxVtvvZXr7y222GKVgZiIiGnTpuUCMZlMJnr37h1vvfVWRCwf0L3rrrtWG4iJWD7LVulAzLbbbrtSQIiqVVRUFDvttFMsW7YsN3PsU089tcp+LjFt2rQ49NBDY86cORHx02wr55xzTpx77rnlqnf27Nmx//77x5w5cyKbzUZBQUG888470ahRoyo5Llamr9Nn0aJFsdNOO+Wuo/vtt1/cfPPNqy0zY8aM2G+//aKoqCi3LpvNRuvWraN///6x6667xuabbx7NmzfPzYg0YcKEGD16dIwYMSJmzZqVNyi08cYbx7PPPhsFBQXVd6DEkiVLon///ivNBt6gQYPYf//9o1+/frHjjjuu8iGn8li0aFGMGTMmRo4cGc8//3wUFRXlPVi5xRZbxMiRI/VzNZs4cWIccsghueWSe+PTTjstjjjiiNyDrcXFxfHOO+/EiBEj4rnnnsvNWlZSJpPJxMUXXxynnnpqueodMmRI3HXXXRGx/LveJ598UnUHxTpLv9ecqVOnxgEHHLDStbdTp06x6667RuvWrWPOnDnx3nvv5c7z2Ww26tatGy+++GIMHDgwJk2alFu/4447xkUXXRQ77bRTXoDnm2++if/7v/+Lhx56KO87dseOHeNf//pXFBaaP66mrDiuUtVWFZRflUwmE+PHj6+WNlDxsbP/9//+X5x22ml591dbbbVV3Hbb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tdXn169fX7lz5zbd9f23336zO8G6dOlSs+WsSvh5olq1asnb21vJyckyGo2aPXu2unfv7vSkdkREhGbPnm36zvby8lKtWrWcOqYnS51I379/v6pWrZrpfoODgzVjxgy99NJL+ueff0zb89ChQ+rVq5d++OGHTI+BzLnvvvt0+vRp03KvXr3UvXt3p487duxYTZs2zenjeLrUM3fExMRk2YUNKcm8FKmTvcgaBoNBzzzzjB5++GGNHDlSf/75p+mzeOHChVq7dq2GDx+uzp07uzpUOEnNmjXNliMiIuxOsF6/ft1sOfUdTwEgBTkdpIWcTs5FTsdzcJ7fc7CtPQ85Hc9ATsczkNPxXOR03Bs5HZDTATkduCuK5gDABqVKlZKPj49u374tSfr333/15JNP2rTu999/n6mxDx48aLZcokSJTPWHjImJidH58+fTfDxfvnzy8fFRUlKSJOnYsWMqWrSoXWOdO3dO0n/J9NDQULv6gW1IxHiWnj17avny5ZLu/IF//vx5devWTc2aNVO9evUUHBys6Oho7dixQxs3bjR93ktS165dVaxYMS1YsEDJycl68803tXv3bvXv39/qyf1169bpf//7n06ePGk6cWAwGGz+3kDmsK09z9NPP61Vq1aZtsHo0aNVuXJl0wVyd8uVK5e6du2qOXPmSJIWLlyo7t27q0aNGhkac/v27Vq6dKlpzIIFC1r97oBjBAcHq1GjRtq0aZMMBoOioqLUr18/TZs2zWkXH0ZEROiFF15QVFSUpDufJ40bN7ZIFMBxKlasaLa8detWPf744w7pO0+ePPruu+80cOBAbd682bTvnjhxQj179lT16tUdMg7sU6NGDZ06dcq0vHfv3ixJsCJrFClSxGz51KlTKlWqlM3rp1zYao/o6GizZRIxrlW0aFFNmzZNv/32m8aMGaPIyEhJ0tWrV/XWW29p4cKF+uCDD+wqToBr7dixQ5MmTUr3OXefOwsPD7eYLcBWx44dk0QhCoB7I6fjucjpuC9yOp6F8/yeg23tecjpuD9yOp6BnI7nIqfj3sjpIAU5HfdFTgeeiqI5ALCBr6+vypQpo6NHj8poNGr79u1ZNva///5rEQeyhtFo1Lx58zRv3jyb19m3b5+aNm1q13ipk+n2JmphOxIxnqNevXpq166dli1bZkpu3759Wxs2bNCGDRvMnpuybQwGg8qXL6/27duratWqCgsLk9FoVHJysn788UfNmTNHlStXVokSJeTv76+rV69q3759un79uulEUEo/ZcqUUdu2bV3x0j0O29rzNGrUSM2aNTPd4erSpUvq3bt3mhfMvP7661q9erUiIiKUlJSk/v37a8qUKapdu7ZN423btk2vvPKKpP/eQ0888YRDXxMsvfTSS9q0aZOkO/tbeHi42rVrp9dee03dunVz2N3c4+PjtWDBAk2cOFExMTFmdyJ/6aWXHDIGrAsKClKpUqV0+vRpGY1Gbd68Wbdu3ZKvr69D+vf399c333yjIUOGmF2UcfbsWZ07d85sWyNrVa9e3eyilb1797o6JDhQykXiKXccPn78uJo3b27TukOGDDH9bOv39N1SEvcp39fFihXLcB9wvPbt26tZs2YaM2aMFi1aZNr3t23bpk6dOun555/XSy+9JD8/P1eHChsYjUbt3LlTO3futHmdf/75R4899phd4x04cMBs2dpFlQAgkdPxVOR03B85Hc/BeX7Pwbb2POR0PAM5HfdHTsdzkdNxb+R0kBo5HfdCTgeezGDk6BEAbPLWW28pLCxM0p0/DFauXKmSJUs6dcybN2+qUaNGio+Pl3Tnbi0///yzU8eEVLly5QydYLk7WVazZs0MJWTvNmjQIK1atcrU5z///MNdU7LAG2+8YUrESP/98Z3a3e3ly5fXkiVLdPz4cXXo0EFGo9EsUWNLIkaSypQpoyVLlsjHh/sYZIXr16+rd+/eCg8PN9veqaXs03ny5NHcuXNVqVIlSdLYsWM1bdo0i8+Hu98vqduNRqN8fX01b9483X///c56aUiFbe15Ll26pE6dOun69euS7mwfHx8fPf3003rmmWcsTrxs27ZNL774ohISEmQ0GuXt7a1u3bqpR48eqlKlitUx9u7dq7lz52rx4sVKTk42bffQ0FD98ccffGdngdGjR2vu3Llm+6bBYFDu3Ln18MMPq0GDBqpTp45Kly6doX5PnjypXbt2adu2bVq5cqXi4uIsjgd69OihkSNHOvLlwIr333/fdCxtMBg0btw4h1+0kpycrBEjRmjJkiUWx38p/6e+8BHOtWvXLvXo0cPs+3THjh1OT66kfN9LYrs7We3atZWQkCBJeuihhzRx4sQsGXfKlCmaMGGCpKw7j4OM+euvv/T+++/r9OnTZp/D9913n95//301atTI7Pnst9lHyrmzFPc6h3b3d27RokW1bt06u8bt2rWrDh48KKPRKD8/P+3atUve3t529QXA/ZHT8RzkdDwLOR3PwXl+z8G29jzkdDwDOR33R07HM5HTcX/kdJAWcjo5FzkdgJnmAMBmderUMSVYJWn16tV69tlnnTrmmjVrFBcXZzoIqVevnlPHgzlrSbb0nptyB53z589n+G4ncXFxprupGY1GFStWjBO1WWTkyJE6cuSIKRGTVnL97kTMF198IYPBoHLlyqlfv35miRij0agDBw6Y/aGXViLm888/J7mahYKDgzVr1iwNHjxYW7ZskWR9P0/5g2/ChAmmhJt0506Gp0+f1ooVK6z+IZny/rm7PXfu3JowYQIJtyzGtvY8hQsX1tdff61+/fopISFBBoNBSUlJmj17tmbPnq1atWqpcePGqlSpksqVK6dy5crpm2++0eDBg3X16lXdvn1b8+fP1/z58xUUFKTy5csrKChIRqNR0dHROnr0qGJiYiSZJ2J8fHz0+eef852dRd5++21dvHhRa9euNTtJFxcXp8WLF2vx4sWSJG9vbxUuXFhFixZVYGCg/P395e/vL+nOBYw3b95UbGysLly4oEuXLpnddTz1xVBGo1GtWrXSO++8k5Uv1WM1adJE8+bNM/3+582b5/AEq5eXl/73v/8pT548+umnnyw+05H1qlatKh8fH9O+mJSUpEOHDqlGjRoujgyOUqFCBe3Zs0eStGPHjiwb959//jH9nDdvXpKr2VDjxo21dOlSTZgwQbNmzTJ9Dpw6dUrPPfec2rdvr7feekv58+d3caSwJiP3Y7z7uRcvXtTmzZvVpEmTDI13+vRpHThwwOzid5KrANJDTsfzkNPxDOR0PAfn+T0H29rzkNPxDOR03B85Hc9ETsf9kdNBWsjp5GzkdODpOKMHADZq3ry5XnvtNdNy0aJFnT7mN998I+m/E3m2TneNzLN3Itbbt29r7ty5Gjp0aIbW++OPP0wnhA0GAycTshCJGM8SEhKiH374QatWrdKiRYu0ZcsWxcXFSbpzwrVChQpq166dnn76aYuEibe3t7788ktNmzZNU6ZMMd1ZSZLVxHzz5s01bNgwlS9f3vkvDBbY1p6nTp06+uGHHzRw4EBFRUWZbavdu3dr9+7daa5793OvX7+unTt3mj2e1oUyn332mcXdsuA8Pj4++uqrr/TFF19oxowZZncOvXsbJSUl6dy5czp//ny6/aV1QVXKYwaDQc8++6yGDh3Kybss0qxZM+XOndt0x+Bt27Zp+/btTrnQdNSoUQoMDDRdKAfX8ff3V4UKFXTo0CFT2969e/mbyI3UrFlTe/bskcFgUFRUlPbs2eP07RsVFaWtW7ea9u/q1as7dTzYz9/fX8OGDVP79u317rvvmhJoRqNRv/32mzZu3Kg33nhDTzzxhKtDxV26dOmSqfUvXryY4XXmzp1r+tlgMKhu3bqZigGA+yOn41nI6XgOcjqehfP8noNt7XnI6bg/cjruj5yOZyKn4/7I6SA95HRyJnI6gGQw2nsGGQDgVJcuXdL8+fPN2gYMGMDJHTeUnJysxx57TCdPnpR05yBx1KhReuqpp1wbmAeyJxEj3dmGJGJyrtjYWMXFxSkkJER+fn42rXP16lUtWbJE27Zt07lz5xQfH6/g4GCFhoaqdu3aatGihSpWrOjkyJFRbGvPEBUVpY8//ljLli2zeuGLNamTK6kTqqkfq1Chgj7++GNO/rvQoUOHNH78eK1fv15S+neTT73tbXluy5Yt9frrr6ty5cqZDxYZMnjwYC1fvty0XLt2bf30009OG+/bb7/VuHHjTMsGg8Hs7vLIGiNHjtQvv/wi6c426NSpkz799FOnjjl27FhNmzbNNCbb3XmWL1+uwYMHm5b79++vIUOGOHXM6dOn63//+5/pM3/w4MHq37+/U8dE5iUnJ+uHH37QpEmTFB8fb/qb2mAwqGbNmipYsKBWrVolif3W00RFRal169aKj483tU2aNElt2rRxYVQAYI6cjucgp5N9kNPxTJzn9xxsa89ATsczkNNxX+R0PBM5HfdGTge2IqeDtJDTQXZE0RwAAC525coVLVu2zKytXbt2Cg0NdVFEkEjEAEBOt2HDBn3zzTfatWuXpPSTaveS8mdzsWLF9Morr6hLly7cxTCbOHTokJYvX641a9bo6NGjaT7P2t1LUytfvrxat26tRx99VFWqVHF4rLDN9evXFRkZadZWpkwZp+5zmzdvVkREhGk5s3daQ8atXr1aM2fONC2XLl1aH374oVPHjI6OVkxMjGm5ePHiTh3Pk8XHx+vAgQOm5eDgYKdecBofH6/WrVsrKipK0p3vgLCwMC6ayUHOnDmjUaNG6a+//jJLsqZIWSbB6jmSkpLMkquSFBgYyDE5AMAlyOlkT+R0ACBnI6fjGcjpuB9yOp6JnI57I6eDjCKng9TI6SA7omgOAAAAAOC2jh07pl9//VWbNm3S8ePHdfv2bZvX9fLyUqlSpdSyZUs99NBDql27NidxsrELFy7o8OHDOn78uI4dO6aIiAjFxcWZ/klSQECA6V+hQoVUtmxZlStXTpUqVVLRokVd/AoAAI4QHR2tQ4cOmZYNBoPq16/vwohgr0WLFunTTz/VtWvXSLACAAAAAOAByOl4DnI6AACJnI47IacDIDujaA4AAAAA4BHi4+O1f/9+HTt2TNevXzfdkc5oNJol3ooUKaJy5cqpbNmy8vf3d3XYAAAAHisqKkoff/yxxWwuJFgBAAAAAHBv5HQAAAByFnI6ALIriuYAAAAAAAAAAEC2tXnzZu3atcus7ZVXXnFRNAAAAAAAAAAAALCGnA6A7IaiOQAAAAAAAAAAAAAAAAAAAAAAAACA2/BxdQAAAAAAAACAs/zxxx/asGGDJMlgMOiTTz5xcUQAAAAAAAAAAABIjZwOAAAAHI2iOQAAAAAAALit/fv3KywsTAaDQZJIsAI5mNFo1NGjR3XlyhVdv35dBoNB+fLlU6FChVS6dGlXhwcAAAAAAAAAyARyOoD7IKcDAMguKJoDAAAAAAAe59SpU9q9e7ciIyNlMBhUoEABlShRQrVq1ZKXl5erw4MTGI1GU5IVQM6yZs0a/fLLL9q5c6diY2OtPqdAgQJq1KiRevfurRo1amRxhAAy4+rVq1q9erXp2EySQkNDVaJECbVs2VKVK1d2cYQAAAAAAMCVyOl4HnI6QM5FTgdwb+R0kBMZjEaj0dVBAAAAAAAA2Or27dv666+/tGnTJl24cEFxcXEqUKCAatSooccee0z58uVLc93169frq6++0oEDB6w+HhwcrLZt22rQoEHKnz+/s14CstDYsWM1bdo0SZLBYNDBgwddHBEyw2g06urVq4qLizP9k6SAgADTv3z58pFMz0ZiY2N1/Phx03JQUJDNdxA9ePCghg0bpqNHj0q6s/3Tk7Ldmzdvrk8++UQFChSwL2hkWzExMUpMTFRISIi8vb1dHQ7+3/HjxxUWFmb12Kxr165q0aKF1fUSExM1fvx4zZkzR4mJiWn2X65cOb311ltq0qSJs14CAAAAAABwEnI6yAhyOu6FnE7OQ04HjkROJ3sipwNPRNEcAAAAAADIMTZt2qT3339f586ds/q4v7+/BgwYoBdffNHisY8++khz5syRlP5JeoPBoLx582r06NF69NFHHRM4XIYEa8524MABrV+/XuHh4Tp+/LhOnTqV7kl4SfLz81OpUqVUtmxZVaxYUS1btlTVqlWzKGKk9t1332ns2LGm5eHDh6tv3773XG/x4sUaOXKkEhMTTZ/Z90qc3/28QoUKafLkyapWrZr9wcNhkpKSdODAAUVEROjWrVsqWLCgqlWrply5cqW73u3bt7Vs2TItWrRIu3fvVnx8vOmxkJAQ1a9fX82bN1enTp3k6+vr7JeBVIxGo8aPH6/vv/9et2/ftji+StlnGzdurHHjxik4ONj0WHR0tPr166d9+/bd8+KJlL569uypd99917EvAgAAAAAAOA05HWQUOZ2cjZxOzkdOBxI5HXdFTgeejKI5AAAAAAAyaNq0aZo3b56kOyd7Vq9e7eKIPMO8efP0wQcfSDJPkBoMBovlzp07a8yYMaa2Tz/9VDNmzDB7TlpS+vL29tann36qDh06OOolIB2tW7d2Sr/R0dGKiYmRdGe7FytWLM3nsj9nD5cvX9b333+vFStW6OLFi6b2jJ7GvHs/L1KkiB599FE999xzKliwoMNixb317t1b//zzj6Q7ye/Nmzcrb9686a6zadMmvfTSS0pKSpL037a09a6kKc/Lnz+/fv3113T3ezhXVFSUxo8fr+XLlys2NtbsMV9fX7Vr106DBw9WoUKFLNY9cuSIhg4dqvDwcEnWt3/KNi9atKjefvtttWnTxgmvAtYYjUaNGDFCS5YsSfMiiLvbq1Spop9++kn+/v6SpL59++rvv/+2WC+9vgwGg55++mm99957znlRAAAAAAC3RE7HNcjpuDdyOkhBTse9kNPxbOR03Bc5HXg6iuYAAAAAAMgg7nKY9TZs2KCXXnrJdHLtbqnbUpZHjRqlp556Stu2bdMzzzxjsU5a7j5B7+fnp7CwMJUrV86BrwbWVK5c2SJZntXYn13rxo0bmjx5sn766SclJCSkeXc7W1lb39/fXz179tTAgQOVJ0+eTMeM9CUlJalu3bqmO8k2bdrU9P2ZltjYWLVu3VrXr183+zz29fXVww8/rAceeEAVKlRQUFCQjEajoqOjFR4eri1btmj16tVKSkoy+yypVq2afv31V+e+UFi1fft2DRw4UDExMWl+thsMBgUFBWnKlCmqU6eOqX3fvn3q16+foqOj070r7d39enl5adiwYTbd9RaZN336dP3vf/9LM6kqmR9TGQwG9erVS++8844WLFigd955x+KiiODgYBUvXlw+Pj66fPmyLly4YLWfKVOmqGXLls5+iQAAAAAAN0FOJ+uR03F/5HRATsf9kNPxbOR03Bs5HXg6iuYAAAAAAMggEqxZKz4+Xu3atdP58+ctTsSVLFlSBQoUUExMjE6cOKHk5GTTifX8+fNrzZo1GjBggP7++29Te1BQkJ555hm1bt1aJUqUkK+vryIiIvT333/rp59+0oEDB8zGqVOnjubOneuy1+8pUhKszmDtZK+157A/u87x48c1YMAAnT592moyxd5TmGnd6e6+++7TlClTVLZs2UxEjXs5ePCgunTpYtoOI0aMsLjgJbUJEyZoypQpZknShx56SKNGjVJoaGi66166dEmjRo3S+vXrTesbDAaNGzdObdu2dcyLgk327t2rPn36KD4+XlL6n72SlCdPHoWFhem+++5TTEyMOnXqZPa9f/dz72btAquvv/5aDz74oCNfDlK5dOmSHn30USUkJJjajEajihcvrgceeEChoaGKjo7Wjh07FB4ebtoffX19tXr1aj377LM6fvy4qb1OnToaMmSI6tata7ZNz5w5o5kzZ2revHm6ffu2aZxixYpp5cqV8vHxyfLXDgAAAADIecjpZC1yOp6BnI5nI6fjnsjpeC5yOu6NnA4g8e4DAAAAAADZ2uLFi00nWVNOrrZr106DBw9WiRIlTM+LiorSN998o1mzZkmSrl69qtmzZ2vr1q2mk3VVq1bVtGnTVKBAAbMxSpYsqZIlS6p79+768ssv9e2335rW2bVrl3bs2KG6detmxcvF/3PWfZ64f1T2c+rUKfXu3VuRkZGSZHEhhY+Pj+6//36VLVtWRYsWVdGiRRUYGKhcuXIpV65ckqSEhAQlJCQoNjZWFy9e1Pnz53XixAnt379ft27dsug3Zcx58+apZMmSWf2SPcapU6ck/Zf4uv/++++5zq+//mqWHH3qqac0atQom8YrXLiwvvnmG7311lsKCwsz9TNz5kwSrFno1q1bevvttxUfH29zgvTGjRt6//33NX36dH333XcWF1WVKVNGTZs2VYkSJZQ7d25FRUVp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rl3TwYMHtX37dq1cudLs/eLORo0apX/++UeXLl0ya79165aGDh2qP/74Q88++6zV/evChQtasGCBvv322zSLlD788EMVKFDAafFnFw0aNNC2bdsk3Sno7dKli1544QV1797dokDDaDRq+/btmjp1apqzwVWsWFH9+vWzaewHH3xQpUuX1smTJ83ar127pieeeEL9+/dXjx49lD9/fot1L168qN9//11Tp07VtWvXTO158uTR/fffb3pN2dGzzz6rNWvWWLSvXbtW3bp10+uvv64HH3xQ3t7eZo8bjUb9+++/mjNnjpYuXWr2efTggw9q3bp1To/dXbRt21a7du3SzJkzLR5bs2aNNm3apM6dO6tjx46qUaOG/Pz80uzr/PnzOnDggDZv3qxVq1bZ/f3csWNHjRs3zmKGtFWrVmnNmjUqV66c7rvvPuXJk8fivSFJ3bt3V7169az2HRwcrAkTJuiZZ56xKPy+dOmS+vbtqzp16qhXr1564IEH0v3si42N1aFDh7Rz506tWrVKe/futfrd6Grnz5/XZ599ps8//1z16tXTQw89pFq1aqly5crpbs/9+/frl19+0YIFC3Tr1i2Lxx9//HGrMxVmhQ4dOujbb781a1uzZo369+/vkniQvXGcZL/Vq1dbtDVt2lT58uVzQTQAAAAAAAAA3BlFcwAAAAAAAACcrmPHjvr++++dUmzUqlUrtWnTxurFl7t371bPnj1VsGBBVapUSSEhIbpx44YiIyN18OBBi4u1AwMDNWHCBC6OzqSOHTsqd+7cWrt2rantt99+02+//abixYurVKlSyp8/v65du6azZ89aFPSk9sEHH1idwedeHnroIY0ePVojR460KJyTpI0bN2rjxo3y8vJSuXLlFBoaquDgYPn4+Cg6OloxMTG6dOmSzp8/n+Gx3UFQUJDGjh2rfv36Wb2ge/Xq1Vq9erUKFSqk0qVLq2DBgrpx44bOnz+vI0eOpFvk0bt3b7Vp08aZ4WcbI0aM0MCBA00zWd28eVOTJk3S5MmTVaFCBRUtWlSBgYG6fPmyTpw4kW5BUEBAgD7//HP5+vraNLa3t7eGDBmiV1991eKxhIQETZw4UZMmTVLFihVVokQJ5cqVS9euXdPFixd19OhRq32OGjUqU7NmZYX69eunWeR25MgRvfzyy6biv5SChCtXruj48eOKjIy0WKdw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AADEEM0BAAAAAAAAAAAAAAAAEEM0BwAAAAAAAAAAAAAAAEAM0RwAAAAAAAAAAAAAAAAAMURzAAAAAAAAAAAAAAAAAMQQzQEAAAAAAAAAAAAAAAAQQzQHAAAAAAAAAAAAAAAAQAzRHAAAAAAAAAAAAAAAAAAxRHMAAAAAAAAAAAAAAAAAxBDNAQAAAAAAAAAAAAAAABBDNAcAAAAAAAAAAAAAAABADNEcAAAAAAAAAAAAAAAAADFEcwAAAAAAAAAAAAAAAADEEM0BAAAAAAAAAAAAAAAAEEM0BwAAAAAAAAAAAAAAAEAM0RwAAAAAAAAAAAAAAAAAMURzAAAAAAAAAAAAAAAAAMQQzQEAAAAAAAAAAAAAAAAQQzQHAAAAAAAAAAAAAAAAQAzRHAAAAAAAAAAAAAAAAAAxRHMAAAAAAAAAAAAAAAAAxBDNAQAAAAAAAAAAAAAAABBDNAcAAAAAAAAAAAAAAABADNEcAAAAAAAAAAAAAAAAADFEcwAAAAAAAAAAAAAAAADEEM0BAAAAAAAAAAAAAAAAEEM0BwAAAAAAAAAAAAAAAEAM0RwAAAAAAAAAAAAAAAAAMT7vcX0dyr5N5QAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import math\n", + "\n", + "from tqdm import tqdm\n", + "\n", + "if \"imagenet\" in dataset_types:\n", + " dataset_types.remove(\"imagenet\")\n", + " dataset_types.insert(0, \"imagenet\")\n", + "\n", + "sns.set(font_scale=1.0)\n", + "sns.set_style(\"whitegrid\")\n", + "num_col_row = int(math.sqrt(len(dataset_types)))\n", + "fig, axs = plt.subplots(\n", + " len(dataset_types) // 2,\n", + " 2,\n", + " sharex=True,\n", + " sharey=True,\n", + " figsize=(12, 30),\n", + " dpi=300,\n", + ")\n", + "\n", + "for i, (dataset_type, ax) in tqdm(enumerate(zip(dataset_types, list(axs.flat)))):\n", + "\n", + " if i == 0:\n", + " order = list(df_mean[dataset_type].sort_values().index)\n", + "\n", + " plot_barplot(\n", + " df_mean[dataset_type] * 100,\n", + " df_sem[dataset_type] * 100,\n", + " ax,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " ax.set_xticks(ax.get_xticks(), order, rotation=90, ha=\"right\")\n", + " # ax.tick_params(axis=\"x\", which=\"major\", labelsize=4)\n", + " ax.title.set_text(dataset_type.title().replace(\"_\", \" \"))\n", + "\n", + "fig.supxlabel(\"Number of parameters (Million)\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/model_size_num_param.ipynb b/figures/model_size_num_param.ipynb new file mode 100644 index 0000000..0bf397d --- /dev/null +++ b/figures/model_size_num_param.ipynb @@ -0,0 +1,7173 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 30, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The cudf.pandas extension is already loaded. To reload it, use:\n", + " %reload_ext cudf.pandas\n", + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "metadata": {}, + "outputs": [], + "source": [ + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + "\n", + " if results_sem is not None:\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 34, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "from eval_vlm.common_utils.utils import get_dataset_mappings, get_model_mappings\n", + "\n", + "param = \"model_size\"\n", + "\n", + "model_mappings = get_model_mappings(param)\n", + "results[param] = results[\"model_name\"].map(model_mappings)\n", + "\n", + "dataset_mappings = get_dataset_mappings(\"dataset_type\")\n", + "results[\"dataset_type\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([\"dataset_type\", param, \"model_name\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"dataset_type\", param])\n", + " .correctness.mean()\n", + ")\n", + "df_sem = (\n", + " results.groupby([\"dataset_type\", param, \"model_name\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"dataset_type\", param])\n", + " .correctness.sem()\n", + ")\n", + "dataset_types = list(df_mean.reset_index().dataset_type.unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "metadata": {}, + "outputs": [], + "source": [ + "imagenet = (\n", + " results[results[\"dataset_name\"] == \"imagenet1k\"]\n", + " .groupby([\"dataset_name\", param])\n", + " .correctness.mean()\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 37, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "0it [00:00, ?it/s]" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "1it [00:00, 2.15it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "2it [00:00, 2.11it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "3it [00:01, 2.16it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "4it [00:01, 2.18it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "5it [00:02, 2.20it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "6it [00:02, 2.21it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "7it [00:03, 2.21it/s]/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/core/indexed_frame.py:2414: UserWarning: GPU-accelerated mergesort is currently not supported, defaulting to quicksort.\n", + " warnings.warn(\n", + "/tmp/ipykernel_2719457/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "8it [00:03, 2.20it/s]\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAC4IAABFtCAYAAACPmamUAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAC4jAAAuIwF4pT92AAEAAElEQVR4nOz9eXiV1bk//t8hJEDCEGaZFBlEAaUKjkfrPNTjp1rrcajFuZbKUNHWVloVqz201tapWuqIM2qVam0dK1oHUDkqCCoog4JCQBkCCZgE8vvDn3zd2QnZOwzJo6/XdfWP597PWuve2dvrqmu/XU9OVVVVVQAAAAAAAAAAAAAAkBhNGroBAAAAAAAAAAAAAACyIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAA1OjVV1+Nfv36pfzv1Vdfbei2AACIiKYN3QAAAAAAAAAAwNdVVVVVzJ8/Pz766KNYvHhxlJaWRnl5eRQWFkabNm2iTZs20bdv3+jevXtDtwoAACSMIDgAALBNLFq0KA499NCU2l577RV33313A3UEAAAAALB1lJWVxVNPPRVPP/10vP7667F69eo6x7Rt2zYGDRoURxxxRBx55JHRsmXLbdApAACQZILgAAAA8DVxww03xJ///OeU2uzZsxuoGwAAAIBvntLS0rjlllvivvvui1WrVmU1dsWKFfH888/H888/H7/5zW/iyCOPjJEjR0aPHj22Urd8XdV0MMu4cePi+OOPb6COAADYWpo0dAMAAAAAAAAAAEn38ssvx1FHHRV/+ctfsg6BV7du3bp49NFH4zvf+U5ceeWV8fnnn2+hLgEAgK8TJ4IDAAAAAAAAAGyGm2++Of70pz9FVVVVja+3adMm9t133+jdu3e0a9cu2rVrF1VVVVFSUhKLFi2KmTNnxltvvRXr1q1LGVdRURF33313nHHGGdG9e/dt8VYAAIAEEQQHAAAAAAAAAKina665JsaPH1/jawcccEAMGzYsdt9998jNzd3kPGvXro3JkyfH3XffHW+88cbWaBXqZe+9947Zs2c3dBsAANRAEBwAAAAAAAAAoB4eeuihGkPgHTt2jKuvvjr22WefjOdq0aJFHH300XH00UfHlClT4n//939jzpw5W7JdAADga6ZJQzcAAAAAAAAAAJA0c+fOjSuuuCKtvuOOO8bEiROzCoFXt++++8bDDz8cZ5111ua0CAAAfM05ERwAAAAAAAAAIEuXXnppfP755ym1oqKiuPPOO6Nz586bPX9+fn784he/iAEDBkReXt5mzwcAAHz9CIIDAABfCwsWLIh33nknlixZEp9//nm0bNkyevfuHd/61reioKAgozmqqqrivffei/feey8+++yz2LBhQ7Rv3z769OkTu+22W+Tk5GyxfletWhXz5s2LDz/8MFatWhVlZWXRokWLaNOmTbRv3z522223KCoq2mLrfdWGDRvi7bffjo8++iiWLVsWlZWV0aZNm+jVq1cMGjQo8vPzt8q61X3yyScxe/bsWL58eSxfvjxyc3Ojbdu20alTp/jWt74VhYWFW72HBQsWxKxZs6K4uDjKy8ujqKgoOnXqFIMHD442bdpslTXXrl0b06dPj08//TSWL18ea9eujaKiomjXrl3svPPO0aNHj62yLgAAAABbzgsvvBDTpk1Lq1922WVbJAT+Vcccc0y9xn25D7V06dJYvnx5lJeXR9u2baN9+/bRv3//2G677bZon7VZsGBBvPfee7FkyZIoKyuLvLy86NixYxx33HFZz7V+/fp4991344MPPojPPvssPv/88ygoKIh+/frFvvvuu+Wb38qqqqri3XffjdmzZ2/ck+7YsWN06dIl9thjj222V9sQysvLY8aMGVFcXByfffbZxn3SL/fke/bsuU36WLx4cbz99tvxySefxNq1a6NNmzbRoUOH2GOPPaJDhw7bpAcAgM0hCA4AADRqhxxySHz88ccbr7/3ve/F7373u4j4YtP/oYceijvvvDPmzZtX4/iCgoL4/ve/HyNGjKg1WL1mzZqYMGFCPPjgg1FcXFzjPR06dIizzz47TjvttGjaNPt/lfr888/jP//5T7z44ovx6quvxoIFCzZ5f05OTvTp0yeOP/74OOmkk7ZIKHrFihVx0003xRNPPBHLli2r8Z6CgoI45phj4sc//nF07949IiJeffXVOO2001Luu+uuu2LvvffOuofi4uKYMGFCPP/887V+ZhEReXl5MWjQoDj11FPjO9/5TtYh/H79+qVcjxgxIkaOHBkRXwThJ02aFBMmTIg5c+bUOD43Nzf22muvOP/88+Nb3/pWVmvXpLKyMiZNmhSPP/54/N///V9UVFTUeu/2228f3/nOd+Kss87K6D8GGDp0aLz22mu1vl79b1GTcePGxfHHH1/nfQAAAAB8YcKECWm1ffbZJ44++uht30w1TzzxRDz00EPx+uuvR3l5ea339e3bN4488sg488wzo2XLllmvs6k9uLKysrjnnnviwQcfjIULF9Y4/qtB8Lr2ID/55JO49dZb4/HHH49Vq1alzbXXXnulBcE3tbecjRtuuCH+/Oc/p9Rmz55d57hN/X3WrFkTd9xxRzzwwAO17tW2atUqDjvssBgxYsTGvdpNeeSRR+Liiy+u9fWLL754k69HfPF3vPvuu9PqW3KP+JVXXom77747pk6dGmVlZbXe16NHjzjssMPi7LPPjo4dO2a9Tl2f/zPPPBO33nprvPXWWzWOz8nJiV133TVGjBgRBx54YNbrAwBsK4LgAABAIhUXF8fIkSNj+vTpm7yvrKws7r777njmmWfir3/9a+y8884pr7/xxhtx4YUXxieffLLJeT799NP4/e9/H08++WTceuut0bp164x7vfPOO+P666+PNWvWZDymqqoq3n///fj9738f48ePjyuvvDKOOOKIjMdX969//Ssuv/zyWLly5SbvKysriwcffDAef/zxuPTSS+N73/tevdf8qnXr1sV1110X9957b9rjcmtSUVER06ZNi2nTpsX48ePj6quvjp122mmz+yguLo6f/vSn8eabb27yvvXr18eUKVNiypQpMWzYsBg9enS913z22Wfjqquuig8//DCj+z/66KP461//Gvfee29ccMEFceqpp9Z7bQAAAAC2vMWLF8eUKVPS6g29j/POO+/EpZdeGm+//XZG97///vvx/vvvx7333hvnn39+nHzyyVukj+nTp8f5559f555rph566KH47W9/G2vXrt0i8zW0GTNmxKhRo2Lx4sWbvG/16tUxadKkePLJJ2P06NFx+umnb6MOt46FCxfG2LFj46WXXsr4/i/D8uecc0785Cc/iSZNmmx2H6tXr46f//znMXny5E3eV1VVFTNmzIhzzz03vve978WVV15Zr0NiAAC2ts3/f0gAAADbWHFxcZxyyil1hsC/asmSJXH22WenbK6/9NJLceaZZ2b1g8T06dPjnHPOicrKyozHvPvuu1mFwKtbtWpVjBo1Km6++eZ6jZ84cWJccMEFdYbAv6qsrCx++ctfxv3331+vNb9q2bJlMXTo0Lj99tszCoFXN3v27Dj55JPjhRde2Kw+Fi5cGP/zP/9TZwi8uvHjx8c111yT9XpVVVVx/fXXx/DhwzMOgX/VmjVr4je/+U1ceumlsX79+qzHAwAAALB1PPfcc1FVVZVS69ixYxxyyCEN1FHEf/7znzj11FMzDoF/1YoVK+Kyyy6LK6+8MjZs2LBZfbz++usxdOjQLRYCv/XWW+PXv/711yYE/vbbb8fpp59eZwj8q9auXRv/+7//W689ysZi5syZcfLJJ2ccAv+qsrKyuP766+P888/f5An3mVixYkX84Ac/qDMEXt2kSZPil7/85WatDQCwtfhP1QAAgESpqKiI4cOHb3ykY05OTgwZMiT222+/6NKlS+Tn58eSJUvixRdfTDuV59NPP42xY8fGX//615g7d26MGjUq1q1bFxERzZs3j//6r/+KPffcMzp06BDr16+PhQsXxlNPPRXvv/9+yjzTp0+PO+64I370ox/V6z3suOOOsfPOO0fv3r2jY8eOUVhYGHl5eVFaWhqLFy+Od955J15++eWNvUV8ESr+05/+FDvttFMcdNBBGa/1zDPPxNixY9N+mMrNzY3BgwfH/vvvH507d44mTZrE0qVL49VXX40pU6ZERUVFRERcccUVcf7559frfUZ88Tc/6aSTUh7B+aWddtop9txzz+jTp8/GE9Y/++yzeOutt+KFF16I0tLSjfeWlpbGyJEjY+LEidG/f/+s+ygtLY1zzjkniouLI+KL783uu+++8XtTUFAQK1asiDfeeCOeeeaZtMD6LbfcEoccckgMGjQo4zUvu+yyeOCBB9LqRUVFsd9++8WAAQOiffv20bx581i9enW8//778eKLL8b8+fNT7n/ggQeiVatW8fOf/7zGdbbffvsoKSmJiC/+3p9++mnK69VPwa9JmzZtMn1bAAAAAN94r776alptyJAhDXZa8NSpU+MnP/lJjYdX7LLLLnHwwQdHt27donnz5rFs2bJ47bXX4qWXXkoL1d59992xYcOGuPTSS+vVx7Jly2LEiBEpe2u77bZb/Nd//Vd069YtCgsLY+nSpTF37tx48skn65zv5ZdfTjkcIz8/P/bee+/Ya6+9omPHjpGbmxtLliyJGTNmRFlZWb163pZKSkpi+PDhKb32798/DjnkkOjatWvk5+dHcXFxTJkyJaZOnZr2eY4fPz7atm0bZ5xxRo3zt2nTZuNeYEVFRcydOzfl9S5dutS5D7j99tvX451t2ty5c2Po0KE1fkY9e/aMww47LHbYYYdo2bJlLFu2LGbMmBHPPfdc2v1PPfVUlJeXx/jx4+vVR2VlZQwfPjzmzJmzsda/f//Yf//9o0ePHtGqVatYtWpVTJ8+PZ555plYvXp1yvh//OMfcdhhh8VRRx1Vr/UBALaWnKrqaQAAAICtYNGiRXHooYem1Pbaa6+4++67NznukEMOSQkR5+fnb/yBon///nHFFVfEwIEDaxz74osvxqhRo9I2jO+999747W9/G++8805ERPz3f/93/PKXv4xOnTqlzbFhw4b461//Gtdee21KvVWrVvHSSy9F8+bNN9l/RMTFF18c8+fPj+OPPz6+/e1vx3bbbVfnmNLS0rjjjjti/PjxG0PZERHt2rWLyZMnZ7Tu8uXL45hjjonPPvsspb7rrrvGlVdeWWtAeOHChXHppZfGK6+8EhFfhOS/GkqPiLjrrrti77333uT6GzZsiDPPPDOmTp2aUt99993j4osv3mSouqSkJG666aaYMGFCSoi9e/fu8eijj0bLli03uXa/fv1Srps1a7bxB6hBgwbFZZddFgMGDKhx7KJFi2LUqFExa9aslPr+++8ft9122ybX/dLDDz8cY8aMSakVFRXFBRdcEMcdd1w0a9asxnFVVVXx7LPPxmWXXZb2uY0fPz4OPvjgTa57ww03xJ///OeU2uzZszPqGQAAAIDMHHbYYbFw4cKU2i9+8Ys466yztnkvK1asiGOPPXbjAQhf6tq1a1x++eXx7W9/u8ZxS5Ysicsuuyyef/75tNduvPHGOOyww+pcu/oeXG5u7sYn2/Xr1y8uv/zy2H333Wsc+/nnn6fskb366qtx2mmn1TrfkUceGRdffHF06dIlo/ki0veWv/e978Xvfve7Ot9XdfXdc9vUHmXnzp3jiiuuiAMPPLDGsfPmzYsxY8akPd2wWbNm8fe//z169eq1ybVr2o8fN25cHH/88XX2XZOaPp9M9ojLy8vjf/7nf+K9995LqRcVFcWYMWPi2GOPrXHcqlWr4ne/+1088sgjaa+NGTMmTj/99Dp7rv75f/Xv37Nnzxg7dmzsu+++NY5dvnx5/PznP087wbxXr17xxBNP1Lk2AMC21KShGwAAAMjGlyHwPffcM+65555aQ+AREQcccEBcccUVafVRo0ZtDIGfffbZ8ac//anGEHhERJMmTeInP/lJ/M///E9KffXq1fHMM89k1POYMWNi4sSJceKJJ2YUAo+IKCwsjBEjRsTNN9+ccpLQ8uXL49FHH81ojuuuuy4tTDxkyJC4++67N3lKdI8ePeKWW26JI444IiIiLQSeqdtuuy0tBH7qqafG/fffX+fJ2q1bt45f/vKX8dvf/jalvmjRorj//vuz7uXLDf6DDz447r777lpD4BFfhM1vv/326NChQ0r9lVdeyeiRtosWLUr73vXs2TMeffTROOmkk2oNgUd8cVL54YcfHg8//HDad+WPf/xj2snuAAAAAGxb5eXlsWjRorT6pvYpt6Y//elPaSHw7t27x/33319rCDwiYrvttovx48fHd7/73bTXLrnkknrtCX4Z2t5jjz3ivvvuqzUEHhGb3COrPt/QoUPj+uuvrzUEnul8De3LPcpOnTrFvffeW2sIPOKLwPGdd94Ze+21V9ocl19++Vbtc0u6/fbbawyB33nnnbWGwCO+ON183LhxMWzYsLTXrr766rTvfCa+/Pvvuuuu8cADD9QaAo/44kCWv/zlL7HTTjul1OfNmxfTpk3Lem0AgK1JEBwAAEicoqKi+NOf/hSFhYV13nvMMcdEnz59UmpfhqP32muv+NnPfpbRmiNHjowmTVL/Feo///lPRmNbtWqV0X012W+//dJOWnnooYfqHLdmzZp47LHH0vq49tpro0WLFnWOb9q0afz+97+Prl27Ztfw/9/atWvTTs8+6KCD4tJLL42cnJyM5/n+97+fFsK/88470x5bm4lu3brFH/7wh4x+FCoqKorhw4en1DZs2BAvv/xynWNvu+22WLt27cbrgoKCuPXWWzP+jwAivnhM65/+9KeU2vvvvx/PPfdcxnMAAAAAsOUVFxfX+B/rVz9UYFuo6dCI3Nzc+POf/5zRXlROTk6MGzcuLeyazWEU1X25B1nXE/0ytdtuu8XFF1+8ReZqLK6++uro0aNHnfc1a9Ysrr/++igqKkqpT506NebMmbOVuttyKioq4p577kmrjxs3bpMHlXzV6NGj44ADDkiplZeXx7333luvnlq3bl3j37Qm+fn5Nf5+UP2UcACAhiYIDgAAJM4ZZ5xR6wneNfnyZOvqRo8enRburk3nzp3TTrD58lTxre24445LuX733XdTgsY1eeyxx6KsrCyldu6550bHjh0zXregoCBGjx6d8f1f9fDDD8eKFSs2Xjdp0iR+/etf12uu4cOHp4THly1bFm+99VbW84wYMSKrUP5///d/R25ubkpt1qxZmxyzfPnytMeVnn322Rn9sFPd4MGD006lefbZZ7OeBwAAAIAtp6SkpMZ669att3EnEX/72982nnL8pZNOOil22WWXjOdo2rRpXHLJJWn1mgK8mTjjjDOic+fO9Rpbk4suuihtjy7JjjzyyNh7770zvr9t27YxcuTItPrEiRO3ZFtbxdNPPx3Lli1LqR144IFxyCGHZDXPpZdemvYdeOCBB6KioiLrnk477bSsDj/Zf//9o127dim1uvaIAQC2NUFwAAAgcU444YSs7u/fv39arVevXrHHHnts1jwLFizIanx99ezZM+W6srIyZs6cuckxU6dOTbnOzc1NC5Rn4sgjj6zXj1hPPfVUyvU+++xTrzB0xBenY1c/lei1117Lao6CgoI45phjshrTpk2b2GGHHVJq8+fP3+SY559/Pu2xudVPNM/GQQcdlHL96quv1nsuAAAAADZf9b2fL23OUwHrq6an1/3gBz/Iep699tor+vbtm1KbM2dOfPrpp1nNk5OTk/Xe7ab07Nkz9txzzy02X2NQn73CY489Nu0ph5k+rbIhbanv5/bbbx/7779/Sm3lypX1OqjlxBNPzOr+3NzcGDBgQEqtrj1iAIBtrWlDNwAAAJCNnj17ZnWqdUTUeMLHkCFDsl67W7duKdeVlZVRWloahYWFWc2zfv36ePPNN+O9996LOXPmxNKlS6O0tDRKS0tj/fr1Gc3xySefbPL16dOnp1zvsssuWZ2i/qVmzZrFvvvumxbs3pTy8vK09bMN3VfXvXv3mD179sbrbDf5Bw0aFPn5+Vmvu/3228e8efM2Xq9evXqT97/++usp1926ddusE5C6d++ecv3xxx9HSUlJg5wwBQAAAEBEVVVVjfWvPtFuW1i/fn3MmDEjpdarV6+0QHemjjrqqHj//fdTam+88UatT1usyQ477BDbbbddvdavyV577bXF5moMCgoKYr/99st6XKtWrWLfffeN559/fmNt4cKFsXz58rTTqhuTN954I+W6oKAgDjjggHrN9Z3vfCdeeOGFtPkHDRqU8Rzbb799vfZqt99++5TruvaIAQC2NUFwAAAgUapvumaipqD2lppnzZo1GQfBly1bFjfffHP861//yvo0neo2tdlcUlISS5YsSalVP7UkG7vssktWQfCZM2emPZL24YcfjmeffbbePSxevDjlesWKFVmNr36yd6ZatmyZcr1mzZpN3l/9x40VK1bEscceW6+1IyLKysrSaitWrBAEBwAAAGggzZs3r7FeUlISHTp02GZ9zJ8/P23vaODAgfWeb9ddd02rzZo1K6sgeE1PZtwcW3q+hrbzzjtHbm5uvcb2798/JQge8cU+7Le//e0t0NmWV1ZWlvZEzV122aXe77+272c26rtHXP20/7r2iAEAtjVBcAAAIFHqE4Bt2jT9X33atGmzReapqKjIaOwDDzwQV1111RbbJN5UEHzlypVpteqnmWej+qnUdakeQo/4IshdPcy9OWp6j5tSVFRUr3Xy8vJSrisrKzd5f/X3XlZWFu+991691q7NypUr6/2jBQAAAACbp7Z9xW0dBK/poITevXvXe76axmZ7GEP79u3rvf62mK+h7bjjjvUe26tXr7Ta8uXLN6edrWrlypVpp+dvzvezV69e0aRJk9iwYcPGWrbfz/r8JhCR/rtAXXvEAADbWpOGbgAAACAb1YO59VVTqHtrueWWW+LSSy/doieFbGqzedWqVWm16idbZ6P6iSd1yTakXR/VTxyvy7b4vNetWxfr1q3bJusAAAAA0DA6d+4c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zeO///u/o2vXrnXe27Fjx7jzzjtjwIABm7UmAAAAANk54IAD4sknn4xhw4ZtdqC2oKAgTjrppHjqqafiwgsvrHNf78ADD4x77rknBg4cmPVaRUVFMXbs2Pj1r3+d9iS5r4MRI0bEyJEjswoQDxgwIB544IHYfvvtt2gvu+22W0yYMCE6d+6c8ZgWLVrExRdfXK+94ssvvzxOO+20Bv9cd91113jggQdiv/32y3psQUFBjBw5Mq677rpo1qzZVugOACDZnAgOAACwleXn58dvf/vbOOKII2L8+PHxxhtv1Hpvq1at4uijj44f/ehH0aNHjy3aw8iRI+Pkk0+Op59+Op577rlYuHBhLFu2LCoqKqKoqCh23HHH2HvvvePYY49NWfvTTz9Nm6+oqCir9XNycuL000+Pk08+OR5++OF48skn46233qrx8bNf1aRJk9hll11i3333jQMPPDD23HPPxJ34sttuu8V9990X06ZNi4kTJ8arr75a46lQ1XXq1Cn23Xff2G+//eLQQw+NVq1aZbxm79694+GHH45p06bFM888E++99158+OGHsWbNmli7dm3Ko3ABAAAA2HIKCwtj9OjR8eMf/ziefPLJeOqpp2LatGmxZs2aOse2b98+Bg0aFEcddVQcccQR0aJFi6zWHjBgQPztb3+LJ554Ih566KGYNm1alJeX13p/nz594sgjj4wzzzwzq72nJBoxYkQceOCBce2118bUqVOjsrKyxvt22GGHOO200+Lkk0+Opk23TqRm0KBB8c9//jNuvfXWePDBB2s8mTvii8M4Dj/88Bg+fHi994rz8/PjV7/6VZx11lnxz3/+M6ZPnx7vv/9+rFixIkpLS9OeZLg19ejRI+644454+eWX4+67745XX3017QT76vcfeuihcc4550THjh23WZ8AAEmTU1VVVdXQTQAAAHyTfPrpp/HGG2/E0qVLo6SkJPLz86NDhw7Rq1ev6N+//1b7gaG+Lrzwwnj88cc3Xnfp0iWef/75zZ63vLw83n777SguLo6VK1dGSUlJ5ObmRmFhYbRt2zZ23HHH2HHHHb+Wp7zMnz8/5s6dGytXroyVK1dGZWVlFBYWRsuWLaN79+7Rq1evaN++fUO3CQAAAMAWsGHDhpg/f358+OGHsXjx4igrK4vy8vIoLCyMNm3aRFFRUey0007RrVu3LbpuWVlZTJ8+PZYuXRrLly+PioqKaNu2bbRr1y769+8fXbp02aLrJcXq1atj2rRpG/clc3Nzo3PnzjFgwIDo3bv3FlunX79+Kddfnkz+VRs2bIh33nkn5syZs/FAjvbt20fXrl1j8ODBGT3hManKy8tjxowZsXjx4li+fHmsXbs2ioqKol27dtG3b9/YcccdG7pFAIBEEAQHAACgVuXl5XHQQQfFZ599trF25JFHxvXXX9+AXQEAAAAANG6ZBMEBAGBzNWnoBgAAAGi8Jk2alBICj4gYMmRIA3UDAAAAAAAAAHxJEBwAAIAaffjhh/GHP/whpda8efP47ne/20AdAQAAAAAAAABfEgQHAAD4mrvmmmvik08+yWrMm2++GUOHDo3Vq1en1P/f//t/UVRUtAW7AwAAAAAAAADqo2lDNwAAAMDWdfvtt8ctt9wS++yzTxx66KExePDg6N27d+Tl5aXct3LlynjjjTfi4Ycfjueeey42bNiQ8nrHjh3jggsu2JatAwAAAAAAAAC1EAQHAAD4Bli/fn28/PLL8fLLL0dERF5eXrRr1y5atWoVlZWVUVJSEitWrIiqqqoax+fl5cUf/vCHaNeu3bZsGwAAAAAAAACohSA4ibdy5cp466234qOPPorS0tLIz8+PTp06Rf/+/aN3795bZc3S0tJ46623YsGCBVFSUhJNmzaNDh06RL9+/WKXXXaJnJycrbIuAABsKRUVFVFcXBzFxcV13tuhQ4e44YYbYo899tgGnQEAAAAAAAAAmRAEZ7OtWLEiZs6cGW+//XbMmDEjZs6cGcuWLUu5Z8SIETFy5Mgtuu60adNi/Pjx8corr8T69etrvGeHHXaIH/7wh3HKKaekPfa+PmbPnh1/+ctf4tlnn42Kiooa7+nUqVOcdNJJcdZZZ0VBQcFmrwkAAJvr8MMPj8mTJ0dZWVlW4woKCuKkk06Kc845Jzp06LCVugMAAAAAAAAA6iOnqrbnfsMm3HHHHRuD3wsXLqzz/i0ZBK+oqIhx48bFvffem/GYnXbaKW644Ybo2bNnvdasqqqKv/zlL3HjjTdGZWVlRmO6du0a1113Xey22271WhMAALakdevWxbRp0+LNN9+M9957LxYtWhRLly6NtWvXxueffx4FBQXRpk2baN++fQwcODD23HPP+K//+q9o06ZNQ7cOAAAAAJA4/fr1S7neGgfoAQCAIDj1Uv1fWOqypf6FprKyMkaNGhX//ve/sx7brl27uOeee6J3795Zj7388svjvvvuy3pc8+bN49Zbb40999wz67EAAAAAAAAAAAAAUJumDd0AZOOPf/xjWgi8bdu28cMf/jAOO+yw6NKlS6xcuTJmzpwZEyZMiBkzZmy8b/ny5TFs2LCYNGlStGzZMuM177333rQQeEFBQZx88snxne98J3r06BGlpaUxZ86cuOeee+Lll1/eeN+6detixIgR8fe//z26dOlSz3cNAAAAAAAAAAAAAKmcCE69VD8RvKCgIAYOHBgDBw6MXXfdNUaPHp3y+pY4Efy9996L4447Lr76le3bt2/cdttt0blz57T7q6qqYty4cXHnnXem1M8666z4xS9+kdGan376aRx22GGxdu3ajbXOnTvHbbfdFn379q1xzO233x5XXXVVSp9HHnlkXH/99RmtCQAAAAAAAAAAAAB1cSI49bLbbrvFrrvuuvF/vXr1iiZNmmx8vXoQfEu49tprU8LVhYWFccstt9QYAo+IyMnJiTFjxsSiRYtSThG/77774owzzqh13FeNHz8+JQSem5sbN910U60h8IgvguaLFy+Ou+66a2Pt6aefjlmzZsWAAQPqXBMAAAAAAAAAAAAA6tKk7lsg3UMPPRSXXnppfO9734s+ffqkhMC3hnfffTcmT56cUhs1alR06dKlzrFjx46N5s2bb7xet25d3HbbbXWO+/TTT2PixIkptVNPPTUGDhxY59jRo0dHp06dNl5XVVXFTTfdVOc4AAAAAAAAAAAAAMiEIDiJ8MQTT6RcFxQUxAknnJDR2E6dOsURRxyRUnvqqafqHPfvf/87KioqNl7n5OTEaaedltGaBQUF8f3vfz+l9p///CdKS0szGg8AAAAAAAAAAAAAmyIITiL8+9//Trk+/PDDo2XLlhmPP/7441OulyxZEjNnzsxqzcGDB0ePHj3qvWZ5eXm89NJLGY8HAAAAAAAAAAAAgNoIgtPoffLJJ/HBBx+k1Pbaa6+s5th9990jLy8vpfb888/Xen95eXlMmTJls9bcfvvtY7vttst4TQAAAAAAAAAAAADIlCA4jd7s2bPTanvssUdWczRv3jz69++fUpszZ06t9y9YsCDKy8s3a82axmxqTQAAAAAAAAAAAADIlCA4jd68efNSrps2bRo9e/bMep7evXunXM+fPz/jNWsav6XXBAAAAAAAAAAAAIBMCYLT6M2dOzflunPnztGkSfZf3e222y7lesGCBbF+/fqM1szNzY3OnTtv9pqlpaVRXFyc9TwAAAAAAAAAAAAA8FWC4DR6S5cuTbmuHq7OVNeuXVOuy8vLY+XKlRmt2bFjx8jNzd3sNSNCEBwAAAAAAAAAAACAzda0oRuAupSVlaVct2zZsl7zFBYW1jh3+/btt9qaNY0rLS2t11zbyvr162PJkiVp9e22265eYXgAAAAAgCSxRwoAAAAAJIUgOI1e9VB28+bN6zVPTeNqC2VXX7NZs2b1WrOmcdXnbmyWLFkS3bt3T6svWrQounXr1gAdAQAAAABsO/ZIAQAAAICkaNLQDUBd1q5dm3Kdn59fr3lqCoLXFsquvmZ9g+DZrAkAAAAAAAAAAAAAmXIiOJCRGTNm1Pg4VAAAAACAwYMHN3QLW509UgAAAACgNg21R+pEcBq9Fi1apFyXl5fXa55169al1QoKCjJa8/PPP9/qawIAAAAAAAAAAABAppwITqNXPThdU7g6EzWNKywszGjN+gbBaxqX1CD4LrvsEt26dWvoNgAAAAAAGoQ9UgAAAACgsREEp9GrHpxes2ZNveYpLS2tc+4tvWZN42oLnzd2eXl5kZeX19BtAAAAAAA0CHukAAAAAEBj06ShG4C6dOrUKeV6yZIl9Zpn8eLFKdf5+flRVFSU0ZrLli2L9evXb/aaNc0NAAAAAAAAAAAAANkSBKfR69WrV8p1cXFxbNiwIet5qoeye/bsGbm5uRmtuX79+iguLt7sNQsLC2O77bbLeh4AAAAAAAAAAAAA+CpBcBq93r17p1xXVlbGggULsp5n3rx5Kdc77rhjxmtGRMydO3errgkAAAAAAAAAAAAAmRIEp9Hr169fWu3NN9/Mao5169bFrFmzUmo77bRTrff37Nkz8vPzN2vNiIg33ngj4zUBAAAAAAAAAAAAIFOC4DR6Xbt2jT59+qTUXnvttazmePPNN6OioiKldtBBB9V6f35+fuy7776btebChQtj8eLFGa8JAAAAAAAAAAAAAJkSBCcRDj300JTrp59+OkpLSzMe//e//z3lervttouBAwdmtea0adNi4cKFGa85adKklOv8/PzYf//9Mx4PAAAAAAAAAAAAALURBCcRjjrqqJTrsrKyePjhhzMau2zZsnjyySdTakceeWSd4w499NDIy8vbeF1VVRX33HNPRmuuXbs2/va3v6XUvv3tb0dhYWFG4wEAAAAAAAAAAABgUwTBSYT+/fvHwQcfnFK7/vrro7i4uM6xl19+eaxbt27jdbNmzeLss8+uc1yHDh3ipJNOSqndc8898c4779Q59tprr03pLScnJ84777w6xwEAAAAAAAAAAABAJgTBSYzzzz8/cnJyNl6vXr06zjnnnFrD4FVVVfG73/0unnnmmZT6qaeeGp07d85ozWHDhkWLFi02XldWVsZ5550XH3zwQa1jJkyYEHfeeWdK7YgjjogBAwZktCYAAAAAAAAAAAAA1KVpQzdAMs2cOTOefPLJjO9/5ZVX4vPPP6/xtdatW8e5555b5xw777xznHnmmXH77bdvrM2ZMyeOO+64GDp0aBxyyCHRpUuXWLVqVcycOTMmTJgQ06dPT5lj++23j+HDh2fcd8eOHeNnP/tZXHHFFRtrixcvjhNPPDFOPvnkOProo6N79+5RVlYWs2fPjnvuuSdeeumllDmKioril7/8ZcZrAgAAAAAAAAAAAEBdcqqqqqoaugmS55FHHomLL754i8zVrVu3eO655zK6t7KyMkaMGBGTJ0/Oep22bdvGPffcE3369Ml67NixY+P+++/Pelzz5s3jlltuib322ivrsQ3l448/ju7du6fVFy1aFN26dWuAjgAAAAAAth17pAAAAABAUjRp6AYgG02bNo0bbrghTjnllKzG9e3bNyZOnFivEHhExGWXXRYjR46M3NzcjMd06dIl7rrrrkSFwAEAAAAAAAAAAABIBkFwEicvLy/Gjh0b9957b+y///7RpEntX+MePXrEmDFjYtKkSdGzZ896r5mTkxMjRoyIRx55JI466qjIy8ur9d6OHTvGyJEj45///GcMGjSo3msCAAAAAAAAAAAAQG1yqqqqqhq6CdgcK1asiLfeeis++uijKC0tjby8vOjUqVMMGDCg3ieA12XNmjXx5ptvxocffhirV6+O3NzcaN++fey8887Rv3//yMnJ2SrrbgseewoAAAAAfJPZIwUAAAAAkqJpQzcAm6tt27Zx8MEHb9M1W7ZsGQcccEAccMAB23RdAAAAAAAAAAAAAIiIaNLQDQAAAAAAAAAAAAAAkB1BcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIRp2tANwOaoqKiI2bNnxwcffBAlJSVRWloaLVq0iFatWsUOO+wQAwYMiBYtWmzRNVeuXBlvvfVWfPTRR1FaWhr5+fnRqVOn6N+/f/Tu3XuLrgUAAAAAAAAAAAAANREEJ5Fef/31uO++++Lf//53fP7557Xel5ubG3vvvXeceOKJcdRRR0VOTk6915w2bVqMHz8+XnnllVi/fn2N9+ywww7xwx/+ME455ZTIy8ur91oAAAAAAAAAAAAAsCk5VVVVVQ3dBGRq5cqVccUVV8Tjjz+e9dg99tgjxo0bFz179sxqXEVFRYwbNy7uvffejMfstNNOccMNN2S9VmPw8ccfR/fu3dPqixYtim7dujVARwAAAAA0tNFXvRMlpZUN3UYitC5sGtdc1L+h22Az2CMFAAAAAJLCieAkxooVK+L000+P2bNn12v8G2+8Eaecckrcfffd0adPn4zGVFZWxk9/+tP497//ndVac+bMiVNOOSXuueee6N27d33aBQAAAIBGo6S0MlYLggMAAAAAQKMiCE5iXHDBBWkh8GbNmsXxxx8fhx12WPTt2zdatmwZZWVlMXfu3HjhhRfiwQcfjDVr1my8f/ny5fHjH/84/vnPf0bz5s3rXPOPf/xjWgi8bdu28cMf/jAOO+yw6NKlS6xcuTJmzpwZEyZMiBkzZqSsNWzYsJg0aVK0bNlyM989AAAAAAAAAAAAAPx/BMFJhGeeeSZeeeWVlFrXrl3jlltuSTvdu7CwMDp27Bj77LNPDB06NH784x/HnDlzNr6+aNGiuOOOO+InP/nJJtd877334o477kip9e3bN2677bbo3LnzxlqbNm1ihx12iKOPPjrGjRsXd95558bXPvroo7jxxhvjF7/4RdbvGQAAAAAAAAAAAABq06ShG4BMTJo0KeW6SZMmceONN6aFwKvr2rVr3HzzzVFQUJBSf+yxx+pc89prr42qqqqN14WFhXHLLbekhMC/KicnJ8aMGROHHnpoSv2+++6L4uLiOtcDAAAAAAAAAAAAgEwJgpMIU6ZMSbk+4IADon///hmN7dKlSxx77LEptXnz5sWnn35a65h33303Jk+enFIbNWpUdOnSpc71xo4dG82bN994vW7durjtttsy6hUAAAAAAAAAAAAAMtG0oRuAuqxevTrKyspSakOGDMlqjj333DPuv//+lNrSpUujQ4cONd7/xBNPpFwXFBTECSeckNFanTp1iiOOOCLl1PGnnnoqxowZk1XPAAAAAN9ko696J0pKKxu6jURoXdg0rrkos0MTAAAAAACArw9BcBq96iHwiIiioqKs5qjp/oqKilrv//e//51yffjhh0fLli0zXu/4449PCYIvWbIkZs6cGQMHDsx4DgAAAIBvspLSylgtCA4AAAAAAFCrJg3dANSlbdu20aRJ6ld11apVWc1R0/21nQb+ySefxAcffJBS22uvvbJab/fdd4+8vLyU2vPPP5/VHAAAAAAAAAAAAABQG0FwGr38/Pzo27dvSu3//u//spqj+v2dO3eObt261Xjv7Nmz02p77LFHVus1b948+vdPfRzvnDlzspoDAAAAAAAAAAAAAGojCE4iHHPMMSnX//nPf2oMbNdk6dKl8cgjj6TUTjjhhFrvnzdvXsp106ZNo2fPnpk1+hW9e/dOuZ4/f37WcwAAAAAAAAAAAABATQTBSYQf/OAH0aVLl43X69evj+HDh8eHH364yXFLly6NYcOGRVlZ2cZa9+7d4+yzz651zNy5c1OuO3fuHE2aZP+PynbbbZdyvWDBgli/fn3W8wAAAAAAAAAAAABAdU0bugHIRMuWLeO6666LM844Y2Ooe+HChXHcccfFiSeeGIcffnj07ds3CgsLY+3atTFv3ryYPHly3H///bFy5cqN83Ts2DFuvvnmKCwsrHWtpUuXplxXD3RnqmvXrinX5eXlsXLlymjfvn295gMAAAC2rtFXvRMlpZUN3UYitC5sGtdc1L+h2wAAAAAAAPhGEwQnMQYNGhT3339//OxnP4v3338/IiLKyspiwoQJMWHChE2OzcnJiSOOOCIuvfTS6NChwybv/erp4RFfhNDro6aweVlZWWKD4BUVFVFRUdHQbQAAAMAWk5eXl3JdUloZqwXB621z9w2qfx5sHp9H4/JN2Ff7Jnxn7JECAAAAALVpqD1SQXASZeedd45HH300/vnPf8YjjzwSU6ZMqXPMvvvuG7/61a+ib9++Ga1RPQjevHnzevVa07jS0tJ6zdUYvPvuu/HZZ581dBsAAACwRTRt2jQGDRrU0G18rbzzzjtRWVm/IL3PY8vzeTQum/N5JMXgwYMbuoWtzh4pAAAAAFCbhtojbdIgq8JmWLBgQUydOjXefffdjO6fMmVKnHHGGXHLLbfE559/Xuf9a9euTbnOz8+vV581BcGrh8wBAAAAAAAAAAAAoD6cCE5iVFZWxnXXXRe33nprbNiwYWM9Ly8vBg4cGL17945WrVpFaWlpLFiwIKZPn74x+P3pp5/G1VdfHY899ljceOONsf322zfU2wAAAAAAAAAAAACAzSYITiKsX78+LrzwwnjyySc31nJycuKHP/xhDBs2LDp06JA2pqSkJCZMmBB//etfNz52dc6cOXH66afHxIkTo3PnzjWu1aJFi5Tr8vLyevW8bt26tFpBQUG95gIAAAAAAAAAAACArxIEJxFuvfXWtBD4VVddFd/97ndrHdO6desYNWpUDBkyJM4999yoqKiIiIhPPvkkfvWrX8Wtt95a47jqYe2aAt2ZqGlcYWFhveZqDHbZZZfo1q1bQ7cBAAAANFL9+/dv6Bb4Cp9H4+Lz+HqwRwoAAAAANDaC4DR6y5cvj5tuuimlduqpp24yBP5V++23X/z0pz+Nq6++emPtxRdfjGnTpsWQIUPS7q8eBF+zZk09uo4oLS2tc+4kycvLi7y8vIZuAwAAAGik7Bs0Lj6PxsXn8fVgjxQAAAAAaGyaNHQDUJfHHnss5XTtnJycOPfcc7OaY+jQodGqVauU2qRJk2q8t1OnTinXS5YsyWqtLy1evDjlOj8/P4qKiuo1FwAAAAAAAAAAAAB8lSA4jd5rr72Wcr3zzjtH586ds5qjefPmseeee6bU3nzzzRrv7dWrV8p1cXFxbNiwIav1ItKD4D179ozc3Nys5wEAAAAAAAAAAACA6gTBafQ+/vjjlOvu3bvXa57q44qLi2u8r3fv3inXlZWVsWDBgqzXmzdvXsr1jjvumPUcAAAAAAAAAAAAAFATQXAavXXr1qVcN2vWrF7ztGjRIuW6vLy8xvv69euXVqvt9PDarFu3LmbNmpVS22mnnbKaAwAAAAAAAAAAAABqIwhOo9e6deuU65UrV9ZrnuXLl6dcFxUV1Xhf165do0+fPim11157Lau13nzzzaioqEipHXTQQVnNAQAAAAAAAAAAAAC1EQSn0evQoUPK9cyZM2PDhg1ZzzN9+vSU644dO9Z676GHHppy/fTTT0dpaWnGa/39739Pud5uu+1i4MCBGY8HAAAAAAAAAAAAgE0RBKfR23333VOuV65cGZMnT85qjpkzZ8acOXNSanvuuWet9x911FEp12VlZfHwww9ntNayZcviySefTKkdeeSRGXYKAAAAAAAAAAAAAHUTBKfRO/DAA9NqV111VaxevTqj8eXl5fGb3/wmo3m/1L9//zj44INTatdff30UFxfXud7ll18e69at23jdrFmzOPvsszPqFQAAAAAAAAAAAAAyIQhOo9evX7/49re/nVJbsGBB/OhHP6ozmL1y5co477zzYvr06Sn1QYMGxX777bfJseeff37k5ORsvF69enWcc845ta5ZVVUVv/vd7+KZZ55JqZ966qnRuXPnTa4FAAAAAAAAAAAAANlo2tANQCYuuuiimDZtWpSVlW2svfnmm3HUUUfFCSecEAcffHD07t07WrZsGaWlpbFgwYJ48cUX44EHHohVq1alzJWfnx9jxoypc82dd945zjzzzLj99ts31ubMmRPHHXdcDB06NA455JDo0qVLrFq1KmbOnBkTJkxIC5xvv/32MXz48M189wAAAAAAAAAAAACQShCcROjbt29ce+21MXz48KioqNhYLysri7vuuivuuuuujObJzc2N3//+9/Gtb30ro/svvPDCmD9/fkyePHljbfny5XHdddfFddddt8mxbdu2jb/85S/RsmXLjNYCAADgm2f0Ve9ESWllQ7eRCK0Lm8Y1F/Vv6DYAAAAAAACg0RAEJzEOPPDAuP/+++PnP/95zJ8/P+vx3bp1iz/84Q8xePDgjMc0bdo0brjhhvjtb38b999/f8bj+vbtG3/+85+jZ8+eWfcJAADAN0dJaWWsFgQHAAAAAAAA6qFJQzcA2dh1113jsccei6uuuioGDx4cTZtu+r9laNKkSey6665x5ZVXxr/+9a+sQuBfysvLi7Fjx8a9994b+++/fzRpUvs/Nj16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6vC7tmzZEkuWLMmrfepTn4qzzjrriHunT58effv2bVw3NDTE/PnzO7xHAAAAAAAAAAAAAI5fguAkYf/+/XHvvffm1aZNmxb9+vU7KvctXbo06urqGtdFRUVx3XXXtWhveXl5XHXVVXm15557LnK5XIf2CAAAAAAAAAAAAMDxSxCcJDz//POxcePGxnV5eXlMnDjxqN23dOnSvPWYMWOiqqqqxfsnTJiQt967d2+88MILHdIbAAAAAAAAAAAAAAiCk4RHH300b33RRRdFeXn5Ublr79698eKLL+bVxo4d26ozTj311Ojfv39e7dlnn21vawAAAAAAAAAAAAAQEYLgJKChoSH+93//N6927rnnHrX71q9fH3v37s2rfeADH2j1OQfvWb16dbv6AgAAAAAAAAAAAIC/KS10A3Ak69atix07duTVhg0blrfetm1bLFu2LN5+++3I5XLRs2fPOPnkk2PEiBGHPNuS+w42ZMiQVvd98J6333671WcAAAAAAAAAAAAAQFMEwcm83//+94fU3vOe90RERG1tbXzjG9+IJ598Murq6prcX1lZGR//+MfjhhtuiB49ehzxvrVr1+atS0pKol+/fq3uu3///nnrXC4XtbW1bToLAAAAAAAAAAAAAA5UXOgG4EgODmZ36dIlunXrFr/4xS/iox/9aPz0pz9tNgQeEbF58+ZYsGBBXHzxxfH8888f8b5NmzblrSsrK6OkpKTVfQ8cOPCQWm1tbavPAQAAAAAAAAAAAICD+URwMu/dd9/NW1dUVMTSpUtj+vTpsX///hafs3Xr1rjxxhvjq1/9anzsYx9r9rmdO3fmrbt3796qfg+3L5fLtemsLKirqzts4B6Ao6usrKzQLXQq7f0zzTw6lnlki3lkj5lki3lki3lki3lki3lky/HwXu14+JnxjhQAAKD9jod/fzyWvAPKFvPIFvPIluPhvVqhfmYEwcm8bdu25a337NkTX/jCFxpD4CeccEJ88pOfjH/6p3+KM844I7p16xabNm2Kl156KR544IFYs2ZN4976+vq49dZbY+jQoTFq1Kgm7zs4CH7CCSe0qe+m9h18dkr+8Ic/xDvvvFPoNgCOS6WlpTF69OhCt9GprFq1Kurr69u01zw6nnlki3lkj5lki3lki3lki3lki3lkS3vmkYoxY8YUuoWjzjtSAACA9vHOoeN5B5Qt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AAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAH6VevToEe3bt1/7zxVXXFHdQwIAAADIeh9//HHCnEv79u3j448//s30D/BLJ598csL70cknn1wt4yj9vjhgwIBqGQcAsOHVrO4BAAAAAAAAAACZWbBgQUyYMCGmTp0aCxcujGXLlkVeXl7Uq1cvWrVqFVtttVW0adOmuocJAADAeiAIDgDAejN16tTo2bNnysd23XXXGDx4cMZtf/bZZ3HiiScm1C644IK48MILM26Tinn++efjyiuvTPnY+eefH3379s247fvvvz/uvvvuhNqTTz4Zu+22W8ZtwobWo0ePmDZtWkJt/Pjx1TQaAAAA4Nfohx9+iBdeeCHeeuut+Pbbb6OkpGSd5zdr1iz23XffOOyww6Jbt24baJTw8wruffr0qfD5tWvXjnr16kW9evViyy23jA4dOkTXrl1j9913j9xcm94DAEBpguAAAFSLTz75JN55553Yd999q3soVKFBgwZF7969Y9NNN63uoWwwV1xxRQwfPnztcevWrWPEiBHVOCIAAAAAfq2mT58et99+e7z66quxevXqCl83a9asePrpp+Ppp5+OHXfcMS677LLo2rXrehwp1SXVAi39+/ePo446qppGlJ7ly5fH8uXLY86cOfH999/HyJEjIyKiRYsW0bt37zj99NMjLy+vmkcJlVd6QZEjjzwybr311mocEQCQrXxdEgCAanPHHXekdbOCjd/SpUvjvvvuq+5hAAAAAMCvztNPPx2///3v45VXXqnUvOoXX3wRJ510Ulx//fVRVFRUhSOE9WfGjBnx97//PY466qiYNGlSdQ8HAAA2GlYEBwCg2kyYMCFeeOGFrFmJhIp5+umn49RTT40tttiiuocCAAAAAFmvpKQkbrzxxnjqqadSPp6bmxtdunSJrl27RtOmTaNJkyaxZMmSmDVrVkyYMCHef//9WLp0aVKbw4YNi2+++SYefvjh2GSTTTbEjwIREdGgQYNo2bJlyseWLl0a8+fPj8WLF6d8fMKECXHaaafFsGHDolWrVutzmAAAkBUEwQEAqFb33HNP/P73v49atWpV91CoIitXroy///3vcffdd1f3UAAAAAAg61177bXx9NNPJ9Xz8vLijDPOiBNPPDGaNWtW5vXLly+P1157LW6//faYPXt2wmOjRo2KU089NZ588smoV69elY99fdhtt91i/Pjx1T0MKqFHjx5x6623rvOcKVOmxKuvvhpPPvlk0ut2xowZcemll8bQoUPX5zChQgYPHlzdQ4iI8L4IAL9hudU9AAAAftt++umnjWaSjKrz2muvxZgxY6p7GAAAAACQ1R577LGUIfBtt902XnzxxbjkkkvWGQKPiKhdu3YcccQR8eqrr8ahhx6a9PhXX30Vl156aZSUlFTZuKGy2rRpE2effXa89NJLsfPOOyc9/tlnn8XIkSOrYWQAALBxEQQHAGCD2nvvvaNOnToJtYcffjgWLlxYTSOiKhx44IFJtdtuu60aRgIAAAAAvw7ffPNN/P3vf0+qt2/fPp544olo165dWu3Vr18/brvttjjyyCOTHhsxYkQMGzYs47HC+tK4ceO4//77o1GjRkmPvfjii9UwIgAA2LgIggMAsEE1a9Ys+vTpk1BbuHBhPPTQQ9U0IqpCz549o0uXLgm1Tz75JN59991qGhEAAAAAZLdrr702iouLE2qNGzeOQYMGRePGjTNqMzc3N2655Zb43e9+l/TY7bffHvPmzcuoXVifGjVqFCeffHJS/aOPPorVq1dXw4gAAGDjUbO6BwAAwG/PWWedFf/85z9jwYIFa2tDhgyJPn36RIsWLapvYBExefLkmDhxYsydOzcWLFgQderUiSZNmkSLFi2ic+fOkZeXt97HsHz58hg9enRMmjQpFi1aFLVr145GjRrFtttuG9ttt13k5OSs9zFk4tJLL43evXsn1O64447Ya6+9Ije3er6DOnPmzJg0aVJMnTo1lixZEsuXL4969epFgwYNolWrVtGpU6eoVatWtYwtmxUVFcXYsWNj8uTJMX/+/CgqKoqCgoLYaaedYscdd6zQ9T/++GNMmjQpZs+eHYWFhRER0aBBg2jQoEFsu+22sdVWW63vHyNrzZ07N7744ouYOnVqFBYWRp06daJVq1bRpUuXaNq0aYXbmTJlSowdOzZmzpwZy5cvj0aNGkWrVq1i1113rdK/i+XLl8f3338fkyZNivnz58eSJUuiRo0a0aBBg2jUqFFst912sdlmm1VZf6VNmjQpJkyYELNnz44lS5ZE/fr1o02bNrHjjjtGw4YN11u/v7Ro0aL48ssvY86cOWv/Zho1ahSNGzeOTp06lbuFdzpKSkpiypQpMX78+LU/86pVq6J27dpRt27daNGiRbRu3Tratm0bNWuaFgIAANhYvf322/HFF18k1a+++upo0qRJpdrOzc2NG264If7whz/EsmXL1tYLCwtj4MCBcfnll1eq/TVWrFgRX3zxxdp5zpo1a0azZs2ibdu20bFjx41unnNDfn4vbd68eTF27NiYN29eLFiwIJYtWxYFBQXRqFGj2HLLLaNdu3ZJO23+1uy9995xzz33JNQWLFgQc+bMqdRzU1RUFF9++WXMnDkz5s2bF0uWLIlNNtkkGjduHFtvvXVsvfXWlR16mZYtWxZffvllzJ49O+bPnx+LFy+O2rVrR/369aNt27bRrl27lCuhZ2L69Okxbty4mDdvXsyfPz/y8/OjcePG0axZs9hpp52idu3aVdJPaePGjYvJkyfHrFmzYsWKFVG/fv3Ycssto3PnzlFQULBe+izL4sWLY/To0fHDDz/E4sWLo27dutG4cePo0KFD2jss/BaUlJTE+PHj44cffoh58+bFwoULo379+tG4cePYbLPNomPHjhvk3o/nDQDK544fAAAbXP369ePcc8+N/v37r62tWLEi7r777oTahjJz5sx45JFH4u23345p06aVeV5BQUF07949+vTpE7vttlva/QwYMCDuvffehNr48ePX/vuPP/4YDzzwQLz66qsJN2B+adNNN40TTjghTj/99Khbt27aY1ifdtlll+jRo0eMGDFibW38+PHx0ksvxRFHHLFBxjBv3rx466234sMPP4xPP/005syZs87z8/LyYqeddooTTzwxDjzwwApPWvbo0aPM18q0adOiffv25bbx5JNPJr2OPv7446QV81Odl8kYjzzyyLj11lvXec3zzz8fV155ZULt7bffXhvS/fbbb+ORRx6JN954I5YuXZp0/ZFHHllmEHzcuHHx1ltvxccffxxffPFFFBUVrXMsjRs3jn333TfOPPPM38xk7hVXXBHDhw9fe9y6deuEv6f//Oc/8dBDD8Wnn36acqWjGjVqxD777BP9+vUr83e2evXqeOmll2LQoEHxzTffpDynbt268Yc//CEuueSSjG40lZSUxOeffx4jRoyITz75JL7++utYuXLlOq9p0aJFHHDAAXHaaadFq1at0u6ztJUrV8aQIUPimWeeie+++y7lOTVq1Ijf/e53cc4558Quu+yytl767/eCCy6ICy+8MO0xLF++PIYNGxavv/56jBkzJlatWlXmudtss00cdthhcdJJJ2X83j558uQYOnRovPrqq+W+90VE1KlTJzp27Bh77bVXHHjggbHllltm1C8AAADrx5NPPplU23XXXePQQw+tkvbbtGkTZ555ZgwYMCCh/vTTT0ffvn0rFTqeMmVK3H///euc52zVqlUcdthh8ac//Sntz8JVOYe2oT+//9Ls2bNj8ODB8c4778SECROipKSkzHPz8vJi5513jh49esQRRxyR9OX2VPN6v3TllVeu8/GIn19fgwcPTutn2JA233zzlPX58+enHQQvKSmJ119/PYYPHx6ffPJJyrnONZo1axa9evWKs88+u0oWslmxYkU888wz8dprr8Xo0aOTVv3/pZycnGjfvn3ss88+cdRRR0Xbtm3T6mvRokXx2GOPxZtvvlnmHFlERK1ataJbt25x/PHHR69evdLqI5Vly5bFwIED48UXX4ypU6emPCc/Pz/233//OPfcc2PbbbeNiIipU6dGz549E87r379/HHXUUevsr7x51XHjxsUDDzwQI0aMKPP33bp16zj99NPjj3/8Y9oLAp188snxySefrD0u628p1c/3S8OHD0/4Ocryy/tKv1RV85qTJ0+ORx55JN59992YPXt2mec1bNgw9txzzzjjjDOiQ4cOafdT3c8bAPyaVM+yfAAA/Ob17t07WrdunVB74YUX4ttvv91gY1i1alXcfffdceCBB8aTTz65zhB4xM8r4rz11lvRp0+fOPvss2P69OlVNpahQ4fGoYceGs8//3yZN0ciIubMmRMDBgyIQw89NL7//vsq67+q9OvXL2rUqJFQu/vuu8sN/VaFP//5z7HXXnvFX/7ylwoHIYuLi+PTTz+Niy++OA499NAN+vrLNvfff38cccQR8cILL6zzxkhpEydOjAMPPDCOOOKIuPfee+PTTz+t0Oth3rx58fzzz8fvf//7uOaaazbIa2hjVVRUFFdffXWcfvrp8fHHH5e53e2qVatixIgRccQRR8TLL7+c9PjMmTOjT58+cfnll5cZAo+IWLp0afzzn/+MQw45ZJ3npfLJJ5/EfvvtF717945HHnkkxowZU24IPCJixowZ8eSTT0avXr3irrvuqtSWvuPGjYsjjzwy+vfvv84bXKtWrYr33nsvTjzxxLj55pvXeaM3Xc8880zsv//+ceutt8aoUaPKbfvbb7+NO+64I3r16hWvvfZaWn2VlJTEXXfdFX/4wx9i8ODBFXrvi/j5htxnn30Wd955Z5x00klp9QkAAMD6NW3atPj444+T6ieccEKV9nPssccmzeUtWbIkXn/99YzbfO655yo0zzl9+vR48MEH4/e//3189NFHGfdXGRvy8/svLVu2LPr37x/7779/PPTQQzF+/Ph1hsAjfp7H/Pjjj6N///6x1157xcyZMzPuP1uVFb5fsmRJWu189tlncfTRR8dFF10U77zzTrlznbNmzYqhQ4dGr1694u67767UvNWwYcOiZ8+ecdNNN8Wnn366zhB4xM/zPt9880089NBDcdBBB6X1tzl48ODYf//944EHHljnHFnEz+H0Dz74IC644II4/vjjywwaV8RHH30UhxxySNx3331lhsAjfp7z/Pe//x1HHXVUPPzwwxn3ty5r5s2OPvroeP3119f5+542bVrcdNNNcdxxx8XcuXPXy3g2dsuWLYvrr78+Dj300Hj22WfXGQKP+HlF/pdffjmOOuqouPTSS2PhwoVVMg7PGwCkTxAcAIBqkZ+fHxdddFFCbfXq1XHHHXdskP6XLVsW559/ftx///3rvCFRlnfffTf++Mc/ph2STOXvf/973HjjjbFixYoKXzNt2rTo3bv3Rjfh365duzjyyCMTatOnT48hQ4as975HjRpVocBpWSZOnBjHHXdcfPjhh1U4ql+HG264Ie6+++6Mfr9z5syp1JcWSkpK4plnnokTTzwx7Zs6vwYrV66MCy64IJ599tkKX1NUVBSXXXZZvPvuu2tr06dPj969e8enn35a4XbmzZsXp5xyyjpv2JQ2derU+Omnnyp8fmkrV66MBx54IM4777yMXm9jxoyJPn36xIQJEyp8TUlJSQwePDguu+yycm+6lqe4uDiuvvrquOaaa8q9UZLKnDlz4uKLL4777ruvwtdcfvnl8cADD5R74xAAAIDs8c477yR9Rm3YsGHsv//+VdpP8+bNY++9907ZfyaeeuqpuOqqq2L58uUVvmb69Olx1llnZdxnJqrj8/sa06dPjxNOOCEef/zxtH5Pv1RUVPSbnAdYvHhxynpBQUGF2/jnP/8Zp5xySnz11Vdp919UVBT3339/nH/++WktlBHxc9C6X79+cf3112f0mov4eQ6rsLCw3PNWrVoV1157bdx8880ZBXNHjRoVvXv3zugLGiNHjkx7EZ3i4uK444474vbbb0+7v3VZvXp1XHrppfHAAw+ktQDE119/HSeeeGKFfte/JmvmgocNG5b2vGxJSUm89NJL0bt370ovoOR5A4DM1KzuAQAA8Nt12GGHxaBBg2LcuHFrayNHjoxPP/00unXrtt76Xb16dZx33nkpA78FBQWx3377RefOnaNp06axZMmS+P777+Ott96KH374IeHcWbNmxUknnRTPP/98mdtSlucf//hHPPTQQ2uPGzduHHvvvXd06tQpGjduHCtWrIgffvgh3nrrraTVqufOnRvXXnttwvUbg759+8bLL7+ccCPjoYceimOOOSY22WSTDTKGGjVqRIcOHWKbbbaJLbfcMho1arT2hsCa5/SLL76Izz//PGEFl6VLl8Yll1wSL7zwQrRs2bLM9tu1axf169ePiIiffvopYUI9Ly8v2rVrV+4Yq2L72A3hmWeeiaeeemrtcd26deN3v/td7LzzztGkSZMoKSmJGTNmxMcffxy5ueV/17hBgwbRqVOn2GqrrWLzzTePevXqRd26dWP58uUxf/78+O677+I///lP0oTxmDFj4pprrom77rqrqn/Ejdrf/va3hEB3u3btYt999422bdtGvXr1YsGCBfG///0v3njjjYRV01etWhVXX311vPbaa1GjRo0455xz1ga6c3JyYpdddok99tgjWrZsGbVr146ZM2fGe++9l/S+uGDBgrjxxhszXpWnadOm0bFjx9hqq61is802i4KCgqhTp04sW7Ys5s6dGxMmTIj3338/abWWkSNHxt///ve47LLLKtzX1KlT4/TTT095U3CbbbaJHj16RJs2baKgoCDmzJkTX331VYwcOXLt3+/LL7+c0Rama6xevTrOP//8hOdrjWbNmkX37t2jQ4cO0bBhw6hVq1YsXLgwvv7663j//fcTXu8lJSVxzz33RKNGjaJ3797r7HP48OHx4osvJtUbN24ce+65Z2y77bbRrFmzqF27dixfvjwKCwtj6tSp8d1338Xo0aOrbJUeAAAAqlaq1cB33333yM/Pr/K+9tprrxg5cmS5/Zfniy++SJi3qVmzZuy+++7RvXv3aN68eRQVFcX06dNjxIgR8fXXXydcW1xcHBdeeGEMHjw4dtppp0x+jAqrjs/va0yfPj2OPfbYlLt51a5dO7p27Rpdu3aNTTfdNOrVqxeFhYUxZ86c+Prrr2PUqFExa9asMttu0KBBbLfddhHx8+9z4sSJCY+3bNkyGjRosM7xZTrHvaGkWqU6Nzc3Nttsswpd//DDD6dciKZu3bqxxx57RKdOnaJp06ZRUFAQixcvjh9++CE+/PDDpND4iBEj4uqrr44777yzQv0WFxfHGWeckXKBhtzc3OjYsWN07949WrZsGQ0bNoyioqJYsGBBjB8/PsaMGVPuat6l/eUvf4nnnnsuqV6rVq3Ya6+9omvXrtG0adNYvnx5TJs2Ld5+++2k3+2SJUvirLPOiieeeCJ22WWXCvU7ZsyYuPDCC1N+SaFz586xzz77RMuWLaNWrVoxZ86c+Pzzz+P9999fG6ofOHBgNGrUKK2fdV3uvPPO+Ne//rX2uGXLlrHPPvvEtttuG40aNYqlS5fGxIkT44033khaCGPy5Mlxxx13xLXXXltl44n4+d7Bmr/TiJ8Xp/nl76tBgwbrvC+xvixfvjxOOeWUlItrNGrUKHr16hXt27ePxo0bx4IFC2LSpEnx+uuvJ70nfffdd9G7d+944YUXomHDhhmNZWN83gAgGwiCAwBQbXJycuLPf/5znHnmmQn122+/Pf75z3+ut34feeSRlCHw4447Li677LK1Ad9fuuyyy+K5556LW2+9NRYtWrS2vnjx4vjzn/8cw4YNi5o10//f61tuuSUifp4A7Nu3b5xyyilRq1atpPMuuuiiGDx4cPTv3z8huPzOO+/E6NGj1/sNknQ0b948+vTpkxAcXbBgQTz88MPRr1+/9dZvXl5eHHDAAXHYYYfF7rvvnvJ5LG3atGnx97//PV5++eWEsV5//fXrDNgPHDhw7b9fccUVMXz48LXHzZo1SxnMzFa//FmPP/74uPjii1NOyJ9zzjllrmrftGnTOPLII6NXr16xww47lBsYLykpiffeey9uueWWhNXEX3311TjooIPioIMOyuyHyTKzZs2KJ598MiJ+nnC/7rrr4uCDD046r3fv3vHjjz/G2WefHZMnT15bnz17dgwdOjRmz5699mZOx44d48Ybb4wddtghqZ3TTjst3nvvvejbt2/CTgnvvvtujBo1Krp06VKhcbdp0yaOPvro2G+//RJubJRl1apV8corr8Tf/va3hBWRHnvssTjooIOic+fO5bZRUlIS11xzTVIIvGnTpnHddddFr169Ul5XWFgYd91119rf8z333FNuX2W59957k24it2jRIq644oo44IADkrbaXmPlypUxfPjwuOWWWxJWk7rllltixx13jI4dO5bZ5wMPPJBwXKNGjfi///u/6NOnT7nhgFWrVsXo0aPjxRdfrLYtuAEAAEgt1WrFnTp1Wi99pWp33rx5MWPGjGjRokWF27n33nvXrt7apUuXuOWWW2KrrbZKOu/CCy+Md999N/7yl78k7HZYVFQUV155Zbz44ovrJfD+y3Fu6M/vET+vCH3hhRcmhcDz8vKiT58+8ac//WmdQe2SkpIYPXp0vPDCCwlzkWv07NkzevbsGRE/f1l+zb+v0bdv3zjqqKPWOcaN3euvv55U22abbaJevXrlXvvRRx8lBbdr164d559/fvTu3XudbXz88cdxzTXXxI8//ri29u9//zu6du0aJ554Yrl99+/fP2UI/IADDohLLrkk5d/JL/3www/x8ssvJyzWUZZ///vfKUPgPXv2jOuuuy6aN2+e9NhFF10UI0eOjOuuuy7hb7K4uDguvfTSePHFF8uday8qKoorrrgiKQTetm3buPnmm1Mu/HPqqafG3Llz45Zbblk7P1+ZublfmjVr1tp57YKCgrjiiivi6KOPTvn3fckll8Q999yTMA8e8fMiPn/6059S/s4y1bx584R7Bz169Ihp06YlHN96661V1l9F3XLLLUkh8Bo1asRZZ50V5513Xsp7VldeeWUMGjQo7r777oQFSn766ae45ppr4t577017HBvr8wYA2aD85doAAGA92muvvWL33XdPqI0ePTrlpG5VmDp1asrJxIsvvjhuuummdU5oHn300fHYY48lTQqPGTNmbYgwXStWrIj8/PwYOHBgnH322Skn1CJ+Ds336dMnLrrooqTHnnnmmYz6Xp/OPvvspBUfBg8eHDNmzFhvfT777LMxYMCA6NWrV4VC4BERrVu3jjvuuCMuvPDChPq7774bkyZNWh/DzDprbuBdccUVccMNN6xzVZZUr9/OnTvHO++8E3/+85+jc+fOFVo1PCcnJ/bZZ594+umnk1Zofvzxx9P7AbJYcXFxlJSURNOmTeOpp55KGQJfY/PNN4+BAwcmPQePPfZYDB06NCIidt111xgyZEjKEPgae++9d9x4441J9eeff75CYz7ggAPizTffjHPPPbdCIfCIn28qHHbYYfH0009Hq1at1tZLSkriiSeeqFAbr776alKYuWnTpjF48OAyQ+ARP99QuPrqq+OKK66IiMh4S+ZRo0YlhbK7dOkSL7/8chx88MFl3kSO+HmFtGOPPTaGDRuW8N+X4uLida6A/+233ybtVHHeeefFmWeeWaEb5jVq1IhddtklbrzxxnjppZfKPR8AAIANo6ioKCEYuMa6Ps9XxnbbbRd5eXlJ9V9+2bwi1iwQsOuuu8YTTzyxznDrPvvsE0OHDo1mzZol1CdNmpQU6qtK1fH5fY0BAwbE2LFjE2r169ePRx55JC677LJyV+vOycmJLl26xA033BAjR46MJk2alNvnr8m3336bMuB82GGHlXvtkiVLol+/fgkLrDRp0iSefvrpOPvss8sNku+2227x/PPPR/v27RPqAwYMSFhMIZX33ntv7dzcGjk5OXH55ZfHgAEDyg2BR0RsscUWcf7558eIESNir732KvO8wsLCuP7665Pqxx13XNx3333rDMbut99+MXTo0KRzpk2bVqHX9+OPP560Cv1WW20VTz311Dp3f23SpEnccccdcfLJJ0dE5nNzpa2ZV23YsGE89dRTcdxxx5X5952fnx/9+vWL4447LqG+atWqlK+5X5v//e9/SQsz5ebmxi233BKXXHJJmfesatSoEWeeeWYMGDAg6b8hb775Zkb3+DxvAJA5QXAAAKpdv379IicnJ6F25513xsqVK6u8r6FDhyatSnHAAQfEueeeW6HrO3XqFDfddFNSffDgwWsDs+m67LLLonv37hU694wzzkiajP3ggw8y6nd9ql+/fpxzzjkJteXLl1fZih5l9Zmp888/P2H1o5KSknj22WerYli/CgceeGCcdtppGV1bp06djFbLj/h5K8y//vWvCbVRo0alvR1qtrv11lsrdFNozUrcv7RgwYJYvXp1NGrUKO68886oW7duue0cdthh0a5du4Tae++9V6Gx1qtXL+n9vKJatWoV1113XULttddeS1rlO5UhQ4Yk1W655ZbYcsstK9T3aaedFgcccEDFBprCAw88kHAzsVmzZvHwww+n9b603XbbJf387733XnzzzTcpz58yZUpS7dhjj61wf79Up06djK4DAACg6s2cOTNKSkqS6utrddP8/PykBR0ifl7VNV0NGzaMe+65p8zg4C+1adMmbr/99qT6sGHDkuZvq0p1fH6P+Hl+JlUY+K677kpaJKUimjRp8pv6LP/VV1/F2WefnbDqcMTPz98JJ5xQ7vX/+Mc/ElZiz83Njfvvvz8p2L0u9evXj/vuuy8h8Dp//vxyF2m5//77k2p/+tOf4vTTT69w32vUqlUrmjZtWubjw4cPj4ULFybUOnXqFDfccEOF5uvatGkTd999d9K5zz//fFK7v7R69er4xz/+kVCrWbNm3HXXXRX+wsJVV121XnY9uOWWWyq8WMWf//znpPeujfHeS1VLtRDHKaecEkcccUSFrt93332jb9++SfVBgwZlPCbPGwCkTxAcAIBq16lTp6SVbidPnlzlQdwVK1YktZmXlxfXXHNNWu0ccsghseuuuybUpk+fHm+//XbaY2rTpk2Fto9cIy8vLw455JCE2owZM2Lu3Llp972+nXjiidG6deuE2gsvvLBRhnhzcnLi8MMPT6h9/vnn1TSajUtubm5cdtll1db/tttum7S17v/+979qGs2Gt8cee8See+5Z4fPLCjOfeuqpsemmm2bczowZM2LevHkVvj5Te++9d8Kq8ytXrowvvvhinddMnDgx6TWx5557xt57751W31deeWWFVqwvbcKECUlbSv/f//1fbLLJJmm39Yc//CHatm2bUHvrrbdSnltYWJhUW9eK/QAAAGSHsgKXlVkEoTypVkRetGhR2u1ceOGFaX023W233eLAAw9MqM2ePTujedbyVNfn94ifFydZunRpQu24445La87nt2TZsmUxbdq0eOONN+L//u//4o9//GNMnz494Zy8vLy44447oqCgYJ1tFRUVJQVdjzjiiNhpp53SHlebNm2S5pDffPPNMs//7LPPYtSoUQm1bbbZJml3yqqSaqGEa6+9Nq35ri5dusSRRx6ZUFu6dOk6dwt8//33k3YxOProo9MK2ufm5saVV15Z4fMrYtddd42ePXtW+PyGDRvGPvvsk1AbN25cwpdHfm1mzpyZ9N7VpEmTlMHudTnttNOS3hNHjRoVX331Vdpj8rwBQGYEwQEA2ChccsklSdvH3XvvveVurZiOL7/8MukGRo8ePTJaTad3795Jtf/85z9pt3P00UenHTzs3LlzUi3drVo3hPz8/KQJw1WrVqVc6WdjsMUWWyQcf/XVV+tt9aFssvvuu8dmm21WrWMo/dyMHj26egZSDY455pi0zu/QoUPKeumVwjNpZ9KkSWm1kYnc3NzYfPPNE2rlPd///e9/k2rp/t4ifl6RfI899kj7utLbnBYUFCR9YaeicnJykrb4/fjjj1Oem2q1tt/SlyQAAAB+rZYvX56ynklguaJStV3WOMpSq1atpJBsRRx33HFJtYruTJaO6vr8HhExYsSIpOvPOOOMjPr+tRg+fHi0b98+5T877bRT9OjRIy688MJ45ZVXkuZoGzZsGA8//HDSYi2pjBo1KmbNmpVQy2TeaI1999034fiLL75IWql8jVRfaDj11FMz3j1xXX766aekewQ77LBDynsJ5Um1yvq67n1U1dzcLrvsUqFdESsqk53zSq9KvnTp0pg5c2ZVDWmj89FHHyXtdHv44YdXaFfJX8rLy0v5+87knpnnDQAyU/X/hwkAABnYfPPN449//GPCqhWzZ8+OQYMGxXnnnVclfaRa4fmggw7KqK2ePXtGfn5+wiRvJitId+vWLe1r2rRpk1RbvHhx2u1sCIcddlg89thjMX78+LW1kSNHxmeffRZdu3Zdr30XFhbGZ599FuPHj4/vvvsuFixYEEuWLIlly5alXA2i9Ko8RUVFMXfu3GjRosV6HefGbrfddqvyNn/88ccYPXp0jB8/PqZMmRJLliyJJUuWRFFRUcqtj0tvRZzJ1sTZKt2/kwYNGkRBQUHCatFt27Zd57axqZRezT8i8/eZCRMmxJdffhnjx4+P6dOnx5IlS6KwsLDMm2Q//vhjwnF5z3fpoHiqm7EVtd9++6W9degnn3yScNyxY8cKbYFdltJfvBg3blzK8zp16hS5ubkJ72fXXHNNPPjgg7HNNttk3D8AAAC/PTk5OUm1VHM067LrrrtmtGr5HnvsEfXq1YslS5asrZW3O1gmquvz+5IlS5Ie22mnnZIWPqB8jRo1iiOPPDLOPvvsCq88/+mnnyYc5+XlJYVG01H6eV+xYkVMnDgxtt9++6RzS7/m8vLy4ve//33Gfa9LqnsTpVfbr6jOnTvHZpttFlOnTl1bGz16dJSUlKR8ryj999q4ceOMAugRPwftq2oxiop8UaC00gtURPw8J9qyZcuqGNJGpyrvmR188MFx2223ldt+eTxvAJAZQXAAADYa559/fgwfPjwhwPjoo4/G8ccfH40bN650+6m2odthhx0yais/Pz/at28fX3755drad999F0VFRZGfn1/hdkpvl1cRqW6obKxB8Nzc3OjXr1+cddZZCfXbb789/vGPf6yXPseOHRuPPvpojBgxIu2Vi0pbtGjRbz4IXtYK0+lavXp1PPvss/H0008n/N1kIpOtibNR7dq1M9qxoHQQPNVEeEXaKC2d95mioqIYPHhwPP/88/Hdd9+l3X86/U6YMCHheIsttki5pXVFpLppty6rVq1Kutk1fvz4jFZAW6P0FuCLFy+O4uLipF0zGjZsGD169EjYvnXq1Klx+OGHR8+ePeP3v/997Lnnnhn/LgAAAKgetWvXTllfvHhxNGnSZL30mWqupU6dOmm10bFjx4z6zs3Nje222y4+++yztbWJEyfGsmXL0h5DWarz8/uYMWOSVtzdeeedM+73t2zXXXeNE088scIh8IjUQdRMVhxeI9UOkvPnz0+qFRUVJX0BYLvttquy13Rpqe59VCbwvsMOOyQEwRcvXhw//vhjyi8wlJ6bq8x8crpzc2WpVatWRvP62XTvpSp8/fXXCcd5eXmx3XbbZdRW69ato3HjxjFv3rwy2y+P5w0AMicIDgDARqNx48Zx+umnx4ABA9bWlixZEvfff39cc801lW6/9IRsXl5eRgHJNbbeeuuEQOvq1atj4cKFaa2826BBg7T7TbV15MqVK8s8/6yzzkra/rI8N998c6Umin9p7733jt122y1he9RRo0bFm2++Gb169aqSPiJ+noTv379/DBs2LOWK35kwWRhVcoNx4sSJ0a9fv7QnfsvyyxWifs0y3fK59A3HTNpJ933ml/73v//FFVdckbSyd6bK+ztcsGBBwnHplZnSke61CxYsiBUrViTUFi5cmHQzuLIWLlwYm266aVL98ssvj88++yzhd7Bq1ap444034o033ogaNWrE9ttvH126dIkddtghunXrlnK1dwAAADYeZc0XLlq0aL0FwVN99k53PmHLLbfMuP+tttoqIQheUlIS8+fPr7LQbHV+fp8zZ07Sedtuu22V9puNGjRokHK13qKioliwYEFCmHSN119/PT788MO49957Y/fdd69QPzNmzEg4Li4ujm+++SazQZeh9NxUxM/3Ikp/AWB9Pu+pwuhbbbVVxu1tvfXWKfsoHQRfuXJl0vtHZeaeKjOv90uZ3HeJqNycaDYq/bpp3bp1pXZK2HrrrRNWwk/1ulwXzxsAZE4QHACAjcrpp58ew4YNS5gg/8c//hGnnHJKtGnTplJtl17ZJpOtSn8p1c2QdIPgpQOb68PEiRNj2rRpaV2zdOnSKh1Dv3794rjjjkvYUvaOO+6IHj16RI0aNSrdfnFxcVx00UXx9ttvV7qtXzJZGJVeTXjChAlxyimnpLx5k6nfyvNSVe8PG+J9Zo3//ve/cc4558SyZcuqrM3ynu/S7+2Vec2m+9+FVDf61oeydjfYfPPNY9CgQXHhhRcmrNK0xqpVq2Ls2LExduzYtbXWrVvHAQccEH/4wx8yXq0NAACA9ad58+aRk5OTMI8WETFr1qxKha3LsiZ4W1q6q7JWZq411Wf5RYsWRatWrTJu85eq8/N7qrB5pmHHX5MePXrErbfeWubjs2bNijfffDMefvjhhDD34sWL45xzzoknn3wyOnfuXG4/G+K5T/W8p+p3fT7vqVb1z3SRibKuTfVaTtXvhpybK8uGnA/NZuv7nllRUVFauzt43gAgc4LgAABsVOrWrRvnn39+3HDDDWtrxcXFcdddd8Udd9xRqbYLCwsTjiu7okyq60v3wc86d+4cBx10ULz66qtra5MnT45nn302/vjHP1a6/YEDB6YMgTdv3jx69uwZXbp0ic033zxatGgRBQUFUatWrcjPz0849+OPP44+ffpUeiy/NpUJ6hcXF8fFF1+cMgS+yy67xB577BE77LBDtGjRIpo1axa1atWK2rVrJ/V5xRVXxPDhwzMeBxvGwoUL45JLLkkKgefm5sYee+wRu+22W2y//fbRsmXLaNKkydrnOzc3N+H8k08+OWHlmPIUFRUlHFfmhkHp94XyVPXKYZno0KFDvPzyyzFkyJAYOnRo/PTTT+s8f9q0aTFo0KAYNGhQdO/ePS6//PIq23YXAACAysvPz49WrVolLewwduzY2G233aq8v/Hjx0dxcXFSPd3Qed26dTMeQ6prq3KetTo/v6fa2a4yv6vfimbNmsWJJ54Yhx12WJx33nkJc0XLli2Liy66KF566aVyg6upgsobwoZ+3kv/veTk5FTq/kdF/yZTvXdsyLk5KmdD3TOrqt0dAICyCYIDALDROe644+KJJ56I77//fm3tlVdeidNPP71Sq5cWFBQkHFd2xdpU15fug//fJZdcEm+99VbC5PC9994bhx12WKUmAufOnRsPP/xwQq1mzZpx6aWXxkknnZRyW8BUylpxl8w9/fTTMXHixITa5ptvHn//+9+jU6dOFW7Hc5MdHnzwwaTQ/w477BB33HFHtG3btsLtpPt816tXL2GVpcrcKE51k25dateunVQ75JBD4s4778x4DJmoU6dOnHXWWXHmmWfGZ599Fv/5z3/is88+iy+//HKdv8+PPvoojj322LjpppviyCOP3IAjBgAAYF06duyYFAT/8ssv10tfqdpt1KhRtGzZMq12KrPDYKprq3KetTo/v6daHbmqd2P8Natfv3488MADcfzxx8e33367tj59+vS45ZZbon///uu8vlatWgnz0Ztuumn85z//WW/jXWNDP++l/15KSkrSWom5tIr+Tab6OTfk3ByVU1BQkPBlCffMACB7CYIDALDRqVmzZlxyySVx0UUXra2VlJTE7bffHoMGDcq43dLb0i1evDjjtsq6fmPc1nPEiBHVPYSIiNhiiy3iuOOOi6FDh66tzZo1Kx5//PE499xzM253xIgRSROM/fr1i1NPPTWtdjaGlX2rUqrVWDa0l19+OeG4oKAgBg0aFJtttlla7fzanptfq3//+98Jxy1btozHH3887S1F032+GzRokBAEr8yWv+le26hRo6Radb5ec3Jyolu3btGtW7eIiFi5cmWMGzcu/ve//8WHH34YH3/8cVIwvLi4OK6++urYbLPN1l4HAABA9dp1113jjTfeSKj997//jaKioipfMfeDDz5IqmWy8nhl5lpThT9Lz+VWRnV+fm/YsGG19f1rUa9evfjb3/4Wxx57bKxcuXJtffjw4fHHP/4xdtpppzKvbdSoUcLr69f6vKf6e1m0aFHGQfCK3vsoKCiImjVrJjwvG3JujsrZZJNNEoLglb1nVnoF/vz8fKuBA8AGklv+KQAAsOEddNBB0blz54Tahx9+WKnVOho3bpxwXFxcHD/++GPG7X333XcJx7m5uRtlEHxjcv755ydtK/nII48krSKcjtKviQYNGsRJJ52UdjtTpkzJeAxVJdXq5b+cRE9Hdd9QKiwsjNGjRyfUjjjiiLRD4BEbx3PDuk2cODFmzJiRUDv55JPTDoEXFxcntVOeFi1aJByXfm9Ox/jx49M6v3HjxpGTk5NQK71iW3WqWbNmdOrUKU499dR4+OGH48MPP4wbbrghmjVrlnDeqlWr4m9/+1s1jRIAAIDS9t1336Ta/Pnz4+23367SfmbPnh3vvvtuUn2//fZLu61f7u6YrsmTJycc5+TkpAxvZ6o6P79vuummSbV05x+I6NChQ5x44okJtZKSkrjtttvWeV3p339xcXHMmjWrysdXWqNGjZLmetfn81763kdExKRJkzJuL9X8Wll/k6Xn5iZMmJBxv/42NqzSr5upU6dGUVFRxu2V3h20Kt/HAYB1EwQHAGCjdemllybVbr/99igpKcmovQ4dOiTVxo4dm1FbRUVFSZOS22yzTZWvyPNr06RJkzjjjDMSakuWLIkHHngg4zZLh0Y7d+4ceXl5abdTOrRcHVJtpZnJdpgzZsyIFStWVMWQMjZr1qxYvXp1Qq1r165ptzNnzhxB8Czw008/JdUyeb7HjRuX9mu39JeGFi1alHTToaLSfR+oVatWbLfddgm177//PubMmZNR/+tbQUFBHH/88TF8+PCkLb7HjBmT8nkEAABgw2vTpk3suuuuSfVhw4ZVaT/PPPNM0iIE9erViwMOOCDttr766quMxrB69eoYN25cQq1du3ZVuopsdX5+79SpU1IgeNSoUeu931+jc889N2nRgc8++yzee++9Mq8pPW+05pr1LT8/P+l+xDfffBNLly5dL/117Ngxqfbll19m3F7pazfZZJPYfPPNU55b+nc8ceLEjOa0IzaOOfrfktKv0TW7C2Zi+vTpMXfu3IRaqtclALB+CIIDALDR2nXXXWOfffZJqH399dfx8ssvZ9TezjvvnFR77bXXMmpr5MiRSWHFLl26ZNTWb81pp52WtBLLsGHDMg77zp8/P+E4k1XZ582bFx9//HFG/deoUSPheNWqVRm1E5F6C89Mfi+ffPJJxmOoKqWfl4jMnptXX321KobDelZVz/e///3vtK9Jtf3vv/71r7TbWb16dUb977HHHkm10tt3b2w23XTTOO2005LqlVmxCQAAgKp18sknJ9U+/vjjjD67pjJt2rQYOHBgUv2YY45J2tGvIj7++ONYvHhx2td9+OGHSaHRHXfcMe12ylNdn9/r1auXFLYcPXp0/PDDD+utz1S7DlZmznJj0ahRozj11FOT6gMGDCjzmt/97ndJtQ01b1P6yxwrV66MV155Zb30lerexOuvv55RW2PHjo2pU6cm1HbcccekVfXXKD03t3LlyozmdBcvXpxyh4Jfs6q8t5CJVK+bTO+ZpbrOPTMA2HAEwQEA2Kj9+c9/jtzcxP9tveuuu6K4uDjttjp37pwUtB05cmTMnDkz7baeeuqppNqee+6Zdju/RQUFBXHeeecl1IqLi+Ouu+7KqL3SqwMtWLAg7TaeeuqpjFfQLigoSDiuzKouzZs3T7rRNmbMmLTbefrppzMeQ1VJdcMwVVh4XYqLi2PIkCFVNSTWo1SrdKX7fC9atCiee+65tPvec889k0LnzzzzTNo3n19++eWkHQYqomfPnkm1xx57LGlFtY3NVlttlVTL5IY9AAAA60evXr1Srqb6//7f/4t58+ZVqu3Vq1fHtddemzSPVVBQEH/6058yanPFihXx0ksvpX1dqnmsvffeO6MxrEt1fn7v1atXwnFJSUk8+uij662/0vOVEZWbs9yYnHLKKUnzQGPGjImRI0emPL9bt25Jq4i/8cYb8f3336+vIa5V+nmPiHjiiSfWy2uuZcuW0a5du4Ta2LFjM9oRNd17HwceeGBSoPnJJ59M++ccMmRILF++PK1rsl1V3lvIRPfu3ZOeu5deeintcaxcuTLle7l7ZgCw4QiCAwCwUWvfvn0cfvjhCbWpU6dmtA1qfn5+HHPMMQm1oqKiuOWWW9Jq57XXXov//ve/CbXWrVtHjx490h7Tb9Vxxx0XW2yxRULtlVdeiW+++Sbttpo2bZpw/Pnnn6c1Ufntt9/GQw89lHa/a5T+csGiRYti4cKFGbWVm5sb22+/fULtvffeSyuc+fbbb8enn36aUf9VqfTzEhHxn//8J6027r333g1yU4bKa9asWVIt3ef7xhtvjEWLFqXdd+3ateOII45IqM2ZMyduvfXWCrcxe/bs+Otf/5p23xERu+yyS9IKT1OmTEmr/+owe/bspFrjxo2rYSQAAACkkpOTEzfeeGPS6s5z5syJ008/PaPFECJ+DiH/5S9/iQ8++CDpsX79+lXqs+GAAQPSmhf79NNPk1Ytbtq0acrQdmVV5+f3E044IerVq5dQe/rpp1M+B1WhoKAg6XWT6W6MG5v69euntSp43bp1k85ftWpVXHrppVFUVLQeRvj/22mnnaJbt24JtW+//XadK5hXxoknnphUu+mmm6KkpKTCbYwZMyaGDx+eUKtbt24cddRRZV7TokWL2G+//RJqEyZMiIcffrjC/U6cODEefPDBCp//a1H63sKG/jtt3rx57L///gm1OXPmxL333ptWO0888URMnjw5obbzzjsn7YYAAKw/guAAAGz0+vbtG/n5+Qm1TLc1POmkkyIvLy+h9tprr8UjjzxSoeu//vrruOaaa5Lqffr0SVo5gbLl5eXFxRdfnFArKSnJ6Hnt2rVrwvHSpUsrPFE5derUOPfccys16d++ffukWmW2sCy94tGyZcsqvFr6N998E1dddVXGfVelJk2aRNu2bRNq//rXvyoc9n/uuefSullA9dp+++2TVoF/8sknK7zC9r333hv/+te/Mu7/tNNOS+r/2Wefjdtuuy1Wr169zmtnzpwZp556asyZMyfj/i+++OKk7XEHDx4c99xzT1o3235pwoQJcdlll5V5A/3555+P119/PaMtY4uLi5NWd8rNzY1tttkmo7ECAACwfuywww5x0UUXJdXHjRsXp5xySkyaNCmt9pYsWRKXX355PPvss0mP9ejRI0444YSMxxrx8+5gF110UYXm2qZOnRr9+vVLqh9//PFJ87dVpTo+v0f8HF7u06dPQq2kpCQuueSS+Pjjj9Puc+7cubFs2bIyH8/NzU1aHfqDDz4od44kW/Tp0ycaNmyYUPvqq6/irbfeSnn+qaeeGo0aNUqojRkzJvr27Zvx7mhz586NO++8s9yFEM4///yk2kMPPRSDBg1Ku8+ioqKUX+xf44gjjkj6vYwePTpuuummCrU/bdq06Nu3b9Lr5Oijj04KLJd2zjnnJN0fueeee2Lw4MHl9vvtt9/Gqaee+ptbDTwiYtttt004/vbbb+Onn37aoGNI9cWKQYMGxSuvvFKh699777248847k+qnn356ZYcGAKRBEBwAgI1eq1at4qSTTqqStlq3bp3y5sltt90WN9xwQyxZsqTMa1944YU49dRTkyaHO3fuXGXj+y05+OCDo1OnTpVu54ADDojc3MSPNo8++mjcdddd69x+8uWXX47jjz9+7SobpVflqagdd9wxqf+//vWv8dZbb0VxcXHa7R155JFJk+ZDhgyJe+65p8yfZ9WqVfHMM89E7969Y8GCBZGTk7Pebpil4+CDD044Li4ujjPPPHOdN7gWLVoUN998c1x99dVrbzpk+tyw4eTl5SWtHrNw4cI45ZRT1hn+nzlzZvz5z39OWAkpk+e7ZcuWcemllybVH3nkkTjmmGPijTfeSLpBOnXq1HjwwQfj4IMPju+++y4iIrp06ZJ23xE/ryp2wQUXJNXvu+++6NOnT3z22WcVamf+/PnxzDPPxGmnnRaHHXZYvPjii2UGvceNGxd9+/aNXr16xZ133hlfffVVhfqYNm1anHvuufHll18m1PfYY4+UK/kDAABQvc4+++yUq/F+8803cdhhh8Vdd91V7pebV6xYES+99FIcfPDB8eKLLyY93rFjx7jtttuSQtLpqFWrVkREfPTRR3HKKackrQ77S++//36cdNJJSV8g32qrreKss87KeAzlqY7P72ucd955sdNOOyXUFi1aFGeccUbcfvvtFVpJfcyYMXH99ddHjx49Yu7cues8t/Qcx+TJk+Pqq6+OadOmldvPxq5evXpxxhlnJNUHDBiQMtBfr169uPPOO5NWSR85cmQcddRR8dJLL61zHnmNFStWxFtvvRX9+vWL/fbbLx588MFyg+Tdu3eP0047LaFWUlISt956a/Tt23edfydrTJkyJR544IHo0aNHvP/++2WeV1BQENddd11SfejQodG3b991vk+8++670bt376QQcln3U0rr1KlTyp/z5ptvjtNOOy3ef//9pLny7777Lm677bY48sgjY9asWRGR+dxcttp5550TjlevXh0XXXRR0rzd+h5D6S8BrV69Oi677LIYMGBAmV/sWbVqVTz22GNxwQUXJD23vXr1il69eq23MQMAyWqWfwoAAFS/c845J5599tlYtGhRpds644wz4sMPP4wPP/wwof7UU0/Fv/71r+jRo0d06tQpmjRpEoWFhfHDDz/Em2++Gd9//31SW/Xr14/bb789aRKZ8uXk5ES/fv3ilFNOqVQ7W265ZRx22GHxwgsvJNQfeOCBGD58eBx44IHRvn37qFu3bixcuDAmT54cI0aMiB9//HHtuXXq1Il+/frF9ddfn3b/zZo1i7322ithFfA5c+bE+eefH3l5edGyZcuoU6dO0o20m2++OWUQvnnz5nHSSSfFE088kVC/77774l//+lcccMAB0a5du6hdu3YsWLAgJkyYEO+++25Mnz597blnnXVWvPLKK9V+Y+fUU0+NoUOHJvzdzp49O/r06RPdunWLPffcM1q3bh05OTkxZ86cGDVqVLz33nuxdOnSted37949mjdvnvT8svE577zz4tVXX02Y+P/+++/jyCOPjL322it23333aNGiRaxcuTJmz54dn3zySXz44YcJNxOOPvromDJlSnzyySdp93/CCSfEqFGj4qWXXkqof/XVV3HhhRdGXl5eNGnSJAoKCmLu3LlJW2hvsskm0b9//zjooIMS6qW/6FGW888/PyZNmpS0Ws4nn3wSJ554YrRt2zZ222232HrrraNBgwaRn58fixcvjoULF8bEiRPjq6++iokTJ6a9wve0adPiwQcfjAcffDCaNm0aHTt2jO222y6aNWsWm2yySeTl5cXSpUtj2rRpMWrUqPjkk0+Sbs7k5+fH5Zdfnla/AAAAbDj/7//9v6hZs2Y8/fTTCfXi4uJ44IEH4qGHHopddtkldtlll2jatGk0btw4CgsLY9asWTFhwoSk+ZZf6tKlSzz88MOV/iL+BRdcEHfddVesWrUqPv/88zj00EOje/fua+d2iouLY9q0aTFixIiUX2bOz8+P/v37rw2Ury/V9fk9Ly8v7r777jjmmGMSVnUuLi6OgQMHxuDBg6Nbt27RtWvX2HTTTaNevXpRWFgYc+fOjXHjxsWoUaPSWin46KOPjn/84x8Jteeffz6ef/75aNy4cTRu3DhpTnuHHXaI//f//l9aP1d1Oemkk2LQoEExb968tbVvvvkmXn/99aS5nYif5xivvvrquOGGGxLqP/74Y1x66aXx17/+NXbdddfo2LFjNG7cOOrWrRuFhYWxePHimDJlSnz11Vcxbty4jFat7tevX3z99ddJi2O8/vrr8eabb8YOO+wQ3bt3j1atWkWDBg1ixYoVsXDhwvj222/jyy+/rPAOixERhxxySHzwwQfx3HPPJfX17rvvxt577732fWLFihUxderUGDFiRIwbNy6prby8vLjtttuifv36Fer7oosuirFjx8Z///vfhPqaezH5+fnRtGnTyM/Pj7lz5ybd62ndunVcddVVceyxxybUKzo3l4169uwZDRs2TJin/OKLL+KYY46JgoKCaNasWcr3xFRf6KmMK664Iv73v//FhAkT1tZWrlwZ9957bwwbNiz233//aN++fTRq1CgWLVoU3333Xbz55pspd4Ns2bJl3HzzzVU6PgCgfNIqAABkhQYNGsTZZ58dt99+e6Xbys3Njfvvvz8uueSSGDlyZMJjixcvjhdffLFCE2nNmjWLgQMHxhZbbFHpMf1W7b777rH33nvHe++9V6l2rrnmmhgzZkzSdrgzZsxIClSXtuYmTO3atTPu/7LLLotPP/006YZacXFxQuD8l8q6+RYRcckll8SHH34Y3377bUL9xx9/jEceeWSdYznkkEPikksuqfDWjetTw4YN4/bbb49zzz036ebYp59+Gp9++uk6r992223j7rvvjv79+6/PYVJFttxyy7jmmmuSVh5avXp1vPvuuwlflkhl9913j+uvvz7lik4VkZOTE3/961+jRo0aMXz48KTHi4uLU96ciPg5BP7AAw9EmzZtkh6r6I3wnJycuP3226NNmzbx0EMPJa1A9f3336f8QlFVmj17drzzzjvxzjvvVPia/Pz8+Nvf/pa0FS0AAAAbj9zc3Ljpppti++23j7/+9a9JYdTVq1dXaK6ltOOPPz6uvvrqyM/Pr/QYd9xxx7j66qvjxhtvjIifQ4Tvv//+OlcwXiMvLy/uueeepBWz14fq/PzeokWLeOaZZ+Kcc85JCvcuX768wr+viujcuXMcddRR8fzzzyc9Nm/evIQA9RqbbLJJlfS9IdStWzfOOOOMuO222xLq9913X8odJCMievfuHU2aNIkrr7wyCgsLEx6bM2dO/Pvf/45///vfVT7WmjVrxsCBA+Oqq66Kl19+OeGx1atXx5gxY2LMmDFV1t9NN90UNWrUSPriyPLly+ONN96IN954o9w26tWrF/fee2/ssssuFe43Pz8/HnrooTjvvPPiP//5T9LjRUVFZS5c0qJFixg4cGDKBXd+zbtF1qpVK6644oq44oorkh4rLCys0IrxVaF27drxxBNPxJ/+9Kek1+LcuXPjn//8Z4XaadeuXTzyyCPRsGHD9TBKAGBdfr1fnQMA4FenT58+0aJFiyppq06dOnHffffFueeem1EAeK+99op//vOfsd1221XJeH7L/vznP1d6VY/69evH448/nvbNombNmsWgQYNin332qVT/W2+9dTz22GNV9qWAOnXqxODBg6Nz584VviYnJydOP/30uOOOOzaqVVL22WefuPvuu9OesN9vv/1i6NCh0aBBg/U0MtaH448/Pq677rrIy8tL67qjjz46Bg4cWOkbz7m5uXHrrbfGHXfcEU2bNq3QNbvttls888wz0bVr15S7TlR01aM1/V9yySXx8MMPV/q/D/Xr149jjz02CgoKUj7epEmTSm3ZHfHzly2eeOKJOPjggyvVDgAAABtG796945VXXomDDjqoUvM/nTp1isGDB8cNN9xQJSHwNU488cS4+eab01rVu2XLlvHwww/HfvvtV2XjKM+G/PxeWsuWLWPYsGFx8sknZ/y7r1evXoV+xzfccEP06dNno5orrEonnnhibLrppgm1CRMmxKuvvlrmNQceeGA899xzlX691axZM/bbb79o3759hc6vVatW3HHHHfGXv/wlmjRpknGfFQnY1qhRI2666aa4+uqrM5pb3WmnneKpp56K7t27p31t7dq145FHHolrrrmmwvPBBx54YDz77LPRrl27WLhwYdLj6czNZaMjjzwybr755gq/h6wvjRs3jieffDKOP/74tHfAzcnJiUMPPTSGDRsWrVq1Wk8jBADWxYrgAABkjVq1akXfvn3jqquuqpL2atSoERdffHGccMIJMXDgwBgxYkSZK1JE/LzKSPfu3aNPnz6x++67V8kYiNhuu+3isMMOixdeeKFS7TRv3jyGDBkSTz/9dAwaNCimTJlS5rmtW7eOY445Jvr06VNlK4p06dIlXn311fjggw/inXfeifHjx8eUKVNiyZIlsXz58li9enVa7TVq1CiGDRsWzzzzTDz22GNlrixeo0aN+N3vfhfnnXdedOnSpSp+lCrXq1ev6NChQzz00EPx4osvlrmFam5ubnTt2jVOPfXU6Nmz5wYeJVWld+/e0a1bt7j//vvjzTffjOLi4pTn5eXlxZ577hlnnnlmdO3atUrHcOihh0bPnj1j5MiR8eabb8aECRNi9uzZUVhYGPXq1YvNNtssdt555zjkkEMS/m5+uTXzGpncMNt7771j7733jpEjR8bzzz8fn3zyScIWr2Vp06ZNdO/ePfbcc8/YZ5991vlFpXPOOSeOOeaYeOedd+K///1vjBo1KqZOnVpuH3l5edG9e/c47LDD4pBDDokaNWqk86MBAABQzTbbbLO4++674/vvv4/hw4fHW2+9FRMnTkxa2bq0pk2bxj777BOHH3547LrrruttfMcee+zaeYHXX3+9zHmgli1bxuGHHx5nn312tQUgN8Tn91Tq1q0b11xzTZxxxhnx+OOPxzvvvFPuKuR16tSJbt26xQEHHBC///3vo27duuX2k5+fH1dffXWcfvrp8corr8QXX3wR3377bcyfPz8KCwvLnLPJFnXq1ImzzjoraTfBe++9Nw4++OAyA/BbbrllPPjgg/HNN9/E0KFD48MPP6zQnErDhg1jt912i9/97nex//77ZxToPumkk+Koo46Kp556Kl5//fUYO3bsOueNc3Nzo1OnTrHvvvvG0UcfHc2bN69wX3369InDDz88Bg0aFK+//nrSbpq/VKtWrejatWscf/zxccABB6T1M6Ua88knnxyHHXZYvP322/Hmm2/G5MmTY/bs2bFixYqoV69etG3bNrp16xaHHnpoQph+zpw5Se39FhYKOfbYY+Pggw+ON954I/773//Gt99+GzNnzozCwsIy30PXhzp16sQNN9wQp5xySjzyyCPx3nvvpZwvXaNhw4ax5557xhlnnBEdOnTYYOMEAJLllJT3iRAAAH5DJk2aFN99913MmzcvFixYEHXq1InGjRtHy5Yto3PnzlW6Qg7r16RJk+LLL7+M+fPnx9KlS6Nu3brRvHnzaN++fWy11VbVPby0TZ48Ob766quYO3duFBYWRkFBQWy++ebRpUuXrNpqsaioKL744ouYPHlyLFiwIFavXh3169ePzTffPDp16pRVPwvlW7p0aYwaNSqmTJkSCxcujJycnGjQoEFsscUW0alTp2pf6aa0p59+Ov7yl78k1N56661o06ZNpdotKSlZ++WQBQsWxPz586OkpCQKCgrWvv7btWtX6S2Y58+fHz/88ENMmTJl7XtfRERBQUE0aNAg2rVrF9tss43/lgEAAPzKzJ8/P8aPHx9Tp06NhQsXxvLlyyMvLy/q1asXrVq1inbt2lX6s20mli9fHl988UVMmjQpFi5cGPn5+dG0adO18wKZ7nT10UcfxamnnppQGzp0aKW/aL6hPr+nMm3atBg/fnzMmzcv5s+fH6tXr46CgoJo0qRJbLnllrHVVlv5PL8eTZ8+PcaPHx/z58+PBQsWxIoVK6Ju3bpr/4a22mqrtELYFbVw4cL48ssvY86cOTF//vxYvnx51KlTJxo2bBht27aNrbfeusoWMpk2bVqMGzcu5s+fH/Pnz4+8vLxo3LhxNGvWLHbaaaeoU6dOlfRTGXfeeWc8+OCDa4/z8vLi888/99qvJiUlJfHNN9/EDz/8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p4Tj/Pz8aNiwYYX6nD17dqxatarSfaZqGwAAAAAAAAAAAADSJQjORm+rrbZKOJ45c2asXr067XZKh7Lbtm0bNWrUqFCfq1atipkzZ1a6z4KCgmjRokXa7QAAAAAAAAAAAADALwmCs9Fr165dwvHKlSvj+++/T7udSZMmJRxvueWWFe4zImLixInrtU8AAAAAAAAAAAAAqChBcDZ67du3T6qNGjUqrTaWL18eX331VUJt2223LfP8tm3bRn5+fqX6jIj4/PPPK9wnAAAAAAAAAAAAAFSUIDgbvVatWsXWW2+dUPvkk0/SamPUqFFRXFycUNt3333LPD8/Pz+6d+9eqT6nTJkSP/30U4X7BAAAAAAAAAAAAICKEgQnK/Ts2TPh+I033ojCwsIKX//CCy8kHLdo0SJ22GGHtPr87LPPYsqUKRXuc/jw4QnH+fn5seeee1b4egAAAAAAAAAAAAAoiyA4WeGggw5KOF66dGk899xzFbp29uzZ8dprryXUDjzwwHKv69mzZ+Tl5a09LikpiSFDhlSoz2XLlsWzzz6bUNt7772joKCgQtcDAAAAAAAAAAAAwLoIgpMVOnToEPvtt19C7Z577omZM2eWe+0NN9wQy5cvX3tcq1atOOOMM8q9btNNN40//vGPCbUhQ4bE119/Xe61d911V8LYcnJy4rzzziv3OgAAAAAAAAAAAACoCEFwssbFF18cOTk5a48XL14cZ555Zplh8JKSkrj11lvjzTffTKifeOKJ0bx58wr1ec4550SdOnXWHq9cuTLOO++8+O6778q85vHHH48nnngioXbAAQdEx44dK9QnAAAAAAAAAAAAAJSnZnUPgOw0duzYeO211yp8/ocffhgrVqxI+dgmm2wSZ599drltbLfddnHaaafFY489trY2YcKEOOKII+Lkk0+OHj16RMuWLWPhwoUxduzYePzxx+OLL75IaGPzzTeP888/v8Ljbtq0afTr1y9uuummtbWffvopjjvuuDj++OPjkEMOic022yyWLl0a48ePjyFDhsQHH3yQ0EbDhg3jiiuuqHCfAAAAAAAAAAAAAFCenJKSkpLqHgTZ5/nnn48rr7yyStpq3bp1jBgxokLnrly5Mi644IIYOXJk2v00atQohgwZEltvvXXa115/l9ZBmwABAABJREFU/fUxbNiwtK+rXbt2DBw4MHbddde0r60u06ZNi8022yypPnXq1GjdunU1jAgAAAAAYMMxRwoAAAAAZIvc6h4ApKNmzZoxYMCAOOGEE9K6bptttol//OMfGYXAIyKuu+66uPDCC6NGjRoVvqZly5bx5JNPZlUIHAAAAAAAAAAAAIDsIAhO1snLy4vrr78+hg4dGnvuuWfk5pb9Mm7Tpk1cddVVMXz48Gjbtm3Gfebk5MQFF1wQzz//fBx00EGRl5dX5rlNmzaNCy+8MF555ZXYcccdM+4TAAAAAAAAAAAAAMqSU1JSUlLdg4DKmD9/fowePTp+/PHHKCwsjLy8vGjWrFl07Ngx4xXAy7NkyZIYNWpU/PDDD7F48eKoUaNGNGnSJLbbbrvo0KFD5OTkrJd+NwTbngIAAAAAv2XmSAEAAACAbFGzugcAldWoUaPYb7/9Nmif9erVi7322iv22muvDdovAAAAAAAAAAAAAERE5Fb3AAAAAAAAAAAAAAAASI8gOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGVqVvcAoDKKi4tj/Pjx8d1338WiRYuisLAw6tSpE/Xr148tttgiOnbsGHXq1KnSPhcsWBCjR4+OH3/8MQoLCyM/Pz+aNWsWHTp0iHbt2lVpXwAAAAAAAAAAAACQiiA4WenTTz+Np556Kt5+++1YsWJFmefVqFEjdttttzjuuOPioIMOipycnIz7/Oyzz+LBBx+MDz/8MFatWpXynC222CJOOumkOOGEEyIvLy/jvgAAAAAAAAAAAABgXXJKSkpKqnsQUFELFiyIm266KV5++eW0r915552jf//+0bZt27SuKy4ujv79+8fQoUMrfM22224bAwYMSLuvjcG0adNis802S6pPnTo1WrduXQ0jAgAAAADYcMyRAgAAAADZIre6BwAVNX/+/OjTp09GIfCIiM8//zxOOOGE+O677yp8zcqVK+Oiiy5KKwQeETFhwoQ44YQTYuLEiekOEwAAAAAAAAAAAADKVbO6BwAV9X//938xfvz4hFqtWrXiqKOOiv333z+22WabqFevXixdujQmTpwY7777bjz99NOxZMmStefPmzcv/vSnP8Urr7wStWvXLrfPO+64I95+++2EWqNGjeKkk06K/fffP1q2bBkLFiyIsWPHxuOPPx5jxoxJ6Oucc86J4cOHR7169Sr50wMAAAAAAAAAAADA/y+npKSkpLoHAeV5880344ILLkiotWrVKgYOHBhbb711mddNnz49/vSnP8WECRMS6hdffHGce+656+zzm2++iSOOOCJ++SeyzTbbxKOPPhrNmzdPOr+kpCT69+8fTzzxREL99NNPj8svv3ydfW1MbHsKAAAAAPyWmSMFAAAAALJFbnUPACpi+PDhCce5ublx3333rTMEHvFzWPzhhx+OunXrJtRfeumlcvu86667EkLgBQUFMXDgwJQh8IiInJycuOqqq6Jnz54J9aeeeipmzpxZbn8AAAAAAAAAAAAAUFGC4GSFjz76KOF4r732ig4dOlTo2pYtW8bhhx+eUJs0aVLMmTOnzGvGjRsXI0eOTKj17ds3WrZsWW5/119/fdSuXXvt8fLly+PRRx+t0FgBAAAAAAAAAAAAoCIEwdnoLV68OJYuXZpQ69q1a1ptdOvWLak2a9asMs9/9dVXE47r1q0bxxxzTIX6atasWRxwwAEJtddff71C1wIAAAAAAAAAAABARQiCs9ErHQKPiGjYsGFabaQ6v7i4uMzz33777YTjXr16Rb169Src31FHHZVwPGPGjBg7dmyFrwcAAAAAAAAAAACAdREEZ6PXqFGj+P/Yu//ovMv6fvyvJHdKmqSF2h8plPCr1JbCrAj2RDucgr+nmwKjIlZdmR7GYFuPrro5Pgw8O7iCVuRQdPw4qPzyB+hk/pijwkBHQCawQS2VQlm21rTFtknvNCR3mu8fO+bbu0na3Gmb9/tKH49z/OO67vd1Xc+eK4X29nneVFeX/6ju2LGjoj2Gen7atGlDPrtx48Z4/vnny+YWLlxY0Xmnn3561NbWls099NBDFe0BAAAAAAAAAAAAAMNRBCf3JkyYEHPmzCmb+4//+I+K9tj7+aamppg1a9aQzz733HOD5l73utdVdF5dXV3Mnz+/bG7dunUV7QEAAAAAAAAAAAAAw1EEJwnvec97ysYPP/zwkIXtoWzevDnuu+++srnzzz9/2OdfeOGFsnGhUIgTTjhhZEH3MHv27LLxiy++WPEeAAAAAAAAAAAAADAURXCS8MEPfjCOPvrogXFfX1/82Z/9Wbz00kv7XLd58+a45JJLoqura2Du2GOPjYsvvnjYNevXry8bNzU1RXV15b9VZs6cWTbesGFD9PX1VbwPAAAAAAAAAAAAAOxNEZwkNDY2xvXXXx/19fUDc21tbfG+970vrrnmmnjiiSdix44dUSqVorOzM55++un44he/GO9973vj2WefHVgzffr0+Md//MdoaGgY9qzNmzeXjfcudI/UMcccUzbu6emJ7du3j2ovAAAAAAAAAAAAANhTIesAMFILFiyIu+++Oz75yU/Gr371q4iI6Orqittvvz1uv/32fa6tqqqKt7/97fH//t//i2nTpu3z2T3fHh7xfyX00RiqbN7V1RVTp04d1X5Z6+3tjd7e3qxjAAAAAAA5VFtbm3WEQ853pAAAAADAcLL6jlQRnKTMmzcv/umf/im+//3vx3333RePPvrofte84Q1viM985jMxZ86cEZ2xdxG8rq5uVFmHWlcsFke1Vx788pe/jJdffjnrGAAAAABADp1xxhlZRzjkfEcKAAAAAAwnq+9IqzM5FQ7Ahg0borW1NX75y1+O6PlHH300PvrRj8bNN98cr7zyyn6f37VrV9l4woQJo8o5VBF875I5AAAAAAAAAAAAAIyGN4KTjFKpFNdff33ccsstsXv37oH52traOO2002L27NkxadKkKBaLsWHDhnj66acHit9bt26N6667Lr73ve/FjTfeGMcdd1xWvwwAAAAAAAAAAAAAOGCK4CShr68vPvGJT8SPfvSjgbmqqqr40Ic+FJdccklMmzZt0JqOjo64/fbb4ytf+UqUSqWIiFi3bl185CMfiXvuuSeampqGPGvixIll456enlFl7u7uHjRXX18/qr0AAAAAAAAAAAAAYE+K4CThlltuGVQCX7FiRfzBH/zBsGsmT54cf/7nfx5nnnlmfPzjH4/e3t6IiNi4cWN85jOfiVtuuWXIdXuXtYcqdI/EUOsa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jRtjyZIlccstt8TrX//6Q5QMAACA1HUUS9GZgyJ4d9fwGYpdpeirzj4jAAAAAAAAUE4RnOT867/+a/zFX/xF9PX1lc0vWrQo3vrWt8bpp58eU6dOjfr6+ujs7Iy2trZYs2ZNPPLII/HYY49Fb2/viM+68847B5XA6+vr4wMf+EC8613viubm5igWi7Fu3bq444474mc/+9nAc93d3XHZZZfFd7/73Tj66KMP7BcNAAAAAAAAAAAAAHtQBCcp69evj09+8pNlJfCTTjoprr766iHfvN3Y2BhHH310LFy4MD760Y/Gjh074t57743Jkyfv96ytW7fGtddeWzbX1NQUt956a8yZM2dgbsqUKXHsscfG2WefHbfddlusWLEi+vv7IyJi+/btcc0118SXvvSl0f6SAQAAAAAAAAAAAGAQRXCS0d/fH3/7t38b3d3dA3Nz586Nr371qzFlypQR7XHkkUfG0qVLR/Tsl7/85di1a9fAuKamJlatWlVWAt/b0qVLY9OmTfG1r31tYO7HP/5xPPvss3HqqaeO6FwAAODQaGtri5aWliE/a21tjebm5jFOBAAAAAAAAACjpwhOMu6+++74xS9+MTBuaGiIm2++ecQl8Eps3bo17rnnnrK5iy66KE477bT9rl22bFn86Ec/is2bN0fE/xXYV61aFTfeeONBzwkAwGDLVqyJjmIp6xjR1dk+7GfLV66N+knbxjDN0CY3FGLl8vlZxwAAAAAAAAAARkERnCTs3r07br755rK5yy+/PJqamg7JeatXr47e3t6BcVVVVXz4wx8e0dr6+vo477zz4qabbhqYe/jhh6NYLEZDQ8NBzwoAQLmOYik6c1AE7+4aPkOxqxR91dlnBAAAAADg0MrLy0sivMAEAGA8UgQnCY888khs3LhxYFxfXx+LFy8+ZOetXr26bHzGGWdU9J+JP/fcc8uK4D09PfHTn/403vGOdxy0jAAAAAAAAABAvuXl5SURXmDyW3kp5yvmAwAHgyI4Sfj2t79dNj777LOjvr7+kJzV09MTjz76aNncwoULK9rjuOOOi5kzZ8avf/3rgbmHHnpIERwAAAAAAAAAIEN5Kecr5gMAB0N11gFgf/r7++Pf//3fy+be8IY3HLLzNmzYED09PWVzr3vd6yreZ+8169atO6BcAAAAAAAAAAAAAPBb3ghO7r3wwguxc+fO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8fu///vxn//5nwctAwAAAAAAAAAAAADsSRGcceXuu++O//iP/zioe1599dVx/fXXR6lUGvGajRs3xpIlS+LnP//5Qc0CAAAAAAAAAAAAABGK4Iwj7e3t8fnPf/6g7nnnnXfGXXfdVTZXX18fS5cujW9961vR2toaq1evjptuuikWLVpU9lx3d3dcdtllsWnTpoOaCQAAAAAAAAAAAAAUwRk3rr766ti5c2dERNTV1cWZZ555QPtt3bo1rr322rK5pqam+OY3vxmf+tSn4jWveU1MmTIljj322Dj77LPjtttui0996lNRVVU18Pz27dvjmmuuOaAcAAAAAAAAAAAAALA3RXDGhX/5l3+JBx54YGD8p3/6p9Hc3HxAe375y1+OXbt2DYxrampi1apVMWfOnGHXLF26NJYsWVI29+Mf/zieffbZA8oCAAAAAAAAAAAAAHtSBCd5nZ2d8dnPfnZgfPLJJ8fFF198QHtu3bo17rnnnrK5iy66KE477bT9rl22bFnMmDFjYNzf3x+rVq06oDwAAAAAAAAAAAAAsCdFcJJ37bXXxpYtWyIioqqqKq666qqora09oD1Xr14dvb29A+Oqqqr48Ic/PKK19fX1cd5555XNPfzww1EsFg8oEwAAAAAAAAAAAAD8liI4Sfv5z38e3/zmNwfG5557bpx55pkHvO/q1avLxmeccUY0NzePeP25555bNu7p6Ymf/vSnB5wLAAAAAAAAAAAAACIUwUlYT09PXHHFFdHf3x8REVOmTIm/+qu/Oij7Pvroo2VzCxcurGiP4447LmbOnFk299BDDx1oNAAAAAAAAAAAAACICEVwErZq1ap48cUXB8af+tSnYsqUKQe874YNG6Knp6ds7nWve13F++y9Zt26dQeUCwAAAAAAAAAAAAB+SxGcJK1bty5uueWWgfHChQvj/e9//0HZ+4UXXhg0N3v27Ir32XvNnqV1AAAAAAAAAAAAADgQhawDQKV2794dV1xxRfT29kZERG1tbfzd3/3dQdt//fr1ZeOamppoamqqeJ+ZM2eWjYvFYrS3t49qLyBbbW1t0dLSMuRnra2t0dzcPMaJAAAAAAAAAAAAONx5IzjJufPOO+Opp54aGH/sYx8b1Ru7h7N58+ay8fTp06OmpqbifY455phBc+3t7aPOBQAAAAAAAAAAAAC/5Y3gJGXTpk3xhS98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Xdxxxx3xs5/9bOC57u7uuOyyy+K73/1uHH300Qf06wUAAAAAAAAAAACAPSmCk4xCoRDvfve744/+6I9i4cKFQz4zadKkOOmkk+K8886Lb3zjG/HZz342ent7Bz7/yle+Eu9617tizpw5+z1v69atce2115bNNTU1xa233lq2fsqUKXHsscfG2WefHbfddlusWLEi+vv7IyJi+/btcc0118SXvvSl0fySAQAAAAAAAAAAAGBI1VkHgP2prq6O97znPfGDH/wgrr322mFL4HtbvHhxXHXVVWVzpVIpbrzxxhGt//KXvxy7du0aGNfU1MSqVav2WSJfunRpLFmypGzuxz/+cTz77LMjOhMAAAAAAAAAAAAARkIRnNw7//zz4/Of/3wcf/zxFa8977zzBhXHH3744ejp6dnnuq1bt8Y999xTNnfRRRfFaaedtt8zly1bFjNmzBgY9/f3x6pVqypIDQAAAAAAAAAAAAD7pghO7tXU1BzQ+ve9731l42KxGM8999w+16xevTp6e3sHxlVVVfHhD394ROfV19fHeeedVzb38MMPR7FYHFlgAAAAAAAAAAAAANgPRXDGvXnz5g2a27Jlyz7XrF69umx8xhlnRHNz84jPPPfcc8vGPT098dOf/nTE6wEAAAAAAAAAAABgXxTBGffq6uoGze3atWvY53t6euLRRx8tm1u4cGFFZx533HExc+bMsrmHHnqooj0AAAAAAAAAAAAAYDiK4Ix7GzduHDT3qle9atjnN2zYED09PWVzr3vd6yo+d+8169atq3gPAAAAAAAAAAAAABiKIjjj3s9//vNBc8cdd9ywz7/wwguD5mbPnl3xuXuvefHFFyveAwAAAAAAAAAAAACGogjOuNbX1xff+973yuZmz54ds2bNGnbN+vXry8Y1NTXR1NRU8dkzZ84sGxeLxWhvb694HwAAAAAAAAAAAADYmyI449q3vvWt2PT/sXffYVJW5//472FZyrIg0rsFEUREUMFosGI3GlsUWwxGjQUsibHEFkvUGDWixo4NUINGNF8LoBg1iiIoiCAiQlRAQBCQtpRd5veHv90Pwy6wuyzMDLxe18Ulz5nnnHM/nNVLZt97z6xZKWNHHXXUeud8//33KdeNGzeOnJycCu/dokWLUmOC4AAAAAAAAAAAAABUherpLgA2ldmzZ8edd96ZMrbNNtvEGWecsd55y5YtS7nOz8+v1P5lzVu6dGml1soEq1atilWrVqW7jCqXm5ub7hK2KBv7NeI8qpbzyCzOI7M4j8ziPDKL88g8ziSzOI/M4jwyi/PILM4js2yJ76utbWv4mvEeKeXhv7+ZxXlkFueRWZxHZnEemcV5ZB5nklmcR2ZxHpnFeWQW55FZtsT31daWrq8ZQXC2SIWFhfGHP/whFi9enDJ+2WWXRf369dc7d+0geM2aNStVQ1nz1l47m0yaNCl++OGHdJdRpapXrx677757usvYonz++edRWFhYqbnOo+o5j8ziPDKL88gsziOzOI/M40wyi/PILM4jsziPzOI8MsvGnEe22HPPPdNdwibnPVLKw39/M4vzyCzOI7M4j8ziPDKL88g8ziSzOI/M4jwyi/PILM4js3iPdNOplpZdYRO79dZbY8yYMSljPXr0iF69em1wbkFBQcp1ZYPgtWrVKjWWzUFwAAAAAAAAAAAAADKHIDhbnAEDBsSgQYNSxpo1axZ/+9vfIpFIpKkqAAAAAAAAAAAAAKg6guBsUV599dW49dZbU8bq1q0bDz/8cDRo0KBca9SuXTvlesWKFZWqZfny5aXG8vLyKrUWAAAAAAAAAAAAAKyperoLgKry7rvvxpVXXhmrV68uGatVq1Y89NBD0aFDh3Kvs3ZYu7JB8LLmZXMQfJdddomWLVumuwwyXMeOHdNdAmtwHpnFeWQW55FZnEdmcR6Zx5lkFueRWZxHZnEemcV5ZBbnsWXwHinl4d/3zOI8MovzyCzOI7M4j8ziPDKPM8ksziOzOI/M4jwyi/PILM5j0xEEZ4swZsyYuPjii2PVqlUlY7m5udGvX7/Ya6+9KrTW2mHtJUuWVKqmsubVqVOnUmtlgtzc3MjNzU13GWQ4XyOZxXlkFueRWZxHZnEemcV5ZB5nklmcR2ZxHpnFeWQW55FZnMeWwXuklIevkcziPDKL88gsziOzOI/M4jwyjzPJLM4jsziPzOI8MovzyCzOY9Oplu4CYGNNmDAhfve730VBQUHJWLVq1eKvf/1rHHjggRVer0mTJinXc+fOjaKiogqvM2vWrA2uDQAAAAAAAAAAAACVIQhOVpsyZUr89re/LdV9+8Ybb4yjjz66UmvuuOOOKddFRUUxZ86cCq+zdhC8Tp060axZs0rVBAAAAAAAAAAAAABrEgQna33zzTfRu3fvWLhwYcr4VVddFSeffHKl123btm2psalTp1Z4nWnTpqVc77DDDpWuCQAAAAAAAAAAAADWJAhOVpo1a1b07t075s6dmzLet2/f6N2790atvf3220eNGjVSxsaOHVvhdT755JOU65133nmj6gIAAAAAAAAAAACAYoLgZJ158+bFb37zm5g5c2bK+Nlnnx19+vTZ6PVr1KgR++yzT8rYRx99VKE1pk+fHrNmzUoZO/DAAze2NAAAAAAAAAAAAACICEFwsszChQujd+/e8fXXX6eMn3LKKXHllVdW2T49e/ZMuR4zZkxMnz693POHDBmScl2jRo3o0aNHldQGAAAAAAAAAAAAAILgZI2lS5fGueeeG19++WXK+LHHHhs33nhjle7Vs2fPyM3NLblOJpMxcODAcs0tKCiIF154IWVs//33jzp16lRpjQAAAAAAAAAAAABsvQTByQorVqyI888/P8aPH58yfthhh8Xtt98eiUSiSvdr1KhRnHLKKSljAwcOjM8//3yDc++5556YM2dOyXUikYgLL7ywSusDAAAAAAAAAAAAYOsmCE7GKywsjEsuuSQ++uijlPH9998/7rrrrsjJydkk+55//vlRu3btlDouvPDC+Oqrr9Y558knn4ynnnoqZeywww6LXXfddZPUCAAAAAAAAAAAAMDWqXq6C4ANue++++I///lPylj16tVju+22i3vvvbdSa+66665x5JFHrveexo0bx+WXXx4333xzydisWbPi5JNPjl69esVRRx0VrVq1imXLlsXkyZNj4MCB8d5776WsUb9+/bjqqqsqVSMAAAAAAAAAAAAArIsgOBlvzpw5pcYKCwtjwIABlV7z+OOP32AQPCLijDPOiK+++iqeffbZkrGlS5dG//79o3///uudW6tWrbjvvvuiRYsWla4TAAAAAAAAAAAAAMpSLd0FQKa74YYbom/fvpGTk1PuOc2bN4+nn346unfvvgkrAwAAAAAAAAAAAGBrJQgOG5BIJKJPnz7x4osvxhFHHBG5ubnrvLdx48bRt2/fePXVV2P33XffjFUCAAAAAAAAAAAAsDWpnu4CYENuv/32uP3229NdRnTo0CH69esXS5YsibFjx8Y333wTixcvjpycnGjYsGF06NAhOnbsGIlEIt2lAgAAAAAAAAAAALCFEwSHCsrPz4/99tsv9ttvv3SXAgAAAAAAAAAAAMBWqlq6CwAAAAAAAAAAAAAAoGIEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAAAAAAAAAAAABAlhEEBwAAAAAAAAAAAADIMoLgAAAAAAAAAAAAAABZRhAcAAAAAAAAAAAAACDLCIIDAAAAAAAAAAAAAGQZQXAAAAAAAAAAAAAAgCwjCA4AAAAAAAAAAAAAkGUEwQEAAAAAAAAAAAAAsowgOAAA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HTp0iJYtW8bVV18dhxxySJWt27Vr11i+fHkkk8lIJBIxduzYqFWrVqXWKigoiK5du5Z0BK9du3aMHTu2ymolOyxZsiR69+4d48ePr/DcNm3axKBBg6JJkyaboDIAAAAAAAAAAAAAtlZp6wgeEfHdd99F375945xzzolvvvmmStZs2LBhyvXkyZMrvdaXX36Zct2gQYNKr0X2ys/PjyeeeCIOPfTQCs3ba6+94tlnnxUCBwAAAAAAAAAAAKDKpTUIHhGRTCbj/fffj1/84hdx1113RUFBwUatt91228WaTc6ffvrpSq/11FNPlfw+kUjEdtttt1G1kb3y8/Pj/vvvjwceeCC6du263nvbt28ft99+ewwcODAaNWq0mSoEAAAAAAAAAAAAYGtSPW0bV68eRUVFkUgkIplMxqpVq+Kxxx6Lf//733HllVfGUUcdVal1DzzwwHj//fdL1n3ttdeiQ4cOce6551ZonUceeSRee+21knUSiUQccMABlaqJLUfPnj2jZ8+eMWfOnPj0009j5syZsWzZsqhVq1Y0b948dtttt2jdunW6ywQAAAAAAAAAAABgC5dIrtk+ezOaOnVq3HzzzfHhhx9GIpGIiCjp5J1IJKJ79+5x3XXXxU477VShdefOnRuHHXZYLF++vGTNRCIR++67b1x44YWx5557rnf+mDFj4oEHHogPPvigZG4ymYzatWvHsGHDokmTJpV4WgAAAAAAAAAAAACAqpO2IHix119/Pe64446YNWtWqUB49erV4/TTT4++fftGfn5+udd88MEHo1+/finrFf++YcOGseuuu0br1q2jTp06kUgkYsmSJTF9+vSYOHFi/PDDDylziv954YUXRt++favy0QEAAAAAAAAAAAAAKiXtQfCIiOXLl8cDDzwQTzzxRKxataokgB3xU3fwhg0bxuWXXx7HHXdcudYrLCyMCy+8MN59991S4fLiNctS1j3JZDJ+/vOfx0MPPRS5ubmVeTwAAAAAAAAAAAAAgCqVEUHwYl9//XXccsst8d5775UKcCcSiejatWtcf/310aFDhw2utXLlyrjssstixIgRpYLf63rksu7bf//9o1+/flG7du3KPBIAAAAAAAAAAAAAQJXLqCB4sTfffDNuv/32mDFjRqlAeE5OTpxyyilx6aWXRr169Ta41r/+9a/4+9//HvPmzYuIdXcD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73+XdNSOKB0Ij4jIzc2NvffeO372s59F9+7do1OnTiWvVZXVq1fHxIkT46OPPopRo0bFhx9+GKtWrVpnTcU1H3fccXH55ZdHw4YNq7QeAAAAAAAAAAAAAIB1SVsQvNinn34ad999d4waNeqngtYIeJcVwI6IqFOnTnTo0CHat28fO++8c+ywww7RrFmzaNq0adSsWXO9+y1fvjzmzJkTs2fPjv/973/x5ZdfxpdffhmTJk2KZcuWbXDv4vF99903Lrvssthtt90q+eQAAAAAAAAAAAAAAJWT9iB4sQ8++CD69esX48aNi4go1fF77TLX1RE8Pz8/8vLyolatWlGzZs1IJpOxYsWKWLFiRSxdujSWLl1a5rwNrV/8+p577hmXXnppdOvWrdzPBgAAAAAAAAAAAABQlTImCF5s1KhR8cQTT8Q777wTyWRynYHvqi57fftUq1YtevbsGWeddVbstddeVbovAAAAAAAAAAAAAEBFZVwQvNg333wTgwYNildffTV++OGHiFh3WHtdih+tsvMaN24cxxxzTJx66qnRunXrCq0BAAAAAAAAAAAAALCpZGwQvFhRUVG899578e9//zvefffdWLx4cclrFQ14r8uafwTbbLNNHHDAAXHsscfGvvvuG9WqVauSPQAAAAAAAAAAAAAAqkrGB8HXVFRUFGPHjo3//ve/MWbMmPj888+joKBgnfcXB8XX94h16tSJjh07Rrdu3WL//fePzp07C38DAAAAAAAAAAAAABktq4Lga0smkzF16tT44osvYubMmTFz5sz47rvvYsmSJVFQUBDLly+PiIhatWpF7dq1o169etG8efNo2bJltGrVKjp06BA77LBDlXUWBwAAAAAAAAAAAADYHLI6CA4AAAAAAAAAAAAAsDWqlu4CAAAAAAAAAAAAAACoGEFwAAAAAAAAAAAAAIAsIwgOAAAAAAAAAAAAAJBlBMEBAAAAAAAAAAAAALKMIDgAAACsYcaMGdG+ffuUXy+++GK6ywIAAAAAAACAFILgAAAAAAAAAABkLM0bIs4888yU5z/zzDPTXRIAABmgeroLAAAAstuMGTOiZ8+e5b6/Ro0akZ+fH3Xr1o3WrVtHx44do0uXLrHffvtFjRo1NmGlAAAAAAAAAABbDkFwAABgs1q5cmXMnz8/5s+fH99880289957ERGx7bbbxoknnhgXXnhh1KlTJ81VAgAAAABkHo05AACANQmCAwAAGWHBggXx2GOPxeuvvx533XVXdO3aNd0lAQAAAABkNY050ueqq66KIUOGlFy3bNky3nrrrTRWBADAlkgQHAAAqHJ5eXnRpk2bMl9bvnx5LFy4MBYuXFjm6zNnzoxzzz03BgwYELvssssmrBIAAAAAYOukMQcAAGwZBMEBAIAq16lTpxgwYMB675k9e3a89dZb8cQTT8S3336b8trixYvj4osvjtdeey1yc3M3ZalQSqtWrWLy5MnpLgMAAAAAykVjDgAA2HoJggMAAGnRrFmzOO200+K4446LK6+8MoYPH57y+rfffhv//Oc/44wzzkhThQAAAAAAmU9jjq3Dhs4YAICtU7V0FwAAAGzd8vLy4s4774y2bduWeu3ll19OQ0UAAAAAAFuW4sYcL7/8chx22GGlXi9uzAEAAGQXQXAAACDtatasGeedd16p8QkTJsSPP/6YhooAAAAAALY8GnMAAMCWpXq6CwAAAIiI2H///UuNrV69OqZNmxZdu3at1JpFRUUxceLE+O6772L+/PmxaNGiyM/PjwYNGsR2220XHTt2jEQisbGlp5gzZ05MmzYtZsyYEUuWLInly5dHfn5+bLPNNtGiRYvYbbfdombNmlW6ZzKZjOnTp8fkyZNj7ty5sWTJkigqKopatWpFXl5eNGvWLFq2bBnbb799VK9eNX8NLCgoiE8//TS+//77mD9/fqxcuTK23XbbaNiwYXTs2DGaNWtWJftsyNdffx0TJ06MOXPmxMqVK6N+/frRpEmT2HPPPWObbbbZLDVU1KpVq2L8+PExderUWLBgQVSvXj0aNGgQ22+/fXTu3DlycnKqdL/ly5fHJ598ErNnz4558+ZFtWrVolGjRtG+ffvo0KFDlf87AAAAAEBmK27MceWVV6aMFzfmyNT31QAAgNIEwQEAgIzQoEGDyM/PjyVLlqSML1iwoMJrjRw5Mp577rn44IMPYtGiReu8r379+nHggQfGeeedV2YHnPKYP39+vPnmmzFy5MgYPXp0zJs3b7335+bmRpcuXeL000+Pww8/PKpVq/wHNf3vf/+LQYMGxeuvv77BfSMiateuHbvuumvst99+cfjhh8cOO+xQ4T1ff/31eP7552P06NGxcuXKdd7Xrl27OPzww6N3796Rn59f4X3at2+fct2nT5/o27dvRPz0AwJDhgyJJ598Mr788ssy5+fk5ET37t3j0ksvjS5dulRo7xkzZkTPnj1Txm677bY44YQT1jvvxRdfjKuvvjplbMSIEdGqVauIiJg7d2488sgjMWTIkFi8eHGZa9SrVy+OP/74uOCCC2LbbbetUN1rmzJlStx///3x7rvvxrJly8q8p0mTJtGrV6/o3bt35OXlRUTEfffdF/fff3/KfZMnT96oWgAAAADILFtKY47KSkdDj0z03XffxaRJk2L+/PmxYMGCqFGjRjRo0CCaNGkSXbp0iVq1am3yGjZ34wwAgC2NIDgAAJAx8vLySgXB175en8mTJ8ett94aH374YbnuX7hwYbz00kvx//7f/4uTTjoprr322qhRo0a59/vDH/4QQ4cOjcLCwnLPWbVqVYwePTpGjx4dbdu2jX79+kW7du3KPT/ipw7g/fr1i8ceeyxWrVpV7nkFBQUxZsyYGDNmTAwYMCDef//9cs/9/PPP4/rrr4/PPvusXPdPmTIlpkyZEoMGDYpLL700evXqVe691mfOnDlxySWXxNixY9d7X1FRUXzwwQfxwQcfxPnnnx+XXXZZlexfWcOGDYtrr712vT+YEBGxaNGieOqpp+Lll1+Ohx9+uMIh9oifvmF3zz33RP/+/Tf4tfn999/HvffeG//617/i3nvvjU6dOlV4PwAAAACyT7Y25qiszdXQ4+CDD46ZM2eW+drMmTNLNcAoy9NPPx177713qfEzzzwzPvroo5Lr7t27x4ABA8pV15oWLVoUjz/+eLzxxhvx1VdfrfO+mjVrRrdu3aJXr15x6KGHVnifTGucAQCwpap86zkAAIAqVtabvXXq1CnX3Lfeeit69epV7hD4moqKiuKf//xnnHnmmfHDDz+Ue97YsWMrFAJf29SpU+Pkk0+OkSNHVmjelVdeGQ8++GCFQuAb4913343TTz+93CHwNS1YsCBuuOGGuOWWW2L16tUbVcf06dPjV7/61QZD4Gt76KGH4u9///tG7b0xnn322bjkkks2GAJf08KFC6N3794xadKkCu1VVFQUV111VTz88MMV+tqcOXNmnHnmmZU6YwAAAACyU/EnxK2poo05zjrrrOjdu3cMGzZsg+9/FTfmOOaYY+L6669f7ycOVqU//OEPsd9++8V1111X7k9XLG7ocemll8YvfvGLmDJlymaodNMbMGBAHHLIIfHggw+uNwQeEbFixYp47733ok+fPtGrV68q/dTAYcOGxVFHHRVPP/30OkPgEf/XOOOII46IcePGVdn+AABbEh3BAQCAjPDtt99GQUFBqfE2bdpscO7/+3//L6644opSQePc3Nz42c9+Frvvvns0a9Ys6tatG8uWLYuZM2fGBx98EB9//HHK/ePGjYs+ffrE008/Hbm5uRWqPycnJzp27Bjt2rWLHXbYIbbddtuSEPuSJUvi66+/jk8//TQ++eSTlDqXLVsWl112Wbz00kvRvHnzDe4zZMiQePnll0uNN2jQIHr06BE777xzNGnSJGrVqhXLly+PpUuXxowZM+Krr76KcePGxY8//lih5/rwww/jggsuKDNUvMsuu8RBBx0ULVu2jFq1asXcuXPjo48+ivfee6/UN3EGDBgQq1evjuuvv75C+xdbunRpnHPOOTFnzpyIiEgkEtG1a9fYd999o3nz5pGXlxcLFiyITz75JN54441YsWJFyvxHH300Dj744Nh9990rtX9lvfvuu3HzzTdHMpmMiIi6devGz3/+8+jatWs0bNgwVq9eHTNnzoy33347Pv3005S5y5Yti6uvvjpeeOGFqF69fH99v/3228v8+sjLy4v9998/unbtGo0bN47ly5fHd999F2+//XZMmDChZL+LLroojjjiiI18agAAAACywcY25vjDH/4Qy5Ytq/C+xY05Jk+eHA888EA0bNiwwmtURFU19PjHP/4R++67bxVWtvkUFRXFjTfeGP/85z8rNX/s2LFx2mmnxf333x/77LPPRtXy7LPPxo033ljynml5FDfOeOaZZ2KXXXbZqP0BALY0guAAAEBGGDZsWKmxbbbZZoMfETplypS47rrrUsLV1atXj7POOivOOeecaNCgQZnz+vbtG5MmTYprrrkmJk6cWDL+ySefxN133x1XXnnlBmvOzc2Nww47LI499tj42c9+FnXr1t3gnJkzZ8bdd98dr7zySsnYwoUL489//nM8/PDDG5z/4IMPplzn5OTE73//+/j1r38dNWrUWO/coqKiGDduXLz88svxwQcfbHCvBQsWxBVXXFHqmyQtWrSIG2+8Mfbff/9Sc3r37h2zZ8+OG264Id5+++2U1wYNGhT77rtvHHLIIRvce23PPPNMSbh79913jxtuuCF23XXXUvedfvrpMWPGjLj44otTzrWoqCjuvffe6N+/f4X33hi33357rF69OhKJRPTu3TsuuOCCqFevXqn7LrzwwnjttdfiqquuSgmxT5o0KYYNGxZHH330Bvf66KOPyvwo2GOOOSb+9Kc/lfnvQt++fWPUqFFx7bXXxrfffhtz5syp9DeDAAAAAMge2d6Yo7I2dUOPtm3blrxPPGvWrJTGHLm5uRt8vzui7E7tG+u6666Lf/3rX6XGa9asGfvtt1/stddeJQ0kZs6cGSNGjCjVAXzJkiVx7rnnxlNPPRV77rlnperY3I0zAAC2Bv7PCAAASLvvv/8+Hn/88VLjRx99dFSrVm2d81avXh2///3vU75hkZeXFw8++GD87Gc/2+C+u+yySzz33HNx/vnnx/vvv18yPmDAgDjrrLOiWbNm653/wgsvlCv8vaaWLVvGXXfdFTvssEPcd999JePvvPNOTJs2LXbcccd1zp0yZUp88803KWMXXnhhnHPOOeXaOycnJ/bcc8/Yc889y/wmz9ruvvvukg7cxVq1ahWDBg1a759Ns2bN4qGHHoorrrgi/v3vf6e8dt1110WPHj2iVq1a5aq5WHE4+qCDDop+/fpFzZo113lvq1at4vHHH4+jjz465WNeR44cGd999120aNGiQntvjBUrVkQikYjbb789jjvuuPXee9RRR0VRUVFcfvnlKePPP//8BoPgyWQy/vznP5fqotO7d++46qqr1jt37733jmeeeSbOOOOM+Prrr2P58uXrvR8AAACA7JeNjTkqa3M29Hj00UdLfn/VVVfFkCFDSq6bNGlS5qf5bWqvvfZamSHwnj17xg033BBNmzYt9doll1wS//nPf+KGG25IeY941apV8cc//jFefvnlCr83HrF5G2cAAGwt1p2oAAAA2Ay+/fbbOOecc2L+/Pkp43l5efG73/1uvXOHDRsWX375ZcrYrbfeWq4QeLEaNWpEv379Ytttty0ZW7VqVTzxxBMbnFuZN7qLXXTRRbHbbruVXCeTyXjhhRfWO2f69Omlxn71q19Vav/atWuv9/X58+eX+qZETk5O3H///RsMyEdEJBKJuO2222LnnXfe4Lrl1bJly/jb3/623hB4sfr168dFF12UMrZ69eqUwP/m8pvf/GaDIfBixxxzTHTu3DllbPTo0Snf7CjLhx9+GFOnTk0Z69q1a7m/gda4ceO45557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+vXrx/HHHx9HH310XHXVVfHqq6+WvFZUVBR//OMf4+WXX15vZ+Kywq+b06OPPlpmCLxp06bRs2fP6Nq1a7Rp0yaaNWsWderUiZo1a0aNGjVS7h01alT8+te/rvDeHTt2jFdeeSUGDhwYgwYNilmzZq33/pkzZ8YTTzwRTzzxROyzzz5x5ZVXxi677LLO+5cuXVpqLC8vr8J1Fqtdu3a59qByVq5cWWqsrG+OlNfaX6cAAAAAZLatoTFHZaWroUcmKOs99Hr16lV6vbLmbi0NPwAAMllW/h9WIpEo+X0ymYxkMhkjR46MkSNHRoMGDeL444+PX/3qVxX6qUMAAGDzq1GjRtxxxx0xb968GDVqVMn4kiVL4pprromnnnpqnXNr1qxZamz8+PFljle1H374IR555JGUserVq8cf//jHOOOMM8r9ZvbGfPxo7dq149xzz41zzjknxowZE++//36MGTMmPvvss/Wu+8EHH8SvfvWruPnmm+P4448v8546deqUGlu2bFmlay0oKCjXHlROWd2/NyZoL6QPAAAAsGXZEhpzVFY6G3qk29rv8yUSiTKbdpRXWc1CvJcIAJB+WRME32WXXWLSpEkRkRoEL/59cZfwH374Ifr37x/9+/ePbt26xSmnnBKHHnqojmYAAJChqlevHnfccUccffTRsWTJkpLxDz/8MF577bU46qijypy37bbblhpbuHBhNG3adJPVWuytt94qFW6+/PLL4ze/+U2F1qlot5SyJBKJ6NatW3Tr1i0ifupEM2nSpPj4449j5MiRMWrUqFLB8FWrVsU111wTrVq1Kpm3prI+nnNjPuq0rG8SVeYjQClbWZ14NqZD06b6CF4AAAAA0itbG3NUViY09EintZtxJJPJKCgoqHQYvKxmIRp+AACkX7V0F1BeQ4YMiX/9619x8sknR15eXkkn8GKJRKLkV/Fro0ePjssvvzz233//uP3222Pq1KlpfAIAAGBdmjVrFhdffHGp8bvvvjtWrVpV5pxGjRqVGvvuu++qvLayvP/++ynX22yzTZxxxhkVXmf69OlVVVKJ6tWrx2677Ra/+c1v4pFHHomRI0fGjTfeGE2aNEm5r6ioKO64444y12jQoEGpsY35+9RXX31VaqysID+V07x581JjX375ZaXX25i5AAAAAGS24sYc+fn5KePFjTnWZV2NOTLZ+hp6lDcEHlE1DT3SoawGEhvT2b2sZiEafgAApF/WBMEjInbddde46aab4r333otbbrklunTpUioQHhGlAuELFy6Mp556Kn7xi1/EqaeeGi+99FKsWLEiTU8BAACU5dRTT43WrVunjE2fPj1eeOGFMu/v3LlzqbHRo0dvktrWNnv27FK15ObmVnidcePGVVFF61anTp3o1atXDBkypFRgePz48TFr1qxSc7bffvtSH/M5YcKEStfw2WeflRrr1KlTpdcj1a677ho5OTkpY5X92lq8eHFMmzatCqoCAAAAIFNlW2OOysrkhh6bQ1kNPzbmvT8NPwAAMlNWBcGL1a5dO0466aR47rnn4pVXXokzzzwz6tWrV64u4ePGjYurr746evToETfffHN88cUXaXwSAACgWI0aNeKiiy4qNf7www/HypUrS43//Oc/LzX2xhtvbJLa1rZgwYKU68p0PZk/f37Kx69uao0aNYrevXuXGi+r+3NOTk6poP20adNiypQpldp72LBhpca6du1aqbUoLS8vL3beeeeUsbfffjuWLFlS4bVee+21KCwsrKrSAAAAAMhQ2dSYo7KyqaHHprDrrruWGiuraUd5rT23Xr160aZNm0qvBwBA1cjKIPiadtppp7jmmmviv//9b/ztb3+L7t27R0RssEv44sWL45lnnonjjz8+TjrppHj++edj2bJl6XgEAADg/3fsscfG9ttvnzI2a9asGDx4cKl7d9ppp1L3jh8/Pj744INNWOFPateunXJdmY9AfeaZZzb7JxXtuOOOpcbK+jjPiIgePXqUGnvuuecqvOeYMWNKhc3bt29fZgchKu+oo45KuS4oKIhnnnmmQmusWrUqnn766aosCwAAAIAMlU2NOSor3Q091v4Uv6KiokqtU1llNeMoq2lHeUyYMCFmzJiRMrb77rtHIpGo1HoAAFSdrA+CF6tRo0Ycc8wx8fTTT8ewYcPinHPOiYYNG5arS/iECRPi+uuvjx49esT1118f48ePT+OTAADA1isnJycuvPDCUuMPP/xwmaHp888/v9TYtddeW6lgdkU0btw45fqTTz6p0A+WTpkyJR5++OGqLmuD5s6dW2qsrI8HjYg48cQTo2bNmiljzz33XIU+VamwsDBuvvnmUuNnnnlmudegfE466aRS3YweeOCBCn3U60MPPVTmx7sCAAAAsGXKlsYclZXuhh516tRJud7czQmbN28ebdu2TRmbMGFCTJgwocJrldV0oqxmIgAAbH5bTBB8TW3atInLL7883n777bj33ntjv/32Kwl+r6k4EB7xUwfxZcuWxfPPPx+nnHJKHHfccfHMM89U6qO0AQCAyjvmmGNKda7+/vvv49lnny1177HHHlvq3hkzZsR5550Xc+bMqdT+S5YsiUcffTRefvnldd6z1157pVwvW7Ys7r///nKtP2PGjLjgggvK7KqzIS+++GIMGzasUp1jVq1aVerN+mrVqkW7du3KvL9BgwZx3HHHpYwVFhbGxRdfHN9///0G90smk3HttdeWCo43bNgwjj322IoVzwY1aNAgevXqlTJWUFAQvXv3jqlTp25w/pNPPlnur2EAAAAAtgzZ0pijstLd0KNevXop14sWLYoff/yx0utVxumnn15q7Oabby6Vn1mf8ePHx5AhQ1LG8vLy4oQTTtjo+gAA2HhbZBC8WPXq1eOwww6LRx99NEaMGBEXXXRRNGvWrFxdwr/44ou4+eabY7/99ourr746PvnkkzQ+CQAAbD2qVasWffr0KTX+2GOPxfLly1PGcnJyol+/fqU6q3z66adx/PHHx6BBg8rVraWwsDBGjhwZ1113XRx44IFx5513xrx589Z5/2GHHRbVqqX+dap///5xzz33RGFh4TrnvfLKK9GrV6+YPn16RETk5+dvsLY1TZo0KS6++OI49NBD4+9//3tMnDixXPNmzpwZF1xwQXz22Wcp4/vuu2+pb4as6fe//300bdo0Zeybb76JU089NUaOHLnOeXPmzIkLLrig1DcHIiJuuummUp3GqRq///3vo3Xr1iljs2fPjuOOOy7uuuuuUoHwlStXxjvvvBNnnXVW3HbbbSXjXbp02RzlAgAAAJABsqExR2Wlq6FHsfbt25cae+eddyq9XmUcd9xxUb9+/ZSxcePGlflJjmWZOXNmXHzxxbF69eqU8RNPPLFU0B0AgPSonu4CNpfmzZtH3759o0+fPvHuu+/G4MGD45133onCwsKSruARkdIhPJlMRkFBQbz00kvx0ksvxY477hgnn3xyHHfccbHNNtuk61EAAGCLd+SRR8aDDz4YU6ZMKRmbO3duDBo0KH7729+m3LvzzjvHnXfeGX379k0JYf/www9x0003xT333BPdunWL3XffPRo0aBB169aNgoKCWLRoUcyaNSsmTpwYn3/+eYU+DWiHHXaIY489Nl566aWU8QcffDCGDBkShx9+eLRv3z7y8vLixx9/jP/973/x1ltvxbfffltyb+3atePyyy+PP//5zxX7w4mf3nx/6KGH4qGHHorGjRvHrrvuGh06dIgmTZpEvXr1Ijc3N5YtWxYzZ86MsWPHxkcffRSrVq1KWaNGjRpx5ZVXrnef+vXrxx133BG//e1vU/5sZ8yYEb17945dd901DjrooGjZsmXUrFkz5s6dG6NHj47//ve/ZQbwTz/99DjkkEMq/LyUT15eXvz973+P3r17x+LFi0vGV65cGY888kg88sgjUa9evWjUqFGsWLEi5s6dW+obWaeddlo0aNAgxo0bVzK29g89AAAAALDlKG7M8fvf/z5l/LHHHotevXpFrVq1SsaKG3P06tUrli5dWjJe3JjjoosuipNOOmmDjSAKCwvjo48+itdffz1ef/31WLx4cVxxxRVV+2DxU0OPe+65JyXE3L9//6hRo0b06dMnqlcvOzLzyiuvxO233x5z586NiJ8aelTm0+R33333qFatWsr+f/3rXyMvLy8OOOCAyM3NrfCaFVWnTp244YYb4rLLLksZHzRoUMybNy+uv/76aNSoUZlz33nnnbj++utj9uzZKeMtW7aMSy65ZJPVDABAxWw1QfBiiUQiDjjggDjggANi3rx58eKLL8YLL7yQEsgovq9YcffwqVOnxu233x533313HHrooXHyySdH9+7dN2v9AACwNahWrVpcdNFFcemll6aMP/bYY3HqqadGXl5eyvjBBx8cTz75ZFx22WUlb84XW7RoUYwYMSJGjBhRpTVee+21MX78+Jg2bVrK+OzZs+Opp55a79zc3Nzo169fyjdRKmvu3Lnx9ttvx9tvv13uOTVq1Ig77rgjdt555w3e+7Of/SweeOCBuPTSS0t9bOrEiRPL3ZX8zDPPjD/96U/lrpHK2W233eLxxx+Pc845p8yPmV20aFEsWrSozLlHH310XHPNNXHfffeljFe0cz0AAAAA2SXTG3NUVrobejRp0iT222+/lC7g8+bNi4suuihyc3OjefPmUbt27ZR8SkTELbfcErvttluF91uXo446Kt57773417/+lTI+bNiweOedd2L//fePPffcMxo3bhwrVqyIGTNmxFtvvRWTJk0qtVZubm787W9/i7p161ZZfQAAbJytLgi+pkaNGsV5550X5513Xnz44YfxzDPPxPDhwyORSJSEvxOJRKku4StWrIhXX301Xn311WjXrl2cffbZceyxx+qSBgAAVeiII46I9u3bx+TJk0vG5s+fHwMHDozzzjuv1P3dunWLF198Mf72t7/Fq6++GkVFRZXaN5FIRPfu3Ut9bOja6tatG08++WRcfPHFKd2TN6RJkyZx9913R7du3WLUqFEVqq1hw4Ypf1+pjJ133jluvPHG2GOPPco954ADDoiBAwfG9ddfHxMmTKjQfvXr149LL700Tj311IqWSiV17tw5Xnnllbjtttvitdde2+D9+fn50bdv3zjrrLMikUiUCor7pg4AAADAli0bGnNUVrobelxxxRUxevToUk02Vq1aVaphYbG1760KN998c+Tk5MTgwYNTxpcvXx7Dhw+P4cOHb3CN/Pz8uP/++2PPPfes8voAAKg8yeWImD59eowcOTI++eSTUq+tGbAoDoUXBy+SyWR8+eWXcfXVV8eRRx4Zb7zxxuYsGwAAtmiJRCL69u1barx///7r7BbTpEmT+Nvf/hbDhg2Ls846K9q2bVuuverUqRMHHXRQ/OlPf4oRI0bE008/HbvvvvsG5zVt2rQkIN26dev13lv8cZmvv/56dOvWrVx1re3888+P9957L/7yl7/EMcccE61atSrXvNzc3Nh///3jzjvvjJdeeqlCIfBiu+66a7zwwgvx97//Pfbdd9+oUaPGeu/faaed4qKLLoo333xTCDwNmjRpEn//+9/jlVdeiT59+kTXrl2jefPmkZubG7Vq1YqWLVvGQQcdFDfccEO8/fbb8Zvf/Kbkh6DnzZuXstY222yTjkcAAAAAYDMqbsyxpuLGHGUpbsxx7LHHRk5OTqX3TSQSsffee2+wMUdlFTf06NKlS4XmNWnSJJ544ok44IADNmr/nXbaKR5//PHYbrvtNmqdjZWTkxM333xzXHPNNZV6v69Lly7xzDPPxD777LMJqgMAYGMkkhvTSi6LrVq1KoYPHx6DBw+O0aNHlwS+1w5+F0smk6U+jqes+3v27Bm33npr1KtXbxNWDwAAlNe8efNi4sSJsWDBgli4cGEsW7Ys8vLyok6dOtG0adPYcccdo2XLlmX+/35FTZs2LT777LNYsGBByT5NmzaN9u3bx4477lgFT1PaggUL4ptvvonp06eX7BvxU7h9m222ibZt20a7du02GNyuqGXLlsWnn34a33//fcyfPz9WrVoV2267bTRo0CA6duwYzZs3r9L92Hz233//mDNnTsn1L3/5y7jjjjvSWBEAAAAAxWbMmBE9e/ZMGevevXsMGDBgo9d+4403ok+fPilj9evXjxEjRkR+fv46502fPj0GDBgQ7733XkydOnWD+9SpUye6d+8e++yzTxxyyCHRsmXLDc4p67lvu+22OOGEEzY4N+KnjMjgwYPjiSeeiOnTp6/zvpYtW8ZJJ50Uv/71r0ueedSoUfHrX/865b6nn3469t5773LtHRFRVFQU7733Xrz99tsxefLkmD59eixZsiSWL18eq1evLtfaZ555Znz00Ucl15U99x9//DGeeOKJGDZsWKlO6WuqWbNm7LXXXtGrV6847LDDKrzPiy++GFdffXXK2IgRI8rd4GRNa/+QQp8+fcpsJAMAsDXa6oLgU6dOjcGDB8fLL78cP/74Y0SsO/xd/Fr16tXjgAMOiKlTp8bXX39d5n3F9yYSiWjbtm0MHDgw6tevv8meAwAAAKrapEmT4rjjjksZu+666+KMM85IT0EAAAAAZJXN2ZijstLR0CNTzZw5MyZNmhQLFiyIBQsWRG5ubjRo0CCaNGkSXbp0idq1a6e7RAAANmCrCIKvWLEiXnvttRg8eHCMGzcuIjYc/o746Sc9Tz755DjppJOiYcOGERExZsyYeP7552Po0KGxYsWKMucmEok49NBD4957792ETwUAAABV6w9/+EO88sorKWMvv/xydOjQIU0VAQAAAAAAALAuW3QQfNKkSTF48OB45ZVXYsmSJRHxfyHvdXX0zsnJiQMOOCB69eoV++233zp/CnXRokXx3HPPxVNPPRU//PBDJBKJkhB48T8HDx4cu+2226Z7QAAAAKgir7/+elx66aUpY7vvvnsMHjw4PQUBAAAAAAAAsF7V011AVVu6dGm88sorMXjw4Pj8888jonzdv5s2bRq/+tWv4le/+lU0bdp0g/vUq1cvzjvvvDj99NPjzjvvjGeffbbU2i+99JIgOAAAAJvNtGnT4r333osTTjgh8vPzyz1v8ODBcfPNN5caP+OMM6qyPAAAAAAAAACq0BbTEfzTTz+NwYMHx+uvvx4FBQXrDX9H/BQAr1atWvz85z+PU045JQ4++OCoVq1apfe/884747HHHivpCB4R0bFjx3jxxRcrvSYAAABUxLhx4+KUU06JOnXqxEEHHRQHHXRQdO7cOVq3bl3q78YzZ86MUaNGxcCBA2PixIml1urRo0fJ33MBAAAAAAAAyDxZHQRftGhRvPzyyzF48OD46quvIqJ83b8bNWoUJ5xwQpx88snRqlWrKqmloKAgevToEcuWLSvZa5tttolRo0ZVyfoAAACwIcVB8LXVrl07GjRoEHXq1ImCgoJYuHBhLF68eJ3rNGvWLF544YVo3LjxpiwXAAAAAAAAgI1QPd0FVMbo0aNj8ODBMXz48Fi5cmW5un9HROy9997Rq1evOPTQQ6N69ap99Nq1a8fuu+8eI0eOLKlhyZIlVboHZVu4cGGMGzcuvv3221i6dGnUqFEjmjRpEh07doy2bdtukj2XLl0a48aNi6+//joWLVoU1atXj0aNGkX79u1jl1120TEPAADIKAUFBTFz5sxy3du5c+f4xz/+IQQOAAAAAAAAkOGyJgg+f/78GDJkSDz//PPxzTffRET5un/Xr18/jj/++DjllFNi++2336Q1NmrUKOV69erVm3S/TLFgwYKYMGFCfPbZZzF+/PiYMGFCzJ07N+WePn36RN++fat03zFjxsRDDz0UI0eOjKKiojLv2W677eKMM86IU089NXJzczd6z8mTJ8eDDz4Yb775ZqxatarMe5o0aRKnnHJKnH322ZGXl7fRewIAAJRXkyZNonv37jFmzJgK/520efPmcfbZZ0evXr2iRo0am6hCAAAAAAAAAKpKIrlmmjqDderUKYqKisrd/XuPPfaIXr16xRFHHLHZvoF99dVXx5AhQyKRSEQymYxEIhGTJk3aLHtvbk888URJ8Hv69OkbvL8qg+CrVq2K2267LQYNGlTuOTvvvHPcd999lf5hgGQyGQ8++GD84x//iMLCwnLNadGiRfTr1y86d+5cqT0BAAAqa/78+TFq1KgYN25cfPXVVzFz5sxYsGBBLFu2LFavXh35+fmxzTbbRNOmTWOPPfaIvfbaK372s59VyQ/QAgAAAAAAALB5ZE1H8MLCwkgkEusNf9etWzeOPfbY6NWrV7Rr125zl7hVuf3229Oyb2FhYVxyySUxYsSICs378ssv49RTT42BAwdG27ZtK7zvTTfdFM8880yF5nz33Xdx5plnxmOPPRbd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Wjs4vWTJkkqts3Tp0g2uXdV7ljVvXeHzTJebmxu5ubnpLgMAAAAAIC28RwoAAAAAZJpq6S6gPNYO8Obn52+WfdcO7JYVJGbTa9KkScr17NmzK7XOrFmzUq5r1KgR9evXL9eec+fOjaKioo3es6y1AQAAAAAAAAAAAKCisiIIXq1aapmLFi3aLPuuvU9lgsBsvB133DHles6cObF69eoKr7N2KHv77bePnJyccu1ZVFQUc+bM2eg969SpE82aNavwOgAAAAAAAAAAAACwpqwIgufl5ZX8PplMxg8//LBZ9p0/f37Kda1atTbLvqRq27ZtynVhYWF8/fXXFV5n2rRpKdc77LBDufeMiJg6deom3RMAAAAAAAAAAAAAyisrguBNmzaNZDIZiUQiIn4K165atWqT7rlq1aqYOnVqyZ4REQ0bNtyke1K29u3blxobO3ZshdZYvnx5TJw4MWVs5513Xuf922+/fdSoUWOj9oyI+OSTT8q9JwAAAAAAAAAAAACUV1YEwbfbbruU64KCghg9evQm3XPMmDGxbNmyiIiSEHqbNm026Z6UrUWLFrHTTjuljH300UcVWmPs2LGlfnjgwAMPXOf9NWrUiH322Wej9pw+fXrMmjWr3HsCAAAAAAAAAAAAQHllRRC8c+fOpcZefPHFTbrnCy+8UGpst91226R7sm49e/ZMuR4+fHgsXbq03PNfeumllOtmzZpFp06dKrTnmDFjYvr06eXec8iQISnXNWrUiB49epR7PgAAAAAAAAAAAACsS1YEwffdd9+S3ycSiUgmk/Haa6/FZ599tkn2++yzz+K1116LRCKRMr52h2g2nyOOOCLletmyZfGvf/2rXHPnzp0bQ4cOTRk7/PDDNzivZ8+ekZubW3KdTCZj4MCB5dqzoKCg1A8T7L///lGnTp1yzQcAAAAAAAAAAACA9cmKIHjHjh2jTZs2KWOrV6+Oq666KhYsWFCley1cuDCuuuqqSCaTKeONGzeObt26VelelF/Hjh3joIMOShm79957Y86cORuce+ONN8by5ctLrmvWrBm//e1vNzivUaNGccopp6SMDRw4MD7//PMNzr3nnntSakskEnHhhRducB4AAAAAAAAAAAAAlEdWBMEjIk4//fSScHZxp+5p06bFueeeGwsXLqySPRYuXBjnnXdeTJ06tWSPZDIZiUQiTjvttCrZ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dqnHjp199tkxaNCghvGWLVviS1/6UixevHi7+1auXBkXXXRRVFdXN8wNHTo0Lrjggmb3LFiwIGc8YMCAKCho/X8qAwcOzBkvWrQotmzZ0upzAAAAAAAAAAAAAGBbmQiCl5WVxXHHHRdpmkbEP24F/9nPfhYPPPBAm9aaOnVq3HrrrQ23gadpGkmSxIQJE2LPPfds01q0XFlZWdx0001RWlraMLdkyZKYNGlSXHvttfHCCy/E2rVro7a2NiorK2P27Nnxox/9KE455ZR45ZVXGvb069cvfv7zn0f37t2brbVy5cqc8baB7pYaPHhwznjz5s2xZs2anToLAAAAAAAAAAAAALZWlO8GWupzn/tc/P73v28Y14fBv/vd78aKFSvioosu2qlbm+vVB8t/8pOfNIS/t61Pfh188MExZcqUuPzyy2PevHkREVFdXR133nln3HnnndvdmyRJHH/88fHd7343+vbtu921W98eHvG/IfSd0VTYvLq6OrP/oKCmpiZqamry3QYAAAAA0Alt+1M93498RgoAAAAANCdfn5FmJgh+wAEHxKmnnhoPPvhgQwg8SZLYsmVL/PjHP44//elPcckll8TEiRMbhbh35Mknn4ybb745/v73v+eEwOu/P+GEE2LcuHHt8Vq00ujRo+PBBx+MRx55JKZOnRrPPvvsDvccdthh8e1vfztGjhzZohrbBsG7du26U702ta+qqmqnzuoM5syZE6tXr853GwAAAABAJ3TIIYfku4V25zNSAAAAAKA5+fqMNDNB8IiIb3/72/GXv/wl3n777ZwweJqm8fLLL8cXv/jFGDRoUBx33HFx0EEHxYEHHhh9+/bNudF5/fr1sXr16njllVdi9uzZ8fjjj8dbb70VEdHkTeADBgyI7373ux36nmzfokWLYubMmTFnzpwWrX/22WfjM5/5THzmM5+JT3/609GlS5ftrt+wYUPOuKSkZKf6bCoIvm3IHAAAAAAAAAAAAAB2RqaC4D179oybb745zjvvvKisrGwIbdeHwdM0jbfeeit+9atf5exLkiS6desWGzdujLq6upxnaZrmrNt6vkePHnHzzTdHnz592vGtaKna2tq46aab4rbbbsv5dSwuLo4DDzwwRowYET169IiqqqpYtGhRzJ49OzZt2hQREe+8807ccMMN8dBDD8XNN98ce+21V75eAwAAAAAA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AAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAAAAAAZIwgOAAAAAAAAAAAAABAxgiCAwAAAAAAAAAAAABkjCA4AAAAAAAAAAAAAEDGCIIDAAAAAAAAAAAAAGSMIDgAAAAAAAAAAAAAQMYIggMAAAAAAAAA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AAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABImNx0NwD19cknn8R7770Xy5Yti88++ywiIvbbb79o2bJlHHHEEdG2bdvdsm9xcXHMmjUrPvroo1i3bl3k5uZGq1atokuXLnHooYdGVlbWbtkXAAAAAAAAAAAAAD4nCE5irFq1KqZMmRJTp06N119/PVavXl3j80VFRfG9730vzj333DjggAN2ef958+bFfffdF5MmTYqtW7dW+UybNm3ivPPOi4EDB0ZBQcEu7wkAAAAAAAAAAAAAVclOdwOwM2+//Xb0798/+vTpEzfccEM8++yzOw2BR0QsXrw47rrrrvjGN74RTzzxRL33Ly8vj1GjRsVZZ50Vzz33XLUh8IiIFStWxL333hvf+ta3Yvbs2fXeEwAAAAAAAAAAAABqIghOxpszZ068/vrrsW3btnrNLy4ujp///Odx44031mv+zTffHCNHjozS0tJaz/n444/jwgsvjOnTp9drTwAAAAAAAAAAAACoSW66G4D6OOigg+JrX/ta9OzZMzp37hwtW7aMffbZJ1auXBkzZ86Mxx9/PGbNmpUy549//GO0bNkyhg4dWut9xo8fH3/4wx9SagUFBfH9738/+vXrF0VFRVFcXBzvvfdejBs3Ll599dWK5zZt2hSDBw+Op556Ktq3b79L3y8AAAAAAAAAAAAAbE8QnMTIzc2N0047Lc4555zo2bNnlc80b948DjnkkDj77LPjsccei1tuuSW2bt1a8fUHHngg+vXrF1/60pd2ut+qVavitttuS6m1bds2xowZkzJ///33jwMPPDBOPvnkeOihh+LWW2+N8vLyiIhYu3ZtDB8+PO655576fMsAAAAAAAAAAAAAUKXsdDcAO5OdnR3f/va349lnn43bbrut2hD4js4777y46aabUmqlpaXx29/+tlbz77///igpKakY5+TkxKhRo2oMkQ8cODAuvPDClNoLL7wQc+fOrdWeAAAAAAAAAAAAAFAbguBkvO9973txxx13xEEHHVTnuWeffXal4PjLL78cW7ZsqXHeqlWr4o9//GNK7Yc//GEcfvjhO93ziiuuiDZt2lSMy8vLY9SoUXXoGgAAAAAAAAAAAABqJghOxsvJydml+WeccUbKuLi4OObNm1fjnMmTJ8fWrVsrxllZWdG/f/9a7VdQUBBnn312Su3ll1+O4uLi2jUMAAAAAAAAAAAAADshCM5er2vXrpVqK1eurHHO5MmTU8bdu3ePoqKiWu951llnpYy3bNkSr7zySq3nAwAAAAAAAAAAAEBNBMHZ6+Xn51eqlZSUVPv8li1bYurUqSm1nj171mnPTp06Rbt27VJqL774Yp3WAAAAAAAAAAAAAIDqCIKz1/v4448r1Q444IBqn//oo49iy5YtKbWvfOUrdd53xznvvfdendcAAAAAAAAAAAAAgKoIgrPXmz59eqVap06dqn3+ww8/rFTr3Llznffdcc6CBQvqvAYAAAAAAAAAAAAAVEUQnL1aWVlZ/PnPf06pde7cOTp27FjtnPnz56eMc3Jyom3btnXeu127dinj4uLiWL58eZ3XAQAAAAAAAAAAAIAdCYKzV/vTn/4Uy5YtS6mddtppNc5ZsWJFyrh169aRk5NT5707dOhQqSYIDgAAAAAAAAAAAEBDyE13A7C7fPLJJ3H77ben1Pbbb7+44IILapy3cePGlHGzZs3qtX9V84qLi+u1VibYunVrbN26Nd1tAAAAAAAZKC8vL90t7HZ76zvSxnB2e9Ku/hlxHg3LeWQW55FZnEdmcR6ZxXlkHmeSWZxHZnEemcV5ZBbnkVn2xvdqO0rXnxlBcPZKpaWlcdVVV8X69etT6ldccUW0aNGixrk7BsH32WefevVQ1bwd106Sf/7zn7F69ep0twEAAAAAZKDu3bunu4Xdbm98R5qbmxtHHXVUutvYq7zzzjtRWlpar7nOo+E5j8ziPDKL88gsziOzOI/M40wyi/PILM4jsziPzOI8MsuunEdSpOsdaXZadoXd7L/+679ixowZKbXjjz8+vv/97+90bklJScq4vkHw/Pz8SrUkB8EBAAAAAAAAAAAAyByC4Ox1xo4dG+PHj0+ptWvXLm677bbIyspKU1cAAAAAAAAAAAAA0HAEwdmr/OUvf4n/+q//Sqk1b948HnjggTjggANqtUbTpk1Txps3b65XL5s2bapUKygoqNdaAAAAAAAAAAAAALC93HQ3AA3l5ZdfjmuuuSa2bdtWUcvPz4/7778/unbtWut1dgxr1zcIXtW8JAfBDz300OjYsWO62wAAAAAASAvvSKmNbt26pbsFtuM8MovzyCzOI7M4j8ziPDKPM8ksziOzOI/M4jwyi/PILM5j9xEEZ68wY8aMGDp0aGzdurWilpeXFyNHjowePXrUaa0dw9obNmyoV09VzSssLKzXWpkgLy8v8vLy0t0GAAAAAEBaeEdKbfgzklmcR2ZxHpnFeWQW55FZnEfmcSaZxXlkFueRWZxHZnEemcV57D7Z6W4AdtWcOXPikksuiZKSkopadnZ2/PrXv46TTjqpzuu1adMmZbxy5cooKyur8zrLli3b6doAAAAAAAAAAAAAUB+C4CTa+++/Hz/60Y8q3b590003xbe+9a16rXnIIYekjMvKymL58uV1XmfHIHhhYWG0a9euXj0BAAAAAAAAAAAAwPYEwUmshQsXxoABA2Lt2rUp9WuvvTbOPffceq/buXPnSrX58+fXeZ0PP/wwZfyFL3yh3j0BAAAAAAAAAAAAwPYEwUmkZcuWxYABA2LlypUp9SFDhsSAAQN2ae2DDz44mjRpklKbOXNmndd58803U8Zf/vKXd6kvAAAAAAAAAAAAAPicIDiJs2rVqrjoooti6dKlKfWBAwfG4MGDd3n9Jk2axHHHHZdSmzZtWp3WWLx4cSxbtiyldtJJJ+1qawAAAAAAAAAAAAAQEYLgJMzatWtjwIAB8dFHH6XUzzvvvLjmmmsabJ++ffumjGfMmBGLFy+u9fyJEyemjJs0aRLHH398g/QGAAAAAAAAAAAAAILgJEZxcXEMGjQo3nvvvZT6d7/73bjpppsadK++fftGXl5exbi8vDzGjRtXq7klJSXxxBNPpNROOOGEKCwsbNAeAQAAAAAAAAAAAGi8BMFJhM2bN8ell14as2fPTqmfcsopMWLEiMjKymrQ/Vq1ahXnnXdeSm3cuHHxzjvv7HTu3XffHcuXL68YZ2VlxeWXX96g/QEAAAAAAAAAAADQuAmCk/FKS0vjpz/9aUybNi2lfsIJJ8Qdd9wROTk5u2XfSy+9NJo2bZrSx+WXXx4ffPBBtXN+//vfx3//93+n1E455ZQ47LDDdkuPAAAAAAAAAAAAADROueluAHbm3nvvjb/97W8ptdzc3DjooIPinnvuqdeahx12WPTr16/GZ1q3bh1XX3113HLLLRW1ZcuWxbnnnhvf//7347TTTosDDzwwNm7cGPPmzYtx48bFK6+8krJGixYt4tprr61XjwAAAAAAAAAAAABQHUFwMt7y5csr1UpLS2Ps2LH1XvPMM8/caRA8IuKCCy6IDz74IB599NGKWnFxcYwZMybGjBlT49z8/Py49957o0OHDvXuEwAAAAAAAAAAAACqkp3uBiDT3XjjjTFkyJDIycmp9Zz27dvHI488Ej179tyNnQEAAAAAAAAAAADQWAmCw05kZWXF4MGDY8KECXHqqadGXl5etc+2bt06hgwZEn/5y1/iqKOO2oNdAgAAAAAAAAAAANCY5Ka7AdiZESNGxIgRI9LdRnTt2jVGjhwZGzZsiJkzZ8bChQtj/fr1kZOTEy1btoyuXbtGt27dIisrK92tAgAAAAAAAAAAALCXEwSHOmrWrFn06dMn+vTpk+5WAAAAAAAAAAAAAGikstPdAAAAAAAAAAAAAAAAdSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJk5vuBgAAAIDGZ/HixdGrV68qv/baa69FUVHRHu4IAAAAAAAAIFncCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwueluAAAAaBiLFy+OXr16Vfm11157LYqKivZwRwAAAAAAAAAA7C5uBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEyU13AwAAAHujxYsXR69evar82muvvRZFRUV7uCMAAAAAAAAAYG/iRnAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEiY3HQ3AAAAAAD8n8WLF0evXr2q/Nprr70WRUVFe7ijxs15AAAAAAAAmUoQHAAAgEZBkA8AAAAAAACAvYkgOAAAAEAj5xclAAAAAAAAIHmy090AAAAAAAAAAAAAAAB1IwgOAAAAAAAAAAAAAJAwueluAACA5Fq8eHH06tWryq+99tprUVRUtIc7AgAAAAAAAACAxkEQHCADCVYCAAAAAAAAAAAANREEBwAAAAAgEfzyPAAAAAAA/B9BcAAgUfzQHwB2zRW3vhPrikvT3UZsXL+82q8Nu+vdKGi+Zg92U7V9C3PjrmHd0t0GAAAAAAAAQJUEwQEAAKARWVdcGuszIAi+aWP1PRRvLI2y7PT3CAAAAAAAAJDJBMEBYCfcQA0AAAAAAAAAAECmEQQHAABgt7ni1ndiXQbcPh0RsXH98mq/Nuyud6Og+Zo92E3V9i3MjbuGdUt3GwAAAAAAAAAkgCA4AAAAu8264tJYnyFB8E0bq++jeGNplGVnRp8AAAAAAAAAUBuC4AAAsIsy5cZjtx0DAAAAAAAAADQeguAAALCLMuXGY7cdAwAAAAAAAAA0HoLgAECtuPG49tx4DAAAAAAAAAAA7G6C4ABArbjxGAAAAAAAAAAAIHMIggMAANAo5DdrG73PfybdbQAAAAAAAABAgxAEBwAAAEiTK259J9ZlwKeubFy/vNqvDbvr3ShovmYPdlO1fQtz465h3XbrHs6j9vbEeQAAAAAAAFAzQXAAIFHc5goA7E3WFZfG+gwIHm/aWH0PxRtLoyw7/T3uCc4DAAAAAACAJMlOdwMAAAAAAAAAAAAAANSNG8EBAIC9yhW3vhPrMuA2143rl1f7tWF3vRsFzdfswW6qtm9hbtw1rFu62wCAKvlneu35ZzoAAAAAADROguAAAMBeZV1xaazPgNDYpo3V91C8sTTKstPfIwBkMv9MBwAAAAAAqJkgOMB23DZWe24bAwAAAAAAAAAAgPQRBAfYjtvGAAAAAAAAAAAAgCTITncDAAAAAAAAAAAAAADUjRvBAQAAAACo0RW3vhPrMuBT1DauX17t14bd9W4UNF+zB7up2r6FuXHXsG7pbgMAAAAAgEZAEBwAAAAAgBqtKy6N9RkQBN+0sfoeijeWRll2+nsEAAAAAIA9JTvdDQAAAAAAAAAAAAAAUDduBAcgY/nY6drzsdMAAAAAAAAAAACNiyA4ABnLx04DAMCekd+sbfQ+/5l0twEAAAAAAADUgSA4AEACuTG/9tyYDwAAAAAAAADA3kgQHAAggdyYDwCw93JDOwAAAAAAALWRne4GAAAAAAAAAAAAAACoG0FwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgITJTXcDAFSW36xt9D7/mXS3AQAAu42/8wIAAAAAAADsGjeCAwAAAAAAAAAAAAAkjBvBAQAAAACq4RMMAAAAAACATOVGcAAAAAAAAAAAAACAhHEjOAAA7CXcVgkAwN7O33kBAAAAAOD/uBEcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABImN90NAECm87HTANSHf34AAAAAAAAAALuTG8EBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYQTBAQAAAAAAAAAAAAASRhAcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGFy090AAADJld+sbfQ+/5l0twEAAAAAAAAAAI2OG8EBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYQTBAQAAAAAAAAAAAAASRhAcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYQTBAQAAAAAAAAAAAAASRhAcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYQTBAQAAAAAAAAAAAAASRhAcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYQTBAQAAAAAAAAAAAAASRhAcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYQTBAQAAAAAAAAAAAAASRhAcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYQTBAQAAAAAAAAAAAAASRhAcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYQTBAQAAAAAAAAAAAAASRhAcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYQTBAQAAAAAAAAAAAAASRhAcAAAAAAAAAAAAACBhBMEBAAAAAAAAAAAAABJGEBwAAAAAAAAAAAAAIGEEwQEAAAAAAAAAAAAAEkYQHAAAAAAAAAAAAAAgYXLT3QAk0YoVK2L27NmxZMmS2LhxY+Tn50f79u3j8MMPj6KionS3BwAAAAAAAAAAAMBeThAc6mDKlCnx4IMPxsyZM6O8vLzKZ7p27RoDBgyI008/PbKysvZwhwAAAAAAAAAAAAA0BtnpbgCSoLi4OIYOHRqXXXZZvPnmm9WGwCMi3n333bjmmmuif//+sWrVqj3YJQAAAAAAAAAAAACNhSA47ERxcXEMGDAgnn/++TrNmzZtWvzgBz+IlStX7qbOAAAAAAAAAAAAAGisctPdAGS66667Lt56662UWocOHeKiiy6K4447Ltq1axcrV66MN998Mx5++OGYP39+xXMLFy6MIUOGxLhx4yI313/dAAAAAAAAAAAAAGgYbgSHGkyZMiX++te/ptR69uwZf/7zn+Pf//3f48tf/nLsu+++0blz5zjnnHPiqaeeilNPPTXl+ZkzZ8Yf//jHPdk2AAAAAAAAAAAAAHs5QXCoRnl5eYwcOTKl1qFDh7jvvvuiefPmVc5p0qRJ3HnnnXHYYYel1O+///4oKSnZbb0CAAAAAAAAAAAA0LgIgkM1Jk+eHO+++25K7ec//3k0a9asxnk5OTnxy1/+MqW2cuXKePzxxxu8RwAAAAAAAAAAAAAaJ0FwqMZzzz2XMu7YsWP07du3VnO7desW3bt3T6n99a9/bbDeAAAAAAAAAAAAAGjcBMGhClu3bo2XXnoppXb66adHVlZWrdc488wzU8azZs2K1atXN0h/AAAAAAAAAAAAADRuguBQhVmzZsX69etTaj179qzTGscee2zKeNu2bfH3v/99l3sDAAAAAAAAAAAAAEFwqMK8efNSxjk5OXHUUUfVaY1OnTpFq1atalwXAAAAAAAAAAAAAOpDEByq8OGHH6aM27dvHwUFBXVe55BDDkkZL1iwYJf6AgAAAAAAAAAAAIAIQXCo0vz581PGHTp0qNc67du3TxnvGDAHAAAAAAAAAAAAgPoQBIcqrFixImXcrl27eq2zYxB8+fLl9e4JAAAAAAAAAAAAAD6Xm+4GIBNt3LgxZdysWbN6rbPjvE2bNsW2bdsiOztzfwejrKysyvrixYtj69ate7ib3S8vLy9lnF26OrLLStPUTbJkl+bG0qVLU2q7+mfEedSf88gsziOzOI/M4jwyi/PIPM4ksziPzOI8MovzyCzOI7PsjvNIgu3/zLRr1y5ycnLS2M2u8Y7Uf99ry//+ZhbnkVmcR2ZxHpnFeWQW55F5nElmcR6ZxXlkFueRWZxHZvGOdM++I80qLy8v3yM7QYJ89atfjXXr1lWMBw4cGNdcc02d1xk7dmz88pe/TKm98cYb9Q6W7wkzZsyIr371q+luAwAAAABIqCVLlkTHjh3T3Ua9eUcKAAAAAOyKPfmONHOvJYY0KikpSRk3adKkXuvk5+dXqhUXF9drLQAAAAAAAAAAAAD4nCA4AAAAAAAAAAAAAEDCCIJDFZo2bZoy3rJlS73W2bRpU6VaYWFhvdYCAAAAAAAAAAAAgM8JgkMVCgoKUsZVBbpro6p5O64NAAAAAAAAAAAAAHWVm+4GIBPtGNbesGFDvdbZcV5+fn5kZ2f2718ceeSRMX369Er1Nm3aRE5OTho6AgAAAACSpF27duluYZd4RwoAAAAA7Io9+Y5UEByq0KZNm/jwww8rxp988km91tlxXps2bXaprz2hSZMm0aNHj3S3AQAAAACQFt6RAgAAAABJkdlXE0OaHHLIISnjjz/+uF7r7Divc+fO9e4JAAAAAAAAAAAAAD4nCA5V2DGw/cknn8TGjRvrvM6CBQtSxl/4whd2qS8AAAAAAAAAAAAAiBAEhyp16dIlZVxaWhqzZ8+u0xqLFi2KlStX1rguAAAAAAAAAAAAANSHIDhU4eijj47mzZun1KZNm1anNXZ8Pjs7O/r06bPLvQEAAAAAAAAAAACAIDhUIS8vL0488cSU2tNPPx3l5eW1XuOpp55KGR999NHRsmXLhmgPAAAAAAAAAAAAgEZOEByq0a9fv5TxkiVLYsqUKbWa++6778b06dNTaqeeemqD9QYAAAAAAAAAAABA45ZVXpcrjqERKS8vj9NPPz3mzZtXUevYsWM888wzUVhYWO28srKyOPfcc2POnDkVtdatW8f//u//RtOmTXdrzwAAAAAAAAAAAAA0Dm4Eh2pkZWXFf/zHf6TUli5dGpdddlls2LChyjlbtmyJq6++OiUEHhFx6aWXCoEDAAAAAAAAAAAA0GDcCA47MXTo0Hj++edTah07dowBAwbEcccdF23atIlVq1bFm2++GQ8//HB88MEHKc8ec8wxMW7cuMjNzd2TbQMAAAAAAAAAAACwFxMEh53YsGFDDBgwIGbPnl3nuZ06dYrx48dHmzZtdkNnAAAAAAAAAAAAADRW2eluADJds2bN4uGHH45vfvObdZrXo0ePePTRR4XAAQAAAAAAAAAAAGhwbgSHOpg8eXI8+OCDMXPmzGqf6dKlSwwYMCDOOOOMyMrK2oPdAQAAAAAAAAAAANBYCIJDPSxfvjzeeuutWLp0aWzcuDHy8/Ojffv2ccQRR0RRUVG62wMAAAAAAAAAAABgLycIDgAAAAAAAAAAAACQMNnpbgAAAAAAAAAAAAAAgLoRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhBEEBwAAAAAAAAAAAABIGEFwAAAAAAAAAAAAAICEEQQHAAAAAAAAAAAAAEgYQXAAAAAAAAAAAAAAgIQRBAcAAAAAAAAAAAAASBhBcAAAAAAAAAAAAACAhMlNdwMAAADpdO+998ZvfvOblNq8efPS1A0AAAAAAAAAQO24ERwAAAAAAAAAAAAAIGHcCA4AAERExJIlS6Jv3761fr5JkybRrFmzaN68eRQVFUW3bt3i6KOPjj59+kSTJk12Y6cAAAAAAGyvru93G1LPnj1j7NixadkbAAAaO0FwAACgXrZs2RKffvppfPrpp7Fw4cJ45ZVXIiJi//33j7PPPjsuv/zyKCwsTHOXZIqTTz45li5dWjE+88wzY8SIEWnsCAAAAACgZhdeeGFMmzatYiz0DgBApslOdwMAAMDeZc2aNTF69Oj4zne+EzNnzkx3OwAAAAAAAAAAeyU3ggMAANUqKCiITp06Vfm1TZs2xdq1a2Pt2rVVfn3p0qUxaNCgGDt2bBx66KG7sUsAAAAAgMYtLy8vunbtWqc5GzdujEWLFqXUanonXJ26Pg8AADQcQXAAAKBahx9++E4/5vKTTz6JKVOmxMMPP1zphwbr16+PoUOHxrPPPht5eXm7s1UAAAAAgEarbdu28fTTT9dpzuuvvx79+/dPqdXmnTAAAJA5stPdAAAAkGzt2rWLH/zgB/H000/HKaecUunrixYtisceeywNnQEAAAAAAAAA7L0EwQEAgAZRUFAQt99+e3Tu3LnS1+p6Ew0AAAAAAAAAADUTBAcAABrMPvvsExdffHGl+pw5c+Kzzz5LQ0cAAAAAAAAAAHun3HQ3AAAA7F1OOOGESrVt27bFhx9+GMccc0y91lywYEHMnz8/Vq9eHWvXro2mTZtGy5Yto127dnHkkUdGXl7erra9U2vWrInZs2fHokWLYsOGDdG8efNo06ZNdO3aNTp16rTb999TNm3aFO+//37Mnz8/1q1bF8XFxZGTkxP5+fmx7777RseOHaNTp07Rtm3bdLe6U9u2bYu5c+fGe++9F6tXr46srKzYf//9o6ioKI455pho0qTJbtl31apVMXfu3FizZk2sXr06tm3bFgcccEC0atUqjjrqqGjRokWD7VVWVhYfffRRvPfee/Hpp59GcXFxlJWVRdOmTaOwsDDat28fBx54YHTq1Cmys+v/u+Dl5eWxePHimDdvXqxcuTI2bNgQZWVlkZ+fHwUFBdGuXbvo2LFjHHzwwZGb61UDAAAAQGNVUlISb731VqxatSo+/fTTKCkpiRYtWsQBBxwQXbt2jaKionS3yE6UlJTE7NmzY+HChbF27dooKyuL5s2bx7HHHhtf+tKXarVGeXl5zJs3LxYvXhyffvppxXv9Aw44IDp27BhHHHGE94gAAA3E36oAAIAGdcABB0SzZs1iw4YNKfU1a9bUaZ3ly5fH6NGjY/LkybF06dJqnyssLIzjjjsu+vfvH8cee2y9eq7JtGnT4oEHHoipU6dGWVlZlc8cdthhcf7558f3vve9yMrKqtP6Xbp0SRkPHjw4hgwZUuc+r7322pg4cWLFuGPHjjFlypRaz//f//3fePLJJ+OVV16JrVu37vT5Nm3axFe+8pXo27dvnHzyydGsWbOUry9ZsiT69u1b7fyJEyem9FudefPmVaq9/vrr0b9//5TaI488UnH+GzZsiIceeigee+yxWLVqVZXrFhQUxKmnnhpDhw6N9u3b77SPnfnss89i7NixMXny5PjnP/8Z5eXlVT6XnZ0d3bp1i3POOSfOPvvsev8Sw5w5c+LRRx+N559/PtavX7/T55s1axZHHnlknHjiiXHqqadGu3btarXPggULYvz48fHcc89V+5/l9po2bRqHHXZY9OnTJ/7t3/4tvvCFL9RqHwAAAACSq7S0NCZOnBj/8z//E2+88UaN7xc7deoU/fr1i4EDB9bqwoSXXnopLrnkkpT3bS1btoynnnoq2rRpU6c+p02bFhdddFHKe9599903Jk6cGAceeGBFbcd3tjuuUdPXPzd58uSUNSMiJkyYEP/5n/+50+dqoz7vle+99974zW9+k1Lb/v3rzJkzY8yYMfHSSy/Fli1bKs0fPHjwToPgb7/9dowdOzZeffXVGt8nFhYWRu/evWPQoEFx5JFH1rgmAAA1EwQHAAAaXEFBQaUg+I7j6pSVlcVvfvObePjhh6OkpGSnzxcXF8ekSZNi0qRJceKJJ8YvfvGL6NChQ7363rGPX/3qVzF+/PidPjt37ty4/vrrY+LEifHrX/86UbfafPzxxzFs2LCYPn16neatWLEi/vrXv8Zf//rXGDRoUFx99dW7qcO6mTFjRlx55ZWxfPnyGp/buHFjTJgwIZ599tm48847awyt16SsrCzGjBkTDz74YKxbt26nz2/bti3mzJkTc+bMiQcffDCGDx8ePXv2rPV+W7ZsiV/+8pfxpz/9KbZt21breRs2bIh//OMf8Y9//COeffbZePzxx2t8vry8PEaOHBmjR4+u1S8GfK6kpCRmzJgRM2bMqPiBDwAAAAB7r0mTJsWtt94aCxcurNXzixYtigceeCDGjx8fV155Zfzwhz+s8fkTTzwxLr744njggQcqaqtXr46rrroqfv/730dOTk6t9l29enVceeWVlS77GD58eL2C2HuTrVu3xvDhw+MPf/hDtRdc7MzSpUtjxIgR8cILL9Tq+eLi4njhhRfihRdeiFNOOSV+9atfxb777luvvQEAGrv6fy40AABANaq6obiwsHCn80pKSuInP/lJjBo1qlYh8B299NJLcd5558W7775b57nbKy8vj6uvvrpWIfDtvfHGG3HhhRfG4sWLd2n/PWXJkiXxgx/8oM4h8Ez1t7/9LS666KKdhsC3t2nTphg6dGi8/PLLdd5vw4YNcdlll8Udd9xRqxD4jpYsWRIDBw6MJ554olbPb9myJS6++OJ47LHH6hQCr49rrrkm7rvvvjqFwAEAAABoPMrLy+Oee+6Jn/zkJ7UOgW9vw4YNcfPNN8f/+3//r9pPYvzcT3/60/jqV7+aUps2bVrcc889tdpr27ZtcfXVV8fKlStT6hdddFF84xvfqFvje5mysrIYOnRojB8/vt4h8FmzZsU555xT6xD4jl544YU499xz6/XnCAAAN4IDAAANbNGiRVWGuDt16lTjvG3btsXll18e//jHPyp9rbCwML7+9a/HkUceGa1bt44NGzbERx99FJMmTar0cnjFihVxwQUXxIQJE3a6Z3UeeuihePbZZ1P279u3bxxxxBHRqlWrWLduXXz44YfxwgsvxLJly1LmLlu2LP793/89nnrqqYy/weS6666r1H9ExKGHHho9e/aMgw8+OPbdd9/Izc2N4uLiiu973rx5MWfOnBp/QJOXlxddu3atGM+fPz8lVLzffvtF+/btG+x7+ec//xl33nlnxR75+flx3HHHRY8ePaJVq1aRm5sby5Yti1dffTWmTp2aMre0tDSuv/76+Mtf/hLNmzev1X4lJSXRv3//mDt3bqWvderUKY499tjo0qVL7LfffpGbmxtr1qyJt99+O1566aX49NNPK57dunVrXH/99dGqVas46aSTatzzd7/7XaXeIyLat28fvXv3ji9+8YvRsmXL2GeffaKkpCSKi4tj4cKF8f7778esWbNi48aNtfreJk6cGE8//XSl+gEHHBDHH398fPnLX442bdpEfn5+bNq0KYqLi2PJkiXxwQcfxKxZs+Kzzz6r1T4AAAAAJNeNN94Yjz32WKV6ixYt4mtf+1ocdthh0bJly8jPz4/169fH+++/H3//+99jwYIFKc8/9thj0bx58/jZz35W7V45OTlxxx13xBlnnJHybu2BBx6I7t27xwknnFBjr6NGjar03vmoo46q9lMOt3+vuWjRopT3agUFBbV675yXl7fTZzLBPffcE1OmTKkYt2jRIvr06RNHHHFEtGzZMjZt2hSffPJJ/P3vf4+srKxK819//fUYNGhQbN68OaWenZ0dPXr0iGOOOSYOPPDAaN68eWzevDk++eSTmD59ekydOjXl/fKCBQvi4osvjieffDKaNWu2+75hAIC9kCA4AADQoJ5//vlKtf322y86d+5c47zRo0dXGQI/99xzY9iwYVUGdIcNGxZPPvlkjBgxIuVG5vXr18dVV10Vjz76aOTm1v3/9owcObLi35911lnxn//5n1WGuq+99tr4/e9/H3fffXfKi+6lS5fG8OHDY/jw4XXee0+ZMWNGvP766ym1oqKi+PWvfx3du3ff6fzPPvssXn755Xjssceq/AFA27ZtU8LEJ598cixdujRlPGLEiF34DlLdeeedFWdw+umnx9VXXx1t2rSp9NygQYPi9ddfj6FDh8batWsr6suXL49HH300Lr744lrtd9NNN1UKgX/xi1+M6667Lr72ta9V+Z9JxL9uIH/kkUfinnvuqQitl5eXx7Bhw+LPf/5ztGvXrsp5mzdvjjFjxqTUmjZtGjfccEOceeaZkZ1d8wd+bdmyJaZPnx4TJkzY6Y3p9913X8o4Jycnrrzyyujfv380adKkxrllZWUxa9asePrpp6sMrQMAAACQfE8++WSlEHiLFi3iyiuvjDPOOCP22WefKueVl5fHpEmT4sYbb4zVq1dX1EePHh09evSIr3/969Xu2bZt27j99tvjxz/+ccWn5X3+Xu3pp5+Otm3bVjlv6tSp8dvf/jaltt9++8Vdd91VbVh7+/eaF154YUybNq1ifPjhh8fYsWOr7TNpHnzwwYj41zvASy65JAYNGhQFBQWVnhs8eHClsPfKlSvjyiuvrFQ/66yzYsiQIdGhQ4cq97z00ktj0aJFcdNNN8Urr7xSUf/oo4/iuuuuq/VN7wAA/EvNPykGAACogxUrVsRDDz1Uqf6tb32rxqDqkiVLqny5+x//8R9xyy231HhL89lnnx0PPfRQpVtCZs+eHY888kgduv8/n7+4vvjii2P48OHV3uydnZ0dAwcOjJEjR1YKnE+YMCGmT59er/33hMmTJ6eM8/LyYsyYMbUKgUf864cl3/nOd2LcuHFx+eWX744W6+TzM/vpT38at956a5Uh8M8de+yx8dvf/rZSWPuJJ56o1V7PPvtsTJw4MaX2jW98IyZOnBi9e/euNgQe8a+byi+++OK4//77U37Q9Nlnn8X9999f7bypU6dWutH7xhtvjLPPPnunIfCIiCZNmkTv3r3jjjvuqPjhTlXef//9SrfsX3755fHjH/94pyHwiH/9wKh79+5x8803x5///OedPg8AAABAsixZsiRuueWWlNrBBx8cTz/9dJx33nnVhsAjIrKysuKb3/xmPPnkk5UuRLjjjjuivLy8xr179+4dl112WUptzZo1ccUVV0RpaWml51euXBlXX311RXD8c8OHD4+OHTvWuFdjUVZWFtnZ2XHHHXfET3/60ypD4J/b8Wyvu+66WLVqVcU4Jycnbr/99hg+fHi1IfDPderUKUaPHh1nnXVWSv3555+P2bNn1+M7AQBovATBAQCABrFo0aL48Y9/nPLRnBH/+qjMSy65pMa548ePr7gd+XOnnHJKpZf61TniiCMq/fAhImLs2LEpHy9ZFz179oyrrrqqVs9+/etfr7LXTL4ZZsmSJSnjnj17xkEHHVSvtZo2bdoQLe2yU045pdah9B49esSpp56aUlu4cGEsWrSoxnnl5eUxatSolFrXrl3j7rvvrlVQ+nPHH398/OQnP0mpTZgwIeUmpO0tXrw4ZZyfnx/f+c53ar3f9mo6rx33iYg455xzGnwfAAAAAJJpzJgxUVJSUjEuKCiI0aNHV/tJd1Vp37593HnnnSm1999/P6ZMmbLTuYMHD45evXql1N544424++67U2rbtm2Lq666KiWoHBExYMCA6Nu3b617bQwuuuii6NevX53mzJ49O15++eWU2pVXXlmnd5ZZWVlx8803V/o00d/97nd16gUAoLETBAcAAOpl8+bNsXz58njxxRfjhhtuiO9+97sxb968Ss/dfPPNNf4QYPPmzZVuYs7Ly4vrr7++Tv2cdtpp0bNnz5Taxx9/XOnm69qq6/6DBg2q9H1Onjw5VqxYUa/9d7fi4uKUcYsWLdLTSAPJzs6On/3sZ3Wa893vfrdSbc6cOTXOefHFF+P9999Pqf385z+v9mNkazJgwIAoLCysGG/evLnSD08+t+N5NW/evNIt9A1hx30iIvbff/8G3wcAAACA5Pn0009jwoQJKbUf/ehHUVRUVOe1unfvHscdd1xKbdKkSTudl52dHbfffnu0bt06pT569Oh46aWXKsb33ntvvP766ynPHH300bW+/KOxKCwsjMGDB9d53ujRo1PGBx10UAwYMKDO6+Tl5VW6SObll1+OLVu21HktAIDGShAcAACo1rRp06JLly5V/uvII4+ME044IS655JJ4/PHHU26BifjXbcC33377Tm8Aefvtt2PdunUptZNPPjnatm1b535/8IMfVKq9+uqrdV7n6KOPji5dutRpzj777BOnn356Sq20tDT+8Y9/1Hn/PWHH4Pdbb71V5cenJkWvXr2iU6dOdZpz5JFHVqotWLCgxjnPP/98yvjggw+u9AsItZWfnx/HHntsSm3atGlVPrvjea1atSoWLlxYr31rUtUvBLzxxhsNvg8AAAAAyfPiiy/Gpk2bUmr1/TS5iIiTTjopZbxjcLs6rVu3jttvvz1ycnIqauXl5TFs2LBYtmxZvPrqq3H//fenzGnRokXcdddd9brQYW922mmnpVxWURubN2+Ov/3tbym1M888M+U86uLEE0+stP6sWbPqtRYAQGMkCA4AADSowsLCOOecc+K5556r1cdAvvnmm5Vqp556ar327tu3bzRp0mSn69dmnfr45je/Wan21ltv1Wut3W3HEPSSJUvihhtuqBToT4qvfvWrdZ7TqlWrKCgoSKlt2LChxjk7BrWPOeaYOu+7vQMPPDBl/M4771T53FFHHZUyLi8vjyuuuCKWLVu2S/vv6Igjjojs7NRXBddff32lW9ABAAAAaHymT5+eMu7YsWO9LvT43I7vxpYuXVrp0pDq9OrVq9JN1mvXro0hQ4bEz372s9i2bVtFPSsrK4YPHx4dOnSod697qx0vqqiNt956q9KN3V/5ylfq3UOLFi2iefPmKbXq3pMCAFBZw3+ONAAA0KgdfvjhccEFF0T79u1r9fzcuXOrXKM+mjRpEl26dIm33367ovbBBx/Eli1bKgXEa1Lf/bt06RK5ubkpN2tX9f1lgtNOOy3uuuuulBt8JkyYEC+99FKceeaZccopp1QZCs5UBx98cL3mNWvWLDZu3FgxXr9+fbXPLl++PJYuXZpS+/vf/17pJvi6WLVqVcp4zZo1VT536KGHRrdu3VJ+ADJ37tz4t3/7t+jXr1/069cvevXqFfn5+fXuJeJfP3Q5+eSTUz6Gd8mSJXH66adH377/n707D7O6Lv/Hf88qzACyyM6obIogKCp+ULNy39LUTCWXVLJMxaX8WZmFy+cTihaapeYWJiBmLmklaYTmhoa4ASICoiO7y8AwAzIzzO+PrubrYWaYcwbkzFsej+vqj9d93q/3fY9nuBre8+R1DoljjjkmvvSlL0WbNm02qw8AAAAAybPxoRuffPLJZj0b++xzuc/es127dmntP++88+KVV16J5557rq722WfD/3X22WfHwQcf3Ow5v8gGDhyY8Z6GDl+5+uqrN+u09Y1Pmm/sOSkAAPUJggMAAI0qKiqKHXfcsV69uro6Vq1aFStXrqz32ksvvRQnnXRSXHfddfG1r32tyR4bP9AtKChosGe6+vXrl/Kwf8OGDbFq1aro3Llz2vfo3bt3s3oXFhZGr169YtGiRXW1jz76qFn3+rx16dIlLr300hgzZkxK/aOPPoq77ror7rrrrmjXrl0MHTo0hgwZEnvuuWcMHTo0448J3Vq23377Zu3b+JcTnw3xb2z58uX1ah9++GG9MPfmKCsra/S10aNHxxlnnJFy2s6nn34ajz76aDz66KNRUFAQgwcPjj333DOGDBkSw4YNix122CHjGX70ox/FjBkzUmapqamJJ598Mp588snIy8uL3XbbLYYOHRq77757DBs2LHr27JlxHwAAAACSZdmyZSnrysrKmDt37hbtUVZWFjvttFNa1+bm5sYNN9wQX//612PFihUNXjN06ND44Q9/uCVH/ELp1KlTxns2/j6IiFiwYMGWGKfOpp6TAgCQShAcAABo1O677x733Xdfo6+XlZXFtGnT4o477oiFCxfW1auqquLyyy+PoqKiJk9a2fijPjf+CMhMNXRaTKZB8M2ZYeOTkjd1wnS2nXXWWVFTUxO/+tWvGgxAr169Op555pl45plnIiIiPz8/9thjjzj66KPj6KOPjo4dO27tkRuVn//5//V2a5xC8+mnnzb62p577hm/+93v4gc/+EGDs1RVVcXMmTNTTuTp27dvHHHEEXHsscdGnz590pphxx13jN///vcxatSo+OCDD+q9XlNTE7NmzYpZs2bV1Xr27BmHH354HHvssTFo0KC0+gAAAACQHOvWrat3avPn1ScTHTt2jHHjxsXpp58etbW1Ka+1b98+xo0bt1WeHSZVcz75b2uEtDf1nBQAgFTJ+IxvAACgRWrfvn2ccMIJ8ec//zmOOeaYlNdqamri//v//r8Gg6SfVVFRkbJu3br1Zs3U0P6NezTnHukqKirarN5b28iRI+Pxxx+PY489NrbbbrtNXltdXR2vvPJKXHvttXHwwQfH9ddf3+DHt35RbfyPFrJh//33jylTpsT3vve96NChQ5PXL1iwIG699dY4+uij46KLLorS0tK0+gwcODD+8pe/xGWXXRbdu3dv8vrFixfH73//+zjxxBPjrLPOirfeeiutPgAAAAAkw6pVq7I9QqPmzZtXLwQeEdG1a9dmnXi9LWlOSL4lPCcFAOD/8c8eAQCAzVZYWBhjx46NDz/8MF566aW6+po1a+KnP/1p3HvvvY3uLS4uTlmvXbt2s2ZpaP/GPdK5R3NOQomIesHoTHtnQ58+feLGG2+M8vLyePrpp+Oll16KV155Jd59990Gf4ES8Z//Rvfcc0/885//jHvuuSd69uy5lafe+lq1alWvdu6558Zll122Vedo3759/OAHP4iLLrooXnzxxXjhhRdixowZ8dZbb0VVVVWDe2pra+Pvf/97PP/883HTTTfFgQce2GSf1q1bx7nnnhvf+c53YsaMGfH888/HjBkz4s0339zkyUwvvvhifPOb34xrr702TjjhhGZ/nQAAAAC0HA09G9tjjz3ij3/8Yxam+X/mzJkTY8aMafC1t99+O6677rr4+c9/vpWn+mJr6ECRv/3tb9G3b98sTAMAgCA4AACwReTn58fYsWPjmGOOiTVr1tTVp0+fHn/729/i6KOPbnBfu3btUtbl5eWbNUdD+7fffvuM79HcIPhnv/aIiLZt2zbrPplqLACcibZt28axxx4bxx57bET855SfV199NWbMmBHPPPNMzJs3r96eRYsWxfe+9714+OGHo7CwcLNnaMkaOoE7mych5efnx4EHHlgX6l6/fn288cYbMXPmzHj22Wdj5syZUV1dnbJnzZo1cdFFF8XDDz8cvXv3TqtPTk5ODBs2LIYNGxYR/zkZ/q233opXXnklXnjhhXjppZfqBcOrqqripz/9afTq1atuHwAAAADJ1a5du8jPz0953pTtU8LXrFkTl1xySaxfv77RayZOnBj77rtvHHnkkVtxss/XlngWvDla2nNSAIBtXW62BwAAAL44unXrFhdddFG9+q9+9atGH0537NgxZV1VVRXvv/9+s2eYP39+yjo3NzfjIPiiRYua1Xv9+vWxePHilFpTHz268UdvbhzcTVdZWVmz9m3K9ttvH1/96lfjsssui8cffzymTJkSI0aMiLy8vJTr3nnnnfjTn/60xfu3NA29l0uWLMnCJA0rLCyMffbZJ7773e/GfffdF88991xcdtll9f6xRWVlZdx8883N7pOfnx+DBw+Os846K+6444544YUX4uqrr44uXbqkXFdTUxNjx45tdh8AAAAAWo6cnJx6AeDly5c3+3nmlnDllVfGe++9l1IbPnx4vWeuV155ZZSWlm7N0Rq08VwRzXse/Hk8C87EDjvsUK/Wkp6TAgBsawTBAQCALWrEiBFRUlKSUistLW00KDxw4MB6tVmzZjWr9/r16+Ptt99OqfXv3z/jk6qb2//tt9+uF3gfNGjQJvdsfPL4xieKp2tzwvPp6t27d1x11VVx/fXX13vtySef/Nz7Z9tOO+0U7du3T6nNnDkzampqsjNQEzp06BDnnntuPPDAA1FcXJzy2tNPP73Jk5IyUVxcHKeeemo88sgj0b1795TX3njjjVi6dOkW6QMAAABAdu2xxx4p67Vr18bs2bOzMsvEiRPjiSeeSKn1798/br/99rj44otT6uXl5XHxxRdvsedhzdXQp1A253nwxuH3rW3IkCH1av/+97+zMAkAABGC4AAAwBZWWFgYF1xwQb367373uwYftO+11171alOmTGlW72nTpsWnn36aUhs6dGjG95k6dWqz+j/11FP1ahv/cmRjbdu2TVk352Sa5cuXb5Ug+H8de+yxsdtuu6XUNg7gb2zjU8Rbanh6U3Jzc2P48OEptcrKynjuueeyNFF6+vTpEyeddFJKbe3atVv8e2aHHXaIs88+u1593rx5W7QPAAAAANmx//7716tl44CI2bNnx3XXXZdSKyoqiptvvjlat24d5557bnz5y19uck86tuRzzY0/uS+iec+Dsx26bujU9aeffrrRTwUFAODzJQgOAABscccdd1zsvPPOKbWlS5fGH//4x3rXDhkypN4D8GnTpsXy5csz7jtp0qR6tS996UsZ3+fVV1+Nd955J6M969evjz//+c8ptfz8/AZ/OfJZvXv3TlnPmjUrNmzYkFHvBx54IKPrt4Q+ffqkrMvLyzd5/cYnUldWVm7xmbaGQw45pF7tjjvuyMIkmdn4/Ypo+j1ryX0AAAAA2Pq++tWv1gtGT548OVavXr3VZmjsdO/Ro0dH3759IyIiJycnrr/++ujWrVvKNRMnTsz4EJIt+Vxz42fBEf/5RL1M1NTUNPrpm1tLmzZtYt99902pLVu2rN7zcQAAtg5BcAAAYIvLy8uL888/v179d7/7Xb0TuwsLC+udVrx+/fr4xS9+kVHPKVOmxPTp01NqPXv2jIMPPjij+/zX//3f/2V0/Z133hnLli1LqR1yyCHRpUuXTe4bNGhQyvqjjz6KF198Me2+S5Ysifvuuy/9QbeQlStXpqw7duy4yes3Dvs356SbluDoo4+OnXbaKaU2Y8aMGD9+fHYGStPG71dE0+9ZS+4DAAAAwNbXs2fP+PrXv55SW7NmTfzkJz+J2trarTLDT3/603rPFr/xjW/E8ccfn1Lr2LFj/PKXv6x3cvWVV16Z0bPJjZ9rfvDBB83+Wjt16lQvnD5lypSMThmfOHFifPDBB83qvyV9//vfr1cbO3ZsYp/7AgAkmSA4AADwuTj22GPrnQ68YsWKuP/+++tde/rpp0dBQUFKbcqUKXHXXXel1WvOnDlx5ZVX1qufeeaZ9U6oSdeLL74Y48aNS+vaZ555Jm677bZ69TPOOKPJvRt/RGlExC9/+cu0PkZz1apVcdFFFzXrxJ3rrrsu5s+fn/G+iP98jOqMGTNSagMGDNjknl122SVl/c4778TSpUub1T+b8vPzY9SoUfXqN9xwQ0yePLnZ9505c2b88Ic/bPT18ePHx/PPP9+se69ZsyYeeeSRlFq7du2iR48e9a59+OGH4+9//3uzPuK2qqqq3qn8ubm50b9//4zvBQAAAEDLdP7550dhYWFK7R//+Ef87Gc/q3dKd7o++OCDuPbaa2PevHmbvO6+++6Lv//97ym1XXbZJX7+8583eP0+++wTF198cUqtsRPFG7PrrrvW2z9z5sy09jZk4+fBS5YsiXvvvTetvS+++GLccMMNze69Je27775xwAEHpNRWrVoV3/nOd2LBggXNuuenn34akydPjt///vdbYkQAgG2GIDgAAPC5yM3NjQsvvLBe/a677op169al1Hr27FnvgXzEf8K1V199daxZs6bRPo8++micddZZUV5enlIfMmRInH766c2afbvttouIiNtvvz2uvPLKevf+rw0bNsT48eNj1KhR9YLbJ554YgwbNqzJXnvttVfdR5b+1+zZs2PUqFFRVlbW6L7p06fHKaecEm+++WbKzOn605/+FMccc0ycffbZ8cc//jE++uijtPZNmzYtzj333NiwYUNK/bjjjtvkvr322itlvWHDhrj44ovr5k+SY489Nk488cSUWnV1dYwePTpGjRoVc+fOTes+y5Yti3vvvTdOPvnkGDFiRPzzn/9s9NqXX345zjnnnPja174Wt99+e9q/THnnnXfirLPOisWLF6fUjzrqqHr/+CIi4q233oqLLrooDjvssBg3blzMnj07rT6LFy+O73//+/Xez/333z86d+6c1j0AAAAAaPlKSkrimmuuqVd/8MEH4+STT45p06aldWL2mjVr4vHHH4/zzz8/Dj/88JgwYUK9T5P8rDfffDOuv/76lFpRUVHcdNNN0apVq0b3nXvuufXC17Nnz47rrruuyRkjIoYOHVqvdsUVV8T06dPrPSNNxze/+c16tRtvvDEmT57c6H+3Tz/9NO64444499xzY/369Rk/C/68jBkzpt4nYi5atChOOumk+N3vftfoc/XPqq2tjZkzZ8YvfvGLOPjgg2P06NFOFQcAyFB+05cAAAA0z1FHHRW33XZbvPPOO3W1lStXxsSJE2PkyJEp144cOTJeeOGFeOGFF1LqkyZNiscffzwOPvjgGDx4cHTq1CkqKirivffei6eeeioWLVpUr2/btm3jxhtvrPexn+m66KKL6k5WefDBB+OJJ56IQw89NAYPHhwdO3aM8vLyWLhwYTz55JOxZMmSevt79uwZP/nJT9Lu94Mf/CAuuOCClNq0adPisMMOiyOOOCIGDx4c7dq1izVr1sT7778fzz33XMyZM6fu2r333jt69OgRjz/+eMZf63//m48ePTr69esXAwcOjL59+0aHDh2ibdu2sWHDhigrK4uFCxfG888/HwsXLqx3j3322SeOPvroTfY55JBDon379inh9tdffz1OOumkKC4uji5dujT4C4w///nPGX9NW8PVV18d77//fr2T0Z988sl48sknY8CAATFs2LDYeeedo3379pGbmxurV6+OsrKyeOedd2LWrFnx3nvvZfwxsu+8806MGzcuxo0bFz179oyBAwfGgAEDolOnTtGuXbvIy8ur+z6ZMWNGzJw5s16P9u3bN3iq+WctXrw4br/99rj99tujc+fOMWjQoBgwYEB06dIl2rVrFwUFBVFZWRmLFy+OV199NV5++eV6/xiisLAwfvSjH2X09QEAAADQ8p1wwgmxYMGCuPPOO1Pqb731Vpx33nnRo0eP+J//+Z8YMGBAtG/fPlq1ahXl5eVRXl4eixYtilmzZsW8efPS+lTEiIjVq1fHJZdcUu/6q666qt4hGxvLycmJ66+/Pk444YRYtmxZXX3ixImx7777xpFHHrnJ/XvssUf069cv5dMVFy1aFN/+9rejVatW0a1btwaD6HfccUd07dq1Xn3IkCFxyCGHxNSpU+tqNTU1MXr06Jg4cWIcdthhseOOO0ZhYWF8/PHHMXv27HjmmWdSDvK44oorYvTo0Zuce2vo2rVr3HrrrXHmmWdGZWVlXb2ysjJ+9atfxe233x577bVXDB06tO654rp166K8vDxWrFgRc+bMiVmzZm3yQBQAAJomCA4AAHxucnNz44ILLohLLrkkpX7XXXfFiBEjoqioKOXaW2+9NS699NKYNm1ayvXl5eXx5z//Oa1QcJcuXeLOO++MnXbaqdlzjxw5MmbNmhVPPPFERPzndJpHH300Hn300Sb3duvWLe69995o165d2v0OPfTQOPHEE+Phhx9Oqa9evToefPDBePDBBxvd27dv3/jNb34TY8eOTbtfQzZs2BDz5s1r8uNXN7bLLrvEr371q8jN3fQHTm233Xbx4x//OH784x/Xe62ioiLefffdjPpmW2FhYdxzzz1x9dVXx0MPPVTv9blz56Z9MnhzLV68OBYvXhxPPfVU2nvatWsXv/nNbzI6pXvlypXx9NNPx9NPP532nsLCwhg7dmzssssuae8BAAAAIDkuu+yy6N69e4wZM6ZeQHvJkiXxyCOPbLFeV1xxRXzwwQcptZNOOim+/vWvp7W/Y8eO8ctf/jK+/e1vR3V1dV39yiuvjEGDBkVJSckm91955ZUxcuTIqKmpSamvW7euwYNKImKTIferr7463nzzzVixYkVKPZ3nsyNHjoxTTz21RQTBIyIGDx4cDzzwQIwaNaref4vKysp47rnn4rnnnsvOcAAA24hN/6YeAABgMx155JGx6667ptQ+/vjjmDBhQr1rW7duHb/97W/j+9///iY/zrMxBx54YDzwwAMxYMCAZs8b8Z9TYm688cY45ZRTMtq31157xYQJE5r8xUFD/vd//zdOPvnkjPYccMABMWnSpOjYsWPG/XbYYYeM93xWTk5OnHDCCTFp0qQGT7ZpyAknnBD/+7//G8XFxZvVu6XYbrvt4he/+EXccMMNzXrPP6tTp04xYsSIRl/f3Pcr4j8nx99///0xbNiwTc6Rk5OzWX122WWXuPfee+Ooo47arPsAAAAA0LKddtppMWnSpNh777036z6tWrWKY445Jnr06FHvtXvvvbfeQQi77LJL/OxnP8uoxz777BMXX3xxSq28vDwuvvjiWL9+/Sb37rfffvGb3/xmizyji4jo3LlzTJo0KaPDTAoKCuLHP/5xXH755Vtkhi1pl112iYceeihOP/30Bj/1MRODBw+Or3zlK1toMgCAbYMTwQEAgM9VTk5OjBo1Ki688MKU+t133x3f+ta3ok2bNin1vLy8uOSSS2LEiBFx5513xj//+c9YvHhxo/cvKiqK/fbbL84888wYPnz4Fps7Pz8/rrnmmjjqqKPi9ttvj5dffjk2bNjQ4LUDBw6Mb33rW3HSSSc1O0Sbl5cX1157bRx11FHx61//Ol577bWora1t8NoBAwbEyJEj47jjjmtWr4iIKVOm1H2s6IwZM+L111+PNWvWNLmvU6dOccQRR8TJJ58cu+22W8Z9v/nNb8ZRRx0VTz75ZEyfPj3eeeedWL58eVRUVMS6deua86Vk3XHHHRfHHHNM/O1vf4vHHnssXnnllaioqGhyX79+/WK//faLAw88MA444IDIz2/8r+jXXHNNfO9734unn346XnrppXjttddi+fLlTfZo1apVfOUrX4kTTjghDjrooCavP++88+Kkk06Kp59+OqZPnx6vvvpqvdOWGlJQUBD77bdfHHfccXH00UdHXl5ek3sAAAAASL4hQ4bEpEmTYsaMGTF58uR46aWX6p103ZAuXbrEfvvtF/vvv38ccsgh0bZt23rXvPHGG3HDDTek1IqKiuKmm25q1kEi5557bvz73/+Of/3rX3W12bNnx3XXXRc///nPN7n34IMPjgMOOCD++c9/xnPPPRfz5s2LpUuXRkVFRaxdu7bRZ7mNKSkpicceeyzuvffeuO+++2LlypUNXldQUBCHHXZYXHDBBdGvX7+MemxNbdq0iZ/97Gfx/e9/PyZMmBDPPPNMzJ07t9Fn6v/VqlWrGDp0aN33Qd++fbfSxAAAXxw5tZn+NAoAALCVLVy4MObPnx8ff/xxlJWVRevWraNjx47RvXv3GDJkSBQWFn7uM3z88cfx+uuvx/vvvx+VlZXRpk2b6Ny5cwwcODB23HHHz6XfK6+8EitWrIjVq1dHYWFhdO/ePQYPHrzZp083ZMOGDbF48eJ4//33Y8mSJbFmzZpYu3ZtFBYW1n2tu+66a/Tq1WuL9/6iqa6ujjlz5sSSJUuirKwsVq1aFTk5OVFcXBzbb7997LTTTtGnT5/NPhl9xYoV8f7778cHH3wQq1atirVr10Zubm4UFxdHhw4dol+/ftGnT59NBszT8cknn8R7770XpaWl8cknn0RlZWVERN3X07dv3+jfv/9W+XMIAAAAQMv37rvvxoIFC6KsrCzKysqiuro6iouLo02bNtGrV6/o06dPdOrUKdtjtihz586NuXPnRllZWaxduzbatm0bvXv3jj333DOxn7C4atWqmDVrVnz00UdRVlYWa9asidatW0dxcXF07tw5evfuHSUlJQ6VAADYTILgAAAAAAAAAAAAAAAJk5vtAQAAAAAAAAAAAAAAyIwgOAAAAAAAAAAAAABAwgiCAwAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAEDC5Gd7ANhcZWVl8dprr8X7778fFRUVUVhYGF26dImBAwdG3759P5eeFRUV8dprr8WiRYti9erVkZ+fHzvssEPsuuuusdtuu0VOTs7n0hcAAAAAAAAAAAAAIgTB2QI++eSTmDVrVrz55pvxxhtvxKxZs2LlypUp11x44YUxatSoLdp3xowZcfvtt8cLL7wQNTU1DV6z0047xemnnx4jRoyIgoKCze759ttvx2233Rb/+Mc/oqqqqsFrunTpEqecckqcc845UVRUtNk9AQAAAAAAAAAAAGBjObW1tbXZHoLk+f3vf18X/C4tLW3y+i0ZBK+qqooxY8bExIkT096zyy67xC233BI777xzs3rW1tbGbbfdFr/97W+juro6rT09evSIm2++OYYMGdKsngAAAAAAAAAAAADQGEFwmmXXXXfN6PotFQSvrq6Oiy66KKZOnZrx3o4dO8aECROib9++Ge+9+uqrY9KkSRnva9WqVdx1110xbNiwjPcCAAAAAAAAAAAAQGPysz0AZOKXv/xlvRB4hw4d4vTTT49DDz00unfvHmVlZTFr1qwYP358vPHGG3XXffzxx3HeeefFI488Em3atEm758SJE+uFwIuKiuLUU0+No446KkpKSqKioiLmzZsXEyZMiOeff77uunXr1sWFF14Yjz76aHTv3r2ZXzUAAAAAAAAAAAAApHIiOM2y8YngRUVFsfvuu8fuu+8egwcPjksvvTTl9S1xIvjcuXPj+OOPj89+y/bv3z/uvvvu6Nq1a73ra2trY8yYMXHvvfem1M8555z40Y9+lFbPDz/8MA499NBYu3ZtXa1r165x9913R//+/Rvcc88998TYsWNT5jziiCPi17/+dVo9AQAAAAAAAAAAAKApTgSnWYYMGRKDBw+u+1+fPn0iNze37vWNg+Bbwk033ZQSri4uLo4777yzwRB4REROTk5cccUV8cEHH6ScIj5p0qQ466yzGt33WbfffntKCDwvLy9uvfXWRkPgEf8Jmi9dujT+8Ic/1NWefPLJmD17dgwaNKjJngAAAAAAAAAAAADQlNymL4H6Hnzwwfj5z38eJ5xwQvTr1y8lBP55eOutt2LatGkptYsuuii6d+/e5N6rrroqWrVqVbdet25d3H333U3u+/DDD2Py5MkptdNOOy123333Jvdeeuml0aVLl7p1bW1t3HrrrU3uAwAAAAAAAAAAAIB0CIKTCE888UTKuqioKE466aS09nbp0iUOP/zwlNrf//73JvdNnTo1qqqq6tY5OTlx5plnptWzqKgovvGNb6TU/vWvf0VFRUVa+wEAAAAAAAAAAABgUwTBSYSpU6emrA877LBo06ZN2vtPPPHElPWyZcti1qxZGfXce++9o6SkpNk9169fH88991za+wEAAAAAAAAAAACgMYLgtHhLliyJ+fPnp9T23XffjO4xdOjQKCgoSKk9/fTTjV6/fv36ePHFFzer54477hjdunVLuycAAAAAAAAAAAAApEsQnBbv7bffrlfba6+9MrpHq1atYuDAgSm1efPmNXr9okWLYv369ZvVs6E9m+oJAAAAAAAAAAAAAOkSBKfFW7hwYco6Pz8/dt5554zv07dv35T1u+++m3bPhvZv6Z4AAAAAAAAAAAAAkC5BcFq8BQsWpKy7du0aubmZf+t269YtZb1o0aKoqalJq2deXl507dp1s3tWVFTE8uXLM74PAAAAAAAAAAAAAHyWIDgt3ooVK1LWG4er09WjR4+U9fr166OsrCytnp07d468vLzN7hkRguAAAAAAAAAAAAAAbLb8bA8ATamsrExZt2nTpln3KS4ubvDenTp1+tx6NrSvoqKiWffaWmpqamLZsmX16t26dWtWGB4AAAAAIEk8IwUAAAAAkkIQnBZv41B2q1atmnWfhvY1FsreuOd2223XrJ4N7dv43i3NsmXLolevXvXqH3zwQfTs2TMLEwEAAAAAbD2ekQIAAAAASZGb7QGgKWvXrk1ZFxYWNus+DQXBGwtlb9yzuUHwTHoCAAAAAAAAAAAAQLqcCA6k5Y033mjw41ABAAAAAPbee+9sj/C584wUAAAAAGhMtp6ROhGcFq9169Yp6/Xr1zfrPuvWratXKyoqSqvnp59++rn3BAAAAAAAAAAAAIB0ORGcFm/j4HRD4ep0NLSvuLg4rZ7NDYI3tC+pQfDddtstevbsme0xAAAAAACywjNSAAAAAKClEQSnxds4OL1mzZpm3aeioqLJe2/png3tayx83tIVFBREQUFBtscAAAAAAMgKz0gBAAAAgJYmN9sDQFO6dOmSsl62bFmz7rN06dKUdWFhYbRv3z6tnitXroyamprN7tnQvQEAAAAAAAAAAAAgU4LgtHh9+vRJWS9fvjw2bNiQ8X02DmXvvPPOkZeXl1bPmpqaWL58+Wb3LC4ujm7dumV8HwAAAAAAAAAAAAD4LEFwWry+ffumrKurq2PRokUZ32fhwoUp6969e6fdMyJiwYIFn2tPAAAAAAAAAAAAAEiXIDgt3q677lqv9uqrr2Z0j3Xr1sXs2bNTarvsskuj1++8885RWFi4WT0jImbOnJl2TwAAAAAAAAAAAABIlyA4LV6PHj2iX79+KbWXX345o3u8+uqrUVVVlVL76le/2uj1hYWFsd9++21Wz9LS0li6dGnaPQEAAAAAAAAAAAAgXYLgJMIhhxySsn7yySejoqIi7f2PPvpoyrpbt26x++67Z9RzxowZUVpamnbPRx55JGVdWFgYX/rSl9LeDwAAAAAAAAAAAACNEQQnEY488siUdWVlZTz00ENp7V25cmVMmTIlpXbEEUc0ue+QQw6JgoKCunVtbW1MmDAhrZ5r166NP/3pTym1L3/5y1FcXJzWfgAAAAAAAAAAAADYFEFwEmHgwIFx0EEHpdR+/etfx/Lly5vce/XVV8e6devq1tttt12MHDmyyX077LBDnHLKKSm1CRMmxJw5c5rce9NNN6XMlpOTE+eff36T+wAAAAAAAAAAAAAgHYLgJMYll1wSOTk5devy8vL4zne+02gYvLa2Nq677rp46qmnUuqnnXZadO3aNa2e5513XrRu3bpuXV1dHeeff37Mnz+/0T3jx4+Pe++9N6V2+OGHx6BBg9LqCQAAAAAAAAAAAABNyc/2ACTTrFmzYsqUKWlf/8ILL8Snn37a4Gvt2rWL7373u03eY8CAAXH22WfHPffcU1ebN29eHH/88XHGGWfEwQcfHN27d49Vq1bFrFmzYvz48fH666+n3GPHHXeMCy64IO25O3fuHJdddllce+21dbWlS5fGySefHKeeemocffTR0atXr6isrIy33347JkyYEM8991zKPdq3bx8//vGP0+4JAAAAAAAAAAAAAE3Jqa2trc32ECTPww8/HD/5yU+2yL169uwZ//znP9O6trq6Oi688MKYNm1axn06dOgQEyZMiH79+mW896qrror7778/432tWrWKO++8M/bdd9+M92bL4sWLo1evXvXqH3zwQfTs2TMLEwEAAAAAbD2ekQIAAAAASZGb7QEgE/n5+XHLLbfEiBEjMtrXv3//mDx5crNC4BERo0ePjlGjRkVeXl7ae7p37x5/+MMfEhUCBwAAAAAAAAAAACAZBMFJnIKCgrjqqqti4sSJ8aUvfSlycxv/Ni4pKYkrrrgiHnnkkdh5552b3TMnJycuvPDCePjhh+PII4+MgoKCRq/t3LlzjBo1Kv7617/GHnvs0eyeAAAAAAAAAAAAANCYnNra2tpsDwGb45NPPonXXnst3n///aioqIiCgoLo0qVLDBo0qNkngDdlzZo18eqrr8Z7770X5eXlkZeXF506dYoBAwbEwIEDIycn53PpuzX42FMAAAAAYFvmGSkAAAAAkBT52R4ANleHDh3ioIMO2qo927RpEwceeGAceOCBW7UvAAAAAAAAAAAAAERE5GZ7AAAAAAAAAAAAAAAAMiMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMIDgAAAAAAAAAAAACQMILgAAAAAAAAAAAAAAAJIwgOAAAAAAAAAAAAAJAwguAAAAAAAAAAAAAAAAkjCA4AAAAAAAAAAAAAkDCC4AAAAAAAAAAAAAAACSMI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AAAAAAAANpsgOIlQU1MTP/zhD2PKlCl1tZycnDj99NPjvPPOix122KHentWrV8f48ePjd7/7XVRXV0dExLx58+Lb3/52TJ48Obp27dpgr9atW6es169f36yZ161bV69WVFTUrHsBAAAAAAAAAAAAwGcJgpMId911V70Q+NixY+O4445rdE+7du3ioosuin322Se++93vRlVVVURELFmyJH7605/GXXfd1eC+jcPaDQW609HQvuLi4mbdqyXYbbfdomfPntkeAwAAAAAgKzwjBQAAAABaGkFwWryPP/44br311pTaaaedtskQ+Gftv//+cfHFF8eNN95YV3v22WdjxowZsc8++9S7fuMg+Jo1a5oxdURFRUWT906SgoKCKCgoyPYYAAAAAABZ4RkpAAAAANDS5GZ7AGjKY489lnK6dk5OTnz3u9/N6B5nnHFGtG3bNqX2yCOPNHhtly5dUtbLli3LqNd/LV26NGVdWFgY7du3b9a9AAAAAAAAAAAAAOCzBMFp8V5++eWU9YABA6Jr164Z3aNVq1YxbNiwlNqrr77a4LV9+vRJWS9fvjw2bNiQUb+I+kHwnXfeOfLy8jK+DwAAAAAAAAAAAABsTBCcFm/x4sUp6169ejXrPhvvW758eYPX9e3bN2VdXV0dixYtyrjfwoULU9a9e/fO+B4AAAAAAAAAAAAA0BBBcFq8devWpay32267Zt2ndevWKev169c3eN2uu+5ar9bY6eGNWbduXcyePTultssuu2R0DwAAAAAAAAAAAABojCA4LV67du1S1mVlZc26z8cff5yybt++fYPX9ejRI/r165dSe/nllzPq9eqrr0ZVVVVK7atf/WpG9wAAAAAAAAAAAACAxgiC0+LtsMMOKetZs2bFhg0bMr7P66+/nrLu3Llzo9cecsghKesnn3wyKioq0u716KOPpqy7desWu+++e9r7AQAAAAAAAAAAAGBTBMFp8YYOHZqyLisri2nTpmV0j1mzZsW8efNSasOGDWv0+iOPPDJlXVlZGQ899FBavVauXBlTpkxJqR1xxBFpTgoAAAAAAAAAAAAATRMEp8X7yle+Uq82duzYKC8vT2v/+vXr45prrknrvv81cODAOOigg1Jqv/71r2P58uVN9rv66qtj3bp1devtttsuRo4cmdasAAAAAAAAAAAAAJAOQXBavF133TW+/OUv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AAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABITEmhC4DUVFZWxrx58+LNN9+MlStXRklJSfTs2TP23HPP2GuvvSKXyxW6RAAAAAAAAAAAAADaOEFw2pxFixbFiSeeGOvWrcubHzBgQDz11FPN3ve1116L2267LZ588smorq6u9zm9e/eOk08+OcaPHx9lZWXNvhYAAAAAAAAAAAAAbElRoQuAllRbWxtXXHHFZiHwbd1z6tSpMWbMmHj88ccbDIFHRLz33ntx6623xnHHHRfz589vsRoAAAAAAAAAAAAAYGOC4LQpM2bMiBdeeKFF97zmmmvilltuiZqamkavWbp0aZxxxhkxe/bsFq0FAAAAAAAAAAAAACIEwWlDysvL48Ybb2zRPadPnx6//vWv8+bKyspi/Pjxcf/998dzzz0XM2fOjNtuuy0OPfTQvOetWbMmLrzwwli2bFmL1gQAAAAAAAAAAAAAguC0Gddcc02sWrUqIiI6duwYBx100Dbtt2LFirjhhhvy5vr06RP33XdfTJo0KT772c/GTjvtFLvssksceeSR8fOf/zwmTZoUuVyu7vkfffRR/OAHP9imOgAAAAAAAAAAAABgU4LgtAl//OMf48knn6wbn3/++TFw4MBt2vP222+P1atX142Li4tj6tSpscceezS4Zvz48XHGGWfkzT3xxBPxyiuvbFMtAAAAAAAAAAAAALAxQXCSV1FREddee23d+NOf/nScffbZ27TnihUr4t57782bO+2002KfffbZ6toJEyZE796968a1tbUxderUbaoHAAAAAAAAAAAAADYmCE7ybrjhhli+fHlERORyubj66qujtLR0m/acOXNmVFdX141zuVyceeaZjVpbVlYWJ510Ut7cM888E5WVldtUEwAAAAAAAAAAAABsIAhO0mbPnh333Xdf3XjMmDFx0EEHbfO+M2fOzBsfeOCBMXDgwEavHzNmTN543bp18eyzz25zXQAAAAAAAAAAAAAQIQhOwtatWxdXXHFF1NbWRkTETjvtFP/xH//RIvvOmjUrb27YsGFN2mPXXXeNvn375s395S9/2dbSAAAAAAAAAAAAACAiBMFJ2NSpU+ONN96oG0+aNCl22mmnbd73zTffjHXr1uXNHXDAAU3eZ9M1Cxcu3Ka6AAAAAAAA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x3HHHdesPQcNGpQ3Xr9+fZSXlzd5n02D4J07d46+ffs2qyYAAAAAAAAAAAAA2JggOMl66623Yty4cfHRRx/lzV966aUxduzYZu87ePDgzeYWLVrU5H0WL16cN959992bXRMAAAAAAAAAAAAAbKyk0AVAcyxbtizGjRsXy5cvz5u/6KKLYty4cdu096c+9ano0KFDrFu3rm5u7ty5cfjhhzdpnxdffDFv/JnPfGab6gIAAAAAgPaiY5c+ceipjxS6DAAAAADINHcEJzkrVqyIs846K9555528+fHjx8eFF164zft36NAhRowYkTf3/PPPN2mPJUuWxLJly/LmvvjFL25raQAAAAAAAAAAAAAQEYLgJOajjz6KcePGxZtvvpk3f/LJJ8ekSZNa7DojR47MG8+ZMyeWLFnS6PUPPfRQ3rhDhw5x2GGHtUhtAAAAAAAAAAAAAFBS6AKgsSorK+Occ86JhQsX5s1/5StfiauvvrpFrzVy5Mi49tpro7q6OiIiamtrY9q0aXHZZZdtde3q1avjgQceyJv7whe+EJ07d27RGgEAAAAAAFpDxy594tBTHyl0GQAAAABswh3BScLatWvjvPPOi/nz5+fNf/nLX47rr78+crlci16vZ8+ecfLJJ+fNTZs2LRYsWLDVtTfffHOUl5fXjXO5XFxwwQUtWh8AAAAAAAAAAAAA7ZsgOJlXU1MT3/zmN+P555/Pm//CF74QN954YxQXF2+X65533nnRqVOnvDouuOCCeP311xtc84tf/CJ++ctf5s19+ctfjr333nu71AgAAAAAAAAAAABA+1RS6AJga2699db485//nDdXUlISu+22W/z4xz9u1p577713jBo1aovP6dWrV1xyySVx7bXX1s0tW7Ysxo4dG6ecckoce+yxscsuu0RVVVW89tprMW3atHj22Wfz9thxxx3j0ksvbVaNAAAAAAAAAAAAANAQQXAyr7y8fLO5mpqauOeee5q95+jRo7caBI+IOP300+P111+PGTNm1M1VVlbGXXfdFXfdddcW13bs2DFuvfXW6N+/f7PrBAAAAAAAAAAAAID6FBW6AMi6K6+8Mi666KIoLi5u9Jp+/frFr371qxg2bNh2rAwAAAAAAAAAAACA9koQHLYil8vFhRdeGA8++GAcc8wxUVpa2uBze/XqFRdddFE8+uijsd9++7VilQAAAAAAAAAAAAC0JyWFLgC25vrrr4/rr7++0GXEkCFD4pZbbolVq1bF3Llz46233oqKioooLi6OHj16xJAhQ2Lo0KGRy+UKXSoAAAAAAAAAAAAAbZwgODRRly5d4vDDD4/DDz+80KUAAAAAAAAAAAAA0E4VFboAAAAAAAAAAAAAAACaRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEBAAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAkBhBcAAAAAAAAAAAAACAxAiCAwAAAAAAAAAAAAAkRhAcAAAAAAAAAAAAACAxguAAAAAAAAAAAAAAAIkRBAcAAAAAAAAAAAAASIwgOAAAAAAAAAAAAABAYgTBAQAAAAAAAAAAAAASIwgOAAAAAAAAAAAAAJAYQXAAAAAAAAAAAAAAgMQIggMAAAAAAAAAAAAAJEYQHAAAAAAAAAAAAAAgMYLgAAAAAAAAAAAAAACJEQQHAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAAAQGIEwQEAAAAAAAAAAAAAEiMIDgAAAAAAAAAAAACQGEFwAAAAAAAAAAAAAIDECIIDAAAAAAAAAAAAACRGEBwAAAAAAAAAAAAAIDGC4AAAAAAAAAAAAAAAiREEBwAAAAAAAAAAAABIjCA4AAAAAAAAAAAAAEBiBMEB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x8qVK+vWbnij3tjG+xYVFcXEiRPjrLPOatkXkrg333wz/vSnP9WNP/3pT8eXvvSlRq2dPn16/PCHP4zq6upGf1jP5XLRo0ePuOmmm2LYsGHNqrktW758ecyePbtu3K9fv/jc5z7XqLVPP/10XHbZZfHhhx82qh8b/szssccecfPNN8egQYOaV3QbtuGXHLW1tXX/v7p27RrHHXdcjB49Oj772c8WuML2yftHtlx22WV1B+tHH320g9YC2vA9KyLiU5/6VIwZMyZOOOGEen/ZR+t4+umn48orr4zy8vK87yv1fd9pik336tu3b1x11VVxxBFHbNO+bB9vv/12LFu2rG588MEHF7Ca7Jk1a1bcf//98eyzz0ZFRUVE/DOQM2TIkBg9enSMHTu23l92fPDBB3H11VfHE088UTdX33t79+7d41vf+laMHTt2O7+StqmioiLefffdqKqqip133jkGDhzYqHV//vOf637xtGLFisjlcnm/ePqXf/mX6Nu373auPm0zZsyIyZMnx5o1a7b4c+sGm/5c3Jjn5nK56NixY0ycODFOPfXUFqgaaA6fcbPBGWm2OCPNFmek2eT9I1uckWaHM9LscUZKhDPSxnBOml3OSAvHGSlZJwgOtHt/+9vf4swzz6z7Z+YaevPd8O2yc+fO8dBDD8Wuu+4aFRUVccIJJ8TSpUvz1m3pbgUbHs/lcjF16tRGH+K3Bz/60Y/irrvuqhvfeOONceyxx2513Xe/+924//77G/XD1sY2PL+kpCSuuuqq+OpXv9qMqtuun/zkJ/HTn/60bnzNNdfE1772ta2uu+OOO+KWW26JTz75JCIa14+N/8yUlZXFlClTHI5sYuMDw/oOpwYNGhRjxoyJr3zlK9GrV6+C1NjeeP/Ino3/nHTt2jWOPfbYGD16dOy3334Frqz92fgXsxFRd7euQw45JMaMGRMjR470S6hWdPfdd8cNN9xQ73tzfQdRO+ywQ+ywww51d+RYs2ZNrF27NtauXbvFg6sNjxUVFcUll1wS48eP3y6vh+a78cYb42c/+1lE/LN3CxYsKHBF2bB27dq4/PLL47HHHouIht+P99hjj7jttttiwIABdfNLly6Nb3zjG/H22283+Hlk05/dRo4cGTfffHOUlJRsj5fT5tx///3xwAMPxPz58/Pmd9pppzjxxBPj3HPPje7du2+27s0334yJEyfG3/72t4ho+OC9tLQ0xo0bF+eff747EdXjuuuui+nTp2/29b3p/8+ioqLo1atXdOnSpd73kFWrVsXy5cvr3os22HS/XC4Xp512Wvy///f/tuvrAjbnM252OCPNFmek2eKMNHu8f2SPM9LscEaaLc5I2cAZacOck2aXM9LCckZKCgTBgXaturo6xowZE//4xz8afchUW1sbhxxySPz85z+PKVOmxB133JH32O677x6HHXZY7LLLLtGpU6f44IMPYt68eTFr1qxYu3Zt3nN33nnneOKJJ6JLly6t8Gqz74QTTojXXnstIv75t0D/53/+J4qLi7e45j//8z/jpptuioj6f9jq0KFDdOvWLWpra2PlypVRXV2d99wNzy8pKYk777wzRowY0aKvKWVjx46t+yBRVlYWs2bNih122GGLax5++OG49NJLI2LLByib2vS5nTp1ihkzZsSQIUOaW36bs/Hh7cY2/cBcXFwchx56aJx00knxpS99qdH/RBdN4/0jm+o7WI+I2H333evutuKXgK1j0+9Zm/akW7dudXfr2nfffQtSY3vx29/+Nr7zne9ExOY/K/Xr1y8OPvjgOOCAA2Lw4MHRt2/f6NevX4OHrjU1NfHuu+/GsmXLYvHixfHCCy/EnDlzYunSpZvtn8vl4nvf+16MGTNme79EmuDGG2+MO++8MyL+2a+///3vBa6o8NatWxfnnXdezJo1q1F3n+vfv388+OCDseOOO0Z1dXWMHTu27v9jQ4e/9QUWjjrqqLj11lu3y2tqKz788MP4t3/7t5g7d25ENPxzVs+ePeP222+Pvffeu27+1VdfjXHjxsVHH33U6F887bfffvGzn/3Mz1cbuf322+Pmm2+OiM2/xx9wwAExbNiwuveQPn36bPXz+/r166O8vLzuPWT27Nnxwgsv5N3Rc8N/f/Ob34zzzjtvu74+4P/4jJstzkizxRlptjgjzRbvH9nkjDQ7nJFmhzNSNuaMtH7OSbPJGWnhOSMlFYLgQLu24UPfxm+mffr0iTPOOCMOPvjg2HHHHePjjz+OOXPmxLRp0/I+wM2YMSPOOeecWLVqVdTW1ka3bt3i6quvjlGjRtV7rfLy8rj22mvjySefrDuAyeVycdlll8WZZ57Zaq85qyorK+Pggw+u+0Hz+OOPjxtuuGGLa5YsWRKjRo2K9evX183V1tbG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I0aobNmyxuNCQ0M1c+ZMzZ07V5J0/fp1zZs3T3/++adxIa5evbpmzZqlokWL2pVRrlw5lStXzghAvv76a2Obffv2ac+ePapfv35WHG62NGnSJO3evTvRB6jixYurVatWeuSRR4zpWa5du6b9+/dr8+bNunbtmvFBymq1aufOnfruu+/Uv39/Vx2K6RDimsuPP/5ot1y1alV99dVXKlmypN36p59+WgMHDtSgQYN05MgRWa1WffLJJ8YUd56envr666/VpEmTZMuqWbOm5s+fryFDhmj79u3G62Tx4sWcj//H+TCnbdu2GdfzfPnyqVOnTvfdZvny5friiy8kOddQbpPwsREREXr99de1aNEiVatWLS1Vz5bOnj2rPn36KCQkRFLiUc88PT1Vo0YNVahQQaVKlVKpUqVUoEAB5cmTR3ny5JEUPxVtVFSUwsPDdfnyZV28eFGnT5/W4cOHdefOnUT7tZW5ePFilStXLqsP2ZQmTpyogwcP2gVItnOQP39+5cmTR6GhoYnCWKvVqsuXL6tv37765JNP1LlzZ9ccAJDJZs+erRUrVti9RqTEI2Ta1h09elT/+9//9N5772np0qX6448/Er22fHx8VKZMGXl6eurq1au6dOmSsR/bdXzhwoVq3ry5WrVqlUVH6j4uXryYKftNOOWvJF26dCnF6z3TAqd+RLo33nhDN2/etHtN5MmTRz179tRTTz2l2rVrK1euXJLiOyweOHBAa9as0Y8//mhc16X4zOX999/XzJkzM+5gAKSIjNT9kZFmHjJScyGTMxfOhzmRkZoLGak5kJEC90dOai5kpOZBRgp3YbHyNScAOdgzzzxj963E+009M2vWLE2YMEEWi0V58uRRZGSkJKlo0aL6+eefVbhw4fuWOWrUKC1fvty46Hft2lWffvppBhyN+0vttCqXLl3Sk08+qbt370q6N13myJEj9cILLyQ7Skp0dLTmzJmjqVOn2m2bN29ebdu2TQULFszAo3Jf/fv3144dO4xzUqVKlSRDXEkKDg42QlyLxaImTZpox44dkuJDrFmzZqUY4krx38Z3DHFr166dKEzOiaKiolS/fn3FxcUZowatWrUqyXNhExwcrI4dOyosLEzSvW+qDh06VMOGDXOq3Js3b6pNmzYKCwuT1WqVh4eH/vrrrxw/RTDnw5yio6NVv3594339ySef1JQpU1Lc5tq1a3ryyScVFRVlrLNarfLz81O3bt3UuHFjVa5cWT4+Psa3sgMDA7Vz504tW7ZM169ft7uJL1++vNasWSMPD4/MO1A3ERsbq27duiUa9SxPnjxq06aNunbtqnr16iXZ8O2M6Oho7du3TwEBAVq3bp2ioqLsOq1UqVJFAQEBOf5cnDp1Sh06dDCWbZ93BgwYoC5duhidemJiYvTXX39p2bJl+uWXX4zRB2zbWCwWvfPOO+rXr59T5TK1oHlxbuxduXJFbdu2TXQdKFOmjBo3biw/Pz+FhYVpz549xvuZ1WpV7ty5tWHDBr300ksKCgoy1terV08jR45U/fr17cLhf/75R99//70WL15sd/9RunRp/frrr/L0ZJyGhBLeF2a0pBqukmKxMC1wau/Pf//9dw0YMMDuely9enV9+eWXKX5OluJfI0OGDNGJEyeM7S0WiwICAuhAAmQRMlJzISM1FzJS8yCTMxfOhzmRkZoLGak5kJHCEecmMXJS8yEjNQcyUriTXK6uAAC4Snh4uN00m6VKldLbb7+d4jYvv/yyHn74YVmtVqOBw2Kx6LXXXnOqgUOKb+TImzevpPgPWNu2bUvHUeRs3333nWJjYyXFP5fe3t769ttv1b9//xSnyvT29tarr76qmTNn2oUfUVFR+umnnzK93u4gKirKGM3JarWqQIECyTZwSFLx4sU1c+ZM+fj4SJJ27twpKf71MWjQoPs2cEiSl5eXJkyYYOxDkg4fPqyIiIgMOCL3dvjwYeNm2GKx6JlnnrnvjULx4sXVs2dPuxs5b29vpwMqKf5b2s8++6yxj7i4OKNhOCfjfJjT8ePHjWuCJKfed2bOnGlcz21TPb744ovauHGjRo4cqccee0zFihWTl5eXvL29Vbx4cTVr1kxvvfWWNm3alOicnjt3TkuXLs34g3NDixYtsgsDrVar/P39tX79en3++edq0qRJmhs4pPjXT+PGjfXZZ59pw4YNat26td3UbCdOnNCiRYsy6nDc1vz5842/UdtogD/88IOGDRtmN7Kjl5eXmjZtqgkTJmj58uWqVauW3eg3VqtVn332mSZNmuSKwwAyzY8//mh3HfDw8NDHH3+sjRs36pNPPtGIESM0ZswYrVy5UtOmTVO+fPlksVgUGxuryZMnG40bktStWzctWLBADRo0SBSelytXTu+//76mT5+u3LlzG+svXbqkjRs3Zt0BuxHbtSOj/6WmDKTOnDlzjJ8tFosqVaqkBQsW3PdzshT/Glm4cKHKly9vt37BggUZXU0ASSAjdX9kpJmHjNRcyOTMhfNhTmSk5kJGag5kpMD9kZOaExmp+yEjhSvRERxAjnX48GG7m7du3bqlGIzbHte9e3fjZ0nKkyePU9Oq2fj6+urJJ580yg4JCdGVK1fScgg53i+//GL3TbhRo0apUaNGTm/frFkzvfnmm8b2VqtVK1euzMQauw9CXHM5e/aspHvfznV2aqwnnnjC+NlisahOnToqUKBAqspu0aKF3XJmTUPlTjgf5vTPP/9IundeqlevnuLjrVarVq1aZXcdGTFihEaPHu1U+J43b16NGTNGgwcPtruOcDMeb/78+XbPbb9+/TR9+nQVK1Ysw8vy8/PTtGnT1K9fP7tzYZuuPidbs2aN8Xx4eHhoypQpqlKlSorbVK5cWYsXL9bAgQONdbZ9fPXVV/rPf/6T2dUGsoxtFFLbe8fYsWP13HPPJfnY1q1ba8qUKcZ1JiAgQFL89eThhx/Wv//97/uO0NKyZUsNHz7crlF22bJlGXhE2YdtetiM/udMGUi9O3fuaNeuXXavpwkTJhgdPJ1RsGBB/fe//7W7lm/dujUTaw3AhozU/ZGRZh4yUnMhkzMXzoc5kZGaCxmpOZCRAvdHTmpOZKTuhYwUrkZHcAA51vnz5yXdC0MaNmzo1Hb169c3frZYLKpevbry5MmTqrIfe+wxu+Vjx46lanvEh4xXr141lsuXL6+ePXumej99+vRR6dKljeXAwEBGVxEhrtnYpsq0qVixolPbVahQwW7Z8dujznjwwQcl3WvYdaxLTsT5MKeE1wQpfhS7lBw8eFA3b96UFP981q1bV6+++mqqy/3Xv/6lGjVqGMuBgYG6du1aqveTnZw6dcq4jlgsFtWuXVujRo3K9HJHjRqlOnXqGNeuf/75R6dOncr0cs0qKCjI7m/8qaeeUt26dZ3aNleuXBo5cqS++OIL43Nuwoa80aNH202NCrij4OBgXbhwwViuWbOmunXrluI2TZs2VatWrew69dhGP3V2muX+/fsbDb5Wq1W7d+9OQ+1zBleNdoPU+/vvvxUdHS0p/jXxxBNPqGrVqqneT+3atdWsWTPjPFy9epX7QSALkJG6NzLSzEVGai5kcubC+TAnMlLzICM1BzJS4P7ISc2NjNR9kJHC1TxdXQEAcJVbt27ZLT/00ENObVeuXLk0bZdQtWrVJN0LqUJCQlK9j5zu8OHDxs8Wi0U9evRI0348PDzUrVs3TZs2TVL86CqHDh3So48+miH1dFeEuOYSFRVlt5wvXz6ntnP8dmn+/PlTXbbjNrZpwXIyzoc5OT4X92tgPXnypCQZ36ju3bt3msq1bfvuu+8a6/bv36/WrVunaX/ZwdGjRyXde25ffPHFLCu7X79+GjFihLF85MgRp69h2Y2tE43tPDz99NOp3kfbtm1VqlQpvfrqq7p586bR0LF8+XLdvn1bEydOlKcnsUJa9O3b1yXl2jp6If79wcZisahLly5ObdehQwdt2bLFWPb19VXLli2dLtfDw0MdOnTQ7NmzJUkREREKCgpK9Dka8SwWi5o2bar27dune1+//PKLMXqKxWLRp59+mu59Il7CTnIWiyVdn4PatGmj7du3G8tHjx6165gIIOORkbo3MtLMRUZqLmRy5sL5MCcyUvMgIzUHMlJzIyM1B3JS8yMjdQ9kpHA1Po0AyLFSG4bYOAZMBQsWTHXZfn5+dsuODS64v+vXr0u69yEqPY0SjRo1Mho5JOny5cvprp+7I8Q1F8fnJDw83KkphG7fvp1ou9RyfH9y9m8hO+N8mJPj1OW3bt1K8fkJDQ21W3Z21LukNGjQQBKdF2yCg4PtlmvVqpVlZdesWVPSvXPhWJec5MaNG3bLtucmterUqaMFCxaof//+Cg4ONho61q9fr8GDB2vatGlOTRUMe7bpAV3Bdg5zOtv7g+1+onbt2k5tl/A9zWKxpOk9rn79+kYDhxTf8E4Dxz3ly5fX2bNnjb/V33//XZI0ZsyYRJ0OUyMoKMhuGs2uXbumu66IZxtdzeaRRx5J877q1Kkj6d613PF6BiDjkZG6NzLSzEVGai5kcubC+TAnMlLzICM1BzJScyMjNQdyUnMiI3U/ZKRwtVyurgAAuIrjzVhsbKxT2znejOTOnTvVZRPipp+tkcOmbNmyad6X7YMyo6vck1SI6wxC3MxRqFAhu+UTJ044tV1gYKDdsm10j9QICgqSdG8KXMe65EScD3MqXLiw3fL9ph51fL8qWrRomssuUqSI3XJOvxmPiYmxW/b19c2ysn18fOyW79y5k2Vlm43j9TQ97xcVK1bUwoUL9cADDxhhsNVq1fbt2/Xyyy8nej3BeUyz6DqOrxFnR9OwTVdqU7JkyVSXXalSJUn37j8cA+KcbtWqVXr11Vfl4eFhPEe///67OnbsqK+++srpe3dkHcfXU3o+Vzm+xrg/BzIfGal7IyPNXGSk5kImZy6cD3MiIzUPMlJzICN1D2SkrkVOak5kpO6HjBSuRkdwADmW4+g2aQlj08pxJJG0NJTkdB4eHnbLjqFGajje9Gfl34JZEeKai+NN8MaNG53absOGDcbPVqtVhw4dSjTCx/1s3rzZbjk93zDOLjgf5mSbhtx2Xv76668UH+/43pKekeccA17Ha1RO49hQfvHixSwr+9KlSynWJSdx7NCT3tEVy5QpowULFqhy5cp2DR27d+/WSy+9RAiVRhaLxXgus+of4jk2gjrbscbxcWn5rMr9R8q8vLw0YsQI/fTTT6pZs6bxdxsVFaVJkyapS5cu2r17t4triYQc85X0dFTLkyeP3XJ0dHSa9wXAOWSk7o2MNHORkZoLmZy5cD7MiYzUPMhIzYGM1D2QkboWOak5kZG6HzJSuJqnqysAAK5SokQJu+Xz5887/e1G6d7UOGnh+AE2J9+Ap5XjyAIxMTFOTTuYFMcPTTk9nJKSDnEfe+yx+26XXIjreL5SQoibWNWqVeXt7a2YmBhZrVYtXbpUvXv3TnFqrHPnzumHH36wm9osNjZWX331lUaPHu1UucHBwfrpp5+MfXh4eKR52rzshPNhTjVq1FCePHmM9/R169apX79+yT7e9j5nc+LEiTRPoW1r4LV9NnD8lnZO88ADD0i6dw3ZtGmTqlatmiVlb9q0SdK9c2GrS07kGKCGhIQk+vybWn5+fpo/f75efvllHTx40Hg/+vvvv9W3b1999913qbrm52S214ftb7VatWoqWLBgppd7/vz5RI2BOZVjkBoZGZmm+4lcuVI/xoJjOYS4SatWrZp+/PFHzZ07V5MnT1ZERISk+I5Uffr0Ubdu3fTWW29l6ahqSJrjZ5/w8PA0d1Zz7DzC1NpA5iMjdW9kpJmLjNRcyOTMhfNhTmSk5kFGag5kpOZGRmoO5KTmRkbqPshI4Wp0BAeQY5UpU0bSvRuM06dPOx1uNG3a1NjO9u361LDdWNhuatJ7w5kTVa5c2W75xo0baW7kcGx0YppNQlyz8fT01BNPPKG1a9fKYrEoKipKL7/8sr788ktVq1Yt0eNPnDihoUOHKjIyUhaLRU2aNNGRI0d08+ZNzZs3T7Vr11b79u1TLDM8PFz/+te/FBERYXwTv27dutxkiPNhVl5eXmrevLnWr18vSdq/f782btwof3//JB/fsGFD5c2b1xiB7ueff05zI8eqVavslrMq0DerunXrysPDQ3FxcbJarZo3b5569OiR6Y0/wcHBmjdvnnENyZUrl+rWrZupZZqZY2PT4cOHVb169XTv18fHR3PmzNGgQYP0119/Gc/3sWPH9MILL2j27NnpLiMneOCBB3Tu3Dlj+YUXXlCPHj0yvdwJEyZo1qxZmV6OO3AcLfPWrVtZ1khnC+ttHBtbcI/FYtGLL76oNm3a6MMPP9Rvv/1mvO8sW7ZMmzZt0jvvvKMuXbq4uqo5Wp06deyWg4OD09zI4TgFsONIOgAyHhmpeyMjzVxkpOZCJmcunA9zIiM1DzJScyAjNTcyUnMgJzU/MlL3QEYKV6MjOIAcq3z58vL09NTdu3clSQcOHNBzzz3n1Lbffvttuso+evSo3XLZsmXTtb/s6NatWylOk1a4cGF5enoqNjZWknTq1CmVKlUqTWVduHBB0r1GJz8/vzTtJzshxDWf3r17a+3atZLib/YuXryo7t27q3nz5mrQoIF8fHwUFhamPXv2aNu2bcZ7myR169ZNpUuX1tKlSxUXF6e33npL+/fv18CBA5MMHTdv3qzPP/9cZ86cMW4iLRaL0++ROQHnw5x69eql9evXG8/T2LFjVa1aNaNjQ0J58uRRt27dtGDBAknSsmXL1KNHD9WuXTtVZe7evVurVq0yyixWrFiS75M5iY+Pj5o0aaLt27fLYrEoNDRUAwYM0KxZszKtY0dwcLBeeeUVYyphi8Wixx57LF3Toru7KlWq2C3/+eefeuaZZzJk3/nz59c333yjIUOG6Pfffzf+/k+fPq3evXurVq1aGVJOdla7dm2dPXvWWD548GCWNHLgnpIlS9otnz17VuXLl3d6+/RMIes4TTAh7v2VKlVKs2bN0s8//6xx48YpJCREknT9+nWNHj1ay5Yt08cff5ymToi4vz179mjatGkpPibh/XlgYGCikQWdderUKUl0CgWyEhmpuZGRuhYZqfmQyZkL58OcyEjNgYzUHMhIzY2M1BzISd0HGalrkZHC7OgIDiDHyp07tx566CGdPHlSVqtVu3fvzrKyDxw4kKgeuMdqtWrx4sVavHix09scOnRIzZo1S1N5jo1OaW0syW4Icc2lQYMGat++vVavXm00At29e1dbt27V1q1b7R5re/4sFosqVaqkDh06qHr16goICJDValVcXJzmz5+vBQsWqFq1aipbtqy8vb11/fp1HTp0SDdv3jRu2m37eeihh9SuXTtXHLopcT7MqUmTJmrevLnxTfgrV66oT58+yTbQvv7669qwYYOCg4MVGxurgQMHasaMGXrkkUecKm/Xrl0aNmyYpHvn+dlnn83QY3JXgwYN0vbt2yXF/90GBgaqffv2eu2119S9e/cMG1kuMjJSS5cu1ZQpU3Tr1i27EdcGDRqUIWW4q0KFCql8+fI6d+6crFarfv/9d925c0e5c+fOkP17e3tr5syZGjlypF3j4vnz53XhwgW7c4HEatWqZddAevDgQVdXKcexdTSzjQgVFBSkFi1aOLXtyJEjjZ+dvWYkZGvgsl07Spcunep95FQdOnRQ8+bNNW7cOC1fvtx4De3atUudO3fWyy+/rEGDBsnLy8vVVc02rFar9u7dq7179zq9zV9//aWnn346TeUdOXLEbjmpzioAMhYZqXmRkZoDGam5kMmZC+fDnMhIzYOM1PXISM2NjNQcyEndDxlp1iMjhTuwWPnUASAHGz16tAICAiTFf7D99ddfVa5cuUwtMzo6Wk2aNFFkZKSk+G+6/vDDD5lapruoVq1aqm6IE4bhderUSVWjSELDhw83psmzWCz666+/+Lbp/3vjjTeMEFe6dxPmKOH6SpUqaeXKlQoKClLHjh1ltVrtQl5nQlwpfkrhlStXytOT763Z3Lx5U3369FFgYKDdOXFke23kz59fCxcuNKZgtE115vg6S3hOHddbrVblzp1bixcvVo0aNTLr0NwS58Ocrly5os6dOxtTZlmtVnl6eqpXr1568cUXE90o79q1S6+++qqioqKM6Za7d++unj176uGHH06yjIMHD2rhwoVasWKF4uLijHPj5+enX375hWvI/xs7dqwWLlxo9zdusViUN29etWnTRo8++qjq1aunBx98MFX7PXPmjPbt26ddu3bp119/VURERKLrU8+ePfXhhx9m5OG4pY8++sj4fGSxWDRx4sQMbyCNi4vTqFGjtHLlykSfF2z/O3YogbRv3z717NnT7r19z549mR7M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tKOc4rvvvtPnn3+ebMOGZH8NtlgseuGFF/Tee+9p6dKleu+99xI17vn4+KhMmTLy9PTU1atXdenSpST3M2PGDLVq1SqzDxEAAABABiEjTRoZqeuRkboHMlLXISc1NzJS1yMjhbugIzgAAAAApAONHIlFRkaqffv2unjxYqJwo1y5cipatKhu3bql06dPKy4uzgj8ihQpoo0bN2rw4MH6448/jPWFChXSiy++KH9/f5UtW1a5c+dWcHCw/vjjDy1atEhHjhyxK6devXpauHChy47fLGyNHJkhqYArqcfwmkhZUFCQBg8erHPnziUZxKY1skluVIkHHnhAM2bMUIUKFdJR6+zh6NGj6tq1q/FcjRo1KlHjqqPJkydrxowZdo0UTz75pMaMGSM/P78Ut71y5YrGjBmjLVu2GNtbLBZNnDhR7dq1y5iDykYOHjyovn37GtOUpvQ+I0n58+dXQECAHnjgAd26dUudO3e2uwYlfGxCSTW4f/nll3r88ccz8nDc0pUrV9S2bVtFRUUZ66xWq8qUKaPGjRvLz89PYWFh2rNnjwIDA42/69y5c2vDhg166aWXFBQUZKyvV6+eRo4cqfr169s97//884++//57LV68WHfv3jXKKV26tH799Vd5enpm+bEDAAAASD0y0sTISM2BjNT8yEhdi5zUvMhIXY+MFO6EvxIAAAAAQIZasWKFES7ZQiXb1HRly5Y1HhcaGqqZM2dq7ty5kqTr169r3rx5+vPPP40ApHr16po1a5aKFi1qV0a5cuVUrlw59ejRQ1988YW+/vprY5t9+/Zpz549ql+/flYcrtvIrO+B8/3ytDl79qz69OmjkJAQSYmnxPT09FSNGjVUoUIFlSpVSqVKlVKBAgWUJ08e5cmTR5IUFRWlqKgohYeH6/Lly7p48aJOnz6tw4cP686dO4n2aytz8eLFKleuXFYfsqmcPXtW0r1gu0aNGvfd5qeffrJrnHj++ec1ZswYp8orUaKEZs6cqdGjRysgIMDYz/fff08Dh4M7d+7o3XffVWRkpNONFLdv39ZHH32k7777Tt98802iRvaHHnpIzZo1U9myZZU3b16FhoZq//792rlzp6Kjo2WxWIxz8t577+nXX39VgQIFsuaATerHH380zoHVapWnp6c++OADPffcc4keu2HDBr3zzjuKiIhQbGysJk+ebDRwSFK3bt30ySefJNlYVa5cOb3//vtq3ry5hg8fbrx3Xbp0SRs3btRTTz2VuQcKAAAAAJmEjNScyEjNhYzU9chJzYmM1BzISOFO6AgOAAAAAMhQS5culXQvOOzdu7fef//9RI8rUqSI3n33XRUrVkwTJkyQJM2YMcMIsooWLapvv/1WhQsXTrYsi8WikSNHKjg4WMuXLzcClKVLl9LI8f9s56Fhw4Z2jUxpdejQIZ04cUJS/PPfpUuXdO8zp4mNjdXw4cMVEhJiF8TmyZNHbdq0UdeuXVWvXj15e3unaf/R0dHat2+fAgICtG7dOkVFRRlBZUhIiIYOHaqAgAB5eHhk5GG5lStXrtgt36/RJzAwUFevXjXOV6VKlfTBBx+kutyxY8dq7969OnfunKT4UV3CwsJUqFChVO8ru1q5cqVOnDhh99ooUaKE+vTpo4YNG8rX11c3b97U7t27NX/+fF28eFGStHPnTu3fv18LFy60Gy3t448/TrYR6cqVK/r3v/+tDRs2GOVdv35dy5YtU9++fbPmgE3Kdk21XUPGjh2rbt26JfnY1q1ba8qUKRowYIAsFosCAgIkxZ+76tWr69///vd9R19r2bKlhg8frgkTJhiPXbZsGY0cAAAAANwWGam5kJGaDxmpOZCTmhMZqTmQkcKd0BEcAAAAAJBhwsPDdejQISMYKVWqlN5+++0Ut3n55Ze1Zs0aHT161G6Ku9deey3FBo6ERo0aZYS5VqtV27ZtS/exuLvcuXMrNjbWOBeHDh1S8+bNNWDAgHSF2xMmTDAaOSRp3LhxGVHdHGXRokV20wRKkr+/vz766CMVK1Ys3fv39vZW48aN1bhxY7311lv66KOPjBDXarXqxIkTWrRokV544YV0l+WubO81NgULFkzx8UeOHJF0r9HwxRdfVK5cuVJdbu7cudW3b1/9+9//liTFxcVp3759atmyZar3lV0tWbLEbrlJkyaaNm2a8ufPb7e+du3a6tmzp4YPH67t27dLim9AunXrliQpX758mjdvnqpWrZpsWSVKlNC0adM0atQou1B/yZIlObqRIzg4WBcuXDAaG2rWrJlsA4dN06ZN1apVK2NaX+netdzZa07//v01d+5cXbt2TVarVbt3707fgQAAAACAi5CRmgcZqXmRkZoDOak5kZG6Hhkp3E3q34kBAAAAAEjG4cOHjdDWYrGoW7du8vLySnEbi8Wi7t27Gz9LUp48edSpUyeny/X19dWTTz5plB0SEpJoJIucZvny5XrkkUeMQDYqKkpffPGFunTpor1797q6ejna/Pnz7UaR6Nevn6ZPn54hDRyO/Pz8NG3aNPXr188oz2q1GtMN51SOoWtERESKj79+/brdcuPGjdNcdpMmTSTde78LDg5O876ym/DwcB04cMD4Oy1atKgmT56cqIHDJm/evJo0aZJKlCghSTp69KikeyOhpdTAkdDHH3+s4sWLG8snT55UWFhYOo/Gfdka9KTUjWrWoUMHu2VfX99UNd55eHioQ4cOxrU8IiJCQUFBTm8PAAAAAGZBRmoeZKTmRUZqDuSk5kNGag5kpHA3jAgOAAAAIFuYNm2aS8rds2ePS8o1q/Pnz0uyn2rTGQmnKLVYLKpevbry5MmTqrIfe+wxrVy50lg+duyYEXzlRBUrVtTChQu1cOFCTZw4UeHh4bJYLDpx4oReeOEFde/eXW+++aZ8fHxcXdUc5dSpUzp79qwsFossFotq166tUaNGZXq5o0aN0r59+3TgwAFJ0j///KNTp06pYsWKmV62Gfn6+totX7t2TX5+fsk+3jHwThiIp5bjto6NJznZoUOHjOuHxWLR888/f9/pYAsUKKDevXtr4sSJRqNRvnz59Oyzzzpdrre3t55//nlNmTLFWPf333+rWbNmaTsQN2drdLOdi9q1azu1Xa1atYyfLRaL3bKz6tevr9mzZxvLJ0+eVIUKFVK9HwAAACCnIiM1BzJS8yAjNScyUvMgJzUfMlJzICOFu6EjOAAAAIBsYdq0aUa4kdUSTl2Y09mmm7N56KGHnNquXLlyadouoWrVqkm6N3pESEhIqveRHfXq1UutW7fWxx9/rI0bN8pisSguLk4//fSTNm7cqHfeeUedO3d2dTVzDNtoHAmnzswq/fr104gRI4zlI0eO5NhGjvLly0u6936xf/9+4z0kKY6jrURFRd13JK/kREVF2S276tplRo4N5c2bN3dquxYtWmjixImS4p/PevXqpfr8NGvWTFOmTDHOR04eMc3xWl66dGmntnMcsatkyZKpLrtSpUqS7r0ubt68mep9AAAAADkZGak5kJGaDxmpuZCRmgc5qfmQkZoDGSncTS5XVwAAAAAAMpLVas3yf7gnMjLSbrlAgQJObecYHhYsWDDVZTuOUuEY0uRkxYsX1/Tp0zV58mS75yk0NFSjRo1Sv379dObMGddVMAdxnN4yLaNBpFXNmjUlMdWmFP9ceHreGx9h/fr1KT7eseH19OnTaS7bNo2j7fpRtGjRNO8ru3F833ZsAE+O4+PKlCmT6rIdt8nJ15A7d+7YLefLl8+p7Rwfd7+RipLiuE14eHiq9wEAAACAjNTVyEjNiYzUPMhIzYOc1HzISM2BjBTuho7gAAAAALIV21RpWfkP93h7e9stx8bGOrWd4/OYO3fuVJft2FDi2OAC6amnntLatWuN6QBtIzX98ccf6tSpk6ZNm6aYmBgX1zJ7c3x+HafezEyOU9w6Bpk5Sb58+dSoUSOjsXrHjh0pTmP96KOPytPT03ivWrduXZrL/uWXX+yWbaN7QIqOjrZbdnb6a8fH5c2bN9VlO+7DsS45ieNzkdbraa5cqY+eHc9dTj4PAAAAQHqQkboWGam5kZG6HhmpeZCTmg8ZqTmQkcLd0BEcAAAAQLbCaDeu5Ti6TVZ+S91xGsG0NJTkBAUKFNDYsWM1d+5cu2kfY2JiNH36dHXq1Ek7d+50cS2zL8fGuIsXL2ZZ2ZcuXUqxLjlNz549Jd1r7BszZkyyUywWLFhQ7dq1M973Fy5cqHPnzqW6zJMnT2rJkiVGQ0mhQoWydMQjs3Mc6SwsLMyp7RzPm7PbJeQ4uk1Ofn04Nohm5cg/ERERdsvONnQBAAAAsEdG6lpkpOZHRupaZKTmQk5qLmSk5kBGCnfjef+HAAAAAID5+fn5KSQkRFJ8WPXFF1+obdu2mV7uhAkTNGvWrEwvx12UKFHCbvn8+fMqXbq009tbrdY0jyDk2KCSkwMqZzRs2FArV67Ul19+qW+++UZ3796VJJ05c0b9+/dXx44dNWrUKBUpUsTFNc1eHnjgAUn3RnjatGmTqlatmiVlb9q0SdK915mtLjlV69atVbt2bR08eFAWi0WnTp1Sv3799PXXX6tYsWKJHv/WW29p27ZtCgsLU1RUlPr376/Zs2c7PTVnUFCQXnnlFWOUIYvFoq5duzJqWgKO4fqxY8dUsmTJ+253/Phx42er1aqjR4+muuxjx44Z21ssljRN2ZldOD7nZ8+eNRrFnZGeDiCODVTOTp8OAAAAIB4ZqTmQkboPMlLXICM1F3JScyEjNQcyUrgbRgQHAAAAkC3UqlXL7qb64MGDLqxNzlWmTBlJ9wLc06dPO71t06ZN1axZMzVt2lQPPfRQqsu2jeRh+ztwbHBBYl5eXnr99de1bNky1a5d2wj3rFarVq1apXbt2mnJkiWurma2UrduXXl4eEiK/1udN2+erl69munlBgcHa968ecZrM1euXKpbt26ml2t248aNs5uu+ejRo2rXrp2+//77RCNoFS9eXB9//LEx5fX58+fVqVMnffXVVwoNDU22jJCQEE2bNk3du3fXpUuXjHOQP39+vfLKK5lzYG7K1uBne47Wrl3r1HZr1qyxWz5+/LjOnz+fqrLXr19vt/zggw+mavvspGzZspLunYegoCCntx05cqTxr3nz5qku++zZs5LuXctT01ECAAAAABmpWZCRuhcy0qxHRmo+5KTmQUZqDmSkcDeMCA4AAAAgW6hdu7Y2b95s3JDTyOEa5cuXl6enpzFyyoEDB/Tcc885te23336brrIdRzewhTS4vypVqmjx4sWaP3++vvjiC2PauZs3b+rDDz9UQECAxo4dq0qVKrm4pu7Px8dHTZo00fbt22WxWBQaGqoBAwZo1qxZmdYwFxwcrFdeecUI4S0Wix577LFEI4vkRBUrVtT//vc/vfbaa4qLi5PFYlF4eLjGjx+vyZMn64knntBjjz2mqlWrqlKlSmrbtq28vLz0xhtvKCoqSpGRkZo0aZKmTp2qypUrq3LlysYoKTdv3lRgYKBOnjypuLg4u0ZEi8WiMWPGqGjRoi5+BsylUqVKyp8/vyIiImS1WrV69Wr17NkzxQa5gwcPKiAgwG7EoLi4OE2ePFn//e9/nSr31KlTWrlypXF+vLy8VL169fQejtsqV66c8ubNazTy7d27V/369XNq24EDB6arbMdrubMjSQEAAACIR0ZqDmSk7omMNOuQkZoPOal5kJGaAxkp3A0jggMAAADIFmrVqmX8bLVadfjwYRfWJufKnTu3MVKN1WrV7t27s6zsAwcOJFkPOMdisahPnz5as2aNWrZsaRfG7t27V126dNGECRMUGRnp6qq6vUGDBhk/WywWBQYGqn379po3b57RwJQRIiMjNX/+fHXo0EGBgYF2IXDCOuR0rVu31qRJk4wRb2x/9xEREVq9erXee+899ejRQ3Xr1lWdOnX0/vvvS5LdayQ2NlZHjx7VqlWrtGDBAi1YsEA///yzjh8/rrt379o9VoqfPrVjx44uO2azslgsateunfF8xcbG6tVXX9XmzZuTfPy2bds0cOBAxcbGSpL8/f1VrFgxWa1W/fzzz05NS37lyhUNGzZMd+7cMcpt1KiRPD1z9vgZlStXltVqldVq1Z49e7Ks3L/++sv4uWDBgjRyAAAAAKlERmoOZKTui4w065CRmg85qTmQkZoHGSncSc5+tQIAAADINmrWrGm3HBERoVOnTqlixYouqlHOVbNmTZ04cUKS9M8//+iff/7J9JAiOjpaW7ZsMULchx9+OMcHVGlVsmRJffXVV1qzZo0+/fRTXbt2zQgbv/nmG0myC2qReg0aNFCvXr20cOFC4282PDxcn376qb744gu1adNGjz76qOrVq5fqqRfPnDmjffv2adeuXfr111+NUUNs5VgsFvXs2VP169fP6MNya08++aSWLl2q999/X/v27bNrEEr4tx4dHa3o6Gi739t+tgXCCTnup0iRIho7dqxat26dWYfi9l544QUtW7bM+Lu9efOmhgwZokqVKqlBgwby8fFRWFiY9uzZo8DAQLvnvHv37ipdurTmzp0rq9WqiRMnat++fRo0aJBq165tV05YWJhWrlypGTNmKCQkxO597fnnn8/SYzajOnXq6O+//zZG5fr7778TPYcZLTQ0VH/++afxuknYgQUAAACAc8hIzYOM1L2RkWY+MlJzIic1BzJScyAjhTvhEx8AAACAbMHX11flypXT+fPnjXUHDx6kkcMF6tWrp4CAAGN5w4YNeumllzK1zI0bNyoiIsIIRho0aJCp5eUETz/9tJo2barx48cbUwraAsCEoS3S5t1339Xly5e1adMmu4A8IiJCK1as0IoVKyRJHh4eKlGihEqVKqUCBQrI29vbGJHFFraHh4fr0qVLunLlijHlsG1/kn0A/8QTT+i9997LykN1GxUrVtSiRYu0cOFCffPNN7p48aKk5P/eHdcn9TjbOciXL59eeukl9e/fX/nz58/gmmcv1apVU+/evTVv3jxZLBbjvefEiRM6efKk8TjHv+969erp8ccfV9WqVbV48WJj9JrNmzdr8+bNKlSokMqUKaM8efLo+vXrOnfuXJJT0dapU0dPPPGES47dTOrVq6d58+YZz/OGDRsyvZFj+fLlunv3rnFOGzVqlKnlAQAAANkRGal5kJFmD2SkmYuM1JzISV2PjNQcyEjhTixWvp4G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AAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAAAAAAAAAAAMDN0BEcAAAAAAAAAAAAAAAAAAAAANwMHcEBAAAAAAAAAAAAAAAAAAAAwM3QERwAAAAAAAAAAAAAAAAAAAAA3AwdwQEAAAAAAAAAAAAAAAAAAADAzdARHAAAAAAAAAAAAAAAAAAAAADcDB3BAQAAAAAAAAAA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evSoLly4oNu3bytXrlwqXLiwKlSooEaNGqldu3YqX758ptfn4MGD+v3337V//36dO3dOV69eVWRkpCQpf/78KlOmjKpWrapGjRrJ399fBQsWzPQ62cTFxenPP//Utm3bdPjwYZ09e1ZhYWGKiYkxnqvx48erdOnSWVanhKxWq/bt22f3/IWEhCgqKkq5c+dWwYIFVbZsWVWrVk2PPvqoWrVqpXz58rmkrmZ2+/Zt7d69W4GBgQoODlZERIS8vb1VrFgxValSRY0aNVKBAgUypezo6Gjt27dPBw4c0KlTpxQUFKSrV68qPDxckZGRyp8/v3x8fOTj46MqVaqoYcOGatiwocqVK5cp9UlJRESEtmzZoh07digwMFDnz59XeHi4rFarihcvrlq1amnSpElO7Ss4OFi7du3S0aNHFRQUpLNnz+rmzZsKDw/X3bt3jWMuWrSo6tatqwYNGqh+/fqZdh5SEhgYqF9//VV79+5VUFCQbty4odjYWBUsWFDly5fXI488os6dO6tatWpO7/PGjRtav369duzYoaNHjyokJESRkZHy8fGRn5+f6tSpoyeffFJNmjSRp2fmRfh37tzRzp079eeff+rw4cP6559/dP36deM9pFChQipXrpxq1qyppk2b6rHHHlPu3LlTVUZoaKg+//xzYzkiIiLJx3399dcKCAhwap89evRQgwYNUlUPm1OnTmnbtm3at2+fTp8+bVyXJSlfvnwqVaqUKlWqpIYNG+rJJ59U0aJF01ROWu3fv19btmzRwYMHdfr0ad24cUPR0dEqVKiQHnzwQb377ruqVavWffdz/vx5bd68WUeOHNHx48cVEhJivK94eXkpT548KlCggEqVKqWyZcuqQoUKqlOnjmrWrGmK68SKFSsSratVq5ZKliyZaWV269ZNe/futVsXEBCg1q1bp2l/y5YtS7QuqRGYkXnc4XPS9evXtWHDBv32228KDAzU1atXFRUVpUKFCqlIkSJ66KGH1KJFC7Vs2VIlSpTI0LI9PT31xBNPJPpbXb58udq2bZuhZQEAAAAAgMxlsTJcGAAAAAAApnL+/Hn5+/snWt+3b1+99957OnHihDp16qS4uDi73z/44INavXp1qjuN9enTR7t27bJbV7BgQe3evdvpfVStWjXRunHjxqlbt26pqoujJ554QhcuXLBbN2zYMA0fPtyp7adOnapp06bZrStTpozdSHeXL1/W+PHjtW7dukTPaVIaNGigjz76SJUrV072MdHR0fruu+/03XffKSws7L77LFOmjMaMGaOWLVve97HJud85sFqtWrhwoWbMmKGrV6/ed38Wi0WtW7fWO++8k+GdTmNiYrRs2TLNnj1bZ86ccXo7Ly8vdevWTUOGDElXZxhnnqulS5dq5syZ+ueff1Lc1/Lly/Xwww+nuS5pERsbq6VLl+qbb77RuXPnnN4ub9686t69u1599VUVL17c6e1GjRrldAfN+3F8/WWGP//8U3379k20fuPGjSpbtqyxfPjwYX399dfatGmTYmJikt1f7ty55e/vr1dffVXVq1dPd/1CQ0O1du1arVu3Tvv27Uux7OQ0a9ZMgwcPTnNnWBtnnquIiAh99dVXWrhwYYrvZ/e7bhw6dEirV6/Wli1bFBQUlOq65suXT88//7z69++vYsWKpXr7hJL6m3700Uc1b948Y/nkyZMaN26ctm/f7tQ+/f399cEHH6hUqVLJPiYsLEwzZszQggULFB0dfd99Vq1aVWPHjlXdunWdqoOzQkNDNWfOHP3www+6ceOG09sVLVpU/fr104svvuj0l5eS+0yTHqn9fBEXF6e1a9fq22+/1eHDh53ezsPDQ+3atdPw4cP14IMPpqGm8Zz5LLNhwwZNmTJFx48fT3Ff06dPT7Fj8o4dOzRjxgz99ddfaZopJnfu3HrsscfUrl07l3VatlqtatGihYKDg+3Wv/HGGxo4cGC69p3U9d/f319ffvmlwsPD1axZM+PLaFL887Ft2zYVKVIkVeVcuHBB/v7+dufA19dXv/32m7y8vJL87C3pvuc/IWc+495Pej9nO3u9TYkz78epldWfkxw5c27Cw8M1depU/fDDD3Z/c8nJnTu3+vTpoyFDhmTolyI3bdqkwYMHJyrrt99+U+HChTOsHAAAAAAAkLlyuboCAAAAAAAgdSpXrqxOnTolWn/mzBktXbrUBTVyX5s3b1b79u21du1apzqBS9Lu3bv17LPPauvWrUn+/syZM3rmmWc0adIkpzqBS/EdhgYOHKjp06c7XffUCAsLU79+/TR27FinOoFL8R2x1q9fr06dOmnVqlUZVpc9e/aoc+fOGjNmTKo6gUvxHcgXL16s9u3bJzlaaEa4fv26+vXrp/fee+++ncBdITAwUD169NCHH36Yqs5NkhQZGan58+erXbt2WrJkSSbV0Pzu3LmjTz/9VD169NAvv/xy347Yd+7c0S+//KLu3bvrk08+SVPHbZsZM2aoWbNmGjt2rP78888072v79u3q3bu3RowY4VQHsrQ6evSoOnTooJkzZzr9fpaUdu3aqXv37vruu+/S1Alciu+Q/t1336l169aZ9vq3+fHHH9WlSxenO4FL8R0fu3fvrr///jvJ3//999/q0qWLvvvuO6c6gUvxnUJ79uyp5cuXO12P+1myZImeeuopffXVV6nqBC5JISEhmjBhgjp16qRDhw5lWJ0y04kTJ/T8889r5MiRqeoELkl3797Vzz//rI4dO+rbb7/NlPpFRUVp5MiRGjp0aKo6ATuKjIzUm2++qZdeekm7du1KUydwKf79buvWrRo1alSa65Jehw4dStQJXJIaN26cqeUWKFAgUSf7O3fupOkzUEBAQKJz0KFDB3l5eaWrjrg/d/icdOjQIXXo0EFz5sxx+hp+584dfffdd+ratavOnz+fYXV59NFH5eHhkaisbdu2ZVgZAAAAAAAg89ERHAAAAAAANzR8+HDlzp070frp06c73cEsp1u7dq2GDh2q8PDwVG8bERGhYcOGaf/+/XbrT5w4oV69eqW5M9eUKVM0d+7cNG2bnPDwcPXt21d//PFHmraPiIjQm2++qe+//z7ddVmwYIH69u2b5o6gNrdu3dLbb7+tL774It11Sig0NFQ9e/ZM83OV2bZu3arnnntOR48eTdd+wsPD9f7772vs2LFp7izorqKjo/Xqq6/q+++/d/rLHzZxcXGaO3eu+vXrp1u3bqWp/PPnz+vu3btp2jYpa9asUe/evZ3+gkdq7N+/X7169Uo0WmxanD17NgNqFC8qKkpvv/22Jk6cmGH7TGj27Nn64IMPdOfOnVRvGxISoldeeSVR58Ndu3bpxRdfTNNzGRcXp3fffVfr169P9bYJ3blzR++8847ef//9dHXql+K/8NS7d+9MH90/vX799Vc9++yzOnDgQLr2ExMTo88//1yjRo1K9ftGSqKiotS/f3+tXr06XfuJiIjQwIEDM/RLW66UVAfU/Pnzq0aNGpledlKjoKf2ixhWqzXJbbp06ZK2SsFp7vA56c8//9QLL7ygS5cupWn7f/75R71799bly5czpD4FChRIcmYbOoIDAAAAAOBeUjdX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6V8U2Qp15cfFixf1119/Ger33ntvntsdPnzYUGvTpo3DK4FL14LWZrMUFUeOHFF2drah3rZtW6f6btu2zantS4Jy5cqZhiTNgvnFhdkxJz09XQcOHHDBNO6jTp06mjlzph599FHTx3/66adCncfsTgHZ2dlF4ruuS5cueT5ub1gc1uA8yTpXr141PU9x9M4dAAAAAACg8BEEBwAAAACgGAsPD1dcXJyhnpaWppkzZ1r2OmZB8JSUFKd6bt261antce33vHPnTqd6pKSkmAZobxd8bdiwoaF25coVfq/5cP/99xtqSUlJlgQb16xZY6h5eXkVy4DTdb/++qvTF5f88ssvpj3q1q2b53apqamGmtmq+fmxZcsW5eTkONWjIJ06dcq07uz73rRpk1PblxSNGjUy1P744w+XX4xjdgcRSU7vm2bHHInPiz08PT315ptvytPT+L+LrLqgzF733HOPab2w5zBTvXp10+PydQ888ECed0qB9ThPssahQ4dM7+R0u3N9AAAAAABQdBAEBwAAAACgmIuPj1dwcLChPmPGDKWlpVnyGmYrj+7du9epnmYBDOTfkiVLnNp+6dKlpgG9Bg0a5Lld69atTVc7nj9/vlPzlCT169c3rS9atMipvvv27TNd6bJmzZoKCAhwqndRlpKSoo0bNzrV4/vvvzet5xUOlMzvkGB2t4b8+Oabb5zavqDZChw7876PHTumdevWObx9SdKmTRtD7cqVK0pISHDBNP8nMDDQtH7x4kWn+jZv3tz0+4tjjn3Cw8NVvXp1Q/306dOFOkdUVJTpxQLOnlNapXPnzjYfu92K4bAe50nWsLV/FcfQOwAAAAAAxRVBcAAAAAAAirmQkBD17t3bUM/MzNTUqVMteY3atWsbatu2bdOlS5cc6nfixAktX77c2bEgacGCBTp79qxD216+fFmzZ8821L29vfX444/nuW3FihXVvHlzQ33FihXav3+/Q/OUNO3bt5e3t7ehPm/ePKWnpzvc97PPPjOtd+zY0eGe7mLWrFkOb3v06FGtWrXKUL/zzjtVr169PLctXbq0oXb8+HGHZ9m1a5c2bNjg8PaFwewCJMm59/2///u/unLlisPblyRt2rQx/R1Mnz7ddOXXwhIYGGh6kdCJEyec6uvr66uYmBhDfefOnfrxxx+d6l1SmAVczY5BBcnX19f0whpn725ilQ4dOuiFF14w/adt27auHq/E4TzJGmb7V2hoqGrUqOGCaQAAAAAAgCMIggMAAAAAUAI8++yzpqt2z5kzx+nwlSTVqVPHUMvMzNTq1asd6vfee+/p8uXLzo4FSWfOnNHEiRMd2varr77S4cOHDfWWLVuqQoUKt92+V69ehlpOTo4GDRqk8+fPOzRTSRIeHm66qm9qaqomTZrkUM/ExETTlTL9/f3VtWtXh3q6kx9//NHhUOjYsWNNL27p1q2babD1ZuXLlzfUHA1yZ2VlaejQocrJyXFo+8Ji9p4laf369Q7127p1q7788ktnRipRAgIC1L17d0P92LFjeuedd1ww0TUeHh664447DPV9+/Y53fu5556Tp6fxf3mMGDFCKSkpTvcvzrKzs3XkyBFD3Z5jvdVatGhhqCUmJprenaSwBQcHa+jQoab/+Pn5uXq8EofzJGv8+uuvhtqDDz5o+n0KAAAAAACKJv4WDwAAAABACRAQEKC+ffsa6llZWfrrr7+c7h8dHW0aFhg/fny+Vx798ssvtXTpUqdnwv+ZPXu2VqxYka9tEhMT9fHHH5s+9vTTT9vVo2XLlqargu/evVsDBw60LAyemZmpmTNnWtKrqOnZs6dp/YsvvtCyZcvy1ev48eMaOHCgaYC4Y8eOCgkJcWhGdzN8+HAlJSXla5uvv/7a9Oft5+enJ5544rbb169f31DbsWOHfvrpp3zNcfXqVQ0fPlx79uzJ13auULNmTdMVhj///HNdvHgxX73++usvDRo0SNnZ2VaNVyK89NJLCg0NNdTnzZvncEjSzNGjR7VgwQK7nx8VFWWorV692uG7iFxXo0YN0/3x+PHj6tevn9LS0pzqf11WVpbmz59vWT9Hbdy4UQsXLrRklfzly5ebvh+zC/0KmlkQPDMzU3/88Uehz4Kij/Mk52RkZGjXrl2Gutl+CAAAAAAAii6C4AAAAAAAlBDdu3dXZGRkgfSOiIjQAw88YKgfPnxYw4YNs2sVx+zsbE2aNEljxowpiBFLtOzsbA0ePFjLly+36/mbNm1S3759TcOabdq00UMPPWT3a48ePVqBgYGG+po1a9S1a1f9+eefdve61aFDh/TRRx/p4Ycf1nvvvedwn6KscePG6tChg6F+/Xf6/fff29Xn4MGDeuGFF3Ts2DHDY2XLltWAAQOcntVdpKSkqHfv3jpw4IBdz//mm29srqDcr18/07st3MpWoGrw4MF2h7rPnDmj/v37m65UWhT5+PiYXgiSlJSkAQMG2B36TUxMVI8ePUw/u8hbcHCwRo0aZfrYxIkT1a9fP506dcqh3jk5Odq6dasGDx6sRx55RAkJCXZv27BhQ0Pt+PHjGjRokI4fP+7QPNcNGTJEFStWNNR37Nihzp0765dffnG497FjxzR16lS1bt1aw4cPd/mdLY4ePaohQ4bokUce0YwZM3Ty5EmH+mzbts30c+Lj46N27do5OWX+1a5dWxEREYb6xo0bC30WFH2cJzln8+bNhr+n+fj4EAQHAAAAAMDNeLt6AAAAAAAAUDh8fHz06quvaujQoQXSv0ePHlq/fr2hvmTJEiUnJ+uf//ynGjZsKA8Pj1yPZ2Zm6qefftLkyZO1d+/eG/W7775bZ8+eVUpKSoHMWxI0b978Rujt0qVL6t+/vzp06KBevXrpvvvuMzz/wIEDmj17tubMmWO6GmJgYKBGjBiRrxnuvPNOjR07Vv379zes5nvgwAF16dJFLVq00FNPPaXGjRsrODjYZq8zZ85o165d2rJli1asWJHr81KcjRw5Ups3b9aJEydy1S9fvqzBgwdr2bJlev755033r2PHjum7777TtGnTbAZvR48erXLlyhXY/EVFkyZNtGnTJknXLlLp0qWLXnzxRXXt2tUQOszJydGWLVs0depUm6t216xZU71797brtVu1aqWqVavq8OHDuepnzpxR9+7dFR8fr6efflply5Y1bHv8+HH997//1dSpU3XmzJkb9cDAQN1zzz033lNR9Pzzz2v16tWG+g8//KAnn3xSr7/+ulq1aiUvL69cj+fk5Gj79u2aPXu2vv/++1zfR61atdKaNWsKfPbion379vrtt980a9Ysw2OrV6/W+vXr1blzZ8XGxqpu3bry9fW12evo0aP6888/tWHDBq1cudLh43NsbKzGjRtnWMl65cqVWr16tapXr67KlSsrMDDQ8NmQpK5du6pRo0amvUNCQjR+/Hg999xzhouZTpw4oV69eqlBgwaKi4tTs2bN8vzuy8jI0O7du5WYmKiVK1fq999/Nz02utrRo0c1duxYffDBB2rUqJEeeeQR1atXT1FRUXn+Pv/44w99++23+u6773T58mXD4926dTNdUb4wdOzYUdOmTctVW716teLj410yD4o2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N+M8yT7p6elatmxZrpqXlxcr7gMAAAAA4KY8cnJyclw9BAAAAAAAKJ5OnTqlNWvW6KefftKBAweUlpamc+fOydfXV2FhYapZs6YeeOABtWvXrsgEj4q7rKwsrV27VmvXrtXu3buVnJysjIwMeXp6KjQ0VNWrV1fjxo0VExPj8Mru+XH27FmtW7dO27Zt0969e5WcnKzTp0/r0qVL8vLyUmBgoIKCglShQgVVq1ZN1apV03333ad69eoVyGqo7iQnJ0eJiYlav369duzYocOHDystLU0XL16Ut7e3goODValSJUVFRalp06Zq1aqVZSvvnjt3TufOnctV8/b2dnilbSv9+uuvevbZZw311atXG1a5TU1N1YoVK/TLL79o7969SklJ0YULF258R9WoUUPR0dFq3769ypYta/msv/zyi3766Sdt3bpVx48f15kzZ3T16lUFBAQoPDxc1apVU5MmTdS6dWtFREQYtk9LS9P58+dz1fz8/Oy+4MMVMjIytHz5cv3666/6448/bhwXvL29Vbp0ad15552KiopSdHS0WrRoYRpuTUpKMtTKlCmjwMDAwngLxcqRI0e0bt06/f777zp48KCOHj2q9PR0ZWVlyc/PT0FBQQoMDFRkZKTuuusuVa9eXQ0aNFCtWrVcPbpDzp8/rw0bNigxMVG7du1ScnKyUlNTdenSJXl4eCgwMFCBgYEKCwvTXXfdpWrVqqlOnTpq1KiR/P39XT1+nrKysrRz505t375dBw8e1N9//63k5GSlp6fr/PnzysnJufH+KlasqKioKNWpU0cPP/ywypcv7+rxTU2ePFkTJkzIVXv66ac1atQo1wwEt+LK86Sibvbs2XrnnXdy1R577DGNHz/eRRMBAAAAAABnEAQHAAAAAAAAUGzkJwgOACi6zpw5ozZt2igjI+NGLSgoSGvXrnX5iuyAu8rJyVFsbKz27t2bq/7dd99xZyYAAAAAANyUp6sHAAAAAAAAAAAAAG4WGhqq559/PlctIyNDX3/9tYsmAtzf2rVrDSHwRx99lBA4AAAAAABujCA4AAAAAAAAAAAAipxevXopNDQ0V+2LL75QVlaWawYC3Ny0adNy/dnT01P9+/d30TQAAAAAAMAKBMEBAAAAAAAAAABQ5AQFBSk+Pj5XLSUlRfPnz3fRRID72rJlixITE3PVOnTooBo1arhoIgAAAAAAYAWC4AAAAAAAAAAAACiSevbsqapVq+aqTZkyRRcuXHDNQICbGjduXK4/BwQEaPDgwS6aBgAAAAAAWIUgOAAAAAAAAAAAAIokX19fDR8+PFft5MmTmjlzpmsGAtzQ6tWrtXXr1ly1fv36KTw83EUTAQAAAAAAqxAEBwAAAAAAAAAAQJHVokULtWnTJldt+vTpSktLc9FEgPvIzs7Wv//971y1qlWr6rnnnnPRRAAAAAAAwErerh4AAAAAAAAAAAAAyMsnn3zi6hEAt+Tp6anFixe7egwAAAAAAFBAWBEcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA345GTk5Pj6iEAAAAAAAAAAAAAAAAAAAAAAPZjRXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDMEwQEAAAAAAAAAAAAAAAAAAADAzRAEBwAAAAAAAAAAAAAAAAAAAAA3QxAcAAAAAAAAAAAAAAAAAAAAANwMQXAAAAAAAAAAAAAAAAAAAAAAcDP/H1MBDcUeCfEZAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "from tqdm import tqdm\n", + "\n", + "\n", + "if \"imagenet\" not in dataset_types:\n", + " dataset_types.insert(0, \"imagenet\")\n", + "\n", + "sns.set(font_scale=1.0)\n", + "sns.set_style(\"whitegrid\")\n", + "fig, axs = plt.subplots(\n", + " len(dataset_types) // 2,\n", + " 2,\n", + " sharex=True,\n", + " sharey=True,\n", + " figsize=(10, 15),\n", + " dpi=300,\n", + ")\n", + "\n", + "for i, (dataset_type, ax) in tqdm(enumerate(zip(dataset_types, list(axs.flat)))):\n", + " if dataset_type == \"imagenet\":\n", + " order = list(imagenet[\"imagenet1k\"].sort_values().index)\n", + " plot_barplot(\n", + " imagenet[\"imagenet1k\"] * 100,\n", + " None,\n", + " ax,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " else:\n", + " plot_barplot(\n", + " df_mean[dataset_type] * 100,\n", + " df_sem[dataset_type] * 100,\n", + " ax,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " ax.set_xticks(ax.get_xticks(), order, rotation=90, ha=\"right\")\n", + " # ax.tick_params(axis=\"x\", which=\"major\", labelsize=10)\n", + " ax.title.set_text(dataset_type.title().replace(\"_\", \" \"))\n", + "\n", + "fig.supxlabel(\"Number of parameters (Million)\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/modelvmodel.ipynb b/figures/modelvmodel.ipynb new file mode 100644 index 0000000..ccd12f3 --- /dev/null +++ b/figures/modelvmodel.ipynb @@ -0,0 +1,6279 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-08 00:52:30.804343: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-08 00:52:30.807850: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-08 00:52:30.848625: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-08 00:52:30.848646: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-08 00:52:30.849980: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-08 00:52:30.857166: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-08 00:52:32.842019: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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MWDAAJNNf8+ePbF582Zs3rwZr732Gtzc3LB161aTO/n/+9//houLS43rz5kzB1u3boWfnx/27NlTv2aJiIiIiIgaiayB/9gCfqa/gd25cwdxcXG4desWevXqhV9//RUrV65EWVkZ/vrXv2L58uV444038Pvvv+PFF1/Eu+++ix9//BFjxoyBXC7HU089hStXrqBTp04AAHt7e8jMfD735MmTOHHiBKKiopCVlYXDhw/D3d0djo6OyMvLw4EDB3Dx4kVs2rTJZK6Tk5PZ2nft2mX23f8q7u73Pg/v4OCAyspKAMDNmzcxffp0XLt2DcuWLcOTTz5p6Skjokes6sqdKjqdzujn/ZydnS2a0xDjRWSwb/YtMoN9G2Pf7FtUTSIybKlvsg3c9DewL774AkFBQRg0aBBmz56NkpISlJaW4ocffoCPjw/s7e2RlJQEhUKBN954AzqdDqWlpWjVqhUAoFWrVigpKTGsl5CQgODgYJOcPn36ICkpCcC9KwX8/f2hVqsB3LtEv6ioCAsXLgQA/Pjjj1AqlQCAiIgI+Pr6mqynVqvRtWtX2NvX/n8S//nPf/D5559j3bp1AICioiJs27YNFy9eRHJyMv7+979besqI6BGr+rfjfhqNxuxxb29vi+Y05HgRGexbbAb7No99i6tJRAb7No99i6upvhlkG7jpb2AXL17Evn37sGHDBpSWlmLYsGE4dOgQjh8/joiICGi1WsyePRs3b96ERqPBzZs34eLigjt37qB9+/a4e/cuWrduDQDIyMjAE088gT59+pjkyOVyuLm5obCwENnZ2YiJianxP+KePXsiOTm51rrT0tIQHR2N/fv31zpu0aJFePPNNw0vUnTt2hWOjo549tlnceXKlbqcIiKyMl5eXkaPdTodNBoNPD09a7wyyNI5DzteRAb7Zt+iM9i3uAz2zb5FZ9hK300RP79uipv+Bta5c2cMGzYML730EiorK1FaWop//OMfuH37Njw8PLBv3z688MILCA8Px5QpUyBJEnr27Invv/8eXbp0wYULF9CxY0f8/PPP+Pbbb7Fq1aoaswYPHoykpCR06dLF6LiDgwP0er1FdRcUFOC9995DYWEh5HI5+vXrh8cff9xozNatW9GxY0e89NJLhmN5eXkoKytDXl4eOnToYFEmEVmHmi7fc3JyqvE5S+c01HgRGezbFPsWW5OI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PXr0wN/fH19fX44ePQrASy+9xLhx4wgICODq1atcvHgRPz8//Pz8WLJkyR1jGQyGMl/79NNPra7hXlm5ciXHjh2732kIIYQQQgghHmA6va5S/9UED8Skv7S5c+da3bdv37706tXLbNLfsWNHNm/ezKpVq9i0aRMAy5YtIyYmBm9vb3bv3o2TkxPr169n69at/P7771y4cMHqPD777DOr+wohhBBCCCGEeHBUqcv7r127RnBwMDk5OQwaNIikpCTs7e05e/YsXl5ejB07lj179hATE4ONjQ1vvfUWOp2O0NBQateuTVZWFlFRUSiKwrx588jOzsbDw4Nnn33WGMNgMBAVFUVISIjZ2KXFx8dz5MgRAgMDOXbsGAcOHMDV1RUHBweSk5PZu3cvKSkpbNy40djn+vXrxsti7OzsACgoKKB169bUrVvX2M7W1vJhP3/+PEFBQTRu3JgrV64AsG/fPqKiosjLy+O1117D3t6ekydP4u/vj8FgICMjg88++4zCwkKWLVvGI488QnR0NF988QX29vZERkby+eefs23bNhwcHFi6dCk3b95k/vz51K5dm/z8fAYOHMjnn3+Ol5cX48ePx2Aw0Lx5c06ePElgYCCDBg0yyfPixYu89dZbrF69mtmzZzNz5kyr33MhhBBCCCGEEPdOlZr0b9u2DV9fXwYPHszUqVPR6XSMGDGCRYsWERAQwMiRI/n444+JiYkhPT2diIgIJk+eTGFhIWvXrmXDhg0cOnSICxcuMGzYMLy8vCguLubSpUsW4/Xt29c49qhRo0wm4127diUyMhKAuLg4PD09SUhIAMDb25vMzEzCwsIAjJPw5OTk/8fevcdFWaaPH//MgIOImLQiImNqpRuGbnmi9BerJGEJu2KKmiAYecDKrRgUNYmvfteITh4ykMBDkppm7eZmukuah10qeRVkCZjilCgrZAgorIA8vz/4Msswg/FMMCpd79erlzzPXNd93ffzzBD3PCdWr14NNHwBEBUVxeXLl3nrrbdM7Z46dYqLFy/Sp08fi/6kpaWxYsUK+vfvz4MPPgjAfffdx9ixYzl//jwvvfQSr732GoMHDyY9PR2A6upq02UFO3bsYNasWfzrX/9i27ZtANTV1fHBBx+wbds2cnJy2LhxI+Hh4dTX15OSksLKlStxcHDg3XffJTIykpkzZ1JTU8O0adNYvHgx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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "corr = (\n", + " results.groupby([\"model_name\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .pivot(index=\"dataset_name\", columns=\"model_name\", values=\"correctness\")\n", + " .corr()\n", + ")\n", + "# del results\n", + "\n", + "sns.set(font_scale=0.5)\n", + "sns.set_style(\"whitegrid\")\n", + "mask = np.triu(np.ones_like(corr, dtype=bool))\n", + "f, ax = plt.subplots(figsize=(11, 9))\n", + "cmap = sns.diverging_palette(230, 20, as_cmap=True)\n", + "\n", + "order = list(corr.mean(axis=0).sort_values().reset_index()[\"index\"])\n", + "\n", + "ax = sns.heatmap(\n", + " corr[order].loc[order],\n", + " mask=mask,\n", + " center=0,\n", + " square=True,\n", + " linewidths=0.5,\n", + " cbar_kws={\"shrink\": 0.5, \"label\": \"Performance Correlation\"},\n", + " cmap=\"OrRd\",\n", + ")\n", + "\n", + "ax.set_xticks(ax.get_xticks(), order, rotation=45, ha=\"right\")\n", + "ax.set_yticks(ax.get_yticks(), order, rotation=0)\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/table_capability_top.ipynb b/figures/table_capability_top.ipynb new file mode 100644 index 0000000..79f58ae --- /dev/null +++ b/figures/table_capability_top.ipynb @@ -0,0 +1,6936 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-10 01:52:36.637598: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-10 01:52:36.640929: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-10 01:52:36.680688: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-10 01:52:36.680708: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-10 01:52:36.681947: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-10 01:52:36.689371: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-10 01:52:38.550717: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "from eval_vlm.common_utils import get_dataset_mappings\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "dataset_mappings = get_dataset_mappings(\"capability\")\n", + "results[\"capability\"] = results[\"dataset_name\"].map(dataset_mappings)\n", + "df_mean = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"capability\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"capability\", \"model_name\"])\n", + " .correctness.mean()\n", + ")\n", + "\n", + "dataset_types = list(df_mean.reset_index().capability.unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "18it [00:02, 7.78it/s]\n" + ] + }, + { + "data": { + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Capability Mean PerformanceTop-1 Model Top-3 Model Top-3 Model Worst-1 Model Worst-2 Model Worst-3 Model
challenging imagenet 47.87eva02_vitE14_plus_2b (64.41) clipa_vitbigG14 (63.57000000000001) eva02_vitE14_2b (63.190000000000005) openclip_vitB32_datacomp_s (5.06) openclip_vitB32_datacomp_m (23.39) openclip_resnet50_yfcc (24.8)
character recognition 50.66clipa_vitbigG14 (70.83) openclip_vitL14_datacomp_xl (70.62) clipa_vitH14 (68.7) openclip_vitB32_datacomp_s (21.59) openclip_resnet50_yfcc (22.259999999999998) xvlm_flickr (22.88)
corruption 46.19eva02_vitE14_2b (74.33) eva02_vitE14_plus_2b (74.22999999999999)clipa_vitbigG14 (73.22999999999999) openclip_vitB32_datacomp_s (2.3800000000000003)openclip_resnet50_yfcc (11.1) openclip_resnet50_cc (11.39)
counting 22.83siglip_vitL16 (39.26) openclip_vitG14_2b (37.580000000000005) openclip_vitL14_datacomp_xl (35.33) openclip_vitB32_datacomp_s (11.23) flava_full (12.370000000000001) openclip_vitB32_datacomp_xl (12.93)
depth estimation 20.48openclip_vitB16_datacomp_l (27.61) xvlm_coco (26.889999999999997) openclip_resnet50_cc (25.869999999999997)openclip_vitH14 (12.46) eva02_vitE14_2b (14.05) openclip_vitB32_400m (14.510000000000002)
geographic diversity 33.79clipa_vitbigG14 (46.85) eva02_vitE14_plus_2b (45.85) openclip_vitH14_metaclip_fullcc (45.2) openclip_vitB32_datacomp_s (5.3100000000000005)openclip_resnet50_yfcc (18.25) openclip_vitB32_datacomp_m (18.58)
imagenet 65.78openclip_vitH14_dfn5b (83.17) clipa_vitbigG14 (82.61) eva02_vitE14_plus_2b (82.01) openclip_vitB32_datacomp_s (3.91) openclip_vitB32_datacomp_m (29.709999999999997)openclip_resnet50_yfcc (32.36)
medical 43.32openclip_vitL14_metaclip_400 (68.63) openclip_vitbigG14_2b (68.44) clip_resnet50x16 (67.15) openclip_vitB16_datacomp_l (26.83) clip_vitB16 (27.139999999999997) blip_vitL16_129m (27.35)
natural transformations 56.26clipa_vitbigG14 (81.71000000000001) eva02_vitE14_plus_2b (81.24) eva02_vitE14_2b (79.96) openclip_vitB32_datacomp_s (2.55) openclip_vitB32_datacomp_m (18.07) openclip_resnet50_yfcc (20.23)
pose detection 3.95openclip_vitB32_2b (4.81) openclip_vitB16_400m (4.45) openclip_vitH14_metaclip_fullcc (4.42) openclip_convnext_base (3.36) clip_vitL14 (3.38) opencoca_vitL14_2b (3.45)
relations 46.52negclip_vitB32 (66.79) blip_vitB16_coco (56.42) blip_vitB16_flickr (56.28999999999999) openclip_vitB32_datacomp_s (33.11) siglip_vitB16 (33.87) siglip_vitL16 (35.88)
rendition 63.77clipa_vitbigG14 (84.28999999999999) eva02_vitE14_plus_2b (83.09) clipa_vitH14 (82.82000000000001) openclip_vitB32_datacomp_s (3.82) openclip_resnet50_yfcc (14.790000000000001) openclip_resnet101_yfcc (17.599999999999998)
satellite 55.25eva02_vitE14_plus_2b (75.73) eva02_vitE14_2b (74.26) clipa_vitH14 (72.8) openclip_vitB32_datacomp_s (12.4) openclip_resnet50_yfcc (18.790000000000003) openclip_resnet101_yfcc (20.05)
scene recognition 53.08openclip_vitH14_dfn5b (61.71) eva02_vitE14_2b (61.5) clipa_vitbigG14 (61.18) openclip_vitB32_datacomp_s (6.36) openclip_vitB32_datacomp_m (30.75) openclip_resnet50_yfcc (34.12)
spatial understanding 9.18openclip_vitL14_metaclip_400 (11.3) flava_full (10.979999999999999) openclip_vitL14_datacomp_xl (10.81) clip_resnet50x4 (6.34) clip_resnet101 (7.6) opencoca_vitB32_2b (7.7299999999999995)
specifies classification 51.73openclip_vitH14_dfn5b (68.92) openclip_vitL14_dfn2b (67.16) clipa_vitbigG14 (66.86) openclip_vitB32_datacomp_s (2.88) openclip_resnet50_cc (22.71) openclip_vitB32_datacomp_m (22.81)
standard object recognition 62.32openclip_vitH14_dfn5b (78.57) eva02_vitE14_plus_2b (78.34) clipa_vitbigG14 (78.25) openclip_vitB32_datacomp_s (15.27) openclip_resnet50_yfcc (28.77) openclip_resnet101_yfcc (31.929999999999996)
texture detection 53.45openclip_vitH14_metaclip_fullcc (72.5)clipa_vitbigG14 (72.28999999999999) clipa_vitH14 (71.12) openclip_vitB32_datacomp_s (5.37) openclip_resnet50_yfcc (17.61) openclip_resnet101_yfcc (18.94)
" + ], + "text/plain": [ + "'\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n
Capability Mean PerformanceTop-1 Model Top-3 Model Top-3 Model Worst-1 Model Worst-2 Model Worst-3 Model
challenging imagenet 47.87eva02_vitE14_plus_2b (64.41) clipa_vitbigG14 (63.57000000000001) eva02_vitE14_2b (63.190000000000005) openclip_vitB32_datacomp_s (5.06) openclip_vitB32_datacomp_m (23.39) openclip_resnet50_yfcc (24.8)
character recognition 50.66clipa_vitbigG14 (70.83) openclip_vitL14_datacomp_xl (70.62) clipa_vitH14 (68.7) openclip_vitB32_datacomp_s (21.59) openclip_resnet50_yfcc (22.259999999999998) xvlm_flickr (22.88)
corruption 46.19eva02_vitE14_2b (74.33) eva02_vitE14_plus_2b (74.22999999999999)clipa_vitbigG14 (73.22999999999999) openclip_vitB32_datacomp_s (2.3800000000000003)openclip_resnet50_yfcc (11.1) openclip_resnet50_cc (11.39)
counting 22.83siglip_vitL16 (39.26) openclip_vitG14_2b (37.580000000000005) openclip_vitL14_datacomp_xl (35.33) openclip_vitB32_datacomp_s (11.23) flava_full (12.370000000000001) openclip_vitB32_datacomp_xl (12.93)
depth estimation 20.48openclip_vitB16_datacomp_l (27.61) xvlm_coco (26.889999999999997) openclip_resnet50_cc (25.869999999999997)openclip_vitH14 (12.46) eva02_vitE14_2b (14.05) openclip_vitB32_400m (14.510000000000002)
geographic diversity 33.79clipa_vitbigG14 (46.85) eva02_vitE14_plus_2b (45.85) openclip_vitH14_metaclip_fullcc (45.2) openclip_vitB32_datacomp_s (5.3100000000000005)openclip_resnet50_yfcc (18.25) openclip_vitB32_datacomp_m (18.58)
imagenet 65.78openclip_vitH14_dfn5b (83.17) clipa_vitbigG14 (82.61) eva02_vitE14_plus_2b (82.01) openclip_vitB32_datacomp_s (3.91) openclip_vitB32_datacomp_m (29.709999999999997)openclip_resnet50_yfcc (32.36)
medical 43.32openclip_vitL14_metaclip_400 (68.63) openclip_vitbigG14_2b (68.44) clip_resnet50x16 (67.15) openclip_vitB16_datacomp_l (26.83) clip_vitB16 (27.139999999999997) blip_vitL16_129m (27.35)
natural transformations 56.26clipa_vitbigG14 (81.71000000000001) eva02_vitE14_plus_2b (81.24) eva02_vitE14_2b (79.96) openclip_vitB32_datacomp_s (2.55) openclip_vitB32_datacomp_m (18.07) openclip_resnet50_yfcc (20.23)
pose detection 3.95openclip_vitB32_2b (4.81) openclip_vitB16_400m (4.45) openclip_vitH14_metaclip_fullcc (4.42) openclip_convnext_base (3.36) clip_vitL14 (3.38) opencoca_vitL14_2b (3.45)
relations 46.52negclip_vitB32 (66.79) blip_vitB16_coco (56.42) blip_vitB16_flickr (56.28999999999999) openclip_vitB32_datacomp_s (33.11) siglip_vitB16 (33.87) siglip_vitL16 (35.88)
rendition 63.77clipa_vitbigG14 (84.28999999999999) eva02_vitE14_plus_2b (83.09) clipa_vitH14 (82.82000000000001) openclip_vitB32_datacomp_s (3.82) openclip_resnet50_yfcc (14.790000000000001) openclip_resnet101_yfcc (17.599999999999998)
satellite 55.25eva02_vitE14_plus_2b (75.73) eva02_vitE14_2b (74.26) clipa_vitH14 (72.8) openclip_vitB32_datacomp_s (12.4) openclip_resnet50_yfcc (18.790000000000003) openclip_resnet101_yfcc (20.05)
scene recognition 53.08openclip_vitH14_dfn5b (61.71) eva02_vitE14_2b (61.5) clipa_vitbigG14 (61.18) openclip_vitB32_datacomp_s (6.36) openclip_vitB32_datacomp_m (30.75) openclip_resnet50_yfcc (34.12)
spatial understanding 9.18openclip_vitL14_metaclip_400 (11.3) flava_full (10.979999999999999) openclip_vitL14_datacomp_xl (10.81) clip_resnet50x4 (6.34) clip_resnet101 (7.6) opencoca_vitB32_2b (7.7299999999999995)
specifies classification 51.73openclip_vitH14_dfn5b (68.92) openclip_vitL14_dfn2b (67.16) clipa_vitbigG14 (66.86) openclip_vitB32_datacomp_s (2.88) openclip_resnet50_cc (22.71) openclip_vitB32_datacomp_m (22.81)
standard object recognition 62.32openclip_vitH14_dfn5b (78.57) eva02_vitE14_plus_2b (78.34) clipa_vitbigG14 (78.25) openclip_vitB32_datacomp_s (15.27) openclip_resnet50_yfcc (28.77) openclip_resnet101_yfcc (31.929999999999996)
texture detection 53.45openclip_vitH14_metaclip_fullcc (72.5)clipa_vitbigG14 (72.28999999999999) clipa_vitH14 (71.12) openclip_vitB32_datacomp_s (5.37) openclip_resnet50_yfcc (17.61) openclip_resnet101_yfcc (18.94)
'" + ] + }, + "execution_count": 25, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from tabulate import tabulate\n", + "from tqdm import tqdm\n", + "\n", + "\n", + "table = []\n", + "\n", + "for i, dataset_type in tqdm(enumerate(dataset_types)):\n", + " table.append(\n", + " [\n", + " dataset_type,\n", + " (df_mean[dataset_type] * 100).mean().round(2),\n", + " df_mean[dataset_type].nlargest(3).index[0]\n", + " + f\" ({str(df_mean[dataset_type].nlargest(3).values[0].round(4) * 100)})\",\n", + " df_mean[dataset_type].nlargest(3).index[1]\n", + " + f\" ({str(df_mean[dataset_type].nlargest(3).values[1].round(4) * 100)})\",\n", + " df_mean[dataset_type].nlargest(3).index[2]\n", + " + f\" ({str(df_mean[dataset_type].nlargest(3).values[2].round(4) * 100)})\",\n", + " df_mean[dataset_type].nsmallest(3).index[0]\n", + " + f\" ({str(df_mean[dataset_type].nsmallest(3).values[0].round(4) * 100)})\",\n", + " df_mean[dataset_type].nsmallest(3).index[1]\n", + " + f\" ({str(df_mean[dataset_type].nsmallest(3).values[1].round(4) * 100)})\",\n", + " df_mean[dataset_type].nsmallest(3).index[2]\n", + " + f\" ({str(df_mean[dataset_type].nsmallest(3).values[2].round(4) * 100)})\",\n", + " ]\n", + " )\n", + "\n", + "tabulate(\n", + " table,\n", + " headers=[\n", + " \"Capability\",\n", + " \"Mean Performance\",\n", + " \"Top-1 Model\",\n", + " \"Top-3 Model\",\n", + " \"Top-3 Model\",\n", + " \"Worst-1 Model\",\n", + " \"Worst-2 Model\",\n", + " \"Worst-3 Model\",\n", + " ],\n", + " tablefmt=\"html\",\n", + ")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/table_dataset_type.ipynb b/figures/table_dataset_type.ipynb new file mode 100644 index 0000000..ab6f7d6 --- /dev/null +++ b/figures/table_dataset_type.ipynb @@ -0,0 +1,6925 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-10 02:39:50.062560: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-10 02:39:50.065945: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-10 02:39:50.105355: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-10 02:39:50.105376: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-10 02:39:50.106565: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-10 02:39:50.113452: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-10 02:39:52.049089: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "from eval_vlm.common_utils import get_dataset_mappings\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "dataset_mappings = get_dataset_mappings(\"dataset_type\")\n", + "results[\"dataset_type\"] = results[\"dataset_name\"].map(dataset_mappings)\n", + "df_mean = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"dataset_type\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"dataset_type\", \"model_name\"])\n", + " .correctness.mean()\n", + ")\n", + "\n", + "dataset_types = list(df_mean.reset_index().dataset_type.unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "7it [00:00, 7.85it/s]\n" + ] + }, + { + "data": { + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Dataset Type Mean PerformanceTop-1 Model Top-3 Model Top-3 Model Worst-1 Model Worst-2 Model Worst-3 Model
corruption 46.19eva02_vitE14_2b (74.33) eva02_vitE14_plus_2b (74.22999999999999)clipa_vitbigG14 (73.22999999999999) openclip_vitB32_datacomp_s (2.3800000000000003)openclip_resnet50_yfcc (11.1) openclip_resnet50_cc (11.39)
non-natural images 54.11eva02_vitE14_plus_2b (74.6) openclip_vitbigG14_2b (73.52) clipa_vitbigG14 (73.44000000000001) openclip_vitB32_datacomp_s (16.09) openclip_resnet50_yfcc (20.66) openclip_resnet101_yfcc (22.81)
object recognition 55.21openclip_vitH14_dfn5b (70.74000000000001)clipa_vitbigG14 (70.61) eva02_vitE14_plus_2b (69.86) openclip_vitB32_datacomp_s (11.469999999999999)openclip_resnet50_yfcc (27.1) openclip_resnet50_cc (28.99)
reasoning 12.05siglip_vitL16 (15.02) openclip_vitB16_datacomp_xl (14.29) openclip_vitB16_datacomp_l (14.19) eva02_vitE14_2b (9.55) openclip_vitB32_400m (9.569999999999999)openclip_resnet101_yfcc (9.969999999999999)
relation 46.52negclip_vitB32 (66.79) blip_vitB16_coco (56.42) blip_vitB16_flickr (56.28999999999999)openclip_vitB32_datacomp_s (33.11) siglip_vitB16 (33.87) siglip_vitL16 (35.88)
robustness 52.07eva02_vitE14_plus_2b (72.82) clipa_vitbigG14 (72.64) eva02_vitE14_2b (71.57) openclip_vitB32_datacomp_s (3.8) openclip_vitB32_datacomp_m (20.73) openclip_resnet50_yfcc (22.509999999999998)
texture 53.45openclip_vitH14_metaclip_fullcc (72.5) clipa_vitbigG14 (72.28999999999999) clipa_vitH14 (71.12) openclip_vitB32_datacomp_s (5.37) openclip_resnet50_yfcc (17.61) openclip_resnet101_yfcc (18.94)
" + ], + "text/plain": [ + "'\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n
Dataset Type Mean PerformanceTop-1 Model Top-3 Model Top-3 Model Worst-1 Model Worst-2 Model Worst-3 Model
corruption 46.19eva02_vitE14_2b (74.33) eva02_vitE14_plus_2b (74.22999999999999)clipa_vitbigG14 (73.22999999999999) openclip_vitB32_datacomp_s (2.3800000000000003)openclip_resnet50_yfcc (11.1) openclip_resnet50_cc (11.39)
non-natural images 54.11eva02_vitE14_plus_2b (74.6) openclip_vitbigG14_2b (73.52) clipa_vitbigG14 (73.44000000000001) openclip_vitB32_datacomp_s (16.09) openclip_resnet50_yfcc (20.66) openclip_resnet101_yfcc (22.81)
object recognition 55.21openclip_vitH14_dfn5b (70.74000000000001)clipa_vitbigG14 (70.61) eva02_vitE14_plus_2b (69.86) openclip_vitB32_datacomp_s (11.469999999999999)openclip_resnet50_yfcc (27.1) openclip_resnet50_cc (28.99)
reasoning 12.05siglip_vitL16 (15.02) openclip_vitB16_datacomp_xl (14.29) openclip_vitB16_datacomp_l (14.19) eva02_vitE14_2b (9.55) openclip_vitB32_400m (9.569999999999999)openclip_resnet101_yfcc (9.969999999999999)
relation 46.52negclip_vitB32 (66.79) blip_vitB16_coco (56.42) blip_vitB16_flickr (56.28999999999999)openclip_vitB32_datacomp_s (33.11) siglip_vitB16 (33.87) siglip_vitL16 (35.88)
robustness 52.07eva02_vitE14_plus_2b (72.82) clipa_vitbigG14 (72.64) eva02_vitE14_2b (71.57) openclip_vitB32_datacomp_s (3.8) openclip_vitB32_datacomp_m (20.73) openclip_resnet50_yfcc (22.509999999999998)
texture 53.45openclip_vitH14_metaclip_fullcc (72.5) clipa_vitbigG14 (72.28999999999999) clipa_vitH14 (71.12) openclip_vitB32_datacomp_s (5.37) openclip_resnet50_yfcc (17.61) openclip_resnet101_yfcc (18.94)
'" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from tabulate import tabulate\n", + "from tqdm import tqdm\n", + "\n", + "\n", + "table = []\n", + "\n", + "for i, dataset_type in tqdm(enumerate(dataset_types)):\n", + " table.append(\n", + " [\n", + " dataset_type,\n", + " (df_mean[dataset_type] * 100).mean().round(2),\n", + " df_mean[dataset_type].nlargest(3).index[0]\n", + " + f\" ({str(df_mean[dataset_type].nlargest(3).values[0].round(4) * 100)})\",\n", + " df_mean[dataset_type].nlargest(3).index[1]\n", + " + f\" ({str(df_mean[dataset_type].nlargest(3).values[1].round(4) * 100)})\",\n", + " df_mean[dataset_type].nlargest(3).index[2]\n", + " + f\" ({str(df_mean[dataset_type].nlargest(3).values[2].round(4) * 100)})\",\n", + " df_mean[dataset_type].nsmallest(3).index[0]\n", + " + f\" ({str(df_mean[dataset_type].nsmallest(3).values[0].round(4) * 100)})\",\n", + " df_mean[dataset_type].nsmallest(3).index[1]\n", + " + f\" ({str(df_mean[dataset_type].nsmallest(3).values[1].round(4) * 100)})\",\n", + " df_mean[dataset_type].nsmallest(3).index[2]\n", + " + f\" ({str(df_mean[dataset_type].nsmallest(3).values[2].round(4) * 100)})\",\n", + " ]\n", + " )\n", + "\n", + "tabulate(\n", + " table,\n", + " headers=[\n", + " \"Dataset Type\",\n", + " \"Mean Performance\",\n", + " \"Top-1 Model\",\n", + " \"Top-3 Model\",\n", + " \"Top-3 Model\",\n", + " \"Worst-1 Model\",\n", + " \"Worst-2 Model\",\n", + " \"Worst-3 Model\",\n", + " ],\n", + " tablefmt=\"html\",\n", + ")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/x_axis_dataset.ipynb b/figures/x_axis_dataset.ipynb new file mode 100644 index 0000000..c8f7b94 --- /dev/null +++ b/figures/x_axis_dataset.ipynb @@ -0,0 +1,6271 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n" + ] + }, + { + "ename": "ImportError", + "evalue": "attempted relative import with no known parent package", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[1], line 3\u001b[0m\n\u001b[1;32m 1\u001b[0m get_ipython()\u001b[38;5;241m.\u001b[39mrun_line_magic(\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mload_ext\u001b[39m\u001b[38;5;124m'\u001b[39m, \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mcudf.pandas\u001b[39m\u001b[38;5;124m'\u001b[39m)\n\u001b[1;32m 2\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mpandas\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mpd\u001b[39;00m\n\u001b[0;32m----> 3\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01meval_vlm\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mdatasets_zoo\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mregistry\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m list_datasets\n\u001b[1;32m 4\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01meval_vlm\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mmodels_zoo\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mregistry\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m list_models\n\u001b[1;32m 5\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01meval_vlm\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01moutput\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m OutputHandler\n", + "\u001b[0;31mImportError\u001b[0m: attempted relative import with no known parent package" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = results.groupby([\"model_name\", \"dataset_name\"]).correctness.mean()\n", + "df_sem = results.groupby([\"model_name\", \"dataset_name\"]).correctness.sem()" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_2080810/169009772.py:24: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n" + ] + }, + { + "data": { + "image/png": "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Xcb56NGjd3nu2GOPzTi/++6788px7733RkdHR2J+3HHH5bUPAAAAAAAAAAAAAAAAclVW7ADQUx122GHxf//3fzvNmpub46c//WnMnj07r51vvfVWPPDAA4n5kCFD4sADD9zl2Zqampg6dWqsWLFip/nSpUtj7ty5MXz48KxztLa2xi233NLlOwAAAAAAAAAAAAAg7eZdvjoam5MfhEiLqsqyWLxgQrFjAEDqKcBBno488si47bbbEvOrrroqPvKRj8SIESNy3nnppZdGS0tLYn744YdHaenuP9h4xhlnJApwLS0tcdlll8WVV16ZdY5rrrkmNmzYkJiffvrpUVJSkvUeAAAAAAAAAAAAACiWxuaO2JriAhwAkJ3dN2qAjI488sgYN25cYv7mm2/GV77yldi4cWPWu7Zv3x7f/va3Y9myZRmfn3766Vnt+ehHPxqTJ09OzJctWxY33HBDVjvuv//+uPHGGxPzsWPH5v1lOwAAAAAAAAAAAAAAAMiHAhzkqU+fPnHeeedlfPbcc8/Fpz/96bjzzjujra1tl3uefvrp+Nd//de4+eabMz4/+uij46CDDsoqU0lJSXzzm9+MioqKxLPvfOc7sXDhwmhsbMx4trW1Na666qo4//zzo7OzM7F34cKFGfcCAAAAAAAAAAAAAADAnlJW7ADQk33iE5+IU045JX7yk58knr311ltx4YUXxhVXXBGHHnpoTJgwIYYMGRJlZWXx9ttvxyuvvBJPPvlkvPTSS13u33fffeOiiy7KKdP48ePjggsuyHju9ttvj2XLlsXMmTNj4sSJMXjw4Ghqaoq1a9fGo48+Gps3b86480tf+lLMmDEjpxwAAAAAAAAAAAAAAABQKAU4KNBfvqp2//33Z3y+ZcuW+MUvfhG/+MUvctq7zz77xI033hjV1dU5ZzrllFOioaEhrrnmmsSz5ubmuO++++K+++7LateJJ57Y5ZfuAAAAAAAAAAAAAAAAYE8qLXYA6OlKS0vjyiuvjIULF0b//v27Zeexxx4bP/vZz6KmpibvHWeffXZccskl0bdv37zO9+nTJ84555y49NJLo6SkJO8cAAAAAAAAAAAAAAAAkC8FOOgGJSUl8S//8i+xbNmyOOOMM2LIkCE57+jTp0987GMfi5tuuim+973v5bXj782ePTuWLVsWRx99dPTp0yfrc4cffnjceeed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AAAAAAAAAAAAkEoKcAAAAAAAAAAAAAAAAACkkgIcAAAAAAAAAAAAAAAAAKmkAAcAAAAAAAAAAAAAAABAKpUVOwD0dps2bYrHHnssVqxYEevXr4+6urpoamqK9vb26N+/f1RVVcWYMWPife97X0ycODEOPvjgGD9+fJSUlHRrjtdeey0efvjhv+ZoaGiIbdu2Rd++faO6ujrGjRsXU6ZMiY9//OMxbty4bn03AAAAAAAAAACw5827fHU0NncUO0aXqirLYvGCCcWOAQAAQA+jAAd7yNq1a+Paa6+NRx55JNrb2zP+TFNTUzQ1NcVrr70WK1asiKVLl0ZExLBhw2LGjBlx8cUXR0VFRUE5amtr48orr4yHHnootm/fnnje0tISLS0tUVdXF7/5zW/iyiuvjOnTp8eCBQti/PjxBb0bAAAAAAAAAAB49zQ2d8TWFBfgAAAAIB8KcNDNWlpa4tvf/nYsXbo0duzYkdeOt956K37605/GhRdeWFAB7q677opFixZFa2trTud+97vfxYknnhjnnHNOfPnLX+72r9EBAAAAAAAAAMC7zdfRAAAAoGdSgINu9Morr8TcuXPj5ZdfLnaU+MEPfhBXX3113ue3b98eixcvjrq6urj44ouV4AAAAAAAAAAA6NF8HQ0AAAB6JgU46CYvvPBCnHbaafHWW29lfN6/f/847LDDYr/99ovhw4dHVVVVNDc3x9tvvx3r1q2L1atXR21tbbdkueOOO7osvw0YMCBmzpwZkyZNiqqqqmhqaoo1a9bEL3/5y9iyZUvi55cuXRrDhg2LefPmdUs2AAAAAAAAAAAAAAAAyJYCHHSD119/Pb74xS9mLL+9733vi/POOy8+9rGPRd++fXe559VXX41f/vKX8bOf/SxWr16dV5YXXnghLrnkkozP5syZE/Pnz4/Bgwcnnm3bti2uvfbauP7662PHjh07Pbvuuuti6tSpMX369LwyAQAAAAAAAAAAAAAAQD5Kix0AerqOjo4499xz44033kg8+9KXvhTLli2LY445Zrflt4iIsWPHxmmnnRb33HNP/O///m/069cv5zzf+ta34p133knM58+fH4sWLcpYfov4f1+omzdvXlxxxRVRUlKy07POzs5YtGhRtLW15ZwHAAAAAAAAAAAAAAAA8qUABwW64YYb4plnnknMzz333Dj//POjoqIir70f/vCHcz7761//Op566qnE/Pjjj4+5c+dmtWPWrFnxxS9+MTF/+eWX46677sopDwAAAAAAAAAAAAAAABRCAQ4K8Prrr8d1112XmJ9wwgnx1a9+9V3Pc9NNNyVmAwYMiAsuuCCnPWeddVaMHDkyMV+yZEl0dnbmnQ8AAAAAAAAAAAAAAAByoQAHBbjuuuti27ZtO82GDBkSCxYseNez1NbWxpNPPpmYn3zyyTF8+PCcdvXr1y9OPfXUxPzVV1/N+IU5AAAAAAAAAAAAAAAA2BMU4CBPmzdvjrvvvjsx/8IXvhDV1dXvep4HH3ww49fZTjrppLz2fepTn4qysrLE/P77789rHwAAAAAAAAAAAAAAAORKAQ7y9MADD0Rra+tOs5KSkvjkJz9ZlDyPP/54YlZTUxPjx4/Pa191dXVMnjw5q/cAAAAAAAAAAAAAAADAnpD8vBOQlQceeCAxmzJlSowcOfJdz9LW1hbPPPNMYj5t2rSC9h522GGxYsWKnWa1tbWxYcOGotwTAAAAAAAAAIA9Y97lq6OxuaPYMXapqrIsFi+YUOwYAAAAwLtMAQ7y0NTUFM8++2xiPnXq1Hc/TESsW7cu2traEvNJkyYVtLer888995wCHAAAAAAAAABAL9LY3BFbU16AAwAAAN6bFOAgD08//XR0dCT/we+DH/xgxp/ftm1brF+/Pt54441oa2uLoUOHxtChQ2PUqFFRVVVVcJ7nn38+43z//fcvaO8HPvCBLt/3iU98oqDdAAAAAAAAAAAAAAAAsDsKcJCH1atXZ5z/bQFux44d8cgjj8Ttt98ey5cvj/b29sTPl5aWxoEHHhjTp0+Pz3zmMzF69Oi88tTW1mac77vvvnnt+4sRI0ZEv379orW1dad5XV1dQXsBAAAAAAAAAAAAAAAgGwpwkIf169dnnI8aNSoiItasWRMXXnhhPPfcc7vcs2PHjli1alWsWrUqbrrpppgzZ06ceeaZUV1dnVOe1157LTErLy/Pec/fKykpiREjRsSrr76601wBDgAAAAAAAAAAAAAAgHdDabEDQE9UX1+fmJWXl0dFRUU8+OCDMWfOnN2W3/5ee3t73HrrrTF79ux48cUXczq7adOmxGzYsGE57ehKpj2bN2/ult0AAAAAAAAAAAAAAACwK74AB3l48803E7PKysr41a9+Feeff350dHTkvbuuri7mzJkTS5YsiYMOOiirM1u2bEnMBg0alHeG3e3J9L6epL29Pdrb24sdAwAAAAAAAABIqfLy8m7fWVtbG9OmTcv47Iknnoiamppuf+eu/j5iT9yxGHr7HXf3Ny7u2DO81+/YG+4X4Y694Y7v9d/FCHfsKXr772KEO/aGO77Xfxcj3ht3hK4U43//CnCQh7fffjsxa29vj3//939PlN8++tGPxnHHHReTJ0+O4cOHx/bt22Pjxo2xfPny+OlPfxrPPvtsYtfWrVvj3HPPjXvuuScGDx682zwtLS2J2YABA7K/0C5UVlYmZs3Nzd2yu1jWrFkTb731VrFjAAAAAAAAAAApVFZWFgcffHC3762pqYn6+vpu37srq1evzvgfct5TdyyG3n7Hru4X4Y49yXv5jr3lfhHu2Bvu+F7+XYxwx56kt/8uRrhjb7jje/l3MeK9cUfYlUMOOeRdf6cCHOShtbU1Mfv7Ulh1dXV897vfjcMOOyzxswMHDoz99tsvTjnllLjnnnti4cKF0dbWttPP1NfXxze+8Y24+uqrd5snU/O6rKx7fr379OmT1fsAAAAAAAAAAAAAAACguynAQR5213IeOnRo3HrrrTFu3Ljd7jrhhBNixIgRMXfu3MTeX/ziF7F27doYP358znkyFdfykalIp+UNAAAAAAAAAO9t3fUf5i2mXP7+Yd7lq6OxOd1/L1FVWRaLF0wodgwAAACAbtfz/yUKiqBPnz67/EfQiy66KKvy219Mnz49vvzlL8cPfvCDxLMbb7wxvvOd7+zyfKZ/VN6+fXvW79+Vrj69CwAAAAAAAAC8N5WVlcXBBx9c7BgF+9Of/pR1Ca6xuSO2prwABwAAANBbabFAHsrLy7v8B9DJkyfHMccck/POr3zlK/GTn/wkNm3atNP84Ycfjvb29igvL99lnr/XXV9py1Sk21WWnuCAAw6I0aNHFzsGAAAAAAAAAFBEEyb0/q+luWPP19vvF+GOvYU79g69/Y69/X4R7thbuGPv0Nvv2NvvF+GOkDYKcJCHysrK2LZtW8Znn/3sZ/PaWVFRESeeeGLceOONO81bW1tj1apVMXny5C7P9u/fPzFraWnJK8ffa25uTswGDBjQLbuLpby8vMeX+AAAAAAAAACAwrwX/nbAHXu+3n6/CHfsLdyxd+jtd+zt94twx97CHXuH3n7H3n6/CHeEtCktdgDoiYYMGdLls+nTp+e9t6uzTz/9dM55tm7dmneOv9XU1JTV+wAAAAAAAAAAAAAAAKC7+QIc5KG6ujrjfNSoUTF8+PC8906aNCnjfMOGDbs8N2zYsMRs06ZNeef4Ww0NDYlZV/cHAAAAAAAAAN6b5l2+OhqbO4odo0tVlWWxeMGEYscAAAAAIA8KcJCHMWPGxIoVKxLzQspvERGDBg2Kfv36RWtr607zt99+e5fnRo4cmZi1tbXFpk2bCiqrdXZ2xptvvpmYjx49Ou+dAAAAAAAAAEDv09jcEVtTXIADAAAAoOcqLXYA6IlqamoyzquqqgrePWjQoMRsy5YteeV55ZVXCsqycePG2LZtW2I+ZsyYgvYCAAAAAAAAAAAAAABANhTgIA/jx4/POG9vby94d0dH8r+GVl5enleedevWFZSlq/NdvQ8AAAAAAAAAAAAAAAC6kwIc5GHSpEkZ542NjQXv3rp1a2I2dOjQXZ7Zf//9o6KiIjFftWpVQVlWrlyZcT5hwoSC9gIAAAAAAAAAAAAAAEA2FOAgD3vttVeMGzcuMa+trY0dO3bkvbe2tjbjF+Cqq6t3ea6ioiI+9KEPJeZ/+MMf8s7S1fkxY8bEqFGjCtoLAAAAAAAAAAAAAAAA2VCAgzwdeeSRiVlTU1OsX78+751/+tOfMs4POOCA3Z6dMWNGYlZbWxtr167NK8umTZvij3/8Y2J+xBFH5LUPAAAAAAAAAAAAAAAAcqUAB3k6/vjjM84ffPDBvHc+8MADGefTpk3b7dljjz024/zuu+/OK8u9996b8Wt0xx13XF77AAAAAAAAAAAAAAAAIFcKcJCnSZMmxfjx4xPzpUuXRktLS877Xn311fj1r3+dmB9wwAExfPjw3Z6vqamJqVOnZszT0NCQU5bW1ta45ZZbsn4HAAAAAAAAAAAAAAAA7AkKcFCAuXPnJmZvvvlmXHHFFTnt6ezsjAsvvDC2b9+eeHb66adnveeMM85IzFpaWuKyyy7LKc8111wTGzZsyJilpKQkp10AAAAAAAAAAAAAAACQLwU4KMCxxx4bEydOTMxvu+22jF9Qy2THjh2xcOHCWLFiReLZvvvuG7Nmzco6z0c/+tGYPHlyYr5s2bK44YYbstpx//33x4033piYjx07NmbPnp11FgAAAAAAAAAAAAAAACiUAhwUoLS0NC6++OIoLy9PPLvsssviP/7jP6KhoaHL8y+99FJ84QtfiDvuuCPxrKysLBYtWhR9+vTJOk9JSUl885vfjIqKisSz73znO7Fw4cJobGzMeLa1tTWuuuqqOP/886OzszOxd+HChRn3AgAAAAAAAAAAAAAAwJ5SVuwA0NNNmDAhvvGNb8TChQsTz+65555YtmxZTJs2LT784Q/HXnvtFR0dHbFx48ZYvnx5PPvss7Fjx46Me88///w49NBDc84zfvz4uOCCC+Kiiy5KPLv99ttj2bJlMXPmzJg4cWIMHjw4mpqaYu3atfHoo4/G5s2bM+780pe+FDNmzMg5CwAAAAAAAAAAAAAAABRCAQ66wZw5c+Ltt9+OK6+8MvGsvb09HnvssXjsscey2lVSUhJnnXVWnH766XnnOeWUU6KhoSGuueaaxLPm5ua477774r777stq14knnhjnnXde3lkAAAAAAAAAAAAAAAAgX6XFDgC9xdy5c+O73/1uVFZW5r2jsrIyvve978VZZ51VcJ6zzz47Lrnkkujbt29e5/v06RPnnHNOXHrppVFSUlJwHgAAAAAAAAAAAAAAAMiVAhx0o+OPPz5+/vOfx8knnxwVFRVZn+vfv3984QtfiEceeSSOOeaYbssze/bsWLZsWRx99NHRp0+frM8dfvjhceedd8aZZ56p/AYAAAAAAAAAAAAAAEDRlBU7APQ2I0aMiP/6r/+K+fPnx6OPPhpPPPFEvPDCC/H6669HS0tLVFRURHV1dQwbNiwOPPDAmD59ekybNi0GDhy4R/KMHTs2rr766qivr4+HH344li9fHi+++GI0NDREa2tr9O3bN4YOHRr77bdfTJkyJY466qgYN27cHskCAAAAAAAAAAAAAAAAuVCAgz2kuro6Zs+eHbNnzy52lIiIGD16dJx22mlx2mmnFTsKAAAAAAAAAAAAAAAAZKW02AEAAAAAAAAAAAAAAAAAIBMFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFRSgAMAAAAAAAAAAAAAAAAglRTgAAAAAAAAAAAAAAAAAEglBTgAAAAAAAAAAAAAAAAAUkkBDgAAAAAAAAAAAAAAAIBUUoADAAAAAAAAAAAAAAAAIJUU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVFOAAAAAAAAAAAAAAAAAASCUFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFRSgAMAAAAAAAAAAAAAAAAglRTgAAAAAAAAAAAAAAAAAEglBTgAAAAAAAAAAAAAAAAAUkkBDgAAAAAAAAAAAAAAAIBUKit2AAAAgP+PvTuPjrq+/gZ+J4QIRAIEFBWpVqssiuBScV/rgnVBhUKg7kt9+lMr2qLSYrFSq7jQVn26SV1aFwRBxRXcsFrFXVBQQasiKgqogbAmzPPH70lKmADZZzJ5vc7JkdzvzP3cy2Fo8fD2AwAAAAAA2WzYmNlRXFKa7jE2qCA/N8YO75nuMQAAAACgSgJwAAAAAAAAAADQgIpLSmNpBgfgAAAAACCTCcABAAAAAAAAAJA2bkcDAAAAADZGAA4AAAAAAAAAgLRxOxoAAAAAsDE56R4AAAAAAAAAAAAAAAAAAKoiAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAj5aZ7AAAAAAAAAAAAqjZszOwoLilN9xgbVJCfG2OH90z3GAAAAABAFhOAAwAAAAAAAADIUMUlpbE0gwNwAAAAAAANLSfdAwAAAAAAAAAAAAAAAABAVQTgAAAAAAAAAAAAAAAAAMhIuekeAAAAAAAAAACgNoaNmR3FJaXpHmOjCvJzY+zwnukeAwAAAACgyRKAAwAAAAAAAIAs1BzCYcUlpbE0w3cEAAAAAKBuBOAAAAAAAAAAIAsJhwEAAAAAkA1y0j0AAAAAAAAAAAAAAAAAAFRFAA4AAAAAAAAAAAAAAACAjCQABwAAAAAAAAAAAAAAAEBGEoADAAAAAAAAAAAAAAAAICMJwAEAAAAAAAAAAAAAAACQkQTgAAAAAAAAAAAAAAAAAMhIAnAAAAAAAAAAAAAAAAAAZCQBOAAAAAAAAAAAAAAAAAAykgAcAAAAAAAAAAAAAAAAABlJAA4AAAAAAAAAAAAAAACAjCQABwAAAAAAAAAAAAAAAEBGyk33AAAAAAAAAACQDsPGzI7iktJ0j7FBBfm5MXZ4z3SPAQAAAAAAaSUABwAAAAAAAECzVFxSGkszOAAHAAAAAABE5KR7AAAAAAAAAAAAAAAAAACoigAcAAAAAAAAAAAAAAAAABlJAA4AAAAAAAAAAAAAAACAjCQABwAAAAAAAAAAAAAAAEBGEoADAAAAAAAAAAAAAAAAICMJwAEAAAAAAAAAAAAAAACQkXLTPQAAAAAAAAAAmWfYmNlRXFKa7jE2qCA/N8YO75nuMQAAAAAAgAYmAAcAAAAAAABAiuKS0liawQE4AAAAAACgechJ9wAAAAAAAAAAAAAAAAAAUBUBOAAAAAAAAAAAAAAAAAAykgAcAAAAAAAAAAAAAAAAABkpN90DAAAAAAAAADQ1w8bMjuKS0nSPsUEF+bkxdnjPdI8BAAAAAABQZwJwAAAAAAAAADVUXFIaSzM4AAcAAAAAAJAtctI9AAAAAAAAAAAAAAAAAABURQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMlJuugcAAAAAAAAAssuwMbOjuKQ03WNsVEF+bowd3jPdYwAAAAAAALAJAnAAAAAAAABAvSouKY2lGR6AAwAAAAAAoGnISfcAAAAAAAAAAAAAAAAAAFAVATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAj5aZ7AAAAAAAAAKhP8+fPj3322afKZy+99FJ07dq1kScCAAAAAAAAaksADgAAAAAAgKzStWvXWLBgQbrH2KBhY2ZHcUlpusfYqIL83Bg7vGe6xwAAAAAAAAABOAAAAAAAADJHcwiHFZeUxtIM3xEAAAAAAAAyhQAcAAAAAAAAGUM4DAAAAAAAAFhXTroHAAAAAAAAAAAAAAAAAICqCMABAAAAAAAAAAAAAAAAkJEE4AAAAAAAAAAAAAAAAADISAJwAAAAAAAAAAAAAAAAAGQkATgAAAAAAAAAAAAAAAAAMpIAHAAAAAAAAAAAAAAAAAAZSQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARspN9wAAAAAAAABU37Axs6O4pDTdY2xQQX5ujB3eM91jAAAAAAAAAFlCAA4AAAAAAKAJKS4pjaUZHIADAAAAAAAAqE856R4AAAAAAAAAAAAAAAAAAKoiAAcAAAAAAAAAAAAAAABARspN9wAAAAAAAACZYv78+bHPPvtU+eyll16Krl27NvJEAAAAAAAAAM2bABwAAAAAAMD/17Vr11iwYEG6xwAAAAAAAADg/xOAAwAAAAAAssawMbOjuKQ03WNsUEF+bowd3jPdYwAAAAAAAAA0GQJwAAAAAABA1iguKY2lGRyAAwAAAAAAAKBmctI9AAAAAAAAAAAAAAAAAABURQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJFy0z0AAAAAAADQdMyfPz/22WefKp+99NJL0bVr10aeCAAAAAAAAIBsJgAHzcRnn30W06ZNi5dffjnmzZsXixYtihUrVsRmm20WhYWFseOOO8Zee+0Vhx9+eOy4447pHhcAAAAAyFBdu3aNBQsWpHsMAAAAAAAAAJoJAThIg1mzZsWgQYOirKysyud33nln9O3bt17Omj9/ftxwww0xderUKs9bvnx5LF++PD799NOYPn163HDDDbH//vvH8OHDo3v37vUyAwAAAAAAAAAAAAAAANSGABw0stWrV8eIESM2GH6rT/fff3/85je/iZUrV9bofS+88EKcdNJJceGFF8ZPfvKTSCQSDTQhAAAAANCYho2ZHcUlpekeY4MK8nNj7PCe6R4DAAAAAAAAgAwiAAeN7E9/+lO8//77DX7OLbfcEn/84x9r/f6ysrIYO3ZsfPrpp3HVVVcJwQEAAABAFiguKY2lGRyAAwAAAAAAAID1CcBBI5ozZ0787W9/a/Bz7rvvvg2G39q0aROHHXZY9OrVKwoKCmLZsmUxZ86cePrpp+Obb75Jef2ECROiY8eOMWzYsAaeGgAAAAAAAAAAAAAAACoTgINGUlpaGpdffnmsWbOmopZIJCKZTNbrOe+//36MHj26ymeDBg2KSy65JNq1a5fybMWKFfHnP/85/vrXv8batWsrPfvLX/4Se++9d+y///71OisAAAAAAAAAAAAAAABsTE66B4Dm4i9/+UvMmTOn4vtEIhEnn3xyvZ9z5ZVXxqpVq1Lql1xySfzmN7+pMvwWEdG6desYNmxYXHfddZFIJCo9SyaT8Zvf/CZWr15d7/MCAAAAAAAAAAAAAADAhgjAQSN4//33409/+lOl2uDBg2PPPfes13OeffbZePXVV1PqP/zhD+Pcc8+tVo9jjz02zj777JT6Rx99FPfff3+dZwQAAAAAAAAAAAAAAIDqEoCDBlZWVhaXX355rFmzpqK21VZbxc9//vN6P2vcuHEptTZt2sSIESNq1Of888+PrbfeOqX+97//PZLJZK3nAwAAAAAAAAAAAAAAgJoQgIMGNm7cuHj77bcr1UaNGhWbb755vZ4zf/78eOWVV1LqAwYMiE6dOtWoV6tWreK0005LqX/yySdV3jAHAAAAAAAAAAAAAAAADUEADhrQBx98EDfddFOl2g9/+MM49NBD6/2sxx57rMrb2U4++eRa9TvhhBMiNzc3pf7II4/Uqh8AAAAAAAAAAAAAAADUlAAcNJC1a9fGiBEjYvXq1RW19u3bxy9/+csGOe/5559PqXXt2jW6d+9eq36FhYWxxx57VOscAAAAAAAAAAAAAAAAaAgCcNBAbr/99njzzTcr1S6//PLo2LFjvZ+1evXqeOONN1Lq++yzT5367rvvvim1+fPnx+eff16nvgAAAAAAAAAAAAAAAFAdAnDQAD766KP4wx/+UKl2wAEHRP/+/RvkvLlz51a6aa5cr1696tR3Q+9/55136tQXAAAAAAAAAAAAAAAAqkMADupZMpmMESNGxMqVKytqbdq0iSuvvLLBznzvvfeqrO+000516rvzzjvX6DwAAAAAAAAAAAAAAACoTwJwUM/+8Y9/xGuvvVapdtFFF8W2227bYGfOnz+/yvr2229fp75bbrlltGrVKqX+6aef1qkvAAAAAAAAAAAAAAAAVIcAHNSj+fPnx9ixYyvV+vTpE6ecckqDnvvZZ5+l1Fq2bBmFhYV16ptIJGLLLbdMqQvAAQAAAAAAAAAAAAAA0BgE4KCeJJPJ+OUvfxnLly+vqLVs2TKuuuqqyMlp2I/akiVLUmodO3asl95V9fn666/rpTcAAAAAAAAAAAAAAABsTG66B4Bscc8998SMGTMq1c4999zYeeedG/zsb775JqXWtm3beuldVZ+qzmtK1qxZE2vWrEn3GAAAAADQ4Fq2bJnuEepsU/8uz45Nw8Z2zIb9Iuxox6ahuf9+E5H9O2bDfhF2zIYdm/tnMcKOTUW2fxYj7JgNOzb3z2KEHZuKbP8sRtgxG3Zs7p/FCDs2Fdn+WYywYzbs2Nw/ixHNY0fYkHT8+heAg3qwYMGCuO666yrVvve978V5553XKOeve+tcuTZt2tRL7/z8/JRaSUlJvfROlzlz5sTixYvTPQYAAAAANKjc3Nzo3bt3useos9mzZ0dpaWmVz+zYdGxox2zZL8KOdmwamvPvNxHZv2O27Bdhx2zYsTl/FiPs2JRk+2cxwo7ZsGNz/ixG2LEpyfbPYoQds2HH5vxZjLBjU5Ltn8UIO2bDjs35sxjRPHaEjdlzzz0b/cycRj8RstDIkSMrhdBycnJi9OjRkZeX1yjnV5W8zs2tn3xrixYtqnUeAAAAAAAAAAAAAAAA1DcBOKijCRMmxAsvvFCpNnTo0Nh9990bbYaqUtdVBddqo6ognZQ3AAAAAAAAAAAAAAAAjUEADurgiy++iGuuuaZSbZtttolhw4Y16hxVhdTKysrqpfeGrt4FAAAAAAAAAAAAAACAhibFAnVwxRVXxLJlyyrVRo0aFfn5+Y06R8uWLVNq9XVLW1VBuqrOa0p69OgRXbp0SfcYAAAAAEA19OzZM90jNDg7Zgc7Zods3zHb94uwY7awY9OX7ftF2DFb2DE7ZPuO2b5fhB2zhR2zQ7bvmO37RdgxW9gxO2T7jtm+X4QdIdMIwEEtTZ48OaZPn16pdtxxx8XBBx/c6LO0bt06pbZ8+fJ66V1SUpJSa9OmTb30TpeWLVs2+RAfAAAAADQXzeHf5dkxO9gxO2T7jtm+X4Qds4Udm75s3y/CjtnCjtkh23fM9v0i7Jgt7Jgdsn3HbN8vwo7Zwo7ZIdt3zPb9IuwImSYn3QNAU/Tll1/G7373u0q1Dh06xIgRI9IyT/v27VNqS5curZfe699wt6HzAAAAAAAAAAAAAAAAoL4JwEEt/PrXv45vv/22Uu2Xv/xlFBYWpmWejh07ptSWLFlSL70XLVqUUkvXngAAAAAAAAAAAAAAADQvAnBQQ/PmzYunn366Uu3ggw+O4447Lk0TRWy99dYptdWrV9c5BJdMJuOrr75KqXfp0qVOfQEAAAAAAAAAAAAAAKA6ctM9ADQ1a9asSalNnz49unXrVm9nnHrqqVXWH3jggejRo0dKvWvXrlW+/uOPP67TbW1ffvllrFixIqW+7bbb1ronAAAAAAAAAAAAAAAAVJcb4CALdO/evcr63Llz69R3Q+/f0HkAAAAAAAAAAAAAAABQnwTgIAvstNNOkZeXl1KfNWtWnfrOnDmzynrPnj3r1BcAAAAAstX8+fOjS5cuVX7Nnz8/3eMBAAAAAAAAQJOTm+4BgLrLy8uLPn36xMsvv1yp/uKLL9apb1Xv33bbbWObbbapU18AAAAAyFZdu3aNBQsWpHsMAAAAAAAAAMgaAnBQQ9tss02MGTOmXnq99tprMX78+JT6eeedFzvssEOVZ2/IgQcemBKAmz9/frz77rvRvXv3Gs+2ZMmSeP3111PqBxxwQI17AQAAAEBTMGzM7CguKU33GBtVkJ8bY4f3TPcYAAAAAAAAANBoBOCghtq1axcnnHBCvfQqKyurMgC33377Rd++fWvUq1+/fnHDDTek1CdNmhQjRoyo8WwPPfRQlJam/mWfY445psa9AAAAAGj6mkM4rLikNJZm+I4AAAAAAAAA0NwIwEGW6Nq1a+y9994pt8BNmDAhzj333OjUqVO1e61cuTJuv/32DZ4BAAAAQPMjHAYAAAAAAAAApENOugcA6s+ZZ56ZUlu+fHn87ne/q1Gfm2++OT7//POU+hlnnBGJRKLW8wEAAAAAAAAAAAAAAEBNCMBBFjnkkENijz32SKk//PDD8be//a1aPR555JG49dZbU+rf+c53YuDAgXWeEQAAAAAAAAAAAAAAAKpLAA6ySCKRiF//+teRl5eX8uz666+PK664IoqLi6t878qVK+MPf/hD/PznP49kMpnS94orrqiyLwAAAAAAAAAAAAAAADSU3HQPANSv7t27x4gRI2LUqFEpz8aPHx8PP/xwHHbYYbHrrrtGu3btYtmyZfHuu+/GU089FV9//XWVPc8555w48MADG3hyAAAAAAAAAAAAAAAAqEwADrJQUVFRLFq0KG6++eaUZyUlJTFlypSYMmVKtXqddNJJcfHFF9f3iAAAAAAAAAAAAAAAALBJOekeAGgYF1xwQYwePTo222yzWr2/RYsWceGFF8bVV18diUSinqcDAAAAAAAAAAAAAACATROAgyw2cODAePjhh+Ooo46KFi1aVPt9++23X0ycODH+53/+R/gNAAAAAAAAAAAAAACAtMlN9wDQnPXo0SPOP//8lHqXLl3q7YzvfOc78cc//jEWLFgQ06ZNixkzZsQHH3wQixYtipUrV8Zmm20WHTp0iB122CH22muvOOKII2LHHXest/MBAAAAAAAAAAAAAACgtgTgII169OgRPXr0aJSzunTpEqeffnqcfvrpjXIeAAAAQHMybMzsKC4pTfcYG1WQnxtjh/dM9xgAAAAAAAAAADUiAAcAAAAAUEfFJaWxNMMDcAAAAAAAAAAATVFOugcAAAAAAAAAAAAAAAAAgKoIwAEAAAAAAAAAAAAAAACQkQTgAAAAAAAAAAAAAAAAAMhIAnAAAAAAAAAAAAAAAAAAZCQBOAAAAAAAAAAAAAAAAAAykgAcAAAAAAAAAAAAAAAAABlJAA4AAAAAAAAAAAAAAACAjCQABwAAAAAAAAAAAAAAAEBGEoADAAAAAAAAAAAAAAAAICMJwAEAAAAAAAAAAAAAAACQkQTgAAAAAAAAAAAAAAAAAMhIAnAAAAAAAAAAAAAAAAAAZCQBOAAAAAAAAAAAAAAAAAAykgAcAAAAAAAAAAAAAAAAABkpN90DNLRvvvkmFixYEAsXLozly5fHihUrYvny5bFq1apo1apVtG7dOlq3bh35+fmx1VZbxTbbbBPt2rVL99gAAAAAAAAAAAAAAAAAzV7WBOBWrlwZs2fPjlmzZsWsWbPivffeiwULFsSKFStq3KtNmzbRpUuX6N69e+y6667Rq1ev6NmzZ2y22WYNMDkAAAAAAAAAAAAAAAAAVWnSAbjZs2fH9OnT47nnnotZs2ZFWVlZxbNkMlnrviUlJfH+++/H3LlzY8qUKRER0aJFi9htt93ioIMOioMOOih69uxZ5/kBAAAAAAAAAAAAAAAA2LAmF4B766234oEHHohp06bF4sWLK+pVBd4SiUStz0kmk5V6lpaWxhtvvBFvvPFG/OEPf4iOHTvGkUceGSeccEL07t271ucAAAAAAAAAAAAAAAAAULUmEYBbuHBhTJo0KR588MH4+OOPIyI18LahsFttboJLJBJV9lu316JFi+Kee+6Je+65J77zne9E//7948QTT4ytttqqxucBAAAAAAAAAAAAAAAAkCqjA3Bvv/123HbbbfHEE09EWVlZpQDapgJqG3vdpmyoz/q9yl/38ccfxx//+Me45ZZb4qijjorTTjstdttttxqfCwAAAAAAAAAAAAAAAMB/ZWQA7plnnolx48bFa6+9FhH/DZptKIBWXt9Y2K06N8Ftqs/6Abx1X5dMJqO0tDQeffTRePTRR2OPPfaIs846Kw477LBNngsAAAAAAAAAAAAAAABAqowKwL344ovx+9//PmbOnBkRVQff1q1tKBC3rlatWkXnzp2jsLAwWrVqVfGVl5cXq1atipUrV8aqVatixYoVsXjx4vjyyy9j1apVKX02dt66z8prr732Wrz++uvRq1evuOiii2K//far1c8JAAAAAAAAAAAAAAAAQHOVEQG4t956K8aOHRszZsyIiA3f+LZ+bd3XdenSJbp16xbdunWL7t27x/bbbx+dO3eOdu3a1Xier7/+OhYuXBj/+c9/4r333qv4+uyzzyrNsbH5kslkJJPJmDlzZpx11lnx/e9/Py6++OLo06dPjecBAAAAAAAAAAAAAAAAaI7SGoBbtGhRXHvttfHwww9HRGrwLZlMVhl4i4j43ve+F3vvvXf07ds39t577+jQoUO9zdWhQ4fo0KFDdO/ePfr161dRX7JkScyYMSNefvnlmDFjRnz44YcVz9afc/0g3MsvvxxFRUVx7LHHxvDhw2OLLbaot3kBAAAAAAAAAAAAAAAAslFaAnBlZWVx5513xi23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AAAAAAAAAIDqS3sALpFIRCKRiGQyGfPmzYszzjgjLr744li4cGG9ndG3b99K5yWTybjrrrvivffeq3Pvd999N+66665IJBKV6nvvvXedewMAAAAAAAAAAAAAAAA0Z2kLwBUWFla6lW3dINxjjz0WxxxzTPz973+PsrKyOp91+OGHV/o+kUjE6tWr46yzzopZs2bVuu+sWbPi7LPPjjVr1qQ8O+yww2rdFwAAAAAAAAAAAAAAAIA0BuCmTp0aQ4cOjZycyiOUh+BKSkriuuuui/79+8eMGTPqdFbPnj1jl112STln0aJFUVRUFFdddVUsWLCg2v0WLFgQv/nNb6KoqCgWLVpUcftbMpmMRCIRPXr0iF69etVpZgAAAAAAAAAAAAAAAIDmLjddB2+++eYxcuTIGDBgQFx55ZXx5ptvVgTJ1g2UzZ07N04//fQ45phj4tJLL40tt9yyVueNHDkyioqKKtUSiUSUlpbG3XffHXfffXf07Nkzdt999/je974XnTp1ijZt2kQikYiSkpJYvHhxzJ07N15//fWYM2dOxXzls67rl7/8Za1mBAAAAAAAAAAAAAAAAOC/0haAK9ejR4+49957Y9KkSXHDDTfE4sWLKwXhkslkJJPJePTRR+PZZ5+N888/P0499dRo0aJFjc7p06dPnHbaaXH77bdXCq2VnxER8c4778Ts2bM32qf8teXvXVcikYihQ4fGnnvuWaPZAAAAAAAAAAAAAAAAAEiVk+4Byp100knx+OOPx9ChQyMn579jJRKJipBaSUlJjBkzJvr37x+vvPJKjc+47LLL4sQTT6wUYlv3jIioCNxt6Gv915dLJpNx7LHHxq9+9asazwUAAAAAAAAAAAAAAABAqowJwEVEtG3bNkaOHBkTJ06M3r17p9y2Vh6Emzt3bpx66qnx85//PL788ssanXH11VfHeeedVylkt/4Zm/paVzKZjEQiEWeffXZcc801tVscAAAAAAAAAAAAAAAAgBQZFYAr16NHj7j33nvj6quvjsLCwpQgXMT/Bs8eeeSR6NevX9x+++2xdu3aavVOJBJx0UUXxT333BM9evSodLNbTZS/r3v37nHXXXfFz3/+82jRokWN+wAAAAAAAAAAAAAAAABQtYwMwJU76aST4vHHH48hQ4ZUurFt3dvgSkpK4tprr40TTjghXn311Wr33m233WLS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AAAAAAAAAAAAAAAAbFhaA3AR/xsGi4iKgNi0adNi2rRp0b179xg0aFAcd9xxkZ+fn+Ypq2/p0qXx4IMPxvjx42PevHkREZWCbwAAAAAAAAAAAAAAAABUT1oCcCeccEI89NBDlWrrBuEiIubMmRNXXnlljBkzJvr16xf9+vWLfffdN1q0aNHo827KmjVr4oUXXojHHnsspk6dGitXrqx0w9v6wbdkMhmJRCL69+/fyJMCAAAAAAAAAAAAAAAANB1pCcBde+218aMf/Sh+85vfxHvvvVcpILb+jXDLly+PSZMmxaRJk6KgoCAOO+ywOPLII6Nv377Rpk2bdIwfERHLli2Lf//73zF16tR49tlno6SkpGLuclXd+JZMJqNHjx5xxRVXxO67795o8wIAAAAAAAAAAAAAAAA0NWkJwEVE7LnnnjF58uS466674qabbori4uIqg3AR/w2Vffvtt/HAAw/EAw88EC1atIhddtkl9t5779h7772jV69e0b59+wabd/HixTFz5sx4+eWXY8aMGfHee+/F2rVrK823/tzrSiaT0a5du7jwwgujqKgocnJyGmxWAAAAAAAAAAAAAAAAgGyQtgBcREROTk6ccsopcfzxx8ff/va3uOuuu2LFihUpIbKqwnClpaUxc+bMmDlzZtx6660REdGpU6fo1q1b7LzzzrH99ttH586dK746dOiwyXmWLFkSCxcujC+++CIWLlwY//nPf+L999+P999/P5YsWZIyQ1XzrS+ZTEbr1q3j1FNPjbPOOisKCgo2/RMDAAAAAAAAAAAAAAAAQHoDcOXatWsXP//5z+P000+P//t//29MmDAh1qxZkxJ8SyQSVYbhyn311VexaNGieOGFF1LOSCQSsdlmm8Vmm20WrVq1ipYtW8aaNWti5cqVsWrVqli1alVKvw2dU95v/desP1teXl4MGjQozjvvvOjYsWP1fjIAAAAAAAAAAAAAAAAAiIgMCcCV69SpU1xxxRVxzjnnxO233x73339/LFu2rMrg2/q1dZ9VJZlMxooVK2LFihU1nmtDN7ytG3or/2cymYyCgoIYOHBgnHrqqdG5c+canwcAAAAAAAAAAAAAAABAhgXgym299dZx+eWXxwUXXBATJkyIf/7zn7FgwYKIiI3eArehUFx9WP+cdf9Z/qxr165x6qmnxsknnxxt2rRpkDkAAAAAAAAAAAAAAAAAmouMDMCV23zzzeOMM86I0047Lf7973/H5MmT4+mnn664xa2qwNuGboCrTjBuY+/d0Dlt2rSJI488Mk444YTYZ599GiyABwAAAAAAAAAAAAAAANDcZHQArlxOTk4ccMABccABB0RJSUlMnTo1nnjiiZgxY0ZFGC5i4zfAbSjctq6NhdfWfX9+fn7su+++ceSRR8YRRxwRrVu3rsE2AAAAAAAAAAAAAAAAAFRHkwjArSs/Pz9OPPHEOPHEE2P16tXx6quvxnPPPRczZsyIuXPnRmlpaaXXl4faanIz2/phuZYtW8bOO+8cffv2jYMOOij22muvyM1tcj91AAAAAAAAAAAAAAAAAE1Kk05x5eXlxX777Rf77bdfRESsXr065syZE7NmzYr3338/Pv3001iwYEF8/vnnsXr16k3222yzzWLrrbeOLl26xLbbbhvdu3ePXXfdNbp16xZ5eXkNvQ4AAAAAAAAAAAAAAAAA62jSAbj15eXlRe/evaN3794pz5YsWRLLly+PFStWxIoVK2L16tWRl5cXbdq0iVatWkV+fn506NAhDVMDAAAAAAAAAAAAAAAAUJWsCsBtTGFhYRQWFqZ7DLLcqlWr4o033ohZs2bFvHnzYt68ebFo0aIoLi6O1atXR9u2baNdu3bRqVOn6NWrV/Tp0yf22WefaN++fYPPtmTJknjyySfj3//+d8ybNy8WLlwYy5cvj7y8vGjXrl3ssMMO0adPnzj88MNjl112afB5AAAAAAAAAAAAAAAAYFOaTQAOGsr8+fPj8ccfj+eeey7efPPNWL169QZf+/XXX8fXX38dH330Ubz66qsREdGqVas45phj4rTTTovu3bvX+3xLliyJ3//+9zF58uQqZystLY3ly5fH559/Hi+88ELccsstsdtuu8UvfvGL2Hvvvet9HgAAAAAAAAAAAAAAAKguATiopZdeeimuu+66ePvtt+vUZ+XKlTFp0qR48MEH48wzz4wLL7ww8vLy6mXG6dOnxy9+8Yv49ttva/S+mTNnximnnBI//vGP47LLLouWLVvWyzwAAAAAAAAAAAAAAABQEznpHgCaqpkzZ9Y5/LausrKy+Nvf/haDBg2Kb775ps79Jk+eHOedd16Nw2/r+uc//xk//elPN3qrHQAAAAAAAAAAAAAAADQUN8BBA+ncuXPstdde0aVL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AAAAAAA10SQDcGVlZfHkk0/GOeecE4cffnj89a9/jUWLFqV7LJqx1atXxwUXXBAvvPBCyrP27dvHbbfdFt/73vcadIZDDjkkWrdunVJf/1a46nrmmWfi66+/Tqkfc8wxteoHAAAAAAAAAAAAAAAANdUkA3DlkslkLFiwIMaOHRuHHHJIXHTRRfHiiy+meyyamdLS0rjoooti+vTpKc/atWsXt912W3Tv3r3B58jPz4+jjz46pf7000/H+++/X6NeyWQy/vKXv1R5xpFHHlnrGQEAAAAAAAAAAAAAAKAmmnQALpFIRCKRiGQyGaWlpfHEE0/EmWeeGUcddVSMGzculixZku4RyXJlZWVxySWXxFNPPZXyrG3btjFu3Ljo2bNno81zxhlnpNTWrl0bo0aNirKysmr3uffee2PWrFkp9cGDB8fmm29epxkBAAAAAAAAAAAAAACgupp0AK7cukG4ZDIZH3/8cVx//fVx8MEHxyWXXBIzZsxI94hkobVr18all14ajz/+eMqz/Pz8GDduXPTq1atRZ+rWrVsce+yxKfXXXnstRo8eXa0er7zySvzud79Lqbdr1y7OPvvsOs8IAAAAAAAAAAAAAAAA1ZWb7gHqKplMRsR/Q3Dr1tesWROPPvpoPProo7HddtvF4MGDo3///tG+ffs0TUs2GTNmTEyZMqXKZ8cff3x89NFH8dFHH9X5nE6dOsX+++9f7ddfeuml8fzzz8c333xTqX733XfHV199FSNHjozOnTunvK+0tDTuvvvuuP7662PVqlUpzy+55JIoLCys8fwAAAAAAAAAAAAAAABQW00+ALd+6K28Vl4vr3300Udx7bXXxtixY+Ooo46KH/3oR7HXXns1/sBkjXfeeWeDz+65556455576uWcvffeu0YBuC233DLGjBkT5513Xqxdu7bSs2nTpsVzzz0XBx98cPTu3TsKCwtjxYoV8cEHH8RTTz0VX3zxRZU9f/jDH8agQYPqtAcAAAAAAAAAAAAAAADUVJMMwP34xz+ONm3axIQJE+I///lPRFQdeqvqVrhVq1bFlClTYsqUKbHDDjvE4MGD44QTToiCgoLGXwQayMEHHxxXXXVV/OpXv6r4PJRbtWpVTJ06NaZOnVqtXgcccEBcc801DTEmAAAAAAAAAAAAAAAAbFROugeojfbt28eZZ54Zjz32WNx5551xzDHHRMuWLTd4A9z69fLaBx98EFdffXUcdNBBcfnll8cbb7yRtp2gvg0YMCD+9Kc/1SncWVRUFH/+858jLy+vHicDAAAAAAAAAAAAAACA6mmSAbh17b333nHjjTfG9OnT4xe/+EV85zvf2Wjobd1axP8G5FauXBkPPPBADBkyJI477ri46667YtmyZWnbCerLoYceGo899lgMHDiwRiG2Xr16xR133BGjRo2Kli1bNuCEAAAAAAAAAAAAAAAAsGG56R6gvnTo0CHOOuusOOuss2LGjBlx7733xpNPPhlr1qypFHiLiEpBuPVrc+fOjdGjR8f1118fxxxzTAwaNCh22223xl2GJuEf//hHukeolk6dOsXo0aNj2LBhMW3atHjxxRdj7ty5sXDhwlixYkW0bNky2rdvH9/97nejT58+cfjhh0evXr3SPTYAAAAAAAAAAAAAAABkTwBuXX379o2+ffvGkiVLYtKkSTFhwoT4+OOPIyL19reqaslkMlasWBGTJk2KSZMmRffu3WPw4MFx7LHHRn5+fnqWgjrq2LFjDB48OAYPHpzuUQAAAAAAAAAAAAAAAKBactI9QEMqLCyMs88+O5544om47bbb4uijj44WLVpsNPhWXkskEhW1OXPmxKhRo+LAAw+MK664It555510rgUAAAAAAAAAAAAAAADQLGTlDXBV2XfffWPfffeNJUuWxMSJE2PixInxySefRET1b4Vbvnx5TJgwISZMmBA9e/asuBWudevW6VkKAAAAAAAAAAAAAAAAIItl9Q1wVSksLIxzzz03pk6dGrfddlsceeSRtboV7p133okrrrgiDjzwwLjyyivj3XffTedaAAAAAAAAAAAAAAAAAFmn2QXg1rXvvvvGH//4x5g+fXpcfPHF0bVr14qAW0SkhN7WrUX8b0Bu2bJlce+998aJJ54YgwYNismTJ8eqVavSthMAAAAAAAAAAAAAAABAtmjWAbhyHTt2rLgV7u9//3utb4WbOXNmjBgxIg488MAYPXp0zJ07N51rAQAAAAAAAAAAAAAAADRpAnDr2W+//SpuhRs2bFh06dKl2rfCldeKi4vjrrvuiuOPPz6KioriwQcfjNWrV6dzLQAAAAAAAAAAAAAAAIAmRwBuAzp27Bg/+clP4sknn4xx48bFEUccUXErXHnwLeK/N8Jt6Fa4N998My677LI48MAD49prr4358+encSsAAAAAAAAAAAAAAACApkMArhr233//uOmmm+LZZ5+NYcOGRYcOHSqCbuva2K1w3377bdx+++1x9NFHxwUXXBCzZ89OxyoAAAAAAAAAAAAAAAAATYYAXDWtWbMmZsyYEc8//3x8/fXXERGVboJb18ZuhSsrK4snn3wyTj755Ljwwgvjk08+acw1AAAAAAAAAAAAAAAAAJqM3HQPkOk++uijGD9+fDzwwAPxzTffVNSrCr+tfyPcuq9b98a48tq0adNi+vTpcf7558c555zTANMDAAA0nGFjZkdxSWm6x9iggvzcGDu8Z7rHAAAAAAAAAAAAAOpAAK4KpaWlMXXq1Bg/fny8/PLLEVE58FZ+m9u635dbv75+6G392qpVq+LGG2+MV155JX7/+99HmzZtGm4xAACAelRcUhpLMzgABwAAAAAAAAAAADR9AnDr+OSTT2L8+PExefLk+PrrryOicnCt3IZqiUQi9ttvvzjppJPinXfeiQcffDCWLFmyyfcnk8n417/+FRdccEGMGzeuATcEAAAAAAAAAAAAAAAAaDqafQCutLQ0pk2bFvfdd1/MmDEjksnkRm93q+pWt3bt2kX//v2jqKgott9++4iIOPbYY+Piiy+OJ598Mu69996YMWNGRb/yG+TW7ZdMJuPf//533HnnnXHqqac20vYAAAAAAAAAAAAAAAAAmavZBuDmz58f9913X0yaNKnilrZN3fa2fvBtl112iSFDhsSxxx4bm222WcoZLVu2jH79+kW/fv3iww8/jHHjxsWDDz4YpaWlGwzB3XLLLTF48ODIy8tr0P0BAAAAAAAAAAAAAAAAMl2zCsCVlZXFk08+GePHj4+XXnqpRre9lddatWoV/fr1iyFDhkSvXr2qffYOO+wQv/3tb+P//J//E6NHj45nn302JQQXEVFcXByPPfZYnHDCCfWwMQAAAAAAAAAAAAAAAEDT1SwCcJ9++mlMmDAh7r///li8eHFEVH3bW3m9qtvetttuuygqKooTTzwx2rVrV+tZtt122/jzn/8ct99+e1xzzTUVIbh1vfTSSwJwAAAAAAAAAAAAAAAAQLOXtQG4tWvXxlNPPRX33ntvvPjii5u87a28tm7wrUWLFnHooYdGUVFR7L///vU63+mnnx7z5s2LiRMnpszy9ttv1+tZAAAAAAAAAAAAAAAAAE1R1gXgPvvss7jvvvvi/vvvj0WLFkVEzW9769SpUwwcODAGDx4cnTt3brBZf/KTn8TEiRMrvi+/Da58bgAAAAAAAAAAAAAAAIDmLCsCcGvXro2nn346xo8fHy+88EKtbnuLiPj+978fQ4YMiSOOOCJycxv+p6Zr166xzTbbxOeff16pvnTp0gY/GwAAAAAAAAAAAAAAACDTNekA3Oeffx4TJkyIiRMnxldffRURNb/tbfPNN4/+/ftHUVFR7Ljjjo04/f/aZptt4rPPPqs0b1lZWaPPAQAA1K9hY2ZHcUlpusfYoIL83Bg7vGe6xwAAAAAAAAAAAADYqCYZgHv77bfjpptuiueffz7Wrl1bq9veunfvHkOGDInjjjsuWrdu3YjTV9aqVau0nQ0AADSc4pLSWJrBATgAAAAAAAAAAACApqBJBuCeffbZmD59esX3m7rtrbyWl5cXRx99dBQVFcXuu+/eaPMCAAAAAAAAAAAAAAAAUHNNMgBXrrq3vW277bYxaNCgGDBgQHTo0KHxB92E9QN8AAAAAAAAAAAAAAAAADTxAFxE5eDburWcnJw4+OCDo6ioKA466KCMDpmV7wAAAAAAAAAAAAAAAADAfzX5ANz6t70VFhbGgAEDYtCgQdGlS5d0jlYt1157baxcuTLdYwAAAAAAAAAAAAAAAABknCYfgCsPvu2xxx4xZMiQOOqoo6Jly5Zpnqr6OnbsmO4RAAAAAAAAAAAAAAAAADJSkw7AtW7dOo4//vgoKiqKbt26pXscAAAAAAAAAAAAAAAAAOpRkwzAde3aNUaOHBn9+/eP/Pz8dI8DAAAAAAAAAAAAAAAAQANokgG4E044Id0jAAAAAAAAAAAAAAAAANDActI9AAAAAAAAAAAAAAAAAABURQAOAAAAAAAAAAAAAAAAgIwkAAcAAAAAAAAAAAAAAABARhKAAwAAAAAAAAAAAAAAACAjCcABAAAAAAAAAAAAAAAAkJFy0z1AbX300UfxwQcfpNTbtWsXe+21V4Of/+qrr8a3336bUu/evXt06dKlwc8HAAAAAAAAAAAAAAAAyHZNNgA3cuTIePXVV1PqF198caME4N5444248cYbU+o/+MEP4qabbmrw8wEAAAAAAAAAAAAAAACyXU66B6iNDz/8MF555ZVIJpOVvgoKCmLo0KGNMsOQIUOioKAgZYZnnnkmvvzyy0aZAQAAAAAAAAAAAAAAACCbNckA3KRJkyIiIpFIRCKRqPjxkCFDok2bNo0yQ35+fgwePDhljrKyspg8eXKjzAAAAAAAAAAAAAAAAACQzZpkAG769OkVgbN1HX/88Y06R//+/ausP/PMM406BwAAAAAAAAAAAAAAAEA2anIBuC+//DLmzp1b8X0ymYyIiG7dusV3v/vdRp3lu9/9bnTv3r1ihkQiEclkMmbNmhXFxcWNOgsAAAAAAAAAAAAAAABAtmlyAbgZM2ak1BKJRBxxxBFpmCaqPHft2rXx8ssvp2EaAAAAAAAAAAAAAAAAgOzR5AJw697+tq7evXs38iQbP/e9995r5EkAAAAAAAAAAAAAAAAAskuTC8B9+OGHVdZ33XXXRp5k4+duaE4AAAAAAAAAAAAAAAAAqqfJBeA+/vjj/8fefYdHUb1/H/9MSGihg1QpCtIF/AkoRVCaXVFAAaWKFBHRr6igKBaKFEUQpUlRKdLERpcuHaVJ74QaakJCIG2eP3h23dndQMqWbPJ+XRcX2Ul2zplkd3bmnHPftwzDsGwrWLCg8uXL55f+5MuXT4UKFbJsM01TR48e9Ut/AAAAAAAAAAAAAAAAAAAAAAAAACCjCLgAuMjISPvXpmlKkt+C32wc27cF5125csU/nQEAAAAAAAAAAAAAAAAAAAAAAACADCLgAuCioqIsjw3DUN68ef3Um5vy5s1rD8aziY6O9lNvAAAAAAAAAAAAAAAAAAAAAAAAACBjCLgAuOvXr7tsy549ux968p9s2bK5bLt27ZofegIAAAAAAAAAAAAAAAAAAAAAAAAAGUfABcCFhIS4bPN3sJm7oDzninAAAAAAAAAAAAAAAAAAAAAAAAAAgJQJuAA4x2pvhmHINE2Fh4f7sUdSeHi4DMOwbMuRI4efegMAAAAAAAAAAAAAAAAAAAAAAAAAGUPABcDdcccdLtvOnTunGzdu+KE30o0bN3TmzBmX7Xnz5vVDbwAAAAAAAAAAAAAAAAAAAAAAAAAg4wi4ALjixYvLNE3LtoSEBG3fvt0v/dm5c6cSEhLsj03TlGEYKlGihF/6AwAAAAAAAAAAAAAAAAAAAAAAAAAZRcAFwJUtW9bt9mXLlvm4J7dut0yZMr7tCAAAAAAAAAAAAAAAAAAAAAAAAABkMAEXAFe9enXLY8MwZJqm/vjjD8XExPi0LzExMfr1119lGIbL92rUqOHTvgAAAAAAAAAAAAAAAAAAAAAAAABARhNwAXC1atVSUJBrtyMiIjRlyhSf9uX7779XRESEJMk0Tcv3atWq5dO+AAAAAAAAAAAAAAAAAAAAAAAAAEBGE3ABcAUKFND9999vCTizVYEbP368Dhw44JN+HDx4UGPHjrVXf7P1QZIqVaqkO++80yf9AAAAAAAAAAAAAAAAAAAAAAAAAICMKuAC4CSpefPm9q9tQWeGYejGjRvq2bOnwsPDvdp+eHi4XnvtNd24ccPSB1s/nnvuOa+2DwAAAAAAAAAAAAAAAAAAAAAAAACZQUAGwD399NMqVKiQJGvlNcMwFBYWppdffln79u3zStv79u1Tu3btFBYWZm/bVgVOkvLkyaOWLVt6pW0AAAAAAAAAAAAAAAAAAAAAAAAAyEwCMgAua9aseu211yyV1xyD4E6cOKFWrVppwoQJlp9Jq4kTJ+qFF17QiRMnLEFvtvYNw1C3bt2UI0cOj7UJAAAAAAAAAAAAAAAAAAAAAAAAAJlVQAbASVLr1q1VqVIlSbIHozkGwcXFxWnkyJFq1qyZpkyZosjIyFS1c/XqVU2ZMkXNmjXTl19+qdjYWPv3bEFvtv/LlSunDh06pPHIAAAAAAAAAAAAAAAAAAAAAAAAAACSFOzvDqRWUFCQvvjiC7Vs2VIxMTH2QDRbMJrtcVhYmIYNG6ZRo0apevXq9n+lSpVSnjx5lCdPHuXIkUPXr19XRESErl69qhMnTmjHjh3avn27duzYoRs3bliC66T/gt9ssmfPrq+++kpZsmTxy+8DAAAACCRvDdujyOh4f3fjlvKEBmvku5X93Q0AAAAAAAAAAAAAAAAAAIBMLWAD4CTp7rvv1rBhw9S7d28lJia6DYKTbgarXb9+XZs3b9bmzZtd9mN7njvOgW+2bY77Dg4O1vDhw1W2bFlPHyIAAACQIUVGx+tqOg+AAwAAAAAAAAAAAAAAAAAAgP8F+bsDadWkSRMNGjRIQUE3D8UxMM0xeM0xOM75X2JiYpLfcw6kcxf8NmTIEDVp0sQPRw8AAAAAAAAAAAAAAAAAAAAAAAAAGVfAB8BJUvPmzTV27FjlzJkzyaA16b9AuJT8c7cP27bcuXNrwoQJevrpp/1w1AAAAAAAAAAAAAAAAAAAAAAAAACQsWWIADhJatCggX755RfVrFnTbcBbUhXebD97q++720+dOnX066+/qm7duv48bAAAAAAAAAAAAAAAAAAAAAAAAADIsDJMAJwklSxZUtOmTdPQoUNVokSJ21Z/s7H9zK1+zrav0qVL68svv9SUKVNUvHhx3x4gAAAAAAAAAAAAAAAAAAAAAAAAAGQiwf7ugDc8++yzeuqpp7R8+XLNmTNHGzZsUHx8vP37tqA2xyA4Z45BcVmzZlW9evX0wgsvqGHDhgoKylBxgwAAAAAAAAAAAAAAAAAAAAAAAACQLmXIADhJypIli5o1a6ZmzZopOjpaGzZs0I4dO7Rnzx6dOHFCZ8+eVVxcnMvzQkJCVLRoUZUqVUpVqlRR9erVVadOHeXMmdMPRwEAAAAAAAAAAAAAAAAAAAAAAAAAmVeGDYBzFBoaqiZNmqhJkyaW7VFRUbpx44ZiY2OVNWtWZcuWTbly5fJTLwEAAAAAAAAAAAAAAAAAAAAAAAAAjjJFAFxScuXKRcAbAAAAAAAAAAAAAAAAAAAAAAAAAKRTQf7uAAAAAAAAAAAAAAAAAAAAAAAAAAAA7hAABwAAAAAAAAAAAAAAAAAAAAAAAABIlwiAAwAAAAAAAAAAAAAAAAAAAAAAAACkSwTAAQAAAAAAAAAAAAAAAAAAAAAAAADSJQLgAAAAAAAAAAAAAAAAAAAAAAAAAADpEgFwAAAAAAAAAAAAAAAAAAAAAAAAAIB0iQA4AAAAAAAAAAAAAAAAAAAAAAAAAEC6RAAcAAAAAAAAAAAAAAAAAAAAAAAAACBdIgAOAAAAAAAAAAAAAAAAAAAAAAAAAJAuBfu7A960b98+/f333zpw4ICOHj2q8+fP69KlS7px44ZiY2NlmqZX2s2fP7/Wr1/vlX0DAAAAAAAAAAAAAAAAAAAAAAAAQGaR4QLgDh8+rFmzZmnhwoW6ePGi5XveCnhz5qt2AAAAAAAAAAAAAAAAAAAAAAAAACAjyzABcGfPntXnn3+upUuXyjRNt0FohmF4vR8EvwEAAAAAAAAAAAAAAAAAAAAAAACAZ2SIALgFCxZowIABio6OtgegJSfYzZPBar4IrgMAAAAAAAAAAAAAAAAAAAAAAACAzCTgA+AmTJigkSNHug18u9U2R0kFr90uQI6gNwAAAHjDW8P2KDI63t/duKU8ocEa+W5lf3cDAAAAAAAAAAAAAAAAAAAAGVxAB8DNmTNHX375pSTXIDfDMFwC1JIKaHPc7vic2wXOebKCHAAAAGATGR2vq+k8AA4AAAAAAAAAAAAAAAAAAADwhYANgDt48KAGDhx4y4pvtsf58+dXoUKFlC9fPm3ZssXyfcMwlCdPHpUvX15xcXGKiIhQRESErly5osTERPv+3AXTZc+eXffee69L33Lnzu35AwYAAAAAAAAAAAAAAAAAAAAAAACATCZgA+A+++wz3bhxQ4ZhuA18K1SokDp16qTGjRurTJky9udVrFjRZV/VqlXTxIkTLdtiYmK0fft2/f3331q4cKGOHDliaUOSbty4ofz58+vTTz9Vvnz5PHyEAAAAAAAAAAAAAAAAAAAAAAAAAJC5Bfm7A6mxceNGbd682SX4zTRNmaap559/XosXL9Yrr7xiCX5LiRw5cqhOnTp6/fXXtXDhQo0fP17Vq1d3aW/ZsmVq1aqVTpw44anDAwAAAAAAAAAAAAAAAAAAAAAAAAAoQAPgZsyYYXlsC0YzDEMdOnTQ4MGDlStXLo+22bBhQ82cOVO9evVSlixZLO2GhYWpbdu2BMEBAAAAAAAAAAAAAAAAAAAAAAAAgAcFXABcTEyMVq1aJcMwJFmD32rUqKF+/fp5re2goCD17NlT48aNU3BwsL19wzB04cIFde/eXVFRUV5rHwAAAAAAAAAAAAAAAAAAAAAAAAAyk4ALgNu0aZNiY2NdthuGoYEDB/qkD/Xr19fw4cPtQXg2R48e1bBhw3zSBwAAAAAAAAAAAAAAAAAAAAAAAADI6AIuAG7Hjh2Wx7bqbw888IDKli3rs3489thjevHFF2WapqT/KtHNnTtXe/bs8Vk/AAAAAAAAAAAAAAAAAAAAAAAAACCjCrgAuH379rnd/txzz/m4J1Lv3r2VN29eyzbTNDV58mSf9wUAAAAAAAAAAAAAAAAAAAAAAAAAMpqAC4A7c+aM2+333XdfqvcZHx+fqufly5dPzz33nEsVuCVLligqKirV/QEAAAAAAAAAAAAAAAAAAAAAAAAABGAAXHh4uAzDsGzLkyePSpYsmep9pjYATpIaN27sdn/r169P9T4BAAAAAAAAAAAAAAAAAAAAAAAAAAEYABcTE2P/2lZ57Y477kj284OCrIdsmqaio6NT3Z/7779fOXLkcNm+efPmVO8TAAAAAAAAAAAAAAAAAAAAAAAAABCAAXA3btywPDYMQ7lz507287NmzWp5rqQ0BcAFBQW5DcA7cuRIqvcJAAAAAAAAAAAAAAAAAAAAAAAAAAjAALhs2bK5bHNXgS0lz79w4UKa+lSwYEF7NTrDMGSapo4fP56mfQIAAAAAAAAAAAAAAAAAAAAAAABAZhdwAXC5cuVy2ZaSCm758uVz2Xbt2jVFRUWluk+OVeVsrl69mur9AQAAAAAAAAAAAAAAAAAAAAAAAAACPADOVm0tMjIy2c93rNbm6OjRo6nuk7tgt2vXrqV6fwAAAAAAAAAAAAAAAAAAAAAAAACAAAyAK1y4sEsAW0qqrZUsWdLt9j179qSqP6Zp6sSJEzIMw7I9JCQkVfsDAAAAAAAAAAAAAAAAAAAAAAAAANwUcAFwd999t8u2S5cuJbvimrvnS9LmzZtT1Z8DBw4oKirKZXv+/PlTtT8AAAAAAAAAAAAAAAAAAAAAAAAAwE0ZIgDONE3t378/Wc+/9957LY8Nw5Bpmlq9erVu3LiR4v788ssvLn2RpHz58qV4XwAAAAAAAAAAAAAAAAAAAAAAAACA/wRcANw999zjdvu+ffuS9fxq1aopODjYZXt0dLRmz56dor6cPXtWc+bMkWEYlu2GYah8+fIp2hcAAAAAAAAAAAAAAAAAAAAAAAAAwCrgAuBq1KjhNoBt+/btyXp+rly5VLt2bXulNum/KnBffvmlDh48mKz93LhxQ3369FFUVJQkWfYnSbVr107WfgAAAAAAAAAAAAAAAAAAAAAAAAAA7gVcAFz27NlVrVo1e8CZLXht1apVSkhISNY+nn76afvXjvuJiYnRK6+8oo0bN97y+WfOnNErr7yirVu32tt3rAIXFBSkunXrpvTQAAAAAAAAAAAAAAAAAAAAAAAAAAAOXEupBYAHHnhA//zzj2VbZGSkNm3alKzAsyeeeEIjRozQpUuXLAFshmEoPDxcnTt3Vp06dfTYY4/p7rvvVqFChRQTE6OTJ09q1apV+uOPP3Tjxg2X/dr207hxYxUtWtRjxwsAAAAAAAAAAAAAAAAAAAAAAAAAmVFABsA98sgjGjt2rMv2xYsXJysALlu2bOrWrZsGDx5sr9zmGASXmJio9evXa/369W6f71x9zlm3bt1ScjgAAAAAAAAAAAAAAAAAAAAAAAAAADeC/N2B1KhWrZpKlixpf2wLRPvtt9906dKlZO3j5ZdfVtWqVe3Pl1wD25L6ZwuUc/55wzDUvn17ValSxZOHCwAAAAAAAAAAAAAAAAAAAAAAAACZUkBWgJOkJ554QuPHj7dsu3Hjhr7//nu99dZbt31+UFCQvvrqK7344ou6dOmSJejNFuB2K47Bbzb33Xef3n333VQcDQAAAJLrrWF7FBkd7+9u3FKe0GCNfLeyv7sBAAAAAAAAAAAAAAAAAAAABLyADYB77rnndPHiRZftsbGxyd7HnXfeqcmTJ6tLly46f/68JZjNFuCWFOefrVevnkaNGqUsWbIku30AAACkXGR0vK6m8wA4AAAAAAAAAAAAAAAAAAAAAJ4RsAFwZcqU0cCBA9O8nwoVKujnn39W//79tXr1aklKVgU46WbgW9asWdWhQwe9+eabBL8BAAAAAAAAAAAAAAAAAAAAAAAAgAcFbACcJ91xxx0aP368NmzYoB9++EFr165VfPytq4rkz59fzZo1U/fu3VWsWDEf9RQAAAAAAAAAAAAAAAAAAAAAAAAAMg8C4BzUqVNHderUUXR0tLZv366DBw/qzJkzunbtmkJCQlSgQAEVKFBA1apVU5UqVZJVJQ4AAAAAAAAAAAAAAAAAAAAAAAAAkDoEwLkRGhqqevXqqV69ev7uCgAAAAAAAAAAAAAAAAAAAAAAAABkWkH+7gAAAAAAAAAAAAAAAAAAAAAAAAAAAO4QAAcAAAAAAAAAAAAAAAAAAAAAAAAASJcIgAMAAAAAAAAAAAAAAAAAAAAAAAAApEvB/u5ASn399dfasmWLy/YSJUpoyJAhfugRAAAAAAAAAAAAAAAAAAAAAAAAAMAbAi4AbsWKFdq3b5/9sWmaMgxDTZs29WOvAAAAAAAAAAAAAAAAAAAAAAAAAACeFuTvDqTU6dOnJd0MfHPUrFkzf3QHAAAAAAAAAAAAAAAAAAAAAAAAAOAlARcAFx0dLUkyDMO+rVChQipSpIi/ugQAAAAAAAAAAAAAAAAAAAAAAAAA8IKAC4ALCQmxf22apgzDUIkSJfzYIwAAAAAAAAAAAAAAAAAAAAAAAACANwRcAFyOHDlctuXMmdMPPQEAAAAAAAAAAAAAAAAAAAAAAAAAeFPABcAVLlxYpmnaH5umqatXr/qxRwAAAAAAAAAAAAAAAAAAAAAAAAAAbwi4ALi77rrL/rVhGJKkixcv+qs7AAAAAAAAAAAAAAAAAAAAAAAAAAAvCbgAuEqVKrlsu3DhgmJjY/3QGwAAAAAAAAAAAAAAAAAAAAAAAACAtwRcAFz9+vVdtsXFxWnDhg1+6A0AAAAAAAAAAAAAAAAAAAAAAAAAwFsCLgCucuXKKlmypMv25cuX+6E3AAAAAAAAAAAAAAAAAAAAAAAAAABvCfZ3B1Kjbdu2Gjp0qAzDkGEYMk1Tv/76q1599VW3wXEAAACZyVvD9igyOt7f3UhSntBgjXy3sr+7AQAAAAAAAAAAAAAAAAAAACAABGQAXOvWrfXDDz/o7Nmz9m2xsbH6/PPP9c033/ixZwAAIL3LDMFhkdHxupqOjxEAAAAAAAAAAAAAAAAAAAAAkisgA+By5Mih/v37q2fPnpYqcCtWrNDQoUP13nvv+buLAAAgnSI4DAAAAAAAAAAAAAAAAAAAAAACR5C/O5BajRs3Vo8ePWSapiTZg+CmTp2qgQMHKjY21s89BAAAAAAAAAAAAAAAAAAAAAAAAACkRcAGwElS79691bFjR5cguOnTp+vpp5/W+vXr/dxDAAAAAAAAAAAAAAAAAAAAAAAAAEBqBfu7A2nVt29flS5dWsOGDdP169ftQXDHjx/XK6+8ojJlyqhFixZ65JFHdPfdd8swDH93GfCrLVu2aOXKldq1a5eOHj2qq1evKj4+XqGhoSpevLjKly+vevXqqXHjxsqVK5e/uwsAAAAAAAAAAAAAAAAAAAAAAIBMLCAD4MaMGeOyrXHjxvrjjz9kGIY9yM00TR09elRffPGFvvjiC2XPnl0VK1ZU8eLFlStXLuXOnVvZs2f3Sh9ff/11r+wXSK2lS5dq1KhROnTokNvvR0REKCIiQnv37tWvv/6q0NBQtWnTRq+99ppCQ0N93FsA/vLWsD2KjI73dzeSlCc0WCPfrezvbgAAAAAAAAAAAAAAAAAAAAAAfCRgA+CSquRmmqYkuQTCSVJMTIy2b9+u7du3e72PBMAhvYiOjla/fv20ZMmSFD/vu+++04IFCzR69GhVq1bNSz0EkJ5ERsfrajoOgAMAAAAAAAAAAAAAAAAAAAAAZC5B/u5AWpimafnn7nvSf8FwhmG4PMcb/4D0IjIyUu3atUtx8JujM2fO6OWXX9a6des82DMAAAAAAAAAAAAAAAAAAAAAAADg9gKyApyNcxU4d8Fnjtscq8J5CwFwSC/i4+PVs2dP7d692+33y5Qpo0ceeURlypRRcHCwwsPDtXXrVm3cuFEJCQmWn71x44Z69uypn376SRUrVvRF9wEAAAAAAAAAAAAAAAAAAAAAAIDADoBLabCZt4PTvB1cB6TE119/rc2bN7tsz5Mnjz766CM99dRTbl+zR44cUf/+/fX3339btsfExKh379769ddflT17dq/1GwAAAAAAAAAAAAAAAAAAAAAAALAJ8ncH0sJW0S29/APSi8OHD2vSpEku2/Ply6cZM2bo6aefTvI1e/fdd+v777/XI4884vK9Y8eOacKECR7vLwAAAAAAAAAAAAAAAAAAAAAAAOBOwAbAmaaZLv8B6cGoUaMUFxfnsn348OG65557bvv8kJAQffHFFypVqpTL96ZMmaLLly97pJ8AAAAAAAAAAAAAAAAAAAAAAADArQT7uwOp8cMPP/i7C0C6FRYWpmXLlrlsf/TRR9WgQYNk7yc0NFQffPCBunXrZtl+7do1zZgxQz179kxzXwEAAAAAAAAAAAAAAAAAAAAAAIBbCcgAuNq1a/u7C0C69csvvygxMdFle48ePVK8r4cfflgVKlTQ/v37Ldvnz59PABwAAAAAAAAAAAAAAAAAAAAAAAC8LsjfHQDgWQsXLnTZVrlyZVWqVClV+3v++eddtoWFhWnnzp2p2h8AAAAAAAAAAAAAAAAAAAAAAACQXATAARnI6dOndeTIEZftTZo0SfU+mzZt6nb72rVrU71PAAAAAAAAAAAAAAAAAAAAAAAAIDkIgAMykM2bN7vd/uCDD6Z6nyVKlFCpUqWS3RYAAAAAAAAAAAAAAAAAAAAAAADgKQTAARnIv//+67ItS5Ysqly5cpr2e++997ps27t3b5r2CQAAAAAAAAAAAAAAAAAAAAAAANwOAXBABrJ//36XbSVLllSOHDnStN977rnHZVtERITOnDmTpv0CAAAAAAAAAAAAAAAAAAAAAAAAt0IAHJCBhIWFuWwrXbp0mveb1D7ctQcAAAAAAAAAAAAAAAAAAAAAAAB4CgFwQAYRHx+vc+fOuWwvUqRImvdduHBht9tPnTqV5n0DAAAAAAAAAAAAAAAAAAAAAAAASSEADsggIiIilJiY6LK9YMGCad53oUKF3G6/dOlSmvcNAAAAAAAAAAAAAAAAAAAAAAAAJCXY3x0A4BlXrlxxuz137txp3ndS+0iqzfQiISHB7fawsDDFxcX5uDdA+hQSEmJ5HBR/UUEJ8X7qze0FxQe7VJ+83fuZY0x/UnqMgXZ8EsfoDseY/nC+cS+jH2OgHZ/EMbrDMaY/nG/cy+jHGGjHJ3GM7nCM6Q/nG/cy+jEG2vFJHKM7HGP6w/nGvYx+jIF2fBLH6E6gHSPvRfc4xvQno78XJY7RnUA7Rt6L7nGM6U9Gfy9KHKM7gXaMvBfd4xjTn4z+XpQ4RncC7Rh5L7qXGY4RSIrj679o0aLKkiWL19s0TNM0vd4KAK/buXOnWrVq5bL9448/Vps2bdK07+vXr6t69eou21966SV99NFHadq3N23dulW1atXydzcAAAAAAAAAAAAAAAAAAAAAAAAynJMnT6pEiRJebyfI6y0A8Imkoq+Dg9Ne6DGpaNz4+PQboQ4AAAAAAAAAAAAAAAAAAAAAAIDAl/bIGD84ffq0v7twW8WLF/d3F5DJJCQkuN3uiVKSSQXRUfIUAAAAAAAAAAAAAAAAAAAAAAAA3hSQAXCNGjWSYRj+7kaSDMPQnj17/N0NZDJJBbolFRiXEklVevNEdTkAAAAAAAAAAAAAAAAAAAAAAAAgKQEbvWKapr+7AKQrISEhbrcnFbyWEkkF0SXVJgAAAAAAAAAAAAAAAAAAAAAAAOAJARsAl14rwBGYB3/JmTOn2+3Xrl1L876jo6NT1GZ6Ua1aNW3ZssVle+HChZOsmAcAAAAAAAAAAAAAAAAAAAAAAIDbK1q0qE/aCdgAOCn9BZul16A8ZA758uVzu/3q1atp3ndUVFSK2kwvsmbNqpo1a/q7GwAAAAAAAAAAAAAAAAAAAAAAAEilgA6A80XA2a2C7Ah4Q3qSL18+BQUFKTEx0bL90qVLad73+fPn3W4vUKBAmvcNAAAAAAAAAAAAAAAAAAAAAAAAJCVgA+B8Uf3NMAxLkJtzm+mtAh0yt+DgYBUuXFhnz561bD937lya9x0eHu52e4kSJdK8bwAAAAAAAAAAAAAAAAAAAAAAACApARkA99xzz3lt3/Hx8YqIiFBERIROnTqlCxcu2L/nHAwXHBysRx99VFmzZvVaf4CUKFmypEsA3LFjx9K83+PHjyfZHgAAAAAAAAAAAAAAAAAAAAAAAOAtARkAN2TIEJ+1dfz4cW3ZskWzZ8/Wzp07LUFwCQkJOnr0qEaNGkUgENKFihUrasuWLZZtYWFhun79urJnz57q/R46dMhlW548eVS8ePFU7xMAAAAAAAAAAAAAAAAAAAAAAAC4nSB/dyC9K126tFq2bKnZs2dr2rRpuueee2Sapj0Qbu/evXrxxRe1e/duP/cUkKpUqeKyLSEhQXv27EnTfnfu3OmyrVKlSmnaJwAAAAAAAAAAAAAAAAAAAAAAAHA7BMClQM2aNTV37ly1bt1apmlKkkzT1KVLl9S+fXvt27fPzz1EZle7dm232zds2JDqfZ46dUonTpxIdlsAAAAAAAAAAAAAAAAAAAAAAACApxAAl0JZs2bVxx9/rLZt29orwRmGoejoaPXo0UMXLlzwdxeRiZUoUUJ33XWXy/Y///wz1ftctmyZ2+0PPfRQqvcJAAAAAAAAAAAAAAAAAAAAAAAAJAcBcKn04Ycfql69evZKcJJ09uxZffLJJ37sFSA9/vjjLtv27NmT6gqFP//8s8u2O++8U9WqVUvV/gAAAAAAAAAAAAAAAAAAAAAAAIDkIgAulQzD0Pvvv68sWbLYH5umqT///FNr1671c++QmT333HMKCnJ9a48dOzbF+1q1apX279/vtg3DMFLVPwAAAAAAAAAAAAAAAAAAAAAAACC5CIBLg7Jly+rJJ5+0VIEzTVMTJkzwY6+Q2ZUqVUpNmzZ12b548eIUBWdGR0dr8ODBLttz5Mihtm3bpqmPAAAAAAAAAAAAAAAAAAAAAAAAQHIQAJdGjz76qP1rW0WsrVu36vjx4/7qEqA33nhDwcHBLtvfeecdHTp06LbPj4+PV58+fdy+jjt06KACBQp4pJ8AAAAAAAAAAAAAAAAAAAAAAADArRAAl0Z16tRxG2i0YsUKP/QGuKlcuXLq3Lmzy/bLly+rbdu2+uOPP5J87tGjR9W+fXu3r+FSpUqpe/fuHu0rAAAAAAAAAAAAAAAAAAAAAAAAkBTDNE3T350IdI0aNdKZM2ckSaZpyjAMNWvWTKNGjfJzz5CZxcfHq3379vr777/dfv+uu+7SI488ojJlyig4OFjnz5/Xli1btGHDBiUkJLj8fPbs2TVz5kxVrlzZ210HAAAAAAAAAAAAAAAAAAAAAAAAJEmupcuQYgUKFNDp06dlGIakm0Fwhw4d8nOvkNkFBwdr7Nix6tChg/bu3evy/aNHj+ro0aPJ2lfWrFk1ZswYgt8AAAAAAAAAAAAAAAAAAAAAAADgU0H+7kBGkCtXLvvXtiC4Cxcu+Ks7gF3evHk1bdo0NW3aNNX7KFq0qKZNm6aHHnrIgz0DAAAAAAAAAAAAAAAAAAAAAAAAbo8AOA+IiIhw2RYdHe2HngCucuXKpTFjxmjUqFG6++67k/28nDlzqnPnzlqwYIGqV6/uxR4CAAAAAAAAAAAAAAAAAAAAAAAA7hmmaZr+7kSgq1u3ri5fvmx/bJqmQkJCtGvXLj/2CnBlmqa2bNmilStXaufOnTp+/LgiIyOVkJCgnDlzqlixYqpQoYLq1aunJk2aWKobAgAAAAAAAAAAAAAAAAAAAAAAAL4W7O8OBLr9+/fr0qVLMgzDsj00NNRPPQKSZhiGateurdq1a/u7KwAAAAAAAAAAAAAAAAAAAAAAAMBtBfm7A4Hujz/+sDy2FdQrVqyYP7oDAAAAAAAAAAAAAAAAAAAAAAAAABkGAXBpcOrUKf3www8u1d8Mw9Ddd9/tp14BAAAAAAAAAAAAAAAAAAAAAAAAQMZAAFwqXb58WT169NCNGzck/Vf5zeb+++/3R7cAAAAAAAAAAAAAAAAAAAAAAAAAIMMgAC4Vtm7dqrZt2+rAgQMyDEOmaVqqwBmGocaNG/uxhwAAAAAAAAAAAAAAAAAAAAAAAAAQ+IL93YFAcf36da1cuVK//vqrVq9e7fZnbIFwDRs2VJEiRXzcQwAAAAAAAAAAAAAAAAAAAAAAAADIWAIyAG7MmDFebyMmJkbR0dG6fPmyDh48qOPHjysxMVHSzUA3SW6rvwUFBalXr15e7x8AAAAAAAAAAAAAAAAAAAAAAAAAZHQBGwDnGHTmbbaANxtb247bbYFwHTt2VOXKlX3WNwAAAAAAAAAAAAAAAAAAAAAAAADIqAIyAM7GOTDNW5yD7RzbdfxegwYN1KdPH5/0CQAAAAAAAAAAAAAAAAAAAAAAAAAyuoAOgPNlFTgp6cA30zT11FNPafDgwT7vEwAAAAAAAAAAAAAAAAAAAAAAAABkVAEdAOerCnDSzYA3d5XgChUqpAEDBqhp06Y+6wsAAAAAAAAAAAAAAAAAAAAAAAAAZAYBHQDnzwpwZcuWVYsWLdSyZUvlyZPHp/0AAAAAAAAAAAAAAAAAAAAAAAAAgMwgYAPgfFn9TZKKFy+uqlWrqkqVKnrwwQdVvXp1n7YPAAAAAAAAAAAAAAAAAAAAAAAAAJmNYfo6kswDNm/e7NX9G4ahbNmyKXfu3PZ/2bJl82qbAAAAAAAAAAAAAAAAAAAAAAAAAACrgAyAAwAAAAAAAAAAAAAAAAAAAAAAAABkfEH+7gAAAAAAAAAAAAAAAAAAAAAAAAAAAO4QAAcAAAAAAAAAAAAAAAAAAAAAAAAASJcIgAMAAAAAAAAAAAAAAAAAAAAAAAAApEsEwAEAAAAAAAAAAAAAAAAAAAAAAAAA0iUC4AAAAAAAAAAAAAAAAAAAAAAAAAAA6RIBcAAAAAAAAAAAAAAAAAAAAAAAAACAdCnY3x0AAAAAAAAAACA55s+fr3379lm2de7cWUWKFPFTjwAAAAAAAAAAAAAAgLcZpmma/u4EAAAAAAAAAtvp06ctjwsUKKDs2bMHfFsA0penn35ahw4dsj8uVaqUlixZ4sceAQAAAAAAAAAAAAAAb6MCHAAAAAAAANKsUaNGMgzD/njYsGF6+umnA76tzObs2bO6cuWKZVvJkiUVGhrqnw4BTk6ePClJMk1ThmGoXr16fu4RAAAAAAAAAAAAAADwtoANgJs7d65WrVrlsr1atWrq2rWr19sfP368du3a5bL9iSee0BNPPOH19gEAAAAAANIb0zQlyRKclhHaykz69Omjv//+2/44Z86cWr16tR97BFjFxcVZHhctWtRPPQGAjOWXX36xPK5Zs6buvPPOgG8LAPylX79+lsetW7dW9erVA74tAAAAAAAAAPCXgAyAS0xM1Ndff63w8HD7NlvG3xdeeMEnfahYsaJGjhzpssjq2LFjBMABAAAAAJAK7du3tzzu0aOH6tSpE/BtZSaGYdgD0zJSW5nJoUOHLL/XBg0aKFeuXH7sEWAVGhqqyMhI++NChQr5sTcA0io2NlYRERHKkiWL8ubNqyxZsvi7S5lW3759XSrseisozZdtpURcXJyuXr2qGzdueOw6s3jx4h7ZD/7DfSMCxfz58y3nurp163otKM2XbQEAAPhLVFQUY9WZ0OnTpyVJBQoUUPbs2f3cm4ztxo0bunr1qvLly6fg4PSxtHz+/Pnat2+fZVvnzp1VpEgRP/UIAAD4W/q4Skmh1atX69y5cy4LnSpXrqwGDRr4pA8NGzZU5cqVtWfPHsv2w4cPa+vWrapZs6ZP+gEAuL0tW7ZYHpctW1YFChQI+LYAAP4VHR2tq1evKiIiQteuXVPOnDmVN29e5c6dW6Ghof7uHjKhAwcO6J9//tE///yjI0eOKCIiQpGRkbp69ao9aYzzPWx6s3nzZvu9vmEYatWqVYZoKyn79u1TxYoVfd4ucCtRUVGW98Zdd93l7y4BFsWKFbMEwF29etWPvQE879ChQwoLC1NkZKQiIyPt9xp58uRRnjx5VLJkSZUrV86vfUxMTNSlS5eUM2dO5cyZM8XP/+uvvzR//nxt2bJF58+ft2/PkiWL7rzzTtWsWVOPP/646tWr58luI5ls1wAZrS1nV65c0aJFi7Rjxw7t3r1bJ06cUGxsrEfbCIR7sECU2e4bEfgyy3kVCBRRUVHavXu39uzZo+PHj+vq1auKiorS9evXPRIAbxiGvv/+ew/0FADSr71796pSpUo+bTMmJkZdu3bVjBkzfNquJ12/fl2XLl2ybCNpyu01atRIhmEoR44ceuKJJ9SiRQvdd999/u5WhrF9+3ZNmzZNGzZssL8+DcPQHXfcoSZNmqhly5Y+f787mjx5sg4dOmR/XKpUKZcK2BldbGysTpw4oStXrljm/iWpefPm/u2cn40ZM8byuFmzZipfvryfepP5xMXFKTo6WvHx8YqPj1eWLFkUEhKinDlzKmvWrP7unkdkhmMEAlFABsD98ccf9q8dJx3atWvn0360a9dO/fr1sw8i2y4qfvvtNwLgACAdadeunUtG4aeffjrg20ouMhcDKeOc2Tm9Sm+TqBcvXtTVq1c9fr6pVauWR/bjCdu2bdO6deu0a9cu7dq1S5cvX07yZ/Pnz697771X9957r+rXr68aNWr4rqPIVGJjY/XLL7/oxx9/tAz+p+Y9GBMTo44dO1oWfVarVk2ffPKJR/oKV82bN1eNGjXUunVrPfHEEwySIl3Ili2brl27Zn9MFk2kN+XKlbNkfHUMngEC0YULFzRv3jytW7dOu3fvtpyDk5IzZ05VqVJF9evX1/PPP++TSojr16/X77//rr/++ksXL160X2/mz59ftWvX1osvvnjbqkjHjh3Tu+++q127dklyvWaNj4/XsWPHdPz4cc2bN08VKlRQ//79mW+BR508eVJffPGFli9frri4OEmpu38CAACBZc2aNZo7d65Wrlyp+Ph4r7Th7yDUxo0bWx6///77LtsCsa20ioqKUlRUlBITEyUxz52excbGaseOHdq5c6d27typsLAwXb16VZGRkYqOjlZoaKjy5Mmj3Llzq2TJkqpWrZqqVaum6tWre21sncpT7nXr1k1z5szx2dhxbGysevTooW3btnlkfxEREVq5cqU2bNigc+fO6cKFCwoJCdEdd9yhUqVKqUGDBqpTp45CQkI80p7N0qVL9d5779kf+ztpimmaOnv2rE6dOqVLly7pypUrio6OVlxcnOLj4xUcHGxf5J8vXz4VKFBAJUqUULFixXz+eWeapq5du6Z58+Zp3rx5uuuuu9SqVSs9++yzmTYp+eHDh7VmzRrLtv/7v/9LdiXohIQEffTRR/r5558lWcdGTNPUuXPnNGPGDP3000/q2LGj3nrrLb9UhTt58qS9T4ZhZJqEWbt27dLChQv1zz//aM+ePUlev94qAC42NlZHjhyxbMuXL5+KFi3qya761ZgxYyzno9KlSxMA52FxcXHauXOn9uzZo/379yssLMz+uRETE5Pk87Jnz27/3ChZsqQqVKigypUrq3r16h7/fE2rzHCMQEYTcAFwpmlq3bp1LhfRWbNmVZMmTXzal6ZNm2rAgAH2CTJbMN5ff/3l034AAJInM2TZzEyZi+Pi4nTgwAEdP35cUVFRunr1qseyM0rS66+/7pH9pFZGPz4p/R6jLbNzeubvSVTpZqWp3377TTt27NDevXsVHR3t8TbSw/nm+vXrmjNnjmbPnp2i4KJLly5pzZo1WrNmjb755huVK1dOL774olq2bJkpJsh++eUXy+OaNWvqzjvv9E9nMrC//vpL/fr104ULF9y+Jh3PE8k5t+bIkUPlypXTvHnz7Pe3Bw8e1BtvvKGCBQt6tO/4z44dO7Rjxw4NGTJEzz77rF588UWVLVvW391K12yLVRz5Y9ItuY4cOeK2MmNiYmK6C2iXbgYyOAZfZNYF4SdPnrRng/f0taphGBo8eLAHeulZ586d07Zt27Rjxw6dPn1akZGRioiIsC8wyps3r/LkyaPixYurRo0aqlGjhl8CJOvUqaM//vjD/lm1ceNGn/cB8IT9+/drzJgxWrlypRISEiQl/5wbHR2tLVu2aMuWLRo9erQaNWqknj17qkKFCh7v59mzZ/XRRx9p7dq1bvt46dIlLVmyREuWLFHDhg01ePBgtwuPNm7cqB49eljOpUnd19q+v2/fPrVv315vvPGGunfv7snDQiY1Y8YMDR8+3O1nuqfHWTLrNRQyr/Qa9ODMMAz9+eef/u4GAB+63fWsp/h7zkaSTp06ZUkinpzkGoHQVnLFxsZq3bp1+ueff+xjcVevXrXfb0npY94Jrg4cOKBZs2bpt99+U1RUlH278/s1IiJCERERkm5WIFu6dKkkKXfu3HrmmWfUqlUrj98XU3nKvfDwcHXp0kUzZ85Urly5vNpWfHy8evfurY0bN6b5XBsREaEvvvhCP//8s+Xc4DgOIUnTp09XaGioWrdura5duypPnjxpateRP+8VL168qHXr1mnz5s3as2ePDh48mKqg8ODgYJUrV06VK1dW7dq1Vb9+fa/PIzoXqDhy5IiGDRumL7/8Uo888ohatGihBg0apIvPY1+ZNGmS5s+fb9n2+++/J/v5b731lpYtW3bLcTrTNJWQkKDJkyfr9OnTGjlyZNo6nQq2tdk2GSl4y50///xT3333nXbs2GHfltR543av9+DgYL322ms6c+aMfdvdd9+tBQsWeKaz6Uh6WEPlKadPn9asWbO0YcMGnTp1SlevXlX+/PlVokQJNWnSRE899ZQKFy7s1T7ExMRo6dKlWrhwoTZv3qzr169bvp+cz7KYmBidOnVKp0+f1pYtW+zbs2fPrlq1aumJJ55Qs2bNlDNnTo/3PzkywzECGVn6XR2UhN27d+vKlSuWi1rDMPTQQw95/YbKWa5cudSgQQP9+eeflg/PM2fO6MiRI7r77rt92h8AQOaVWTIXR0ZG6rffftNvv/2mvXv3ei1Do+SfALGMfnxSYB1jen0P+XvQZvv27Ro8eLA9Y7+Ufn9XabVu3ToNGDBAp06dStXCOMfnHDx4UIMGDdL333+vjz/+OMNnJuvbt69LRdSMFABXqVIly2NfV3w1TVNDhgzRtGnTLIFAnjg/dOrUSfPmzbM/TkhI0O+//66OHTumed9ImmmaioiI0I8//qgff/xR999/v1q3bq1HH32U7GBuuAu6Tm8Dx0ePHtUPP/ygRYsW2RdlOEvOZExMTIxGjRpl+Uy555571LJlS4/219Fdd91lz6gp3ZwUzywOHz6suXPn6vfff/facdv+7uklAO7q1auaN2+eZs6cqRMnTrh83/G15+71Wrp0abVt21bPP/+8z8ZmmzRpos8++0w3btyQJO3Zs0dhYWEqWbKkT9oH0io2NlbffPONJk2apISEhNu+z5Jie158fLyWLVumFStW6JVXXlHPnj09lvn+yJEjateunS5dunTbxTCStHr1arVr104//PCDZeHTnj171KNHD3u21Nsdp+P3ExMTNWrUKMXFxalXr15pPiZP2Lt3r8uYw/PPP6+ePXt6rI0xY8ZYFjEFBQVp8uTJGfZc54uxjqlTp2ro0KG3DcDMqGzZ252z+sfFxSkkJETZsmVTvnz5dMcdd6ho0aJUp0aKOQZCpGeZ5b2fHo8zLi5OV69e1Y0bNzz2OqGKE27n0KFDateuna5cuZJprwEyg/DwcE2fPl2zZs2yjMOl5lwTExOjJ554wjL+WKNGDU2YMMEjfYXVxYsXNXDgQC1evFiS+79ZUvegjj8bGRmp6dOna/r06Xr88cf1wQcfeDQYh8pT7h06dEi9evXSxIkTvZagLjExUe+8845WrlyZ5n1t3LhRb775piIiIpI8Pzhuj4qK0qRJkzRv3jz17dtXzz77bJr7YOPL6+aEhAQtWLBAP//8szZv3mxvNy3tx8XFae/evdq3b59+/vlnGYahmjVrqkWLFnryySe9mrDQOflnXFycli1bpmXLlqlw4cJ6/vnn9fzzz2fY8RObhIQELV++XNJ/f8u6deuqXLlyyXr+zJkztXTpUhmGcctrI8c12osXL1bp0qX15ptvpq3zKRQaGqrIyEj740KFCvm0fV+JiorSgAEDtHDhQkm3n5tJzns4KChI7du31+eff27fduTIEe3cuVPVqlXzQK/h6Ny5c5bARUkqW7ZsihLffvvttxo3bpzi4uIsf+Nz584pPDxc27Zt05gxY9SnTx+1bdvWY323iYiI0KRJkzRz5kx7UoLkXp8lxfn5MTExWrt2rdauXauBAweqTZs26ty5s/Lnz5+2zidTZjhGIDMIuAC47du3u93+0EMP+bYj/1/9+vXdZon7+++/CYADAPhEZshcnJiYqEmTJumbb76xL3L0Zl98PfmV0Y9PCsxjZBLU1fDhwzV16lQlJiamepFmcvlzsUxCQoI++eQTzZkzJ03H6TwAb5qmwsLC1KVLF7Vq1UoDBgxQlixZPNbv9CgjZdpy5O3X/+306dNHCxcudPv7TevgXLly5VStWjXt3LnT/rxly5ZligC4oKAgv7XtnLny77//1t9//61Bgwbpueee0wsvvKAyZcr4rX/pzbFjx1y2hYaG+r4jbpw/f14ff/yxVq5c6bIQw1Fy35c5cuTQwYMHtX79evu20NBQPf3008qWLZtH+uzsvvvu09q1a+193L9/v1faSU+io6M1fPhwzZ49+5Z/t4wkISFBY8aM0dSpU29b2c62IMPdzxw7dkxDhgzRV199pc6dO6tHjx5ev77JmzevWrRooenTp9v7Nnz4cI0ePdqr7QaaxMREbdq0SVu2bNHBgwd1+vRp+wK+nDlzqlixYipXrpzuv/9+1alTJyACrm/cuKF///1XO3futGc+jYyM1LVr19L8vrUFppYoUcJDvXXv3Llz6tq1qw4cOJDmBbjO9xvx8fGaMGGCVq9erfHjx6e5QmN4eLg6d+5sDwhO7mKYw4cP680339SPP/4o6WbA33vvvaeYmJhkLdZw/hnb+/zbb79VjRo1/DYX5GjWrFmWQI/g4GA1b97co208++yzGjdunD1I0jAMzZ49W2+//bZH2/EH58zdkrx+Dlq3bp0+//xztwu7Murn/u7du7Vx40b9+++/2rt3r06dOpXsRFRBQUEqWbKkPZt/vXr1MvziweTy532js7CwMO3du1fHjh1TVFSUoqKi0kXF4vQ8DpRR3++28XZH2bNn90NP/nPlyhUtWrRIO3bs0O7du3XixAnFxsZ6tI2MWMXp+vXrunTpkmUbQX6pFx4erk6dOuny5cuSXM9PGfWckNnMnj1bQ4YMSdY8eXL+5jly5FCzZs30/fff27f99ddfOnXqlNfvF9MqKipKZ86ccbn3z507t5975t4ff/yhzz77TJGRkSm+P77VveWiRYu0bt06ffTRR3ryySc90lcqTyVt48aN6t+/vyW4wpM++OADLVq0KM0BY6tXr1bv3r3t1V2S+7cyTVOXL19W3759tWLFCg0aNMjnBRrSYv78+fr666/t1Z88uZ7IcbzYNE1t2bJFW7Zs0ciRI9WrVy+1aNEi9R2/RZvSf/12fm+eO3dO48aN0/jx41WrVi298MILatq0aYZM8LJ3715FRERYfhePP/54sp4bExOjr7/+2qUAya3mmG3fnzRpkp599lndddddHjqS2ytWrJglAO7q1as+a9tXjh8/rs6dO+v06dPJSkKWkvduq1atNGrUKMu10m+//UYAnBdMnDhR06dPt2ybOXNmsp8/aNAgTZs2Lcm1KLbt165d02effaYTJ06ob9++aez1f+bNm6fhw4e7BIqn9frmVq/lqKgofffdd5o9e7b69OmjVq1apamt28kMxwhkFgEXAHf48GG326tUqeLjntxUtWpVt9uT6icAAJ6UGTIXR0VFqUuXLtqxY4dPAg58PeGV0Y9PCsxj9NTvKTWTa+l1EnbIkCH64YcfMvT5Rrq5EO/111/XmjVrkgzeSsnfxHkA3vb8OXPm6OzZs/r222+9mgUP3uOvrOZff/21FixY4LJw0zRNlS5dWo0aNdL999+vwoULa+vWrRo2bFiK22jatKl27txp3+/OnTsVExOjHDlyeOw4/M02yenIX4vDHM81zpN1ly9f1pQpUzRlyhQ98MADat26tZo2bZrhg2dvZ/Xq1S7b0kOVyT///FMffvihx7OKd+rUSevWrbOfd6Kjo7Vs2TI99dRTad63O40aNbIHEpmmqXXr1ik2NjZDThJLNyfF27Vrp7CwMJ9c56SHa7vDhw/rnXfe0d69e5N9zLf6vi0L9jfffKPVq1dr+PDhXg/a7d27t5YsWaKLFy/KNE0tW7ZMU6dOzRQB27cTFRWlyZMna+bMmbpy5Yp9u/Nrb+/evVqxYoUkKXfu3HrhhRfUuXPndJm5/K+//tK0adP0119/KSEhweP7t30W26qTecu5c+f00ksv2ats3u7eL0uWLAoNDVWOHDkUExOj6Ohol+N3dw2xb98+vfTSS5oxY4YKFy6c6v4OHDhQZ8+eTVHQmu2zauvWrZozZ45atWql+fPn6+DBg24n60uXLq377rtPhQoVUmxsrMLDw7V582ZdunTJ8vO2/X722Wf6448//PqZZMucbuuTYRhq1qyZxxfDlixZUk2aNNHixYvtbc2fPz9DBMA5Llqy8WYyg8TERLeLMU3TVFBQkGrXrq1mzZqpcuXKKlWqlEJDQ/0eOJJa+/fv17x587Rw4UJLNduUXn8kJCTo2LFjOn78uBYtWiRJuvfee9WiRQs999xzGfa60Fl6um+0sVVYWLBggUuQjKfYzm3ppWIxbu/ChQsu2/yVJObkyZP64osvtHz5cnvAc3q4B0qpiIgIrVy5Uhs2bNC5c+d04cIFhYSE6I477lCpUqXUoEEDrySRWLp0qd577z37Y18E+YWFhbkc45133um1+4Lt27dr1qxZ9sfePN+MHDlS58+fd3vdbRiGqlatqsqVK6tkyZL2624EjuvXr6tPnz5avnz5bcc2Upqor0OHDpo2bZo9GaRpmvr111/12muveaTvnmKappYvX64lS5Zo69atOnv2rNufK1SokGrWrKlmzZqpadOm6WJOauzYsRo9enSyFvnfivN9o+15ERER6tOnj8LCwtS9e3cP9ZrKU+7Y3h/FixfXG2+84dF9f/bZZ5o/f36ax2qPHTtmD3671XlCcp+Ux/b9pUuXav/+/fr222/TfVGE8PBwvf3229q6davX1mckNa519uxZ9e/fX/Pnz9cXX3yR5gRN7jif190lpd28ebM2b96sPHny6Omnn1aLFi1UqVIlj/fFX5yrTBmGoUceeSRZz507d67L2Jtpmqpevbo6deqke+65Rzdu3NBff/2lCRMmWKqixsfHa8yYMfriiy88cyDJUK5cOe3bt8/++Pz58z5r2xdsc1Th4eGS3Ac85c6dW4ULF1Z8fLyOHz+eov2HhoaqYcOGljHGNWvWeO4AIOnm32rJkiWWc2716tVVo0aNZD1/yZIl+vHHH29ZldH5tfH999/rzjvv1Msvv5ymvsfHx+v999/X77//nuw5w9SsmUpqm+3a7aOPPtKmTZs0ZMgQj99rZ4ZjBDIb/9/VppC7wLKQkBBVrFjRD72RKlSooJCQEJesiUeOHPFLfwAA/uNuEZY3L1YzQ+bi2NhYde/e3V4B9nYDkoEmox+fFJjHOGTIkFQ/99q1axo/frzCw8NdghhCQ0NVoUIFVaxYUYUKFVKuXLnsCxmjoqJ04cIF7du3T/v377cPItre36ZpqkiRIurataty5syZ9oNMoYULF+r777+/7fkmW7ZsAb1QTJI++ugje2CFu2MNCQnRgw8+qCpVqlj+ljlz5tS1a9csf0tbtvW4uDi3izfXrl2rjz76iAVFSLa9e/dq3LhxLoNlhQoV0gcffKDHHnvM8j13VbKSo2nTppaJi/j4eG3evFkNGzZMdd/Tm3Pnzrls88fisB9++EE//fSTli1bZjlXuJvc2LRpkzZt2qSCBQuqRYsWatWqVboI+vK1DRs2aPLkyZbfUZ48eVS0aFE/9kqaNm2aBg0a5HbQ/FZZM5Ojfv36KlmypE6ePGl/3sKFC70WAFexYkX93//9n7Zt2ybp5vXNjz/+qFdeecUr7fnT1atX1blzZ504cUJS6hfbBJJ//vlHXbt2VXR09C0XgN2uIpy7x6ZpateuXWrVqpW+++47Va9e3XMdd5InTx5988036tixoz1z6dChQ3X58mW9/vrrmXbiaMWKFfroo4/sgYHOHP9Wjt+PjIzUpEmTNGfOHA0YMEBPPPGEz/p8K0ePHtXbb7+tvXv3SvLO+9FXiT3i4+P1+uuvW87lNrbjqlq1qh599FFVrVpVFSpUcLvo+NKlS9q/f7/+/fdfLVmyRP/++68k1wC0kydP6vXXX9eMGTNStbhx3bp1Wrp0qdu+5syZU3Xr1lWJEiUUHByss2fPasOGDfaFM7Y+TJw4US1btrRUTrDto3r16vrggw/cZhq2LeIcMmSIvcqaTVhYmCZPnuzRBYwptX37dl29etXSL09VFXD21FNPafHixfbHFy9e1N69ewN+wdaBAwdctnmzKsX69estQZi291ylSpU0aNAgVa5c2Wtt+8qBAwf05Zdf2sczPJXV33E/O3fu1K5duzRq1Ch1795dL730UoZPzJFe7hulm8lRhg0bpl9++UVS+r1GJamYf9iuBxzly5fP5/2YMWOGhg8fnqwqTGnlrb9vRESEvvjiC/3888+WOT9be7aFt9OnT1doaKhat26trl27Kk+ePB7rgy9euydPntS0adP0559/6tSpUy7ftwWHNWnSRK1atVL+/Pk91vaJEyfswQzeDLg9evSofv31V5fxmSxZsujll19Whw4dqK7nYb68LoiNjdWrr75qD+y43ThcShUvXlw1a9bUpk2b7K/V5cuXp6sAuAULFuirr76yJ1i51XGfP39eixcv1uLFi1WkSBGvVWZKrunTp2vUqFGSkv78Tu2cquP/pmlq1KhRypMnj9q2bZvmfjuP+zrfX2SmylOObO+RsWPH6s4779Tzzz/vkf2OGDFC06dPd3mNJFWoICmJiYnq27ev2+A329/ujjvuUNGiRWUYhsLCwtxWDrUd57Fjx9SmTRtNnDgx3VZP2rdvn7p06WIfH/Tm+oxbBaFt3bpVLVq00HfffefRdb2GYahEiRI6ffq0EhMTbzlWLd28vps+fbqmT5+uSpUqqVWrVnr66acDqpKfO7bxUpvSpUurUKFCyXrur7/+av/a9hpp0KCBvv32W8vneeXKldW4cWO1bt1aUVFRls/E6Ohon90f16lTR3/88Ye9/Y0bN/qkXV8wTVNvvvmmZX2RbXuBAgX00ksvqWnTpipfvrykm5Xb3n333RS306xZM8sYY1hYWEBUtw0kBw8etCffsL2vkjuPGx8fn2RS49slovvyyy/VrFmzVCfCi4+PV8+ePZOdIDxr1qy68847VaRIERUsWFC5c+dWaGiosmTJouDgYMXHxyshIUHR0dH2a7bw8HCFhYVZqsInlcRgwYIFioiI0Lhx4zx2f5EZjhHIjAIuAM5dxtE77rjDbxlqQkJCVLhwYZ0+fVqSdYIZAJC5uCuz7q0b/sySuXjSpEnaunVrkoORQUFBKlmypP0YAy07Y0Y/Pikwj/G5555L1fMOHDigHj16uAxqPP7442revLnq16+frJvXhIQE/fXXX5o/f76WLFki6eY1Znh4uKZMmaKxY8fqnnvuSVUfUyM2NtZtBi/TNJUjRw49/vjjevTRR1WpUqU0VRdID5YuXeo2k6BpmipcuLB69OihJ598MlkLGh577DFJNxcT//HHHxo3bpx94NL22rBl8H/kkUfUtGlTrxwTMpaRI0cqISHB8jqqUqWKxo8fn+xJjeQoU6aM8uXLp4iICPu23bt3Z6gAOFtgtqOCBQv6vB+1a9dW7dq1denSJf3888+aM2eOPXNfUhPpFy5c0IQJEzRx4kTVrVtXrVu3VqNGjRQUFOTVvv7555+WDIvJsWzZshRnInSWmJiomJgYnTt3Trt379aJEycs51HDMFSrVq00tZFWf/75pz34zXmCKigoSJUqVdL999+vIkWK6OjRo5o3b16K22jatKk98M+WvTQxMdFrf/f33ntPrVu3tixgePjhh1W2bFmvtOcv33zzjQ4fPpzktWqBAgVUqVKlDJMN/tixY+revbuioqIkJb3IKGfOnKpQoYKKFCmi3LlzWxYYhYeHa9++fS6Lixy/vnr1qrp27aq5c+d6NeN19erVNXnyZPXs2VOXL1+WaZqaMGGCli5dqo4dO+rJJ58MiIUMzvcfb731lho0aJDi/UycOFEjR45UYmKipFsvMk5qgi8iIkJvv/22Dh8+rF69eqW4D560ePFivf/++4qJiUl2Rs70bPLkydq1a5fb990jjzyiPn36JOscW6BAAdWpU0d16tTRq6++qsOHD2v48OFatWqVy+T3rl27NHnyZHXt2jXF/f3xxx9d+hkUFKSuXbuqR48eLmNMiYmJmjFjhkaMGKEbN25IurmQYu7cuTpy5Ijlc/uJJ57Q8OHDk7w/NgxDTZo00YMPPqhOnTrZf2+2fcyZM8evAXAbNmywPM6ePXuq3rPJ0aBBA+XIkcNShWr9+vUBHwD3+++/u2y76667vNaeY1Zrx4ovU6ZMCYjPiVsxTVNfffWVJk2apISEhNueL1MS4O68zRY8fenSJQ0ZMkRz5szRiBEjVKFChTQeRfqVXu4bjx49qo4dOyo8PNwnn4mpXQj7ww8/pLrNs2fPasSIEZZM/rZ+3H333clORGVLUOucVKxPnz5eqTyRXkybNs3yOCgoyOf3blOnTtXQoUMD+rpt48aNevPNNxUREZHk+8Bxe1RUlCZNmqR58+apb9++evbZZz3WF9vr19MSEhI0duxYfffdd7px48Ytj3PXrl3atWuXxo4dq65du+qVV14JqCCOlStXWhbF2+Yzxo0bpwceeMDPvQt8165dc9nmyzGTgQMHasuWLZakjbbX8wMPPKCmTZvax+JWr16tfv36pbiNpk2batOmTfbH+/btU2RkZKoDXp3HVUuUKJGqJBDXrl1T3759tWzZMst7OLkVLGyVmZYsWaIvvvjCq4ko3Nm3b589wa9z/zw1p2pjO5cOGTJE//d//+exABznMWB318wZvfKUJPXu3VujRo2yXHd99NFHKlq0qOrWrZumfX/zzTf67rvvXH635cuX13fffZeifS1YsEDbt2932VdwcLDatGmjNm3auFRzO3TokH7++WfNnj3bHvQj/fe3joiIUKdOnTRu3Di/z004O3HihDp06GCf30tq/Dd79uyqWLGi7rnnHpUqVUpFihSxX2uHhoYqODhYWbJkUUJCguLj4xUdHa3o6GidP39e4eHhOn78uA4ePKh9+/bZxyzcBQxeuHBBHTp00Jw5c1SqVCmPHWfv3r11//33a968eZo/f75l3a5jH5yPe8+ePfr00081dOhQNWvWTC1atAjY6wLbMdvOSbYAqdsJCwvTv//+a/n9BAcH69NPP3V73i1btqzefvttffzxx/bn3LhxQytXrvRakkZnTZo00WeffWYfc9yzZ4/CwsIyRLXNuXPnatu2bS7XM82bN9eAAQM8dn3VoEEDl/PB5s2bU702Cq6cqzJKSnZVxt9++82SCM72OihRooTatm1rr8q4du1al2QtMTExGjNmjD799NNU9fvzzz/X6tWrLdfVjn3Inz+/Hn74YdWpU0f33nuvypQpk6r7fdM0dfz4ce3cuVMb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AE6i8pRNlixZNHr0aLVt29Y+h20Yhs6cOaOuXbtq+vTpya4O+euvv+rjjz+2bDNNU3fccYe+//77VCUtcgzWdayslNKxiaZNm6p8+fLq3r27jh49arlHiI2NVe/evTVixIjbBhF5k62CtfM1WbVq1fT11197fexLurmG4KWXXlKTJk3Uq1cv7dy503LPOWXKFHXo0MGrlYrz5s2r9u3bq3379tq9e7fmzJmjBQsWWBIZ2zjfZ8XHx2v16tVavXq1ChYsqObNm6tFixY+rwKeXLbKxTbJTVj4999/W449S5YsyapieM899+jPP/+UdPP3derUqRT0Nu3y5Mmjb775Rh07dtT169dlmqaGDh2qy5cv6/XXX/dIRUNfcxwzlm7Otbz33ntea8/xWs00TUs1uORyl5gQNzkHMya3mv2GDRtckoXVr1//luM97dq109ixYy1JU7dv356iALg9e/bYz9PSf4FhEydO9PnYaZs2bVSuXDl16dLFPtdlmqZ27tyZpgQGmeEYgcws4FatZsuWzZL5zzRNl6pwvuZY3tcmEC+qACAQzZkzxyUY7HZmz56d4ozHzhyzFx88eFAxMTEuNyR169ZNUxu3khEzFzs7fPiw5cY5X7586tWrlx975FkZ/fikzHGM586d0y+//GJ5Pw4cONDjwWHBwcEaOHCgWrVqZW/rt99+0xtvvOG1KgU2Fy9etBxfnTp1VKxYMa+26Q/OgX5ZsmTRBx984JW2+vfvr2XLltkX35qm6dJ+SrjLtoqMx7nSxEMPPeTV9pwnStzd96ZGelgc5jwwnydPnnRXzcfZQw89pIceekjh4eGaM2eO5s2b55JZ1nli8/Tp0xo9erS++eYbNWrUSC+88EKyJrFuJyV/E28t7itevLhatWqlzp07pzkzcFosW7bMMkhtm0D3dPCbTcWKFS0D9d5cdFOpUiW3223Hev36dS1atEiLFi3yaLuGYWjPnj0e3WdSHDNdSjcDGAI5W+itbNmyxT75Jv23MGr69OkeW/xbunRpTZ8+Xc2bN7dknz19+rQ2b97stcmk2022enIy1t9J2NxZvHixjh075rJgI0+ePBo+fLgaNmyY5HNz5cplzz65atUqvfvuuy5V/Pbv36/Vq1ffcj+edP36df34448ui/L69OmTpspC1apV0/Dhw/XSSy/pvffes7//9+zZozZt2mjm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vCWjH5+UOY7x0KFDlsEI50EGT3Pcv2maOnTokFfbk25O5DsOmDoP3GQU2bJlswzceju5hvMAZnIGwG4nPQ0uenti3d/8EYwXEhJiGYh2Dtr0NOdFIZ6YXHXMPpzS56SFrYJYaGioSpcubV8c5s1kBb5UpEgR9erVSz179tSKFSs0a9YsrVu3zn596ByoZJqm4uLitHjxYi1evFilS5dWmzZt1KJFi4DJ0J5enDlzxvLY25UYnP8+vl50k57Ow56QM2dOy4RQ3rx5/dgb73KcQPP2JE9QUJAaNWqk2bNn29tMaebJ5Pjxxx89vs9A41jZ3va3feKJJ9K0MN62ePqPP/6wLB74559/9Oijj6a5z7fjLpt/ShYnJfe6oWDBgnrrrbf04Ycf2l+nkydPVseOHb1SvSJnzpyWBdEFCxb0eBuOnPefPXv2FD3febI8NdnR3V1TpCXLursFII6/U18qVKiQTpw4YX/sjXOcI+f958mTJ1X7efHFF1W3bt0kv2+apt5//33L50WrVq103333pao9G8dqvqVLl/ZLIstatWpp3bp19vOa4yLYQLNy5Ur717a/07vvvpumqq7FixfXu+++q3feecf+9//zzz91/PjxWwYkVa9eXcOHD1f37t0tnxlTp05N0+Iw7hv/c/nyZUm+WyTuS5s3b5b037F5O8DwgQce0D///GN/rboLuk+p999/X2+++WaS3zdNU02aNLGcV/v165fmQCjH12p6uEdzDioOpCRDjhUwbH+jbt26pbhqbdOmTVW+fHl1795dR48etSyEj42NVe/evTVixAg99thjHu1/cmzcuFFXr161vA6rVq2qAQMGJPv1U7ZsWf30008aPHiwZs6c6RIEt379enXp0kXjx4+/bRUqX7r33nsti59Pnjzpx954VnqqkpojRw4NHz7cZxWGbAH7NiVKlPBqe85j4p5IZJhS27dvt1dKt8mfP7+GDx+eqrGdoKAgDR8+3J4UxubkyZPau3evKlWq5JF+uxMcHGypqO3tOVXnew9fB2tIGbfyVFLq1aunTz75RB988IElwHLMmDG68847LZVqd+zYoe7du7tUKc2WLZu+/fbbZAfl3IpzcImnxmMMw9CgQYOUI0cOTZs2zSUI7pNPPlFcXJzatWvnkfaS4+TJk5bP++QmPvS2Bx980DKGeerUKT/25j+2CksNGzbU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UP32VQW6d++Offv2AfixKPPkyRMpQYWqIL75np+fj0ePHuHRo0cwMDDA4MGDMXz48ArpgKZo4W5FJyEhAdu3b2cca926NUaOHMmajfPnzyMoKIgu83g8LF++XCoaPNtU9oyMKSkppc4A9v3793JnOiwoKEB2djbi4+MREREBT09PxMTEMJ5HjRs3hro698sHPXr0gJqaGt2PUhSFs2fPYtSoUbC2tmbNTlRUFM6cOSPVVzs6OrJmQx46depERyikKAoPHjzgNCLzgwcPGBkgOnbsyJktAvtERUVJHdPX11doHWrWrIklS5bg999/h5eXF54/f46QkBB8+PCh2Octj8dDw4YNYWdnhw4dOqBfv35EpKxgDAwMGA5ikg7xbPP69WtGuXbt2pzaq2p4e3vT4jfJjX01NTXY2NigdevWMDExwfv373HhwoVS2+jduzc8PDzo54afnx8KCwvlcqwvD+RerXyYm5sjMTGRLle2MXhZaN++PY4fP06X8/LycOLECcybN491Wx4eHlLHOnfuzLod4EeGZPE5gLyRlH19fenXon5p2LBhxZ5jaWkJa2trhsOkrLFOcZC5fslU1gwpBCaXLl2iX0+dOhX79u3D169fWRXcAD9+81OnTkVkZGSZBUVOTk7laSqhAqHIPray9eeTJk2CUCjErl27GHs6wM+2pKWlISAgAAEBAcVeqzgHXACYM2cOJk6cyFbVS0RVxQySvHr1Cu7u7rh//z6dXULe+zAjIwP+/v7w9/fHv//+C0dHR8ydO7dC7bcJBALs378f48ePh1AoRH5+PhYsWIB169aVal+xokLmjARCxaBHjx7w9PSk55BPnz5VdpVYo2HDhjhz5gycnZ3x/v17UBSF69evw8fHB6NGjYKTkxMaNWqk7GqWi+joaAA/5/D29vYQCARyn5+fny/3e5cuXYp79+7R5efPnyM6OhoWFhbyV7gUUBSFy5cvM/bCunbtCisrK1btNGnSBA4ODnj06BFt67///iMCOAXB4/GwcOFCdO/eHa6urvQcVnJ8Lg+icaCVlRXWrFmDNm3asF/hIlBXV8fIkSNpfzHRvfTPP/9AT08PY8aMKbeNs2fPYuvWrVKBNoYPHw4tLa1yX780xMbGYunSpYzAYuIU972JixoLCgpw9+5d3L17F23btsWmTZvIGE1BVLb5O4FAUG2IAI5AIBAI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drrlllt06623KiAgwOUxW7ZsqZiYGH300UeaO3euTp06Jcm+yO1S/19sfzsjIiJ0//3365577imX3CuDtm3baseOHVbbNE09++yzmjt3rlPjPP/883af0xiGoauvvrrYPn/88Yf13DAMRUZGOjUnAAAAAAAAb2aYRa1IAQAAj/Diiy/qP//5j3WhSUBAgMaOHat7771XYWFh7k6v1DIyMtSjRw+lp6dbx0zTVJUqVTRz5kzdcMMNZY6xYsUKPfLIIzp//rxdjLCwMK1bt86ldwz19vmVVWpqqjIyMhQSEqLQ0FB3pwMAFcL58+d188036/Dhw9Yx204Kf//73zVmzBgFBgZaX/vqq680bdo0uyKB+Pj4AuMmJyfrtdde0+eff26dZ/vvtddeq4ULF5bL/ABP1KJFC0kXL7Z7/fXX1bdvX5fEWbdunSZMmKCcnJxif5+ByuC6665TcnKy9bvwf//3fxo9erTL4s2fP18zZ860/j7WqlVLP/74o8viAUBFdujQIf3222/67bffdPDgQaWkpFif4QQHByssLEzh4eFq0KCBrrrqKl111VWKiopyd9oAABdq0aJFsYXQ5cVWgFS9enVNnjxZQ4cOLbfY2dnZ+v777/Xtt9/qp59+0pkzZy7ZJzAwUB07dtSNN96om2++2e4zPZTdpk2bdM8991g/F7b3j2PGjNHDDz/slBj//ve/7W4mZouxYMECderUqch+3bt316lTp6zzhw8frieffNIpOQEAAAAAAHg7doADAMDDPf7442rRooVefPFFpaen6/z585ozZ47ef/999e7dWx06dFDr1q112WWXKSwsTEFBQe5O2SHLly9XWlqa3cKRv7+/3n//fXXs2NEpMW688UbVqFFDo0aNUk5OjnU8LS1N33zzjUsXSL19fmUVFhbm0QWcAOAKAQEBeuGFFzR69Gjr33XDMJSdna3Zs2frk08+0aBBg9SnTx+1bNmy2LFOnz6tX3/9VevXr9eXX36pc+fOFdhVKjg4WNOnT3fpnABvYBiGcnJy9PDDD+s///mP2rRp49Txf/nlFz344IPKzs52+131gYogLS3Nrh0REeHSeOHh4XbtvDcxAYDKJioqSlFRUbrpppvcnQoAoIJx9/tVWwFeUlKSnnzySa1Zs0avvPJKuayJ+fn5qX///urfv78k6ciRI9q7d6+OHTumlJQUZWVlyc/PT0FBQapTp44aNGigpk2bytfX1+W5VVbXXnutmjZtqt27d0v6a7faefPm6dixY3r88cdVvXr1Uo19+vRpzZgxQ0uXLi1Q/Na0adNii99+//13nTx50u735aqrripVHgAAAAAAAJURBXAAAHiooi5sty3inDt3TsuXL9fy5cudGtcwDMXFxTl1zML88MMP1nPbwtG4ceOcVhxm07FjR40bN06zZ8+2W3D68ccfXVog5u3zAwC4xrXXXqvHHntMzz//vPXvuu1v/6lTp7RgwQItWLBAkgrd6bNbt246e/assrOzrWO2C4TyXrDh5+enmTNnslsD4CDDMHTu3DmNGzdO//vf/1S/fn2njLt161b9/e9/V1ZWlt1rOe4Mj8os7809JOnChQsujZf3b6YkZWVluTQeAAAA4GmK2v0tf1HcpXaJK+n5efvk7Wuapr7//ntNmTJFb7/99iXHuJSYmBglJCTYHRs9erTq1KlT6Pn16tVTvXr1yhwXZfPYY49p9OjR1mentv9+/fXX+vHHHzV8+HANGjRIV1xxhUPj7du3T1999ZU+/vhjpaSkFLiZmCQ98sgjxY5R2Jpt+/btHZ8UAAAAAABAJUcBHAAAHqq4BcW8F7B7qoSEhAK70Nx///0uiXX//ffrgw8+UEZGhrUAln8x09m8fX6onJKTk7V9+3YlJiYqJSVFKSkpSk9PV0hIiMLDwxUeHq569erp6quvVrVq1dydLuCxRowYoZycHP3rX/8qtHjNxrZDje2YrUguv/wXCPn5+enFF19Unz59XDYHwFu0bdtW27Zts16DJycn6/7779cnn3yiqlWrlmnsuLg4jR07VpmZmXa/4wEBAXrjjTeckD3gmapUqaKMjAyrnZSU5NJ4ycnJdu2AgACXxgMAAAA8yYwZM6zn6enpevfdd+12uLJ9LhUZGakWLVqoadOmCgsLU2hoqHx8fJSamqqUlBTt3r1b8fHxSkxMlPTXWpdpmqpdu7YeeOABBQcHKysrSykpKTp9+rR27typ33//3Xp/kP9mUWvXrtXMmTM1bdq0Ms1x/vz51k5iktSgQQM99thjZRoTrte1a1fde++9WrhwYYGfjbNnz+qdd97RO++8o3r16qlly5Zq3LixIiIiFBoaKuni7uMpKSnas2eP4uPjdfjwYUkFbyZme3733XfruuuuKzKfrKws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lbvTADzaoEGDdOTIEb322msFXuc1b95cc+fOpfgNKKPrr79e3bt319KlS/X5559ry5Ytl3yvlJePj486dOigv/3tbxowYAC7vgEAAACXcOWVV2rXrl1WOysrS2+88UaBm/+V1ezZs5WVlWUVMxmGoSuvvLLYPnv37rWeG4ahunXrlimHRx99tMB6ji0X2/Pz58/rt99+086dO8sUKz8K4Mom7/coOztb69at07p161S1alUNGjRIgwcPVsuWLd2cJQAAAAAAABxBARwAAF7kjz/+0OzZs7VmzZoCu4FdSnp6umJjYxUbG6s33nhDvXv31oQJE1xe7OKI/HPIe7fG/BcwFjXfwhYmixq/vHnr/I4dO2aXV7NmzdS7d2+35ILSy8zMtGvXrl3bpfFq1apl1z537pxL4wHudOTIEbu7EFdUZb1LNYCLxo0bpyNHjujzzz+3fq+uuOIKffDBBwoPD3dzdoB38PX11W233abbbrtNycnJ+uWXX/T777/rwIEDOnbsmNLT03XhwgX5+/srNDRUderU0eWXX65WrVqpc+fOql69urunAAAAAHiMHj16WDffs33G9d///ledOnVy2lrAmjVr9OGHHxb4fOpSuzXHxcXZFczVq1fPKfkUtp6Tdy2nuHWc0uBzOefJf0Oi06dP68MPP9SHH36o5s2ba8iQIRo4cKCqVavmzjQBAAAAAABQDArgAADwAufPn9ecOXM0b9485eTk2C2ulWRxLO9uYytXrtT333+vMWPGaMKECQoICHB63o5ydA4lmauzFg2dsZDprfNLSkqyxjAMQ926dXNKTihffn5+On/+vNVOT093abz8O1ay8wYqg4p8IUtFL84DnK20u+Y6qk2bNlq1apVOnz4tX19f3XLLLfrhhx9KNRZ3gAeKV716dd1000266aab3J0KAAAA4JX69u2rGjVqKDk5WdLFz7hycnL04IMP6umnn9btt99epvG/+OILPfvss8rNzbU7Xr16dfXt27fIfkePHtX+/fvtjl1qxzhHXepzPGd+zsfncmUzZcoUxcTEaN++fZL++t4UtjN4QkKCXnzxRc2cOVO9evVSdHS0evToIR8fn/JPHAAAAAAAAEWiAA4AAA93/PhxjR07Vn/++afdzmGlkX/RJzs7W++9957WrVund999V3Xq1HFKziXh7Qt83jy/vEVTkhQZGemmTFAWYWFhVjGjdHFnP1fKPz474gAAytOjjz5abkWpubm5ev3110vdnwI4AAAAAIA7BQQEaPz48Xr++eftdlvLzs7WU089pS+//FITJkxQly5dSjTuhg0b9NZbb2nz5s3WmNJfN9sbP358sTdtXL58uV0/SWrbtm2p5pifN6/peJuxY8dq7Nix2rZtmxYvXqzly5crNTVVUsFiONvOfRcuXNDKlSu1cuVK1ahRQ7fddpsGDx6sxo0bu20eAAAAAAAA+AsFcAAAeLDjx49rxIgROnz4sKSChW/5F+J8fX0VEhKioKAgZWZmKj09XTk5OXbnFLbok5CQoBEjRujjjz9W7dq1XTWdAiZOnFhusdzB2+cXHh6u06dPW+3AwEA3ZoPSqlevnk6dOmVdwPDDDz/okUcecVm8H3/80e7foXr16rksFlARcNEMUDGVx+9mWWJU5J0jAQAAAACVx/Dhw/Xdd99p48aNdp/rmqapX3/9VaNHj1atWrXUrVs3tWzZUk2aNFF4eLhCQ0MlSWlpaUpJSdGePXsUHx+v9evX68SJE5JUoIjNMAx17NhRI0aMKDanxYsX2/WLiIhQq1atyjTPjh07lqk/3Kdt27Zq27at/vnPf+q7777TkiVLtGHDBuXm5ha7K9ypU6c0b948zZs3T23atFF0dLRuvvlm62cXAAAAAAAA5c8wudoOAACPlJ2drTvvvFO//fZbkYVvrVu31g033KDWrVurefPmql69eoFxkpOT9ccff2jnzp369ttvtXPnTkmFL/a0adNGH3/8sfz8qKHHpQ0bNkzbtm2TdPHnacqUKbr//vvdmxRK7JlnntGnn35qdwffjz76SO3bt3d6rG3btmnYsGF2se644w49++yzTo8FVASbNm1ydwoOu/baa92dAlAuWrRoUeGLy2x/I+Pj492dCgAAAAAAOnv2rIYPH649e/YUurYkOX4jl6L6mKapxo0b66OPPlLVqlWL7L969WpNmDDB7tiQIUP0wgsvOBQflcPx48cVExOjmJgYHThwQFLhP6O2n0fb16pUqaK+ffsqOjpaXbt2Lb+EAQAAAAAAIIkCOAAAPNZ7772nf//734UWv/Xq1UsPP/ywGjduXOJx9+zZo5dffllr164tsLhoGIYmT56ssWPHljl/eL9//etfWrBggfVzNGTIEE2fPt3NWaGkVqxYoYceesgqSpOkpk2bavHixfL393danOzsbEVHR+vPP/+0K4D797//rQEDBjgtDgAAxbEVwFX0j8sogAMAAAAAVCSnT5/WhAkTtGXLlmILiS6lqL7t2rXTnDlzCr3RY14//fST9u/fb3esc+fOpVovQ+WwZcsWLV68WCtWrFBaWpqkgj+HhRVmXnbZZRo8eLAGDx6sqKio8ksYAAAAAACgEqMADgAAD5SRkaEePXooPT3dOmaapqpUqaKZM2fqhhtuKHOMFStW6JFHHtH58+ftYoSFhWndunUKDg4ucwx4t82bN+uuu+6yLiK/7LLLtHbtWnenhRI6d+6cunbtqszMTEl/FcP27NlTb7zxhgICAsoc48KFC5oyZYpWrlxpLR6bpqmQkBD9/PPPqlKlSpljAADgiLvvvtvdKTjsww8/dHcKAAAAAABYTNPUggUL9MYbbygzM7PMO6ybpqnAwEA9+OCDGjlypHx8fJyUKVBQVlaWVqxYoSVLlmjjxo3Kzc29ZDGn7esdOnTQkCFDdMMNNygoKKjccgYAAAAAAKhsKIADAMADLVq0SP/85z/tCkX8/f01f/58dezY0WlxYmNjNWrUKOXk5FhxDMPQ888/r6FDhzotDrxXdHS04uPjrZ+dOXPmqHfv3u5OCyX00ksv6YMPPrD7N8cwDLVp00bPP/+8mjVrVuqx9+zZoyeffFJbt261jtnGHzVqlKZNm1bm/AEAAAAAAAAA5ePw4cNasGCBvvrqK6WkpFjHL1UQl/fSlfDwcN1yyy2699572V0L5e7YsWNavHixlixZooMHD0oqenfCvF8LCgrSjTfeqBdffLH8kgUAAAAAAKhEKIADAMADTZo0Sd9++621s5ZhGJo4caImTJjg9FizZ8/W7Nmz7WL1799fr7/+utNjwfvExsbqnnvukXRxIfCKK67Q4sWLFRgY6ObMUBJnzpzRTTfdpNOnT1vHbG8j/Pz8dOutt2rw4MHq0KGDw2Nu3bpVMTExWrx4sXJycqx/X2xj16hRQ998840iIiKcOxkAAAAAAAAAgMtlZWVp1apV2rx5s7Zv364///xT2dnZhZ7r5+enZs2aqU2bNurQoYP69u3LOgIqhM2bN2vx4sX69ttvlZ6eLqlgMVz+XeHi4+PLNUcAAAAAAIDKggI4AAA80A033GDdcdA0TYWEhGjDhg0KCAhweqysrCx17dpVGRkZVryGDRvq22+/dXoseKdXX31V7777rrUg2LNnT82ZM0e+vr5uzgwlsWrVKv3jH/+wO5b/7qY1a9bUVVddpZYtW6p27doKDQ1VUFCQzp07p9TUVJ08eVLx8fHauXOnTpw4UegYpmnKx8dHc+bMUa9evcpregAAAHCjxx57rNDjhmEUeuf8os53taLyAQAAAHBp2dnZOnv2rM6ePavU1FRJUlhYmMLDw1W1alX5+fm5OUOgaOfOndOKFSsUExOjTZs2FSh6k2Td6I8COAAAAAAAANegAA4AAA/Url07nTt3zlpIGThwoF5++WWXxZs2bZq++uoraxe4oKAgbd261WXx4H0ef/xxLV682FoEvOqqqzRr1ixFRUW5OTOUxAcffKCXXnrpknc3vZSizrcdf+yxx3TvvfeWNV0AAAB4iBYtWhT6GrOoCwcLO9/VuJARAAAAACBJiYmJiomJ0ZIlS3To0CEK4AAAAAAAAMoJt9ACAMADnT9/3q7dtGlTl8Zr0qSJXfvChQsujecKmZmZio2N1ZEjR5Samqpq1aqpfv366tixo1fcVbSiz+/FF19UZGSk3nrrLZmmqR07dmjAgAEaMGCAbrvtNrVr107BwcHuThOXMGrUKIWHh2v69Ok6d+6cdbywIrbiFHaxsmmaCg4O1lNPPaXbbrvNKfkCAADAs5T0Xm3c2w0AAAAAUN5q1Kih+vXrq27dujp06JC70wEAAAAAAKg03H81NAAAKLHg4GClpaVZ7Ro1arg0Xv7xAwMDXRrPmU6dOqU33nhDMTExys7OLvD18PBwDR48WJMmTVJQUJAbMiybij6/e+65x65dtWpVJScnS5Kys7O1bNkyLVu2TL6+vrrssssUERGhkJCQMsc1DEMLFy4s8zgoaMiQIerQoYOmTZum7du3S7IvaCvpThy2i5bbt2+vl156iV0BgWLEx8dr4sSJdseio6M1YcIEp8WYPXu2YmJirLaPj4/mz5/P7yYAoFw448YKrkKxHQAAAABUbr/++qtiYmK0YsUKpaenW8dtO78BAAAAAADAtSiAAwDAA1122WXavXu31U5JSXFpvNTU1ALxy8NXX32luXPn2h0bP368BgwY4FD/hIQEjRs3TsePHy/yYsWzZ89q4cKFWr16td555x01bty4zHk7ytvnJ0mbNm0qdNHPdsyWd3Z2tg4fPqzDhw+XeZGQhUbXa9iwoT777DOtW7dO//3vf7V+/Xq7n8Hi/v/nPc/Hx0c9e/bUiBEj1L17d5fmDHiDzz77TEeOHJFhGDJNU35+fk7fMfHWW2/VO++8o5ycHOvf0//973+aOnWqU+MAAJAfu78BAAAAACqa48ePKyYmRjExMTp48KCkgu9HWZMCAAAAAAAoHxTAAQDggZo1a6Zdu3ZZ7SNHjrg03uHDh63nhmGoefPmLo1ns2jRIu3atcu60D80NNThIpnTp09r3LhxOnbsmKRLF+QcOnRIY8aM0ccff6zIyEin5H8p3j6//DnkbxuGUSBv0zTLdCEri4zlq2fPnurZs6cSExO1adMmbd26VTt27FBiYqJSU1OVm5trnevj46OwsDBFRkbq6quvVtu2bdWpUyfVrVvXjTMAPEdOTo6+/vpr62+GYRjq37+/6tWr59Q4UVFR6tu3r1asWGHFiomJoQAOAOBS+Xc4dfb5AAAAAAA46vz58/ruu++0ePFibdy4Ubm5uZe8CaDtM9vOnTuXZ6oAAAAAAACVCgVwAAB4oO7du9tdBL969Wo98cQTLou3evVquwvuu3Xr5rJYNikpKdq8ebNd3EGDBik0NNSh/v/617907NixIhehpL8WqGwxjh07pkceeUQffvih8yZSBG+fX36OFqZRwOaZIiMjddtttxXYiSo1NVUZGRkKCQlx+GcbQOG2bdum1NRUu38nb775ZpfEGjhwoFasWGG1k5KSFB8fr5YtW7okHgAAFMABAAAAANxt69atiomJ0fLly5WWliap4JpbXrav1atXT4MHD9bgwYOdfsMyAAAAAAAA/IUCOAAAPFD//v314osvKjU1VZJ07Ngxffvtt7rhhhucHmvFihU6evSotbATGhqq/v37Oz1Oftu2bVNOTo7dglLv3r0d6rtnzx4tXbq00N3FwsLC1KhRI507d0579uyxYtiKxDZv3qyvv/7aZUUFNt4+v/x5oXIKCwtTWFiYu9MAvMKGDRvs2oGBgerRo4dLYvXo0UNBQUE6d+6cdeznn3+mAA4AAAAAAACAVzl+/Li+/PJLxcTEaP/+/ZJU7G5vtq8FBQWpf//+io6OVqdOncotXwAAAAAAgMqMAjgAADxQcHCwxowZo1dffdUqbHruuefUsWNHVa9e3WlxkpKS9Pzzz9vtUjZ69GiFhIQ4LUZRduzYYdcODAxU586dHer7ySefKDc311qUMk1Tfn5+euyxx/S3v/1Nfn4XXwIdP35cTz31lNatW2d37vz5811eIObt87OZMWNGucQBAG+3a9cu67lhGLryyivl7+/vklgBAQG68sortXnzZutYQkKCS2IBAAAAAADAu505c0aJiYlKSUlRamqq0tPTnTJu3759FRoa6pSxULmcP39eq1at0qJFi/TLL78oNze32KI36a/Ct3bt2ik6OloDBgzg5w8AAAAAAKCcUQAHAICHuu+++7RmzRpt27ZNhmEoKSlJw4cP1/z58xUZGVnm8Y8cOaIxY8YoKSnJWuhp06aNxo4dW+axHbF3717ruWEYat68uUMX+ufk5Gj58uV2BV+GYejhhx/WiBEj7M6tU6eO5syZo7vuusv6/2iapuLi4rRv3z41atTIuZPKw9vnZzN48GCXxwCAymDv3r12BemtW7d2aTxbAZwtZt6/WwAAAAAAAEBRcnNztXLlSq1cuVI7duzQoUOHXBKndevWatKkiUvGhnfavn27Fi9erOXLlys1NVXSX4VtxRW91a5dW7fddpsGDx5cLmtrAAAAAAAAKBwFcAAAeChfX1+99dZbuvfee7Vr1y4ZhqH9+/dr8ODBevDBB3XnnXfKx8enxOPm5ubq448/1ptvvqmzZ89aF743bdpUb7/9tnx9fV0wm4ISExMl/VXg1axZM4f6bd261a5oT5Jq1aqle+65p9Dz/fz89Oijj2rYsGF2x3/44QeXLmJ5+/wAAM6VnJxs165du7ZL49WpU8eufeLECZfGAwAAAAAAgOf78MMPNX/+fB07dkyS7HbVcqbCipWAwpw4cUJffvmllixZYt3kq7jd3mxfCwgIUO/evRUdHa1u3bqVas0VAAAAAAAAzkUBHAAAHqx69er65JNP9Pjjj+u7776TYRg6e/aspk+frnnz5mngwIHq37//JXcXu3Dhgv744w999913WrZsmY4ePWq3+NO/f3/NmDFDISEh5TEtSdKxY8es4jtJql+/vkP9fvnlF+u5rbhs8ODBxS5MtW3bVg0bNtTBgwetY/Hx8aXM3DHePj8AgHOlpaXZtSMiIlwaLzw83K6dnp7u0ngAAAAAAADwXElJSZo2bZp+/vnnYouLnMFVRXXwLt98841iYmL0888/Kzc395I/l7avt2rVSkOGDNHAgQNd/hksAAAA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AAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIA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ij59+sQrr7xSbH3Hjh3xwQcfxIknnpjWc2vUqBGNGjWKunXrRt26daNWrVqxefPm2LRpU6xcuTK2b9++1x75+flx3XXXxahRo+Lwww9P63xJkpGREY0bN46cnJyoV69e1KlTJ7Zt2xYbN26MtWvXxsaNG0vV5957740WLVrE2WefXe5Z1qxZE0OGDImCgoJSra9fv360aNEisrOzo1atWpGfnx9btmyJTZs2xdq1a2Pnzp3lnmVv3n777fjZz35W6lkbNWoUjRo1ivr160dmZmbk5ubGmjVr9hoA3bZtW/z4xz+OJ554Inr06JGO0avE8OHD49///nep1lavXj0OPvjgqF+/ftSuXTsyMzNj06ZNsWXLlli/fv1+EYYEAAAAAACoLAJwAAAAAAAAlax3794pA3AREfPmzatwAK5ly5ZxyimnROfOnaNjx47Rtm3byMrKKnbtzp07Y+HChTFlypR4/vnn49NPP03Zd9OmTTF06NB4/vnno1q1aqWapXXr1nHCCSfs8Wzp0qWxdOnSYtcfddRRUb9+/VL1/rpatWqVeU9ERL169aJv375x9NFHR8eOHaNDhw6Rk5OTcv2SJUti5syZ8eKLL8aUKVOiqKgo5dpbb701unfvHgcffHC5Zrvvvvtiw4YNKetZWVnxve99L0455ZQ45phjokGDBinXFhQUxKeffhoff/xxfPDBB/H222/HmjVryjXXN82ZMyeuv/76EsNvGRkZ0bdv3zjzzDOjR48e0bJly2+tKSwsjA8//DDeeeedePrpp1O+9+3bt8f1118fY8aMiebNm5c4W61atb71/du+fXtMmzat2PXNmjWL9u3bl9izOK1bt05ZW7JkSTz++OMl7m/Xrl0MHDgwjj/++PjOd74T1aun/tPtmjVrYuHChTF//vx4991344MPPqjUcCMAAAAAAECSZBSV9Bc6AAAAAACA/cyNN94YL774YrG1nj17xsiRI6t4oohPP/00zjrrrJT1U089NUaMGFHqfqeeemosXbo0GjduHBdeeGGcdtpp0alTp3LPN378+Ljtttti9erVKdfccsstcfHFF5f7jOHDh6d8j0899VQce+yx5e5dkmHDhsXo0aOjZs2acfbZZ8eZZ54Zxx57bNSoUaNc/RYtWhQ333xzzJw5M+Wa008/Pf70pz+Vufe6devipJNOShls6t27d9x11117DYCVZN68efGPf/wjXnjhhcjIyIjp06eXuceXX34Z55xzTqxduzblmlNOOSWGDh0abdu2LXXfTZs2xYgRI+Ivf/lLyjUnnXRSPPLII2UZNyIili9fHv369Su2NnDgwLjrrrvK3LMkd9xxR/ztb38rtla7du347W9/GwMGDIiMjIxy9d+4cWO8/fbb8fTTT8fs2bPj17/+dVx++eUVmBgAAAAAACC53AAHAAAAAABQydq0aRM1a9aM7du3F1tfvHhxmfq1bt06rrjiijj//POjZs2aFZ6vX79+0bNnz7j66qtjxowZxa555JFHYtCgQeUOju0r9erVi6uuuiouu+yyaNKkSYX7tWvXLp555pn4wx/+EE899VSxa954441YtGhRtGvXrky933zzzZTht169esVjjz1W6lv4UunUqVN06tQpfvazn8W4cePK1eOOO+5IGX6rUaNG3HTTTXHRRReVuW/dunXj17/+dRx55JExbNiw2LFjx7fWTJgwId56663o379/mftXpddff73Y55mZmfHQQw9Fr169KtS/Xr16MWDAgBgwYEDMnj3bbXAAAAAAAMABLXNfDwAAAAAAAHCgq1atWhx66KEp66tWrSpTv8cffzwuuuiitITfvlK3bt145JFHomPHjsXWV61aFe+8807azqsqv/rVr+KXv/xlWsJvX8nMzIxhw4bFeeedV2y9qKgoRo0aVea+qcKHGRkZcccdd1Q4/PZ1OTk5MWjQoDLvmzx5csrgXEZGRvzhD38oV/jt6wYMGBA33XRTyvqf/vSnKCoqqtAZlWnJkiUpA4IDBgyocPjtm7p06RLdu3dPa08AAAAAAIAkEYADAAAAAACoAs2aNUtZ27JlS2zevLkKpyleTk5O3HbbbZGRkVFs/eWXX67iiZJt2LBhKYN148aNK3NIa8mSJcU+79y5cxxyyCFlnq8y3HfffSlr1157bZx99tlpOeeiiy6KM888s9jaxx9/HFOmTEnLOZXh888/T1lL9Z4AAAAAAABITQAOAAAAAACgCpQUgIuIyM3NraJJSnb00UfHiSeeWGzt/fffj8LCwiqeKLlycnLiiiuuKLaWm5sbH330UZn6bdy4sdjnrVq1KvNslWH69Okxe/bsYmuHHnpoXHXVVWk9b8iQIZGZWfyfM8eMGZPWs9Ip1e8xIjm/SwAAAAAAgP2JABwA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+utj3Lhx8fLLL8esWbPKdSNfxH9uvxs9enRMmDAhhg8fHl27dk3zxAAAAAAAAMkhAAcAAAAAAFDJJk2aVGL9yCOPLFWfJ554osTwU8uWLWPYsGFx8sknR2ZmZplm/LoD4cavyZMnxzvvvJOyXrt27RgyZEgMHjw4ateuXaGzyhtiKosuXbpEly5d4tZbb43FixfH1KlTY9q0aTF9+vRYtWpVmfs999xzUVBQEHffffde1+4tPDlu3Lg4/PDDyzzDf6O6devG4MGDY/DgwbF169aYMWNGTJs2LaZOnRoffvhhmb9La9eujSuvvDKeeeaZ6NixYyVNDQAAAAAAsG8JwAEAAAAAAFSioqKimDhxYsp6RkZGdOvWba99duzYEc8++2zK+jHHHBMjRoyIBg0alGfMPeTl5VW4x7721FNPpaw1bdo0HnvssbQFhjZs2JCWPqXVtm3baNu2bXz/+9+PiIgVK1bEBx98ENOmTYvJkyfH0qVLS9Vn7NixceSRR8Zll11W4ro6depEZmZmFBYWFluv6vd/oMjOzo4+ffpEnz59IiJi+/btMXfu3JgxY8bugOP27dv32mfLli1xzTXXxCuvvBJ16tSp7LEBAAAAAACqnAAcAAAAAABAJZoyZUqsWLEiZb1z587RtGnTvfZ5//33Y/369cXWGjVqFPfff39awm8R+38AbvPmzfHuu+8WW8vIyIh77rknrbdl7evPq2XLltGyZcs4++yzIyJi8eLF8cYbb8SYMWNiyZIlJe598MEH47zzzou6deumXFO9evVo1qxZypvm9vX7P1DUrFkzevToET169Iirr746tm3bFhMnToyXX345xo8fX+LtcCtXroy//OUv8dOf/rQKJwYAAAAAAKgamft6AAAAAAAAgAPZqFGjSqyffPLJpeozbdq0lLVLL700mjRpUqa5SlJSYG9/MGvWrJRhoV69ekXv3r3TdtbWrVsTdwNa27Zt45prronXX3897r///hIDlhs2bIgxY8bstechhxySsrZy5cpyzUnJatWqFf37948HHnggxo8fHwMGDChx/VNPPZXylj4AAAAAAID9mQAcAAAAAABAJVm0aFG89tprKeuZmZlx7rnnlqrXwoULU9bOOOOMso5Wog8++CCt/araokWLUtbS/VnNmjUrsaGjjIyMOPPMM+Pvf/97NG/ePOW6iRMn7rVX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emrk5eXF1KlTiz0j1W1d37RgwYI499xzi601bdo0+vTpE507d47OnTtHx44dU4buioqKYsWKFTFp0qR4+eWXY9q0aSWee+mll8awYcNKNePXffzxx/G///u/sXHjxhLXZWVlxZlnnhm9e/eOHj16RKtWrVKu3bFjR3zyyScxf/78WLBgQbz//vspb3r785//HP379y/TzIWFhXHqqafG8uXLS1xXo0aNaN26ddSvX7/EQNk555wTAwYM+Nbzn/zkJzF+/PhvPa9WrVp07949unXrtvt32aJFi5T98/PzY86cOfGvf/0rXnjhhdi0aVPKtdnZ2fHqq6+WGEwEAAAAAADYXwnAAQAAAAAAB5SSAnBVrW/fvjFs2LBo3bp1WvoVFRXF97///Zg1a1ap1jdt2jQOOuigyMnJiU2bNkVubm6sW7euxBuuTj755HjooYeiY8eOxdYrEoCLiLj44otj+vTp5d7/dePHjy8xUPV///d/8eijj5aqV05OTrRu3Trq1q0bBQUFkZubG2vXro38/PyUe1q2bBmjR4+O66+/vlIDcN9UrVq1aNCgQdSvXz/q168ftWvXjvz8/NiyZUssX748tm7dWqo+7du3j+eeey5q165dqvXfNHPmzLj66quLDQamUr9+/WjQoEE0aNAg6tSpE1u2bImNGzfGpk2bIi8vr9S3r5UnABcRMXr06HIF/opz7bXXxnXXXfet56kCcMXJzs6Ohg0bRr169aJevXpRVFQU+fn5kZubGytXriz1bXd33313qb8/AAAAAAAA+5vq+3oAAAAAAACAA03Pnj3jqquuij59+qS1b0ZGRvzpT3+KCy+8MFavXr3X9WvXro21a9eWun/Xrl3jvvvui4yMjIqMWaI777wzBg0atNebw9JhyJAhsWDBgpg4ceJe127evDnmz59f6t6NGjWKxx9/PBo1alSREctl165dkZubG7m5ueXu0bp163j00UfLHX6L+M/35Zlnnolrrrkmli1bVqo9eXl5kZeXF0uWLCn3uRVx/vnnx5tvvhnvvPPOPjn/m7Zu3Rpbt26NFStWlLvHL3/5S+E3AAAAAADggJa5rwcAAAAAAAA4EDRq1CgGDx4cL7zwQowcOTLt4bevNG/ePB555JFo1qxZWvuefPLJ8dhjj1UoEFUahx12WDz55JPRokWLSj0nIqJ69epx//33R9euXdPat02bNvHMM8/EYYcdlta+VaV3794xatSoOOiggyrc6zvf+U6MHTs2Bg4cmIbJSi8rK6tc+zIyMuL++++PM844I80TVb06derE3XffHVddddW+HgUAAAAAAKBSCcABAAAAAACUQ1ZWVnTr1i2uvvrq+Mtf/hITJ06M22+/PTp37lzpZ3fs2DHGjh0bxx13XIV7ZWdnxw033BAPPvhg5OTkpGG6vevcuXO88sorcd1110XTpk0r9ay6devGyJEj49JLL61wr4yMjLjwwgvj+eefT3v4rXnz5nHBBRdU6ufRokWLuO++++LJJ59M6811OTk5cdddd8Wzzz4b3bp1S1vfbzr44IPjmmuuiddffz1OPPHEcvepXbt2PPDAA/HQQw+lPRwZEXHWWWdFjx49olq1amnvHfGf7+GAAQPi9ddfd/MbAAAAAADwXyGjqKioaF8PAQAAAAAAkC433nhjvPjii+XeX6NGjahRo0ZkZWVF7dq1o1GjRtG4ceNo0qRJtGzZMtq2bbv7p7y3UKVLYWFhvPnmm/Hoo4/G3Llzy7S3fv36cf7558fll18ezZs3/1b92GOPLXZft27d4qGHHirXvMUpLCyMDz74IKZPnx4fffRRLF26NNatWxcbN26MgoKC2LVrV8q948ePj1atWpX6rLlz58YjjzwSb731VhQWFpZ6X40aNeK0006LH/7wh8UGHH/84x/HBx98UOzeKVOmlPqciIiioqKYN29eTJgwIaZPnx5z5syJzZs3l6nH11WrVi169eoVZ599dpxxxhlRq1atcvcqrTlz5sSoUaNi/PjxsX79+nL3qV69ehx11FFx3HHHxQknnBDdu3ePjIyMNE76HytWrIj33nsv5syZE59//nmsXLkyNmzYENu2bYsdO3ak3HfttdfGddddl7Kel5cX7777brz33nsxc+bM+Oyzz6Iif5pt3rx5/M///E+ce+650aFDh3L3AQAAAAAA2N8IwAEAAAAAABwAFixYEO+//35MnTo1li1bFhs2bIgNGzZERESdOnWiYcOG0aZNm2jfvn306tUrunfvvs8DfPvKF198Ee+9915MnTo1Fi5cuPuz2rFjR9SuXTvq1asXrVu3jsMPPzyOOeaY6N27d9SrV2+fzFpYWBiLFi2KDz/8MJYuXbr7Z/369bFly5bYunVrFBYWRp06dSInJydycnKiVatWccQRR8QRRxwRXbt2jcaNG++T2Xft2hVz5syJ2bNnx/z582PZsmWxatWq2LhxY2zfvj2KioqiTp06u3+aNWsWhx122O6A6VFHHVVltxJWhby8vJg1a1Z88sknsXTp0li2bFl88cUXsXnz5ti6dWts27YtsrKyIicnJ+rUqRONGjWKdu3axRFHHBGdOnWKzp07R2Zm5r5+GwAAAAAAAFVOAA4AAAAAAAAAAAAAAACARPKfCAQAAAAAAAAAAAAAAAAgkQTgAAAAAAAAAAAAAAAAAEgkATgAAAAAAAAAAAAAAAAAEkkADgAAAAAAAAAAAAAAAIBEEoADAAAAAAAAAAAAAAAAIJEE4AAAAAAAAAAAAAAAAABIJAE4AAAAAAAAAAAAAAAAABJJAA4AAAAAAAAAAAAAAACARBKAAwAAAAAAAAAAAAAAACCRBOAAAAAAAAAAAAAAAAAASCQBOAAAAAAAAAAAAAAAAAASSQAOAAAAAAAAAAAAAAAAgEQSgAMAAAAAAAAAAAAAAAAgkQTgAAAAAAAAAAAAAAAAAEgkATgAAAAAAAAAAAAAAAAAEkkADgAAAAAAAAAAAAAAAIBEEoADAAAAAAAAAAAAAAAAIJEE4AAAAAAAAAAAAAAAAABIJAE4AAAAAAAAAAAAAAAAABJJAA4AAAAAAAAAAAAAAACARBKAAwAAAAAAAAAAAAAAACCRBOAAAAAAAAAAAAAAAAAASCQBOAAAAAAAAAAAAAAAAAASSQAOAAAAAAAAAAAAAAAAgEQSgAMAAAAAAAAAAAAAAAAgkQTgAAAAAAAAAAAAAAAAAEgkATgAAAAAAAAAAAAAAAAAEkkADgAAAAAAAAAAAAAAAIBEEoADAAAAAAAAAAAAAAAAIJEE4AAAAAAAAAAAAAAAAABIJAE4AAAAAAAAAAAAAAAAABJJAA4AAAAAAAAAAAAAAACARBKAAwAAAAAAAAAAAAAAACCRBOAAAAAAAAAAAAAAAAAASCQBOAAAAAAAAAAAAAAAAAASSQAOAAAAAAAAAAAAAAAAgEQSgAMAAAAAAAAAAAAAAAAgkQTgAAAAAAAAAAAAAAAAAEgkATgAAAAAAAAAAAAAAAAAEkkADgAAAAAAAAAAAAAAAIBEEoADAAAAAAAAAAAAAAAAIJEE4AAAAAAAAAAAAAAAAABIJAE4AAAAAAAAAAAAAAAAABLp/wP920KA8YpS3QAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.set(font_scale=1.25)\n", + "sns.set_style(\"whitegrid\")\n", + "fig, axs = plt.subplots(1, 1, sharex=True, sharey=True, figsize=(12, 6), dpi=300)\n", + "\n", + "order = list(\n", + " (\n", + " df_mean.reset_index()\n", + " .groupby(\"dataset_name\")\n", + " .correctness.median()\n", + " .sort_values()\n", + " .index\n", + " )\n", + ")\n", + "\n", + "plot_barplot(\n", + " df_mean.reset_index().groupby(\"dataset_name\").correctness.median() * 100,\n", + " df_sem.reset_index().groupby(\"dataset_name\").correctness.sem() * 100,\n", + " axs,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + ")\n", + "\n", + "axs.set_xticks(axs.get_xticks(), order, rotation=90, ha=\"right\")\n", + "\n", + "fig.supxlabel(\"Datasets\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/x_axis_group_capability.ipynb b/figures/x_axis_group_capability.ipynb new file mode 100644 index 0000000..1d75e8e --- /dev/null +++ b/figures/x_axis_group_capability.ipynb @@ -0,0 +1,7134 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-08 20:15:16.728803: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-08 20:15:16.732079: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-08 20:15:16.769189: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-08 20:15:16.769208: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-08 20:15:16.770406: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-08 20:15:16.777659: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-08 20:15:18.710552: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "from eval_vlm.common_utils import get_dataset_mappings\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "dataset_mappings = get_dataset_mappings(\"capability\")\n", + "results[\"capability\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"capability\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"capability\", \"model_name\"])\n", + " .correctness.mean()\n", + ")\n", + "df_sem = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"capability\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"capability\", \"model_name\"])\n", + " .correctness.sem()\n", + ")\n", + "\n", + "dataset_types = list(df_mean.reset_index().capability.unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "0it [00:00, ?it/s]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1185: RuntimeWarning: All-NaN axis encountered\n", + " miny = np.nanmin(masked_verts[..., 1])\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1186: RuntimeWarning: All-NaN axis encountered\n", + " maxy = np.nanmax(masked_verts[..., 1])\n", + "1it [00:01, 1.98s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "2it [00:03, 1.80s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "3it [00:05, 1.73s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1185: RuntimeWarning: All-NaN axis encountered\n", + " miny = np.nanmin(masked_verts[..., 1])\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1186: RuntimeWarning: All-NaN axis encountered\n", + " maxy = np.nanmax(masked_verts[..., 1])\n", + "4it [00:06, 1.70s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1185: RuntimeWarning: All-NaN axis encountered\n", + " miny = np.nanmin(masked_verts[..., 1])\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1186: RuntimeWarning: All-NaN axis encountered\n", + " maxy = np.nanmax(masked_verts[..., 1])\n", + "5it [00:08, 1.69s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "6it [00:10, 1.83s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "7it [00:12, 1.78s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "8it [00:14, 1.74s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "9it [00:15, 1.72s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "10it [00:17, 1.72s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "11it [00:19, 1.71s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "12it [00:20, 1.70s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "13it [00:22, 1.69s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "14it [00:24, 1.69s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "15it [00:25, 1.69s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "16it [00:27, 1.68s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "17it [00:29, 1.68s/it]/tmp/ipykernel_1595771/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1185: RuntimeWarning: All-NaN axis encountered\n", + " miny = np.nanmin(masked_verts[..., 1])\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1186: RuntimeWarning: All-NaN axis encountered\n", + " maxy = np.nanmax(masked_verts[..., 1])\n", + "18it [00:30, 1.72s/it]\n" + ] + }, + { + "data": { + "image/png": "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Y8qUKTFv3rxYvXp1ZGZmxg477BDdunWLzp07V8kYP8jNzY3Zs2fH3LlzY+XKlZGbmxsZGRnRpEmTaN68efTo0SNatmxZpWPWtq3hPnNNfsYREd99911MnTo1lixZEitWrIiGDRtG27Zto3v37tGhQ4cqH686bNiwIaZPnx4zZ86M7777LtLS0qJZs2bRsWPH2Guvvap8faagoCCmTJkS33zzTSxdujQiIpo1axa77rpr9OjRI+rWrVul422tfrhe5syZEzk5OVG3bt1o0aJF9OrVK3bZZZcK97NixYr49NNPY/78+ZGbmxuNGjWKli1bxj777BM77LBDlc23qKgovv7665g9e3YsXrw41qxZExs2bIgmTZqUrOd17do16tSpU2Vj/tjWcK3l5+fHZ599FosXL47ly5fHmjVrokmTJrHDDjtEly5dokuXLtU+h3Xr1sWUKVNi9uzZkZOTEw0aNIhmzZpF165dY/fdd6/SdeMfmz17dsyZMyeWL18eK1asiIyMjGjWrFm0bds2evfuHfXr16+WcQEAtkVCcwAAAGzzDjvssPjmm29Kjn/xi1/E//3f/0XE94tGTz/9dDz88MMxe/bscttnZmbGySefHBdffPFGQ2hr1qyJMWPGxFNPPRWLFy8u95wWLVrEoEGD4uyzz4569ZL/n9zr16+Pd955J95999346KOPYu7cuZs8Py0tLbp06RInnXRSDBgwoEoCZCtWrIh77703XnzxxZLF0dIyMzPjuOOOiwsvvLBk4eujjz6Ks88+O+G8Rx55JPbbb7+k57B48eIYM2ZMvPXWWxv9zCIi0tPTo3fv3nHmmWfGMccck/TC02677ZZwfPHFF8ewYcMi4vtF6eeeey7GjBkTM2fOLLd93bp1Y999941LL7009txzz6TGLk9hYWE899xz8e9//zs++eSTKCgo2Oi5O+64YxxzzDFx3nnnVSg4OXDgwJgwYcJGXy/9syjPTTfdFCeddNJmzwMAAAAAat6YMWPK1H7yk5/EscceW/OT2Ywvvvgi7rvvvnjjjTc2eh+0ffv2cd5558WAAQMqtatdYWFhfPjhh/HWW2/FhAkTYubMmVFcXLzJNjvuuGMcd9xxMXDgwCoNt9Sk6rzP/GNXXXVVPPfccyXH7du3jzfeeKPkuCY+4x97/fXXY8yYMTFx4sTYsGFDuefssccece6558YJJ5xQsp5Q+t75vvvuG48++uhmx9vU+sLGbG4dZc2aNfHQQw/Fk08+GcuWLSu3j8zMzDj66KNj+PDh0bZt283Oc1O+/fbbuPvuu+O1116LVatWlXtOdnZ2nHTSSXHBBReUXBPPPvtsXH311Qnnvf7661ttKHFz8509e3bcd9998fLLL5fZqfMH3bt3j0suuSQOOeSQjY4zceLEGDVqVIwfPz6KiorKvF63bt3Yf//946qrropdd921Uu9lzpw58eqrr8ZHH30UkyZNiry8vE2e37hx4zjggANi0KBB0bt370qNWVpNX2ulFRcXx8svvxzPPfdcTJgwYZM/g1atWsURRxwRgwcPjjZt2iQ1zl133RV33313Qm3GjBkl//f8+fPjvvvuixdffDHWrl1bbh8tWrSI008/Pc4777wKP7x1U+bMmRNjxoyJd999N2FdvLT69evHPvvsE7/85S/jwAMP3Gy/5X03/djdd99d5mdRWul/AwAAtibV8xgJAAAA2AosXrw4Tj/99Lj22ms3Gb7Ky8uLRx99NE444YT48ssvy7w+adKk+PnPfx533XXXRgNzERHLli2Lm2++Oc4444zIyclJaq4PP/xwHHDAAXHxxRfHk08+udnAXMT3C0P//e9/4+abb45+/frFK6+8ktSYpb3wwgtx9NFHxyOPPLLRwFzE9z+vp556Kn7+858nLIpvqXXr1sXNN98cRxxxRDz00EOb/Mwivn/66cSJE2PEiBFxwgknbDTclqzFixfHGWecEddcc80m+ywqKooPPvggBgwYELfffvsWjfnaa6/FscceG7/73e/iww8/3OQfMkR8vxj317/+Nfr37x+PP/74Fo0NAAAAAGzbFi5cGB988EGZ+plnnlkLs9m44uLiuOOOO+Lkk0+Ol19+eZP3Qb/55pu44YYb4tRTT43vvvsuqXFeeOGFOPDAA2PQoEHx6KOPxowZMzYbmIv4/r7rvffeG4cddtg2ed91a7jPXFOf8Q9WrFgRQ4cOjaFDh8aECRM2GuKJ+D7I95vf/CbOPvvsWL58eaXGqy4TJ06MY489Nu65556NBuYivl+fefbZZ+Poo4+O119/vdLjPfLII/Gzn/0snnnmmY0G5iIiVq5cGQ899FAce+yx8e6771Z6vK3V448/HieccEI8//zzGw3MRURMnz49Bg8eHDfeeGOZ75L8/Py47rrr4swzz4x333233MBcxPdrSu+9916ceOKJ8Y9//COpea5YsSJ+8YtfxNFHHx233nprvPfee5sNzEV8v9Pjyy+/HKeeemoMHTo06bXL0nOo7Wtt4sSJcfLJJ8cll1wSb7311mZ/BkuWLInHH388jjjiiLjzzjs3OedkPP7443HcccfFs88+u9HAXMT368Z33XVXHHfccRVa992YFStWxG9/+9v42c9+FuPGjdtkYC7i+4e0vvfeezFo0KAYOHBgLFq0qNJjAwCkAqE5AAAAUtIPgbmpU6dWuM2iRYti0KBBsXDhwpLae++9F7/85S/j22+/rXA/U6dOjfPPPz8KCwsr3OaLL76INWvWVPj80latWhXDhw+P+++/v1Ltx40bF5dddlmsXLmywm3y8vLiqquuiieeeKJSY/7Y0qVLY+DAgfHQQw9tcmFyY2bMmBGnnXZavP3221s0j6+//jr+53/+JyZPnpxUu1GjRlUqOFdcXBx/+ctf4qKLLop58+Yl3X7NmjVx/fXXx8iRIze6EAsAAAAApLY33nijTJCjZcuWcdhhh9XSjMrasGFD/PrXv4777rsvqXuZn3/+eZx55pmRm5tb4TazZs2KFStWVGaaERGxdu3auP766+Paa6+tdB81aWu5z1yTn3FExPLly+Occ85JOjw2YcKEOOusszYZFqtJb775Zpx77rmbfGhjaevWrYvhw4fHO++8k/R4t99+e9x4440VCl39YMWKFTFkyJB48803kx5vazVq1Ki4/vrrIz8/v8JtHnnkkYS1oPz8/LjooouSWicrLCyMq6++Ol577bUKt8nNzY3PP/+8wueX5/XXX4//+Z//qVSAamu41p588sk455xzYvr06Um3zc/Pj3vvvTcuuuiipH7vy3PbbbfF9ddfn9Ra5jfffBNnnHFGUtf4D+bMmRMDBgyIv//975X6fp4wYUKccsop8emnnybdFgAgVdSr7QkAAABAVSsoKIiLLrqo5El7aWlp0bdv3zjggAOibdu2kZGREYsWLYp33323zNN3ly1bFtddd1389a9/jVmzZsXw4cNj3bp1ERHRoEGD+OlPfxr77LNPtGjRIoqKiuLrr7+Ol19+Of773/8m9DN16tT429/+FhdccEGl3sPOO+8cu+++e3Tu3DlatmwZWVlZkZ6eHrm5ubFw4cL4/PPP4/333y+ZW8T3C+O33XZbdO3aNQ499NAKj/Xqq6/GddddV+aPKurWrRt9+vSJAw88MFq3bh116tSJJUuWxEcffRQffPBByRNib7jhhrj00ksr9T4jvv+ZDxgwoNwnI3bt2jX22Wef6NKlSzRp0iQiIr777ruYMmVKvP322wmL6Lm5uTFs2LAYN25cdOvWLel55Obmxvnnn1+yaJWWlhZ77bVXye9NZmZmrFixIiZNmhSvvvpqmQWx0aNHx2GHHRa9e/eu8JjXXnttPPnkk2Xq2dnZccABB0T37t2jefPm0aBBg1i9enX897//jXfffTfmzJmTcP6TTz4ZjRs3jl//+tfljrPjjjuWPEF02bJlZZ5Uu/vuu292rk2bNq3o2wIAAAAAatBHH31Upta3b9+oV2/r+dOw22+/Pf71r3+VHLdt2zYOOeSQ6Nq1azRr1izy8vJi1qxZ8corr8SCBQsS2s6ZMyduvfXWGDlyZKXGbt++feyxxx7RpUuXaN26dWRlZUWDBg0iLy8vlixZEl988UW89957sXr16oR248aNi65du251O/aVVlP3mTenJj/jwsLCuOCCC2LGjBllXmvZsmUcfvjhseuuu0azZs1i1apVMWfOnHj99ddLxp01a1b85je/qdT7rEpffPFF3HbbbSXrLQ0aNIj9998/+vbtGy1atIh69erFwoUL4/333y+znlVYWBi/+93v4j//+U80bty4QuONGTMmRo0aVaaenp4eBxxwQOy3337RqlWrKCoqikWLFsV7770Xn3zySWzYsCEKCwvjsssui/POO2/L33gte+211xLCby1atIhDDz00unXrFs2aNYvc3NyYMWNGvPjii2XWU+6///44/PDDo1evXnH99dcnBBd32WWXOPTQQ6NTp07RuHHjWLVqVXzyySfx8ssvJ4TzNmzYENddd13st99+Ff7sfiwzMzN69uwZnTt3jp122ikaN24cWVlZUVBQEDk5OfHVV1/FRx99FLNmzUpoN3fu3Lj00kvjscceq/C/D1vDtXb//ffHrbfeWqaemZkZBxxwQPTs2bNkLXX16tUxb968GD9+fJmA3RtvvBG//e1vK/UQzIjv/03461//WnK8ww47xMEHHxw9e/aMHXbYIdavXx/z5s2L1157rcy68XfffRcjR45MaL85X331VZxxxhnlhg579eoVe++9d+y8887RpEmTKCgoiKVLl8bkyZPjnXfeSfh9W7p0aQwePDiee+65aNu2bZm+MjMzE9YJv/zyy4TXW7RoES1atNjkXFu1alXh9wUAUNO2njsjAAAAUEVeeeWVksWAbt26xQ033BA9evQoc96gQYPi3XffjeHDhyc8WfCtt96KiRMnxo033lgSyvrZz34WV111Vbk3/S+66KL461//GnfccUdC/a9//WsMHDgwGjRosNk5/xDQOumkk+Lggw+ONm3abLZNbm5u/O1vf4tRo0aVLKgWFxfH1VdfHW+++WaFxl2+fHlce+21ZQJzPXv2jP/93/8tN0x1/vnnx9dffx0jR46M8ePHR1FRUdxzzz2bHas8GzZsiMsvv7xMYG6vvfaKq6++eqMBtHPOOSdycnLi3nvvjTFjxpTMf/369TFs2LD45z//GY0aNUpqLmPHji0JwvXu3Tuuvfba6N69e5nzzjzzzFiwYEEMHz48YcGtqKgo/vKXv8SDDz5YofGeeeaZMn/IkJ2dHZdddlmceOKJUb9+/XLbFRcXx2uvvRbXXnttfPfddyX1Bx54IPr27Rv9+vUr0+bGG28s+b/vuuuuuPvuuxNe/+c//1mhOQMAAAAAW5/ydiDq1atXLcykfEuWLInRo0dHRERWVlZcddVVcfLJJ0fdunXLnDtixIj4y1/+UnL+D8aNGxcXXnhhtG7dukJjdu3aNU455ZQ45JBDolOnTps9Pz8/P5588sm44447Ys2aNSX1//u//4vDDz+8wuPWtJq8z7wpNf0Zjxo1KqZNm5ZQS09Pj2HDhsV5550X6enpZdpcffXVMW7cuLjlllsiLy+vwuso1em2224rWZc44YQT4oorrih3HeqCCy6Ijz76KIYPHx4rV64sqS9evDieeOKJGDx48GbHmjNnTtx2221l6gceeGD84Q9/iA4dOpR5bciQIfHFF1/Eb3/725g+fXrk5eXFAw88kMQ73Dr9EMCqW7duXHzxxTFo0KByr5VLL700rr766njllVdKasXFxXHnnXfGgAED4umnn46I78NTI0eOjGOOOaZMH6effnoMGzYsBg8eHHPnzi2pL126NMaOHRsXXnhhhebcpEmTOP744+Ooo46Kvfbaq9zf8dImTZoUN954Y8K1Mnny5Hj44Ydj0KBBFRq3tq+1Dz74oEzIrUGDBnHRRRfFGWecscm1wI8++ih+97vfxfz580tqL7zwQvTt27dSYeg//vGPEfH9+x8+fHicc8455f7eXHLJJfHoo4/GTTfdFBs2bCipv/XWWzFlypTYc889NztWXl5eXHLJJWUCc/369Ytf//rX0blz5422Xbp0adxyyy3x/PPPl9RWrFgRw4cPjyeffDLq1KmTcH7Pnj0T1gl32223hNdPO+20GDZs2GbnDACwtaqz+VMAAABg2/JDYG6fffaJxx57rNzA3A8OOuiguOGGG8rUhw8fXvKHBoMGDYrbbrtto0/Jq1OnTvzqV7+K//mf/0mor169Ol599dUKzfmaa66JcePGxamnnlqhwFzE9wvPF198cdx///0JT4Rcvnx5hUNQd955Z8KCeMT3TyB+9NFHN7n7WMeOHWP06NFx5JFHRkQk7HiXjAcffDA+/PDDhNqZZ54ZTzzxxGZ3bGvSpElcddVVCYGwiIgFCxbEE088kfRcfliY7tevXzz66KPlBuZ+0KFDh3jooYfKPFlx/Pjx8e233252rAULFpT5vevUqVP885//jAEDBmz0Dxkivg9YHnHEEfHMM8+U+V259dZbywQgAQAAAIDUlZ+fX2bXrojY5H3xmlZQUBDFxcWRnZ0dY8eOjVNPPbXcMFVEREZGRlxxxRVx6qmnJtSLiorimWeeqdB45557bvzrX/+Kc845p0KBuR/GHThwYDz++OMJIYz8/Px4/PHHK9RHTdua7jPX5Ge8cOHCMrul1atXL2677ba48MILNxomSktLi9NPPz1Gjx4dmZmZEVH5tY2q8sO6xCWXXBK33HLLJndr2m+//eKee+6JtLS0hPrf//73Co114403loz3g6OPPjruv//+cgNzP9hjjz3i0Ucfjb322isiav9nVhXy8/OjTp06ceedd8bQoUM3eq00atQobrvttujatWtC/f333y/ZFbFly5bxxBNPlBuY+8FOO+0Uo0ePjoyMjIT6s88+W6H5tmrVKt599934/e9/H/vuu2+FAnMREXvvvXeMHTs2DjrooIT6o48+GoWFhZttX9vX2po1a+KKK65ICJ41b948nnrqqRg8ePBmH5653377xbPPPlsmBHbXXXfF2rVrk57P+vXrIyMjI0aPHh2DBw/e6O9NWlpanH322XHJJZeUee2HoOXm3HLLLfHVV18l1K644ooYNWrUJgNzEd//Tv7pT3+Kiy++OKH+6aef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PXsm3c/kyZOTOj89PT322GOPhNpnn30WGzZsSHrsiIgpU6YkdX6PHj2iTp3E2xIff/xxpcbe1vTu3TvheO3atTF9+vRamg0AAAAAsK1r165d7L///mXqY8eOrYXZ1J7S99sjIvr27Zt0P8neb68N2+t95vLCQsmuT/xg6tSpWzibbUO7du2iZcuWCbXKvvcNGzbEZ599VhXTogLy8/Pju+++S6j16dMn6X6Kiori008/TapNbV9r5Y0/ceLESo2/LSn93R6x/ayfAgBUF6E5AAAAqEUrVqxIOG7atGml+nnxxReTbrPnnnsmHC9dujQ++uijpPuZM2dOTJs2Lak22dnZ0b1794Ta7NmzK/2Uym3JAQccUKb2yiuv1Nj4devWLVMrKiqqsfEBAAAAgKp3zjnnlKmNHz8+Xn755VqYTe0ofb89onL33Ctzv72m1fZ95trSu3fvMrsq/vvf/65UX//617+qYkrbhNJBnE8//TTmz5+fdD/jx4+PZcuWVdW02IzyvtOys7OT7uftt9+OvLy8pNrU9rX205/+tExte/iO22233aJ58+YJtYkTJ5b7u1BdSq8jWkMEALZ1QnMAAABQixo2bJhwnJOTk/RubxMmTKjUE2SPPfbYMrUHH3ww6X4q0yYion///mVq999/f6X62pYceuihZRacxo0bFzk5OTUyflZWVplasoulAAAAAMDW5dBDDy13B6KRI0fGkiVLqnSsf//737F48eIq7bMqlL7fHlF+6GRT5s+fH6+//npVTana1PZ95trStGnTMmGaTz75JOndAefPn79dBHB+UN560AMPPJB0P5VdD6JyMjMzy9QqE57629/+lnSb2r7W9tlnn2jcuHFC7ZVXXom5c+cm3de2JC0tLQ477LCE2tq1a+ORRx6psTmUXke0hggAbOuE5gAAAKAWtWzZMuF43bp1MXHixAq3X7t2bfz+97+v1Nh77rlndOvWLaH27rvvxj//+c8K9/HBBx/E3//+90qNf9ZZZ0WTJk0Sas8//3y8+uqrlepvW9G+ffs44YQTEmpr1qyJq6++OoqLi6t9/PKerPz1119X+7gAAAAAQPW6/vrro379+gm1lStXxrnnnhsLFy7c4v7z8/Pj5ptvjssvvzwKCgq2uL+qVvp+e0TE+++/X+H2GzZsiGuuuWab2FWntu8z16bTTz+9TO3aa6+NtWvXVqh9YWFhjBw5MvLz86t6alutI444Ilq0aJFQe/rpp+Pjjz+ucB/PPvtsjB8/vqqnxiY0bty4TBj4vffeS6qPp59+OiZMmFCp8WvzWsvMzIxzzz03oVZUVBS//vWvU/7aHTx4cNSrVy+hNnr06Jg6dWqNjF967dYaIgCwrROaAwAAgFrUt2/fMrXbb7+9Qn9wsG7durjkkku26KmKQ4cOLVP77W9/W6GnPn788cdx0UUXVXoBvnHjxjFo0KCEWnFxcVx55ZXx2muvVarPiIi33347rr322kq3rwlDhw6NjIyMhNprr70Wv//97yu92LdgwYK44YYbYubMmZs8r2vXrmVqb7/9dqXGBAAAAAC2Hl26dInf/e53ZeqzZs2KAQMGVDo4EfH9A9ROOumkeOihh7ZkitWqvPvt9913X6xZs2azbTds2BAjR45MKkRU22rzPnNt6tevX3Tv3j2hNmPGjBgyZEisXr16k23Xr18fv/71r+ODDz6oziludTIyMuKCCy5IqG3YsCF+9atfxSeffLLZ9i+88EKMHDmyuqbHJpTeQXTChAkVXtN555134n//938rPXZtX2vnnntuNGvWLKH26aefxvDhwzc7/sZ89913cfvttycVqK5pO+64Y5x00kkJtYKCghg6dGhMmjSpUn0WFRXFf/7zn7j99ts3e27pdcSPP/7YbnMAwDZNaA4AAABqUa9evaJ9+/YJtUmTJsWwYcNi+fLlG2336aefxplnnlmyMNaoUaNKjX/EEUfEMccck1ArKCiIYcOGxaWXXhoTJ06MDRs2lBl75MiRcfbZZ0dubm5EROy1116VGv/888+PAw44IKGWl5cXF198cfz+97+v8NML586dG6NGjYrjjjsuBg8eXKFF3trUsWPHuP7668vUn3766Tj11FPjzTffrFAYcc2aNfGvf/0rhg4dGkceeWQ89thjsX79+k222XXXXcv8vtx///3x7LPPxrp165J7IwAAAADAVuXUU0+NIUOGlKkvXrw4Bg4cGIMHD45JkyaVue9bnnXr1sULL7wQZ5xxRpx77rnx3//+tzqmXGVatWpVJmAyb968GDRoUHzzzTcbbTd79uw4//zz4+mnn46IiHr16pXZ3WlrVJv3mWtT3bp1449//GOkp6cn1D/88MM45phj4vHHH4/vvvsu4bVVq1bFc889F8cdd1y88MILEfH9bkq77LJLjc27tp199tll1nJWr14dZ511Vlx77bUxbdq0hNeKiopiwoQJMXz48BgxYkTJwx4rux5E5Rx99NFlapdeemm89NJLG22zbt26uPvuu2Po0KEl6z6VWUes7WutUaNGcfvtt5fZde3NN9+Mk046KZ5//vkoLCzcbD/r16+P1157La644oro169fjBo1qtKhu5py1VVXlQmvLVu2LM4+++z405/+FEuXLq1QP19++WXcfvvtccQRR8Rll10WX3755WbblPc9MWLEiJg1a1bF3wAAwFak3uZPAQAAAKpL3bp146KLLoprrrkmof7mm29G//7948gjj4zevXtHs2bNIi8vLxYuXBjvvPNOfPrppwmL3b///e/jN7/5TaXmcN1118WsWbPKPDn2xRdfjBdffDEaNmwYLVq0iLp168aSJUvKPE2we/fuMXTo0DJPKa1bt+5mx65Xr17ccccdcdppp8Xs2bNL6sXFxfHUU0/FM888Ez169Ii+fftGhw4dIjs7OzZs2BA5OTmxfPnymDlzZkybNm2Tf/CwtfrFL34Rs2bNitGjRyfUv/jiixgyZEi0a9cu9ttvv9h9990jOzs7GjRoEKtXr47Vq1fH3LlzY9q0aTFz5swK7Ur4Y+np6XH88cfH2LFjS2p5eXlx9dVXx+9+97to06ZNZGVlRZ06ic9aGj58ePTv37/ybxgAAAAAqBEjRoyIhg0bxh133FEmNPX222/H22+/HdnZ2bH//vtHly5dolmzZiW7+eTk5MTXX38d06dPjylTpsTatWtr4y1U2rBhw+Lcc89NqE2ZMiWOOuqo6N+/f/Tp0ydatGgR+fn5sXjx4nj//ffjk08+SQheDB06NJ555plt4r5zbd1nrm277757/P73v49rr7024Xd86dKlcf3118cNN9wQzZs3j+zs7Fi1alUsX748ioqKEvr4wx/+EE888UTC2kTp++KppE6dOvGnP/0pzjrrrFi0aFFJfcOGDTFu3LgYN25cZGVlRcuWLaOoqCiWLl1a5kF7hx56aBx55JExefLkhHpF1oOonBNPPDHuv//+mD9/fkktLy8vLrnkkujevXv069cvdtxxx0hPT4/vvvsupk+fHm+++WasXLmy5Pxdd901Dj300DLfExVR29fa/vvvH7/97W/jD3/4Q0J9/vz58etf/zpuvvnm2HfffaN79+6xww47RGZmZuTm5sbq1atL/i374osvtrmHRmZlZcV9990XAwYMiGXLlpXUCwoK4oEHHoiHH3449tprr+jTp0+0adMmmjZtGgUFBbF69epYunRpfPnllzFt2rQKh+t+7MQTT4w777wz4d/Ft956K956661o2rRpNG/evMwup61atarU7xcAQE0QmgMAAIBadvLJJ8f48ePj3//+d0I9Ly8v/vGPf8Q//vGPTbYfMmRInHjiiZUOzWVnZ8fDDz8c5513XnzxxRdlXl+7du1Gd3zr2rVrjBo1Kr766qsyr1X0qZVNmzaNcePGxZVXXhlvvfVWwmtFRUUxderUmDp1aoX62tZcccUV0bZt27jpppvK/FHCt99+G88991y1jDt06NB49dVXyyyWFRUVbfQPQVatWlUtcwEAAAAAqt6QIUOie/fucc0118SSJUvKvL5y5cp48cUXk+63QYMGcfbZZ0erVq2qYppVbv/994/BgwfH/fffn1AvKCiIl156aZO7M0VEHH/88SWhuW1Fbd1nrm0DBgyItLS0uPbaa8vsnFhcXBzLli1LCJv8IC0tLa655po49thj49FHH014rTK7cW1LOnbsGI899licc8455a4F5ObmRm5ubrlt991337jttttKdg/7sVT/udWm9PT0uPPOO+OMM84oE2KePn16TJ8+fZPtW7duHaNGjdqi74HavtbOOOOMaN68eVx99dVlfj+XLVsWL7zwQrm/l9u6Dh06xN///ve45JJLyqyTFhQUxIQJE2LChAlVPm6rVq3iV7/6Vdx1111lXlu1alW564Vb+859AMD2LXUfjQIAAADbkJtuuilOOeWUpNrUr18/fv/738eIESO2ePwddtghnnrqqbj44ovLPB2wPHXr1o0BAwbEE088Ea1atSp3gSSZBa+mTZvGqFGj4pprrokWLVokNffS2rdvHyeddNIW9VGTzjzzzBg7dmz06dNni/pp0KBB/OxnP4t27dpt9tyWLVvGww8/HN27d9+iMQEAAACArddBBx0UL730UgwZMiSaNGmyRX1lZmbGgAED4uWXX47LL7+8QveRa8tll10Wv/rVryItLa3CberWrRtDhgyJm2++Oal2W4vauM+8NTj11FPjqaeeqvC97o4dO8YDDzwQZ599dkR8v7PijzVu3LjK57i16dixY/zzn/+MM888s0K7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flWF5goLC2P48OHx+uuvJ912hx12iMcee6xSW73/4Q9/iLFjxybdrkGDBvHAAw/EPvvsk3RbAAAAAAAAAAAAAAAAoPrVq+0JsH279dZbywTmmjVrFmeddVYcfvjh0bZt21i5cmVMmzYtxowZE59++mnJecuXL48hQ4bEc889l9SW748//niZwFxmZmacdtppccwxx0THjh0jNzc3Zs6cGY899li8//77JeetW7cuLr744vjHP/4Rbdu2reS7BgAAAAAAAAAAAAAAAKqLneaIiLI7zWVmZkaPHj2iR48e0bNnzxgxYkTC61Wx09yXX34ZJ554Yvz4V3DXXXeNBx98MFq3bl3m/OLi4rjpppvi4YcfTqifd9558Zvf/KZCYy5btiwOP/zwWLt2bUmtdevW8eCDD8auu+5abpuHHnoobrnlloR5HnXUUfGXv/ylQmMCAAAAAAAAAAAAAAAANcdOc0RERK9evaJnz54l/+2yyy5Rp06dktdLh+aqwh133JEQRMvKyorRo0eXG5iLiEhLS4trrrkmFixYkLA73dixY+Pcc8/daLsfGzVqVEJgrm7dunHvvfduNDAX8X0ob+HChfHII4+U1F555ZWYPn16dO/efbNjAgAAAAAAAAAAAAAAADWnzuZPYXvw9NNPx8iRI+MXv/hFdOnSJSEwVx2++OKLePPNNxNqw4cPj7Zt22627XXXXRcNGjQoOV63bl08+OCDm223bNmyGDduXELtzDPPjB49emy27YgRI6JVq1Ylx8XFxXHvvfduth0AAAAAAAAAAAAAAABQs4TmqBUvvvhiwnFmZmaccsopFWrbqlWrOPLIIxNqL7/88mbbvf7661FQUFBynJaWFmeffXaFxszMzIyTTz45ofbOO+9Ebm5uhdoDAAAAAAAAAAAAAAAANUNojlrx+uuvJxwfccQR0ahRowq3P+mkkxKOFy1aFNOmTUtqzD59+kTHjh0rPWZ+fn689957FW4PAAAAAAAAAAAAAAAAVD+hOWrct99+G1999VVCbd99902qj7322ivS09MTam+99dZGz8/Pz48PPvhgi8bccccdo02bNhUeEwAAAAAAAAAAAAAAAKh5QnPUuBkzZpSp7b333kn10aBBg+jWrVtCbebMmRs9f+7cuZGfn79FY5bXZlNjAgAAAAAAAAAAAAAAADVPaI4aN3v27ITjevXq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AAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKEJoDAAAAAAAAAAAAAAAAIGUIzQEAAAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKEJoDAAAAAAAAAAAAAAAAIGUIzQEAAAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKEJoDAAAAAAAAAAAAAAAAIGUIzQEAAAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKEJoDAAAAAAAAAAAAAAAAIGUIzQEAAAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKEJoDAAAAAAAAAAAAAAAAIGUIzQEAAAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAAAAAAAACAlCE0BwAAAAAAAAAAAAAAAEDKEJoDAAAAAAAAAAAAAAAAIGUIzQEAAAAAAAAAAAAAAACQMoTmAAAAAAAAAAAAAAAAAEgZQnMAAAAAAAAAAAAAAAAApAyhOQAAAAAAAAAAAAAAAABShtAcAAAAAAAAAAAAAAAAAClDaA4AAAAAAAAA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AAAAAAAAAKg+QnPUikaNGsWdd94ZmZmZJbWvv/46TjzxxLjpppti4sSJsWrVqigsLIzVq1fH1KlT44477oif//znMX369JI2LVu2jPvvvz+ysrI2OtaSJUsSjkuH3yqqXbt2Ccf5+fmxcuXKSvUFAAAAAAAAAAAAAAAAVI96tT0Btl+9e/eOJ554Iq644or473//GxEReXl5MWbMmBgzZswm26alpcWRRx4ZI0eOjBYtWmzy3B/vShfxfWCvMsoL5uXl5UXz5s0r1V9tKygoiIKCgtqeBgAAAADAZqWnp1db3wUFBdt0/zUxxrbef02MURP9U77q/t3ZGljTAQAAAAAAtnW1saYjNEet2n333eOf//xn/Oc//4lnn302Pvjgg8222X///eO3v/1t7LrrrhUao3RorkGDBpWaa3ntcnNzK9XX1uCLL76I7777rranAQAAAACwSfXq1YvevXtXW/8zZsyIHj16JNRG3PJ55OQWJt1Xk6x6cfuV3Tbbf1Wr7jG29f5rYozq7v/zzz+PwsLkfye3B3369KntKVQ7azoAAAAAAMC2rjbWdITmqHVz586NDz/8ML744osKnf/BBx/EueeeG+eee26cffbZUb9+/U2ev3bt2oTjjIyMSs2zvNBc6UAeAAAAAMD2pl691FtqyMktjNWVCM0BAAAAAAAAsHVIvZVsthmFhYVx5513xgMPPBAbNmwoqaenp0ePHj2ic+fO0bhx48jNzY25c+fG1KlTY/369RERsWzZsvjzn/8czz//fNxzzz2x44471tbbAAAAAADYblX3LnAREdOmTavW/gEAAAAAAABIPUJz1IqioqK4/PLL46WXXiqppaWlxVlnnRVDhgyJFi1alGmTk5MTY8aMib/+9a9RWPj9E35nzpwZ55xzTowbNy5at25d7lgNGzZMOM7Pz6/UnNetW1emlpmZWam+AAAAAABqSnXuBFe3bt1q63tTRtzyeeRUYie4Jln14vYru1XDjAAAAAAAAADYmgjNUSseeOCBMoG5W265JY4//viNtmnSpEkMHz48+vbtG4MHD46CgoKIiPj222/jt7/9bTzwwAPltisdbCsv/FYR5bXLysqqVF9bgz322CPat29f29MAAAAAAKpZenp6bU9hi+y2225lajm5hbG6EqG5ivZflaq7/5oYY1vvvybGqO7+u3UT9tyeWdMB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vCYwd+6558bNN9+86I5u/f39ceaZZ8bll18ev/ZrvxYvvfRSfO1rX4uBgYEl53r++efj1ltvrTk2ODgYd955Z5x//vnVY5s2bYpXv/rV8ba3vS2++MUvxtjYWMzPz0dExIsvvhi33HJLfPazn230QwYAAAAAAAAAAAAAAABaqCvtBli75ufn47/8l/8SMzMz1WMXXHBB3HPPPYsG5hZz2mmnxa5du+Lcc89d8trPf/7zcfTo0eq4u7s7du/eXROYO96uXbvi2muvrTn2zW9+M37wgx8sqz8AAAAAAAAAAAAAAAAgWUJzpObee++N73//+9VxX19f3HHHHbFp06amz/X888/HfffdV3PsAx/4QFxyySVL3jsyMhJbt26tjufn52P37t1N7xEAAAAAAAAAAAAAAABYPaE5UvHKK6/EHXfcUXPsN37jN2JwcLAl8+3bty9mZ2er43Xr1sWHPvShZd3b29sbV111Vc2xBx98MEqlUlN7BAAAAAAAAAAAAAAAAFZPaI5UfPvb345nnnmmOu7t7Y2rr766ZfPt27evZnzZZZdFPp9f9v1XXnllzfjYsWPxne98pym9AQAAAAAAAAAAAAAAAM0jNEcqvvrVr9aM3/a2t0Vvb29L5jp27Fg89NBDNccuv/zyFdV4zWteE9u2bas59sADD6y2NQAAAAAAAAAAAAAAAKDJhOZI3Pz8fPzP//k/a4696U1vatl8Tz/9dBw7dqzm2Bvf+MYV1zn+nieffHJVfQEAAAAAAAAAAAAAJ1coFOLss89e9L9CoZB2ewBAm8ql3QBrz1NPPRVHjhypOXbBBRfUjIvFYjz88MPx4x//OEqlUgwMDMTpp58eF1100QnXLme+45133nkr7vv4e3784x+vuAYAAAAAAAAAAADAWlEoFGJ4eHjRcxMTE5HP5xPuCACAtUJojsT9/d///QnHfuZnfiYiIqampuIzn/lM/OVf/mXMzs4uev+WLVvife97X1x33XWxcePGJec7ePBgzbi7uzsGBwdX3Pe2bdtqxqVSKaamphqqBQAAAAAAAAAAAABJEF4EANairrQbYO05PsR2yimnxIYNG+J//I//Ef/qX/2r+PM///O6gbmIiOeeey727NkTV1xxRXz7299ecr5nn322Zrxly5bo7u5ecd9nnXXWCcempqZWXAcAAAAAAAAAAAAAAABoHTvN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ycmJnXbaKZo1axbdu3eP5s2bV+qapSksLIxJkybF7NmzY/ny5VFYWBi5ubmx9957x1577VWm8d98803MmjUrFi9eHPn5+RER0ahRo2jUqFF07tw5OnbsuE2fQ3FxccyYMSO+/vrrWLFiRSxfvjwiIvLy8qJ169bRqVOnaNeuXWRlZW3TPspr1qxZMXv27Fi2bFksX748cnJyokmTJtG6devYa6+9om7dutt0/U0/vxkzZsSiRYtizZo1Ubdu3dh1112jb9++23Tt8jr00EOTQnMrVqyIJUuWRIsWLco9b2FhYXz++eexcOHCWLZsWaxevTp22mmnaNq0aey+++6x++67V7T1Uq1ZsyY+//zzWLx4cSxfvjxWrVoV9erVi4YNG0aHDh2iU6dOKe+wVx7ffvttTJkyJeE917Rp02jRokXsvffeUa9evUpZp6QpU6bE7NmzY9GiRbFu3bpo2LBh7LbbbtGzZ8/Izc3dJmuWpio/8zNBcXFxTJs2Lb7++utYtmxZfPfdd9GwYcNo2rRp7LLLLtGtW7cqCax63QAAAACg5toe9gfXrFkTEyZMiEWLFsWyZcuisLAwmjRpEs2aNYuuXbtGq1atKrXP0nz11VcxderUWLBgQRQUFER2dnY0b948TjzxxLTn2rBhQ0yZMiW+/PLLWLp0aaxbty4aNGgQXbp0id69e1d+89tYcXFxTJkyJaZNmxZLly6NjRs3RvPmzaN169ax7777Rk5OTnW3uM0UFhbGxIkTY+HChbF06dJYs2ZNNG7cOJo1axa77757dOjQoUr6mD9/fnz++efx7bffxpo1a6JRo0ax8847x7777hs777xzlfQAAAA1idAcAACQ4JFHHkmqHXTQQfHjH/+46pvZiilTpsT9998fb7/9dhQVFaU8p23btnH22WfHaaedVq6rVq5fvz4++eSTeOedd2L06NExffr0KC4u3uKY9u3bx09+8pPo169fNG3aNO01X3jhhbjqqqsSam+99VbssssuERExY8aMePjhh+ONN96IgoKCpPEnnXRSqaG5KVOmxH/+85/49NNPY8KECVFYWLjFXpo2bRqHH354nHvuuZUaavjss8/iySefjE8++SSWLl26xXN33nnn6N27d/zf//t/45BDDkkKd/Tr1y9Gjx5d6vguXbpstZ9bbrklTj755DL1Pnv27HjkkUfi/fffj3nz5pV6Xt26deOAAw6IgQMHxsEHH1ymuTeZO3du9OnTp9Qely9fHkOHDo0XXnghFi9enDS+bdu2NTY01759+5T15cuXpx2aKy4ujpEjR8aIESNi9OjRKX8fNmnRokUcddRRcd5551XKxvm6devi2Wefjddffz3Gjx9f6mdQRERWVlZ06dIlDjvssDj55JPT3hhduXJl/POf/4w333wzvvzyy1LP2/SeO/300+Ooo45Ka41U1qxZEw899FC8+OKLMXfu3JTn5OTkRN++feP888+Pzp07R8TW37+lufLKK2PEiBGbj9u2bRtvv/325uNt/Zlf8rOkV69e8dhjjyWdl+r5fd+IESMSnkdppk2blrJe8jPrwgsvjIsuumir85U0e/bsePjhh+Pdd99N+TmxSePGjePggw+Oc845J7p27Zr2OtX9ugEAAAAAFVeT9wdfe+21ePbZZ+Ozzz7b4r7WHnvsEcccc0wMHDgw8vLy0l5nS9/NFhQUxPDhw+OZZ56JOXPmpBz//dDcp59+GmeddVbC448++mgceOCBEfG/C+Q9/PDD8e9//zu+++67pLl69eqVFJo78sgjE/alTjrppLj11lvL/gT/f0OGDIl77rknoVba99Xft6Wfz+rVq2Po0KHx9NNPl/p9dMOGDaNv375x4YUXbt7z3JJU+6Xfd9VVV23x8YjSv+ff2uuTjo8++igee+yx+OSTT7a4T9WuXbvo27dvnHPOOeW6AOvWXv8333wzHn744Rg/fnzK8VlZWdGjR4+48MIL47DDDkt7fQAA2F4JzQEAAJvNnz8/Pv7446T6mWeeWQ3dlK64uDjuuuuuePDBB2PDhg1bPHfevHlx4403xvPPPx8PP/xwNGvWrMzrvPrqq/HHP/5x893Pyuqbb76J++67L4YOHRqXX355pf787rvvvrj33ntj/fr1aY2bOXNmXHDBBfHVV1+lNW7ZsmXxwgsvxIgRI+KnP/1pXHfddRW6CuTUqVPjT3/60xZDbiUtWbIkXn755Xj55ZfjiCOOiAceeKDc61fE8uXL469//WuMGDFiq++7iP+Fqj744IP44IMPolevXnHbbbdVSlhr1KhRceWVV8aKFSsqPFd1aNCgQcr66tWr05pnzJgxcfPNN8fkyZPLdP6iRYvi8ccfj2effTbOPffcuOiii8p9d60nn3wy7r333i0Gkb6vuLg4pk6dGlOnTo0HH3ww7rrrrjjmmGPKNPaxxx6LIUOGpNw0L+n777l99tknbrjhhjKFRlP5+OOP4+qrr45vv/12i+cVFhbGq6++Gm+++WYMHjw4zjvvvHKttyVV9ZmfKdasWRN//vOf49lnny3TvytWrFgR//73v+OVV16J//t//29ce+210ahRowr34XUDAAAAgO1DTd0f/OKLL+K6666Lzz//vEznz5gxI2bMmBGPP/54XHLJJXH66adXSh8TJkyISy65ZKvfl5fVs88+G3/6059izZo1lTJfdZs4cWIMHjw45s+fv8XzVq1aFSNGjIjXX389Lr300ujfv38VdbhtzJkzJ/7whz/EBx98UObzNwULzz333Dj//PPLvU/1fatWrYrLL788Ro0atcXziouLY+LEiXHeeefFSSedFDfddFPUqePPhwEAyHwV/3/dAABAxnj77beT7qLWvHnzOPLII6upo2QbN26Myy+/PO6///4yBZc2+eKLL+LMM8+M/Pz8Mo+ZOXNm2oG571uzZk388Y9/jOuvv77cc3zfDTfcEHfddVfagbmI/wXP0g3MfV9xcXE8++yzceaZZ6Ydbtrk1VdfjdNPPz2twFxJ6bx+lWn27Nlx2mmnxXPPPZfW+26T0aNHx09/+tOYOHFihfp49dVX44ILLthuA3MR/9u8SyU3N7fMczz99NPRv3//Mgfmvq+wsDDuu++++PWvf73FK36msm7durjsssviD3/4Q5kDcyUVFxeX6X28YcOGuO666+Kmm24qU2CupHHjxsUZZ5yR8g8dtmbUqFFx3nnnpfUHAEVFRXH77bfHX//617TX25Kq/MzPBMuWLYv+/fvHk08+mfa/K4qLi+Oll16KM844o8J//OF1AwAAAIDtR03cH3zvvffizDPPLHNg7vuWL18e119/fdx0002xcePGCvXx2WefRb9+/SotMPfwww/HtddemzGBuc8//zz69++/1cDc961ZsyZuvvnmuOOOO7ZhZ9vWpEmT4vTTTy9zYO77CgoK4u67745LLrlki3dOLIvly5fHGWecsdXAXEkjRoyIK6+8skJrAwDA9sKlIgAAgM0+/fTTpNr+++9fo64yd8cdd8TLL7+8+bh169Zx2GGHRefOnaNJkyZRUFAQM2fOjDfeeCPmzp2bMHb27Nlx++23x3XXXVeutdu2bRs/+MEPYvfdd4+WLVtGbm5u1KtXLwoKCmLRokUxZcqU+OCDD5JCQU899VR07ty5QlfkfPbZZ+OJJ57YfNygQYP40Y9+FPvuu280a9YsiouLY8GCBfHpp5+W6aqEjRo1ih49ekTHjh2jffv2kZeXFw0aNIi1a9fG8uXL48svv4wPP/wwaRNw4sSJce2118add96ZVv9PPfVUqeHBli1bxo9+9KPo0qVLNGnSJLKzs+O7776LOXPmxKRJk2L8+PGxbt26Uudu3759rFy5MiL+Fw5csmRJwuN77rnnVvvb0l2VvvzyyzjjjDNSBpd69uwZ++67b+y2226x0047RVFRUSxevDjGjRsX7733XsJm1+LFi+O8886LESNGROvWrbfaU0kzZsyI4cOHb97grV27duy3335x0EEHRatWraJevXqxcOHC+OKLL2LKlClpz19Vpk2bllSrVatW7LLLLmUa/+CDD8btt9+eVG/QoEH88Ic/jB49ekTz5s0jNzc3Vq1aFV9//XV89NFHSQG7t99+O6655poyb8oWFRXFOeecE5999lnK/rt16xa9e/eO1q1bR+PGjaOwsDBWrFgR06ZNi4kTJ8aXX35ZpnU2+f3vfx/PP/98Ur1u3bpxyCGHxP777x/NmzePtWvXxrx58+Ktt95K+tmuXr06fvnLX8awYcNiv/32K9O6EydOjIsuuiiKioqSHuvZs2ccdthh0bp166hbt24sWbIkxo4dG++///7mAOJDDz0UTZo0Seu5bkl1fuaXJjs7O+FzZebMmQk/r0aNGpXrd7yi1q5dG/3794/p06cnPdakSZM46qijokuXLtG0adNYsWJFzJo1K0aOHBmLFi1KOHfTZ96//vWvaNy4cbl6qYmvGwAAAACQWk3bH/zkk0/i/PPPT3lhsB/84AdxxBFHRNu2baNevXqxePHiGD16dHzwwQdJAaTHHnssNm7cWO7vGhcvXhwXXnhhwh5Vz54940c/+lG0bds2cnNzY9GiRTFz5sx4/fXXtzrfhx9+GA8++ODm45ycnDjwwAOjV69e0bx586hdu3YsWLAgJk6cmPZF/6rDypUrky5Q2LVr1zjyyCOjTZs2kZOTEwsXLoyPP/44Pvnkk6TX84EHHogmTZrEgAEDUs7fqFGjzd/FFxUVxcyZMxMeb9269Rb39yL+t4dY2WbOnBn9+vVL+Rp16NAh+vbtG7vuumvk5eXF4sWLY+LEifH2228nnT9y5MgoLCyMBx54oFx9rF+/Pn79618n7Al07do1Dj744GjXrl00bNgwvvvuu5gwYUK8+eabSfvXL7/8cvTt2zeOPfbYcq0PAADbi5rzl68AAEC1++KLL5JqPXv2rIZOUlu0aFE89NBDEfG/u1JdeeWVccopp0Tt2rWTzr300kvj7rvv3nz+Jk899VT86le/ipYtW5Zpzc6dO8dPf/rTOOyww6JDhw5bPb+wsDCefvrpuPPOOxPuyHbrrbdG3759y7xuSd9/HqeffnpccsklKYMpgwYNKjVg1rx58zjppJPiqKOOiu7du281XFdcXBzvvfde3HzzzQl3qXvttdfi2GOPLfMmyrhx4+Kmm25Kqrdr1y5+85vfxHHHHRdZWVmljl+9enW888478fjjj6d8/E9/+tPm/z1kyJC45557Eh5/8cUXy9RnKgUFBXHxxRcnBeaOOOKIuPzyy6NTp06ljl28eHH85S9/iZdeemlzbfny5TF48OB4+umnyxRu/L5hw4ZtvmNTr1694vrrr4/dd9895blbChlWt5EjRybV9thjj8jLy9vq2I8//jgp5FavXr349a9/HWecccYW5/j000/j2muvjW+++WZz7dVXX43999+/TIHWW265JWVg7uijj45LL700OnbsuMXxX3/9dfz73/9OCL+W5tVXX00ZmOvTp09cf/31KT9HLr744hg1alRcf/31sXDhws31oqKiuPzyy+PFF1+Mhg0bbnHdwsLCuPLKK5MCcx06dIibbropDjjggKQxAwYMiKVLl8bNN98c//73vyMi4u67797qcyyL6vjML4uWLVsmfK4ceeSRMW/evITjW2+9tdLWK6ubb745KTBXu3bt+OUvfxkXXHBB1K1bN2nMVVddFUOHDo277ror4Q9K5s+fH9dee23S52lZ1NTXDQAAAABIrSbtDy5fvjx+97vfJQWs2rRpEzfccEMceuihSWMGDhwYCxYsiOuvvz7eeeedhMcef/zx+OEPfxh9+/ZNu5fnnntu875Mly5d4oYbboh99tkn5bnXXnvtVud7+OGHN9/R75hjjomrrrqq1Auw1eR9nk2efvrpzX22bNkybrzxxjjssMOSzjv33HNj1qxZcfXVV8e4ceMSHvvb3/4Whx56aMo9lj59+kSfPn0iImLu3Lmb//cmgwcPjpNPPrmynk6ZFBYWxm9+85ukAFzjxo3j6quvjhNOOCHluO+++y5uvfXWeOGFFxLqo0aNimHDhkX//v3T7uWNN97Y/PPv0KFD/OEPf4jevXsnnXf66afH5ZdfHpdffnnSnfHuuusuoTkAADJeen+hBwAAZKzCwsKku71ERHTv3r0aukmtqKgoiouLo3HjxvHEE0/EqaeemvKP8CP+d3XGyy67LE499dSE+oYNG1KGUVIZMGBAvPzyy9G/f/8yBeY2rduvX794/PHHEwI8hYWFpYa+ymLTptyVV14ZN9xwwxbv5JQqGNGzZ89455134re//W307NmzTIGtrKysOOyww+KZZ56Jrl27Jjz2yCOPlKnvTZtHJUM4vXr1ihdeeCF+/OMfbzEwFxGRl5cXP/nJT+LJJ5+MW265pUzrVpa//OUvSXcIu+yyy+KBBx7YYmAu4n8hxdtuuy0uvPDChPrEiRPLdMXRkja9B44++uj45z//WWpgLiL1e6AmmDFjRsrfv+OPP36rY1evXh2XXXbZ5jvtRUQ0a9YsnnnmmTjvvPO2Gro78MAD44UXXoguXbok1IcMGRJr1qzZ4tj33nsv6fc3KysrrrjiihgyZMhWA3MREbvuumv8+te/jrfffjsOOeSQUs/Lz8+PP/zhD0n1U089Ne69994thoiOOOKIePzxx5POmTdvXpnuDvnII48kXam1Y8eO8cQTT6QMzG3SrFmzuP3226Nfv34R8b87nlWGqv7M357997//jaeffjqhVqtWrbj55pvj0ksvLfUzoXbt2nHuuefGkCFDIjs7O+GxN998M2XIdWu8bgAAAACw/ahp+4N/+9vfEi4MFxGxyy67xJNPPpkyMLdJq1at4oEHHki53/D73/++XN9bb9qX2XfffeOJJ54oNTAXUbZ9mU3z9evXL+6+++5SA3Nlna+6bQpstWjRIh5//PGUgblNOnbsGMOGDYtevXolzXHDDTds0z4r0z//+c+YOnVqQq1x48YxbNiwUgNzEf+7a94tt9wSgwYNSnrsr3/9a9J7viw2/fx79OgRTz/9dMrA3CZNmzaN+++/Pzp37pxQnzVrVowZMybttQEAYHsiNAcAAERExMKFCzdf3fD7dt5552roZstuvvnm2HPPPct07m9/+9ukjaWSV9ErzdbuyrQle+65Z/zmN79JqD333HPlni/if1edHDhwYLnG1q9fP+rUKd/Nxhs1ahR//vOfE2rjxo1LCpOlMmLEiPj2228Tah06dIi///3vsdNOO6Xdyy677JL2mPJauHBh0mt2xhlnxC9/+cu05rnoooviRz/6UUKt5F2Vyqpt27Zx6623JoVbtgeTJ0+O8847L+FuVhH/20z9+c9/vtXxTz31VCxZsmTzca1ateK+++5LCsFtScOGDePee+9N+PktX748nn322S2Ou++++5Jqv/rVr+Lss88u89qb1K1bN5o3b17q4yNGjEi6s2GPHj3ihhtu2GrANOJ/d3C86667ks594YUXkub9vo0bN8ZTTz2VUKtTp07ceeed0axZs62uGxFx9dVXR48ePcp0bjqq6jN/ezZs2LCkWv/+/ePEE08s0/jDDz88Bg8enFQfOnRouXvyugEAAABAzVeT9geXLVsWL774YkKtdu3acc8990SrVq22Oj4rKytuueWWpGBQqnnLqmHDhnHnnXdu9cJ9ZdWzZ8+46qqrKmWumuKvf/1rtGvXbqvn1a1bN+6+++5o3LhxQv2TTz6J6dOnb6PuKk9RUVEMHz48qX7LLbeU+bvwSy+9NOnCihW58OpOO+2U8meayqaL2JXku3gAADKd0BwAABAREStXrkxZL0+waVvq1atX9OnTp8znN27cOOnKhlOmTEm4W9W2cvzxxycEV5YuXRqzZ88u11y1atWK3/3ud5XVWto6d+4c3bp1S6j997//3eq4hx9+OKn25z//ORo0aFBpvW0rjzzySMId8vLy8uK3v/1tuea64IILEo6/+OKLmDdvXtrzDB48OHJzc8vVQ1Vbs2ZNzJs3L9544434zW9+E6eddlpSgDI7Oztuv/32rT6nwsLCpFDQiSeeGHvvvXfafbVr1y7pap9vvvlmqeePGTMmxo0bl1DbY4894qKLLkp77bJIteF63XXXlenukJvss88+cdJJJyXUCgoK4oUXXih1zPvvv5/0njzllFPSCiXWqlWr0jf7t6fP/OqycOHC+M9//pNQa9asWcoQ3JYMHDgw6a6q48aNi8mTJ6fdk9cNAAAAALYPNWl/8Lnnntt896xNTjvttPjBD35Q5jnq1KkTv//975Pqqb57L4sBAwZEy5YtyzU2ld/97ndRu3btSpuvuh1zzDFx4IEHlvn8Jk2apNxfKXlRv5rojTfeiMWLFyfUDjvssDjyyCPTmue6665Leg88/fTTCXuSZXXWWWdFmzZtynz+wQcfHE2bNk2olWcPAAAAtidCcwAAQERErF27NmW9Indb2xZ+9rOfpT2m5J2PCgoKYuHChZXVUqkaNmyYdIemCRMmlGuugw46qErvspbKrrvumnA8fvz4LZ4/Y8aM+OabbxJq+++/f7mCTtVh5MiRCcfHHXdcua8kuu+++yZtMI8ePTqtOfLy8uLYY48t1/rbyogRI6JLly4p/9l7773jyCOPjIsuuiheeeWVpM2+xo0bx4MPPhi9evXa6jrjxo2LRYsWJdR++tOflrvvww8/POF4woQJSXfA2+Stt95Kqg0YMKDcd27ckvnz5ycFa7t37x49e/ZMe65Ud+/78MMPSz3/k08+SaqV52e83377RceOHdMeV5rt6TO/unz88cexYcOGhNoJJ5yQdjg5Ozs75c97S++b0njdAAAAAGD7UJP2B1N9F3nGGWekPU+vXr1ijz32SKhNnz49lixZktY8WVlZFdqLKKlDhw5xwAEHVNp8NUF5vgs+4YQTom7dugm19957r7Ja2mYq6/3Zvn37OPjggxNqK1asiC+++CLtuU499dS0zq9du3bSRVLLe8FXAADYXlT+X3gBAADbpeLi4pT1798prSYoS8CmpPbt2yfVVq1aFa1bt05rnuLi4pg0aVJMnjw5pk+fHgsWLIj8/PxYvXp1rF+/PuWY7777LuG45J22yiqdqzSW1TfffBPjx4+PadOmxZw5c2L16tWxevXqKCwsTPl+mD9//haPS0oVCit5h6+aat68eUl33dp3333LPV+tWrWiTZs2CVds/eKLL5LuBrYle+21V9SrV6/cPdQUTZo0iZNOOinOO++8aNKkSZnGfPbZZwnH2dnZSQGbdJQMoK5bty5mzpyZ8mq1Jd/H2dnZ8X/+z/8p99pbMnbs2KTaMcccU665evbsGbvsskvMnTt3c238+PFRXFyc8nO9ZKC3adOm5QrrRfwvlDhr1qxyjS2pOj/ztxep3jflDdged9xxcdttt211/q3xugEAAADA9qGm7A9u2LAhJk6cmFDr2LFjUvitrI499tiYMWNGQm3s2LFx9NFHl3mOXXfdNVq1alWu9VMpz/emNVmDBg3ihz/8YdrjGjZsGL1794533nlnc23OnDmxbNmypLug1SQlvytv0KBBHHLIIeWa67jjjot33303af699tqrzHO0b9++XHdBLPld/KpVq9KeAwAAtidCcwAAQEREqWGclStXxs4771zF3aRWt27dcm1OpboaZjobAKtWrYp//OMf8dJLLyUFqdJV3o2Hrl27VmjdTTZu3BjPPfdcPPPMM/H5559XaK7vB8BSGTduXFKtIsGzqpQqJHL//ffHsGHDyj1nybvuLV++PK3xlfUeqG69evWKM888s8yBuYjUr0d5rl66Scm73kWkfj0KCwtjypQpCbU999wz6tevX+61t2Ty5MlJtYqEA7t3754Qmlu1alV88803SXeNjPjfVXa/ryLvt1Thw/Kors/87U3Jq89mZ2fHnnvuWa652rZtG02bNo1ly5aVOv/WeN0AAAAAYPtRU/YHZ8+eHQUFBQm17t27l3u+VN+tT548Oa3QXGXvy2TKPs8me+65Z9SuXbtcY7t27ZoQmouImDRpUhx66KGV0FnlKygoiK+++iqh9oMf/KDcz7+092c6Uu31lEXJ7+JXr15drnkAAGB7ITQHAABERESjRo1S1mtSaK60HremTp3k//Qp7c5wJf3nP/+J66+/PpYsWVKutUsqbwCgWbNmFV575syZcdlll6UdgCjN1jZRli5dmnBcp06d6NSpU6Wsva0tWLAgqVYy9FZRK1asSOv8yngPVLZGjRqlvAtUYWFhrFixIiF4s8nIkSPjo48+invuuScOOuigMq1T8vUoKiqKqVOnlq/pUqR6PZYvXx4bNmxIqHXu3LlS1y25XkkdO3Ys93y77757yjVKbqSuX78+6bOpbdu25V635J38yqs6PvO3RyXfN23bto26deuWe77dd9894Q6L6QZ8vW4AAAAAsP2oKfuDqb6HrMieUqqx6X7XWdn7MjVxn6cidtttt3KPTbX3kWpPqaZYsWJF0l0ZK/L+7NixY9SqVSs2bty4uVZd38X7Hh4AgEwnNAcAAERERMuWLSMrKyvpC/+lS5dWKLRRmbKzs6t0vZdffjmuuOKKpNBMRZR34yEvL69C606fPj369+9fqRtOW3su3333XcJxXl5eZGVlVdr621K6gbbyWLduXVrnV/Q9sC0ceeSRceutt5b6+KJFi+LNN9+MBx98MCH4tmrVqhg0aFA8+uij0bNnz62uUxWvx9q1a8u0bnk3Icsi1d0bd9ppp3LPl2psyd/L0tatyPst1R3D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LqzUOStD/fr1k2rphqW++eabeOuttyqrpXIreVXOiPSfS1FRUQwfPjzttTt16pR01cX//ve/2/QOfLm5uUm18twVLCsrK4488siE2po1a+LRRx8td2/8P/37908Kb06cODFGjRqV8vwDDjggaTP4jTfeiK+++mpbtbjZUUcdlVQbNmxYrF+/vtLXat26dXTq1CmhNmnSpHJdTTfVFYAPPvjgUs8/5phjksJfjz76aNrPc/jw4bF27dq0xmzvSn7ubKs7EZamd+/eSa/dSy+9lHYf69evj2eeeSapvqX3DQAAAACQGWrC/mCq7yKfeuqptOcfM2ZMTJ8+PaHWpUuX2HnnndOeqyYpuef21VdfxapVq9Ka4+WXX67U77BTfae8NS+++GKsW7cuoXbooYducUxl7f9VRGW9P+fMmZMUtmvSpEl07dq13L0BAAClE5oDAACS/PGPf4y6desm1FasWBEDBgyI+fPnV3j+wsLC+POf/xy//e1vo6ioqMLzVbbmzZsn1T788MMyj9+4cWNcffXVVX6Fw1Qq+lwiIu65555yh5N++ctfJtWuvPLKbbaRleoueuW50mZExHnnnZd05cqHHnqo0q7AuSNr2LBhWneba9CgQdL5GzZsiMsvvzwKCwu3QYf/z9577x0HHHBAQm3GjBlbvDNeRZx55plJtRtvvDGKi4vLPMfEiRNjxIgRCbUGDRrEySefXOqYVq1axRFHHJFQmz59ejz44INlXnfmzJnxwAMPlPn8TLHTTjslHJf3M6e8WrZsGX379k2oLVmyJO6555605hk2bFjMnj07obbvvvvaqAcAAACAHUR17w+ecsopSes/9dRTMXXq1DKvsX79+rjxxhuT6v369Uu/4RqmW7duCcfr16+P1157rczjV61aFffdd1+l9jRy5MgYM2ZMmc9fsWJFyv2V008/fYvjcnNzk/bsqvq7+KOOOipp33XUqFHx7rvvpjXPTTfdlHTBwtNOOy2ys7Mr3CMAAJBMaA4AAEiy++67x7XXXptUnzlzZpx22mkxevTocs/98ccfx8knnxz//Oc/K9LiNrX//vsn1e6///5YvXr1Vsdu3Lgxrrvuuvjss8+2RWtpa9asWXTo0CGh9vLLL5d5g/H5559PKzRT0vHHHx/t2rVLqH311Vfxq1/9KlauXJn2fHPnzt3i4507d06qpbtZtUn79u2TQkZFRUVxwQUXxNixY8s154YNG+KVV16JO+64o1zjM8lZZ50VjRs3TqhNnjw5/vOf/6Q8f8CAAdGkSZOE2sSJE2Pw4MFpX0l1k6VLl8Ydd9yx1SDpr3/966Ta3//+9xg6dGjaaxYWFsbixYtLffzEE09M+rmMHz8+5SZ/KvPmzYvBgwfHxo0bE+qnnHJKUrirpEGDBiXdsezuu++Oxx57bKvrzpgxIwYMGLDD3WUuIvlzZ8aMGZXyByTpSBVCHTp0aLzyyitlGv/ee++l/Fw6++yzK9oaAAAAALCdqO79waZNm8aJJ56YUFu/fn0MHjy4THe7Ky4ujmuvvTZpD6xZs2Zx/PHHl6vvmuTggw+OWrUS/9zz3nvvLdMeybp16+Lyyy/f6j5befz2t78t07yFhYVxySWXxPLlyxPqBx54YMr9ve+rVatWdOrUKaH2wQcfJO2FbEvZ2dkpw5dXXHFFfPnll2Wa46677op33nknoVa3bt0444wzKqNFAAAgBaE5AAAgpVNPPTUGDRqUVF+4cGH069cvzjvvvBg7dmyZNiPWrl0br776apxxxhkxYMCAmDFjxrZoudK0aNEi9ttvv4Ta119/Heecc07Mmzev1HGzZs2Kc889N5599tmIiKhTp07Ur19/m/ZaFscdd1zCcVFRUZx77rnx6aefljpm5cqVcdNNN8U111yz+TXOy8tLe+3s7Oy44447IicnJ6E+evToOOWUU+K1117b6h20CgoK4tVXX40zzzwzrrrqqi2eu8ceeyT1+eCDD8YLL7xQrjDPlVdembRRt2TJkjjrrLPitttu22L46fumTp0ad9xxRxx11FHxm9/8Jq2romaqvLy8OOecc5LqQ4YMSfmeyMvLizvuuCPpSqKjRo2Kk08+OV566aWkK3Omsm7duvjPf/4Tl112WRxxxBHxwAMPbHVDuXfv3jFw4MCEWnFxcdx6660xePDgpLtzpTJnzpy4//7748gjj4z333+/1PNyc3Pj+uuvT6o//vjjMXjw4FiyZEmpY999990444wzkgJbbdu2jYsvvnirPfbo0SPl87zpppti4MCB8f777ydd/ffLL7+M2267LU466aTNf7Swzz77bHWtTLLvvvsmHG/cuDEuvvji+Pzzz6u0h5///OdJbdynwQABAABJREFUffzud7+LIUOGlHpHxg0bNsQ///nPuPDCC5Ne26OOOiqOOuqobdYzAAAAAFDzVPf+4G9+85to2bJlQu3rr7+On//85/HRRx+VOm7hwoVx/vnnx4gRI5IeS3UHve1R69at4+CDD06oLViwIM4555wtXsht8uTJ0a9fvxg1alRERKX9LDbNs2DBgjjzzDO3uPcxe/bs6N+/f3z88cdJc/zhD38o03ol9x5mz54d11xzzRb3bivbwIED4wc/+EFCbfny5dGvX7949dVXSx23cuXKuOaaa1Le6e+yyy5Les8DAACVp87WTwEAAHZUl156adSvXz/uvPPOpBDLu+++G++++240btw4evfuHbvvvns0adJk852gVq5cGXPmzInJkyfH+PHjY82aNdXxFMrtoosuSrpzz/jx4+OYY46JPn36xH777Rc777xzFBYWxsKFC+PDDz+M//73vwmhnQsuuCCef/75Kt2sSWXAgAHx+OOPJ9zZbfHixXHWWWfFAQccEAcffHC0bds2srKyYsmSJTFu3Lh47733oqCgYPP5vXv3jpYtW8a//vWvtNfv0aNHXHfddfH73/8+4X30zTffxCWXXBKtWrWKgw8+ODp37hxNmjSJOnXqxMqVK2Pu3LnxxRdfxNixYze/f3r16rXFtbKzs+P444+PJ554YnOtoKAgrrrqqrj22mujVatWkZubm3QlzsGDB0efPn2S5svNzY37778/TjvttISwUlFRUTz88MMxbNiw2GeffWK//faLVq1aRaNGjaKoqChWrVoVixcvjqlTp8akSZPKHK7b0fziF7+IoUOHxrJlyzbXpk6dGiNHjoxjjz026fzevXvHNddcEzfccENC/ZtvvonLL788/vznP0evXr2iW7du0bRp02jQoEHk5+fHqlWrNn8eTZkypVwByssuuyy++OKLpLDpyJEj480334zu3btH7969o02bNtGoUaNYt25dfPfddzFjxoz4/PPP0wpK/vjHP44PPvggnn/++aS13n333Tj00ENjv/32i+bNm8e6deti7ty58fbbb8eUKVOS5srOzo7bbrstGjZsWKa1L7744pg0aVJ88sknCfWPPvooPvroo8jJyYnmzZtHTk5OLF26NOmOkW3bto2rr746fvaznyXUS/7OZZI+ffpE48aNY8WKFZtrEyZMiJ/+9KeRm5sbLVq0SPlHCC+++GKl9nHllVfGf//735g+ffrm2vr16+Oee+6JJ598Mvr27RtdunSJJk2axMqVK+PLL7+MN998MxYsWJA0V+vWreOmm26q1P4AAAAAgO1Dde4PNm7cOP7yl7/EOeeck7DnNnfu3Bg4cGB069YtjjjiiGjbtm3UrVs3Fi9eHJ999lm8//77sW7duqT5zjzzzOjbt285fgo10+DBg+PDDz+MDRs2bK5NmDAhjj322DjqqKNi3333jSZNmkRBQUF8++238fHHH8fYsWM3v44dOnSII444IoYOHVrhXk477bR4/fXXY9GiRbFgwYI499xzo1u3bnHkkUdG27ZtIzs7OxYuXBiffPJJfPzxx0kXbov4X0iyY8eOZVrvlFNOiaeeeiqh9sILL8QLL7wQTZs2jaZNmyZdeLF79+7xpz/9qfxPsoScnJy4/fbb46c//WnCPuqyZcvi0ksvjSFDhkTfvn2jffv2kZubG0uXLo0JEybE22+/Hfn5+UnzHX744SnvXgcAAFQeoTkAAGCLBg0aFN26dYurr756812Evm/FihXx2muvpT1vvXr14qyzzooWLVpURpuVrnfv3nHeeefFgw8+mFAvKiqK119/PV5//fUtjj/++OM3h+aqW+PGjeOvf/1rnH/++QmbaBERn332WXz22WdbHN+5c+e466674pZbbil3Dz/72c8iNzc3rrrqqqTA0oIFC+K5554r99wlXXDBBfHmm28mBdU2bNhQaoDxu+++K3W+XXbZJZ577rm4+OKLY8KECQmPFRUVxejRo2P06NEVb3wH1KBBgzjnnHPitttuS6jfe++9cfTRR6cMWp1xxhnRrFmzuOqqq5I2GJcsWRKvvvrqFq/mWV516tSJhx56KK6++ur497//nfDYxo0bY+LEiTFx4sRKW+/GG2+M2rVrxzPPPJNQX7t2bbzxxhvxxhtvbHWOvLy8uOeee5LunLklOTk58fe//z0uuOCC+PDDD5MeLywsLPX3qFWrVvHQQw8lbUpv6iVT1a1bN6688sq48sorkx7Lz88v050IK0O9evVi2LBh8atf/Srpvbh06dJ4+umnyzRPp06d4uGHH47GjRtvgy4BAAAAgO1Bde4PHnTQQXHffffFJZdckhBMivjfXdMmT55cprX69esXV199ddo91mQ9evSICy64IIYMGZJQX7t2bbz88svx8ssvlzq2efPm8dBDD1XaBd122mmnuPfee6N///6bX6d0Xp9BgwYlXcB0S3r27Bknn3xyvPDCC0mPLVu2LOECjd/vsbJ16tQpHn300fjVr34VS5cuTXhs1qxZSXvLpTn66KPjr3/9a2RlZVV6jwAAwP+TuZf5BgAAKs0hhxwSr7/+egwaNKjCmwsNGjSI0047LUaOHBm//e1vIycnp5K6rHy/+c1v4vzzz09rs6J27doxaNCg+POf/1yjNjkOO+ywuOuuu9IOrhxxxBHx+OOPR6NGjSrcw49//ON44okn0grwlNSsWbOtntO8efMYNmxYdOvWrdzrlNS6desYPnx4XHDBBWW+Y1dpOnXqFMcdd1wldbb9O/PMM2PnnXdOqE2fPn2Lm+3HHHNMPP/883HEEUdUaO06derEEUccEV26dCnT+XXr1o3bb789fv/735fpvVjammUJI9WuXTtuvPHGuOaaa8r1+7f33nvHE088Eb179057bL169eLhhx+Oa6+9tsyfGcccc0w899xz0alTp5Qh1Ir+3tR0J510Utx0002Rm5tbrX00bdo0Hn300Tj99NNThhe3JCsrK37yk5/Ek08+GW3atNlGHQIAAAAA24vq3B887LDDYvjw4dG9e/e012rcuHH84Q9/iGuvvTblxfm2dxdeeGFcdNFFae1DduvWLZ5++ulo3759pfbSs2fPeOSRR6Jly5ZlHlO/fv246qqr4tJLL017vRtuuCHOOuusan9de/ToEU8//XT88Ic/THtsgwYN4qKLLoq77ror6tatuw26AwAAvs+d5gAAgDLJzc2NSy+9NH71q1/F66+/HiNHjowxY8bE6tWrtzq2WbNmsddee8Wxxx4bRx99dNSvX78KOq64rKysuOSSS+LQQw+N+++/Pz744IPYuHFjynPr168fffr0iV/+8pex5557VnGnZXPUUUdF165d4+9//3u8+OKLSXd826RWrVqx//77x4ABA6JPnz6V2kO3bt3iiSeeiPfffz+efvrp+OSTT2LVqlVbHNO6des45JBD4vjjj48DDjigTOt06tQpnn/++RgzZky8+eabMXXq1Pj6669j9erVsWbNmqQ77pVFTk5OXHzxxXH22WfHk08+GW+//XZ8/vnnsX79+i2Oy87Ojh49esQPf/jDOPzww6NHjx5pr53J6tevH7/85S+T7mR4zz33xHHHHVfqxuduu+0WDzzwQEydOjUef/zx+Oijj2Lu3LlbXa9x48Zx4IEHxo9+9KPo27dvucJvv/jFL+Lkk0+OJ554IkaOHBmTJk0q9bMh4n+/Uz169IjDDz88TjnllLQ2j88666w44YQTYujQoTFy5MiYNWtWqefWrVs39t9//zj99NPj6KOPTus5peq5X79+cfzxx8dbb70Vb775ZsyePTsWL14c69ati7y8vOjQoUMccMAB8ZOf/CQheLhkyZKk+SojeFvT/exnP4vjjjsu3njjjfjkk09ixowZsXDhwsjPzy/183ZbqF+/ftxwww3Rv3//ePjhh+O9995LuvPm9zVu3DgOPvjgOOecc6Jr165V1icAAAAAUPNV5/5gt27d4rnnnovXXnstnn322RgzZkwUFhaWev7uu+8exxxzTAwcODDjL+R24YUXxmGHHRZ33nlnfPLJJ6XuVe26665x1llnletCa2W11157xSuvvBIPP/xwPPPMMynv+BYRkZeXF0cddVT8+te/jnbt2pVrrZycnLjmmmvi7LPPjldeeSUmTJgQM2bMiOXLl0d+fn4UFRVV5KmkpV27djF06ND48MMP47HHHotPP/006c6IJc/v06dPnHvuudG8efMq6xMAAHZ0WcXFxcXV3QQAALB92rhxY8yePTu+/vrrmD9/fhQUFERhYWHk5uZGo0aNonHjxtG5c+do27ZtdbdaKVauXBn//e9/49tvv42VK1dG7dq1o0mTJrHbbrtFz549a/Rd80oqLCyMCRMmxOzZs2PFihWxcePGaNiwYbRv3z569OhRpjthVYYNGzbE5MmTY+7cubF8+fJYuXJl5OTkRG5ubrRt2zY6depUo+94VFBQEJ9//nksXrw4VqxYEStXroy6detGbm5uNGvWLHbbbbfYddddIzs7u7pb3SF8++23MW3atFi+fHmsWLEi1q1bFw0aNIi8vLxo06ZNdOzYMa3AWll999138fnnn8eSJUti+fLlsXbt2qhfv340btw4OnToELvvvnvad3kszbx582LKlCmxfPnyWL58eWRnZ0fTpk2jRYsWsffee9eIUPIdd9wRDzzwwObj7OzsGDt27Hb1GZlJiouLNweHly5dGqtWrYq8vLxo2rRp7LLLLtG9e/dqvyovAAAAALD9qK79wYKCgpgwYUIsWrQoli1bFkVFRdGkSZNo2rRpdO3aNVq3bl2p620vVq1aFWPGjImFCxfG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AAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkRk2lCwAAAAAAAIBKSqfT0draOuKxzs7OSKVSZa4IAAAAAAAA2BF2mgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEqOm0gUAAAAAwFSUTqejtbV1xGOdnZ2RSqXKXBEAAAAAAAAAACSD0BwTSl9fX6xevTrWrl0b3d3dkclkYubMmdHY2Bh77rlnLFy4MGbOnDmua27atCmeeOKJeP755yOTycSMGTNizpw50dLSEvvuu++4rgUAAAAAAAAAAAAAAACUltAcE8IvfvGLuP3222P58uXx+uuvFxw3bdq0+OM//uP44Ac/GCeccEJUVVWNec1HH300vvrVr8ZDDz0U/f39I47Zc88944wzzojFixfH9OnTx7wWAAAAAAAAAAAAAAAAUB5Cc1TUpk2b4vLLL4/vfOc7oxrf398fDz30UDz00EPx9re/Pa644orYa6+9ilqzr68vrrjiirjtttu2O/a5556LL33pS/HNb34zrr766qLXAgAAAAAAAAAAAAAAAMqrutIFMHVt3LgxPvKRj4w6MDfcY489FosXL461a9eO+pxcLhef+tSnRhWYG2rNmjWxePHiWLduXbFlAgAAAAAAAAAAAAAAAGVkpzkq5u/+7u9i9erVeX077bRTnHLKKXHcccfF/Pnzo6GhIbLZbKxbty5+8pOfxH/8x3/Eq6++Ojj+lVdeiY9//ONx3333RW1t7XbX/Nd//ddYvnx5Xt+sWbPijDPOiOOOOy7mzp0bmzZtihUrVsTSpUvjV7/6Vd5a5513Xtx9993R0NCwg48eAAAAAAAAAAAAAAAAKAWhOSriBz/4QTz00EN5fbvvvntcf/31sd9+++X119fXx+zZs6O1tTXOPPPM+PjHPx5r1qwZPP6b3/wmvv71r8ff/M3fbHPNVatWxde//vW8vvnz58eNN94Yzc3Ng31vetObYs8994wTTzwxrrjiirj55psHjz3//PNxzTXXxGc+85miHzMAAAAAkDzpdDpaW1tHPNbZ2RmpVKrMFQEAAAAAAAAA1ZUugKnp7rvvzmtXV1fHNddcs1Vgbrjdd989vva1r0VdXV1e/z333LPdNa+88soYGBgYbNfX18f111+fF5gbqqqqKi6++OI49thj8/pvv/326Orq2u56AAAAAAAAAAAAAAAAQPkJzVERDz/8cF77qKOOipaWllGdO3fu3DjppJPy+p555pl4+eWXC57z9NNPxwMPPJDX98lPfjLmzp273fUuvfTSqK2tHWz39vbGjTfeOKpaAQAAAAAAAAAAAAAAgPISmqPsenp6IpvN5vUddthhRc1x+OGHb9W3YcOGguO/+93v5rXr6uri1FNPHdVac+bMieOPPz6v73vf+96ozgUAAAAAAIiISKfTMW/evBH/S6fTlS4PAAAAAAAAEkVojrIbHpiLiNh5552LmmOk8X19fQXHL1++PK/93ve+NxoaGka93imnnJLX/t3vfhcrVqwY9fkAAAAAAMDYCZwBAAAAAAAAxRCao+xmzZoV1dX5P3qbN28uao6Rxu+6664jjn3hhRdi7dq1eX1HHHFEUesdcsghMX369Ly+H//4x0XNAQAAAAAAAAAAAAAAAJSe0BxlN2PGjJg/f35e3y9/+cui5hg+vrm5OebNmzfi2NWrV2/V9/a3v72o9Wpra6OlpSWvb82aNUXNAQAAAAAAAAAAAAAAAJSe0BwV8Wd/9md57Z/+9KcjhttGsmHDhrjrrrvy+k499dSC45955pm8dk1NTey1116jK3SIfffdN6/97LPPFj0HAAAAAAAAAAAAAAAAUFpCc1TEhz70oZg7d+5gu7+/P84///x47rnntnnehg0b4rzzzotsNjvYt8cee8Q555xT8Jx169bltZubm6O6uvgf/d12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4m1ve9s21zvvvPPizjvvjNdeey0iInK5XHziE5+IG264Ifbbb78Rz1m6dGncfPPNeX3HH398LFy4cDQPEQCAEkin09Ha2jrisc7OzkilUmWuCGB8LGlfGd1DvgUw29NVcGxbx6qoa9wYERFN9TXR0dZS8voAAAAAAAAAAAAmC6E5KqahoSEuu+yyuOCCCwb7fve738UHPvCB+Mu//Ms44YQTYp999ona2trYsGFDdHZ2xi233BLr16/Pm2f27NlxxRVXbHe92bNnx0UXXRSXX375YN+LL74YH/zgB+P000+PE088MfbYY4/IZrOxevXquPXWW+NnP/tZ3hw777xzfPazn92xBw4AAAAj6M7komdIaK43mys4NpPNRX914eMAAAAAAAAAAABTmdAcFfXe97432traor29fbCvr68vbr/99rj99tu3e/6sWbPi2muvjdmzZ49qvTPOOCPWrl0by5YtG+zLZDJx4403xo033rjNc2tra+Pqq6+O3XfffVRrAQAAAAAAAAAAAAAAAOVXXekC4Jxzzon29vaor68v6ryFCxfGN7/5zXjrW99a1HmXXHJJXHjhhTFt2rRRnzN37ty45ZZb4ogjjihqLQAAAAAAAAAAAAAAAKC87DTHhHDSSSfFO97xjrj++uvj29/+dmzevHnEcdXV1XHQQQfFRz/60TjxxBOjqqqq6LWqqqriggsuiOOOOy6uu+66WL58efT19Y04dvbs2XH66afHWWedVXSoDwAAAAAAporahuZYtPjeSpcBAAAAAJTBkvaV0Z3Jjencpvqa6GhrGeeKAAC2JjTHhDF79uy4+OKL4zOf+UysWLEifv3rX8crr7wSAwMDMWvWrJg9e3YccsghsfPOO4/LegsWLIirrroqXn311Xj88cfjueeei56enpg2bVrssssusWDBgmhpaRlTMA8AAAAAAAAAAAAAkqg7k4ueMYbmAADKRWiOCWfatGlx8MEHx8EHH1yW9RoaGuKoo46Ko446qizrAQAAAACMlt27AAAAAAAAAKB41ZUuAAAAAAAAAAAAAAAAAADGi9AcAAAAAAAAAAAAAAAAAIlRU+kCAAAAAACSKp1OR2tr64jHOjs7I5VKlbkiAAAAAAAAAIDkE5oDAKBs/MEwAACwpH1ldGdyg+1sT1fBsW0dq6KucWNERDTV10RHW0vJ6wMAAAAAAAAA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AAAAAAAAAAAg2exABgAAMHFUV7oA2JaBgYH4whe+sFVgbkfnvPbaa+OUU06J7373uwUDcxERGzZsiKuvvjr+9E//NH71q1+NWw0AAAAAAAAAAAAAAABAadhpjglt2bJl8ctf/nJc57zsssvi9ttvL+qcF154Ic4888y44YYb4vDDDx/XegAAAAAAAAAAmNqWtK+M7jHuTtVUXxMdbS3jXBHA/2Pv3sOrKu98gf9yw5AAKsgdbJVWAa3W6iBKdVrtadF6ar1rrY5orZdHOuVMC+qcGat2phZrU8epYq1TFaiOrbextdWp1jo6ojiCVBGoeGkEDGDBhB0uCeT80TkZNknIde+VvfL5PI/P43r3en/vL+/OCiGLbxYAAEBhE5qj16qpqYmbbrqpR2vOnz+/RWCuoqIizj777DjhhBNi7NixkclkYsWKFTFv3rx47rnnms/bsmVLXHHFFfHwww/HyJEje7QvAAAAAAAAAAD6rtpMY9R1MTQHAAAAQEvFSTcAbbnuuuti06ZNERFRXl4eRxxxRLfqrV+/Pm688casseHDh8f9998fs2bNikMOOST23nvvGDNmTBx33HHxL//yLzFr1qwoKipqPn/jxo3xne98p1t9AAAAAAAAAAAAAAAAALnjSXP0So8//nj85je/aT6+7LLL4u23346XXnqpyzXnzJkTmzdvbj4uKSmJW2+9NT760Y+2OefCCy+MNWvWxD333NM89sQTT8Rrr70WBx10UJd7AQAA6G1mzF4atf/9W4zr62raPG9m1bKoGLih+XhQZWlUzZyY8/4AAAAAAKDQ7fyz+M7ws3gAAADoPE+ao9epq6uL66+/vvn4Ix/5SFx00UXdqrl+/fq47777ssbOPffcOPjgg9udO2PGjBg2bFjzcVNTU9x6663d6gcAAKC3qc00Rt1//5epb/uGfab+f86ryzR26eY+AAAAAAD0RTv/LL4z//lZPAAAAHSeJ83R69x4442xbt26iIgoKiqKa6+9NsrKyrpV88knn4yGhobm46Kiojj//PM7NLeioiJOO+20uO2225rHnnnmmchkMlFZWdmtvgAAAAAAAAAAgPZ19SltEZ7UBgAAAH2RJ83RqyxcuDDuv//+5uNTTz01jjjiiG7XffLJJ7OODz/88Bg7dmyH55966qlZx9u2bYtnn322230BAAAAAAAAAADt6+pT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ofGkOXqFD33oQ3H00UfHpEmTYty4cTFkyJDYY489Yt26dbFo0aK4//77Y/HixVlz7rvvvhgyZEh87Wtf6/A68+fPj5/+9KdZYxUVFXH22WfHCSecEGPHjo1MJhMrVqyIefPmxXPPPdd83pYtW+KKK66Ihx9+OEaOHNmtjxcAAAAAAAAAAAAAAADIDaE5ElNaWhonnnhinHHGGTFp0qRWzxk4cGDsv//+cdppp8W//uu/xvXXXx8NDQ3Nr99+++1xwgknxEc/+tF211u/fn3ceOONWWPDhw+PO++8M2v+3nvvHWPGjInjjjsu/uVf/iVmz54dTU1NERGxcePG+M53vhP/9E//1JUPGQAAAAAAAAAAAAAAAMix4qQboO8pLi6Ok046KR577LG48cYb2wzM7eqss86Ka6+9NmussbExfvjDH3Zo/pw5c2Lz5s3NxyUlJXHrrbfuNnB34YUXxnnnnZc19sQTT8Rrr73WoTUBAAAAAAAAAAAAAACA/PKkOfLu9NNPj7POOqtLc0877bR4+OGH48UXX2wee+aZZ2Lbtm3Rr1+/NuetX78+7rvvvqyxc889Nw4++OB215wxY0b8+te/jrVr10ZERFNTU9x6660dDutRmGbMXhq1mcaIiKivq2nzvJlVy6Ji4Ibm40GVpVE1c2LO+wMAAAAAAAAAAAAAAKB1njRH3pWUlHRr/he/+MWs40wmE8uXL9/tnCeffDIaGhqaj4uKiuL888/v0HoVFRVx2mmnZY0988wzkclkOtYwBak20xh1//1fpr6xzfMy9f9zXl2msTloBwAAAAAAAAAAAAAAQDKE5ig448ePbzG2bt263c558skns44PP/zwGDt2bIfXPPXUU7OOt23bFs8++2yH5wMAAAAAAAAAAAAAAAD5UZp0A9BZ5eXlLcY2b97c5vnbtm2L559/Pmts0qRJnVpz3333jREjRsR7773XPPb000/H5z73uU7VAShk5QOGx5RzHk26DQAAAAAAAAAAAAAA2C1PmqPgrF69usXY4MGD2zz/7bffjm3btmWNfeITn+j0urvOWbFiRadrAAAAAAAAAAAAAAAAALklNEfBWbhwYYuxfffdt83z33zzzRZj48aN6/S6u8556623Ol0DAAAAAAAAAAAAAAAAyC2hOQrK9u3b49/+7d+yxsaNGxejR49uc87KlSuzjktKSmL4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AAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUkNoDgAAAAAAAAAAAAAAAIDUEJoDAAAAAAAAAAAAAAAAIDWE5gAAAAAAAAAAAAAAAABIDaE5AAAAAAAAAAAAAAAAAFJDaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUkNoDgAAAAAAAAAAAAAAAIDUEJoDAAAAAAAAAAAAAAAAIDWE5gAAAAAAAAAAAAAAAABIDaE5AAAAAAAAAAAAAAAAAFJDaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUkNoDgAAAAAAAAAAAAAAAIDUEJoDAAAAAAAAAAAAAAAAIDWE5gAAAAAAAAAAAAAAAABIDaE5AAAAAAAAAAAAAAAAAFJDaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUkNoDgAAAAAAAAAAAAAAAIDUEJoDAAAAAAAAAAAAAAAAIDWE5gAAAAAAAAAAAAAAAABIDaE5AAAAAAAAAAAAAAAAAFJDaA4AAAAAAAAAAAAAAACA1BCaAwAAAAAAAAAAAAAAACA1hOYAAAAAAAAAAAAAAAAASA2hOQAAAAAAAAAAAAAAAABSQ2gOAAAAAAAAAAAAAAAAgNQQmgMAAAAAAAAAAAAAAAAgNYTmAAAAAAAAAAAAAAAAAEgNoTkAAAAAAAAAAAAAAAAAUkNoDgAAAAAAAAAAAAAAAIDUEJoDAAAAAAAAAAAAAAAAIDWE5gAAAAAA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e+21V24bps857rjjYtWqVTmp/fDDD8eECRNyUhsAACCNhOYAAAAoWJlMJu6444746U9/Gh988EGn5m7YsCGefvrpePrpp+O6666Lz33uczF9+vQYO3Zsjrqlq6688sp46KGHmo9Hjx4dTz31VIIdAQAAAADQ223fvj3q6+ujvr4+Nm7cGG+//Xb813/9V/PrRUVFMXHixJg6dWqcfPLJMXz48AS7LVwPPvhgXHXVVVljTz75ZIwZMyahjsg173nhe+GFF+L888/PGrvnnnviyCOPTKgjAADIjeKkGwAAAICueO6552Lq1Klx2223dTowt6stW7bEI488EieccEJ8+9vfjq1bt/ZQlwAAAAAAQG/U1NQUr732Wtx0001x/PHHx8yZM2P16tVJtwUAAAD0EE+aAwAAoOD86Ec/iu9///vR1NTU6ut77rlnHHXUUTFu3LgYPHhwDB48OJqamqK2tjbefffdePXVV2Px4sWxZcuWrHkNDQ0xd+7cuOCCC/w2TAAAAAAAKAAVFRWx7777tvpaJpOJurq62LRpUzQ2NrZZo6GhIR555JF4/PHHY8aMGXHBBRfkqFv6ovHjx/dInT322KNH6gAAAPQVQnMAAAAUlKqqqpgzZ06rrx1zzDFx6aWXxmGHHRYlJSW7rbN58+b47W9/G3Pnzo2XX345F63SS82dOzfpFgAAAAAA6CEHH3xwh37uu379+liyZEksWbIk/vM//zNeeeWVFuds2bIlvvOd78Tvf//7+O53vxulpf55Hd33yCOPJN1CrzZ9+vSYPn160m3QDaeeemqceuqpSbcBAAAtFCfdAAAAAHTUz372s1YDc0OHDo277747fvzjH8cRRxzRbmAuIqJ///5x4oknxr333ht33XVXHHDAAbloGQAAAAAA6AX22WefOO644+LrX/963H///fHAAw/EF77whSgqKmpx7i9+8YuYNWtWAl0CAAAAPUVoDgAAgIKwcuXKuP7661uM77fffnHffffF5MmTu1z7qKOOigceeCAuvPDC7rQIAAAAAAAUiIMPPjhuvPHGuO2222KvvfZq8fovfvGL+MlPfpL/xgAAAIAeITQHAABAQfj7v//72Lp1a9bYXnvtFXfffXeMGTOm2/X79esXs2bNiptuuinKysq6XQ8AAAAAAOj9Pv3pT8cDDzwQgwcPbvFaVVVVrFq1KoGuAAAAgO4qTboBAAAAaM/vfve7eOmll1qMX3PNNTF8+PAeXeukk07q0rzNmzfHK6+8EmvXro0//elPsW3btth7771jyJAhMXHixBgxYkSP9tkbNTQ0xJIlS2LlypWxYcOGKC0tjcGDB8eHP/zhOOSQQ6KkpCTpFvPi7bffjtdeey1qampi27Ztsddee8WwYcPi8MMPjz333LPH13v99dfjrbfeirVr18bWrVtj4MCBsd9++8UhhxwSlZWVPb4eAAAAAEDajBkzJr7//e/HRRddFNu3b28e37p1a9x8880xe/bsbtVvamqK5cuXR3V1dfzpT3+KjRs3Rv/+/WPw4MExevTo+NjHPhalpbn9p3xbt26NV155Jd58882ora2N0tLSGDZsWHz4wx+Ogw46KIqKinK6fk/705/+FIsXL47q6uqor6+PgQMHxuDBg+PQQw+N0aNHJ91er7FmzZpYtmxZ1NTUxKZNm2Lbtm1RXl4e/fv3j2HDhsXo0aNjv/32iz322CPpVnNm9erV8eqrr8bq1aujvr4+Kisr40Mf+lAcdthhnbpvs3Llyli6dGmsW7cuGhoaYvDgwbHvvvvG4Ycf3qPXbyaTiTfffDPefvvt2LhxY2QymejXr18MGjQohgwZEgcffHAMHTq0x9brrXrLvdd83/cDAKBnCc0BAADQ6911110txiZPnhwnnnhi/pvZxa9+9av42c9+FgsXLoxt27a1ed5HP/rR+NznPhfTpk2LAQMGdGqNF154Ic4///yssXvuuSeOPPLITvd73HHHZf1W3FNOOSVuuOGG3c558MEH46qrrsoae/LJJ5uf8Ldu3br40Y9+FA899FDU1dW1WmPQoEFxyimnxGWXXRZ77713p/vc2apVq+LAAw9st0Zbe3TeeefFiy++2Hw8adKkmDt3brv1dl3ziiuuiOnTp0dExI4dO+Khhx6Ku+66K1asWNHq/JKSkpg0aVJ8/etfj49//OPtrrc7mzdvjjvuuCMeeeSRePfdd1s9p1+/fvGZz3wmLrvssjjggAMiIuLdd9+N448/Puu873znO3Hqqad2qx8AAAAAgEJ31FFHxZe+9KUWPy9+7LHH4pvf/GaXQiq///3vY+7cufHcc8/F+vXr2zyvsrIypkyZEhdffHEccsghnVqjvXsI1dXVceutt8avfvWr2Lx5c6s1Ro0aFV/4whfikksuiYqKinbXvPLKK+Ohhx5q8/Vdfw7dmp1/xt4ZL7zwQtx+++3x/PPPx44dO1o95yMf+Uhccskl8b//9/8uuDBgT6ipqYn58+fHL37xiw49KbGsrCwmTJgQRx99dEydOjUmTJjQ4pxcvue33HJL/PM//3PW2PLly9ut1979nsceeyzuvPPOePXVV1ud369fvzjhhBPi//yf/9NmAGvbtm1x3333xbx58+Kdd95p9ZxBgwbFOeecE5dddln079+/3b531djYGAsWLIinn346XnzxxVixYkU0NTXtds6+++4bJ510Upx33nmtPiWzNa3t8852/TrSmrbuK7Z3L7Ez8nHvNaJ33fcDACB3ipNuAAAAAHZnzZo18fzzz7cYP/fccxPo5n8sXbo0Tj/99Pj6178ezz333G5v2kRE/OEPf4h//ud/js985jNx33335anL3Hv88cfjxBNPjHvuuafNwFxERG1tbdx9990xderUWLx4cf4azIOampr40pe+FFdffXWbN84iIrZv3x7PP/98nHXWWVFVVdXl9Z5//vk48cQT44c//GGbgbmIP9/Ifeyxx+LUU0+NH/3oR11eDwAAAACgr/irv/qrKCkpyRpraGiIX/3qV52qs2rVqpg+fXqcfvrp8cgjj+w2MBfx5ydLPfHEE3HGGWfE9OnTo7a2ttO9t+aBBx6Ik046KR588ME2A3MRf34S15w5c+Lzn/98q/dkeoNt27bF//2//zfOP//8eO6559oMzEVEvPHGG/HNb34zvvKVr0R9fX0eu0ze/PnzY+rUqXH77bd3KDAX8efP8SVLlsScOXPii1/8YmzdujXHXebWpk2b4pJLLokZM2a0GZiL+PPn1COPPBInnXRSq5/3K1eujNNOOy3+4R/+oc3AXMSf74HdfvvtcfLJJ8eaNWs61etjjz0Wn/zkJ+Oiiy6KuXPnxvLly9sNzEVE/PGPf4xbb701jjvuuJg/f36n1uytesu913zf9wMAILeE5gAAAOjVnnrqqRY3h4YOHRrHHXdcQh1FPPPMM3HuuefG73//+07P3bBhQ1xzzTXx7W9/e7c3dAvBvffeG3/913/dqZv3GzdujGnTpsXrr7+ew87yp7q6Os4444xYtGhRp+bNmTOnSzfQfvvb38ZXv/rVWL16dYfnNDQ0xE033RTf+973Or0eAAAAAEBfMnbs2Pj0pz/dYvzpp5/ucI3FixfHGWecEU888USXenjiiSfizDPP3G1IpyN++tOfxtVXXx1btmzp8JzVq1fHxRdf3KmPNx+2bt0aX/nKV+JnP/tZp+Y9++yz8dWvfjW2b9+eo856lx/84Adx3XXX9bmg4M42bdoU559/fqc+h+vq6uKyyy7Lunf1+uuvx5e+9KXdhqZ29c4778R55523218yuauVK1fGhg0bOnz+rjZv3hzXXXddXHPNNV2u0Rv0lnuv+b7vBwBA7pUm3QAAAADszgsvvNBi7IgjjojS0mT+SrtgwYK47LLLorGxscVrEyZMiE9/+tMxevToKC8vj3Xr1sWLL74Yzz77bIvfhjh37tzYsWNH/P3f/32+Wu9RzzzzTFx//fXNgcaBAwfGlClT4rDDDoshQ4bEjh07YtWqVfH000/HK6+8kjW3vr4+rrrqqvj5z3/e5vs4bty4GDhwYET8+WmDH3zwQfNrZWVlMW7cuHZ7rKio6OqH1yGZTCa+8pWvRE1NTUREFBUVxWGHHRZHH310jBw5MioqKmLDhg3x8ssvx7//+7+3+M2sd9xxRxx33HFx6KGHdmi9JUuWxPTp06OhoaHFa4ccckj85V/+ZYwcOTL22GOPWL9+fbz88svxH//xH803x++4447Ye++9u/lRAwAAAACk21FHHRW/+c1vssYWL14cTU1NUVRUtNu5L7zwQlx88cUtfh5cXFwcRxxxRBx22GExZsyYGDhwYGzdujXee++9WLhwYTz//PNZwa633norvvrVr8YDDzwQAwYM6PTH8Morr8QPfvCD5uPS0tKYPHlyHHXUUTF8+PDYtm1brF69Op566qlYunRp1tyGhoaYPn16zJ07Nz7+8Y+3Wn/kyJExfvz4iIj44IMPWjxda9y4cVFWVrbbHvfZZ58OfzxXX3111v2i/fbbL4499tjYf//9Y88994xNmzbF0qVL44knnmjxVL+FCxfGXXfdFRdddFGH1ytEL7zwQsyZM6fF+MCBA+Poo4+OCRMmxMiRI6N///6xbdu2yGQysWbNmvjDH/4QS5YsiXXr1u22fr7f866aNWtWvPbaa83HBx10UBx77LExZsyYqKioiPXr18eCBQvit7/9bVbAavPmzTFr1qx46KGHYsOGDXHJJZfExo0bI+LP96WOPPLIOPLII2PYsGFRWloaq1atiieffLLFPbDq6uq46aab4lvf+laX+h89enRMmDAhPvKRj8Tw4cOjsrIyysvLo76+PtauXRuvv/56PPvssy2Ceffdd18ccMABce6557ZZe5999ml+D+vr6+OPf/xj1uv77rtvu/fWRo4c2aWPa3d6y73XfN/3AwAgP4TmAAAA6NV2vVkb8eeAUBI2bNgQM2fObHHTZtSoUXHttdfGscce22LOtGnT4r333otrrrmmxW+1nD9/fhx99NHxmc98Jpdt58QNN9wQO3bsiKKiopg2bVpcdtllMWjQoBbnXX755fHYY4/FlVdemXXz6PXXX4/HH388Pv/5z7da/4477mj+/yuvvDIeeuih5uNhw4bFI4880oMfTdf89Kc/bf6YDj300P/H3p1HV1meewO+Q0jIAAgiY0AZRQG1OFatA2LV9nPWOiHWoVWcq/XUllO1Wlus1VPFU7VORYsKdaytVVtxQrEqRbBBBWVQZhFlSggZyPfHWbLc7B3IDiE7bK5rLf947jzDHRJd7X74vW9cd911MXDgwKR5w4YNi/nz58dll12WcFFbU1MTo0ePjvvvv3+TZ1VWVsZPf/rTpMBcz54948Ybb4x99tknac3ZZ58dy5Yti1//+tfxt7/9LSIiRo8endb3CAAAAACwrUkVFCsrK4u5c+dGr1696ly3dOnSuPLKK5OCFCeeeGJceuml0a1bt5TrRowYEZ9++mlcf/318frrr6+vz507N0aOHNmgz3X/93//d30Ib/DgwfHrX/86evfunTTv0ksvjVdffTWuueaa9UGRiP/7TPpnP/tZ/OUvf4n8/PykdZdffnlcfvnlERHx5JNPxs9+9rOEr99zzz3RvXv3tPtOZdq0aev/TDt27BjXXHNNHHnkkSnnXnXVVXHDDTfE008/nVC/++67Y9iwYVFQUNAoPTVHd9111/oHHX7l3HPPjYsvvniTwcva2tqYPn16/P3vf48nnngi5Zym/Jk31NSpU9cHqbp37x6//OUv44ADDkiad9ZZZ0VpaWlccMEFCSHLGTNmxHPPPRd/+9vf1v/7cMABB8R1110XPXv2TNrnggsuiCeeeCKuueaahNDr+PHjY8SIEdGlS5d69b3zzjvHySefHIccckjKczZUWVkZ48ePj9tuuy1Wr169vn7TTTfF4YcfHp07d0657vTTT4/TTz89Iv4vZHnWWWclfP3GG2+M/fbbr149N5bmdPfalPd+AAA0nRaZbgAAAADqUllZGfPnz0+qDxo0KAPdRPzP//xPwqVxxP9duj366KMpL22+0qVLl7j77rvj2GOPTfraNddcExUVFY3e65a2du3ayMnJiZtuuimuvvrqlIG5r3z3u9+NX/3qV0n1xx57bEu2uMV9dXE2ZMiQ+NOf/pTy4uwr3bt3jwceeCDpKaqTJk2KhQsXbvKsMWPGxKxZsxJqvXv3jkceeSRlYO4rHTp0iFtvvTWGDx8eEbFV/q4BAAAAADSlXXbZJeUbs+bNm7fRdSNHjkwI4OTm5sYtt9wSo0aNqjMw95Udd9wx7rvvvjjxxBMT6i+88EK89957aXT/f776/HrfffeNBx98MGVg7iuHHHJIPPzww9GpU6eE+uzZsxMecJcpX30vPXr0iPHjx9cZmIuIKC4ujptuuim+9a1vJdRXrlwZL7zwwhbtM5NWr14db7/9dkLtxBNPjKuvvrpebyrMycmJQYMGxU9+8pN49dVXUwYltwZfBeb69OkT48aNSxmY+8qgQYPijjvuSHp75K9//et4+eWXIyLi6KOPjnvvvXejQbaTTjopLr300oTaunXrkoKbdTn77LPjr3/9a3z/+9+vV2AuIiI/Pz+GDx8eDz/8cMLPt7KyMh5++OF67dFcNKe716a89wMAoOkIzQEAANBsLVmyJOmpmBGRdAHRFL744oukt5vl5ubG//7v/9brSZE5OTkxatSo2HnnnTe579bi7LPPjuOPP75ec4855pikNwS+8847SU/c3dqUlJTEb3/722jVqtUm57Zr1y4uvvjihNq6devijTfe2Oi6devWxbhx4xJqLVu2jNtuuy06dOhQrz5HjhwZu+22W73mAgAAAABsy1q2bBnbbbddUn3DYMfXvffee/Haa68l1K688so45phj6n1uTk5O3HDDDdGnT5+E+j333FPvPb6uXbt2MXr06Hp9ft2jR4+45ZZbkuqPPvpoVFVVNej8xpSXlxe33XZblJSUbHJuTk5O0lvQIiLhLX5N7bjjjtvsf5555pk691+wYEHCm84iIr73ve81qNeCgoKkINnWJD8/P373u99Fx44dNzl3zz33TApmLVu2LCIievXqFTfeeGO0bNlyk/uce+65SQ+X3PC/B3Vp06ZNvealsssuu8SVV16ZUHv88ccbvF9Ta453r01x7wcAQNMSmgMAAKDZWrlyZcr6xt5qtqU8/vjjSQGvU089NXbdddd679GyZcu45pprkupjx47d7P6aWuvWreOSSy5Ja82GT3usrq6OGTNmNGZbTe6SSy5J60Lz//2//xe5ubkJtenTp290zcSJE2PBggUJtZNOOin69+9f73NbtGiR8i8JAAAAAACQLNXnvqtXr65z/n333Zcw3mmnneKcc85J+9y8vLy44IILEmqvvfba+jdopePSSy+N9u3b13v+fvvtl/QWt6VLl8aECRPSPruxHX300TFo0KB6z+/bt2/SW6I29Vn8lvThhx9u9j9ffPFFnfuXlZUl1dq1a7cFv6Pm67jjjkvr/uSII45IWb/44oujsLCwXnu0atUqDj300ITahx9+mPLBoI3t2GOPTQg5Llu2LObMmbPFz20MzfHutSnu/QAAaFpCcwAAADRbFRUVKeub89TFhkr1VMAzzjgj7X323Xff6NevX0Jt5syZ8fnnnze4t0z4zne+E61bt05rzYZvmouImD17dmO11OSKiori6KOPTmvNdtttFzvttFNCbVOXl//617+SaieffHJa50ZE7LXXXtG7d++01wEAAAAAbGtSvWmurjuLtWvXxssvv5xQO+GEE5KCFPV1yCGHJO0/derUtPZo1apVHHfccWmffcoppyTV6vvGrC2pIW9N22233RLGc+fObaRump9UAbl///vfTd9IM5Du/cmAAQOSasXFxXHUUUdt1j5lZWUbfTtlY2nTpk106NAhoTZt2rQtfm5jaG53r0117wcAQNPa9LujAQAAIEPqegLj15+Y2BRqamrivffeS6j17t076QKmvo466qj46KOPEmpTpkyp82mWzdE+++yT9poePXok1Tb2ZN7mbo899oj8/Py01+24444JYcFVq1ZtdP6Gl5vbb799ygBifRx66KFbdVARAAAAAKAprFu3LqlW193EtGnTkt4Et+eeezb47Hbt2kWbNm0SPjt+//33Y9999633Hvvuu2+DHkB4wAEHROvWrRM+u890AKegoKBBn4nvuOOOCeOampooKyuL4uLixmqt2ejZs2e0a9culi9fvr52yy23RK9evWLvvffOXGNNrLCwMK03EkZEdOvWLan2jW98I/Ly8tLap6SkJKm2cuXK6NKlS1r71NbWRmlpaUyfPj1mzpwZixcvjrKysli9enVU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SZfes2fPjo8++qhB+6Xqe/DgwXXOb9u2bVJt3rx5aZ/79ttvp72mOcjNzU0Y19TUZKiTzPjGN76RMK6uro7nnnsu7X1WrVoVr776aiN1BQAAAACQXd54440YP358Uv2YY45J+Vakr3zzm9+Mli1bJtReeeWVjL796a233opVq1alvW7SpElJD23bY489Nrpmw8/wIyIpeEjzVVxcHBdffHFSfcaMGXWu8TPffF9++WVSbbvttkt7n4bcF0Vk/meY6btXAAC2HUJzAAAANHuHHnpo7LXXXkn1a6+9Nj777LNGPetvf/tbLFmyJKn+rW99K6k2bty4tPefPHlyzJw5M6HWv3//2GGHHepc07lz56SnLb733ntpn/3nP/857TXNQXFxccK4vLw8Q51kxpFHHpl0efnQQw9FdXV1WvuMHTs2KioqGrM1AAAAAICsMG/evLjyyiuTQiOFhYVx2WWXbXRt69atY999902oLV68OP7yl780ep/1tXbt2njmmWfSXpfqHuHggw/e6JoNP8OP2PY+x9/a9e7dO6m2YXjy6/zMN1+qtzemCtJtzKeffhoTJkxo0PmtW7dOqpWVlTVor4bK5N0rAADbDqE5AAAAtgo33HBDtGrVKqG2fPnyOPvss2PRokWbvX9lZWX85je/iR//+Mcpn/560kknJZ0/bty4+PDDD+t9RnV1dfzyl79Mqg8fPnyj61q0aBG77rprQu21115L6ymxEyZMiHfeeafe85uTDd+0t3LlylixYkWGuml6Xbp0iSFDhiTUZs6cGffcc0+995g1a1bcfffdjd0aAAAAAMBW76WXXoqTTz45li9fnvS1q666Krp06bLJPS688MKk2s033xzz5s1rjBYb5I477kjrs/R33nkn6W1NHTt2jKFDh250Xaq3Y2Xy+yZ9S5cuTapt7O2Kfuabr2PHjkm1N954o97r161bFyNHjoyampoGnb/h3VtExPz58xu0V0Nl8u4VAIBth9AcAAAAW4W+ffvGz3/+86T6rFmz4tRTT4233367wXu/+eabceKJJ8YDDzxQ55ztt98+jj/++IRadXV1XHbZZfV6211tbW38/Oc/T7ro6dChQxx77LGbXL/hk1zXrFkTt9122ybXRUR8+OGHMXLkyHrNbY769++fVHv11Vcz0EnmjBgxIultc6NHj44//elPm1z70Ucfxdlnn+0tcwAAAAAAX/Of//wn/uu//isuvPDClIG5E044Ic4888x67bXvvvvGgQcemFBbsWJF/OAHP4hZs2Y1qL+1a9fGuHHj4o9//GOD1n/55Zdx+eWXR2Vl5Sbnzp8/P6666qqk+mmnnRZ5eXkbXduvX7+k2rb2GX6mTZgwIZ544ol6/axTeeihh5Jqqe5mvuJnvvn23nvvpNpdd9210Tf8fWXdunVx7bXXbtbDMrt27Rpt2rRJqDX1zzDTd68AAGwbhOYAAADYapxyyikxYsSIpPqSJUti+PDhcf7558eUKVNi3bp1m9yroqIi/v73v8cZZ5wRZ599dnz00UebXHPllVdG586dE2qffPJJnH766TFp0qQ61y1ZsiQuvPDCeOqpp5K+luoNeqmccMIJSaGpsWPHxujRo6O6ujrlmpqamnjsscfijDPOiOXLl0dOTs4mL7eboz322CNatEj8COM3v/lNvPjiiynfCpiNdttttzjnnHMSarW1tXHjjTfGOeecExMnTkz6s/j444/jt7/9bZxwwgnrLxcHDx7cZD0DAAAAADQnX3zxRbzyyitx++23xymnnBInn3xyPPPMMynnnnjiifGrX/0qrf1HjRoVnTp1SqjNnTs3Tj755PjDH/4Qq1at2uQetbW1MWXKlPj1r38dhx12WFx33XUNeoPXV/cOb775Znz/+9+POXPm1Dl34sSJceaZZ8bixYsT6r17944f/vCHmzyrXbt20bt374Tak08+GWPGjKnX98zmmzdvXowcOTIOPfTQGDVqVEyePLled2VffPFFXH311fHiiy8m1Hv27Bm77757nev8zDdfp06dYq+99kqoffLJJ3HeeefFggUL6lw3e/bs+MEPfhCPPfZYRES0bNkyCgsL0z4/JycnvvGNbyTUJk2aFLfeemssW7Ys7f0aKpN3rwAAbBtaZroBAAAASMcVV1wRhYWFcdttt0VtbW3C11599dV49dVXo127drH//vtH3759o3379tG+ffuIiFi5cmXMmzcvpk+fHlOnTo01a9akdXa7du3i5ptvjvPOOy8hqDZ//vw455xzYuDAgTFkyJAoKSmJVq1axdKlS+Odd96JiRMnxtq1a5P2GzZsWBx++OH1Ortz585x5plnxoMPPphQ//3vfx9//etf44gjjog+ffpEQUFBLF++PGbOnBmvvvpqLFy4cP3cH/7wh/Hss89u9LKtOerUqVMcdNBBCU+4/Pzzz+Piiy+OvLy86Nq1axQWFkZOTk7CuhtvvDF22223pm53i7n88sujtLQ0/vWvfyXUJ02aFJMmTYr8/Pzo2LFj5Ofnx7Jly2LlypUJ80pKSmLkyJHxve99L6G+YSARAAAAAGBrUlpaGscdd1zKr61ZsyZWrlwZq1evrtdD2IqKiuKqq66KYcOGpd1H586d484774yzzjorysvL19fLy8vjf/7nf+Luu++OPffcMwYPHhydOnWKtm3bRkVFRaxatSo+++yzeP/996O0tDTlW+/Sdckll8Rtt90WNTU1MWXKlDj66KNj//33j/333z86d+4cVVVVsWDBgnjppZdi+vTpSevz8/Nj1KhR9Q6enHTSSfHb3/52/bimpiZGjRoVN910U3Tp0iXatGmT9Fn0aaedFqeffvrmfaNbibp+P9N12GGHxeWXX17n15ctWxZjxoyJMWPGRLt27WLgwIGxyy67RLdu3aJNmzZRUFAQa9asiYULF8Z//vOfmDRpUlRUVCTskZOTE9dee+0me/Ez33yXXnppnH322Qm1qVOnxpFHHhlDhw6NvfbaK3bYYYeorKyMJUuWxBtvvBH//ve/E+4oL7roonjiiScadPd30kknxcSJExNq99xzT9xzzz3RsWPHaNeuXdIDPTf1O5iuTN69AgCwbRCaAwAAYKszYsSIGDhwYIwcOXL9G7S+bvny5fHcc8+lvW9BQUGcddZZSU+C/bpvfvObceedd8aPfvSjhEvviIjp06envFxOZfjw4TFy5Mi0+rviiiti0qRJSW/F+/TTT+O+++7b6Nrvfve7ccUVV8Szzz6b1pnNxU9+8pN45513kv7Mq6qq4tNPP025ZsO5W7v8/Pz4wx/+EBdddFG88cYbSV+vrKys81K0S5cuce+990bLlskfBbVu3brRewUAAAAAaCrl5eXx4YcfbtYeeXl5ccwxx8Tll18eXbp0afA+u+22W4wfPz4uvfTSmDt3blKfr7/+erz++uub1Wt97LHHHvHf//3fccMNN0RERHV1dUycODEpIJNKXl5ejB49OuktVBszbNiwePrpp5PuL2pra2PRokWxaNGipDWff/55vfff2m3u7+dXdt1113rPXb58ebzxxhsp7xPqkpOTEz/96U/jwAMP3ORcP/PNt//++8f5558f99xzT0K9qqoqnn/++Xj++ec3uv7YY49dH5priCOPPDL233//ePPNN5O+tnTp0li6dGlSPZ3fwfrK5N0rAADZz6PEAQAA2CoddNBB8fzzz8eIESOibdu2m7VXUVFRnHrqqfHCCy/Ej3/848jPz9/o/EMOOSTGjh0bgwYNSvusdu3axS9+8Yv4+c9/nvYbvgoLC+NPf/pT7L777vVek5OTE+eee27ceuutW/Ubxfr27RsPPPBA7LTTTpluJaMKCgrivvvui5///Of1DrsdeeSR8fjjj0efPn1ixYoVSV9v06ZNY7cJAAAAANDs5eTkxKBBg+LHP/5xvPTSSzFq1KjNCsx9Zeedd44nnngizjzzzHq/qa0uu+22WxxyyCENWjts2LC48cYb0+qha9eucc8998SQIUPSOquwsDDuv//+eoWtaHzt2rVL+dC8dJSUlMSdd96Z9OazuviZN44rr7wyLrzwwsjJyan3mtzc3BgxYkT85je/SWvdhlq0aBGjR4+Oo48+usF7NJZM3b0CAJD9vGkOAACArVZxcXFcccUVccEFF8Tzzz8fL7zwQkyePDlWr169ybUdOnSIPfbYI4466qg44ogjorCwMK2zBw4cGI8//ng899xz8dhjj8XkyZOjsrKyzvl9+/aNI488Ms4555zNCim1b98+Hn300XjsscfigQceqPMta7m5uXHggQfGRRddFIMHD27wec3J4MGD47nnnovXX389XnnllZgxY0bMmzcvVq9eHRUVFbFu3bpMt9gkWrRoEcOHD49jjz02JkyYEP/85z9jzpw5sXTp0li7dm20bt06evbsGfvss08cffTR0b9///VrUz3FdbvttmvK9gEAAAAAmkSLFi0iPz8/WrVqFe3atYsOHTpESUlJ9OrVK3bdddfYc889o127dlvk7NatW8c111wTF154YYwdOzZeffXV+PDDDzf5OXZBQUEMHjw4DjjggBg6dGj06dNns/r43ve+F/vss0/ceeed8cILL0RFRUXKeV27do3jjjsuzj///CguLm7QWZ07d44HHnggpk+fHs8//3y8//77MWfOnFi1alWUl5dHdXX15nwrbMTxxx8fhx12WEycODEmTZoU7777bsyePTtqa2s3uq5Fixax1157xdFHHx0nnHBC2iFPP/PNl5OTEz/60Y/i4IMPjrvuuitef/31Ov87UVhYGEOHDo0f/vCHscsuuzTK+W3bto1bb701Lr744vj73/8epaWlMWvWrFixYkWUl5dHVVVVo5xTH5m6ewUAILvl1G7q/xkBAADAVmTdunUxZ86c+OSTT2LRokVRXl4elZWVUVxcHNttt120a9cudt555ygpKWnUc8vLy2PatGnx2WefxRdffBFVVVXRvn372H777WPAgAHRtWvXRj3vK3PmzInp06fHsmXLoqysLIqLi2PHHXeMwYMHb7HLfrZev/vd7+Luu+9eP87Ly4spU6Zs8u2KAAAAAABsnhUrVkRpaWksW7Ysli9fHqtXr47CwsIoLi6Ojh07Rq9evaJHjx6Rm5ub1r5vvfVWnHXWWQm1hx56KPbbb7+EWkVFRUybNi1mz54dK1asiPz8/OjYsWPstNNOsdtuu23WG6toflatWhVz586NefPmxRdffBHl5eVRU1MTxcXF0bZt2+jZs2fsvPPOUVRUlOlW+ZqVK1fGv//971i4cGGsXLkycnNzo3379tGrV6/Yfffdt6n7nEzdvQIAkF2E5gAAAAC2Eccdd1x8+OGH68cDBw6MJ598MoMdAQAAAACwOeobmgMAAIBtTYtMNwAAAADAlvf6668nBOYiIvbZZ58MdQMAAAAAAAAAALDlCM0BAAAAZLkvv/wyrrnmmqT6KaeckoFuAAAAAAAAAAAAtiyhOQAAAICtxB/+8IeYNWtWWmtmzZoVZ555ZixcuDChfsABB0SfPn0asz0AAAAAAAAAAIBmoWWmGwAAAACgfp566qn43e9+F4MHD46hQ4fGfvvtF/369YuCgoKEeatXr4733nsv/vKXv8Szzz4bVVVVCV8vKiqKa6+9tilbBwAAAAAAAAAAaDJCcwAAAABbkdra2pgyZUpMmTIlIiJyc3Nj++23jzZt2kRExMqVK+OLL76IdevWpVyfk5MT1113XfTq1avJegYAAAAAAAAAAGhKQnM0O8uXL4+pU6fGp59+GmVlZZGfnx+dOnWKAQMGRJ8+fbbImWVlZTF16tSYO3durFy5Mlq2bBk77LBD9O/fP3bdddfIycnZIucCAADA5qqpqYmlS5fG0qVLNzm3qKgofvvb38bhhx/eBJ0BAAAAAAAAAABkhtAcSb788ssoLS2N//znP/Hee+9FaWlp0l+8u+SSS+LSSy9t1HMnT54cd999d0yaNClqampSztlpp53izDPPjNNPPz3y8vI2+8wZM2bEXXfdFS+++GJUVVWlnNOpU6c49dRT49xzz42ioqLNPhMAAAAa6tBDD41ly5bFypUr01qXl5cXxx13XIwYMSJ69OixhboDAAAAAAAAAABoHnJqa2trM90EmffHP/5xfUhu3rx5m5zfmKG5qqqqGDVqVDz88MP1XrPzzjvHHXfcET179mzQmbW1tXHXXXfF73//+6iurq7Xmm7dusXtt98eu+++e4POBAAAgMZQVVUVU6dOjSlTpsT06dNj/vz58dlnn0VZWVmsXbs2WrVqFe3atYt27drFgAEDYu+9944DDzwwOnXqlOnWAQAAAABoZG+99VacddZZCbWHHnoo9ttvvwx1BAAAAM2D0BwREdG/f/+05jdWaK66ujouu+yymDBhQtprt99++xg7dmz06dMn7bXXX399PPLII2mvKygoiPvuuy/22WeftNcCAAAAAAAAAAAAAAAAW17LTDfAtu3WW29NCsy1b98+zjzzzDj88MOja9eusXz58igtLY0xY8bEe++9t37eF198ESNGjIinnnoqWrduXe8zH3744aTAXFFRUZx22mnxne98J3r06BFlZWUxc+bMGDt2bLzxxhvr51VUVMQll1wSTz/9dHTt2rWB3zUAAAAAAAAAAAAAAACwpXjTHBGR/Ka5oqKiGDRoUAwaNCh22223uOKKKxK+3hhvmvvwww/j+OOPj6//Cvbr1y/uv//+6Ny5c9L82traGDVqVDz44IMJ9XPPPTeuvvrqep35+eefx+GHHx5r1qxZX+vcuXPcf//90a9fv5RrHnjggbj55psT+jzyyCNj9OjR9ToTAAAAAAAAAAAAAAAAaDreNEdEROy+++6x2267rf+nd+/e0aJFi/Vf3zA01xhuu+22hCBacXFx3HvvvSkDcxEROTk5MXLkyJg/f37C2+keeeSROPvss+tc93V33313QmAuNzc37rzzzjoDcxH/F8pbtGhRPPTQQ+tr//jHP2L69OkxcODATZ4JAAAAAAAAAAAAAAAANJ0Wm57CtuCxxx6La6+9Nk444YTo27dvQmBuS/jggw/i5ZdfTqhddtll0bVr102u/cUvfhEFBQXrxxUVFXH//fdvct3nn38e48aNS6gNGzYsBg0atMm1V1xxRXTq1Gn9uLa2Nu68885NrgMAAAAAAAAAAAAAAACaltAcGfHcc88ljIuKiuLkk0+u19pOnTrFEUcckVB74YUXNrluwoQJUVVVtX6ck5MTZ511Vr3OLCoqipNOOimh9tprr0VZWVm91gMAAAAAAAAAAAAAAABNQ2iOjJgwYULC+Nvf/na0bt263utPPPHEhPHixYujtLQ0rTP32muv6NGjR4PPrKysjNdff73e6wEAAAAAAAAAAAAAAIAtT2iOJrdw4cL4+OOPE2r77rtvWnsMHjw48vLyEmqvvPJKnfMrKyvjzTff3Kwzd9xxx+jSpUu9zwQAAAAAAAAAAAAAAACantAcTW7GjBlJtT333DOtPQoKCmLAgAEJtZkzZ9Y5f+7cuVFZWblZZ6Zas7EzAQAAAAAAAAAAAAAAgKYnNEeTmz17dsK4ZcuW0bNnz7T36dOnT8J4zpw59T4z1frGPhMAAAAAAAAAAAAAAABoekJzNLlZs2YljDt37hwtWqT/q9ilS5eE8dy5c6OmpqZeZ+bm5kbnzp03+8yysrJYsmRJ2vsAAAAAAAAAAAAAAAAAW4bQHE3us88+SxhvGESrr27duiWMKysrY/ny5fU6s2PHjpGbm7vZZ0aE0BwAAAAAAAAAAAAAAAA0Iy0z3QDbnvLy8oRx69atG7RPcXFxyr07dOiwxc5Mta6srKxBezWVmpqaWLx4cVK9S5cuDQoOAgAAAAAA0Pjc6QAAAAAAADQeoTma3IYBtoKCggbtk2pdXQG2Dc9s1apVg85MtW7DvZubxYsXR/fu3ZPq8+fPj5KSkgx0BAAAAAAAwIbc6QAAAAAAADSeFplugG3PmjVrEsb5+fkN2idVaK6uANuGZzY0NJfOmQAAAAAAAAAAAAAAAEDT86Y52Ea99957sXjx4ky3AQAAAAAA0GB77bVXplvY4tzpAAAAAAAAW7tM3Ol40xxNrrCwMGFcWVnZoH0qKiqSakVFRfU6c+3atVv8TAAAAAAAAAAAAAAAAKDpedMcTW7DkFmqIFp9pFpXXFxcrzMbGppLtW5rDc3tuuuuUVJSkuk2AAAAAAAA2Ah3OgAAAAAAAOkTmqPJbRgyW716dYP2KSsr2+TejX1mqnV1BfWau7y8vMjLy8t0GwAAAAAAAGyEOx0AAAAAAID0tch0A2x7OnXqlDBevHhxg/ZZtGhRwjg/Pz/atWtXrzOXLl0aNTU1m31mqr0BAAAAAAAAAAAAAACAzBGao8n17t07YbxkyZJYt25d2vtsGGDr2bNn5Obm1uvMmpqaWLJkyWafWVxcHF26dEl7HwAAAAAAAAAAAAAAAGDLEJqjyfXp0ydhXF1dHXPnzk17n9mzZyeMe/XqVe8zIyJmzZq1Rc8EAAAAAAAAAAAAAAAAmp7QHE2uf//+SbV33303rT0qKipi+vTpCbWdd965zvk9e/aM/Pz8zTozImLKlCn1PhMAAAAAAAAAAAAAAABoekJzNLlu3bpF3759E2pvv/12Wnu8++67UVVVlVA79NBD65yfn58f+++//2adOW/evFi0aFG9zwQAAAAAAAAAAAAAAACantAcGTF06NCE8T/+8Y8oKyur9/qnn346YdylS5cYNGhQWmdOnjw55s2bV+8zn3rqqYRxfn5+fOtb36r3egAAAAAAAAAAAAAAAGDLE5ojI4466qiEcXl5eTzxxBP1Wrt06dJ4/vnnE2pHHnnkJtcNHTo08vLy1o9ra2tj7Nix9TpzzZo18fjjjyfUDj744CguLq7XegAAAAAAAAAAAAAAAKBpCM2REQMGDIghQ4Yk1EaPHh1LlizZ5Nrrr78+Kioq1o9btWoV55133ibX7bDDDnHqqacm1MaOHRvvv//+JtfedtttCb3l5OTERRddtMl1AAAAAAAAAAAAAAAAQNMSmiNjfvSjH0VOTs768apVq+IHP/hBncG52trauOmmm+Kf//xnQn3YsGHRuXPnep05YsSIKCwsXD+urq6Oiy66KD7++OM614wZMyYefPDBhNoRRxwRAwcOrNeZAAAAAAAAAAAAAAAAQNNpmekGaB5KS0vj+eefr/f8SZMmxdq1a1N+rW3btnH++edvco9ddtklzjnnnHjggQfW12bOnBnHH398DB8+PA477LDo2rVrrFixIkpLS2PMmDExbdq0hD123HHHuPjii+vdd8eOHeOqq66KX/7yl+trixYtilNOOSVOO+20+O53vxvdu3eP8vLymDFjRowdOzZef/31hD3atWsXP/3pT+t9JgAAAAAAAAAAAAAAANB0cmpra2sz3QSZ9+STT8bPfvazRtmrpKQkXnrppXrNra6ujksuuSRefvnltM9p3759jB07Nvr27Zv22l/84hfx6KOPpr2uoKAg7r333th3333TXpspCxYsiO7duyfV58+fHyUlJRnoCAAAAAAAgA250wEAAAAAAGg8LTLdANu2li1bxh133BGnn356Wuv69esX48aNa1BgLiLiuuuui0svvTRyc3PrvaZr167x0EMPbVWBOQAAAAAAAAAAAAAAANjWCM2RcXl5efGLX/wiHn744fjWt74VLVrU/WvZo0ePGDlyZDz11FPRs2fPBp+Zk5MTl1xySTz55JNx1FFHRV5eXp1zO3bsGJdeemk8++yzscceezT4TAAAAAAAAAAAAAAAAGDLy6mtra3NdBPwdV9++WVMnTo1Pv300ygrK4u8vLzo1KlTDBw4sMFvltuU1atXx7vvvhuffPJJrFq1KnJzc6NDhw6xyy67xIABAyInJ2eLnNsUFixYEN27d0+qz58/P0pKSjLQEQAAAAAAABtypwMAAAAAANB4Wma6AdhQ+/btY8iQIU16ZuvWreOggw6Kgw46qEnPBQAAAAAAAAAAAAAAABpXi0w3AAAAAAAAAAAAAAAAAACNRWgOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDWE5gAAAAAAAAAAAAAAAADIGkJzAAAAAAAAAAAAAAAAAGQNoTkAAAAAAAAAAAAAAAAAsobQHAAAAAAAAAAAAAAAAABZQ2gOAAAAAAAAAAAAAAAAgKwhNAcAAAAAAAAAAAAAAABA1hCaAwAAAAAAAAAAAAAAACBrCM0BAAAAAAAAAAAAAAAAkDVaZroB+LqqqqqYMWNGfPzxx7Fy5cooKyuLwsLCaNOmTey0004xcODAKCwsbNQzly9fHlOnTo1PP/00ysrKIj8/Pzp16hQDBgyIPn36NOpZAAAAAAAAAAAAAAAAwJYlNEez8M4778QjjzwSEyZMiLVr19Y5Lzc3N/bbb7845ZRT4qijjoqcnJwGnzl58uS4++67Y9KkSVFTU5Nyzk477RRnnnlmnH766ZGXl9fgswAAAAAAAAAAAAAAAICmkVNbW1ub6SbYdi1fvjx++ctfxt/+9re01+65554xatSo6NmzZ1rrqqqqYtSoUfHwww/Xe83OO+8cd9xxR9pnNQcLFiyI7t27J9Xnz58fJSUlGegIAAAAAACADbnTAQAAAAAAaDwtMt0A264vv/wyzjrrrAYF5iIipkyZEqeffnp8/PHH9V5TXV0dl19+eVqBuYiImTNnxumnnx6zZs1Kt00AAAAAAAAAAAAAAACgCbXMdANsu6688sqYMWNGQq1Vq1Zx4oknxuGHHx79+vWL1q1bR3l5ecyaNSteffXV+POf/xyrV69eP/+LL76ICy64IJ599tkoKCjY5Jm33nprTJgwIaHWvn37OPPMM+Pwww+Prl27xvLly6O0tDTGjBkT7733XsJZI0aMiKeeeipat269md89AAAAAAAAAAAAAAAAsCXk1NbW1ma6CbY9//znP+OSSy5JqHXr1i3uvffe6Nu3b53rFi5cGBdccEHMnDkzof6jH/0oLrzwwo2e+eGHH8bxxx8fX/+V79evX9x///3RuXPnpPm1tbUxatSoePDBBxPq5557blx99dUbPas5WbBgQXTv3j2pPn/+/CgpKclARwAAAAAAAGzInQ4AAAAAAEDjaZHpBtg2PfXUUwnjFi1axO9///uNBuYi/i9Yd88990RRUVFC/ZlnntnkmbfddltCYK64uDjuvffelIG5iIicnJwYOXJkDB06NKH+yCOPxJIlSzZ5HgAAAAAAAAAAAAAAAND0hObIiDfffDNhfNBBB8WAAQPqtbZr165x3HHHJdRmz54dn3/+eZ1rPvjgg3j55ZcTapdddll07dp1k+f94he/iIKCgvXjioqKuP/+++vVKwAAAAAAAAAAAAAAANC0hOZocqtWrYry8vKE2t57753WHvvss09S7bPPPqtz/nPPPZcwLioqipNPPrleZ3Xq1CmOOOKIhNoLL7xQr7UAAAAAAAAAAAAAAABA0xKao8ltGJiLiGjXrl1ae6SaX1VVVef8CRMmJIy//e1vR+vWret93oknnpgwXrx4cZSWltZ7PQAAAAAAAAAAAAAAANA0hOZocu3bt48WLRJ/9VasWJHWHqnm77DDDinnLly4MD7++OOE2r777pvWeYMHD468vLyE2iuvvJLWHgAAAAAAAAAAAAAAAMCWJzRHk8vPz49+/fol1P7973+ntceG8zt37hwlJSUp586YMSOptueee6Z1XkFBQQwYMCChNnPmzLT2AAAAAAAAAAAAAAAAALY8oTky4uijj04Yv/baaynDbal89tln8eSTTybUTj755Drnz549O2HcsmXL6NmzZ/0a/Zo+ffokjOfMmZP2HgAAAAAAAAAAAAAAAMCWJTRHRpxxxhnRtWvX9eOampq4+OKL45NPPtnous8++yxGjBgR5eXl62vdu3eP8847r841s2bNShh37tw5WrRI/1e/S5cuCeO5c+dGTU1N2vsAAAAAAAAAAAAAAAAAW47QHBnRunXruP3226OoqGh9bd68eXH88cfHqFGjYvLkybFixYqorq6OVatWxbRp0+K2226LY445JqZPn75+TceOHeOee+6J4uLiOs/67LPPEsYbht/qq1u3bgnjysrKWL58eYP2AgAAAAAAAAAAAAAAALaMlplugG3XHnvsEY8++mhcddVV8dFHH0VERHl5eYwZMybGjBmz0bU5OTlxxBFHxLXXXhs77LDDRud+/a10Ef8X2GuIVMG88vLy6NChQ4P2y7SqqqqoqqrKdBsAAAAAAAANlpeXl+kWtjh3OgAAAAAAwNYuE3c6QnNk1C677BJ/+ctf4tlnn40nn3wy3nzzzU2u2X///eO///u/o1+/fvU6Y8PQXEFBQYN6TbWurKysQXs1Bx988EEsW7Ys020AAAAAAAA02F577ZXpFrY4dzoAAAAAAMDWLhN3Oi2a/ETYwNy5c+Nf//pXfPDBB/Wa/+abb8bZZ58d9957b6xdu3aT89esWZMwzs/Pb1CfqUJzGwbyAAAAAAAAAAAAAAAAgMzypjkyprq6Om6//fa47777Yt26devreXl5MWjQoOjTp0+0adMmysrKYu7cuTFt2rT1IbnPP/88brnllnjmmWfi97//fey4446Z+jYAAAAAAAAAAAAAAACAZkRojoyoqamJH//4x/H888+vr+Xk5MSZZ54ZI0aMiB122CFpzcqVK2PMmDHxhz/8IaqrqyMiYubMmfH9738/xo0bF507d055VmFhYcK4srKyQT1XVFQk1YqKihq0FwAAAAAAAAAAAAAAALBlCM2REffdd19SYO7mm2+OY489ts41bdu2jcsuuyz23nvvOP/886OqqioiIhYuXBj//d//Hffdd1/KdRsG21KF3+oj1bri4uIG7dUc7LrrrlFSUpLpNgAAAAAAANgIdzoAAAAAAADpE5qjyX3xxRdx5513JtSGDRu20cDc1x1wwAFx+eWXxy233LK+NnHixJg8eXLsvffe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AAAAAACQNYTmAAAAAAAAAAAAAAAAAMgaQnMAAAAAAAAAAAAAAAAAZA2hOQAAAAAAAAAAAAAAAACyhtAcAAAAAAAAAAAAAAAAAFlDaA4AAAAAAAAAAAAAAACArCE0BwAAAAAAAAAAAAAAAEDWEJoDAAAAAAAAAAAAAAAAIGsIzQEAAAAAAAAAAAAAAACQNYTmAAAAAAAAAAAAAAAAAMgaQnMAAAAAAAAAAAAAAAAAZA2hOQAAAAAAAAAAAAAAAACyhtAcAAAAAAAAAAAAAAAAAFlDaA4AAAAAAAAAAAAAAACArCE0BwAAAAAAAAAAAAAAAEDWEJoDAAAAAAAAAAAAAAAAIGsIzQEAAAAAAAAAAAAAAACQNYTmAAAAAAAAAAAAAAAAAMgaQnMAAAAAAAAAAAAAAAAAZA2hOQAAAAAAAAAAAAAAAACyhtAcAAAAAAAAAAAAAAAAAFlDaA4AAAAAAAAAAAAAAACArCE0BwAAAAAAAAAAAAAAAEDWEJoDAAAAAAAAAAAAAAAAIGsIzQEAAAAAAAAAAAAAAACQNYTmAAAAAAAAAAAAAAAAAMgaQnMAAAAAAAAAAAAAAAAAZA2hOQAAAAAAAAAAAAAAAACyhtAcAAAAAAAAAAAAAAAAAFlDaA4AAAAAAAAAAAAAAACArCE0BwAAAAAAAAAAAAAAAEDWEJoDAAAAAAAAAAAAAAAAIGsIzQEAAAAAAAAAAAAAAACQNYTmAAAAAAAAAAAAAAAAAMgaQnMAAAAAAAAAAAAAAAAAZA2hOQAAAAAAAAAAAAAAAACyhtAcAAAAAAAAAAAAAAAAAFlDaA4AAAAAAAAAAAAAAACArCE0BwAAAAAAAAAAAAAAAEDWEJoDAAAAAAAAAAAAAAAAIGsIzQEAAAAAAAAAAAAAAACQNYTmAAAAAAAAAAAAAAAAAMgaQnMAAAAAAAAAAAAAAAAAZA2hOQAAAAAAAAAAAAAAAACyhtAcAAAAAAAAAAAAAAAAAFlDaA4AAAAAAAAAAAAAAACArCE0BwAAAAAAAAAAAAAAAEDWEJoDAAAAAAAAAAAAAAAAIGsIzQEAAAAAAAAAAAAAAACQNYTmAAAAAAAAAAAAAAAAAMgaQnMAAAAAAAAAAAAAAAAAZA2hOQAAAAAAAAAAAAAAAACyhtAcAAAAAAAAAAAAAAAAAFlDaA4AAAAAAAAAAAAAAACA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AACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAAAAAAAAAAAKkhNAcAAAAAAAAAAAAAAABAagjNAQAAAAAAAAAAAAAAAJAaQnMAAAAAAAAAAAAAAAAApIbQHAAAAAAAAAAAAAAAAACpITQHAAAAAAAAAAAAAAAAQGoIzQEAAAAAAAAAAAAAAACQGkJzAAAAAAAAAAAAAAAAAKSG0BwAAAAAAAAAAAAAAAAAqSE0BwAAAAAAAAAAAAAAAEBqCM0BAAAAAAAAAAAAAAAAkBpCcwAAAAAAAAAAAAAAAACkhtAcAAAAAAAA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p0Z7e3tks9l47LHHYv369fFf//Vfw8vt3r07Lrroovje974XhxxyyIz+XgDSQXARAAAAAACg8rlbOAAAMFqhN9dwYw0AqB5CcyQmk8nEaaedFu9973tj6dKl4y4ze/bsOOKII+Kss86Kf//3f4+rrroqBgcHhx//yle+Eqeeemq87nWvm3R7O3bsiGuuuSavr62tLW6++ea89Q888MA49NBD4x3veEd87WtfizVr1sTQ0FBERLz00kvx2c9+Nr70pS8V8icDAAAAAAAAAABQIZpa22LZ8g1JlwFAAtxcA8bq6emJzs7OcR/r7u6O9vb2MlcEMDNCc5RdfX19vOtd74pLLrkkDj/88Cmvd84550Qmk4nLL798uC+Xy8WXv/zluPbaaydd/4Ybbohdu3YNtxsaGmLdunX7DNytXLkytm3bFrfccstw309/+tP4/e9/H0uWLJly7QAAUEqj7342Ve5+BgAAAAAAAAAAAKRRfdIFUHve8573xBe+8IVpBeb+4qyzzhozK90999wTe/bs2ed6O3bsiDvuuCOv733ve18cc8wxk25z1apVMX/+/OH20NBQrFu3bhpVAwBAaf3l7mfT/VdI0A4AAAAAAAAAAACg0plpjrJraGiY0frvfve74/777x9uZ7PZePTRR+MNb3jDhOts3LgxBgcHh9t1dXXxgQ98YErba25ujrPOOiuuv/764b577rknstlstLS0FPAXAEDlMDsVAAAAAEByRh+jHejvnXDZ1V1bonn2i8Ntx2lJk5HvBe8DAJi6np6e6OzsHPex7u7uaG9vL3NFkIym1rZYtnxD0mUAkEKO30F1E5qj6ixevHhM3/bt2/e5zsaNG/Paxx9//LQOCJx55pl5obk9e/bEvffeG3/3d3835TGAylJoUCjCj1jS5S+zUwEAkxM2BwAAoNhGH6PdPTDx/zuzA7nYW+94LskrxQXJI98L3gfwvwRhAAAAkuf4HVQ3oTmqTlNT05i+Xbt2Tbj8nj174r777svrW7p06bS2edhhh8WCBQviueeeG+77xS9+ITQHVUxQCACA6fIbEgAAAAAAAACqkxtTANQeoTmqzrPPPjum76CDDppw+SeffDL27NmT1/emN71p2tt905veFD/84Q+H24899ti0xwAAAACoZmZcBAAAAABKaeQxyIH+3gmXW921JZpnvzjcdgwSAIpv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zs5xH+vu7k48lJeG87OVoBSvo5E3FZjpDQV83tUWoTkqziOPPBL/+I//GLt27Rruq6+vj8997nPx9re/fdrjzZ8/P6+9ffv22Lt3bzQ0NExrnG3btk06NgAAABRq5AmN6RjvhAYAAAAAALVn9HHmmV48D6STzwpIj2KGSGrBTG/EA0D1EZqjovzxj3+M888/f8ysbldeeWW8853vLGjMI444Iq+9d+/e6O3tjYULF05rnNGhuZaWlliwYEFBNQEAAMBoI09oAAAAAADAdI0+zuzieWA8PisqjyAPAEBpCM1RMZ566qlYsWJFvPTSS3n9l112WZx99tkFj3vkkUeO6du6deu0Q3NPPPFEXvs1r3lNwTUBAAAAQK0ysyYAAAAAVA9hHgox8jiwmewAAEiK0BwVYdu2bbFixYrYvn17Xv/FF18cK1asmNHYr371q2PWrFmxZ8+e4b5NmzbFiSeeOK1xHnroobz261//+hnVBQAAAEC+QsNUEU6kVxMzawIAAAAApNvI48BmsgOoXKPPzwo6A2kjNEfiduzYER/60IfimWeeyetfuXJlXHTRRTMef9asWfGWt7wlfvnLXw733X///dMao6enJ7Zt25bX9/a3v33GtQHp5UJPAACA6ROmAgAAklaKmVQKvQDNOSMAAACglEafnxV0Tl5PT090dnaO+1h3d3e0t7eXuSKobkJzJOqll16KFStWxJNPPpnXf84558Sll15atO2cdNJJeaG5Bx98MHp6eqb8pXHXXXfltWfNmhVvfetbi1YfkD4u9AQAAAAAACDCBWgAAAAAAEkQmiMx2Ww2PvzhD8djjz2W1//3f//3ceWVVxZ1WyeddFJcddVVMTg4GBERQ0NDsX79+viXf/mXSdfdtWtXfPvb387re9vb3hYtLS1FrREAAAAAAAAAAACgnEox2zLpV+iM2hFm1QYAykdojkS8/PLLccEFF8Rvf/vbvP6TTz45rr766qirqyvq9ubOnRvnnHNOrF+/frhv/fr1cfrpp0dHx75/eF977bXR2/v/P+br6uriwgsvLGp9AACk1+gDxdPhQDEAAAAAAABAZSk0LOT8L2liRm0AoBoIzVF2uVwu/umf/inuv//+vP63ve1t8YUvfCEaGhpKst0LLrggvvOd78SuXbuG67jwwgvjpptuite+9rXjrvP1r389vvGNb+T1nXzy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HWLvvfeO2rVrl/OKAQAAAAAgNc2bNy969uxZ4ON33HFH9OvXr9TzjBs3LgYMGFDg408//XR06dKl1PMAAABQOYTmAACAcrdx48Z4+umn46mnnipyUO6nli5dGqNHj47Ro0fH7bffHvvuu2+cffbZ0atXr0hLSyuHFQMUbPPmzbF58+bIzs6O5cuXx4wZM+Kzzz7LfTw9PT06d+4cRx99dBx33HFRv379ylssKa1Hjx4xf/783PYJJ5wQd955ZyWuCAAAAACg/A0ZMqRMQnODBw8ug9UAAACwvapS2QsAAABS27hx46J3795x1113lSgwl1dOTk588cUXcemll0bfvn3jk08+KYNVApSdLVu2xLhx4+L222+P7t27x+233x4rVqyo7GUBAAAAAEBKGDduXHz33XelGmPNmjXx7rvvltGKAAAA2B45aQ4AACg3Tz75ZPztb3+LLVu25Pt4jRo1Yp999om99torGjRoEPXr14/atWvHunXrYuXKlTF37tyYMmVKTJ06NTZt2pTU/+uvv46XXnopfvWrX5X3UwF+gerVqxfNmjVLqufk5MSaNWty/xT0GRcRsW7dunjmmWfiP//5T9x0001x7LHHlueSAQAAAADgF2Ho0KFxxRVXlLj/22+/HdnZ2WW4IgAAALY3QnMAAEC5uO++++Lf//53vo/tv//+cd5550W3bt0iIyNjm2OtXbs2Ro0aFYMHD44xY8ZETk5OWS8XKMQzzzxT2UuoFD169Ig777yz0GtycnJi0aJFMXny5Jg8eXKMHj06pk+fnnTdqlWr4qqrroqvvvoqrrnmmmKtY+TIkcW6np+fX+p7DAAAAACgqOrVqxerVq3Kbb/66qtx+eWXR5UqVUo03pAhQxLa9evXj5UrV5Zmib8od9555zb3UAAAACpbyf6PEQAAoBCvvPJKvoG5Jk2axOOPPx7PPfdcHHbYYUUKzEVE1KpVK4455ph4/PHH4z//+U/07NmzrJcMUCJpaWnRrFmzOOqoo+Kaa66J119/PZ566qk4/PDD873+sccei7vvvruCVwkAAAAAAD9vhx56aNStWze3vWjRovjoo49KNNaMGTNiwoQJue309PTo3bt3qdcIAADA9kVoDgAAKFPffPNN3HbbbUn1du3axcsvvxy/+tWvSjV+u3bt4oEHHoiHH344mjZtWqqxAMpD165d46GHHorbb789dthhh6THH3nkkRg+fHglrAwAAAAAAH6eqlevHr/+9a8TanlPiyuqwYMHJ7QPPvjgyMzMLPHaAAAA2D4JzQEAAGXqpptuig0bNiTUGjVqFE888UTstNNOZTZP9+7d49VXX42DDjqozMYEKEsnn3xyPPPMM1GjRo2kx2699dZYs2ZNJawKAAAAAAB+nk488cSE9siRI2PFihXFGmPz5s3xn//8p9BxAQAASA1VK3sBAABA6hgxYkSMHz8+qf6Xv/wlGjduXObzNWzYME499dQyGWvBggUxbdq0WL58eSxfvjzS09OjQYMGkZmZGfvss0/UqlWrTObJb96vvvoqli9fHitWrIiMjIxo2LBh7rz5hW3KwldffRWzZs2KJUuWxIYNG6JOnTqx6667RqdOncrtuRZk9erV8eWXX8acOXMiKysrtm7dGvXq1YtDDz00mjdvvs3+a9eujZkzZ8bs2bNj5cqVsXbt2sjIyIi6detGo0aNomPHjtGkSZMKeCYRa9asiUmTJsXs2bMjKysratSoEZmZmdG2bdto27Ztuc+flZUVEydOjO+++y6ysrKiZs2a0bBhw+jQoUO0adOm3OcvrtmzZ8eMGTNixYoVsWLFisjJyYlatWpFZmZmtG7dOlq1ahXp6emVvcxS2WuvveLWW2+NP/7xjwn1pUuXxqBBg+Lyyy+vpJVVjh/f70uXLo0VK1bExo0bo0GDBtGwYcPYa6+9KuROvsuWLYspU6bEvHnzIisrK9LS0qJBgwZxxBFHRMOGDQvtu379+vjmm29ixowZsXr16li7dm2kp6dHjRo1om7dutG8efPYeeednYQKAAAAAFAO9tprr2jfvn1MmzYtIiI2bdoUr7/+epx55plFHuPDDz+MpUuX5rYbNGgQPXr0iBkzZpT5etetWxeTJk2KpUuXxvLly2PdunVRv379aNiwYey+++7RsmXLMp9zy5YtMXHixJg3b14sWbIkIiLq168fbdu2jY4dO0bVqtv3r4wuXLgwvv7661ixYkWsXLkyNm7cGLVq1YpGjRpF69ato3Xr1pGRkVGqORYvXhwzZ86MefPmxZo1a2L9+vVRu3btqFevXuy0006x1157RfXq1cvoGQEAAJVp+/4/IAAA4GflqaeeSqoddthh0b1794pfTBEsXrw4nnzyyfjwww9j5syZBV5XrVq12HvvvWPAgAHRu3fvSEtLK9W8q1evjscffzzee++9+Pbbbwu8rnr16nHAAQfEqaeeGr169SrVnBE/bMw9+uij8dprr8W8efPyvSYjIyOOOOKIuPDCC6Ndu3YRETFv3rzo2bNnwnV33HFH9OvXr9D5rr322hg2bFhuu3nz5jFy5Mjc9qhRo+LJJ5+MTz/9NLZs2ZLUv6A5Nm/eHGPHjo0PP/wwPvvss5g+fXrk5OQUupadd945jj322DjjjDO2GYrJz9ChQ+O6665LqI0YMSJatGgRET+EEB988MEYOXJkbNq0Kd8xWrduHSeddFKceeaZUa1atWKvoTBFmb958+bxm9/8Jk455ZRiz3/GGWfEZ599lts+8MAD45lnninRWr/++ut4+umnY8yYMbFw4cJCr61bt2507do1evfuHUcccUSpN0ErS9++feOdd96JDz74IKH+4osvxoUXXrjN59WjR4+YP39+bvuEE06IO++8M+m6jRs3xiGHHBIrV67Mre2+++7x2muvlWr9jzzySNx9990JtYcffrjIn+3r16+PF154Id59992YPHlyvu/3H7Vt2zb69OkTAwcOjJo1axZrnYW9TnNycuKNN96IZ599NiZNmpTvZ8Yuu+wSXbp0yXfs9957L4YMGRIff/xxge+xn8rMzIx99903evbsGT169IjatWuXeO0/ld/n8U8NGzYs4XO3ID/+QsmaNWvikEMOiezs7G3OXRx//vOf4+mnn06ovfbaa7H77ruXalwAAAAAgH79+sUdd9yR2x46dGixQnODBw9OaPfp06dM9202b94cw4YNizfeeCO++OKLQr9T3nnnnaN3797xm9/8JurXr1+qeZcvXx4PPPBAvPnmm7F8+fJ8r6lXr16ccMIJcf7555dov+yntrUPWBxz586Np556Kj766KOYPXt2odfusMMOccABB8SRRx4Zv/71r4u0l7B8+fJ4//33Y8yYMfH5558nhCbzU61atdhnn31iwIABcdRRR0WVKlWK83QAAIDtiP+aBwAAysT8+fPj008/TaqffvrplbCawq1fvz7++te/Rq9eveLxxx8vNDAX8cNdKseNGxdXXHFFHH/88TF9+vQSz/3MM8/EEUccEQ8++GChgbmIiA0bNsTHH38cl1xySZx66qm5IYeS+O9//xvHHHNM3H///QUG5iJ+CN289dZb0a9fv3jkkUdKPF9h1q5dG5dddlmcd955MWbMmEIDNHm99dZbcfDBB8e5554bzzzzTEybNm2bgbmIiDlz5sQDDzwQPXr0iOeee640y0/y4IMPxkknnRTvvvtuoRufM2fOjL/97W/Rr1+/+N///lcmc+fk5MQ999wTJ5544jbnnz9/ftx2223Rv3//WLZsWZnMXxxz586Niy++OPr27RtDhgzZZmAu4oeA6fDhw+OKK66IE088sQJWWX7OPffcpNry5cvjo48+KrM5MjIy4rjjjkuoff311/HVV1+VatyhQ4cmtJs0aRKHHHJIkfq+8sorccQRR8Sdd94ZEyZM2Ob7/Ztvvom77747evXqFe+8806J1/xTS5cujTPOOCOuvvrqmDhxYpE+M360YMGCGDhwYFxyySXxwQcfFCkwFxGxZMmSeOedd+Kaa66Jhx56qKRLL3e1a9eOPn36JNQ+++yzUt1Red26dfHqq68m1Dp37iwwBwAAAACUibwht6+++iqmTp1apL7ff/990vfyZbn/8P7778cxxxwTN9xwQ4wdO3ab3ynPmTMnHn744ejZs2ep9q/efPPN6N27dzzzzDMFBuYiIlatWhVPPvlk9O7dO0aPHl3i+crK8uXL47rrroujjz46nnnmmW0G5iJ++A569OjRccMNN8TBBx+8zeuvuuqqOOSQQ+LGG2+Mt99+e5uBuYgf9oY///zz+P3vfx/HHntsfPPNN0V5OgAAwHZIaA4AACgTeU9QiojYcccd49BDD62E1RTs+++/jzPOOCMef/zx2LBhQ7H7T5s2LU499dQYNWpUsfpt2bIlbrrpprj99ttj1apVxZ53woQJcfrpp8d///vfYvf94IMP4rzzzosFCxYUuc+mTZvi7rvvjr///e/Fnq8w2dnZcfbZZ8e7775bov4zZsyIFStWlHj+devWxZ/+9Ke4+eabSzzGT911111xzz33xObNm4vcZ/r06XHmmWfGl19+Waq5t27dGtdcc008+OCDxQoe/u9//4sBAwbE2rVrSzV/cYwdOzZOOumkeP/994sVWPqpilxveTjggANijz32SKp/+OGHZTpPfqczDhkypMTjjR8/PmbNmpVQ69u3b6Snpxfab9OmTfF///d/ccMNN8T3339f7HmXLl0av//97+P+++8vdt+f+v777+PUU0+Nzz//vNh9582bF6effnqJ+v6cDBw4MKn2wgsvlHi8N998M1avXp1QO/XUU0s8HgAAAADATzVs2DB69OiRUMt787eCvPrqqwl7Oh07doz27duXek05OTlx7733xsUXXxzfffddsfuvWbMm/vSnP8VNN91UrD2fiIiXXnoprrrqqli5cmWR+6xcuTIuvPDCfPd3K8rXX38dJ510UgwdOrRY+2w/VZS9owkTJpR4/Igf9ib79+8fY8aMKfEYAABA5ala2QsAAABSw2effZZU23///aNKle3nXh1Lly6NU045JebPn5/0WLt27eKAAw6I3XbbLerWrRsREcuWLYuJEyfGqFGjEjZd1q5dG5deemm8+OKL0aFDhyLNfeONN+YbXKlevXoccsghsf/++0eTJk1i/fr1MX/+/BgxYkTSyXJr1qyJ3/3ud/HUU0/FfvvtV6R5J0+eHJdeemm+d7Ls1KlTHHbYYdGsWbOoXr16LF26NMaPHx8fffRRZGdnR0TEo48+Gg0aNCjSXEVx4403xuTJk3PbmZmZ0b1792jXrl00atQo1qxZE/Pnz4+RI0cWabzmzZvHHnvsEbvttls0bdo0atWqFTVq1Ijs7OxYsmRJfPXVV/Hxxx9HVlZWQr8XX3wx2rVrFwMGDCjxc3nnnXfisccey21Xr149Dj300NyfZXZ2dsyZMyfee++9pNBRVlZW/OY3v4mhQ4dGy5YtSzT/P//5z3j99ddz282aNYvDDjss2rVrFw0aNIjs7OyYMWNGDB8+POl0wVmzZsXdd98dN910U4nmLo4PP/wwLr744nw3JBs0aBAHHXRQdOzYMRo2bBgZGRmRlZUVCxYsiClTpsSECRN+9mG5n+rWrVvSqW8TJkwo0zk6dOgQe+yxR8I8b7zxRvzxj39MuPNuUQ0bNiypll8w76e2bt0aF198cb7h4szMzOjWrVt06NAh6tevH9WrV49Vq1bF//73v/joo48Swr0//pJBgwYNSnRq6datW+P3v/99zJ07N7fWsmXL6N69e+y6667RoEGDWLlyZcybNy+GDx+e1P/666/P90TEPfbYIw488MBo1apV1K1bN6pWrRpr166N1atXx8yZM2PatGkxZcqUYv9iQ1FUq1Yt4cS2GTNmJHy+16tXL5o1a1asMdu2bRsHHnhgwr/jr732Wlx11VWxww47FHuNeQN39evXj969exd7HAAAAACAgpx44okJN2j88XvwjIyMQvvlDdeV1SlzN998c7z00ktJ9fr168dBBx0Ue+65ZzRq1Chq1KgRWVlZ8c0338RHH32UtH/00ksvRZ06deKaa64p0rzvvvtu3HzzzUk3LExPT48uXbrEQQcdFE2bNo3NmzfHwoUL48MPP8zdp9u8eXNceeWV8Zvf/KaEz7rkpk6dGgMHDszdj/yp2rVrR5cuXWKfffaJRo0aRc2aNWPNmjWxePHi3L2j4gQEfyo9PT06dOgQbdu2zd0nqFWrVkT8sA87e/bsmDRpUowfPz62bt2a2y87OzuuuOKKePXVV4v9HTwAAFC5hOYAAIAyMWXKlKRap06dKmEl+du6dWtcddVVSYG5zp07x3XXXRd77713vv3OOuusWL16dTzwwAPx5JNP5m46bdiwIS699NJ47bXXonbt2oXO/dZbb+UbmOvZs2fcfPPN0bRp06THLr/88vjggw/i5ptvjsWLF+fWN23aFNdcc0289tprUadOnULn3bhxY1x77bVJgblWrVrF7bffHgcccEBSn7PPPjuWLVsWf/nLX+KNN96IiIh777230HmKatGiRblj1qhRI6688so4/fTT8w3yXHHFFQWeBNiuXbs46aST4rDDDotWrVptc96NGzfGSy+9FPfcc0+sWbMmt37nnXfGEUccke/ff1H89O+le/fu8ac//Snfsa666qp49dVX489//nPC6UurV6+OG264IZ588slIS0sr1txLliyJRx99NCIiatWqFddee22ceOKJ+Z7+dcUVV8S9996be/2PXnzxxTj//PNL/PyL4rvvvotrrrkmKTDXuHHjuOSSS+Lkk0+OqlUL/mpi48aN8dFHH8VLL70U3377bbmts6Lss88+SbWZM2fG+vXro0aNGmU2T79+/eLPf/5zbnvFihXxwQcfxJFHHlmscdavXx9vvfVWQq1z587RunXrQvv9+9//TgrM7bjjjnHttdfGkUceWeApdZs3b45hw4bFX/7yl4SN8r/85S+x9957x5577lms9U+YMCE3uFa/fv247rrr4vjjj8/3/XbNNdckfFaOGzcuPv3004RrWrZsGX/961+LFFpetWpVjB49Ol566aViv78L07Rp03jttddy2z169Ej4d61Hjx5x5513FnvcgQMHJoTmVq9eHW+++WacdNJJxRpnypQpSf890K9fv6hevXqx1wQAAAAAUJCDDz44mjZtmruHtnLlynj//ffjmGOOKbDP+PHjY+bMmbnt6tWrx7HHHlvqtQwZMiQpMFe/fv248soro2/fvgV+P5qTkxPvv/9+3HzzzbFs2bLc+mOPPRb7779/HH744YXOu3z58nwDc506dYo77rgjdtttt6Q+F198cXz++edx/fXXx5w5cyI7OzvhBpEVYcWKFXHppZcmBeZq1aoV559/fpx55pmF3tBty5Yt8emnn8aQIUPi7bff3uZ81apViyOPPDL69OkTXbt23eb+akTE/Pnz4x//+EfuvmbED6+xW265JR5++OFt9gcAALYf28+RDwAAwM/Wxo0bE04H+lFxAw7ladCgQTF27NiE2oABA+KFF14oMDD3o7p168a1116bEEKJiJg3b17SiTp5rV27Nm655Zakev/+/eP+++8vNLB0+OGHx3PPPZd0zfz58+Oee+4pdN6IiCeffDJmzJiRUGvdunU8//zz+QbmftSoUaO4++6744wzzoiIH4IzZeHH8ErNmjXjsccei7POOqvQk6/y20Q8++yz4/XXX4+zzjqrSIG5iIiMjIw444wz4rnnnksIOG7cuDGee+654j2Jn/gx1HfsscfGgw8+WOjPsm/fvjFo0KDcu1X+aOzYsQkBmKLatGlT5OTkRP369eP555+P/v37FxhEysjIiKuvvjr69++fUN+yZUu+Yc6ydM011yQEBSN+ONVq8ODBcdpppxUamIv4Ye09e/aMRx55JJ5++unyXGqF2GuvvZJqW7Zsyff0y9I47rjjkt5bee+eWxTDhw9PCJpGbPuuuxMmTIgHH3wwoda5c+d44403onfv3gW+TiMiqlatGieffHK88MILCe/VTZs2FekzL68fP3MaN24czz33XPTt27fAAFtaWlrCHYhHjBiR8Hi1atVi0KBBRT7ls169enHcccfFs88+GxdddFGx117RjjjiiNhxxx0Tatv69y0/efukpaXFqaeeWqq1AQAAAADklZ6eHn379k2obWvPY/DgwQntXr16Rd26dUu1jnnz5sVtt92WUGvVqlW89tprccoppxR6Q7G0tLTo1atXDBkyJOn72bvvvjspDJfXXXfdFStWrEio7b///vHMM8/kG5j70QEHHBAvvPBC7j5bWe0DFtWf/vSnpH2RHXfcMV544YU4//zzCw3MRfzwsz/ooIPi7rvvjuHDh29zvsGDB8d9990XvXr1KlJgLiKiefPmcffdd8ell16aUB81alRC8BIAANj+Cc0BAACltnjx4nw3bho1alQJq0m2bt26GDRoUEKte/fucdNNNxXrBKATTzwxTj755ITaU089FRs3biywz7Bhw2LVqlUJtb322ituvfXWIs3dsmXL+Ne//pV07dChQ5PG/amtW7fGiy++mFCrWrVq3HPPPUX+uVx//fX5hnxK66qrrio0tFeYom5m5Wf33XePK6+8MqGWd4O0uFq1ahV33HFHVKmy7f+97tSpU9x4441J9dKEwf7yl7/E7rvvXqRrr7rqqqTN2Y8//rjEc2/Lxx9/HJMmTUqoNWjQIB5//PFo1qxZscdr0aJFWS2t0hT03vvpaZJloUGDBtGjR4+E2kcffRRLly4t1jh5g3Y77LBD9O7du9A+Dz74YGzdujW3nZmZGY888kix3ru777573HzzzQm10aNHx9dff13kMX7q9ttvL/QXBPIzb968hPaBBx4Yu+yyS4nm39YG//YgPT09TjnllITalClT4ssvvyzyGFlZWfHmm28m1H71q1+V+O8NAAAAAKAw/fr1S2iPGTMmFi1alO+12dnZSaeSnXTSSaVew6BBg2LdunW57R9vHJk3BFeYZs2axT/+8Y+E2jfffBMjR44ssM/y5csTTkGL+OF0u/vuuy9q1KixzTkbN24c//73v7d5c8OyNmPGjHjnnXcSatWrV49HHnkk2rdvX+zxirJ3VJq9xYsvvjhhrzQnJ6fUe4sAAEDFEpoDAABKLe9JUj8qzSZEWRoyZEjCnRarVKkSN9xwQ4nGuvjiixMCbN9//31MnDixwOufffbZpNpNN91UpJDVjzp37hwnnHBCQi07O7vQk6M++uijpLs0nnjiicXacKpSpUpcd911Rb6+KHbeeecYMGBAmY5ZHH369En4+S1btixmzZpV4vGuvfbahNOptqVv377RsWPHhNrUqVOLFUz50YEHHhg9e/Ys8vX169ePww47LKH21VdfJQScytKjjz6aVLvxxhsjMzOzXOb7OahevXq+r5e8p7mVhbwnwm3evLlYpxouWLAg6XTOo446KuEEuLymT58eo0aNSqhdeeWVJbpT73HHHZd0muT7779f7HG6dOkShx9+eLH7rV27NqFdv379Yo/xc3PKKacknVBYnNPmhg0blvDLIRHhlDkAAAAAoNy0atUq9t9//9z21q1bC9w7e/vttyM7Ozu33bx58+jatWup5l++fHnSfOeee260bNmy2GPtt99+0a1bt4RaYd+JDx06NOmmnhdffHE0bNiwyHO2bds2TjvttOIttJQGDRqUtC91ySWXlCgwVxHS0tLi+OOPT6iNHz++klYDAACUhNAcAABQauvXr8+3XpKgxAcffBDt27cv1p9rr7220DHffffdhHbXrl1LtGEV8cPdHtu1a5dQ++yzz/K9duHChUmBrI4dO0anTp2KPW9+m1affPJJgdfnDbtElOyOmfvtt1+0bt262P0K0q9fv2Kd7lfW6tSpk3TaV97T0IqqadOmSSG0bUlLS4v+/fsn1UePHl3s+fOeelgUeU8OzM7OLvNTziJ+CIF9/vnnCbXmzZvH0UcfXeZz/dzUq1cvqVbQZ2hpHHzwwUkBxWHDhhW5/7Bhw5JOEM1719688n7W1qpVK4455pgiz/lTaWlpccghhyTUPv3002KPU9I7BecNyU2aNCk2b95corF+Lho1apT0Hn3rrbciKyurSP1feumlhHbTpk1LFFgEAAAAACiqvDeQy++77YgfbrD5U2WxX/Xhhx8mfb9fkr2bH3Xv3j2hXdh34nn3lTIyMqJv377FnvOUU04pdp/S+OCDDxLaNWvWrPDgXnHtsssuCe2pU6fGpk2bKmk1AABAcVXs+doAAEBKym/zaXuxcePGpFDUvvvuW6oxW7RoEdOmTctt/+9//8v3uvzuNHjUUUeVaM5OnTpFixYtYt68ebm1iRMnRk5OTr6benmfc8OGDUsU1ov4YZNu5syZJeqbV5cuXcpknB/l5OTElClTYurUqTF9+vRYtGhRrF27NtasWVNgwGXVqlUJ7QULFpRo7sMPP7xYJwb+qFevXnHTTTcl1EoS3DvwwAOL3WfnnXdOqmVlZUWzZs2KPVZhxo0bF1u2bEmoHXfccZGenl6m8/wc5XeyX3kESdPT06Nv377xyCOP5Na++eabmDx58jY/C3JycuLVV19NqLVs2XKbr7m8AeI999wzqlevXryF/0SLFi0S2l999VWxxyjpZ06nTp3izTffzG3Pmzcvbrzxxrjppptihx12KNGYPwcDBw6M119/Pbe9bt26GDZsWJx55pmF9vvss8/i22+/Taj1798/qlb11SMAAAAAUH6OPvro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Tk5OrFu3rsTBufzCF3nniMj/dKXSBLLy28SqDH//+99j48aNCbVDDjkk/vKXv0RmZmaRxymrO3+WJgxT1J/lz1V+r8Hs7OyUeo4l8dMT337Upk2bMtmgL0jt2rXjqKOOildffTW39sknn8TixYujadOmSdfnDdTVrVu3SHfdze+z9phjjol//vOfxV/0dqZ169bx97//PbKysuLDDz+MTz/9NL744ouYNWtW0gmrP1q3bl08/vjjMXLkyHj88cfLLKxbUU4//fR4/PHHY+vWrRHxQxh78ODBccEFFyRcN3r06KR/+0855ZRIS0ursLUCAAAAAPTt2zf++c9/5t54ccKECfH555/Hhx9+mHBdUW4SVxT5fSe+9957x8svv1wm4xcmv72Wst6zKg8F7R2Vl2XLlsUjjzySUKtatWpcc801MXDgwCLfeK8iThQEAADKj5PmAACAMnHAAQck1b744ovcX7ivLPXr10+qVdTdH+vWrZtUK83Jd1lZWUm1evXqJdVq1aqVtNGzcuXKEs9bmr5lJTs7Oz744IOE2p577hkPPvhgsQJzEWV3+mBpwoR5+6anp6dUoCy/911lnvq4vRg7dmxSbd999y33efP+EsDWrVvjtddeS7pu7ty5MW7cuITaMcccU6RQX4MGDZJq2+Ppc6VRp06dOO644+L222+Pt99+Oz799NN4+OGH43e/+120a9cu3z6zZ8+O888/Pynwu71r3rx5dO/ePaH28ssvJ/2b/sILLyS0q1evnnRHZwAAAACA8takSZM49NBDE2pXXnllbNq0Kbfdvn376NixY5nMV7du3aS9uMrcf8xvD7GoStO3OCp672jkyJGxbt26hNrVV18dZ599dpEDcxGpt9cBAAC/NEJzAABAmejRo0dSbeHChfHRRx9Vwmr+n8aNGyfVFixYUCFzN2zYMKk2c+bMEo/37bffJtXyC6pEROy4444J7enTp5d43mnTppW4b1n5/PPPk0In5513XlSrVq1Y4yxcuDBhg7Q0Zs2aVWZ9GzRokFInM+X3vtseXkeV6b///W++78P8PjvL2gEHHBAtW7ZMqOU9Ue7HWt6T04p6192GDRsmvYbznkCWaurVqxfdu3ePq6++Ol5//fV455134rTTTov09PSE67755psYPHhwJa2y5AYOHJjQnj9/fowePbrAdkRE79698/3FBwAAAACA8pb3++wlS5YktMvyhl9paWlJe3SLFy+OzZs3l9kcBWnUqFFSrSz3rMpLRe8dffLJJwntevXqJX3vXRRz584tqyUBAACVQGgOAAAoEy1atIgDDzwwqf78889Xwmr+n44dO0aVKon/6/P5559XyNx77rlnUu3LL78s8Xh5+9atWzd23nnnfK/t1KlTQnvGjBklPhlt4sSJJepXlhYtWpRU23///Ys9zoQJE8piORERMXXq1BL1W758eVJwM7/Xys/ZPvvsk1QbP358xS9kO/L4448n1Zo0aRLdunUr97nT0tLihBNOSKjNmjUr4f2Qk5OTdPpc27Ztkz5LClK9evXYfffdE2qzZ8+OpUuXlnDVPz+77rpr3HLLLfHXv/416bHhw4dXwopK56CDDopdd901ofbTk+XyO3nutNNOq5C1AQAAAADk1b1793wDZRER1apViz59+pTpfHvvvXdCe926dSXeOyqOXXfdNWrWrJlQK828U6ZMKe2SiqRz585JtfLcO8q7t9ipU6di34wzYvvYJwUAAEpOaA4AACgzZ511VlLtww8/jFGjRlXCan5Qv379pEDSzJkz8z21razlt/nz7rvvlmisKVOmxLx58xJqe++9d4Gnk+UNLW3evDnefvvtYs+blZVVqT+/H61YsSKpVq9evWKPU5K/g4KMHDkyKTBSFO+9915SLe/G6s/dfvvtF1WrVk2ovfHGG7Fly5ZKWlHlGjx4cNKJXBE/BIwyMjIqZA39+vVLChD/9LS5sWPHJp0MV9y77h500EFJtZ9jWKy0jjvuuNhjjz0SauV1t9y8p9qV5XssLS0tTj/99ITa6NGjY/78+bFp06ak0/P22GOPfAOzAAAAAAAVobBgXI8ePaJhw4ZlOl9lfSdepUqV2GuvvRJqn332WaxevbrYY33zzTcxe/bsMlpZ4dq0aZN02tzIkSMjKyurXObLu7dYkn3F5cuXx6efflpWSwIAACqB0BwAAFBmjjjiiHyDYtddd12lnjbUs2fPpNojjzxS7vM2a9Ys2rRpk1CbMmVKie7YmN+JfQcffHCB1x911FFJYYqnn346Nm/eXKx5n3322Vi/fn2x+pSHHXbYIamWX5CuMHPmzIkRI0aU1ZJi8eLF+QahtiVv0CQi4tBDDy2LJW03ateuHV27dk2ozZ8/v0xDiz8XkydPjj/96U9J9czMzDj77LMrbB3NmjVLOtXu7bffzn1//zRAFxFRtWrVOP7444s1R36ftY8//nixP3dSQevWrRPa5bXpX6tWrYR2dnZ2mY7fr1+/hDsWb926NV5++eV47733kv5dd8ocAAAAAFDZTjzxxGLVS6N79+5Je3EvvvhiicJrxZV3X2nDhg3x2muvFXucl19+uayWVCR59xGys7Pz3QMtC3n3FleuXFnsMZ5//vnYsGFDGa0IAACoDEJzAABAmbr11luTTk5atmxZnHPOObFgwYJKWdPAgQOjbt26CbX//Oc/+Z74VdYGDBiQVLvtttsiJyenyGNMnjw5hg0bllCrWbNmoadA7bjjjnH44Ycn1KZPn16ssOCMGTPioYceKvL15alJkyZJtU8++aTI/bdu3RrXX399mZ909te//jU2bdpU5OtfffXVmDx5ckJtzz33TLojaCr43e9+l1S7/fbbY8mSJZWwmsrxyiuvxBlnnJG0oZqWlha33nprUuCpvOX9zMjKyorhw4fHmjVrkj4PDzvssGjUqFGxxt9vv/3iwAMPTKjNnTs37rzzzpIt+Gfs+++/T2iX9R2Mf5T337a5c+eW6fi1a9dOCk8OHjw4nn322aTrjjvuuDKdGwAAAACguNq2bRtjxoyJjz/+OOFPedy8sHnz5knfn65Zsyauu+66Yu0DlkS/fv2S9mP//e9/F+uGk99++2288MILZb20Qp177rlJQcP7778/pk2bVuZz5d1bHD9+fLFuPPfNN9/Eww8/XNbLAgAAKpjQHAAAUKbat28f119/fVJ9+vTp0b9//xgzZkypxi/JqWd16tSJc889N6GWk5MTf/jDH+L9998v8VpGjRoVN998c6HX9O3bN+rXr59QmzhxYtx2221FmmP+/Plx2WWXxdatWxPqJ554YlJYIq8LLrggaePp3nvvjWeeeWab837zzTdx9tlnbxenzEVE7L///km1Bx98MNasWbPNvlu3bo2bbropPv/88zJf18yZM+OGG24o0ubn1KlT8/25n3nmmWW+ru1B165dk35uK1asiHPPPTcWLVpU7PHmzZtXVksrd2PHjo3zzz8/brjhhnzfQxdffHH06NGjwtfVq1evpM+NoUOHxltvvRXr1q1LqBcWyi3M73//+0hLS0uoPfPMM3HvvfeW+JcEpk+fHn/4wx9i1apVJepfEnfeeWd8++23Jeo7derUGDduXEJt9913L4tlJWnXrl1C+5tvvomFCxeW6RwDBw5MaC9dujS++OKLhFqfPn0STqQDAAAAAKgsjRo1iiZNmiT8yfu9dVm56KKLksJr77//ftx4442xcePGEo05b968uO2222L69OkFXtOwYcM49thjE2orV66Myy67rEgnoy1btiwuvfTSYt0YsizssssuSevesGFDnHfeeYU+34IUtneUd48qOzs7/v3vfxd53AsvvLDEP0MAAGD7ITQHAACUudNOOy0uuOCCpPr3338f55xzTgwYMCBGjx5d5I2GnJyc+PLLL+Omm26Kiy++uERr+u1vfxsHHXRQQi07OzsuueSSuPHGG4t8Os/s2bPjoYceimOPPTbOO++8pOBAXrVq1co3WPfcc8/FZZddFkuXLi2w76hRo+L0009PCkA0b948Lr/88m2uda+99opzzjknoZaTkxO33357nHPOOfHRRx8lbYZ9++23cdddd8UJJ5yQeyJY586dtzlXecvMzIz99tsvofbdd9/FueeeG/Pnzy+w38yZM+O3v/1tvPLKKxERUbVq1dhhhx3KZE3Vq1ePiB9Oj7vooosKPUHtP//5T5xzzjlJIb8uXbok3YU0lfztb39LCo1Onz49TjzxxHjppZdi8+bNhfbfuHFjfPDBB3HBBRfEWWedVY4rLZ1FixbF8OHD46677opjjz02zjrrrPjwww/zvfbCCy+MSy+9tGIX+P+rXr16/PrXv06offrpp/H4448n1Bo3bhzdu3cv0Rz77bdfXHLJJUn1+++/P84888ykMFlBVqxYEa+88kqcc8450adPn3jttdfK/KTIwgwePDh+/etfxznnnBMvv/xyLFu2rEj9Pvjgg/jd736XFHTu06dPeSwz9t1334T21q1b4/LLL48vv/yyzObYbbfdokuXLoVec9ppp5XZfAAAAAAAPxctW7aMP/3pT0n1V155Jfr37x8ffPBBkW4ot2bNmnj99dfjoosuiiOPPDKeffbZbYbfrrnmmmjQoEFC7bPPPouzzjorZsyYUWC/cePGxemnnx4zZ86MiIgaNWpsc31l6YYbboiWLVsm1BYtWhSnnXZaPPLII0k3+ctry5YtMXbs2Lj66qvjqKOOKvC6I488MqpUSfz12EGDBsU999xT6P7UG2+8Eaeeemru3nHt2rW39ZQAAIDtWNXKXgAAAJCarrjiiqhTp07cfffdSeGBcePGxbhx46JGjRrRuXPn6NixYzRs2DDq168ftWrVivXr10d2dnYsWrQoZs6cGRMnTiw0kNSsWbNtrqdq1apxzz33xKmnnpq7CRTxQ4js5ZdfjiFDhkTHjh1j//33jxYtWkT9+vVj69atsXr16li+fHlMnz49pkyZUmhAqyDHHHNMfPzxxzFkyJCE+rvvvhujRo2KQw89NPbbb79o0qRJbNiwIebNmxcjR46Mr776KmmsatWqxV133RV16tQp0tyXX355TJkyJcaOHZtQHzNmTIwZMyYyMjKiSZMmkZGREcuWLYvVq1cnXNe8efO4/vrr4+STT06o591kqgiXXnppnH322Qm1iRMnxlFHHRU9e/aM/fbbLxo3bhwbN26MxYsXxyeffBJffPFFwsbXRRddFEOGDCnRzzGvyy67LO66666IiBg5cmSMGTMmDjvssNh3330jMzMzsrOzY86cOfHee+8lvOZ+VLdu3fjzn/9cbnc33R40b9487rrrrrjooosSAppLly6Nm266Ke6555446KCDomPHjtGgQYOoXr16ZGVlxcKFC+N///tffPHFF5GVlZU7VkUbOXJkvqHGnJycyM7OjqysrMjKyipSmKt+/frxpz/9qdAN3IrQr1+/eOGFF3LbW7dujVmzZiVc06dPn6hateRfGV188cUxc+bMePPNNxPqn332WQwYMCBatWoVXbp0id122y3q1asXGRkZkZWVFatWrYoZM2bE1KlTY8aMGRUakivIj5+VN998c+y2227RoUOHaNOmTTRo0CDq1KkTW7dujZUrV8bMmTPjk08+yfe9vv/++8cxxxxTLuvr2bNn1K9fP1auXJlbmzRpUpx00klRq1atyMzMzA34/tRrr71WrHkGDBgQn376ab6P7bfffkkn3gEAAAAA/FKccMIJMWPGjHj00UcT6l999VVccMEFsdNOO0WXLl1i9913j/r160eNGjVy9xdmz54dU6ZMienTpxf71LeGDRvGrbfeGpdffnlCMG/ChAnRp0+f6Nq1a3Tr1i2aNm0aW7ZsiQULFsSoUaNi0qRJudfXrFkzfvOb3xT5BLayULdu3bjvvvtiwIABsXbt2tz6mjVr4u67746HH344unXrFnvvvXc0atQoatasGVlZWbFkyZL46quvYvz48UW60d2uu+4affr0iVdffTWh/uCDD8awYcPiqKOOivbt20fNmjVj1apVMWvWrBg5cmTMmTMn99oddtghrr766rjlllvK6ukDAAAVTGgOAAAoN7/97W9jr732iuuuuy7fkNL69evjv//9b/z3v/8t0fi77757/PGPf0w6Qa4g9erVixdffDH+8Ic/JJ0CtWXLlpg0aVJMmjSpRGvZlttuuy3S09Pj5ZdfTqivX78+hg8fHsOHD9/mGLVr145///vfSSeuFSYjIyMefvjhuOiii+KTTz5Jenzjxo0FBsh23HHHePTRR/MNz1TGXRW7desW5513XjzyyCMJ9U2bNsU777wT77zzTqH9+/TpkxuaKwtHH310LF++PAYNGhQRP/ws33333Xj33Xe32bdOnToxaNCgpDtppqJDDz00Bg0aFJdddllCsCciYvny5fHGG2/EG2+8UTmL24ZVq1bFqlWrSjVGzZo14+STT46LLroo6dS9ytCpU6do165dTJ8+vcBr+vXrV6o50tLS4u9//3u0bNkyHn744aS76M6ePTtmz55dqjkq2tatW2P69OmF/r3lp127dvGPf/yj3ILG1atXj2uvvTauvfbapMfWrl2bFIgsqSOOOCJ23HHHWLRoUdJjTpkDAAAAAH7prr766mjWrFnccccdSeG3BQsWxLBhw8pl3qOOOipuueWWuOWWWxK+i9+8eXN8/PHH8fHHHxfYt2rVqnH33Xcn7d1UhD322CNeeOGFuPDCC5P2KdesWRPvvfdevPfee6We54YbbojJkycn3fBu0aJF8dRTTxXat1q1avGvf/2rwk/iAwAAylbFHw0AAAD8onTp0iXefvvtuOqqq6JJkyalHq9KlSrxq1/9Kv7xj3/EsGHDihyY+1G9evXioYceiuuvvz4aN25cqrU0b968yOGS9PT0uO222+L//u//ol69esWea5999onnn38+unXrVuy+NWrUiMceeyxuuOGGIofdjjrqqBg8eHC0adMm39BQUU+6K2tXXnllXHjhhcU6nS09PT0uuOCC+Otf/1rmp7r94Q9/iEsvvTTS09OL3Kdt27bx1FNPRadOncp0LduzLl26xCuvvBLdu3cv8RiNGjUquwWVs/T09DjggAPixhtvjA8//DCuv/767SIw96PCPrc6deoUbdu2LfUcVapUiSuuuCIeeeSR2H333Us1Vp06deLkk0+OWrVqlXpdRVXafx/S0tLihBNOiOeffz6aNm1aRqvK3wknnBC33357uf79pKenx6mnnppUb9iwYaWfnggAAAAAsD0YMGBAPP/888W6+WV+atSoEb/+9a9jp512KtL1p556avz9738v1j5EvXr14oEHHogePXqUcJWl1759+3jllVeiT58+Jb7x3Lb2jurUqRNPPvlk7LPPPsUaNzMzM5544ok47LDDSrQuAABg++GkOQAAoNxVr149zjvvvDjnnHNi5MiRMXz48Pj000/j+++/L1L/Jk2aRMeOHeOAAw6IY489ttQBhLS0tDjrrLPi1FNPjSFDhsQ777wTEydOjA0bNhTar0qVKrHHHntEt27d4rDDDosDDjig2CGsM888M44//vh44okn4t133026s+FPVa9ePfbff/849dRT48gjjyzWPPmt/Ywzzog+ffrEiBEj4r333otZs2bF999/Hxs2bIjatWtHq1atcv+O27dvn9t36dKlSeOVJPhXFtLS0uL3v/99HHroofHggw/Gxx9/HFu3bs332h122CF69uwZv/vd70od2inMJZdcEt27d48HHnggRo8enXQH0R/tuuuucdJJJ8VZZ50V1apVK7f1bK923nnnePjhh2PSpEnxzDPPxCeffBLLly8vtE+jRo3ioIMOimOPPTYOPfTQClrptqWnp0dGRkZUr149GjRoEI0bN46WLVvGrrvuGh06dIjOnTtXaMCruPr06RN33313vq/V0p4yl9ehhx4ahx56aHzwwQcxdOjQ+Oyzz4p019qWLVtGt27d4uCDD47DDjuswu/k+s4778TUqVNj1KhRMW7cuJg0aVKsWbNmm/0aNWoURx11VPTv3z/22GOPCljpD04++eTo3bt3DB8+PMaOHRvffPNNLF68ONauXRvr168vkzk6duyYVDvxxBMjIyOjTMYHAAAAAPi569SpUzz//PMxbty4ePHFF+PTTz+NJUuWbLNfZmZmdOvWLQ466KDo2bNnsW9eeeyxx8ZBBx0U999/f7z11lsF7r/UqVMn+vbtGxdccEGpbx5XFho1ahR33XVXXHDBBfHkk0/GRx99FAsXLiy0T506daJbt25x9NFHR69evbY5R9OmTePZZ5+Nl19+OZ544omYO3dugdc2b948TjrppDjzzDOLfCNSAABg+5aW89NzuQEAACrQokWLYubMmbFw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tgcffHDevqecckpVe3x8PF544YUlzRdxeGjupJNOilWrVi15HAAAAAAAAAAAAAAAAKBxhOZouv/3//5fVfvlL3/5ssZ56XHj4+Pz9jv11FOr2uVyOfbu3bvk+R5//PGq9sknn7zkMQAAAAAAAAAAAAAAAIDGEpqj6aampqraRx111LLGWbt2bVX70KFD8/Y7/fTTD9tWa1W6WqampuKRRx6p2vaqV71qSWMAAAAAAAAAAAAAAAAAjSc0R9MNDg5Wtffv37+scX7+859XtY8++uh5+5144olx2mmnVW27//77lzTXgw8+GNPT01Xb3vSmNy1pDAAAAAAAAAAAAAAAAKDxhOZoumOPPbaq/fDDD8cLL7yw5HEeeuihqvb69etr9r3ggguq2t/61reiWCwueq6vfvWrVe3jjz8+zjrrrEUfDwAAAAAAAAAAAAAAADSH0BxN97rXva6qvX///rjnnnuWNMbDDz8cjz76aNW217/+9TX7v+Md76hql0qluPPOOxc119NPPx3f+MY3qra9/e1vX2SlAAAAAAAAAAAAAAAAQDMJzdF0v/7rv37YtpGRkZicnFzU8YcOHYprrrlmUeP+wubNm+PNb35z1bbPfe5zMT4+vuB8V199dUxNTVXaRx11VFxyySWLqhUAAAAAAAAAAAAAAABoLqE5mu7000+PN77xjVXb9u7dG5deeumCIbb9+/fH5ZdfHg899FDV9i1btsSv/dqvHfHYf/fv/l10dXVV2pOTk/Gv//W/rjnn7OxsfOpTn4pvf/vbVds/8IEPxNDQ0BHnAgAAAAAAAAAAAAAAAJKRSboAOtPw8HA88MADUSqVKtsefPDBeMc73hG/8zu/E29+85vj1FNPjf7+/igWi7F37964995746/+6q/iueeeqxpr9erVccUVVyw456ZNm+L3f//34wtf+EJl26OPPhrvfve746KLLoq3vOUtccIJJ8Rzzz0XDz/8cNx8882HhfNe8YpXxB/8wR+s8NYDAAAAAAAAAEByCoVC5HK5effl8/nIZrNNrggAAACgvoTmSMTGjRvjs5/9bPzBH/xBTE9PV7aXSqX44he/GF/84hcXNc6qVaviz/7sz+K1r33tovp/7GMfi5/+9Kdxzz33VLb9/Oc/jx07dsSOHTuOeOy6devi+uuvj/7+/kXNBQAAAAAAAAAAAAAAADRfd9IF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o0ePaNeuXTRt2jSWLl0aU6ZMib///e8xderUhGNGjx4d7dq1i+HDh5d7nFGjRsXf/va3hFh2dnaceOKJcfjhh8dWW20Vubm5MWvWrHjyySfjP//5z6b91qxZE+eee24899xz0blz5yq9X+qX+fPnx1577VXsa++//35stdVWtVwRAAAAAAAAAAAAAAAAJdE0R8pkZmbGEUccEb/85S9jzz33LHafVq1axbbbbhvHHXdcjBkzJv70pz/FunXrNr1+3333xeGHHx7bb799meMtW7YsbrrppoRYx44d46GHHko4fvPNN48tt9wyDjrooHj44YfjxhtvjMLCwoiI+P777+O6666LO+64ozJvGQAAAAAAAAAAAAAAAKhhjVJdAA1Po0aN4sgjj4wXXnghbrrpphIb5ooaOHBgXH311Qmx9evXx1//+tdyHX/vvffG6tWrN203btw47r777lIb7oYMGRKnnHJKQuyVV16JTz/9tFxjAgAAAAAAAAAAAAAAALXLSnPUuuOPPz4GDhxYqWOPO+64eO6552LixImbYm+//Xbk5+dHVlZWicctW7YsRo8enRAbPHhw9O7du8wxL7jggnjppZdiyZIlERFRWFgYd999d7mb9QAAAAAAAAAAAKA+atayY+w7aFyqywAAAKgwTXPUusaNG1fp+GOOOSahaS43NzdmzpwZffr0KfGY1157LdatW7dpOyMjI0499dRyjZednR3HHXdc3HPPPZtib7/9duTm5kaLFi0q8Q4AAAAwwUp94HtaNucIAAAAAAAAAIC6SNMc9c6OO+6YFFu6dGmpx7z22msJ2/3794+tttqq3GMee+yxCU1z+fn58e6778Zhhx1W7hwAAAAAAAAAAAAADYkH8AEAkCqNUl0AVFSzZs2SYqtXry5x//z8/HjvvfcSYnvuuWeFxuzWrVt06tQpIfbmm29WKAcAAAAAAAAAAAAAAABQ86w0R73z9ddfJ8Xatm1b4v5ffvll5OfnJ8R22223Co+72267xQsvvLBpe9asWRXOAQAAAFQPTyUFAAAAAAAAAABKommOeufDDz9MinXr1q3E/efOnZsU69GjR4XHLXrMF198UeEcAADUfZowAAAAAAAAAAAAAOq3RqkuACqioKAg/vWvfyXEevToEV27di3xmDlz5iRsN27cODp27FjhsTt16pSwnZubG4sXL65w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ceLECuWYP39+LFq0KCF2wAEHVLU0AAAAAAAAAAAAAAAAoJppmiOlvv/++zjjjDPiyy+/TIgPHDgwLrvssmob5+CDD07YnjRpUsyfP7/cxz/77LMJ21lZWfGjH/2oWmoDAAAAAAAAAAAAAAAAqo+mOVImNzc3fvWrX8WsWbMS4kcddVRcffXV1TrWwQcfHE2aNNm0XVhYGE8++WS5jl29enX84x//SIjtv//+0aJFi2qtEQAAAAAAAAAAAAAAAKi6zFQXQMO0du3a+O1vfxvTpk1LiB966KFx/fXXR0ZGRrWO1759+xg4cGBCo9yTTz4ZRx99dOy8886lHvuXv/wlFi9evGk7IyMjzjnnnGqtDwAAgPqlWcuOse+gcakuAwAAAAAAAAAAgGJYaY5at379+jjvvPNi4sSJCfH9998/brnllmjcuHGNjPvb3/42mjdvnlDHOeecE59//nmJxzz66KPx2GOPJcQOPfTQ6NWrV43UCAAAAAAAAAAAAAAAAFSNleaodXfeeWe88cYbCbHMzMzYeuut44477qhUzl69esXhhx9e6j5bbLFFXHzxxfGnP/1pU2zRokVxwgknxIknnhhHHHFEbLnllpGXlxczZ86MJ598Mt59992EHG3atInf/e53laoRAKAhsPJSw+BzBgAAAAAAAAAAAOoyTXPUusWLFyfF1q9fH0888USlc/7iF78os2kuIuLkk0+Ozz//PJ566qlNsdzc3HjooYfioYceKvXYZs2axZ133hldunSpdJ2w0QU3fhYrc9dv2s5blXxdbHTpbTMiu9XyiIho3SIzbrt05xqvDwAA6jvNnQAAAAAAAAAAAA2XpjkanBEjRkT79u3j7rvvjoKCgnId07lz57j99ttjl112qeHqaChW5q6PVT9omluTt77EfXPz1kdBo5JfBwAAAAAAAAAAAAAA4P/TNEeDk5GREeeee24ccsghcc8998Rrr70W69atK3bfLbbYIk488cQ444wzokWLFrVcKVReZVeyi7CaHQAAAAAAAAA1q1nLjrHvoHGpLgMAAACANKZpjlp3/fXXx/XXX5/qMmLHHXeM22+/PXJycmLKlCkxb968WLVqVTRu3DjatWsXO+64Y+y8886RkZGR6lKhwqxkB0BJTEJD7XCtAQAAAAAAAACUn99aAFDdNM3R4LVs2TL222+/2G+//VJdCgAA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+OKLTT9K2Kh79+7x5z//Ofr37x8ZGRkpqgwAAAAAgIZi4cKFccMNN8Tzzz8ft956a3Tv3j3VJZFi69ati3fffTfefffduPHGG2Pw4MHxq1/9qt42zwEAANQlmuYAACANzZo1K5577rk49thjU10K1LjOnTvHjjvuWKFjvvrqq8jLy0uIdevWrcITkCYs64/XXnstCgsLE2J33XVXbL/99imqCAAAAACA+iw7Ozu6detW7Gtr1qyJ5cuXx4oVK4p9/dNPP40zzjgjnnrqqejUqVNNlkktad++fbRv3z4pvmHDhsjJyYlVq1ZFbm5ubNiwocQcK1asiLvvvjueeeaZuOGGG2LvvfeuyZIBAADSnqY5AABIU3fccUf87Gc/i6ZNm6a6FKhR5513Xpx33nkVOuaUU06JiRMnJsRGjhwZAwYMqM7SqEOmTZuWsL3DDjtomCPljj32WA3uAAAAAFBP9e7dO5544olS9/nqq6/i3//+dzz22GOxfPnyhNe+/vrrOO+882LMmDE1WSa15MQTT4xhw4aVuk9hYWF89dVXMW3atPjkk09i/PjxsXDhwqT9Fi9eHEOGDIkrrrgiTjnllJoqmTQ0bNiwMr+HAADQkDRKdQEAAEDNWLRoUZkTdQANxaJFixK2t9lmmxRVAgAAAABAQ9GtW7c4++yzY9y4cdG3b9+k16dOnRovvvhiCiojFTIyMmLrrbeOn//853HFFVfE+PHj469//WvstttuSftu2LAhRo4cGaNHj05BpQAAAOlB0xwAAKSJ/fffP5o3b54Qu//++2PFihUpqgig7li1alXCdtG/lwAAAAAAUFO22GKLuO+++2KLLbZIes1Kcw1Xo0aN4pBDDolRo0bF+eefH40bN07aZ+TIkTF16tTaLw4AACANaJoDAIA00aFDhzj11FMTYitWrIj77rsvRRUB1B35+fkJ2xkZGSmqBAAAAACAhqht27Zx1llnJcU/+uijWL16dQoqoq5o1KhRnH322XHXXXdFo0aJP+lct25dXHnllVFQUJCi6gAAAOqvzFQXAAAAVJ9f/epXMWbMmPj+++83xZ588sk49dRTo1OnTimpacWKFTF37tyYN29erFixIvLy8qJ58+ax2WabRbt27aJv377Rpk2blNRWnxUWFsbs2bNj9uzZsWTJkli9enU0bdo0tt566zjkkEPKdfzChQtj7ty5sWjRosjJyYl169ZFq1atYrPNNotu3brFzjvvHJmZ/rOxsr799tuYPn16LFiwIFatWhUZGRmx+eabxyGHHBJt27Yt8/i6dO2sWbMmpk6dGnPnzo2VK1dGs2bNYvPNN48ddtghdtxxx2prQCsoKIgvv/wyZs2aFd99913k5uZGQUFBNG/ePFq0aBGdO3eOLbfcMrp165Y0aZxqX3zxRcyZMye+/fbb+P7776N58+bRrl276NSpU/Tt2zeaNGlS4zWsXr06pk2bFvPmzYvvv/8+CgoKolWrVjFgwIDYfvvtK5zv66+/junTp8fXX38deXl50aJFi9h6661j1113jc0226zceebMmROfffZZLF26NNatWxdt27aNbt26Rf/+/av1b0xubm7MnTs3vvzyy/j+++8jNzc3srKyonXr1tGuXbvo3bt3sU9xTjerV6+Ojz/+OJYsWRLfffdd5Ofnx+abbx7t2rWLnXfeudb+98CXX34Zn376aSxevDjy8/OjTZs20aFDh+jfv3+Fvj9l+f7772PmzJnx1VdfRW5ubuTl5UWTJk2iefPm0bZt29hyyy2je/fu0bp162obEwAAAAAq6yc/+Ulcd911CbH8/PyYPXt29O3bt9x5avue9LJly2LGjBnx9ddfR05OTqxZsyaaNm0azZo1iy222CK6du0a3bt3jxYtWlTbmBvvdS5btiy+++67WL16dbRp0ybatm0bO+64Y2y11VbVNlZdcdBBB8XQoUPjzjvvTIjPmjUrnn322Tj++OOrlD8/Pz8++eSTWLx4cXz33XeRk5MTrVu3jrZt28Z2220X2223XZXy16avv/46Zs6cGd99911899130bhx49h8882jQ4cO0a9fv2r9Lhb15Zdfxpw5c2L58uWxfPnyKCwsjBYtWkSHDh1i2223je7duxe7amB9tXLlypg2bdqma7GgoCDatWsX7dq1iz59+pRr3rM6zJo1Kz777LNYtmxZbNiwITbffPPo1KlT9O/fP7Kzs2ulBgAA6h+/fgQAgDTSqlWrOPvssxMm29auXRu333570gRcTVm7dm28/fbb8c4778QHH3wQX375Zan7Z2RkxHbbbRfHHntsDBw4sNwTGL/73e/i2WefLfH1gw8+uMwc5557bgwbNiwp3rNnz3LtV9Eau3btGq+//nqpxyxYsCCp9uuuuy6OPfbYiIhYvnx5PPLIIzF27NhYunRp0vFdu3YtsWnum2++iVdeeSXee++9+Oijj2LFihWl1tK8efPYY4894rTTTosf/ehHpe7bkJxyyikxceLETdt77rlnPPHEExHxv2bE559/Pp588sn4+OOPo7CwMOn4rbfeOgYMGJAUr61r54fuvPPOuOuuuxJiM2fO3PT/f/XVV3HPPffEiy++WOJTbtu3bx+DBg2KIUOGVHpCavr06fHUU0/Fyy+/HKtWrSpz/5YtW0bfvn3jxz/+cfz0pz9NagIq7joq6tlnny31b8hrr70WW265Zak5Fi9eHA8++GC89tprsXDhwhL3a9GiRey9995x6qmnFvvZl6Wsz2nKlCnx0EMPxVtvvZW0ol7E//6G/bBprrTvcETECy+8EA899FBMnz692HqysrLi8MMPjwsvvLDEBqz8/PwYPXp0PPnkkzFv3rxi92ndunUMGjQozj777GjevHmx+5Rm/fr18f7778ebb74ZEydOjFmzZhV7zf1Qt27d4sgjj4xTTjml3JO4xZ3/Hyq6ymtxfvGLX8T111+fFB87dmxcfvnlCbHyfPeK8+KLL8bTTz8dH374YbHfg4223377OOyww+KMM86Ili1bVnic0v6N3LBhQzz77LPx6KOPxqxZs4o9vnHjxrHnnnvG+eefH/369avw+BH/+3v597//Pf75z3/GJ598Uub+GRkZsc0228Qee+wRhx12WAwYMEBTOAAAAAAp0bVr18jOzo68vLyE+PLly8s8trbuSW+0cuXK+Nvf/hbjxo2Lzz//vMz9GzduHNtvv30MGDAgDjvssNhtt90q/NC99evXx7PPPhvPP/98fPTRR7Fu3boS9+3WrVscfvjhMWTIkLR6QOfQoUPjlVdeSZgHiIh47LHHKtU0V1hYGC+//HI8++yzMXHixKTv3g916NAhfvKTn8Svf/3rcj2ArSbna4uzePHiePTRR+PNN9+MuXPnlrhfkyZNYpdddonBgwfH4YcfXi0Pf5wxY0Y8/vjjMWHChFi0aFGp+7Zu3Tr22muvOPzww+OQQw6JrKyshNdr8ryVNadUXuvXr4+xY8fGc889F1OnTi1xpcOMjIzo1atXHHnkkTF48OCk91qWsubG8/Pz429/+1s8/vjjJf7da9KkSRxwwAFxwQUXRI8ePSo0PgAA6c+vQwAAIM2cdNJJSTeNn3vuuRgyZEilVhqqiMceeyzuuOOOyMnJKfcxG1dMu+GGG+Lee++NkSNHxqGHHlqDVdZfb7zxRvzud79LWEmwvE466aSYPHlymQ0lP7R69ep4++234+23345dd901/vKXv6RsxcL6YNmyZXH++efHhx9+WOFj6+K1M2rUqLjhhhti7dq1pe63bNmyuPPOO2Ps2LHx8MMPR/fu3cs9Rn5+fowcOTKefvrp2LBhQ7mPy8nJiQkTJsSECRPihRdeiL///e/lPrY6FBQUxF133RWPPPJIic2EP5Sbmxvjx4+P8ePHx49//OP44x//GF26dKlyHevWrYvrrrsu/va3v1Xo2i5JTk5OXHTRRfHmm2+Wul9+fn7885//jNdffz3uvPPO2HvvvRNenzNnTpx//vklNk1ttHLlyrjvvvvipZdeisceeyw6d+5c7lpfeOGFuOaaa8r1Q5If+uqrr+Luu++ORx55JC655JIYPHhwhY6viz777LO46qqrytU8FhGbVikdNWpUnH/++XHiiSdWSx2LFy+O8847L6ZMmVLqfgUFBfHee+/Fe++9F7/97W/jggsuqNA4H3zwQVxxxRWxYMGCch9TWFgYc+fOjblz58aYMWPigQceiP33379C4wIAAABAdWnZsmVS49LKlStL3D8V96RffPHFuOaaa+K7774r9zEFBQUxY8aMmDFjRjz22GPxwgsvVKiBZfz48XHjjTeW+CC2or766qu47777YtSoUXHhhRemxf3eiP81IQ0ZMiQuu+yyhPisWbNixowZseOOO5Y716RJk+Laa6+NTz/9tFz7L1myJEaNGhVPP/10nHXWWTFs2LBo1KhRheqvCWvWrInbb789Ro0aVea8VcT/5k8mTZoUkyZNinvvvTduvvnm2GGHHSo19vz58+P666+P1157rdxzMStXroxXXnklXnnlldhhhx1i3LhxlRo7Vd577724+uqr44svvihz38LCwpg+fXpMnz49Hn/88bjiiiviJz/5SbXU8fnnn8ewYcNKbZCM+N/n/eqrr8brr78eV155ZQwaNKhaxgcAID2k/r9oAACAapWVlRXnnXdeQmzDhg1xyy231PjY//3vfyvU9FPUihUrYvjw4XH//fdXY1Xp4YUXXohzzjmnUg1zEREfffRRlZpqpkyZEscdd1zMmDGj0jnS2dKlS+PEE0+sVMNcRN27dm699da45ppryjXxuNHChQvjpJNOisWLF5dr//z8/Pj1r38dY8aMqVDDXKqtXr06hg4dGnfffXe5fpxQ1FtvvRUDBw6s8rVUUFAQw4cPj1GjRlVbw9ypp55aZsPcD61atSrOPvvs+O9//7sp9t///jdOOumkMhvmfmjevHlxyimnlGuVwY3mzJlT4Ya5H1q9enVcc801MWLEiErnqAvefvvtGDx4cLkb5n5o+fLlMWLEiBg5cmSVr8H58+fHL3/5yzIb5oq6995747bbbiv3/m+99VacddZZFWqYAwAAAIC6prj5gNatWxe7byruST/99NNxwQUXVKhhrioKCwvjjjvuiKFDh5a7Ye6HcnJy4pprromrrrqqxNWw6puf/exn0bZt26R4Re7hjxkzJk477bRyN8z9UH5+ftx9990xdOjQUlemqw1Lly6NU045JR5++OEKzVttNHPmzDjxxBPjrbfeqvCx77//fhx//PExfvz4Ss/F5ObmVuq4VHnmmWfirLPOKlfDXFFff/11DBs2LB588MEq1zFt2rQYOHBgmQ1zP1RQUBB//OMfa/1hmwAA1G1WmgMAgDR01FFHxSOPPJLQyPDGG2/Ehx9+GHvssUet1bHNNtvEjjvuGD169IgtttgiWrRoEU2aNInc3NxYtGhRfPbZZ/Gf//wn1qxZs+mYwsLCuPXWW2OHHXaIAw44oMTcnTt33vQkxRUrVsSiRYsSXu/Ro0c0adKk1Prat29f+TdXi2bPnh1PPvnkpqaGxo0bR//+/WOvvfaKTp06RbNmzWLx4sXx2WefJXzmJcnKyorevXvHdtttF9tss020bt06WrRoEQUFBbFq1aqYO3dufPTRR0mTaMuWLYvhw4fH2LFjo2XLljXyXuujDRs2xPnnnx/z58/fFNtqq63igAMOiG222SY233zz+P7772PBggXxyiuvlCtnTV47ZRk9enTcd999m7bbtm0b+++/f/Tp0yfatm0ba9eujXnz5sX48eNj9uzZCcd+++23cdVVVyUcX5L7778/3nvvvaR4586dY999943tttsu2rVrF02bNo3Vq1dHbm5uzJs3L2bPnh1Tp04tdZK2SZMmSU9anTNnTqxbt27T9mabbVbqymbF/f3YsGFDnHPOOTFhwoSk11q0aBEHHnhg9O3bN7bYYovIycmJL7/8MsaPH580yb9kyZI4+eSTY+zYsdGtW7cSayjNHXfcEa+//vqm7TZt2sR+++0Xffr0iXbt2sWaNWvim2++iXfeeScyMjLKzHfZZZclXPO9evWK/fffP7bccsvIzs6OZcuWxfvvvx9vvPFGQoPV6tWr47LLLotnn302li9fHr/5zW82Nfc2adIkBgwYEAMGDIgOHTpEZmZmLFy4MF577bX4+OOPE8afP39+3HLLLfHHP/6xUueja9eusdNOO8V2220XHTt2jBYtWkSzZs0iLy8vlixZEv/973/j3XffTWrMGz16dOywww6lPoG4ffv2m75PeXl58dVXXyW83q1bt8jOzi61voqsolde77//fpx99tmxfv36pNd22mmnOPDAA6Nr167RrFmzWLp0aUycODHefffdyM/PT9j3iSeeiA0bNsRVV11VqTpyc3PjrLPO2tQwm5GREbvuumvss88+0blz58jOzo7ly5fH5MmT49VXX036UcMDDzwQBx10UOyyyy6ljvPdd9/FZZddllR/ZmZm7L777rHrrrtG165do0WLFpvq+vbbb2P27Nnx2WefVWhiHQAAAABqysKFC4u9v7355psnxVJxT3ru3LlxzTXXJDUINWvWLPbaa6/o06dPdOnSJbKzs6OgoCBycnJi6dKlMXv27Pjkk09i4cKF5TkNCUaMGBFjxoxJirdp0yb22Wef6NWrV7Rr1y6aNWsWq1atitmzZ8c777yT1NQzZsyYaNWqVVxyySUVrqGuadKkSeyxxx7x8ssvJ8TL++Cy+++/v9gHqmZnZ8c+++wTffr02TT/tGrVqpg3b15MmDAhaW7w9ddfj9///vclPvyspudrly1bFgMHDiz2e7XDDjvEHnvsEdttt92mptNvv/02pk6dGm+99VZCs1pubm4MGzYsRo8eHTvvvHOp9Wz05ptvxtChQ4u9B7/55pvHPvvsE7179462bdtGVlZWrFq1Kr7++uuYPn16TJkypdRmubo6z/3cc8/FFVdckRTPyMiIfv36xf777x+dO3eOxo0bx+LFi2PChAnxwQcfJDSrFhYWxk033RQZGRlx5plnVqqOb775Jm688cZNDcaZmZmx5557xoABA6Jjx47RtGnTWLJkSXzwwQfx1ltvJTXLXnfddbHPPvvElltuWanxAQBIL5rmAAAgDWVkZMRFF10UZ511VkL85ptvLnbSqTrH3XXXXePYY4+N/fffPzp16lTmMbm5ufHII4/Evffeu6mhpbCwMC6//PJ44403olmzZsUed955521aUW/s2LFx+eWXJ7x+//33p82N8Mcee2zTzf4999wzRowYEdttt12x+5b0hMXmzZvHT3/60/jZz34We+yxR4nn9Ydmz54d1113XfznP//ZFJs3b17ceuutlW6uSEdTpkzZ9Pm0adMmLr/88jj66KOLbVS65JJLEhq3NqrNa6cs1157bUT8b0J2+PDhcdppp0XTpk2T9jvvvPPiiSeeiOuuuy6hierNN9+MqVOnRr9+/UocY+3atfHQQw8lxJo3bx5XXnll/OIXv4hGjRqVWmN+fn58+OGHMXbs2GJXtuvYsWP885//TIgddNBBCZOqBx10UFx//fWljlPUgw8+WOyPE0444YS49NJLo1WrVkmvXXrppfHMM8/E9ddfHytXrtwUX7VqVVx00UXx1FNPRWZmxW/PPPDAAxHxvyba3/zmN/GrX/2q2Matc889t8wnr06dOnVTI9KWW24Zf/rTn2KfffZJ2u/UU0+N6dOnx29+85tYtmzZpvjMmTPjxRdfjOeff37T57HPPvvEiBEjonv37kl5fvOb38QzzzwTV155ZcJE5pgxY+K3v/1tub7/Ef+bED/++OPjxz/+cbHjFJWfnx9jxoyJv/zlLwlPcr7++uvjkEMOiY4dOxZ73KBBg2LQoEEREfHBBx/EqaeemvD6yJEjY8CAAeWqubosX748Lr300qTJ+i5dusTVV18d+++/f9IxZ5xxRnzzzTcxYsSIpKcRjxo1KvbZZ5845JBDKlzL3/72t03fsV122SVGjBgRvXr1Stpv8ODBsWDBghg+fHjCDy8KCgrijjvuSPqbUNTo0aOTVhfcd999Y+TIkdGlS5cy61ywYEGMHz8+nnrqqfK8LQAAAACoEa+++mpSrEmTJsXO+6TinvRDDz2U9OCqo446Ki6//PJiVz4r6vPPP4+XXnqp3Cs9PfPMM0lzl23atIkLL7wwjjnmmGLnJyL+Nx8yfvz4GDFiRHz77beb4g8++GDsvvvuceCBB5Zr/LqsX79+SU1z5Vk17r333ktqcmvWrFkMHTo0TjrppFIfjPnBBx/EH/7wh4SHx73wwgux++67F/vwuZqcr92wYUNcdNFFSQ1zu+66a1x++eUlPojttNNOi5UrV8bdd98djz766KYG0LVr18awYcPin//8Z5kPB503b15ccsklSffg27dvH+eee2788pe/LPU6ys/Pj3feeSfGjBkTn3/+edLrdXGee968eXH11VcnxXfYYYf485//HH379k167Ve/+lXMmTMnrrjiipg6dWrCa7fddlvsueee0adPnwrXcu+9926ad9h///3j97//fbHzQKeffnrMmDEjzjnnnITvSV5eXtx///1xzTXXVHhsAADST+m/QgMAAOqt/fbbL/baa6+E2NSpU5MmV6rTFVdcEaNHj44TTjih3E0PLVq0iHPPPTfuv//+hMmF7777LqnppaHa2FRy6KGHxsMPP1xiw1xElDh5+M4778T1118f++23X7mbqbbffvt48MEH47jjjkuIP/vss7FixYpyVp/+Nn4+7du3j1GjRsUxxxxT4speGRkZkZWVlRSvS9fO2rVrIysrKx544IH49a9/XeJ3KiMjI0499dRNk3o/9PTTT5c6xnvvvZf0JN0RI0bEcccdV2bDXMT/Vkvcd99945ZbbtnUPFbTFixYEHfccUdS/Pzzz48//elPxf44YaPjjjsuHn744aRJ2GnTpsXjjz9eqXoKCgqiUaNGccstt8R5551X6kpnJX2GG238AUSPHj1i9OjRxTbMbdS7d++48847k77j1157bbzxxhsREXHkkUfGAw88UGoj23HHHRfDhg1LiG3YsCGee+65Umvd6PTTT49x48bFaaedVq6GuYj/fW9OOeWUGDVqVMJnkZ+fH6NGjSpXjrri1ltvTWoY3XLLLeOpp54qtmFuo06dOsW9994bRx11VNJrV155ZcLqleW1ceL6wAMPjCeeeKLYhrkf1vjwww8nPQF3woQJ8fXXX5c6zmuvvZawve2228a9995broa5jWOffvrp8dJLL8Wee+5ZrmMAAAAAoDp999138eCDDybF+/fvn3SPN1X3pIveh9trr73ixhtvLFfDXETEdtttF+eee268/vrrsdVWW5W674IFC+JPf/pTQqx79+7xz3/+MwYOHFjqve2MjIz4yU9+Es8880zSvMott9yStFJefVRcs9HSpUtLfVBeTk5OXHzxxQkPO2zXrl38/e9/j1//+tdlNosNGDAgxo4dGz179kyI33nnnbF69eoKvoOqeeihh+L9999PiA0ePDieeuqpEhvmNmrdunX87ne/iz//+c8J8QULFpTrwWqXXHJJQtNpxP/mTf/xj3/EoEGDynwYYlZWVhx88MFx//33V3oeqLZdffXVSXN3vXv3jr/97W/FNsxt1KNHj3j88ceTfpewbt26YletK4+N3/GBAwfGfffdV+o80I477hiPPvpo0vz3v//971r/zgIAUDdpmgMAgDR28cUXJzU23HbbbUlPxasupU3QlWWfffZJWr2nrMabhqRr165x/fXXR5MmTSp1fGU/m0aNGsWIESOic+fOm2J5eXnx/PPPVypfOhs5cmSpDY2lqWvXzqWXXhp77713ufY988wzk1boevfdd0s9Zv78+QnbzZo1i5///OcVK/L/NG/evFLHVdSoUaOSVgk89NBD4+yzzy7X8X369Ema/I+IeOKJJxJWW6uI008/PQ4//PBKHVtUVlZW3HbbbbHFFluUue9uu+2W1Ji18Um+22yzTYwcObJcq+cNGTIkWrdunRB7++23y1VvVa6ZHXfcMS688MKE2D/+8Y9K56ttxTXGNm7cOO66665yNd1mZGTEddddFzvssEOZecura9eucdNNN5XZoBnxv6dEDx06NCG2YcOGhFVNi7NgwYKE7aOPPrrYJuSyZGRkVHolTgAAAACorGXLlsU555wTS5cuTXrthBNOSIql4p50Tk5OLF++PCF2/PHHl/igwNJkZmaWef/uoYceSmhqyc7OjgcffLDcDxeMiOjcuXPceuutCbHZs2fH66+/XrGC66CSGhW/+eabEo8ZPXp0LFu2bNN2o0aN4u67705qgitNq1at4q9//WvCnOTy5ctrdd529erV8dBDDyXEDjjggLjqqqsq9H087rjj4pe//GVC7LHHHktaTfGH3n333fj4448TYptvvnk8/PDDCfOl5VXbK8ZVxqxZs5Lu0bds2TLuvvvucs3HNG3aNO66666kOaZZs2aVOWdYkr59+8ZVV11VrodtduvWLU4++eSEWE5OTtLqdwAANEya5gAAII316dMnqaHiiy++qLPNAcccc0zC9n//+19PgPs/w4cPjxYtWqRk7KZNm8ZPf/rThNjkyZNTUktdNWDAgDjwwANTNn51XjtbbbVVDB48uNz7N2nSJI444oiE2DfffLOpiao4ubm5CdutWrUqV5NVqqxduzbp72aTJk3iD3/4Q4XyHHHEEUkrXH399ddJT+4tj40rDVaXo48+ukKT5oceemix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dcU1EFZl3qF3794JTXMbx6hI01x1zTvUh3kfAABqnqY5AABoANq2bRtDhgyJO++8c1MsJycn7r777vjDH/5QrWONGTMmbrzxxmp7cpub2RHt2rWrco6cnJz4wx/+EC+++GI1VPT/c2qai2prPK0r185mm21W4WOKa7gqaXWvjUaMGBGnnHJKwtNt165dG88991w899xzm56A2q9fv+jbt2/sscce0b59+wrXVh2KTp42adKkUg1iG2233XYJP1DYsGFDrFixIrbYYoty56iOvwsbVeZHA8X9mKO2vjsbjR8/PkaMGFHlBtON6sO/N8VN5Pfo0aPS+Yo7tqI/eqjM02Yjkr9DZX3uhxxySBxyyCFJP4yYPXt23HDDDXHDDTdE586do3///tGnT5/Yddddo1evXhVuCAUAAACA6pCVlRUtW7aM1q1bR/fu3aNXr16xxx57xIABA6JRo0alHpvKe9KDBg2K559/PqZNm5YQnzp1akydOjX++Mc/xtZbbx39+/eP3r17R//+/aNnz54lrn5Wkm+++SZhuyqr9pXk+++/r9cP2iqpaa5oY9BGRc/punXrauSc1rSi7yPif01vRRvfqqKk9/Htt98mxXbYYYdqG7cuqu55h+22265cY5SmtuYdAABoGPxqBAAAGoghQ4bEU089ldBcMHr06DjttNNiq622qpYxHnjggbj55purJddGbmaXPPlVXjk5OXHmmWfG1KlTq6eg/1OVlerSSVU/n4i6de2U9GTb6tavX7+477774sILLyx2smzdunUxefLkhCej9ujRIw477LD4+c9/Httuu22t1BmRPDFd3Mp6FVFck1pFm+aq43u3UXV95rXZnDRu3Li47LLLoqCgoNpy1od/b1asWJEUq8r3sbhGx+LGKE1tfu4333xz/OEPf4jnn3++2NcXLVoUzz///KbXs7OzY999940jjjgiDjnkkAqt5ggAAAAAZdlzzz3jiSeeqPa8qbwnnZWVFffdd19cdNFFMWHChGLzzZs3L+bNm7dpNak2bdrE/vvvH0ceeWTst99+ZTYFrlmzJtasWVOJd1IxtTFGTSrugXEZGRklrvRXGw1ttXFOa+N9FF3JbqPi7o/X59UKy6O633Nx8w4V/Uw9DA8AgOrkf10CAEADkZ2dHUOHDo2rr756U2zdunXxl7/8JW655ZYq5580aVKxTT/Z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XNGHpkZETJo0qVprqw29e/eORo0Sf9b64Ycf1srY/fr1S4pNnjy5VsZOlV69eiXFqnveobgxAACgtmiaAwCABmjPPfeMH//4xwmxzz77LJ5//vlK5Vu+fHnCdmWfTvniiy9W6rjGjRsnxTZs2FCpXBERrVq1StiuzCpeixcvrhNNc0WfQtmmTZsK55g5c2aVnihIyVJ97dRH2267bRx//PEJsdWrV9fo9bbbbrslxV566aVK5XrjjTdi7dq1CbFdd921UrkaoqLXTETlrpu68u9NZcYv+sOHuXPnVnrVtJdffjkplo7fxwsuuCDps0v3pwMDAAAAUH/Vx3vSmZmZcdFFFyXFS7oPt88++yTFXnnllWqvqz664447ir3ne+qpp5Z63L777psUq81zWl33z9u0aZPUZDV37txiVzCrbv3794/MzMyE2PPPPx8FBQU1Nmaq5x3at28fW221VULsgw8+KHalw7Lk5+fH66+/nhDLzs6Onj17VqVEAACoEk1zAADQQF100UVJT+n7y1/+EuvWratwrubNmydsr1y5ssI38ydOnFjpJ0gWXXUqIiIvL69SuSIittlmm4Tt6dOnV/j9jBkzptLjV6ein01xDSdlefTRR6upGopK9bVTX2277bZJsVWrVtXYeH379o3WrVsnxN54441YvHhxhXP97W9/S4r96Ec/qnRtDU3Rayai4n/Xvvrqq3jttdcqNX7RlUgjInJzcyuVq7KK+76MHj26wnkmTZoUs2bNSoj17Nkz2rdvX+na6qrNN9882rZtmxCr7CqyAAAAAFDT6us96eLu3Zd0H+6AAw5IahYaPXp0rFy5skZqqy/Gjx8f9957b1J8p512iqOOOqrUY/fYY4+kB4O+8sor8eWXX1ZniSWqzvnagw8+OCl2//33VypXRbRs2TL22muvhNjChQtr9OGV1T3PXRlF/ybk5+fH2LFjK5znhRdeSGq222uvvYptDAQAgNqiaQ4AABqonj17xtFHH50QW7BgQTz11FMVzrXFFlskbK9ZsyYmTZpU7uNXr14dV155ZYXH3ai4VYYqszrcRkWfXvjtt9/Ge++9V+7jv/7663jiiScqPX51KvrZTJgwoUJNWRMmTIhnn322usvi/6T62qmvli5dmhQr2hBTnbKyspJWt8vPz49rr722QnleeumleP/99xNiXbt2jYMOOqjKNTYURa+ZiIj//Oc/5T5+w4YNccUVV1T6qbBFf6gS8b9/O2vTcccdF02bNk2IjR49OmbMmFHuHOvXr48//elPSfFTTjmlyvXVRWvXro0VK1YkxDbffPMUVQMAAAAApauv96SXLFmSFCvpPlzXrl2T5ilzcnLi8ssvj8LCwhqpry7bsGFD3H333TF8+PCk95+VlRUjR45MehhqUdnZ2XH66acnxAoKCuKSSy6J/Pz86i45SXXO15588slJ9+P/9a9/xauvvlqpfBXxq1/9Kik2cuTIYr/f1aG657kr46STTkqK3X333RV6zzk5OXHzzTcnxdN13gEAgPpD0xwAADRgw4cPj6ysrITYyy+/XOE8u+++e1LstttuK9eqdWvWrInzzjuvSk853H777ZNib731VqXz7b///kmxW265pVzvZ8WKFTF8+PA68yTMop/N/Pnzy90Y+emnn8aFF17YICcna0uqr51UefTRRyvU6PRDOTk5SY2crVu3ji5dulRHaSU6+eSTo0mTJgmxl156KR588MFyHf/ZZ5/FH/7wh6T4qaee6gmbFVDcNXPPPfeUa9WwDRs2xFVXXRUffvhhpcfv3Llz0pN6q/LvTWW0bds2jjnmmITY+vXrY/jw4eWawC4sLIw//OEPSU127dq1K/NJxakyb968+Otf/xrfffddpY4fPXp00o9Cdtxxx+ooDQAAAABqRCruSU+ePDkee+yxct1vLc7jjz+eFCvtPtw555yTNE85fvz4uPLKKyvd5LVgwYL405/+FLNmzarU8bVtw4YNMX78+Bg8eHDcfvvtSQ98y8jIiD/+8Y/Ru3fvcuU7/fTTkxoVp02bFsOHD49Vq1ZVqsZvv/02brvttjLndapzvrZVq1Zx5plnJsQKCwvj0ksvjfHjx1cq58Z6RowYUeo+e+21V9JcxPLly+PMM8+Mb775psJjlvXgveqe566MHXbYIWm1uVWrVsW5554bubm5ZR6fn58fw4cPT3roZc+ePWOfffap1loBAKCiNM0BAEAD1qVLlzj55JOrnKdv377RtWvXhNjkyZNj2LBhpf7Afdq0aTF48OBNN/5btmxZqfHbtGkT2267bUJs7Nix8eijj1ZqAmi33XaLHj16JMQ+/fTTGDZsWHz//fclHvf+++/HwIED45NPPomISFoJKBUOP/zwpNi1114bo0aNKrEZrqCg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//zzY9q0aVFUVLTfNVetWhW33357/Pa3v42GhoYW1wwZMiTOOeecuOSSS6KkpGS/awIAAAAAAAAAAAAAAABdJ6+pqakp202QfT/84Q+bQ3KJRGKf6zszNNfQ0BAzZ86M++67r8173vGOd8Qtt9wSo0aN6lDNpqamuP322+PWW2+NVCrVpj3Dhw+Pm266KY444ogO1QQAAAAAAAAAAAAAAAC6ntAcERExfvz4dq3vrNBcKpWKq6++OhYtWtTuvQcffHDMmzcvxowZ0+69N9xwQ8yfP7/d+4qLi+POO++MY445pt17AQAAAAAAAAAAAAAAgK5XmO0G6Nm+973v7RGYGzBgQJx//vkxderUGDZsWGzdujWWL18ed999d/z5z39uXrd58+a4/PLL46GHHoqysrI217zvvvv2CMyVlJTEueeeGx/60IeioqIikslkrF69OubNmxdPPfVU87r6+vq48sor4+GHH45hw4Z18FUDAAAAAAAAAAAAAAAAXcVNc0TEnjfNlZSUxJQpU2LKlClx+OGHx/Tp09Oed8ZNcytXrowzzzwzdv0SHDduXMydOzfKy8v3WN/U1BQzZ86Me+65J23+kksuia9+9attqrlp06aYOnVqvP32281z5eXlMXfu3Bg3blyLe+66666YNWtWWp+nn3563HzzzW2qCQAAAAAAAAAAAAAAAGSOm+aIiIgjjjgiDj/88OY/hx12WOTn5zc/3z001xluvPHGtCBaaWlpzJkzp8XAXEREXl5eXHvttfHaa6+l3U43f/78uOiii1rdt6s77rgjLTBXUFAQt912W6uBuYj/DuWtX78+7r333ua53/zmN/HCCy/E5MmT91kTAAAAAAAAAAAAAAAAyJz8fS+hJ3jggQfiG9/4Rnz84x+PsWPHpgXmusKLL74Yjz/+eNrc1VdfHcOGDdvn3uuvvz6Ki4ubx/X19TF37tx97tu0aVMsWLAgbe68886LKVOm7HPv9OnTY8iQIc3jpqamuO222/a5DwAAAAAAAAAAAAAAAMgsoTmy4le/+lXauKSkJM4+++w27R0yZEicdtppaXO//vWv97lv0aJF0dDQ0DzOy8uLCy+8sE01S0pK4hOf+ETa3O9///tIJpNt2g8AAAAAAAAAAAAAAABkhtAcWbFo0aK08Qc+8IEoKytr8/6zzjorbfzmm2/G8uXL21XzqKOO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c2csWLCgzfurq6tj0aJFaXO73ya3q1NPPTWKioqax01NTTFv3rw21Xr77bfjJz/5SdrcSSedFKWlpW3uFwAAAAAAAAAAAAAAAMgMoTmyom/fvnHxxRenzd15552xdu3afe5tamqK6667LhoaGtLmL7jgglb3DBo0KM4555y0uXnz5sWKFSv2We/GG2+M6urq5nFeXl5cccUV+9wHAAAAAAAAAAAAAAAAZF5hthug57rkkkvi/vvvj82bN0dERH19fVxyySVx5513xrhx41rcs2PHjrjuuuvi8ccfT5s/8cQT453vfOde611++eWxcOHCePvttyMiIpVKxRVXXBF33nlnjB07tsU9d999d9xzzz1pc6eddlpMnjy5LS8RAAAA6CLFZeVxwrRHst0GAAAAAAAAAABwAHLTHFlTVlYW3/zmN9Pm3nzzzfj4xz8eN9xwQzz77LOxcePGqK2tjbVr18Z9990XH/nIR+LBBx9M2zN48OCYOXPmPusNHjw4rrnmmrS59evXx6c+9amYNWtWLF++PLZu3RpvvPFGPP7443HppZfGzJkzo6mpqXl9//7945//+Z/341UDAAAAAAAAAAAAAAAAXclNc2TVBz7wgZgxY0bMmjWrea6hoSHmz58f8+fP3+f+AQMGxG233RaDBw9uU73zzz8/1qxZE/fff3/zXDKZjLlz58bcuXP3ure4uDhuueWWGD58eJtqAQAAAAAAAAAAAAAAAJnnpjmy7tJLL41Zs2ZFaWlpu/ZNnjw5HnjggTjiiCPate+6666Lq666KgoKCtq8Z9iwYXHvvffGscce265aAAAAAAAAAAAAAAAAQGa5aY4Dwsc+9rE4/vjjY86cOfHwww/Htm3bWlyXn58fhx9+eHzmM5+JM844I/Ly8tpdKy8vL6688sqYOnVq3H777bFo0aJoaGhoce3gwYPj3HPPjYsvvrjdoT4AAAByy/RZK6ImmYqIiLra6lbXzZi9Mkr6bmke9ystjNkzJnV5fwAAAAAAAAAAAPw3oTkOGIMHD45rr702vvrVr8by5cvjr3/9a2zevDmamppiwIABMXjw4HjXu94V/fv375R6EyZMiJtuuineeuutWLJkSbzyyitRW1sbBQUFMXDgwJgwYUJMmjSpQ8E8AAAAck9NMhW1fw/N1delWl2XrEtFY37rzwEAAAAAAAAAAOhaQnMccAoKCuLII4+MI488MiP1ysrK4sQTT4wTTzwxI/UAAACgLYrLyuOEaY9kuw0AAAAAAAAAAIBuR2gOAAAAuplEIhGVlZUtPquqqoqKiooMdwQAAAAAAAAAAAAHDqE5AAAA2kVgCwAAAAAAAAAAADiQ5We7AQAAAAAAAAAAAAAAAADoLEJzAAAAAAAAAAAAAAAAAOQMoTkAAAAAAAAAAAAAAAAAckZhthsAAAAAct/0WSuiJplqHtfVVre6dsbslVHSd0tERPQrLYzZMyZ12fntqQEAAAAAAAAAAED3IDQHAAAAdLmaZCpqdwm11delWl2brEtFY37rz7NxPgAAAAAAAAAAAN1HfrYbAAAAAAAAAAAAAAAAAIDO4qY5AAAAepREIhGVlZUtPquqqoqKiooMdwQAAAAAAAAAAAB0JjfNAQAAAAAAAAAAAAAAAJAz3DQHAAAA0AMVl5XHCdMeyXYbAAAAAAAAAAAAnU5oDgAAgANKIpGIysrKFp9VVVVFRUVFhjsCAAAAAAAAAAAAupP8bDcAAAAAAAAAAAAAAAAAAJ1FaA4AAAAAAAAAAAAAAACAnCE0BwAAAAAAAAAAAAAAAEDOEJoDAAAAAAAAAAAAAAAAIGcIzQEAAAAAAAAAAAAAAACQM4TmAAAAAAAAAAAAAAAAAMgZQnMAAAAAAAAAAAAAAAAA5IzCbDcAAADkjkQiEZWVlS0+q6qqioqKigx3BAAAAAAAAAAAAEBP46Y5AAAAAAAAAAAAAAAAAHKG0BwAAAAAAAAAAAAAAAAAOUNoDgAAAAAAAAAAAAAAAICcITQHAAAAAAAAAAAAAAAAQM4ozHYDAAAAdJ5EIhGVlZUtPquqqoqKiooMdwQAAAAAAAAAAACQWW6aAwAAAAAAAAAAAAAAACBnuGkOAAAA9tP0WSuiJplqHtfVVre6dsbslVHSd0tERPQrLYzZMyZ1eX8AAAAAAAAAAADQkwjNAQAAwH6qSaaidpfQXH1dqtW1ybr/z96dh0lVXnkAPtXdINANsiMgaFwRkUQligtC3OKagKKgxhgxOmrAROOgxnESdYz7EDVuo2Zi3CKauEVUFBfccMUVQYVIOgYREOimm63hzh9OlxTQQDddVRS87/PUM/19de85517o5A/ml68mlhXV/X2+rBj8W9fQX8SGG/xrVtYp9jnusYKtDwAAAAAAAAAAQMMJzQEAAAAZwb9CDP0BAAAAAAAAAABALaE5AACgoJSXl0ffvn1X+92ECROiW7duOZ4IAAAAAAAAAAAAgA2J0BwAAABs4M6+alJUVH1zult15cw6rx05anK0aDk3vW5VWhKjRvbM6nwAAAAAAAAAAACwIRGaAwAAgA1cRVVNVK4QmltUXVPntVXVNbGsqO7vAQAAAAAAAAAAYGMnNAcAAMAaNfSUMyecAQAAAAAAAAAAAPkgNAcAAMAaOeUMAAAAAAAAAAAAKCRF+R4AAAAAAAAAAAAAAAAAABqLk+YAAADIq7OvmhQVK5xkV105s85rR46aHC1azk2vW5WWxKiRPbM6H9nRrKxT7HPcY/keAwAAAAAAAAAAgI2Q0BwAAAB5VVFVE5UrhOYWVdfUeW1VdU0sK6r7ewAAAAAAAAAAAAChOQAA2ISUl5dH3759V/vdhAkTolu3bjmeCAAAAAAAAAAAAAAaV1G+BwAAAAAAAAAAAAAAAACAxiI0BwAAAAAAAAAAAAAAAMBGoyTfAwAAAEC2nX3VpKioqomIiOrKmXVeN3LU5GjRcm563aq0JEaN7Jn1+QAAAAAAAAAAAIDGIzQHAADARq+iqiYq/z80t6i6ps7rqqprYllR3d8DAAAAAAAAAAAAG76ifA8AAAAAAAAAAAAAAAAAAI3FSXMAAORMeXl59O3bd7XfTZgwIbp165bjiQAAAAAAAAAAAACAjY2T5gAAAAAAAAAAAAAAAADYaAjNAQAAAAAAAAAAAAAAALDRKMn3AAAAwDfKy8ujb9++q/1uwoQJ0a1btxxPRGPzZwwAAAAAAAAAAACQXUJzAADAejn7qklRUVUTERHVlTPrvG7kqMnRouXc9LpVaUmMGtkz6/PVl1AbAAAAAAAAAAAAQGHbaEJzS5Ysic8//zxmzJgRlZWVsXDhwli4cGFERDRv3jyaN28erVq1ii5dukTnzp2jadOmeZ4YAAA2DhVVNVH5/6G5RdU1dV5XVV0Ty4rq/h4AAAAAAAAAAAAAGkNBhuYqKirirbfeig8++CDef//9+Oijj2L27NnrfH8qlYr27dvHTjvtFL169Ypddtkldt9992jZsmUWpwYAAAAAAAAAAAAAAAAg2womNPfxxx/Hs88+G+PHj4/33nsvli1blv4uSZJ61UqSJL788suYNWtWjB8/PiIiiouLo3fv3rHffvvF/vvvHzvssEOjzg8AAAAAAAAAAAAAAABA9m3QoblZs2bF3/72t3jkkUdiypQp6f2VQ3KpVKpB9VesU1NTExMnToyJEyfGddddFzvssEMMHDgwDj/88OjYsWPDHgAAACAHzr5qUlRU1URERHXlzDqvGzlqcrRoOTe9blVaEqNG9sz6fAAAAAAAAAAAAAC5tEGG5t5999344x//GE8//XQsW7as0UJyK1u5zop9pkyZEldddVVce+21ceCBB8ZJJ50Uu+66a6P0BQAAaEwVVTVR+f+huUXVNXVeV1VdE8uK6v4eAAAAAAAAAAAAYGOwQYXmxo0bF7fddlu8++67EZEZYltTUG7lUN26WrnmiuskSSJJkqipqYmnnnoqnnrqqejdu3eceuqpceCBBzaoHwAAAAAAAAAAAAAAAADZtUGE5l5++eW47rrr4v3334+Ib0JwqwvKrRiQKyoqim7dusU222wTnTp1ik6dOkXHjh2jefPm0bx582jWrFkkSRKLFi2KRYsWRXV1dXz55Zcxc+bMmDlzZkybNi3Ky8tXG85bOUAX8fUJeCNGjIhevXrFz3/+89h3330b/2UAAAAAAAAAAAAAAAAA0GB5Dc1NmTIlLrvssnjjjTciYvVhuRUDbW3bto3vfve7seeee0avXr1i++23j+bNm6/XDAsXLoxPPvkkPvjgg3jttdfijTfeiK+++ir9fSqVSs9Te/rc+++/H6eeemr06dMnLrzwwujRo8d6zQAAAAAAAAAAAAAAAABA48hLaK6ioiKuu+66uP/++2PZsmVrDMvtsMMO8f3vfz8OOuig2GGHHRp9lubNm0fv3r2jd+/ecfzxx0dExCeffBLPPPNMjB07Nj766KP0bCuH59544404+uijY+jQofHzn/88WrVq1ejzAQAAbGqalXWKfY57LN9jbNC8IwAAAAAAAAAAAKhbXkJzBx98cMyfP3+VsFztumPHjnHUUUfFoEGDYquttsr5fNtvv31sv/32ccYZZ0R5eXk8/PDD8de//jVmzJixyrzLli2Le++9N8aMGROvvvpqzmcFAAAAAAAAAAAAAAAA4Bt5Cc3NmzdvlZPbIiL23XffOP7442PAgAFRVFSUj9FW0a1btxgxYkQMHz48xo8fH/fee2+MHz8+kiTJmH/evHn5HRQAAAAAAAAAAAAAAACA/ITmaiVJEsXFxfH9738/TjvttOjRo0c+x1mjVCoV/fv3j/79+8cnn3wSt956azz55JNRU1OT79EAAAByqllZp9jnuMfyPQYAAAAAAAAAAADAauU1NHf44YfHL37xi+jWrVs+x6i37bffPq655pr4xS9+Eb/73e/i8ccfz/dIAACwWmdfNSkqqr75H3qorpxZ57UjR02OFi3nptetSkti1MieWZ0PNlaChQAAAAAAAAAAAJA/eQnN7bvvvvHLX/4ydtppp3y0bzRbbrllXHPNNfHTn/40rr322nyPAwAAq6ioqonKFUJzi6rrPim5qromlhVteCcpNzT4J/QHDSf0BwAAAAAAAAAAQCHLS2ju9ttvz0fbrOnRo0fcdttt+R4DAAA2ShtD8A8AAAAAAAAAAACA3CnK9wAAAAAAAAAAAAAAAAAA0FiE5gAAAAAAAAAAAAAAAADYaAjNAQAAAAAAAAAAAAAAALDREJoDAAAAAAAAAAAAAAAAYKMhNAcAAAAAAAAAAAAAAADARqMk3wMAAMCm7OyrJkVFVU16XV05s85rR46aHC1azo2IiFalJTFqZM+szwcbo2ZlnWKf4x7L9xgAAAAAAAAAAABAlgjNAQCQNbkOhJWXl0ffvn1X+92ECROiW7du9a6Z7foVVTVRucI7WlRdU+e1VdU1sayo7u8BAAAAAAAAAAAAgE0oNDd79ux45pln4t13341JkybF3Llzo7KyMpIkiVatWkXr1q1jp512iu985ztxwAEHRMeOHfM9MgBAwRMIg4aHRyOcKAgAAAAAAAAAAADQEBt9aG769Olx3XXXxdNPPx01NV//P6omSZJxzaJFi+LLL7+MTz75JB599NG47LLL4qCDDooRI0bENttsk4+xAQCgIDUr6xT7HPdYvsfYoAiPAgAAAAAAAAAAAORWUb4HyKZ77rknBg4cGE888UQsXbo0kiSJJEkilUqt9lP7fU1NTTz55JNx1FFHxT333JPvxwAAyIny8vLo2rXraj/l5eX5Hg8AAAAAAAAAAAAAYJ1stCfN3XLLLXHdddelT5VLpVKrXLPydytekyRJLFq0KP7rv/4rKioq4owzzsjB1AAAAAAAAAAAAAAAAACsj40yNPfUU0/F7373u4hYNQgXEdG8efPYcssto7S0NCIiqqqq4p///GcsXLgwfU/tfUmSxPXXXx/bbLNNfP/738/hUwAAALlw9lWToqKqJr2urpxZ57UjR02OFi3nptetSkti1MieWZ2vvpqVdYp9jnss32MAAAAAAAAAAAAA5M1GF5pbtGhRXHHFFRERGcG3zTffPE488cT4/ve/H9ttt91qT5779NNP44knnoi777475s+fnw7PJUkSV1xxRQwYMCA222yznD4PAACQXRVVNVG5QmhuUXVNnddWVdfEsqK6vwcAAAAAAAAAAAAg/4ryPUBjGzt2bMyYMSMddouIGDBgQDzzzDMxfPjw2H777VcbmIuI2G677WLEiBHxzDPPRP/+/dP3R0R88cUX8eSTT+bkGQAAAAAAAAAAAAAAAABomI0uNDdu3Lj0z6lUKnbZZZe48cYbo2XLlutco2XLlnHjjTdGr169MoJzzz77bKPOCgAAAAAAAAAAAAAAAEDj2uhCc5MnT844Ze5nP/tZFBcX17tOSUlJDB8+PCIiXW/y5MmNOisAAAAAAAAAAAAAAAAAjaskX42vv/76OP3006Np06aNWnfOnDkZ6912263BtXbfffc11gYAgELTrKxT7HPcY/keAwAAAAAAAAAAAACyJm8nzd10001x6KGHxjPPPNOodZctW5axbtKkSYNrlZRkZgpXrg0AsKLy8vLo2rXraj/l5eX5Hg8AAAAAAAAAAAAAYJOQt9BcRMS//vWvGDFiRPz0pz+N6dOnN0rNdu3aZaynTJnS4Foff/xxxrpt27YNrgUAAAAAAAAAAAAAAABA9uU1NBcRkSRJvPzyy3HEEUfEtddeGwsXLlyveltttVUkSZJe/+lPf2pwrTvvvDP9cyqViq222mq9ZgMAAAAAAAAAAAAAAAAgu/IWmispKYmIr8NoSZLE0qVL4/bbb49DDjkkxowZ0+C6AwYMyKg7ZsyYuO222+pd53/+539izJgx6ToREf3792/wXAAAAAAAAAAAAAAAAABkX95Cc4888kjsueeekSRJpFKpdDht5syZ8ctf/jJOOumk+PTTT+td95BDDonmzZtHxDfBuf/+7/+OU045Jd5666213v/mm2/GsGHDYtSoURn7zZo1i0MPPbTe8wAAAAAAAAAAAAAAAACQOyX5arztttvGH//4x3jiiSfiqquuihkzZkQqlYqIiCRJ4rXXXouBAwfGCSecECNGjIiysrJ1qtuhQ4c47bTT4rrrrssI473yyivxyiuvRLt27WLnnXeObt26RWlpaaRSqViwYEGUl5fHhx9+GHPmzEnPUHtvKpWKYcOGRceOHbP2PgAAAAAAAAAAAAAAAABYf3kLzdU69NBD43vf+17cdNNN8b//+7+xdOnSdFitpqYm/vSnP8Xjjz8e5557bgwcOHCdap566qkxceLEGD9+fEZwLiJi9uzZMX78+NXeV3tNRKQDfBERe++9d5x++ukNf0gAAFhHzco6xT7HPZbvMQAAAAAAAAAAAACgYBXle4CIiGbNmsU555wTjz32WOy7777p091qw26zZ8+OCy64II4//viYPHnyWuuVlJTE73//+zjggAPSQbjaerU1V/dZ8ZqIr0N0++23X/z+97+PJk2aZPUdAAAAAAAAAAAAAAAAALD+NojQXK2tt946br/99vj9738fXbt2XSU89/bbb8fRRx8dl1xySVRUVKyxVtOmTePGG2+Myy67LNq1a5cOxkVkBuhWF5RLkiTatGkTl1xySfzP//xPNG/ePOvPDgCbuvLy8ujatetqP+Xl5fkeDwAAAAAAAAAAAACAAlGS7wFW58ADD4z99tsvbr311rj99ttj8eLF6VDbsmXL4r777osnnngizjnnnDjmmGPWWOvoo4+OH/7whzF27Nh46qmn4p133omZM2eu9tqOHTvGd77znTjooIPikEMOcbocAABsgJqVdYp9jnss32MAAAAAAAAAAAAAsIHaIENzEV+fFDdixIgYNGhQXHbZZfHcc89lnDo3d+7c+M///M8YPXp0XHTRRdG7d+86a5WUlMRhhx0Whx12WEREzJ07N+bOnRuVlZUREdGyZcto06ZNtGnTJifPBgCwqRJ2Ar8HAAAAAAAAAAAAANm2wYbmam255ZZx8803xwsvvBC//e1vY/r06elT55Ikiffffz+GDh0aRx11VJxzzjnRtm3btdYUkAMAAAAAAAAAAAAAAADYOBXle4B11b9//3jsscfi5z//eTRr1iySJEmfPLd8+fL4y1/+Eoccckjcc889kSRJvscFAAAAAAAAAAAAAAAAIA82+JPmVtS0adM444wzYtCgQfHb3/42xo4dmw7OJUkSFRUV8V//9V/x4IMPxkUXXRS77bZbvkcGACCLzr5qUlRU1aTX1ZUz67x25KjJ0aLl3PS6VWlJjBrZs149slEfAAAAAAAAAAAAAGhcBXPS3Iq22GKLuP766+MPf/hD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fvll3HDDDXH44YfHe++912gzAAAAAAAAAAAAAAAAANnhpDk2aPfdd1+89dZbjVrzkksuiXvvvbde9/zrX/+KE088MW6//fb47ne/26jzAJA9Z181KSr+/6S26sqZdV43ctTkaNFybnrdqrQkRo3smfX5AAAAAAAAAAAAAABofHk5ae7ll1/OR9useuWVV/I9wkZn5syZce211zZqzXvuuWeVwFyLFi1i2LBh8cADD8SECRNi3LhxcfPNN8c+++yTcd2iRYti+PDhMWPGjEadCYDsqaiqicr//1RV19R5XVX1N9dVVtWkg3YAAAAAAAAAAAAAABSevITmTjnllBg2bFhMmjQpH+0b1UcffRTDhg2LU045Jd+jbHQuueSSWLBgQURENGvWLPr06bNe9WbPnh1XX311xl6nTp1i9OjRcd5550Xv3r2jTZs2seWWW8b+++8ff/jDH+K8886LVCqVvn7evHlx+eWXr9ccAAAAAAAAAAAAAAAAQPbkJTQXEfHqq6/G4MGD4xe/+EV89NFH+RqjwSZPnhznnHNOHH300U6Zy4KnnnoqnnnmmfT6jDPOiG7duq1XzVtuuSUWLlyYXhcXF8dNN90U22+/fZ33DBs2LE488cSMvbFjx8aHH364XrMAAAAAAAAAAAAAAAAA2ZG30FxExPLly+Opp56Ko446Kn7605/Ga6+9ls9x1snrr78ep556agwaNCieeOKJWL58eb5H2uhUVlbGpZdeml5vt912632S3+zZs+PPf/5zxt4JJ5wQvXr1Wuu9Z599dnTs2DG9TpIkbrrppvWaBwAAAAAAAAAAAAAAAMiOknw2T6VSkSRJRES8/PLL8fLLL8c222wTxx57bPzwhz+M1q1b53O8tIqKinj44YfjgQceiE8//TQiIj33is9A47j66qtj1qxZEfH1+7344oujSZMm61Vz3LhxsXTp0vQ6lUrFj3/843W6t0WLFnH00UfHzTffnN4bP358VFVVRWlp6XrNBQAAAAAAAAAAAAAAADSuvJw0d/7550dpaWkkSRKpVCodPEuSJKZOnRpXXHFF7LfffnHWWWfF3/72t1iwYEHOZ6yqqorHH388fv7zn0e/fv3i8ssvj08++SQ954pzt2zZMs4///ycz7gxeuONN2L06NHp9VFHHRV9+vRZ77rjxo3LWO++++7RrVu3db7/qKOOylgvWbIkXnrppfWeCwAAAAAAAAAAAAAAAGhceTlp7ic/+UkceeSRcdVVV8Wjjz6aDqFFRDqUtmTJknj66afj6aefjiZNmsSee+4Zffv2jT322CN69eqVvr6xLF++PD788MN4/fXX47XXXosJEyakTyZb8SS5FedMpVIxaNCgOPfcc6Ndu3aNOs+maMmSJXHRRRel33ebNm3i3//93xul7quvvpqxt8cee9SrRvfu3WOLLbaIL774Ir33/PPPx/e///31ng8AAAAAAAAAAAAAAABoPHkJzUVEtGvXLq688so4/vjj47//+7/jtddei4jICMPVhqdqT/WqPdmrtLQ0evToETvuuGPssMMO8a1vfSu22GKL6NSpU2y22WZr7Lto0aKYOXNmfPHFF/H3v/89Pv744/j444/jo48+iurq6lV61zXT3nvvHWeffXbssssu6/kmqHXTTTfF3//+9/T6vPPOizZt2qx33c8++yyWLFmSsbfbbrvVu85uu+0WY8aMSa8//vjj9Z4NgI1Ls7JOsc9xj+V7DAAAAAAAAAAAAACATVreQnO1vv3tb8edd94Zr776alx33XXxzjvvRMTXQbXVhdUiIhYsWBBvvfVWvPXWW6vUKysrixYtWkSzZs1is802iyRJYvHixbF48eKoqqqKqqqq1c6xYv3a/qv7fvfdd49f/OIX8d3vfrdBz8vqffzxx3H77ben13vssUcMGjSoUWpPmzZtlb1tt9223nVWvmfFgB/A2pSXl0ffvn1X+92ECROiW7duOZ4IAAAAAAAAAAAAAAA2TnkPzdXaa6+9Yq+99orXXnst/vd//zdeeOGFSJIkHV6rK8S2ssrKyqisrKx3/5Xrr9inqKgoDjzwwDjppJOiT58+9a7Nmi1fvjwuuuiiWLp0aURENGnSJH7zm980Wv2pU6dmrIuLi6NTp071rrPFFltkrKuqqmLmzJkNqgUAAAAAAAAAAAAAAABkxwYTmqu15557xp577hnTp0+Pe+65Jx5//PGYM2dORGQG2+oKua2oNli3Lteu7r4OHTrEkUceGccdd5wTgLLonnvuSZ8wGBFx6qmnNugkuLp8+eWXGesOHTpEcXFxvet06dJllT2hOQAAAAAAAAAAAAAAANiwbHChuVpbbbVV/OpXv4rzzjsvXnrppXj00Udj/PjxGafIrS0Mt65huRVPrdt8882j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AAAAAAAAAAAAAAAAgG3TKkJzAwYMqNH33HPPNeuam8+fSCRi1113bdY1AQAAAAAAAAAAAAAAANg2rSI097nPfa76/ycSiaiqqoo77rgj1q5d2yzrrV27Nu64445IJBJJ/fvtt1+zrAcAAAAAAAAAAAAAAABA02gVobnDDz88cnNzk/oWLlwYN998c7Osd8stt8SCBQuS+rKysuLII49slvUAAAAAAAAAAAAAAAAAaBqtIjRXUFAQRx99dFRVVUXE/502d+utt8bDDz/cpGuNGzcubrnllupT5qqqqiKRSMTQoUOjR48eTboWAAAAAAAAAAAAAAAAAE2rVYTmIiLOOeec6iBbxP8F56655pr4y1/+Ehs2bNim+auqquKWW26Ja665pjqct/n6AAAAAAAAAAAAAAAAALRsrSY0t9dee8WwYcOqA20bT4CrrKyMMWPGxOmnnx6TJk2qNfC2Nc8//3x89atfjdGjR8f69etrnDJ33HHHxQEHHNCk9wcAAAAAAAAAAAAAAACAppeT7gIa4ic/+Um8+uqrMX/+/OqT5jb+74wZM+K8886LPn36xNFHHx2DBw+OQYMGxXbbbRcFBQXVc6xevTqWLFkSb7/9drz55pvx7LPPxscffxwR/xeS21SvXr3immuuSen9BAAAAAAAAAAAAAAAAKBxWlVornPnzvHnP/85vvnNb8aqVauqA24bg3NVVVXx8ccfxz333JM0LpFIRIcOHWLNmjWxYcOGpNs2PZlu08BcVVVVdOrUKf785z9H9+7dm/FeAQAAAAAAAAAAAAAAANBUstJdQEPtueeecccdd0S3bt1qBN42/tsYoNv4b8OGDVFWVhaVlZU1btt03EZVVVXRvXv3GDt2bOy1117puJsAAAAAAAAAAAAAAAAANEKrC81FRAwePDj+/ve/x7777psUnNto0yDc1v5trqqqKvbbb7/4xz/+EYMHD07F3QEAAAAAAAAAAAAAAACgibTK0FxExA477BAPPPBAXHPNNbHddttVnxzXGBvH9uzZM6677rq4//77o2/fvk1cMQAAAAAAAAAAAAAAAADNLSfdBWyLRCIRZ555Zpx22mnxxBNPxPjx4+OVV16JioqKes+Rm5sbBx10UIwYMSKOO+64yMvLa8aKAQAAAAAAAAAAAAAAAGhOrTo0t1FeXl6MGDEiRowYEeXl5fHWW2/F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Fq/Pzc2NfffdN772ta/FcccdV+8NvyOPPDJKS0trva20tDQGDBiw1TnuvvvuOPjgg2v0f/3rX49XXnmlun3QQQfFPffcU6+6NrVy5cr461//Gs8880y8//77dV7Xrl27OPDAA2PkyJFxzDHHNHidcePGxVVXXZXUN2HChNhhhx0iImLRokVx2223RXFxcaxatarWOTp37hynnHJKnHfeedGtW7cG1xARMWfOnLjvvvvi3//+91af94iIDh06xF577RVDhw6N4447LnbZZZdGrQsAAAAAAI3V2vZxWsqewEbz5s2LP/3pT/HMM8/UeAw36tmzZ4wcOTJGjRoVHTt23Kb16ruHM2/evDjqqKPqnKe4uDiKi4u3ut6sWbNq7d98H+rCCy+Miy66aKvzbW7OnDlxxx13xPPPPx+LFi2q87quXbvGYYcdFt/+9rdj4MCBDV7nyiuvTLq/ffv2jYkTJ1a3Z86cGTfffHNMnDgxKioqap2jb9++8a1vfSu++tWvRm5uboNrAACAtkZoDgAAgDYhPz+/xkZhXRuHtZk1a1b88pe/jClTptTr+uXLl8cjjzwS48ePj9NOOy2uvvrqyMvLa1DNjfHDH/4wnnzyyVi/fn29x1RUVMSrr74ar776avTv3z9Gjx4du+22WzNWmRr33HNPjBkzJlasWLHVa9euXRuTJ0+OyZMnx3777RfXXXddvUJ/9fHUU0/F1VdfvcXN+YjPAn533XVXPProo3HrrbfGvvvuW+81qqqqYvTo0XHHHXfUuZFam08//TRee+21eO211+Kee+6JF198sd5jAQAAAACgqWTKPk4q9gQ2ddddd8VNN90Un3766RavW7RoUYwZMyYefvjhGDNmTAwaNKhR62WSTz/9NH7961/HP/7xj3rtqy1fvjwef/zx+Ne//hUnn3xyXH311dGlS5dtrmPjHs9tt90WlZWVW7y2tLQ0rr/++nj44YfjjjvuiB49emzz+gAAkMma/6xoAAAAaAFq+yTP+n6S5sSJE2PkyJH13mjdVGVlZTz00EPx9a9/PZYsWdLg8Q01derUBgXmNvfBBx/E6aefHi+99FITVpValZWVcc0118QvfvGLegXmNjd16tQ488wz4+WXX97mWh544IH4/ve/v9XN8U0tX748Ro0aFTNnzqz3mCuuuCJuvvnmBgXmAAAAAACgpciEfZxU7QlsdNNNN8Uvf/nLrQbmNvXxxx/H17/+9ZgxY0aD18skS5cujW9+85vxwAMPNHhfraqqKh577LE488wz4+OPP96mOjZs2BA/+tGP4uabb95qYG5T//3vf+NrX/talJWVbdP6AACQ6Zw0BwAAQMb76KOPat0w3HHHHbc6dvz48XH55ZfHhg0bkvpzc3NjyJAhsc8++0Tv3r2jU6dOUV5eHqWlpfHyyy/H66+/nnT9tGnT4sILL4y77747cnNzt+0O1VN2dnYMHDgwdtttt9hll12iW7du1RvMq1evjg8//DDefPPNeOONN5LuX3l5eVxyySXxyCOPRJ8+feqcv3///tGpU6eIiJg/f35SQC03Nzf69++/1Rrz8/Mbe/fq9NOf/jQefvjhGv3t2rWLoUOHxgEHHBA9e/aMNWvWRGlpaUyYMCFmzZqVdO3q1avjO9/5Ttx1112x//77N6qOF154Ia6//vqoqqqKiIhOnTrFoYceGvvtt1/06NEjNmzYEKWlpTFp0qR48803k8aWl5fHVVddFf/85z8jJ2fL//mmuLg4Hn300Rr93bt3j8MOOyx23333KCwsjPbt28eaNWuirKws5s2bF++//35MmzatUcFCAAAAAABoKpmwj5OqPYGN7rzzzrjllltq9Ofl5cXQoUPjwAMPjMLCwigvL4958+bFxIkT4913361e74ILLojjjjuuwfezIXJzc2OPPfaobn/wwQdJH/7XpUuXLe5DNZc1a9bEN7/5zerHY1PdunWLY445JgYMGBDdu3eP5cuXx+zZs+Opp56KTz75JOna999/P84888x45JFHomvXro2q5aabborx48dXt/v06RNHHHFE7L777tGtW7coLy+PDz74IJ5++umYN29e0tg5c+bE7373u7jmmmsatTYAALQFQnMAAABkvKeeeqpGX5cuXbYa6nrvvffipz/9adJGa05OTnzzm9+Mc845J7p3717ruIsuuihmzpwZP/nJT+Ltt9+u7n/jjTfi97//fVxxxRWNvCdbl5ubG8cee2wMGzYshgwZUh1q25LS0tL4/e9/H48//nh13/Lly+Paa6+NW2+9tc5xt99+e/X/v/LKK6O4uLi6XVhYWGuQq7k98cQTtQbmjjrqqPjZz34WvXr1qnHb97///XjuuefiZz/7WSxcuLC6v6KiIn70ox/Fo48+Wq/HcXM33HBDbNiwIRKJRIwaNSrOO++86Ny5c43rzj///HjiiSfiyiuvjLVr11b3z5w5M5566qk46aSTtrjOzTffnNTOzs6OSy+9NL7xjW9EXl7eFsdWVlbGtGnT4tFHH22Sk/UAAAAAAKChMmEfJ1V7AhERs2fPjptuuqlG/+GHHx7XX3999O7du8Ztl1xySTzzzDNx7bXXxuLFi2PBggXx0EMPNfBeNkyvXr2S9oqOPPLIKC0tTWrfcMMNzVpDbX75y1/WCMxlZ2fHd77znTj//POjXbt2NcZcddVVceedd8bo0aNj3bp11f3z58+Pq6++Ov70pz81uI5PPvmkeq+tY8eOceWVV8aXv/zlyM7OrnHtJZdcEn/84x+T9uYiIh588MH47ne/W+v+FwAAEJGV7gIAAACgOX3yySfx17/+tUb/SSedFFlZdf9ZvGHDhrj00kuTPtk0Pz8/xo4dG5dffnmdG60b7bnnnvHggw/GoYcemtR/zz33xIIFCxp4L+rvn//8Z4wZMyaOOeaYege9+vbtG7/73e/ioosuSup//vnnY/bs2c1RZrMoKyuLa6+9tkb/6aefHn/+85+3uGH4xS9+Me67774a15SWlsYf/vCHRtWzdu3aSCQSccMNN8QVV1xR6+b4RieeeGL8z//8T43+f/zjH1tc47333ou5c+cm9Z1//vlxzjnnbDUwF/HZJvD+++8fP//5z+Oxxx7b6vUAAAAAANCUMmUfJxV7Ahtde+21SYG7iIgTTjghbr311loDcxsdc8wxcc8990SPHj0i4rMT19qa119/vUZYMCsrK375y1/GJZdcUmtgLuKz/ZRzzjknxowZU+MkwmeeeabW4OfWVFRURFVVVXTt2jXuv//+OP3002sNzEV8doLgZZddFqeffnpSf2VlZa0fJgkAAHxGaA4AAICM9dFHH8U555wTS5cuTerPz8+P7373u1sc+9RTT9X4lMlf/vKXMWTIkHqvn5eXF6NHj45u3bpV91VUVMSdd95Z7zkaqjEnom10wQUXxN57713drqqqin/+859NUVZKFBcXx4oVK5L69t5777juuusikUhsdXxRUVGMHj26xrXjxo2rMW99nX322TFixIh6XXvyySfH4MGDk/peffXVGhvfmyopKanR95WvfKVBNW7UoUOHRo0DAAAAAIDGyLR9nObeE4iImDVrVvznP/9J6ttpp53ixhtv3GLIcKN+/frFr3/963rVmInuuuuuGn3f/OY36/28feELX4iLL764Rv+27P398pe/jD322KNe1/7whz+sEeybPHlyo9cGAIBMJzQHAABAxli7dm0sXLgwJk2aFD/96U9j2LBhMWvWrBrX/fznP9/iJ21GRNx+++1J7YMOOihOOOGEBtfUqVOn+MY3vpHU98wzzzR4nlRIJBIxfPjwpL433ngjTdU03L333luj75prrqnXJvFG++23X5xyyilJfeXl5TFu3LgG11NQUBAXXnhhg8YMGzYsqb1+/fpav4Y3Kisrq9G36eY+AAAAAAC0FJm8j5OKPYGIiAcffLBG3xVXXBF5eXn1Xnfo0KHxxS9+sd7XZ4qFCxfGs88+m9TXo0ePWkNwWzJq1KjYeeedk/qmTp0ab7/9doNrOuigg+Koo46q9/Vdu3aNI444Iqlv5syZsWHDhgavDQAAbUFOugsAAACAhnjllVdiwIABjRrboUOHuP766+Pkk0/e4nXz5s2rsbHV2NO7Ij771MnRo0dXt0tLS6O0tDT69u3b6Dmby0477ZTUfvvtt6OioiJyc3PTVFH9zJ8/P+bMmZPUN2jQoBqf0lofZ5xxRo2Q3IsvvhijRo1q0DwnnHBCFBQUNGhMbfXOnj27zvvRtWvXGn2vv/56HHLIIQ1aFwAAAAAAmkJb3cdJxZ5ARMQLL7yQ1O7Zs2d84QtfaNC6EREjR46M5557rsHjWrOXX345Kisrk/qGDx8e+fn5DZonNzc3vvKVr8RvfvObpP4XX3wx9tprrwbN1Ziv27333juefvrp6nZ5eXksXLgw+vTp0+C5AAAg0wnNAQAAkPE6duwYJ554YlxwwQX12jB69dVXa/R97nOfa/T6O+ywQ42+mTNnpiQ0V1ZWFq+99lrMmjUr3n///Vi+fHmsXr06Pv3001o/dbK8vDypvW7duliyZMlWP9E13Wo7Ee+4445r1FyDBw+OHXbYIebNm1fdN23atKiqqopEIlHveQ488MAGr11UVFSjb/Xq1XVev/fee0dWVlbSc3n11VfHLbfcErvttluD1wcAAAAAgFTLhH2cVOwJLFmyJGnvIiLiqKOOiuzs7Aavfdhhh0V+fn6NfaFMVtte0vHHH9+ouU444YQaobna5t+agw46qMFjdtxxxxp9q1atEpoDAIBaCM0BAACQ8QYNGhRnnXVWvTeLatvUuuCCC5q0pmXLljXpfJubMWNGjB07NiZOnBhr1qzZprlWrlzZ4kNzm3+ibMRngbLGGjRoUNLG86pVq+Kjjz6qcRLfluy8884NXrdTp041+latWlXn9V27do0jjzwynn322eq+efPmxfDhw+Ooo46Kk046KQ477LAGf7otAAAAAACkSibs46RiT2DGjBk1+gYNGtTgdSMicnJyYsCAATF16tRGjW+N/vvf/ya1c3NzY4899mjUXH379o3u3bvH0qVL65x/a9q1a9eo/beGft0AAEBbJjQHAABAq5Kfn1/rJyiuX78+VqxYEYsWLapx23/+85847bTT4oYbbogvfelLW11jwYIFNfreeeedxhVch+YKzVVUVMSvfvWreOCBB2o9Sa4xWsNGW22PZ79+/Ro936677lrrGg0JzXXp0qXB6+bm5tboW79+/RbHXHHFFfHaa6/F8uXLq/sqKyvj6aefjqeffjqys7Njzz33jP322y8GDRoUBx54YEpOOQQAAAAAoO1pq/s4qdgT2DSgtdEuu+zS4HU3HduWQnObP6d9+/aNdu3aNXq+XXfdNV555ZU659+axnzNRHwWeNzc1vaSAACgrRKaAwAAoFUZNGhQ3HPPPXXevnz58njuuefitttui9mzZ1f3V1RUxOWXXx75+flx5JFHbnGNTcNHzWXt2rVNPmdFRUV8//vfjwkTJjTpvK1ho23lypU1+jp37tzo+Wobu2LFigbNUdumZXPYcccd484774yLLroo6XS8jSorK2PGjBlJn0Dbt2/fOPbYY+Pkk0+OvfbaKyV1AgAAAACQ+drqPk4q9gRq2wspKCho9Hy1nViWyTZ//Lb1/m++l7Ru3br49NNPo0OHDvUaX1toEgAAaFpZ6S4AAAAAmlLXrl3jlFNOiUcffTROOumkpNsqKyvjRz/6Ua3Bok3VtunYGtx+++21BuZ69eoVZ555ZvzmN7+Jhx56KJ5//vl47bXX4q233opZs2Yl/bv77rvTUPm2KysrS2onEol6b0rWJj8/f6trtCQDBw6Mxx9/PC677LLo06fPVq8vLS2NO++8M0499dQ4++yzY+bMmSmoEgAAAACAtq4t7+Nsq9r2KWrbz6ivbdlHaY02f/y29f7XNr4l7yUBAEBb5KQ5AAAAMlJeXl7ceOONsXjx4vjPf/5T3b969er4yU9+EnfddVedY9u1a1ejb/r06bX2txRLliyJ2267LakvJycnfvSjH8VZZ51V7084XbNmTXOU1+w6duyY1K6qqmrQp3lurry8fKtrtDQdOnSI73znO3HOOefEa6+9Fi+++GJ1OHJLz+vLL78cX/nKV+L666+PU045JYUVAwAAAADQVrW1fZymUNs+RW37GfX16aefbks5rU7Hjh2TApfbev9rG9/S95IAAKCtcdIcAAAAGSsnJyduvPHGKCgoSOqfMmVKPPHEE3WO69atW42+5cuXN3V5TWrixIk1Nucuu+yyOPvss+sdmIuIWLFiRVOXlhKdO3eu0bctnzS7atWqGn1dunRp9HyplEgk4sADD4wf/OAHce+998brr78e//znP+Oqq66KI444Itq3b19jTEVFRfzkJz+JV199NQ0VAwAAAADQFrWlfZymUNteyOrVqxs9X217IZls88dvW+//5vtQeXl5be70PgAAaOmE5gAAAMhovXv3josvvrhG/+9///uoqKiodcx2221Xo+/jjz9u8tqa0osvvpjU7tKlS5x11lkNnqekpKSpSkqp7t271+ibPXt2o+d7//33a/TVtgnfGuTk5MTee+8dZ599dtx2223x0ksvxXXXXReFhYVJ11VWVsaNN96YpioBAAAAAGiL2so+TlOobS9kzpw5jZ5vW8a2Rps/fvPmzYt169Y1er4PPvggqd1a95EAACCTCc0BAACQ8c4444woKipK6ispKYl//vOftV4/ePDgGn0t/QSuBQsWJLUHDx4cubm5DZ5n2rRpTVRRau211141+t56661Gz7f52M6dO8eOO+7Y6Plako4dO8bIkSOjuLg4+vTpk3Tb9OnTY/78+WmqDAAAAACAtqgt7OM0hUGDBtXomzFjRqPmWr9+fcyaNWtbS2pVBg4cmNRev359zJw5s1Fzffzxx7FkyZKkvtr2qgAAgPQSmgMAACDj5eXlxQUXXFCj/9Zbb631EyQPPfTQGn3PPPNMs9TWVJYtW5bU7tKlS4PnWLp0afznP/9p1PrZ2dlJ7crKykbN01j77bdfjb6nnnqqUXPNmDEj5s2bl9S3zz77RCKRaNR8LdV2220Xo0aNqtH/7rvvpqEaAAAAAADaqrawj9MUevToETvssENS38SJE2PDhg0Nnmvy5MlRXl7eVKXVS0vcS3ryyScbNVdt42qbHwAASC+hOQAAANqEYcOGxc4775zUN3/+/Pj73/9e49pdd921xrXTp0+Pl19+uRkr3DYdOnRIai9fvrzBc9x///2xdu3aRq3fsWPHpHaqN1r79OkT/fv3T+qbMWNGoz5h9f7776/Rd9hhhzW6tpasX79+NfpWrVqVhkoAAAAAAGjLMn0fp6kcfvjhSe1PPvkkJk2a1OB5antcm1u695IOOeSQGsG9xx57rMF1rF+/vtbHL1P3kgAAoDUTmgMAAKBNyM7OjvPPP79G/6233lprUOx73/tejb6rr766UWG0VOjZs2dS+4033mjQJt97770Xt956a6PX79y5c1J75cqVsWLFikbP1xhf+9rXavRdf/31UVVVVe85pk+fHsXFxUl9+fn5ceqpp25zfS3RokWLavR17949DZUAAAAAANCWZfo+TlMZOXJkjb5f//rXtZ7IV5eXXnopJkyY0JRl1cvme0klJSUpXb9Xr15x9NFHJ/UtXrw4/vSnPzVonrvuuivmzJmT1Pe5z30uBg4cuM01AgAATUtoDgAAgDbj5JNPrnGy1ieffBIPPPBAjWuHDRtW49p58+bFueeeGwsXLmzU+qtXr47bb789Hn300UaN35IDDjggqV1eXl7vTb558+bFeeed16AN1c0NGDCgRt/zzz/f6PkaY8SIEdG1a9ekvmnTpsX1119fr/GlpaVx8cUXx4YNG5L6v/zlL9fYyG0pxo0bF0899VRUVlY2eGxFRUWNU/WysrJit912a6ryAAAAAACg3jJ5H6epDBgwIA4++OCkvg8//DCuuuqqGvsbtfnwww/j8ssvb67ytmj33XdPar/33nsxf/78lNZw9tln1+i7884741//+le9xr/wwgtx00031ej/1re+ta2lAQAAzUBoDgAAgDYjKysrLrzwwhr9d9xxR6xZsyapLzs7O0aPHh0dO3ZM6n/zzTfjlFNOifvuu6/WTzbd3Pr16+Oll16Kn/70p/GFL3whfvvb38bixYu37Y7U4thjj42srOQ/88eOHRt/+MMfYv369XWOe/zxx2PkyJHVn+ZZUFDQqPX32WefGuv/+te/jmeffTYqKioaNWdDdezYMX72s5/V6L/vvvvi4osv3uLj/vzzz8eZZ55ZY3O2b9++8f3vf7/Ja20qM2fOjIsvvjiOOeaYuOmmm+Ltt9+u17jS0tI477zz4q233krq//znP1/j1EIAAAAAAEiFTN7HaUo/+9nPIi8vL6nv8ccfj/POO2+LgcFnn302zjrrrFi0aFFERLRv375Z69zc5z73uaT2hg0b4vvf/36NvYrmruGMM86oUcfll18eY8aMqfMDJisrK+Ovf/1rXHjhhTX2vY455pg45phjmq1mAACg8XLSXQAAAACk0gknnBA333xzvPfee9V9ixYtivvuuy++/e1vJ127++67x29/+9u46KKLkoJnS5YsiZ///Ofxhz/8IQ488MDYZ599onv37tGpU6f49NNPY+XKlTF//vx4++2347///W+sXr262e/XLrvsEsOGDYtHHnkkqf/mm2+O4uLiOO6442LAgAGRn58fK1asiDlz5sTEiRPjo48+qr62Q4cOcdlll8W1117b4PULCwtj6NChSafLLV68OC644ILIzc2NPn36RIcOHSKRSCSN+8UvfhF77713g9ery4knnhiTJ0+Ohx9+OKn/qaeeiueffz4OP/zw2H///aNnz56xdu3amDdvXkycODFmzpxZY67c3Nz4zW9+E506dWqy+ppLaWlp3HLLLXHLLbdEz549Y6+99oo99tgjCgsLo3PnzpGbmxvl5eVRWloaU6dOjVdeeaXGpm5eXl5cccUVaboHAAAAAACQufs4Tal///5x6aWXxg033JDUP2nSpDjmmGPi8MMPjwMOOCB69uwZa9asiZKSkpgwYUK8++671df26tUrjj/++LjrrrtSVvdRRx0VXbt2jeXLl1f3vfnmm3HaaadFx44do7CwMNq1a1djXFOf/HfllVfG66+/nvR4rF+/Pv70pz/FAw88EEcffXQMGDAgunXrFitXroz3338/nnnmmViwYEGNufr06RO/+MUvmrQ+AACg6QjNAQAA0KZkZWXFBRdcED/4wQ+S+u+4444444wzIj8/P6n/yCOPjL/97W9xySWXVH/y5kYrV66MCRMmxIQJE5q77Hq5+uqrY/r06TF79uyk/gULFmx10zM3NzdGjx69TZ8qevnll8err74a5eXlSf0VFRVJ4bxNbX5tU7j++usjOzs7/v73vyf1r1mzJp5++ul4+umntzpHQUFB/OlPf4r999+/yetrbosWLYpJkybFpEmT6j0mLy8vbrzxxth9992brzAAAAAAANiKTN7HaUqjRo2KZcuWxa233prUv3bt2njmmWfimWeeqXNsfn5+/PnPf27QPkJTaNeuXVx55ZVx5ZVX1ritrKws5syZk5I62rdvH3fddVd897vfjenTpyfdtmTJknjooYfqNU///v3jjjvuiK5duzZDlQAAQFPISncBAAAAkGrHH398DBgwIKlv6dKlce+999Z6/YEHHhjjxo2LYcOGRXZ2dqPXTSQScfDBB8cBBxzQ6Dm2pFOnTvG3v/0t9t133waNKywsjDvvvDOOOOKIbVp/1113jb/+9a+x0047bdM82yo7Ozuuv/76+MlPfhJdunRp8Ph999037r///jjkkEOaobqm1aNHjxqn9zXU7rvvHnfddVeccMIJTVQVAAAAAAA0Xqbu4zS1Sy+9NK666qro0KFDvcf07t077rrrrth7772bsbK6nXLKKfGLX/wiOnbsmJb1N+revXvcfffdMXLkyMjJadjZE4lEIr70pS/FAw88ENtvv30zVQgAADQFoTkAAADanEQiERdddFGN/rFjx8bq1atrHVNYWBi/+c1v4qmnnopvfvOb0b9//3qt1bFjx/jiF78YP/7xj2PChAlx9913xz777LNN9W9Jr1694t57741rrrkmioqKtnht37594/vf/378+9//jgMPPLBJ1t9vv/3i3//+d9x2221x5plnxv777x+FhYWRn58fWVmp/c8Q3/jGN+KZZ56J8847L/r167fFa9u1axeHHnpojBkzJh566KEam/Et1fe+972YPHly/M///E+cfPLJscMOO9RrXG5ubhx++OHx29/+Nh555JH43Oc+18yVAgAAAABA/WTyPk5TO/vss2P8+PFxyimnREFBQZ3X9ejRI84777z417/+FYMHD05hhTV95StfiRdeeCF+9atfxfDhw2PgwIHRo0ePaN++fUrr6NChQ1x33XUxfvz4+PKXvxw9e/bc4vVdu3aNL33pSzFu3Lj43e9+16gPbgQAAFIrUVVVVZXuIgAAAKA1Wrx4cbz99tuxbNmyWL58eZSXl0d+fn507NgxevXqFf369Yu+fftu80lg22L27Nnx1ltvxbJly6rr69WrVwwYMGCrQbJMU1paGjNnzoxly5bFsmXLIjc3N7p37x6FhYWx7777NuiTWFuyZcuWxdy5c6OkpKT6eY/4bOO/S5cu0b9//9htt90iLy8vzZUCAAAAAEDzaQ37OE1p3bp18frrr8fHH38c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4oorlr0WAAAAAAAAAAAAAAAAUFvtSRdA65qamorXve51Sw7MPd6PfvSj2Lp1a+zatWvJ5xQKhXj729++pMDcXDt37oytW7fG7t27l1smAAAAAAAAAAAAAAAAUEN2miMx/+2//be4++67S/oOOeSQOPfcc+Occ86JzZs3R29vb+Tz+di9e3f88z//c3zmM5+Jhx9+uDj+17/+dfzpn/5pfOlLX4qurq5F1/zIRz4SO3bsKOlbv359vPa1r41zzjknjj766Ni3b1/cddddcd1118W//du/lax10UUXxS233BK9vb2rvPUAAAAAAAAAAAAAC0un0zE0NDTvsbGxsUilUjWuCADqx7aR8cjkCsV2PjtZduzw6ER0901FRER/T0eMDg9WvT4ag8dR8xKaIxHf+MY34nvf+15J38aNG+Pqq6+OJz3pSSX9PT09sWHDhhgaGorzzz8//vRP/zR27txZPP5//+//jb/7u7+LP/uzP1twzYmJifi7v/u7kr7NmzfHtddeGwMDA8W+Qw89NI455ph46UtfGpdddll88pOfLB77xS9+ER/72MfiXe9617JvMwAAAAAAAAAAAAAAUBmZXCGyc8JO0/lC2bG5fCFm28sfp3V5HDWv9qQLoDXdcsstJe329vb42Mc+dlBg7vE2btwYf/u3fxvd3d0l/V/84hcXXfOjH/1oHDhwoNju6emJq6++uiQwN1dbW1tcfPHFcfbZZ5f033jjjTE5WT45DAAAAAAAAAAAAAAAACRHaI5E3HbbbSXts846KwYHl7Yt5dFHHx0ve9nLSvruueeeePDBB8ue89Of/jRuvfXWkr4///M/j6OPPnrR9d73vvdFV1dXsT09PR3XXnvtkmoFAAAAAAAAAIB6k06nY9OmTfP+S6fTSZcHAAAAsGpCc9RcNpuNfD5f0nfGGWcsa45nPvOZB/Xt3bu37PivfOUrJe3u7u545StfuaS1jjzyyHjhC19Y0ve1r31tSecCAAAAAAAAAAAAAAAAtSU0R809PjAXEXHYYYcta475xs/MzJQdv2PHjpL2C17wgujt7V3yeueee25J+5e//GXcddddSz4fAAAAAAAAAAAAAAAAqA2hOWpu/fr10d5e+tB76KGHljXHfOOPOOKIecfed999sWvXrpK+M888c1nrPf3pT4/Ozs6Svm9961vLmgMAAAAAAAAAAAAA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XsTBobljjz021qxZs+x5AAAAAAAAAAAAgOpLp9OxadOmef+l0+mkywMAAKpIaI6a+3//7/+VtJ/whCesaJ7Hnzc5Of+WvyeccEJJu1AoxJ49e5a93j333FPSPu6445Y9BwAAAAAAAAAAAAAAAFBdHUkXQOuZnp4uaR9yyCErmmfdunUl7f3798877sQTTzyo74477jhoB7qFTE9Px09+8pOSvic/+clLPh8AAAAAAAAAAAAAgNrYNjIemVyh2M5n59+gJSJieHQiuvumiu3+no4YHR6san0AVJ+d5qi5/v7+kva+fftWNM+vf/3rkvZhhx0277iNGzfGk570pJK+22+/fVlr3XHHHTEzM1PS99znPndZcwAAAAAAAAAAAAAAUH2ZXCGyc/7l8oWyY3P50rFzw3YANC47zVFzRxxxREn7rrvuisceeyza25eX4bzzzjtL2hs2bCg79uyzz45du3YV21//+tfjve99b/T09CxprS984Qsl7aOOOipOPfXUpRcLAAAAAAAAAAAAAAAwx9xdEe2ICJVlpzlq7ulPf3pJe9++fXHrrbcua4677rordu7cWdL3zGc+s+z4F7/4xSXtfD4fn/vc55a01gMPPBBf/epXS/pe9KIXLbFSAAAAAAAAAAAAAACAg2XsiAhVY6c5au4P/uAP4iMf+UhJ38jISJx55pnR19e36Pn79++PSy+9dN55yxkcHIznPe95JeG8v/mbv4kXvehFMTAwsOB673//+2N6errYPuSQQ+LCCy9ctE4AAAAAAAAAAAAAgGqwOxUALMxOc9TciSeeGM95znNK+vbs2RNvfOMbY3Ky/C9sEf++K92b3/zmuPPOO0v6TzvttPj93//9Bc/9r//1v0ZbW1uxnc1m47/8l/9Sds0DBw7EBz/4wfjGN75R0v+a17xm0aAdAAAAAAAAAAAAAEC12J0KABZmpzkSMTw8HD/4wQ8in88X++6444548YtfHK985Svjec97XpxwwgnR29sbuVwu9uzZE9/5znfi7//+7+Ohhx4qmWvt2rVx8cUXL7rmSSedFG94wxviE5/4RLFv586d8fKXvzzOP//8eP7znx9HH310PPTQQ3HXXXfFddddd1A474lPfGK85S1vWeWtBwAAAAAAAAAAAAAAAKpFaI5EbN68OT760Y/GW97ylpiZmSn25/P5uP766+P6669f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AAAAAAAAAAAAAKgOoTlq7vEhtrVr18a6deviq1/9arz3ve+Nhx56aMHzH3jggbjqqqvipptuig9/+MNx1llnLTh+7969Je0NGzbEmjVrll33xo0bD+oTmgMAAAAAAAAAgIhtI+ORyRWK7Xx2suzY4dGJ6O6bioiI/p6OGB0erHp9AAAAQGtpT7oAWs/jQ3E9PT2xY8eO2LZt26KBubn27dsXF110UXzhC19YcFw+ny9p9/b2LnmNxc7L5XIrmgsAAAAAAAAAAJpJJleI7Jx/uXyh7Nhc/nfj5gbtAAAAACrFTnPUXCaTKWk/+uij8Y53vCMee+yxiIg45JBD4o//+I/jRS96URx33HGxbt262Lt3b4yNjcV1110Xu3btKp5bKBTiPe95T2zevDlOOeWUedd7fGjukEMOWVHd8533+LkbyczMTMzMzCRdBkDRQq9JS33N6uzsrGRJB9WwmjGN8Lrb6PWzNNW+n5vhcdQMtwEagecaeB4shWvUGtzPC3N94N95LlBONf9PsF54jEOpRvg/zmZ/v6IR5q/2z4fFamj1a1QPj9NaWO1tqMXjtNr3c6M/jprhPljNGNeoMprhGjXy/LVYo9HnrwXXaHGNfo08l5OfvxZrNPr8teAaLa7Rr5HncvLz12KNZvg7pFEl8RonNEfNZbPZkvbc4NmmTZvi2muvjeOOO65kTCqVilQqFa94xSviAx/4QNx8883FY/v374/h4eH4x3/8x2hraztovUceeaSkvdLQXFdX10F9jRya++lPfxq/+tWvki4DoGhycrLssYmJiZiamlrw/I6OjjjttNMqXVbR+Ph4FAoLf8Pham9D0hq9fpam2vdzMzyOmuE2QCPwXGO1Jicn441vfOO8x66++uoYGBiocUXL53mwONeoNbifF+b6wL/zXKCc008/PekSqs57OlCq3v+Psxner+joWPijJAvNv2vXroM+E/B4tai/mvdBxOL3g8dp87+vFrG621CLx+ndd98dp556asPOX+3HUTPcB67R4pZyjVajGa5Ro89fizUaff6l6OodiC1bt6/4/Fa4RqvV6NfIczn5+WuxRqPPXwuu0eIa/Rp5Lic/fy3WaPS/QxpZEu/pCM1RcwcOHJi3f926dfGJT3wijj322LLndnR0xPvf//741a9+Fd/4xjeK/bt27YodO3bEOeecU+lyAYAKaoYP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iVOy3QYAAAAAAAAAAAAAAECL50lzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiZGf7QZgs2XLlsX8+fNj6dKlsWbNmoiI2GabbaJ79+4xZMiQ6NmzZ5PMW1xcHDNnzoz33nsvCgsLIz8/P7bbbrsYMGBAfOELX4icnJwmmRcAAAAAAAAAAAAAAABofEJzZM3KlStj6tSp8eKLL8b06dPj448/rvH8fv36xTHHHBPHHXdcdOvWbavnnzdvXkyYMCGefvrpKC0trfKcHj16xPHHHx+nnXZadOzYcavnBAAAAAAAAAAAoHloX9Azhp84JdttAAAA0ARys90Arc+bb74Zp556auy///5x2WWXxaOPPlprYC4iYtGiRXHdddfF1772tXjooYcaPH9FRUX84Q9/iKOOOioee+yxagNzEREfffRR3HjjjXHooYfGrFmzGjwnAAAAAAAAAAAAAAAAkBlCc2TcW2+9FdOnT49NmzY16Pri4uL4yU9+EpdffnmDrr/iiivi+uuvj7Kysjpfs2TJkhg1alS8/PLLDZoTAAAAAAAAAAAAAAAAyIz8bDcAERE77bRT7LvvvjFs2LDo379/dO/ePdq1axcrVqyI119/PR544IGYOXNmyjX33XdfdO/ePc4555w6z3PPPffEX/7yl5Sxjh07xgknnBAjR46Mfv36RXFxccyfPz/uvvvu+Ne//rXlvPXr18fZZ58df/3rX6N3795b9fMCAAAAAAAAAAAAAAAATUNojqzJz8+PQw45JI499tgYNmxYled07tw5dtlllzj66KPj/vvvjyuvvDJKS0u3vH7zzTfHyJEj43Of+1yt861cuTJ+/etfp4z17NkzbrvttpTrt91229hhhx3iq1/9avz5z3+Oa665JioqKiIi4pNPPomrr746brjhhob8yAAAAAAAAAAAAAAAAEATy812A7Q+ubm5cdhhh8Wjjz4av/71r6sNzFV2/PHHx7hx41LGysrK4ve//32drv/jH/8Y69at23Kcl5cXf/jDH2oM3J122mkxatSolLEnn3wy/vOf/9RpTgAAAAAAAAAAAAAAACCzhObIuGOOOSauvfba2Gmnnep97dFHH50Wsps2bVps3LixxutWrlwZ9913X8rYySefHIMHD651zvPOOy969Oix5biioiL+8Ic/1KNrAAAAAAAAAAAAAAAA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G++//36MHj06Pvnkk5Txiy++OI477rgG1+3fv3/a2IIFC+pdZ+HChSnHn/nMZxrcEwAAAAAAAAAAAAAAANA0hOZoFpYuXRqjR4+OFStWpIyPGTMmRo8evVW1d95552jbtm3K2Ouvv17vOq+99lrK8ec///mt6gsAAAAAAAAAAAAAAABofEJzZN3KlSvjO9/5TixevDhl/LTTTouzzz57q+u3bds2vvzlL6eMzZgxo141Fi1aFEuXLk0ZO/DAA7e2NQAAAAAAAAAAAAAAAKCRCc2RVZ988kmMHj063nvvvZTx448/Pi666KJGm+fggw9OOX7llVdi0aJFdb7+4YcfTjlu27Zt7Lfffo3SGwAAAAAAAAAAAAAAANB4hObImuLi4jjjjDNi/vz5KePf/va3Y9y4cY0618EHHxxt2rTZclxRURF33313na5dt25dPPTQQyljBxxwQHTq1KlRewQAAAAAAAAAAAAAAAC2ntAcWbFhw4b4wQ9+ELNmzUoZHzFiRIwfPz5ycnIadb7tttsujj/++JSxu+++O2bPnl3rtb/73e9i+fLlW45zcnLirLPOatT+AAAAAAAAAAAAAAAAgMYhNEfGlZWVxbnnnhszZsxIGT/ggAPi2muvjby8vCaZ9wc/+EF06NAhpY+zzjor3nnnnWqvueOOO+LOO+9MGRsxYkQMGjSoSXoEAAAAAAAAAAAAAAAAtk5+thug9bnxxhvj2WefTRnLz8+PnXbaKW644YYG1Rw0aFCMHDmyxnO23377uOCCC+LKK6/cMrZ06dI47rjj4oQTTohDDjkkdthhhygpKYl58+bF3XffHS+88EJKja5du8bFF1/coB4BAAAAAAAAAAAAAACApic0R8YtX748baysrCwmTpzY4JpHHnlkraG5iIhTTjkl3nnnnbj33nu3jBUXF8dtt90Wt912W43Xtm/fPm688cbo06dPg/sEAAAAAAAAAAAAAAAAmlZuthuATLv88stjzJgxkZeXV+drevfuHXfddVcMGzasCTsDAAAAAAAAAAAAAAAAtpbQHK1OTk5OnH322TF58uT45je/GW3atKn23O233z7GjBkT//jHP2L33XfPYJcAAAAAAAAAAAAAAABAQ+RnuwFan/Hjx8f48eOz3UYMHDgwrr/++li7dm28/vrr8f7770dRUVHk5eVF9+7dY+DAgbHrrrtGTk5OtlsFAAAAAAAAAAAAAAAA6khojlavoKAg9t9//9h///2z3QoAAAAAAAAAAAAAAACwlYTmAAAAAAAAAGjxFi1aFPvss0+Vr7300kvRr1+/DHcEAAAAAABkS262GwAAAAAAAAAAAAAAAACAxuJJcwAAAAAAAACQUOddMzsKi8siIqKkaHm15429bm507Lx6y3GXTvlx3dhdm7w/AAAAAABoCkJzAAAAAAAAAJBQhcVlUfS/0Nz6krJqzysuKYvy3OpfBwAAAACAliQ32w0AAAAAAAAAAAAAAAAAQGMRmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASQ2gOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxMjPdgMAAAAAAAAA0Bqdd83sKCwu23JcUrS82nPHXjc3OnZeveW4S6f8uG7srk3aHwAAAAAAtFRCcwAAAAAAAACQBYXFZVH0qdDc+pKyas8tLimL8tzqXwcAAAAAAP6/3Gw3AAAAAAAAAAAAAAAAAACNRWgOAAAAAAAAAAAAAAAAgMQQmgMAAAAAAAAAAAAAAAAgMYTmAAAAAAAAAAAAAAAAAEgMoTkAAAAAAAAAAAAAAAAAEkNoDgAAAAAAAAAAAAAAAIDEEJoDAAAAAAAAAAAAAAAAIDGE5gAAAAAAAAAAAAAAAABIDKE5AAAAAAAAAAAAAAAAABJDaA4AAAAAAAAAAAAAAACAxBCaAwAAAAAAAAAAAAAAACAxhOYAAAAAAAAAAAAAAAAASAyhOQAAAAAAAAAAAAAAAAASIz/bDQAAAAAAAABAS9C+oGcMP3FKttsAAAAAAABq4UlzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAAAAAAAIkhNAcAAAAAAAAAAAAAAABAYgjNAQAAAAAAAAAAAAAAAJAYQnMAAAAAAAAAAAAAAAAAJIbQHAAAAAAAAAAAAAAAAACJITQHAAAAAAAAAAAAAAAAQGIIzQEAAAAAAAAAAAAAAACQGEJzAAAAAAAAAAAAAAAAACSG0BwAAAAAAAAAAAAAAAAAiSE0BwAAAAAAAAAAAAAAAEBiCM0BAAAAAAAAAAAAAAAAkBhCcwAAAAAAAAAAAAAAAAAkhtAcAAAAAAAAAAAA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9hkzZsRBBx0UJ510Utx6660xa9asOm2uL1u2LO666674+te/Hr/73e9i06ZNGei27h588MH42te+FuPHj4/XX3+91s3zt99+O6699tr4+te/Ho8//niGukyOxYsXx5gxY+KYY46JRx55pMbAXMT/3/g+9thjY8yYMbVuxAEAAAAAZNv222+fNvbYY49loZOIuXPnxjHHHBOTJ0+uc2CusuLi4jqdV1FRETfccEP88Ic/rHNg7tPWrl0bV1xxRfzsZz+r9W/1Ndm0aVNceOGFMWHChHrVmT17dpx88sl1/nk/bebMmXHsscfWOfRV2ZNPPhnHHXdcg9Yt26p62lSnTp3qfH021+6OO+6I0aNH1yswV1ldA4KTJk2K7373u3UKzFW2ZMmSGDNmTNx66631vvaDDz6IU045pdbAXGWPPfZYnHHGGbFx48Z6z1mTe++9N84999x67fd88sknMXr06JgzZ06j9tLclZeXx89+9rP4xS9+UafAXGWvv/56nHTSSfHiiy9udS/eNwCA5suT5gAAAEiE6jbZjzvuuIzM/+GHH8bSpUsbfH1ZWVlMmDAh5s6dGzfddFPk52f3f7KXlpbGz3/+83jooYcadP3KlSvjRz/6UYwZMyZ++MMfNnJ3yTRz5sw466yz4uOPP27Q9U8++WS8/fbbcfPNN8dOO+3UyN0BAAAAADSOPffcM+6///6UsX//+98xceLEGDVqVMb6+M9//hOnnHJKlJSUpL1WUFAQX/rSl2KPPfaI7t27R8eOHWPt2rWxfPnyeOutt+L111+PTz75pF7zXX755Wk/d0RE165dY999941BgwZF9+7do3379lFUVBRvv/12PP/882khovvvvz86d+4cF154Yb3m3+y6666LKVOmbDnu3bt3fOUrX4nPf/7zse2220ZJSUksWLAgnnzyyfjwww9Trn333Xfj2muvjZ/97Gd1nm/69OlxxhlnxIYNG1LGc3NzY+jQobHnnnvGDjvsEJ07d44NGzbEsmXL4uWXX44XX3wxJdT37rvvxve+972YNGlSFBQUNOhnz7T169dXGVbbcccd63R9Ntfut7/9bdx8881VvrbTTjvF8OHD4zOf+Ux069YtKioqorCwMN59991466234s0336xXCPWvf/1rXHrppWnjOTk5sccee8QBBxwQvXv3jry8vFi+fHn8+9//junTp6f8jBUVFfHrX/86cnJy4vTTT6/TvEVFRfF///d/Ve7v9evXL772ta/FzjvvHF26dInVq1fHvHnzYurUqbFixYqIiHj55Zdj/Pjxdf45azNt2rS48soro6KiIiIiOnfuHMOHD48999wzunfvHps2bYrFixfHc889F2+88UbKtSUlJXHJJZfEQw891Oh7jP3794/OnTtHRMTSpUtTAmpt2rSJ/v3711qjqicubq3LLrssJk2alDberl272H///WPo0KGx/fbbx/r162Px4sXxzDPPxLx581LOXbt2bZxxxhlx5513xl577dWgPprr+wYAwH/5v7IAAABIhOayyb7Z9ttvH4MGDYpddtkldthhh+jUqVN06NAh1q1bFx9//HHMnz8/nn/++bSA1LPPPhu//e1vY+zYsdXW3mabbWLgwIER8d9w24IFC1Je7927d2yzzTY19lfThuymTZvihz/8Yfzzn/9Me61Hjx7x5S9/OXbdddfo2rVrtGvXLtasWROzZ8+O559/PuXpfpu/NXfbbbeNk046qcZ+mrum3hBszR8aAAAAAABal6985SvRvn37WL9+fcr4L37xi/jXv/4V3/3ud2Po0KFN2sPq1atjzJgxaYG5Tp06xfe///049dRTo0OHDtVeX15eHtOnT49JkybV6Sl5kyZNStvD6Nq1a5x//vlxxBFHRLt27aq8rqKiIp5++um4/PLLU/YTbr311hg6dGgcdNBBtc79aR999FH86U9/ioj//qwXX3xxHH300ZGXl5d27nnnnRc33HDDlvM3u+++++L73/9+9OzZs9b5VqxYEeeff37a376POuqoGDNmTPTp06fK637wgx/EBx98EOPGjYsXXnhhy/h7770Xl156adxwww21zt0cTJ06NUpLS1PG8vLyYrfddqv12myu3eOPP15lYO4LX/hCXHDBBbHffvvVeP3q1avj6aefjokTJ9Y61/vvvx/jxo1LG//85z8fv/zlL6tcqzPOOCMWLFgQl156acycOTPlteuuuy6GDRsWQ4YMqXXuq666KmVfK+L/3xfHHnts5OTkpF3z05/+NG699db4/e9/H2VlZfGXv/wl2rRpU+tcdTF+/PjYtGlT5OTkxOjRo+PMM8+MLl26pJ131llnxaOPPhoXX3xxyu/HnDlz4oknnohDDz20UfrZ7NP/Blx88cXx8MMPbznu0aNHPPLII406X108+uijVQbmDj744Lj88sur/Pfp3HPPjWeffTYuv/zyWL58+Zbx0tLSuPDCC+ORRx7ZshdYH831fQMA4L+E5gAAAEiE5rDJ3q9fvzj66KPjoIMO2hJqq0l5eXn84x//iGuuuWbLt1JGRPz5z3+Ob37zm9Vumh588MFx8MEHR8R/n3C3+f+/2TnnnBNHHXVUg3+Om266KS0w16tXr7j44otjxIgRVW6eR/z3aXkPP/xwXHXVVSkfNLjqqqti9913j0GDBjW4p2xryg3B1v6hAQAAAACgdenWrVucfPLJcdttt6W99uyzz8azzz4bPXv23PKknt122y0++77TrXYAAQAASURBVNnPNupTeK644opYvHhxylivXr3illtuiQEDBtR6fV5eXuy7776x7777xnnnnVfjuR9++GFceeWVKWM777xz3HnnndGrV68ar83JyYmvf/3rMXjw4DjhhBNi2bJlW1679tpr48ADD6wy2FOdzQGurl27xp133lnjXkbbtm3jggsuiDVr1sQDDzywZby8vDwmTZoUZ511Vq3zXXrppbFy5cotx3l5efGrX/0qvvWtb9V67Y477hi33nprXHrppTF58uQt40888UTMmjWrTsGzbCouLo4bb7wxbXy//faLbt261Xp9ttZu1apVVT71beTIkXHNNddE27Zta51/2223jWOPPTaOPfbYtPussnHjxqWFVwcPHhx33HFHjQGm/v37x1133RXf+9734qWXXtoyXlpaGpdeemnK0xSrMnPmzJS1ifjvlx/eeuut8cUvfrHa69q2bRtnnXVWfOYzn4kf//jHUV5eHhs3bqxxrrrasGFD5OTkxPjx4+OII46o8dxDDjkkysvL44ILLkgZf/DBBxMfviouLo6f//znaePHHXdcXHHFFTX+m3jQQQfFZz/72Tj55JNTgnOLFy+O3/3ud3HZZZfVux/vGwBA85ab7QYAAACgMWzeZK/Ks88+GyeffHIccMABcckll8QDDzwQc+fOjbKyskabf8SIEfHUU0/FmWeeWafAXMR/Nzi//e1vxwMPPJASjKqoqIg777yz0Xqrj9dffz0mTJiQMrbnnnvG3//+9xg5cmS1gbmIiPz8/Dj22GPj3nvvTXnKWWlpafzud79rqpZbvKo2vn/zm9/E1VdfXW1gbrPNG9+VQ5KbN74BAAAAAJqjc889N/bcc89qX1++fHlMnjw5Lrvssjj88MPji1/8Yhx77LHxi1/8Ih5//PGUv6nW14IFC+Lxxx9PGWvXrl2dA3OV7bDDDjW+ftttt8W6deu2HG8O5tQWmPu03r17x29/+9uUsbfffjumTp1av2b/56qrrqrzXsaPf/zjtCfhffqL3Koza9asmDZtWsrY+eefX6fQ12Y5OTlxxRVXRP/+/VPGb7nlljrXyIaPP/44zjzzzFi4cGHKeG5ubpxzzjm1Xp/NtbvjjjuiuLg4ZWzo0KHx29/+tk6Bucr69u1b7Wvz58+Pf/3rXyljBQUF8Yc//KFOT/xq165d3HTTTbH99tun1a3td/See+5JGxs7dmyNgblPGzlyZJx66ql1Orc+vvOd79QavNrsW9/6VloA8uWXX077ksakefjhh2PNmjUpY0OGDIlx48bVKUTcr1+/uP7669POnTx5clrduvK+AQA0X0JzAAAAJEY2N9kLCgrq9W2un9anT5+4/PLLU8Yef/zxKCoqanA/DTVhwoTYtGnTluMePXrELbfcUqfNyc0GDhyY9vNMmzYt5s6d22h9JkVr/tAAAAAAANB6bQ6pHXTQQXU6f8OGDTFr1qyYOHFinHvuubHffvvFqFGj4qGHHqr3U55uu+22lL+DR0ScffbZDQrM1WbVqlVpT7M6/fTTo1+/fvWutddee8WXv/zllLGnn3663nWGDRsWBx98cJ3P79q1a3zlK19JGZszZ07aGlZ26623phzvtNNOMXr06Lo3+j9t2rSJ73//+ylj06ZNa7SnezWGjRs3xsqVK+Pf//53jB8/PkaOHBnTp09PO+9HP/pRDB48uNZ62Vq74uLitDBZmzZt4pprronc3Mb/qOndd9+dNnbmmWdGz54961yjc+fO8eMf/7hOtTcrLCxMC872798/jj/++DrPGxExZsyY6NKlS72uqUlBQUGcffbZ9brm29/+dspxWVlZzJs3r9F6ao6qem9/9rOf1et3dM8994wjjzwyZaykpCTt3+u68L4BADRvQnMAAAAkRjY32bfWAQccENtuu+2W47KysnjjjTcy2sP8+fPjn//8Z8rY+eef36ANv29961ux8847p4w1ZPM+6VrThwYAAAAAAD6tS5cuMWHChPjVr34VO+20U72uraioiBkzZsRPfvKT+MY3vhF/+9vf6nzts88+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aNp1a9asifPOOy8tVJebmxv77rtvfOlLX4ovfOEL0bt37+jevXu0a9cu2rdvH7m5qd9lM2rUqJgxY0bj/2B10Jo377OlNX5oAAAAAACgsbRv3z6uu+66+NrXvpb2lKcXX3yxyr/nFxQUpI2VlJQ0WX+V7b777vHAAw80yXzNSbt27dLGHn300ejfv38WusmsnJycuOiii+Ljjz9OeTJdaWlpXHTRRfHII4/UGLLK5toVFBSkfOFfU4aHqgrk1fTllbWp6trqQn+V/x3Y2p+zqjAuTaPye1pRURHr1q1rcHCuqn//mzIsCgBA5gnNAQAAwKc0ZJP9j3/8Y6xatSplbPDgwXHttdfGzjvvXOe5s/kUtqo27w855JC47rrrstBN69CaPzQAAAAAANAYCgoK4sgjj4w///nPKePvvvtuled37do1baypvuCsS5cukZ+fH2VlZVvGWssX2G277bZpY63lZ9/s8ssvj1deeSUWL168ZWzhwoVxxx13xPe+971qr8vm2nXt2jUlNNeUX/63zTbbpI1tzXxVXVvV/V7V3J/+metr48aNTRa8JV2XLl3SxgoLCxscmisqKkobq+p3EwCAliu39lMAAACgddm8yV5ZdZvsjz76aMpx796944477qhXYC4iuxvGNrAzz5oDAAAAAGy93XbbLW2s8pfibbbddtuljc2bN6/Re4r47xPHKv8dePny5SkhuqSqap2XLFmShU6yp1OnTnHppZemjd9yyy01hrSyuXaV5168eHGTPUWtqj2SBQsWNLjeO++8U6c5IiJ69eqVcrx8+fIG78/Mnz8/KioqGnQt9detW7e0sYULFza4Xn1+bwAAaJmE5gAAAKAKdd1kX7BgQSxbtixlbNSoUdG5c+d6zVdaWppWJ5O6desWOTk5KWOf/vZTGp8PDQAAAAAAbL2q/h6fl5dX5bl77rln2thrr73W6D1ttvvuu6ccr1u3Lv7zn/802XzNRVV7LC+//HIWOsmur33ta7HXXnuljBUVFcWtt95a7TXZXLs99tgj5XjTpk0xc+bMJplr0KBBaWNvvfVWg+u9+eabdZojouo1bujP+cYbbzToOhqmqve0qve+ripf26VLl9hxxx0bXA8AgOZHaA4AAACqUNdN9qVLl6aNDR06tN7zzZkzJzZs2FDv6xpLu3btYuDAgSlj7733XqxcuTJLHSWfDw0AAAAAAGy9qv6OXdWXlkVE9O/fP+21qVOnRlFRUZP0tu+++6aNPfnkk00yV3Oyzz77RH5+fsrYc889F6WlpVnqKHt+9KMfpY3dc889sWrVqirPz+baDRs2LG3skUceaZK5tttuu+jXr1/K2PTp02t8Cl91Nm7cGFOnTk0Z69ixYwwYMKDK86sKz/7973+v97wREVOmTGnQdS1V5b3S8vLyjM5f1Xv3xBNPNKjWW2+9FR9++GHK2O677572JaMAALRsQnMAAABQhbpuslf19Lltttmm3vM9+uij9b4mItI2TiMavkHVWjfv66uxNgR9aAAAAAAAYOtNnz49baxyGOfTDj744JTjkpKS+Mtf/tLofUVEHHjggWl/U77vvvuisLCwSeZrLgoKCtICWMuWLWuyAFZzNmzYsNhnn31SxkpKSuJPf/pTlednc+2GDRuWtsf12GOPxeLFi5tkvv322y/leOPGjTF58uR613n00UfTwnb77LNPtU+cHDhwYOyyyy4pY0888UQsWrSoXvO+8sor8frrr9frmpauU6dOKcclJSUZnb93797Rv3//lLG33nqrQU8prOrf/cq/kwAAtHxCcwAAAFCFum6yd+jQIW2sqiBdTQoLC2PSpEn1umazyptTEQ3foKr8QYGIiD//+c9RVlbWoHpJ1Vgbgj40AAAAAAC0RlOnTq13OKU6H3zwQTz22GNp4wceeGC115x++ulpYZrf//73MW/evEbp6dP69u0bhx9+eMrY2rVr45JLLomKiopGn685OfPMM9PGrrnmmkZ771uSMWPGpI3de++9VX6BY0T21q5Dhw5xyimnpIyVlpbG2LFjY9OmTY0+30knnZQ29oc//CE++uijOtdYu3Zt/OY3v0kbHzVqVI3XnXDCCSnHGzZsiJ///Od1/qLE4uLi+PnPf17nPpOiS5cuKceFhYWxZs2ajPZw8sknp41deeWV9fo3ddasWfHwww+njHXs2DGOOuqore4PAIDmRWgOAACARMjWJnuPHj3Sxv71r3/Va74rrriiwd8q26lTp7SnlTV0Hfbaa6+0ENeiRYti/PjxDaqXVI25IehDAwAAAABAa/Pcc8/FN7/5zbjkkktiwYIFDa6zfPny+OEPfxjr1q1LGe/WrVsMHz682ut22mmnOOyww1LGNmzYEN/73vdi/vz59e7jww8/rPH1s846K9q2bZsy9vTTT8dll10WGzdurPd8m+e88sorG9RvpgwbNiztfVizZk1897vfbfD7vmHDhrjvvvvi9ttvb4wWM2bo0KFpa7Fu3bq4+eabqzw/m2t36qmnpu2DvPLKK3H++ec36Pe1pqfUff7zn097sldRUVGcffbZUVxcXGvtjRs3xjnnnBMrVqxIGR8wYEDsu+++NV579NFHR69evVLGXnjhhbjoootq/TkLCwvjBz/4Qbz99tu19pg0AwYMSBv75z//mdEejjjiiOjatWvK2MyZM+PKK6+s0/WLFy+Oc845Jy0IevTRR6f97gMA0PIJzQEAAJAI2dpk/8IXvhAdO3ZMGbvrrrti2bJldZrvpptuiilTpjS439zc3Ojfv3/K2AsvvNDgb/z80Y9+FDk5OSljEydOjBtuuKHB33o7f/78GDt2bMa/abKpNOaGoA8NAAAAAACtUVlZWUyePDkOOeSQOO644+Luu++u89Ol1q1bF/fee28ceeSRVYbGxo4dG+3atauxxk9/+tPo169fytiyZcvixBNPjFtuuSVtj6Cy8vLyeOmll+KCCy6Ib3zjGzWe269fv7jiiivSxh988ME47rjj4tlnn63T39/Xrl0bU6ZMibPOOitGjBgRd999d2zYsKHW67Lp6quvTvvywffeey+OOeaYuPnmm6OoqKjWGhUVFfHaa6/FVVddFV/96lfj8ssvb5FfPHfOOeekjd1///2xfPnyKs/P1tp17do1xo8fn7ZX9Nhjj8Xxxx8f//73v2udd82aNfH/2Lvz8DrLOm/gv2wlTdJCoW26BQptaSlLgQKGpSCCiF6jLHIJlUUFdSqL2FevojjKNr7VilMQWZwCU5myOMrygshmBxWEWCtQppRSWygcoIStadITQpOQ9w/GmNMkzdLknJyTz+e6+OO+n3v5neektZ4n33P/6le/is985jNxzTXXbHPsJZdc0u4524oVK+L000+P5557rtN569ati7POOqvdF1kWFRXFD37wgy5rLCsr6/DP5X333Rf/9E//FPfcc0+7e/zWW2/FkiVL4pOf/GQsW7YsIj788z1y5Mgu98sVM2bMiPz81F87/tGPfhS/+93vorGxMS01lJaWxiWXXNKu/9Zbb42vf/3rnZ7gGPHh87zPf/7zsWHDhpT+8ePHx4UXXtjntQIAkHmFXQ8BAACA7PD3h+x33XVXzJgxIz7zmc/Ecccd1+FpcFt777334p577olrrrkm3nnnnXbXO3vIXlRUFMcee2zce++9rX2bNm2KL3zhC3H11VfHtGnTOtyvuro6FixYEL/5zW9a+8rKymLz5s3deakpDjjggHjhhRda2y+99FJ897vfjfPPPz/Gjx/fo7VmzpwZ559/fruHmNdee2385S9/iQsvvDAOOuigLtfZuHFj/O53v4vf/va38eSTT0ZLS0t8+9vf7lEtA9XfHwi2DSb+6Ec/ipKSkjjqqKOiqKioR+vNnz8/TjnllJRfCPn7g+85c+bE5z//+Rg2bNg212hpaYmnn346Hnzwwbj//vvj7bffjtNPP71nLwwAAAAAIANWrFgRK1asiCuuuCLGjx8fM2bMiEmTJsWIESNixIgRERGRTCbjtddei9WrV8ef//znqK+v73CtT37yk3HSSSd1uefw4cPjmmuuidNPPz3lRKvNmzfHT37yk/j5z38ehx56aMyYMSN22WWXKCkpibq6unjzzTfj+eefj6eeeqrDZwmdOemkk2LdunWxaNGilP7nn38+5syZE+PGjYuPfOQjMW3atNhpp52iuLg46urqoq6uLtavXx8rV66MNWvWpC2U0lfKy8vjuuuui7POOivlPauvr49/+7d/ixtuuCEOPPDAOOCAA2L06NExfPjwaGhoaL3Xq1atipUrV0ZNTU3mXkQf2X///ePII4+MP/7xj61977//fvz85z+P73//++3GZ/LeHXPMMTFnzpy4/vrrU/pXrVoVX/rSl2LixIlx+OGHx+677x4777xztLS0RG1tbaxfvz5WrVoVzzzzTOvP6vTp07e516677hqXXHJJXHTRRSn9zz//fJxyyilx4IEHxqxZs2LMmDFRUFAQ1dXV8eSTT0ZVVVU0NTW1W2/u3Lmx7777dut1HnXUUTFnzpy44YYbUvpffvnluOiii6KgoCB22WWXGD58eGzcuDHefffdlIBrUVFR/PCHP4x58+alzN86VJZLRo8eHbNmzUr5Msm33347zjvvvCgqKoqxY8fG0KFD24Uu//Vf/7Xb70t3fOpTn4rHH3887rzzzpT+hx56KP7whz/EkUceGTNnzoxRo0bF+++/H6+++mr893//dzz//PPt1ioqKoof//jHXT6LAwAgOwnNAQAAkJPS+ZD93HPPjQceeCDlYfX69evjpJNOilmzZkVlZWWMGTMmmpqa4q233oply5bFE088EVu2bGkd/9nPfjYSiUTrN1P2xGc/+9m44447Uvr+Hh7ceeedY+edd47CwtSPAPbZZ59Ov2nzvPPOixdffDHuv//+lP5ly5bF6aefHhMnToyPfOQjMXny5Nhxxx1jyJAhUVdXF5s2bYp169bFc889F+vWrYvm5uYev5Zs0NcPBP3SAAAAAADAh1577bV47bXXejX3pJNO6tYJU3+31157xe233x5f+9rX2u25efPmeOSRR+KRRx7pVS0d+da3vhVjx46N+fPntwu/vf7663H33Xf32V4Dyb777hu//OUv44ILLoj169enXKuvr4/HH388Hn/88cwUl2YXXHBBSmgu4sMTB7/yla/E2LFj243P5L37xje+ETvttFP86Ec/SvkSwYgPn4FtXc/2OPHEE6OpqSkuueSSlCDcBx98EMuXL4/ly5d3uUZeXl5885vfjHPOOadHe8+dOzfy8vLaBQQjPjxR8s033+zwFMwhQ4bElVdeGQcddFC78F5ZWVmPasg28+bNi7/85S/tnqs2NjbGK6+80uGczp7Bbo8rrrgiCgoK4r/+679S+hsaGuLhhx+Ohx9+uMs1ysrK4mc/+1nMnDmzz+sDAGBgEJoDAAAg5/X3Q/bdd989/uVf/iUuueSSlP4PPvgg/vCHP6SEqzpSWVkZl156aY8f5P3dfvvtFyeffHLcdddd7a69++678e6777brHz58eKfr5eXlxZVXXhkVFRXx85//POVbMyP6/mFoNurrB4J+aQAAAAAAGCxOOOGEqK+vjz/84Q9RW1u73etVVFTEd77znTjmmGN6PHfq1Knxq1/9Kn74wx/Gb37zm3bhoO7YZZdduj329NNPj3333Td++MMfxl//+tce7/V3xcXFccwxx8S4ceN6vUY67bnnnnHnnXfGwoUL41e/+lW8//77vV5r3333jaOOOqoPq0uf/fbbL44++uh49NFHW/u2bNkS119/fVx++eUdzsnkvfviF78Ye+65Z8yfPz/WrFnTqz27++fjlFNOiXHjxsVll13W42dQY8eOjYsvvjiOO+64XlT4YUDw4IMPjssvv7xbe++1115xxRVXtH5R4tZ/j+X6iWWTJ0+Om2++OS666KJ4+eWXM1ZHQUFBXHHFFTFlypT42c9+Fps2berR/P333z8uv/zymDp1aj9VCADAQCA0BwAAQE7I9EP20047LT744IP4v//3/7b7htht+exnPxuXXnppDBkypLelRkTEZZddFmVlZbFkyZJePdTfWn5+fsydOzdmzpwZP/nJT2L16tW9XmvYsGFx/PHHR2lp6XbXNVD0xwNBvzQAAAAAAAwGM2fOjJkzZ0ZjY2MsX748/vKXv8Rf//rXePbZZ7t9GtHIkSPj0EMPjU9/+tNx+OGHR2Fh738Nbpdddokf//jHMWfOnFi8eHE89thjsWHDhm3OGTZsWBx66KFx/PHHx8c//vEe7bfffvvFbbfdFsuXL4877rgj/vznP3d4ktXWRo8eHYceemgcdthhccwxx2RdMKesrCy+973vxde+9rVYsmRJ/OEPf4jVq1d3+UyjuLg4DjjggNbXPWnSpDRV3D8uuOCClNBcRMRdd90VX/3qV2PChAkdzsnkvTvssMPi3nvvjQceeCDuuuuuWL58ebz33nvbnDNx4sSYNWtWnHzyyTF9+vQe7XX//ffHnXfeGffcc0+sWLEimpubOxybl5cX06dPj09/+tPx+c9/PnbYYYceva6tHX744fGb3/wm/vSnP8VDDz0UK1eujLfeeitqa2ujpKQkxo8fHzNmzIjjjjsuDj/88MjLy4uID0+l3Pp+7LjjjttVSzY44IAD4oEHHojHH388fv/738cLL7wQiUQiNm/eHA0NDX3yrLK7zjrrrDjhhBPiP/7jP+Khhx6KF198sdOxO+ywQxx00EFx2mmn9TpkCQBAdslr2frr4gEAACCLZfoh+9/+9re47rrr4pFHHuk0PFdUVBRHHHFEfPnLX46DDjqotf/MM8+MZcuWtbYPOeSQ+M///M8e7b9hw4a4//77Y8WKFfG3v/0tNm7cGMlksl0tPV370UcfjbvuuiuWLVsWNTU1XY6vqKiIQw89NI444og46qijori4uMs511xzTfzsZz9L6XvhhRcG3Ly2mpubu/1A8JZbbomPfOQj3Vr37bffHtS/NAAAAAAADD4tLS1RXV0d69evjw0bNsTmzZsjmUxGXl5elJWVRWlpaYwaNSqmTp0aI0eO7Nda1q1bFy+++GJs3LgxNm7cGHl5eVFaWhqjR4+OPfbYIyZOnBgFBQV9tt9LL70U69ati5qamqipqYmmpqYoLS2NsrKymDBhQuyxxx49OtEuW2zatClWrlwZ77zzTtTU1MTmzZtj6NChre/17rvvHhUVFX16r3NFpu7dli1b4tlnn43q6up49913o66uLoqLi2PYsGExYcKEmDx5cowaNapP9qqtrY1nnnkm3nnnnXj33Xejubk5dt555xg5cmTsu+++A+LPxJ/+9Kc4++yzU/oWL14chx56aIYq4rXXXovnn3++9e/voqKi2HnnnWP06NGx//77x9ChQzNdIgAAaSQ0BwAAQE7L1EP2+vr6ePrppyORSMSmTZsiLy8vdtxxx9htt91i3333zdpT11paWlrDYTU1NbFx48ZoaWmJ0tLSGDZsWOy6664xadKkGD58eKZLzRl+aQAAAAAAAGDg+cEPfhC33HJLazs/Pz/+8pe/RFlZWQarAgAA/k5oDgAAAAAAAAAAAAC6qaamJo4++uior69v7Zs+fXrcfffdGawKAABoKz/TBQAAAAAAAAAAAABANmhpaYlvf/vbKYG5iIjPfe5zGaoIAADoiNAcAAAAAAAAAAAAAIPKPffcE0888USP5mzevDnOP//8ePTRR1P6hw8fHp/5zGf6sjwAAGA7FWa6AAAAAAAAAAAAAABIp6eeeip++ctfxsSJE+PjH/94HHHEETFt2rTYaaedUsY1NjbG888/H0uXLo077rgjampq2q31ve99L0pLS9NTOAAA0C1CcwAAAAAAAAAAAAAMSuvXr49FixbFokWLIiJixIgRMXz48BgyZEjU1tbGxo0bY8uWLZ3OP+WUU5wyBwAAA5DQHANOTU1NPPPMM/HKK69EMpmMIUOGxOjRo2P69OkxadKkftkzmUzGM888E+vXr4/a2tooLCyMkSNHxtSpU2OvvfaKvLy8ftkXAAAAAAAAAAAAGDg2btwYGzdu7NbYr33ta3HhhRf2c0UAAEBvCM3RzsaNG2PlypXxP//zP/Hss8/GypUr46233koZc/7558cFF1zQp/suX748brjhhnjiiSeiubm5wzG77bZbnHHGGTF79uwoKira7j1feOGFuP766+N3v/tdNDY2djhm9OjRceqpp8bZZ58dJSUl270nAAAAAAAAAAAAkFkHHnhgPP744/Haa6/1eO5hhx0W5557bhx88MH9UBkAANAX8lpaWloyXQSZ9x//8R+tIblEItHl+L4MzTU2Nsb8+fPj1ltv7facPffcM6655pqYOHFir/ZsaWmJ66+/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QM4QmgMAAAAAAAAAAAAAAAAgZwjNAQAAAAAAAAAAAAAAAJAzhOYAAAAAAAAAAAAAAAAAyBlCcwAAAAAAAAAAAAAAAADkDKE5AAAAAAAAAAAAAAAAAHKG0BwAAAAAAAAAAAAAAAAAOUNoDgAAAAAAAAAAAAAAAICcITQHAAAAAAAAAAAAAAAAQM4QmgMAAAAAAAAAAAAAAAAgZwjNAQAAAAAAAAAAAAAAAJAzhOYAAAAAAAAAAAAAAAAAyBlCcwAAAAAAAAAAAAAAAADkDKE5AAAAAAAAAAAAAAAAAHKG0BwAAAAAAAAAAAAAAAAAOUNoDgAAAAAAAAAAAAAAAICcITQHAAAAAAAAAAAAAAAAQM4QmgMAAAAAAAAAAAAAAAAgZwjNAQAAAAAAAAAAAAAAAJAzhOYAAAAAAAAAAAAAAAAAyBlCcwAAAAAAAAAAAAAAAADkDKE5AAAAAAAAAAAAAAAAAHKG0BwAAAAAAAAAAAAAAAAAOUNoDgAAAAAAAAAAAAAAAICcITQHAAAAAAAAAAAAAAAAQM4QmgMAAAAAAAAAAAAAAAAgZwjNAQAAAAAAAAAAAAAAAJAzhOYAAAAAAAAAAAAAAAAAyBlCcwAAAAAAAAAAAAAAAADkDKE5AAAAAAAAAAAAAAAAAHKG0BwAAAAAAAAAAAAAAAAAOUNoDgAAAAAAAAAAAAAAAICcITQHAAAAAAAAAAAAAAAAQM4QmgMAAAAAAAAAAAAAAAAgZwjNAQAAAAAAAAAAAAAAAJAzhOYAAAAAAAAAAAAAAAAAyBlCcwAAAAAAAAAAAAAAAADkDKE5AAAAAAAAAAAAAAAAAHKG0BwAAAAAAAAAAAAAAAAAOUNoDgAAAAAAAAAAAAAAAICcITQHAAAAAAAAAAAAAAAAQM4QmgMAAAAAAAAAAAAAAAAgZwjNAQAAAAAAAAAAAAAAAJAzhOYAAAAAAAAAAAAAAAAAyBlCcwAAAAAAAAAAAAAAAADkDKE5AAAAAAAAAAAAAAAAAHKG0BwAAAAAAAAAAAAAAAAAOUNoDgAAAAAAAAAAAAAAAICcITQHAAAAAAAAAAAAAAAAQM4QmgMAAAAAAAAAAAAAAAAgZwjNAQAAAAAAAAAAAAAAAJAzhOYAAAAAAAAAAAAAAAAAyBlCcwAAAAAAAAAAAAAAAADkDKE5AAAAAAAAAAAAAAAAAHKG0BwA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APqK0BwZtW7duvjWt76VEpjbY4894vLLL+/wRLeysrIYO3ZsHHLIIfHFL34xNm3aFHfeeWcMHz68y73efvvt+PGPf5zSV15eHjfddFNMmTKltW/EiBExYcKE+NjHPhY333xzLFiwIFpaWiIioqamJubPnx8//elPe/uSAQAAICNqk01R1yY011Df1OnYZH1TNOd3fh0AAAAAAAAAAGAgE5ojY1paWuJf/uVfoqGhobVv6tSp8Ytf/CJGjBjRrTV23HHHOPvss7s19oYbboj33nuvtV1QUBDXXXddSmBua2effXZs2LAhbrnllta+hx9+OJ577rnYe++9u7UvAAAAAAAAAAAAAAAAA8/cBauits0XUdfXVXc6dt7C1VEybGNERAwvLYyF86b3e330Xn6mC2Dwuv322+Opp55qbZeWlsaiRYu6HZjribfffjvuuOOOlL7TTz899tlnny7nzp07N0aPHt3abmlpieuuu67PawQAAAAAAAAAsl8ikYjx48d3+F8ikch0eQAAAAC0UZtsiro2/yXrmzodm6z/x7i2QTsGJifNkREffPBBLFq0KKXvggsuiPLy8n7Zb+nSpdHY2NjazsvLi7POOqtbc0tKSuKzn/1sXH/99a19f/zjHyOZTEZpaWmf1woAAINdIpGIysrKDq9VVVVFRUVFmisCgN4rLiuPw2ffl+kyAAAAYFDxOTMAAAB8yClqDGZOmiMjHnvssXj99ddb2yUlJXHqqaf2235Lly5Nac+cObNHH4CefPLJKe0tW7bE448/3ie1AQAAAAAAAAAAAAAA9DWnqDGYOWmOjPj1r3+d0v7Yxz4WJSUl/bLXli1b4sknn0zpO+SQQ3q0xq677hpjxoyJN954o7Xv97//fXziE5/okxoBAAAAspFT1AAAAAYfJ3gBwMDhf5cBABgM2p6W192T8iKclofQHBnQ0tISTzzxRErfoYce2m/7rV+/PrZs2ZLSd+CBB/Z4nQMPPDB++9vftrbXrFmz3bUBAADQN9p+OBbhAzIAAAAAAAAAAMgFfz8tLyKioYuT8prznZDHPwjNkXYvvvhibN68OaVv6tSpKe3a2tpYtmxZvPTSS5FMJmP48OGx8847x1577dVubHf229qkSZN6XPfWc1566aUerwEAAED/aPvhWIQPyAAAAAAAAAAA2D7p+BJnp6hB/xGaI+3+53/+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ANQyNDQUn/70p+ta84YbbohvfOMbVcc6OjrijDPOiBNPPDGKxWKUSqV46KGHYvXq1fGLX/xifN7o6Gicd955ccstt8QBBxxQ174AAAAAAAAAAACg2bR3dcey5WvSbgMAAMghb5pjzvrYxz4WW7ZsiYiI9vb2OOaYY2ZVb9OmTXHFFVdUHevu7o6bb745Lrzwwnj1q18d++yzT7zkJS+JN7/5zfHlL385LrzwwmhpaRmf/+yzz8YnPvGJWfUBAAAAAAAAAAAAAAAANI7QHHPSD3/4w/jxj388Pv7ABz4QxWJxVjWvvfba2Lp16/i4ra0trr766njFK15R85qzzz47zjzzzKpjP/rRj+I3v/nNrHoBAAAAAAAAAAAAAAAAGqOQdgOwq5GRkbjsssvGxy9/+cvjfe97X1x88cUzrrlp06a46aabqo69+93vjiOPPHLSa1euXBk/+MEP4umnn46IiB07dsTVV18dn//852fcDwAAAAAAAAAA1NLe1R3Llq9Juw0AAACAzPKmOeacK664IjZu3BgRES0tLXHppZfGvHnzZlXztttui+3bt4+PW1pa4qyzzprStR0dHXHqqadWHbvjjjuiVCrNqicAAAAAAAAAAAAAAACg/rxpjjnl7rvvjptvvnl8fMopp8Qxxxwz67q33XZb1fjoo4+OYrE45etPOeWUuOaaa8bH27Zti5///Ofx13/917PuDQDmCp9WCQAAAAAAAAAAAADkgTfNMWds27YtLr744tixY0dEROyzzz7xT//0T3Wpe+edd1YdW7p06bRqHHTQQbFo0aKqYz/96U9n2xoAAAAAAAAAAAAAAABQZ940x5xx9dVXx6OPPjo+vvDCC2OfffaZdd3HHnsstm3bVnXsda973bTrvO51r4tbb711fPzQQw/NujcAAAAAAAAAAEhae1d3LFu+Ju02AAAAABrGm+aYEx566KH40pe+ND5eunRpnHzyyXWp/cgjj+x27NBDD512nV2v2TngBwAAAAAAAAAAAAAAAMwNQnOk7vnnn4+LL744tm/fHhER8+bNi49+9KN1q//www9Xjdva2qK7u3vadRYtWlQ1LpVKMTQ0NKveAAAAAAAAAAAAAAAAgPoqpN0A3HDDDXHfffeNj9///vfP6E1wtTz99NNV4/333z/a2tqmXefAAw/c7djQ0NCMAngAAJBl7V3dsWz5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+lKpFB/5yEfikksumdH1H/vYx+LKK6+MSqUy5WuefPLJOPPMM+Puu++e0ZoAAAAAAAAAAAAAAABAMgppNwAREQcffHD8+Z//eSxdujQOPfTQ2HfffeMFL3hBbNy4MdauXRs333xz3HfffVXX3HTTTbHvvvvGBRdcMOV1brjhhvjGN75RdayjoyPOOOOMOPHEE6NYLEapVIqHHnooVq9eHb/4xS/G542OjsZ5550Xt9xySxxwwAGz+vMC09fe1R3Llq9Juw0AAAAAAICG8TwEAAAAAADqQ2iO1BQKhXjrW98a73rXu2Lp0qUTzpk/f34ccsghceqpp8a//uu/xmWXXRbbt28fP/+FL3whTjzxxHjFK14x6XqbNm2KK664oupYd3d3XHfddVXX77PPPvGSl7wk3vzmN8eXv/zlWLVqVezYsSMiIp599tn4xCc+EZ/73Odm8kcGAAAAAAAAAAAAAAAAGqw17QZoPq2trfH2t789br311rjiiitqBuZ2dfrpp8ell15adaxSqcTnP//5KV1/7bXXxtatW8fHbW1tcfXVV+8xcHf22WfHmWeeWXXsRz/6UfzmN7+Z0poAAAAAAAAAAAAAAABAsoTmSNw73/nO+PSnPx0HH3zwtK899dRTdwvZ3XHHHbFt27Y9Xrdp06a46aabqo69+93vjiOPPHLSNVeuXBkLFy4cH+/YsSOuvvrqaXQNAAAAAAAAAAAAAAAAJEVojsS1tbXN6vp3vOMdVeNSqRQPPvjgHq+57bbbYvv27ePjlpaWOOuss6a0XkdHR5x66qlVx+64444olUpTaxgAAAAAAAAAAAAAAABIjNAcmbNkyZLdjm3cuHGP19x2221V46OPPjqKxeKU1zzllFOqxtu2bYuf//znU74eAAAAAAAAAAAAAAAASIbQHJnT3t6+27GtW7fWnL9t27a48847q44tXbp0WmsedNBBsWjRoqpjP/3pT6dVAwAAAAAAAAAAAAAAAGg8oTky58knn9zt2Itf/OKa8x977LHYtm1b1bHXve51015312seeuihadcAAAAAAAAAAAAAAAAAGktojsy5++67dzt20EEH1Zz/yCOP7Hbs0EMPnfa6u17z6KOPTrsGAAAAAAAAAAAAAAAA0FhCc2TK2NhYfPe73606duihh8bixYtrXvPwww9Xjdva2qK7u3vaay9atKhqXCqV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2QrD5/M8+eOeueecd4c7d8x95z0HAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADKGojkAAAAAAAAAAAAAAAAAMoaiOQAAAAAAAAAAAAAAAAAyhqI5AAAAAAAAAAAAAAAAADJG9coOAAAAgLJ3//33xwMPPJDQNmnSpEqKpngOP/zwmDNnzobjXr16xe23316JEVEaZ511VnzxxRcbjvfbb7945plnKjEiqBglvf/6zAAAAADA1qtv374xaNCgDcctW7aMYcOGpT1OQUFBfPLJJzFs2LAYO3ZszJs3L5YuXRp5eXkJ573++uuxyy67bDju2LFjwusXX3xx9OnTJ+352XwNHDgw+vXrl9A2dOjQaNWqVSVFtPUpy/ztqFGj4r333ouxY8fG7NmzY9myZbFmzZqEc/71r39Fjx49NhzLxVYs91UAgM2DojkAAKDY1q5dG1OmTInvv/8+li1bFsuWLYt169ZFnTp1om7dutG8efNo2bJltGrVKmrWrFnZ4QIAAAAAAGQseRt+acqUKXHllVfGxIkTKzsUSqCgoCCmTZsWM2fOjLlz50ZOTk7k5uZGVlZWbLPNNrHNNtvETjvtpMhtKzdv3rz485//nLAIHwAAsHGK5gAAgE3Kzc2NIUOGxGuvvRZff/11rF69usg+NWrUiJ122il222232HfffeOggw6K7OzsCogW0pNqVc2yWlUx1WqRVhAEAAAAAKA05G1IZcqUKXHaaadFTk5OZYdCGlauXBmDBw+O//73v/Hll1/G8uXLi+zTqFGj2GOPPeKoo46Knj17Rr169SogUjYHCxcujFNOOSXmz59f2aEAAMAWQ9EcAACwUUOHDo2bbropfvzxx7T65eXlxbfffhvffvttvPTSS1G1atU444wz4rrrriunSLd8qYq3hg4darVIoEh9+/aNQYMGbThu2bJlDBs2rBIjAgAAAADKg7wNG3PllVemLJhr2LBhbLvttlG9euLPBGvVqlVRoZFCTk5OPProo/H888/H0qVL0+q7ePHi+PDDD+PDDz+Mm266KXr27Bl9+vSJ1q1bl1O0bC6uv/76lAVz9erVi6ZNmybtKKqgMj2HH354zJkzZ8NxWS20CgBA5VI0BwAAJCkoKIi//e1v8cILL5TJeOvWrYsffvihTMYCAAAAAADYmsjbsCmfffZZTJw4MaFtzz33jL/+9a+xyy67VFJUbMxnn30Wffv2LZPdwlavXh1vvPFGvPPOO3H66afHVVddpSAyQ02bNi0++OCDhLY2bdrELbfcEl26dIkqVapUUmQAALB5UzQHAAAkufHGG+Oll15K+dp2220XXbt2jfbt20d2dnbUqVMnVq5cGcuWLYvp06fH+PHjY+LEiZGbm1vBUQMAAAAAAGQeeRs25f333084rlOnTjz00EORnZ1dSRGxMY888kj885//jIKCgpSvb7PNNnHAAQdEu3btIjs7O7Kzs6OgoCCWLVsWs2fPjnHjxsWYMWNi9erVCf3y8vLimWeeid69e0erVq0q4k+hgg0dOjTpunnggQdip512qqSIAABgy6BoDgAASPD++++nTLx27tw5rrrqqujatWuRK9WtWrUqPvnkkxgyZEi8//77sXLlyvIKl43o06dP9OnTp7LDAKCYnnnmmcoOAQAAAIDNkLzN1uH222+P22+/vUR9x44dm3DctWvXtAvmJk2aVKK5Kb7+/fvHgAEDUr7WrVu3uOCCC2KvvfaKatWqbXKcVatWxQcffBDPPPNMjBo1qjxCpZyUJn9b+HPeoUOHtAvmhg0bVqK5KRn3VQCAzYOiOQAAYIOCgoK49dZbk9qPOuqouPvuu6NmzZrFGqdOnTpx1FFHxVFHHRXLly+P1157LebNm1fW4QIAAAAAAGQseRuKY+7cuQnHO+64YyVFwsa88sorKQvmmjRpEnfddVd07dq12GPVqVMnjj322Dj22GNjxIgRceutt8bkyZPLMlw2Qz7nAABQMormAACADUaNGhVz5sxJaGvWrFncdtttxU68Fla/fv3o3bt3GUQHAAAAAACw9ZC3oTiWL1+ecFynTp1KioRUpk6dGn//+9+T2nfcccd47LHHolWrViUe+4ADDojXXnst+vfvH0888URpwmQz53MOAAAlo2gOAADY4OOPP05q69WrV9SrV68SogEAAAAAANh6ydtQHLm5uQnHVapUqaRISOWGG26INWvWJLQ1bNgwnnrqqWjWrFmpx69Zs2Zcc8010blz56hRo0apx2Pz5HMOAAAlo2gOAADY4Icffkhq23XXXSshkqJNmTIlJkyYEAsWLIi8vLzIzs6O5s2bx9577x1ZWVllOtfSpUvj+++/jxkzZsTSpUtj5cqVUadOndhmm22icePGsfvuu0fDhg3LdM7NSW5ubsycOTO+//77WLBgQeTk5ERExDbbbBPbbLNNdOjQIdq2bVvJUW59li9fHmPGjIkZM2bE8uXLo27dupGdnR2dOnWKdu3alfl8ixcvjm+++SbmzZsXixYtitq1a0eLFi2ic+fO0bp16zKfL5Xc3Nz43//+tyGGFStWRIMGDSI7Ozvat28f7du3L/cYVq1aFWPHjo0ZM2bEkiVLIj8/P+rXrx/7779/7LTTTpvsm5+fH9OnT4/JkyfHokWLIicnJ/Lz86NOnTqRlZUVLVq0iFatWsX2228fVatWLfe/JR05OTnx/fffx/Tp02PJkiWRk5MTNWvWjAYNGkTjxo1j1113jSZNmlRILHl5eTF27NiYOnVqLF68OKpXrx7Z2dnRpk2b2H333aNatWplOl9ubm58/fXXMXfu3Fi4cGFUrVo1tt122+jQoUPssssuW0xievr06TF+/PiYN29e5ObmRsOGDaNp06bRpUuX2Gabbcp8vgkTJsS0adNi/vz5sWbNmqhfv37suOOOsfvuu5f59zQAAABAppK32bT8/PwYP358/PDDD7Fo0aJYtmxZ1KtXL7Kzs2OHHXaITp06ldvzu9zc3Bg3blz8+OOPsWTJkli2bFnUrFkz6tWrF61bt4727dtX2DPTzVVFP9NfuHBhTJw4MX744YdYsWJFrF69OmrVqhW1a9eOJk2aRMuWLaNNmzYV+nzyo48+iq+++iqp/cYbbyyTgrlfOu6448p0vE3Jz8+PWbNmxffffx/z5s2LFStWxLp166JBgwaxzTbbRNu2baNDhw5lnuvIy8uLqVOnxnfffRdLly6NFStWRJUqVaJWrVrRoEGDaNGiRbRu3bpUu/dFbNn5nIpWUFAQ33333Ya82eLFiyMiol69etGiRYto165dtG7dulT34sq63jY3BQUFMWnSpJgxY0YsWrQoli5dGvXr14/s7Oxo1apVdO7cuULeg4rOUQMAlJaiOQAAYINFixYltdWpU6dCYzj88MNjzpw5G4579eoVt99+e0T8nFx7/vnn45lnnonZs2en7F+7du049NBD48ILL4ydd965RDGsWbMmPv744/jkk0/i888/j+nTp2/y/CpVqkT79u3jpJNOil//+tfFTrb17ds3Bg0atNHXjzjiiCLHuPjii6NPnz5J7ffff3888MADCW2TJk0qVlwRPxc7vP/++/H555/HN998k7R6YWHZ2dlx2GGHxbnnnutheCkVvi5atmwZw4YN23A8YcKEeOihh2LYsGGRl5eXcoyWLVvG73//+/j1r39d6lVFv/jii3jkkUdixIgRsXbt2pTndOjQIX7/+9/HiSeeWOY/QCgoKIjBgwfHoEGD4osvvoiVK1du9NymTZvGkUceGeedd140b948rXmK+syMHj06Hn/88fjoo49Sfh4uvvjijRbNjRs3Ll544YUYPHhwLF++vMhY6tWrF7vvvnsceuihcfTRR6f8WwrfK39pzpw50bFjxyLnefrpp2P//fdP+dratWtj5MiR8eGHH8YXX3wRkydPjoKCgk2Ot/3228dxxx0XZ511VmRnZxc5f2EDBw6Mfv36JbQNHTp0Q3J7wYIF8cgjj8SgQYM2+j42aNAgevXqFX/605+iUaNGacfwS7Nnz44HHngghgwZEitWrEh5TpMmTeL000+Pc845p9Q/tDjrrLPiiy++2HC83377xTPPPFNkv8L/1r/8Xli3bl0MGjQonnzyyZg8eXLK/tWqVYv99tsvLrvssthzzz1L/gfEz0Wljz76aLzxxhsb/Z6uWbNm9OjRI/70pz9Fhw4dIuLn97rwd95tt90WJ510UqniAQAAANjSydukNnz48HjxxRdjxIgRsWzZso2e17BhwzjssMPivPPOK5PcRX5+frz11lvx1ltvxddffx2rVq3a5Pk77rhjdOvWLXr16hWdOnXa5LlF5QbW+/zzz+N3v/vdJsd64IEHkp53/1KqfNGmnjOmo6Ke6a+3bNmyeP755+Ott96KKVOmFHl+tWrVYqeddor9998/evbsGXvvvXe5Loz25JNPJrV17do1jj322HKbs7xMmzYthgwZEp9//nmMGjVqk/+2ERH169ePAw88MP7whz/EHnvsUaq5R44cGS+99FIMGzYsVq9eXeT5jRo1ij333DMOP/zw6NGjR7FzFuWRz/ml4uZvUz0zL2zQoEGbzDP/Mr+y3qbu5+n68ssv44UXXoiRI0fGTz/9tMlzt9122zjggAPi+OOPj27duhWrsKsirrei3uei3uP1NpaDL6v76rRp0+Kxxx6Ljz76KBYsWLDR8xo2bBgHH3xw/OEPfyjyOyeVzS1HDQBQVhTNAQAAG9SsWTOpLdUqppVh5syZceGFF8Z33323yfNWr14dgwcPjqFDh8Yf/vCHuOyyy9JaUe2pp56K++67b6MFEqmsX0HvjjvuiAEDBsTNN98cRx11VLH7b06mTp0aF154YZGFgoUtWrQoBg4cGIMGDYpTTjklbrjhhpTXEyVXUFAQ9957bzzyyCORn5+/yXPnzJkTf//73+O1116Lxx57LBo3bpz2fKtXr94wRlHFUpMnT46+ffvGwIED49577y1RwVQqX331Vdx6660xfvz4Yp0/f/78eO655+KVV16Jc889N/r06VPqFRXz8vLitttui+eff77I96Gw3NzcuPnmm+OVV16JdevWFbvfihUrYvjw4TF8+PB455134uWXX0437FJ555134qabbtqwGmhxzZw5Mx588MH497//HVdddVWcccYZZRbT4MGD47rrrtvkD2Aifv6BxFNPPRVvvPFGPPzwwyUuAnvqqaeif//+Rf7oZcGCBXH//ffHa6+9Fvfff/9mtcr3vHnz4tJLL43Ro0dv8rz8/PwYMWJEjBgxIi644IK4/PLLSzTfiBEj4tprry3yvxtyc3PjnXfeiSFDhsQll1wS5513XonmAwAAANgayNskmjRpUtx6660xcuTIYp2/ZMmSeP311+Ott96KU045Ja677roS5y4GDx4cd999d8yYMaPYfaZNmxbTpk2Lp59+Ovr27RvnnHNOiebeUlT0M/133303brrpppTFpRuTn58fEydOjIkTJ8ZTTz0V77zzTrktBjl37twYMWJEUntZPjuvCIsXL47f//738e2336bVb/ny5TF48OAYPHhwHHHEEXH77bdHgwYN0hpj6dKl8Ze//CWGDBmSVr/FixfHBx98EB988EGMGDEi+vfvv8nzt9R8TmWYOHFi3HLLLQmLABZl4cKFGwqOu3fvHgMGDNjouZV5vW1uVq1aFXfccUe88sorG13Y9JeWLFkSb7/9dvznP/+J448/Pq677rrYZpttSh1HReeoAQDKWmbvRwwAAKSlSZMmSW3vvvtuJUSSaNasWfGb3/ymyMTrL61duzYefvjh6Nu3b1rJjQkTJqRVMFfY0qVL45JLLolHHnmkxGNUpoULF6ZdMPdLBQUF8corr8QZZ5xRqveRROvWrYurrroqHnrooSKTEb/07bffxhlnnBE5OTlpzbd69eq44IIL4tVXX02rUOyLL76IM888M5YuXZrWfKm89NJLcfbZZxc7uf5Lubm58eCDD8ZFF11U5MqTm5Kfnx+XXHJJPPfccyUqmDvvvPPipZdeSusetDmYOnVq2gVzv7Rq1aq46aab4sYbbyyTeF544YW49NJLiyyY+6UlS5bEOeecExMmTEh7vv79+8ett95aZMHcL/3www9x1llnxbhx49KerzzMmjUrTj311CIL5gobMGBAkT8eSOWDDz6I8847L60fbOXl5cXdd98dd911V9rzAQAAAGwt5G3+v2HDhsXpp59e7IK5X8rPz4+XXnopzjrrrCJ3RCps3bp1cccdd8Qll1ySVsFcYZmeM6noZ/qvvPJKXH755WkVzFW0YcOGJeUWmjRpEocffnglRVQyOTk5aRcwFTZ06NA49dRT48cffyx2n6VLl8ZZZ52VdsFcurbkfE5Fe+edd+L0009Pq2CusKJylpV1vW1uFi1aFGeffXa88MILxSqY+6WCgoJ4880347e//W2pC+0rOkcNAFAe7DQHAABssNdee8VLL72U0DZ8+PB45pln4qyzzqqUmPLy8qJPnz6xcOHCDW1t2rSJo446KrbffvuoW7duLFiwIL7++uv46KOPYs2aNQn933jjjWjQoEFcd911JZp/xx13jJ133jnatWsXTZo0iaysrKhRo0bk5OTE3Llz49tvv43PPvssVq9evaFPQUFB/POf/4wOHTrEYYcdttGxW7RoETvvvHNE/Jz4mTt3bsLr7dq1ixo1amwyvm233bZEf1dxbbPNNrHbbrtF27ZtY/vtt4969epF3bp1Y/Xq1bF48eKYMmVKfPbZZ0kP3MeOHRvXXXdd3HPPPeUa39aif//+8dZbb204btGiRRx66KHRoUOHaNSoUaxcuTKmTp0a//3vf2P27NkJfadNmxZ333133HDDDcWe7/LLL0+5+mnDhg3jyCOPjJ133jmys7NjyZIlMWXKlPjvf/8bCxYsiIifC66uueaaEv6lP3vkkUfi7rvvTmqvW7duHHjggbHbbrtt+DwuX748ZsyYEcOHD09Kxg8bNiz+8pe/lKgIKCLivvvui2HDhm04btiwYXTr1i122223aNy4caxevTp+/PHH+OSTT6JKlSpJf0Oq97BFixZx0EEHRfv27aNx48ZRq1atWLVqVeTk5MSMGTPiu+++izFjxhT5w4B27dpF/fr1I+Ln1Wp/WahYo0aNYq2MW7du3SLPiYho2bJl7LLLLtG+ffto1qxZZGVlRe3atWPlypUxf/78mDBhQnz66aexfPnyhH4vvvhidOjQoVSr5n788cfx97//fcMPC+rXrx8HHXRQ7LXXXtG4ceNYt25dzJkzJz788MP45ptvEvquXLky+vXrF6+++mpUr168R2D//ve/U65wWrNmzejWrVvsu+++0bRp01i5cmXMnj07hg0bFpMnT94w30UXXRQ9e/Ys8d9bFnJycuLcc8+NefPmRURElSpVYq+99ooDDzwwWrRoEXXr1o3FixfHqFGjYsiQIUnfm48++mgcfvjhscceexRrvrFjx0afPn0iLy8v6bXdd989Dj300GjRokXUqlUrFi5cGKNGjYpPPvlkwzX+6KOPRqNGjUr5VwMAAABkJnmbn7311ltx9dVXJxW01KhRI7p27Rp77LFHNG/ePOrXrx8rV66MOXPmxIgRI+Lrr79OOH/MmDFx8cUXx9NPP11k/mW9q666Kt5+++2Ur3Xo0CEOPPDA2H777aNRo0aRl5cXS5cujSlTpsS4cePi22+/TXtBtqLUrVt3Q25pvYkTJyYcb7vttuWeP/qlin6m//3338dNN92U9N7Wrl07unbtGrvttltst912Ubdu3cjPz48VK1bEggUL4rvvvov//e9/MWfOnNL/0cXw+eefJ7Xts88+xX5evbmqW7du7LbbbtGuXbvYYYcdon79+pGVlRV5eXmxbNmymDJlSnz++ecxderUhH7Tp0+Pyy67LJ599tlivQe33357TJo0Kam9TZs2ceCBB0bbtm2jYcOGUbNmzVi5cmUsW7Yspk+fHt9991188803kZubW6y/p7zzOSVRo0aNpM/51KlTE57Db7PNNtGiRYtNjlGWXnzxxY0ultisWbM46KCDomPHjtGoUaOoUaNGLF26NGbNmhXjxo2LMWPGJH0XFFd5Xm+F3+d03+Pysnr16jj77LM35J9+qVGjRnHkkUdGx44dN+Rqv//++xg8eHDMnz8/4dwpU6bEb3/723j99dejYcOGJYqlonPUAADlYcv+f2AAAECZOvTQQ6N27doJBWARETfffHN89tlnce6558Y+++xToTH98gf9DRo0iGuvvTZ69eqVdF7v3r1j3rx5ceONN8YHH3yQ8Nqzzz4bRx55ZOy///5Fzre+uOCkk06KQw45JJo3b15kn5ycnA2FFusfpBcUFES/fv3igw8+iNq1a6fsd+mll8all14aEREDBw6Mfv36Jbz+yCOPRKtWrYqcv6w1adIkevXqFUceeWTsuuuuUbXqpjcpLygoiI8//jhuvfXWhF3q3n333Tj66KPj6KOPLueIM9v8+fPj0UcfjYiIrKys6Nu3b5x88slRrVq1pHMvv/zyuO+++zacv96LL74Y559/fjRr1qzI+QYOHJhQKBbx8+finHPOiUsvvTTl9XzttdfGI488Eg8++GDk5eVt8rovyogRI5IS4rVr146LLroofvvb30a9evU22vfzzz+P6667LmbOnLmh7Z133ol99tmnRIVb69/HatWqxfnnnx9//OMfUxaaXXzxxQnJvjVr1sTjjz+ecE6dOnXi+uuvj169ehX5mcrNzY0vv/wyBg4cuKHwaWOxRUT07ds3Bg0atOG4adOm8cYbbxT9B25Chw4d4pRTTolDDz002rRpU+T5ubm58dJLL8U999yTsGLy7bffHj169CjWtZfK7bffHuvWrdtwDf7pT3+KBg0aJJ134YUXxjvvvBN9+/ZN+LeYMGFCDB48OP7v//6vyLm+//77lD/GOOSQQ+Lvf/97yu+Dyy+/PIYMGRJ//etfY+HChfHjjz8m/Yipoj3//PMb3oM99tgjbrzxxujcuXPSeWeccUbMnj07LrnkkoQfp+Tn58d9992XdA2nkpubG3379k0qmGvTpk3cfPPNse+++yb16d27d/z0009x6623bvix0X333ZfW3wgAAACwtZC3ifjuu+/i+uuvTyiYq169epx99tlx7rnnRnZ2dsp+ffr0iQkTJsRf/vKXhOdfo0aNin/+85/FWvzt8ccfT1kwt99++8VVV10Vu++++yb7z5s3L95999149tlni5yruHbbbbek578dO3ZMOD799NOjT58+ZTbnplTGM/3HH388qSDqhBNOiH79+m30evilKVOmxHvvvRcvv/xykeeWRqrdsoq6ZjZXDRo0iBNOOCF69uwZe+21V7EKskaNGhW33HJLjBs3bkPb6NGj46mnnoo//OEPm+w7d+7chLxHRER2dnbccsstxdqpb+XKlTF8+PB45ZVXNpmTqYh8Tkk0a9Ys6XN++OGHJxR8Hn744XH77beX2ZybMnr06Lj55puT2lu3bh1XXHFFHHPMMUmLS/7SihUr4sMPP4znnnuuWPNV1PVW+H2uzPf4l2699dakgrlq1arFH//4x7jwwgujVq1aSX369esX//73v+Pee+9NuD/OnTs3rrvuunjggQfSjqOic9QAAOVl0/9VDwAAbFWys7M3moT64IMP4owzzohDDjkk+vXrFy+//HJMnDgx1q5dW64xrU+8ZmVlxeOPP54y8bpes2bN4sEHH4zjjjsuob2goCBuuOGGpBVIU7n22mvjxRdfjNNOO61YBXPrY7v44ovjkUceSVipbtGiRaUuXKlou+++e3z44Ydx5ZVXxu67715kMiji54KqQw89NF5++eXo1KlTwmtPPvlkOUW69cjLy4uCgoJo2LBhPP/883HaaaelTEZE/Lwb1p///Oc47bTTEtrz8/PjtddeK3Ku5cuXp0z+XHfddXHNNddstBCuevXqceGFF8Zdd921IbbCP+IojhUrVsSf//znhM9q48aN4+WXX47zzjtvk8n1iIj9998/Bg4cmPQDgfvvvz9WrVqVdjz5+flRtWrVuPvuu+PSSy/d5M5sv0xQjRgxImll0RtvvDFOPvnkYn2matasGQcddFDcfffdScmlitC7d+9466234uyzzy5WwVzEzzGfddZZ8dxzzyX8O+Xm5hY7CZrKmjVrokqVKnH77bfHNddck7Jgbr1jjz02brnllqT2V155pVhz/fWvf01a6fSYY46Jhx9+eJPfB0ceeWQ888wz0bhx44go2bVfltb/Dd27d49nnnkmZcHceq1atYonnngiadXp4cOHJ+0gmsqTTz6ZtHpr27Zt4/nnn09ZMLde48aN4+67796wGnplv2cAAAAAm6utPW+zbt26uOKKKxKe79atWzcef/zxuPrqq4sskNpll13ixRdfjIMOOiih/Zlnnokff/xxk30nT56ccve0s88+O5566qliFT81a9YsevfuHYMHD45TTjmlyPO3NJX1TH/o0KEJx127do1//OMfxSqYi4ho3759XHzxxTFs2LBo3bp1sfqkKzc3N2nXpYiIXXfdtVzmK09NmzaNTz75JK6//vrYb7/9ir2D2d577x3PP/98dOvWLaH9mWeeKfI+NWzYsKSdBO+9995iFcxF/Hyf6NGjRzz88MMpi73W29LzORUhNzc3rrjiiqTF8/bbb78YOHBgHHvssZssmIuIqFevXhx33HHxwgsvxG233bbJcyvjetucfP3110mLM1atWjVuvfXWuPzyy1MWzEX8XFR37rnnxv3335/0ng0ZMiQGDx6cdiwVmaMGAChPiuYAAIAEl156aey1114bfX3evHkxcODAuP766+NXv/pV7L333nHqqafGzTffHO+9914sXLiwXOK6/vrri5WArFq1atx2221JhR7Tp0+Pjz76qMj+9evXL2mIceCBB8bvfve7hLbiFmtsLurUqZNQ+JeObbbZJu64446EttGjR8eUKVPKIrSt3q233ho777xzsc698sork5Imn376aZH9Xn/99Vi6dGlC269+9as488wzizXv0UcfHeeee26xzk3lxRdfTLiHVK1aNR588MGkhPmm1K9fP/71r38lJIQWL15c4s9i796945hjjkmrz6xZsxKOa9euHccff3yJ5q9Tp06J+pVGae6DO++8c1xxxRUJba+++mqp4undu3eceOKJxTr3+OOPT/qu+PLLL5OK4QqbNGlSfP755wltO+ywQ/zjH/8oVmK8bdu2Sfe/ytSyZcu48847N5o8/aWGDRvGRRddlNC2bt26+OyzzzbZb926dfHiiy8mtFWvXj3uueeeDQWERbn22mtjt912K9a5AAAAAFurrTlvM3jw4KTddm699dbo2rVrseOsWbNm3HvvvdGoUaMNbXl5efHvf/97k/0efvjhyM/PT2g77rjj4tprry3WM8NfqlatWrRo0SKtPluCynimv2LFili8eHFC2ymnnFJk0U4q1atXj5o1a6bdrzjmzZuXVPQVEUkLmG0JatasudFFFYtSq1atuOOOOxJyHXPnzi3y+XPhPEubNm1iv/32K1EMm8qzbOn5nIowaNCgpEX22rRpEw8//PAmFzrcmFatWm3y9cq43jYnTz31VFLb2WefXew82WGHHRaXXHJJUntR33mbUhE5agCA8qRoDgAASFCrVq145JFHonv37sU6f82aNTF27Nh45pln4tJLL42DDz44zjrrrHj11VcjNze3TGLaddddi/0gOOLnh+l9+/ZNai/84/7yUDjOCRMmlGiHqy1Vhw4dknY1+vrrryspmsyx3377xRFHHFHs8xs2bBiHHnpoQtuECROKXLW38GekVq1acfXVVxc/0Ij405/+FE2aNEmrT8TPK1UWTgSdeOKJseeee6Y9VuvWreNXv/pVQtuQIUPSHmf9LpLpysnJSTiuX79+iYtRt0QnnHBCwg8Ufvrpp5g2bVqJxqpXr17a/wYnnHBCwvHatWtj0qRJm+yT6vvhmmuuSesHE926dSv2d2d5u/jii9Mqfvy///u/pNVBx48fv8k+n3zyScyZMyeh7eSTT07rBzFVq1aNfv36Fft8AAAAgK3R1py3Kbxz03777Zf2ImcRPz+jLbzo4aaeGc+ePTvefffdhLbs7Oz429/+lvbcmaqynukXfv4e8XNOZHOzbNmylO0lKTLa0jVu3Dhp96+icoeF/53L6994a8/nFMdjjz2W1HbHHXdE3bp1KyGaopXkettczJs3L95///2EtsaNG6csgtuUc845J6lQffTo0UXmfVKpqBw1AEB5UjQHAAAkadCgQTz00ENxxx13xA477JBW34KCgvjiiy/iL3/5S/Ts2TPefPPNUsdz6qmnpr1C5KGHHhrNmzdPaBsxYkTk5eWVOp5NKfwAeu3atTFu3LhynXNzU/iaGTNmTOUEkkFOPfXUtPsU3r1p5cqVMW/evI2e/8MPPyTtCnj44YenveppnTp1SrQK5+jRo2P+/PkJbaecckra46x32GGHJRx/8803af8g5Nhjj42srKy05y6cvF24cGHMmDEj7XG2VPXr10/aaeybb74p0VjHHHNM1KtXL60+qVa3/v777zfZ5+OPP044btKkSdI1VBynn3562n3KWt26deO4445Lq88222yTdO8uqtBx5MiRSW0l+cx26dIl2rZtm3Y/AAAAgK3J1pi3mT17dtIP/EvyrHy9ws/75syZk7Qo1HofffRR0i5zp59+etrPKjNZZT3Tb9iwYdK1tzkWxKxevTplezqLnWWSdHOHhfMskydPjuXLl5dxVPI5Rfnuu+9i5syZCW377LNPiYpjK9KWmqseMWJE0nfPr371q7QLFGvUqJHy+7IkO+5VRI4aAKC8WRYDAABIqUqVKnHiiSfGcccdF5988km8/fbb8eGHH8aKFSuKPcYPP/wQV111VYwYMSL+9re/pbVjzy/16NEj7T5Vq1aNI444Ip577rkNbWvWrIkJEyakLKjYmPz8/Bg9enRMnDgxJk+eHPPnz4+cnJzIyclJemi9MT/88EPa8W9OZs6cGWPGjIlJkybFrFmzYsWKFbFixYrIzc2NgoKCpPPnzp27yWPSt99++6XdZ/vtt09qW758ebRo0SLl+akSRkcddVTa867v98QTT6TV58svv0w4rlGjRlJSJR2tWrVKOF6zZk1MnTo1dtlll2KPsf/++5do7j322CPhuKCgIC6//PL417/+tdH3f3NWUFAQ48aNi/Hjx8fkyZPjxx9/jJycnFixYkWsXbs2ZZ+lS5cmHJf0Prjvvvum3ad169ZJbZv67vrpp59i9uzZCW1HHHFE0s5rxXHwwQdH3bp1Y+XKlWn3LSt77LFHib5vt99++4TiwqJ+gFC4EDI7Ozut79dfOuyww4osbAQAAADY2m1teZvCz4wjIvbee++0512v8DPjiJ93v2nZsmVS++eff57UVngntK1dZT3Tr1WrVnTs2DEmTpy4oe2JJ56ITp06lTinUR5S5c8iIu1i083VvHnzYtSoUTFp0qSYPn16LF++PHJycmL16tUp//aFCxcmHBeVOyycZ1m5cmVcfvnlcdddd5XprnOZls8pa1988UVSW2XcC8v7ettcjBo1Kqnt6KOPLtFYxxxzTNx5551Fjl+UishRAwCUN0VzAADAJlWvXj26d+8e3bt3j/z8/JgwYUJ8/fXX8b///S8mTJgQ06ZNK7J4bODAgbFq1aq455570p6/WbNmae90tV6nTp2S2saPH1+sH/UvWLAgHnnkkXjnnXeSHqynqzxWPixv69ati1dffTVefvnl+N///leqsZYtW1ZGUW2datWqlbT6bnGkWq10U9di4RV7IyI6d+6c9rwREbvssktUq1at2IWlEakTNaVZNTjV6sSLFy9Oa4xU95Di2GWXXaJTp07x7bffbmgbP3589OzZM4455pg45phjomvXrlG7du0SjV9Rli9fHo8//ni8+eabG11xOZ2xSqLw7p3Fke61n2o30F133TXteSN+/s7s2LFjjB49ukT9y0K6K42vV3iV7KJ+bDV58uSE45J+XiIirWJWAAAAgK3d1pK3SfXM+KKLLirRvBuzsWfGhReZy87OLtGzykxWmc/0TzrppLj11ls3HK9Zsyb69OkTe+65Z5x44onRvXv3EuVVytLGnv8vW7asxJ+fzcF7770Xzz//fHz55Zexbt26Eo9TVO7w4IMPjiZNmsSCBQs2tH3yySfRo0ePOP7446Nnz57RpUuXqFGjRoljiMicfE55SZXrKE3xcroq6nrbXPzyOoz4uRh55513LtFYLVu2jOzs7Fi0aNFGxy9KReWoAQDKm6I5AACg2KpVqxa77rprQjHBqlWr4ptvvonPP/883nvvvY3uFPPuu+9Gly5d4qyzzkprzh133LHE8bZt2zap7aef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ro0pU6aU23yb8/VWEQrnq2bPnp2Ut0vH1KlTE4435zw1AEB5UjQHAACUm1Srg6a7cuKPP/4YP/30U4nmHz9+fFJb586dNzrPL9WqVStl8qwoo0ePTrvP5mD+/PlJqy/us88+aY+zcOHCLSoRscMOO0RWVlZC25IlS2LevHmlGjc/Pz8pERER0alTp1KNW55SfTZSfYaKY8KECZGfn59Wn1RJr6+++qpE82+JGjVqFH/84x/jpZdeSromP/zww1IlxYqr8H0womT3gS3tPrjrrrsmtRXeebS41q5du9UUgBX+zE6dOrXEO/QVLtoGAAAAoHxsSXmbVM+Mv/zyyxLNm64999wz4XjRokVbzWJZxbUlPdOvVq1adO/ePV588cU45JBDEl5btWpVfPLJJ+Uy73bbbRcHHHBAUvvzzz9fLvOVtdzc3KTPepcuXdIeJz8/P8aOHVtWYW1U8+bN44orrognnngi6b723//+t8zm2RzyORWl8L0wImLUqFHlMteWdr2Vh8J55LVr18aECRNKNNYPP/yQ9H5u7PsWACDTKZoDAADKzcKFC5PaUq0MWpT3338/7T7r1q2LoUOHJrTVqlUrdtlll5TnF15JdZtttkl7zoiId999t0T9UiWlCxexladUK8mW5D0o6d9fWapVq5Yy4fPRRx+VatwRI0bEmjVrEtp23HHHlDtabS5SvQ9Dhgwp0VglST4edNBBZTLOlq5t27ZxyimnJLStWrVqk7v+Fb5/pFuwuN7Weh9o3Lhx0q6aw4YNK9E9+NNPP42VK1eWVWibtcL3jLVr15bo33758uWlvucCAAAAUDxbUt4m1TPjkj6zTtd+++2X1PbGG29UyNxbii3xmX716tXjyiuvTGovz4XQzj777KS24cOHx+DBg8ttzrKSKmfQsGHDtMf56KOPKvS5+T777BPdu3dPaJs5c2asWrWqTOcpST5nS7P//vsntZXXvXBzuN7KKt9WUnvttVdS23vvvVeisVL1SzU+AMDWQNEcAABQbj7//POkttatW6c9ziuvvJJ2n48//jhp16QDDjggatSokfL8OnXqJBwvW7Ys7YKJL774osQ7cxVeiTAiKjSBVLdu3aS2VMmJTcnLy4tnn322rEKqMF27dk1qe/PNN0s1ZqqEUap5NifbbbddtG/fPqFt6NChaa8YvHr16njrrbfSnn/fffdNWuX4v//9b0yfPj3tsbZ0bdu2TWpbvnz5Rs8vfP8o6b2j8H0wIv37wMyZM5N++LIlKLy68Pz58+PDDz9Me5yXX365jCLa/PXs2TMpgfz000/H2rVr0xrn2WefjdWrV5dlaAAAAABsxJaUt2nfvn20adMmoW3s2LExYsSItOdOV/fu3aN69eoJbS+99FKsWLGi3OfeUmypz/RTPX8vz3/Xww47LOVuWTfccEPMnz+/TOd6++23Y968eWU2XlnkDiMi/v3vf5dFOGlJN8+yuc9TWdq1axc77rhjQtvXX38do0ePLvO5NofrrazybSV1wAEHJOVd3nzzzbTjWLt2bcp81cEHH1yq+AAAtlSK5gAAgA2GDRsWs2bNKpOxZs6cmXLHmcMOOyztsf73v//F66+/Xuzz8/Ly4o477khqP/300zfap0mTJgnHq1evjq+++qrYc65atSquv/76Yp9fWKrdnMrq36I4Cv/9ERGfffZZWmM88MADm30yNJVTTjklateundD25ZdflnjF2rFjx8bbb7+d0FalSpU488wzSxxjRSn8GVmzZk3ceeedaY3x0EMPxYIFC9Keu27dutG7d++Etvz8/LjqqqsiNzc37fG2ZKnev03tUtigQYOE42XLlsXSpUvTnre094F169bFtddeW+Erb5aFVN8Pd9xxR1rX3vDhw7fIgsGSat68edJqvZMnT45HHnmk2GNMnTo1BgwYUNahAQAAAGSMrTlvExFxwQUXJLVdd911sWTJkmLPXRItWrSI4447LqFt0aJFceONN5brvFuSLfWZfqpCtUaNGpXrnDfddFPUqlUroW3JkiXRu3fvmDt3bqnHz83NjTvuuCOuvPLKyMvLK/V469WvXz9psb1PP/00rTFeeeWV+OKLL8ospuIqnGepUqVKufw7p5vP2RL98Y9/TGrr27dvmReUbQ7XW+F8W0Xm6iMimjVrFj169EhoW7hwYTzwwANpjfPUU0/FtGnTEtr23nvv6NSpU6ljBADYEimaAwAANvjwww/j6KOPjn79+sXUqVNLPM68efPioosuilWrViW0Z2dnx0EHHVSiMf/+978Xaxe3goKC+Mtf/hLff/99QvsOO+wQhx566Eb77bPPPklt/fv3L1ZyafXq1XHppZeWqmBsp512Smr76KOPSjxeuho3bpy0Yutbb70VEydOLFb/1157La1Cic1JdnZ2nHjiiUnt119/fdo7B86aNSuuvPLKpF0KDz300KRd3DZHJ554YlJCaNCgQfHCCy8Uq/+QIUPiscceK/H8vXv3Tkpajh07Ni655JISr8z5008/Rf/+/dMuAi2NJ598ssTzrVixIgYNGpTQ1qBBg9huu+022qdjx45JbSW5f6S6Dz700EPFWmV33bp1ccMNN8SXX36Z9rybg44dO8b++++f0DZ9+vTo169fsXYdnT59elx99dXlFd5m64ILLkha9fS+++6LZ555psi+3333XfTu3dsucwAAAACbsDXnbSIiTjjhhKSdnGbPnh3nnXdeiXfUWrFiRTz66KPxxhtvbPK88847L2kXvLfffjtuu+22KCgoSGvO/Pz8MimO2txUxjP9UaNGxVNPPVXi3eGefvrppLadd965RGMVV/v27eO6665Lap86dWr8+te/LlWRz4gRI+Kkk06KJ554ojQhblThXfK++OKLYucfPv7447j55ptLNO/9998f33zzTYn6zp07N2lhzHbt2qXc1bKi8zlbohNOOCFpR9Lp06fH+eefH8uWLUt7vNmzZ2/0tcq63tbr0KFDwvF3331X4ffuwsXIET/vnvef//ynWP0//vjj6N+/f1L773//+9KGBgCwxVI0BwAAJFi7dm0MHDgwjj322DjttNPi2WefTbnqYiqrVq2KF154IXr16hWTJ09Oev3qq69OWkmxKOvPX7FiRZxzzjmbTGLOnz8/LrrooqRzqlSpEjfddFNUrbrx/wu0++67R8uWLRPaRo0aFX369IlFixZttN/YsWPjjDPO2PDAvl69ekX+Tak0bNgwKfE7cODAePLJJ0ucWEzXMccck3Ccl5cX5557bnz++ecb7bNs2bK4+eab4y9/+cuGwpKSvgeV6dJLL40WLVoktC1evDjOOuusePzxx4ss6li7dm288sorcfrpp8fMmTMTXmvQoEHKZOjmqH79+tGvX7+k9r/97W9x1113xZo1a1L2W7t2bTz88MNx+eWXx9q1ayMiknbvK4569epF//79o3r16gntH3zwQZx00knx5ptvbhh/U9asWRPvv/9+/PnPf47u3bvHgAEDKuxzFPFzEu/3v/99HHfccTFgwIBi/5hlfRHRnDlzEtqPOeaYlMnc9fbYY4+k+9sdd9wR77//flqryjZt2jQpITljxoz4wx/+kBTTL33//fdx7rnnxiuvvBIREdWrV09aDXRLcOONN0bNmjUT2t5+++3405/+tMkf4Lz//vtx5plnblhRtiTX/pZqt912i3POOSehraCgIG6++eY455xz4pNPPkm6BqdMmRJ33nln9OrVa8N/X+y1114VFjMAAADAlmZrzdtERFSrVi3uvffeyMrKSmj/5ptvolevXvHcc89t9Ln1L61duzaGDx8e119/fRx22GFx1113xcKFCzfZp127dnHNNdcktT/55JNx9tlnx//+978i550/f3489dRT0bNnz3j11VeLPH9LUxnP9BctWhS33nprHHrooXHDDTfEp59+Wqzn4Dk5OXHnnXfGU089ldBev3796N69e5H9S+u0005LuXPivHnz4qyzzorzzjsvRo0aVaxF3FavXh3vvPNO/Pa3v43evXvHd999Vx4hR0TE0UcfndR22WWXxXvvvbfJ+B544IG48MILN+TX0s0dvv/++3HaaafFaaedFk899VT88MMPxeo3atSoOPvss5OKKk844YSU51d0PmdLVKNGjejfv39S/uSLL76Ik08+Od59990iC4lXrlwZ77zzTpxxxhkp85DrVdb1tt7ee++dcLxu3bq49NJLi3W/Lyt77713/OY3v0mK4+qrr477779/ozt55ufnxxNPPBEXX3xx0j3xyCOPjCOPPLLcYgYA2NxVL/oUAABga/XNN9/EN998E3//+9+jZcuWsccee0S7du2iUaNGG1aOzMnJiTlz5sTEiRPj888/j5UrV6Yc65hjjolevXqlHcORRx4ZU6ZMiYkTJ8bSpUvj6quvjgEDBsSRRx4ZrVu3jqysrFiwYEF8/fXX8dFHH6UsbjrzzDOja9eum5ynWrVqcdFFF8W1116b0P7BBx/EEUccEUcddVTsscce0ahRo1i5cmXMnTs3Pv744xg7dmxCIuD6669PmUQtjpNPPjnuvPPODcf5+flx2223xe233x7NmzeP+vXrJyWQTz/99KQH5yXVu3fveO655xJWBVywYEH87ne/i3333TcOPvjgaNmyZVSpUiUWLlwYo0ePjo8//jjh3/yAAw6IZs2axeuvv14mMVWU7OzsuOeee+LMM89MSCTk5OTEP/7xjxgwYEDsu+++seeee0ajRo2ifv36sXLlyli8eHGMHz8+Ro4cGT/99FPSuFWqVInbbrstaQXGzdlJJ50UQ4YMiWHDhm1oKygoiEcffTReffXVOOqoo6Jjx47RqFGjWLZsWUyZMiUGDx6c8CON7t27R05OTolWRz3ggAPiL3/5S/ztb39LaJ85c2ZcddVVcccdd8R+++0XnTt3juzs7Khbt27k5OTE8uXLY9asWTF+/PiYMGHCZrF71XfffRf9+/eP/v37R8uWLaNTp06x8847R+PGjaNBgwZRrVq1WLFiRcycOTO++uqrGDVqVFJisWHDhtGnT59NztO0adPo1q1bwmqbCxcujIsuuihq1KgRLVq0iDp16kSVKlUS+t18882x2267JbT16dMnaRXLMWPGRM+ePeOII46ILl26xLbbbhu5ubkxb968+Oyzz+Lrr79O+OHDhRdeGK+99tomC+02R+3atYsrrrgibr/99oT2Dz/8MI488sg45JBDYp999okmTZrE6tWrY9asWTF06NCEHxs1a9Ysjj766KQfXmSySy+9NMaNGxcjR45MaB8+fHgMHz48atasGU2aNImaNWvGTz/9lLTybMuWLePaa6+NU089NaG9qB9MAQAAAGyNtqa8zXodOnSIu+66K/r06ZPwHPKnn36Km266Ke65557Yd999Y4899ojs7OyoX79+rFq1KpYtWxZz586N8ePHx7fffluincnOOuusGDt2bLz55psJ7Z9//nmccsop0bFjxzjooIOiVatW0ahRo1i7dm0sW7Yspk6dGuPGjYtx48YVqwhqS1ZZz/RXrFgRL730Urz00kuRlZUVnTt3jl122SVatWoVDRo0iDp16sSaNWvixx9/jG+//TY+/fTTlIV411xzTYUthHb55ZdHnTp14p577knKBXz00Ufx0UcfRcOGDeOAAw6I9u3bJ3yuly1btuH9GjNmTNKukeXlxBNPjEceeSRhwciVK1fGpZdeGp07d47u3bvH9ttvHzVq1Iiffvopxo8fHx988EEsWbJkw/k77bRTHHbYYfHoo4+mPf/6e96tt94aO+64Y+yyyy7RoUOHDZ/1iIjly5fH9OnT4/PPP0+5+2WbNm3id7/73Sbnqah8zpZqt912ixtuuCGuv/76hL975syZcdlll0Xz5s3j4IMPjg4dOkSjRo2ievXqsWzZspg9e3Z8++23MWrUqA3X7H777bfReSr7ejviiCOiYcOGCeN98803ccopp0RWVlY0bdo0ZaF5UTuXpqtv377x9ddfJ+Sf1q5dGw888EC88MIL0aNHj6Rc7ZAhQ+LHH39MGqtFixal3oEPAGBLp2gOAAAoljlz5pS4AKJXr15xyy23lKhvjRo14oEHHojTTz99w6qf33//fTz88MPF6n/CCSckFcJtzMknnxzDhw+Pt99+O6F95cqV8frrrxdZCHbBBRfEiSeeWOKiuTPOOCNef/31pBUhCwoKYu7cuTF37tykPkWthJqOhg0bxl133RV/+tOfIj8/P+G1L7/8Mr788stN9u/QoUPce++9cdttt5VZTBVpzz33jH//+99x2WWXJb2vy5Yti6FDh8bQoUOLPV69evXijjvuiB49epR1qOWuf//+cf755ycVwSxevDheeumlTfZt27Zt3HHHHXHxxReXeP7f/va30bhx4+jXr1/k5OQkvLZw4cJ455134p133inx+JVh/T10yJAhxe7ToEGDeOCBB6JJkyZFnnv11VfHl19+mfQDmLy8vKTdD9dL9WOZAw44IM4777x45JFHksZ57733NrmaZ8TP99z1RXNbonPOOScWL16c9B2zZs2aGDJkyCb//erWrRv/+te/4sMPPyznKDcvNWvWjIcffjguvPDC+Oyzz5Jez83N3eh/PzRv3jweffTRpJWoI7bMXUsBAAAAKtLWkLdZ7/DDD48nn3wyLr/88liwYEHCayV5fp+OO+64I7bddtt44oknkl6bNGlSTJo0qVzm3ZJU9jP99Yv4pbuQX+/evZMW8ypvF1xwQXTu3DmuvfbalDtGLlmyJN599920x61du3b87ne/i6ZNm5ZFmBvUqFEj7r333vjtb3+bVKg3fvz4lEVqv9SsWbMYMGBADBo0qNSxTJs2LaZNm5bWtdS8efN44IEHok6dOsXuU975nC3VqaeeGllZWdGvX7+kItcff/yxTHbTrOzrrVatWtG3b9/o27dv0ms5OTkxbdq0Eo2brtq1a8dTTz0V559/fowdOzbhtZ9++qnIXO167dq1i8ceeywaNmxYDlECAGw5LNkMAABs8Ktf/SqOP/74aNCgQZmM17p163jwwQfj9ttvj2rVqpVqnOeeey7atWtX7D7Vq1ePP/7xj3H77bentVvNbbfdFqecckpa8dWqVSuuv/76uPzyy9PqV1idOnXi8ccfj4MOOqhU45TGoYceGvfee2/axQrdu3eP5557LrbZZptyiqxi7LvvvjFw4MDo2bNnqXY5OvDAA+OVV17ZIgvmIn5OxgwYMCBOPvnktPp16dKlzK6Dnj17xmuvvRbdu3cv1TjVq1eP7t27R8eOHUsdU3Ftu+22pR6jS5cu8cILL8S+++5brPPbt28fTzzxROxy5sQ9AAEAAElEQVSwww6lnvuKK66IP/3pT0k7021KtWrV4oILLog77rgjrX6boyuuuCL69euXVhK9efPm8dRTTyXt3Le1qF27djz22GNx3XXXFfv7o2fPnvHqq69Gu3btYunSpUmvr18lGAAAAGBrJm/z/61/fn/CCSeUKvYqVarE/vvvH/vss0+xzq9atWpcc801G3agKumc2dnZJeq7paioZ/r16tVLudNTOrKzs+OWW26Jfv36lWqckurWrVu89957ccEFF5T6s123bt349a9/HYMHD44rr7wyatasWUZR/n+dOnWKxx57LO2CsD333DNefvnlaNWqVdpzlkWepXv37vHyyy/HTjvtVK7zpJvP2ZIde+yx8fzzz0eXLl1KPEbjxo03+XplXG+/1KtXr7j55psjKyurVOOUVnZ2djz99NNx+umnp1x4cFOqVKkSxx13XLzwwgux3XbblVOEAABbDjvNAQAAG3Tp0iW6dOkSeXl58dVXX8WXX34ZX3/9dYwdOzbljkSpbLvttnHAAQfE8ccfHwcddFDaD3E3pk2bNvH666/H008/Hc8991z88MMPKc+rVatWHHrooXHRRRfFzjvvnPY8NWvWjFtuuSWOOuqoGDBgQIwaNWqj59avXz+OPfbY+OMf/xitW7dOe65UmjVrFk888USMHz8+3nvvvfj2229j2rRpsXz58li5cmWsXbu2TObZlCOPPDI6deoUDz/8cLzxxhtJqwWuV7Vq1dhnn32id+/eccQRR5R7XBWlWbNmcd9998W0adPi2Wefjc8++6xYKwe2bNky9t9//zjzzDOjc+fOFRBp+apTp07ceuutceKJJ8bDDz8cI0eO3Oj11759++jdu3ecfPLJpSo2LGzHHXeMAQMGxMSJE+O5556L4cOHx+zZs4vs17Bhw9h///3joIMOih49ehSZgCtrN910U5x//vnx4Ycfxueffx5jxoyJefPmFdmvdu3aceihh0avXr1K9MOCvfbaK95999349NNP48MPP4xJkybFrFmzYsWKFbF69epYt25dscapUqVKXHbZZXHIIYfEQw89FJ9++ulG+9apUyeOOOKI+OMf/1iie+7mav197V//+lcMGTIkVqxYkfK8xo0bx2mnnRbnnnvuVr8zWtWqVeOss86KE044IYYOHRpDhgyJadOmxYIFC2LNmjVRr169aNOmTey7775x3HHHJfzoJdWuqVt6ETYAAABAWZC3SdS0adO4884745JLLolnnnkmPv3005g6dWqR/bKysmK//faLAw44IHr06FGi4rdjjz02jjzyyBg4cGC8/fbbMXr06MjLy9tkn44dO8Zhhx0WJ510UrRp0ybtObc0FfFMv2vXrvH555/HZ599Fp999lmMHj06Jk+eHPn5+UXO07lz5zjuuOPi1FNPrfRFu7KysuLyyy+P888/P957770YPHhwfPXVVxt9Fv1LjRs3jj322COOPvroOOqoo9JaAK6k9tlnn3jzzTfj8ccfj5dffjmWLVu20XN33XXXDc+KS5ozevzxx2Pq1Knx0UcfxRdffBFjxoyJxYsXF9mvfv360aNHjzj55JOLVcRWWfmcLVnnzp3j+eefj08++SReeumlGDlyZCxfvnyTfVq0aBHdunWLE044oVj/LhV9vRV26qmnxjHHHBP//e9/Y+TIkfHdd9/FvHnzIicnZ6N58/JQp06d+Nvf/hZnn312PPbYY/Hxxx8n7bb6Sw0bNoyDDz44/vCHP0SnTp0qLE4AgM1dlYKCgoLKDgIAANi8FRQUxLx582L69Okxd+7cWLFiReTk5ESVKlWiXr16kZWVFU2aNImOHTuWekW+ww8/PObMmbPhuFevXnH77bcnnTd58uSYOHFizJ8/P9auXRuNGzeOZs2axd57712mhQsLFy6MUaNGxfz582PZsmVRs2bN2HbbbaNt27bRqVOnMksub65yc3Pjm2++iWnTpsWSJUti3bp1Ub9+/dh+++1jt912i4YNG1Z2iBVi0aJFMX78+Fi0aFEsW7YsVqxYEXXq1ImGDRtGw4YNo2PHjtGiRYvKDrNcLV68OEaPHh3z58+PxYsXR61ataJ58+ax6667xvbbb19hcfzwww8xadKkWLx4cSxZsiTWrFkTdevWjXr16sV2220Xbdu2jWbNmlVYPMU1f/78mDlzZsyePTuWLl0aq1atiqpVq0ZWVlY0atQo2rdvH23btt0s7ynLli2Lr7/+On744YdYtmxZVKtWLRo1ahQ77rhj7L777uWycu3mJDc3d8Pfv3DhwqhSpUpsu+220bFjx9hll13KtFB0a9W/f/8YMGDAhuMaNWrEqFGjMv7aAgAAACiprTlvU9jChQtj/PjxG54Zr1y5MurWrRtZWVnRrFmzaNu2bbRs2TKqVKlSpvOuXLkyvvnmm1iwYEEsXrw4cnJyom7dulG/fv3YYYcdol27dtGoUaMynXNLVBHP9FeuXBkzZsyIWbNmxYIFCyInJyfWrl2b8O/RsWPHSi+UK8q6deti2rRpMWPGjJg7d26sXLkycnNzIysrK7bZZpto2LBhdOjQocQ7HpaV/Pz8GDduXHz33XexePHiyM/Pj6ysrGjVqlXsuuuuae8QVlw//PBDzJw5M+bMmbNhsdHq1atHvXr1onHjxtGhQ4fYYYcdSv3MfkvO51SG/Pz8GD9+fMyePTsWL168IZ+elZUVLVu2jHbt2pVqt7PKut42RwUFBTFx4sSYMWNG/PTTT7F8+fKoV69eZGdnb3g/5KwAAJIpmgMAADYrxU2+AgCZ4Ve/+lVMnDhxw3Hnzp1j4MCBlRgRAAAAAOvJ2wAAAABbKssKAAAAAACV4tNPP00omIuI2HfffSspGgAAAAAAAAAAMoWiOQAAAACgwi1evDiuv/76pPbTTjutEqIBAAAAAAAAACCTKJoDAAAAAErs4YcfjqlTp6bVZ+rUqXHmmWfGDz/8kNB+4IEHRrt27coyPAAAAAAAAAAAtkLVKzsAAAAAAGDLNWjQoOjfv3/stddeccQRR8T+++8fO+20U9SuXTvhvBUrVsTYsWPjjTfeiP/85z+Rl5eX8HrdunXjhhtuqMjQAQAAAAAAAADIUIrmAAAAAIBSKSgoiFGjRsWoUaMiIqJatWqRnZ0d9evXj4iIZcuWxaJFi2LdunUp+1epUiVuvPHG2HHHHSssZgAAAAAAAAAAMpeiOTY7S5YsiTFjxsTMmTMjJycnatasGU2bNo1OnTpFu3btymXOnJycGDNmTEyfPj2WLVsW1atXj2233TY6duwYu+yyS1SpUqVc5gUAAADIRPn5+bFgwYJYsGBBkefWrVs37rzzzujRo0cFRAYAAAAAAAAAwNZA0RxJFi9eHOPGjYv//e9/MXbs2Bg3blzSD5wuvvji6NOnT5nO+9VXX8WAAQNi+PDhkZ+fn/KcHXbYIc4888z4zW9+EzVq1Cj1nJMmTYqHHnoo3n///cjLy0t5TtOmTePXv/51/P73v4+6deuWek4AAACATHLYYYfFTz/9FMuWLUurX40aNeJXv/pVXHDBBdG6detyig4AAAAAAAAAgK2RojkiIuLf//73hiK5WbNmVejceXl5cdttt8Vzzz1X5LkzZsyIW265JV555ZW4//77o02bNiWas6CgIB566KH417/+FWvXrt3kufPnz4/7778/Xnvttbj33ntj9913L9GcAAAAAJmob9++ceWVV8aYMWNi1KhRMX78+Jg9e3bMnz8/cnJyYs2aNVGrVq1o2LBhNGzYMDp16hT77LNPHHTQQdG0adPKDh8AAAAAAAAAgAxUpaCgoKCyg6DydezYMa3zy2qnubVr18Yll1wSQ4cOTbtvdnZ2PPvss9GuXbu0+/7tb3+L559/Pu1+tWvXjsceeyz23XfftPsCAAAAAAAAAAAAAAAA5c9Oc1Squ+++O6lgrlGjRnHmmWdGjx49okWLFrFkyZIYN25cPPnkkzF27NgN5y1atCguuOCCGDRoUNSrV6/Ycz733HNJBXN169aN008/PY455pho3bp15OTkxOTJk+PZZ5+Nzz77bMN5q1evjosvvjhef/31aNGiRQn/agAAAAAAAAAAAAAAAKC82GmOiEjeaa5u3bqx6667xq677hq77bZbXH755Qmvl8VOcxMnTowTTzwxfnkJ7rTTTvH4449Hs2bNks4vKCiI2267LZ566qmE9t///vdxzTXXFGvOhQsXRo8ePWLVqlUb2po1axaPP/547LTTTin7PPHEE/GPf/wjIc6ePXvGfffdV6w5AQAAAAAAAAAAAAAAgIpjpzkiImL33XeP3XbbbcP/2rZtG1WrVt3weuGiubJwzz33JBSiZWVlxaOPPpqyYC4iokqVKnHttdfG7NmzE3ane/7556N3794b7fdLAwYMSCiYq1atWjz44IMbLZiL+Lkob+7cufH0009vaPvvf/8b48ePj86dOxc5JwAAAAAAAAAAAAAAAFBxqhZ9CluDV155JW644Ybo1atXtG/fPqFgrjxMmDAhPvjgg4S2Sy65JFq0aFFk37/+9a9Ru3btDcerV6+Oxx9/vMh+CxcujBdffDGh7Ywzzohdd921yL6XX355NG3adMNxQUFBPPjgg0X2AwAAAAAAAAAAAAAAACqWojkqxbvvvptwXLdu3TjllFOK1bdp06Zx1FFHJbQNHjy4yH5Dhw6NvLy8DcdVqlSJ3/3ud8Was27dunHyyScntH388ceRk5NTrP4AAAAAAAAAAAAAAABAxVA0R6UYOnRowvGRRx4Z9erVK3b/k046KeH4xx9/jHHjxqU1Z5cuXaJ169YlnjM3Nzc+/fTTYvcHAAAAAAAAAAAAAAAAyp+iOSrcDz/8EFOmTElo22+//dIaY6+99ooaNWoktH344YcbPT83NzdGjBhRqjm33377aN68ebHnBAAAAAAAAAAAAAAAACqeojkq3KRJk5La9t5777TGqF27dnTq1CmhbfLkyRs9f/r06ZGbm1uqOVP12dScAAAAAAAAAAAAAAAAQMVTNEeF+/777xOOq1evHm3atEl7nHbt2iUcT5s2rdhzpupf1nMCAAAAAAAAAAAAAAAAFU/RHBVu6tSpCcfNmjWLqlXTvxSbN2+ecDx9+vTIz88v1pzVqlWLZs2alXrOnJycmDdvXtrjAAAAAAAAAAAAAAAAAOVD0RwVbv78+QnHhQvRimu77bZLOM7NzY0lS5YUa84mTZpEtWrVSj1nRCiaAwAAAAAAAAAAAAAAgM1I9coOgK3PypUrE47r1atXonGysrJSjt24ceNymzNVv5ycnBKNVVHy8/Pjxx9/TGpv3rx5iQoHAQAAAAAAKHtyOgAAAAAAAGVH0RwVrnABW+3atUs0Tqp+GytgKzxnrVq1SjRnqn6Fx97c/Pjjj9GqVauk9tmzZ0fLli0rISIAAAAAAAAKk9MBAAAAAAAoO1UrOwC2PqtWrUo4rlmzZonGSVU0t7ECtsJzlrRoLp05AQAAAAAAAAAAAAAAgIpnpznYSo0dOzZ+/PHHyg4DAAAAAACgxLp06VLZIZQ7OR0AAAAAAGBLVxk5HTvNUeHq1KmTcJybm1uicVavXp3UVrdu3WLNuWbNmnKfEwAAAAAAAAAAAAAAAKh4dpqjwhUuMktViFYcqfplZWUVa86SFs2l6relFs3tsssu0bJly8oOAwAAAAAAgE2Q0wEAAAAAAEifojkqXOEisxUrVpRonJycnCLHLus5U/XbWKHe5q5GjRpRo0aNyg4DAAAAAACATZDTAQAAAAAASF/Vyg6ArU/Tpk0Tjn/88ccSjTN37tyE45o1a0bDhg2LNeeCBQsiPz+/1HOmGhsAAAAAAAAAAAAAAACoPIrmqHBt27ZNOJ43b16sW7cu7XEKF7C1adMmqlWrVqw58/PzY968eaWeMysrK5o3b572OAAAAAAAAAAAAAAAAED5UDRHhWvXrl3C8dq1a2P69Olpj/P9998nHO+4447FnjMiYurUqeU6JwAAAAAAAAAAAAAAAFDxFM1R4Tp27JjUNnr06LTGWL16dYwfPz6hrUOHDhs9v02bNlGzZs1SzRkRMWrUqGLPCQAAAAAAAAAAAAAAAFQ8RXNUuO222y7at2+f0PbFF1+kNcbo0aMjLy8voe2www7b6Pk1a9aMAw44oFRzzpo1K+bOnVvsOQEAAAAAAAAAAAAAAICKp2iOSnHEEUckHP/3v/+NnJycYvd//fXXE46bN28eu+66a1pzfvXVVzFr1qxizzlo0KCE45o1a8bBBx9c7P4AAAAAAAAAAAAAAABA+VM0R6U4+uijE45XrlwZr732WrH6LliwIN57772Etp49exbZ74gjjogaNWpsOC4oKIhnn322WHOuWrUqXn311YS2Qw45JLKysorVHwAAAAAAAAAAAAAAAKgYiuaoFJ06dYru3bsntN13330xb968Ivv+7W9/i9WrV284rlWrVvzhD38ost+2224bv/71rxPann322fj222+L7HvPPfckxFalSpW48MILi+wHAAAAAAAAAAAAAAAAVCxFc1Sayy67LKpUqbLhePny5XHuuedutHCuoKAgbr/99hgyZEhC+xlnnBHNmjUr1pwXXHBB1KlTZ8Px2rVr48ILL4wpU6ZstM+TTz4ZTz31VELbUUcdFZ07dy7WnAAAAAAAAAAAAAAAAEDFqV7ZAbB5GDduXLz33nvFPn/48OGxZs2alK81aNAgzjvvvCLH2HnnneOcc86JJ554YkPb5MmT48QTT4yzzjorDj/88GjRokUsXbo0xo0bF08++WR88803CWNsv/32cdFFFxU77iZNmsSf//zn+Pvf/76hbe7cuXHaaafF6aefHscee2y0atUqVq5cGZMmTYpnn302Pv3004QxGjZsGH379i32nAAAAAAAAAAAAAAAAEDFqVJQUFBQ2UFQ+QYOHBj9+vUrk7FatmwZw4YNK9a5a9eujYsvvjg++OCDtOdp1KhRPPvss9G+ffu0+/71r3+NF154Ie1+tWvXjkcffTT222+/tPtWljlz5kSrVq2S2mfPnh0tW7as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ZQnNUXWDg4Ml46OOOmpKdebNm1cyPnDgwJjrTjnllEPmyp1KV87g4GA8+eSTJXOvfe1rJ1UDAAAAAAAAAAAAAAAAqDyhOapu/vz5JeM9e/ZMqc4vf/nLkvHRRx895rolS5bEySefXDL3yCOPTGqvxx57LIaGhkrm3vKWt0yqBgAAAAAAAAAAAAAAAFB5QnNU3cKFC0vGTzzxRLz88suTrvP444+XjBctWlR27fnnn18y/s53vhO5XG7Ce339618vGR977LFx+umnT/h+AAAAAAAAAAAAAAAAoDqE5qi6M844o2S8Z8+eeOCBByZV44knnoitW7eWzJ199tll17/zne8sGefz+fja1742ob1eeOGF+Na3vlUy9453vGOCnQIAAAAAAAAAAAAAAHCkstlsLF26dMyvbDabdHvMMEJzVN1v/dZvHTLX3d0dAwMDE7r/wIEDccMNN0yo7is6OjrirW99a8ncX/3VX0VfX9+4+11//fUxODhYHB911FFxxRVXTKhXAAAAAAAAAAAAAAAAoLqE5qi6U045Jd785jeXzO3YsSM+8pGPjBti27NnT1x11VXx+OOPl8yvXLky3vjGNx723v/4H/9j1NXVFccDAwPx7//9vy+758jISHzuc5+L7373uyXzH/jAB6Ktre2wewEAAAAAAAAAAAAAAADJyCTdALNTV1dXPProo5HP54tzjz32WLzzne+M9773vfHWt741li1bFi0tLZHL5WLHjh3x0EMPxd/93d/F3r17S2rNnTs3rrnmmnH3XLFiRXz4wx+OL37xi8W5rVu3xrvf/e647LLL4m1ve1scd9xxsXfv3njiiSfi9ttvPySc9+pXvzo+9rGPHeGrBwAAAAAAAAAAALLZbHR2do55rbe3N9rb26vcEQAAkBZCcyRi+fLlcdNNN8XHPvaxGBoaKs7n8/n48pe/HF/+8pcnVGfOnDnxl3/5l/H6179+Qus/+clPxrPPPhsPPPBAce6Xv/xlrF27NtauXXvYexcsWBDr16+PlpaWCe0FAAAAAAAAAAAAcCQECwEAYGrqk26A2eu3fuu34u67744TTzxxSvcvXbo0vvKVr8RFF1004XsymUzcfPPNsXr16knttXz58rjnnnvi5JNPnmybAAAAAAAAAAAAAJBa2Ww2li5dOuZXNptNuj0AYJYSmiNRr3vd6+L++++P7u7u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eOKJcdhhh0Xv3r2jpKQkpk+fHg8//HC88cYba9dbtmxZDB48OP7xj39Ejx49avXzAgAAAAAAAAAAAAAAAHVDaI68adq0aRx++OFx3HHHRf/+/VOu065du9h0003jmGOOiVGjRsVvf/vbWLly5drP77vvvjjssMNi8803r7a9uXPnxs0335xQ1q1bt3jggQcStl9vvfVigw02iAMPPDD+9Kc/xU033RTl5eUREbFw4cK4/vrr4/e//30mPzIAAAAAAAAAAFSrZdtusddJT+e7GwAAAAANVnG+O0DjU1xcHEcccUQ8++yzcfPNN1camKvohBNOiKuvvjqhrKysLO66664abX/vvffG0qVL1y43adIk7r777ioDd6effnoMHDgwoezf//53TJ48uUZtAgAAAAAAAAAAAAAAALklNEfOHXvssXHrrbfGRhttlPa2xxxzTFLIbvTo0bFixYoqt5s7d26MHDkyoezkk0+ObbbZpto2zz///Ojateva5fLy8rj77rvT6DUAAAAAAAAAAAAAAACQK0Jz5FyTJk1qtf1RRx2VsFxSUhLTpk2rcpuXX345Vq5cuXa5qKgoTjnllBq117p16zjmmGMSykaPHh0lJSU16zAAAAAAAAAAAAAAAACQM0JzNDhbbrllUtmcOXOq3Obll19OWN55552jd+/eNW5zwIABCcsrVqyIMWPG1Hh7AAAAAAAAAAAAAAAAIDeE5mhwWrZsmVS2dOnSStdfsWJFvPnmmwll/fv3T6vNDTfcMLp3755Q9uqrr6ZVBwAAAAAAAAAAAAAAAFD3hOZocL7++uuksk6dOlW6/ueffx4rVqxIKNtpp53SbrfiNtOnT0+7DgAAAAAAAAAAAAAAAKBuCc3R4LzzzjtJZRtuuGGl63/66adJZX369Em73YrbfPbZZ2nXAQAAAAAAAAAAAAAAANQtoTkalFWrVsU///nPhLI+ffpEr169Kt3mk08+SVhu0qRJdOvWLe22u3fvnrBcUlISs2fPTrseAAAAAAAAAAAAAAAAoO4IzdGg/O1vf4tvvvkmoezwww+vcptvv/02YblLly7RpEmTtNvu2bNnUpnQHAAAAAAAAAAAAAAAANQvTfPdAaipWbNmxS233JJQ1qFDh/jpT39a5XalpaUJy23bts2o/VTblZSUZFRXfbBy5cpYuXJlvrsBAAAAAACQsWbNmuW7C3XOmE5u1eV3auXKlXX+na3rNhp6/bloo6HXnwv2UfUa+j5yLue//ly00dDrzwX7qHoNfR85l/Nffy7aaOj154J9VL2Gvo+cy/mvPxdtNPT6c8E+ql5D30fO5fzXn4s2clE/qeXjGic0R4NQVlYWF154YSxevDih/Pzzz4+OHTtWuW3F0FyLFi0y6kOq7SrW3ZB8+OGHMW/evHx3AwAAAAAAIGM777xzvrtQ54zp5E7Tpk1j++23r7P6p02bFttss02d1Z+LNhp6/bloo6HXnwv2UfUa+j5yLue//pq00bJtt9jrpKfrrP7aci7nv/5caOj7qD6cy429/ly00dDrzwX7qHoNfR85l/Nffy7aaOj154J9VL2Gvo+cy/mvPxdt1HX9U6ZMibKysjqrvyHLx5hOcc5bhAxcd911MW7cuISyvffeO0488cRqt126dGnCcqahuZYtWyaVNeTQHAAAAAAAAAAAAAAAABQioTnqvREjRsQjjzySUNa9e/e4+eabo6ioKE+9AgAAAAAAAAAAAAAAAOqjpvnuAFTlmWeeieuuuy6hrF27dnHfffdFp06dalRHq1atEpaXL1+eUV+WLVuWVNa6deuM6gIAAAAAAAAAqK9atu0We530dL67AQAAAAAZE5qj3ho9enRccsklsXr16rVlLVu2jHvvvTe23HLLGtdTMdiWaWgu1XYNOTS31VZbRa9evfLdDQAAAAAAAKpgTKdw9O3bt8G30dDrz0UbDb3+XLCPqtfQ95FzOf/156KNhl5/LthH1Wvo+8i5nP/6c9FGQ68/F+yj6jX0feRczn/9uWijodefC/ZR9Rr6PnIu57/+XLRR1/X369evTusnPUJz1Evjxo2Lc889N1auXLm2rFmzZvG73/0udtlll7TqqhhsW7JkSUZ9SrVdmzZtMqqrPmjWrFk0a9Ys390AAAAAAACgCsZ0CkcujmNdt9HQ689FGw29/lywj6rX0PeRczn/9eeijYZefy7YR9Vr6PvIuZz/+nPRRkOvPxfso+o19H3kXM5//bloo6HXnwv2UfUa+j5yLue//ly00dDrJz3F+e4AVPTBBx/Ez3/+81i6dOnasuLi4rjxxhtj//33T7u+rl27JizPmTMnVq1alXY933zzTbV1AwAAAAAAAAAAAAAAAPklNEe98tFHH8XPfvazpFndrr766vjRj36U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HXRQdOjQoY57CgAAAACQPzNmzIiDDjooL233798/RowYkZe2IRN9+/at0XpNmjSJ5s2bR/PmzaNDhw7RuXPn6NGjR2y66aaxxRZbxE477RRdunSp494CAADkntAcAAAF7eWXX45rrrkmZs2aldZ2K1eujClTpsSUKVNi1KhRUVxcHCeffHJceeWV1W47cODAGDt27NplA2yQXWVlZfGXv/wl7r///pg/f36Nt1u2bFmMGTMmxowZE7fcckucccYZceqpp5p9rkA15GtxWVlZLFy4MBYuXBgzZ86Md999NyIimjdvHgcffHCcf/750bt37zz3EmrvjjvuiDvvvDOhbNq0aXnqDQAAAAAUroZ8z5zaW7VqVSxdujSWLl0a3333XXz55ZcxYcKEhHU23XTT+OEPfxhHHXVUbLzxxvnpaBZUDBIOHjw4hgwZkqfeNBz2GwAAhao43x0AAIC6UF5eHr/5zW/inHPOSTswl8rq1avj66+/zkLPgNr45JNP4uijj44bb7wxrcBcRQsWLIibb745BgwYEJ988kkWewh1Z8WKFfHMM8/E//zP/8Rjjz2W7+4AAAAAAAAF4tNPP4177rknDj300PjFL34R06dPz3eXAAAAas1McwAAFKRhw4bFqFGjUn7Ws2fP2H333WOzzTaLTp06RatWraK0tDQWLVoUn3/+eUyePDmmTp0aK1asyHGvgar897//jcGDB0dJSUnKz3v27Bn77bdf9OzZM7p27RpFRUUxZ86c+Prrr+O1116LGTNmJG0zffr0OO644+LOO++MPffcs65/BEiw5ZZbpiwvKyuLRYsWxZw5c6K8vDzp89LS0rjqqquiuLg4jj322LruJgAAAABAzjRr1qzSe6eVKS0tjS+//DKhrHXr1rHhhhumVU+660N906xZs+jTp0/Kz5YuXRqLFy+OxYsXx8qVKyuto7y8PF555ZUYPXp0nH766fGrX/0qmjRpUlddBgAAqFNCcwAAFJyXXnopZWBu6623josvvjh23333KCoqqrKOpUuXxuuvvx4vvvhivPTSS1FaWlpX3QVq4M0334yzzz47li9fnvRZ//7948ILL4wddtihyjo++OCDGD58eIwZMyahvKSkJM4+++y47777Yo899shmt+vUK6+8ku8uUEtPPfVUlZ8vXrw43nrrrXjooYfinXfeSfp82LBhsdNOO8Wmm25aV12EGhkwYEAMGDAg392IG264IW644YZ8dwMAAACAWujWrVu1904revvtt+OUU05JKNtmm21ixIgR2ewa1Htdu3at0fnz3Xffxfvvvx+TJk2KsWPHxltvvZX0Er+ysrL4wx/+EO+9917ce++90bp167rqNgVmgw02iGnTpuW7GwAAEBERxfnuAAAAZFN5eXlcd911SeWHHHJIjBw5MvbYY49qA3MREa1atYpDDjkkbr755hg9enRcdtllsdFGG9VFl4FqfPHFF3HeeeclBeaaNWsW1113XYwYMaLawFzE9wPkDzzwQNx0003RokWLhM+WL18e5513XtKbaCGf2rVrFwcffHA8/PDDceGFFyZ9XlZWFrfffnvuOwYAAAAAADRYHTp0iL333jvOOeecePDBB+PZZ5+Nn/70p9GsWbOkdd9+++34+c9/HitWrMhDTwEAAGpHaA4AgILy7rvvxsyZMxPKunXrFtdff300b948ozrbtWsXp512WlxyySXZ6CKQhtWrV8fFF18c3333XUJ5s2bN4o477ohjjjkm7TqPPPLIuOOOO5KuCd99910MHTo0Vq9eXas+Q10466yzUs7k9fLLL8eSJUvy0CMAAAAAAKAQbLrppnHVVVfFww8/HL169Ur6fOzYsXHTTTfloWcAAAC1IzQHAEBBGT16dFLZ0UcfHW3bts1Db4DaGjlyZLz33ntJ5ddcc00ccMABGde73377xW9/+9uk8gkTJsRjjz2Wcb1Ql4YMGZJUVlZWFm+99VYeegMAAAAAABSSHXbYIZ588snYeOONkz57+OGHY+LEiTnvEwAAQG00zXcHAAAgm77++uuksm222SYPPalb3333XXz66afxxRdfxHfffRelpaXRqlWr6NChQ3Tu3Dm222676NixY076smzZspg4cWJ8+umnsWjRomjZsmWst956scUWW8SWW24ZRUVFWW2vpKQk3n333Zg1a1bMmzcvmjdvHl26dIl+/fpFnz59stpWRfVpvy9dujQmTZoUX3zxRSxcuDBWrVoV7dq1i9122y0233zzardfsWJFjB8/Pr755puYO3duFBcXx/rrrx9bbLFFbLXVVlk/bplYvnx53HPPPUnle++9d8oZt9J11FFHxb/+9a94/fXXE8rvvvvuGDBgQMazU1b08ccfx4cffhhz5syJlStXRqdOnaJ79+6x0047RZs2bbLSRrasWrUqJk+eHF9//XXMnz8/Fi1aFG3bto1OnTrFRhttFP369auz78aKFSvigw8+iFmzZsXChQtj0aJF0bx582jbtm307t07Nttss+jSpUudtN1Q9OzZMzbffPP46KOPEso/+eST+MEPflCruj/99NP47LPPYv78+bFgwYJo3rx5rLfeetGjR4/Yfvvto0WLFrWqvzLl5eXx0Ucfrb2WLViwICIi2rZtGz169Ig+ffpE7969s/K9W7p0abz33nvx7bffxvz582PFihWx3nrrRefOnaNfv37RvXv3WreRyrx589a2u2DBgmjVqlX06NEjtt5669hggw3qpM3KrF69OiZPnhzTp0+PefPmRVFRUay33nrRu3fv2HHHHbN23Ssk8+bNiw8++CDmzZsX8+bNiyZNmkSnTp1i/fXXjx122CEnL2Zw3AAAAAByb839xLlz58b8+fNj6dKl0bFjx+jUqVNsueWW0bt373x3kWrUdiwt4vt72NOmTYuvvvoq5s+fHwsXLoxWrVpFp06dolevXrHttttG06aF9Qhmhw4d4q677orjjjsuSktL15aXl5fHzTffHI888kit28jXmES25fM6sXjx4nj//fdj7ty5sXDhwigpKYlWrVpFx44dY+ONN47NNtusoF4svGYMc8aMGbFgwYJYvHhxdOjQITp16hQbb7xx9O3bNyf9mD9/fkycODG++uqrKC0tjXbt2kWnTp1i++23TzlLIwAA+VdY/2IDAKDRmz9/flJZq1at6rzdqm7Cjh07tkY3aV9++eVKH55fvnx5jB49Ol5//fV4++234/PPP6+yrqKiothss81iwIABccIJJ2QUzLnjjjvizjvvTCibNm3a2v//8ssv45577onnnnsuli5dmrKO9ddfP0466aQ4/fTTo3Xr1mn3YV1Tp06Nu+++O1577bVYtmxZynV69+4dAwcOjJ/85CfRrFmzWrUXUT/3+4QJE+KBBx6I1157LVasWJG0/eDBg6sc6JsxY0bceeed8eKLL8aSJUtSrtOlS5c48cQTY9CgQXkNdT333HPx7bffJpQVFxfHsGHDstbGsGHD4pBDDonVq1evLZs9e3Y899xzceSRR2Zc74oVK+Kvf/1rjBgxImbMmJFynZYtW8Z+++0X55xzTmy55ZZpt3HggQfGzJkz1y4fffTRccMNN2TU3//+978xcuTIePPNN2PRokWVrtexY8fYf//946yzzspKSHXVqlXx9NNPx9NPPx3jx4+v9FqyxiabbBL77LNPHH300dGvX7+kz+v6Wlwf9O7dOyk0tyZolq7PPvssHnzwwXj99dcTvksVtWjRInbdddcYNGhQ7L333hm1VdE777wTjz76aLz11lsxb968Ktddf/31Y4899ogf//jHsc8++0RxcXFabT333HPxt7/9Ld55552U1801Nt988/jhD38YgwYNyspA8ssvvxwPPvhgjBs3LuEas66tttoqTjvttDjyyCPXBgMHDhwYY8eOXbtO//79Y8SIEVW29fbbb8cpp5ySUPaXv/wldtttt4iIWLJkSfzpT3+KUaNGxdy5c1PW0bp16zj00EPj3HPPjR49etT454yIeOKJJ+Kyyy5LKKvsXKr481VUk/P0+uuvTxmevvTSS+PJJ59cu9yrV6945ZVXqq2vomXLlsXDDz8czz77bEyZMiXKy8tTrte0adPYYYcd4uijj46jjz46mjRpklY7+T5uAAAAACQqKyuLJ598Mv71r3/F+PHjY+XKlZWuu+GGG8Zhhx0Wp59+eo1eqPjaa6/Fz3/+84R7TZ07d45//OMf0bVr17T6OXbs2DjttNNi1apVa8vat28fTz75ZMI9ubq6Z57O/cDqVOzD4MGDY8iQIVVuU9djaRER77//fowYMSLeeOONSu/NRUS0adMm9tprrzjzzDNju+22q7LOhmSzzTaLc889N2ncady4cTF58uTYeuut066zrsYkUt1nXdedd96Z9H2pKJ17yXV5najO4sWL45FHHomXX345Jk+enHANqKhJkyax7bbbxv777x8DBgyIbt26JXxel/ttxowZcdBBByWUVXZfvzrvv/9+/PnPf44xY8bEd999V+l6Xbt2jf333z/OPPPM2HDDDdNup7qxmbfffjvuu+++ePPNNysd89lss83i5z//efz4xz+uFy+oBQDge+k9ZQQAAPVcqpk2Us0+15A89NBDseeee8bgwYNj1KhR1Qa3Iv5v5p4bb7wxDjjggPj3v/+d1T498sgjccQRR8QTTzxRZchl7ty5cccdd8QRRxxRo36nsnr16rjtttvimGOOiRdeeKHSwFxExFdffRXXXXddDBgwIL766quM2lujvu33lStXxjXXXBMnnXRSvPjii1UGPyrz0EMPxRFHHBFPPvlkpYG5iIg5c+asPW4ffPBBbbpdK0888URS2V577ZXRQEdlevfunXLALVXbNfXll1/GgAED4vrrr680MBfxfSjjhRdeiGOOOSZuu+22SgdY6tK0adPi1FNPjUGDBsULL7xQZWAuImLhwoXxj3/8I3784x/Hr3/964y+h2u88MILcdhhh8Ull1wSY8aMqTYwF/H9gOpf/vKXOProo+PPf/5zxm03ZKkCyFWdz6ksWLAgrrjiivjRj34UI0eOrHJwOuL7APGYMWPiZz/7WQwcODBmzZqVVnvrmjp1agwcODB++tOfxjPPPFNtYC7i+98lTz/9dJx11llxzjnn1LitKVOmxLHHHhu/+tWv4o033qj2+/rRRx/FnXfeGT/4wQ9i5MiRNW6nogULFsQ555wT55xzTowdO7bKc/vDDz+MSy65JE455ZSUwf9sGDduXBx++OFx1113VflwR2lpaTzxxBNx6KGHxssvv1wnfWkInn322TjkkEPi5ptvjsmTJ1camIv4/uGIcePGxRVXXBFHHnlkvPPOO1nrh+MGAAAAkFsvvfRSHH744XHllVfGW2+9VWUQJuL7sYD77rsvDjrooBrNvLXffvvFWWedlVA2b968uPDCC6sMvlQ0b968uOCCC5K2uf766+v1C+FyIRtjaTNnzowhQ4bEscceG0899VSV9+YiIkpKSuLf//53HHfccTFkyJBqx1kakuOOOy7atWuXVP7Pf/4zrXryOSaRbXV9najMqlWr4p577okDDzwwhg8fHpMmTar2urFq1aqYOHFi3H777XHAAQfEpEmTMm4/H+bPnx/nn39+HHfccfHMM89UGZiLiPj222/jsccei8MPPzyuvfbaWo1hrmvFihVx5ZVXximnnBJvvPFGlWM+H3/8cVx88cVxxhlnJMzSCABAfgnNAQBQULp06ZJU9txzz+WhJ9nz4Ycfph2IWNd3330X5557bvzhD3/ISn9uu+22uOaaa2L58uU13mbmzJnxk5/8JGbPnp1WW6tXr45LLrkk7rvvvigrK6vxdtOnT4+TTjqpysBSderTfl+1alWce+658cgjj1T58H5Vhg8fHtddd12NgklrfP311zFw4MC8BOcWL14c48ePTyo/7rjjst5WqjrHjx+f0fH/6quv4qSTTkqaCawqZWVlcd9998Wll16a0+DcK6+8EieeeGK89dZbaW+7atWqGDVqVAwcOLBGoad1rV69Om688cY499xz44svvki77TVqc342ZIsXL04qS2dGyM8++yxOOOGEePzxx9N6EGONsWPHxrHHHpvR4Oqzzz4bJ554YpWzjFWnpKSkRuuNHj06Tj755Hj//ffTbmPBggUxbNiwuPbaa9M+J+fPnx+nnnpq2uGlsWPHxk9/+tNqB33T9Z///CdOO+20tH7/Llu2LM4999wYPXp0VvvSENx1111x/vnnp/33SsT3octBgwbFv/71r1r3w3EDAAAAyJ3y8vL4/e9/H7/85S8zume9ZMmSuOaaa+LXv/51tfdczzvvvNh1110TysaOHRu///3va9TW6tWr46KLLoo5c+YklJ922mnxgx/8IL2OF5hsjKVNnDgxjjvuuIxfivnvf/87jj/++FqNfdQnbdu2TTkz2KuvvlrjOvI5JpFNubxOVLRw4cI444wz4vbbb884lLlq1aq0xojzbc1467PPPpv2+bxy5coYMWJEDBo0qNZjLsuXL48zzjgj/va3v6W13ZgxY+Kss87K6DsPAED2Nc13BwAAIJt23HHHGDVqVELZf//73xgxYkQMHDiwztrdcsst1/7/l19+mfDmsNatW9doZqxmzZrVqK1NNtkkttxyy+jTp0906dIl2rRpE82aNYuSkpL45ptvYsqUKfHGG28kzMhWXl4et912W2yxxRax//771/wHq2DkyJFx3333rV3u1KlT7LvvvrHttttGp06dYvny5fHFF1/ESy+9lBQamjdvXvz6179O2L461113Xcq3FbZu3ToOPPDA2G677aJLly6xePHi+Pzzz+PFF19cO8PcnDlzYsiQIdGnT58Mf9pE+dzvv//97+OVV15Zu9yxY8fYZ599Ytttt43OnTvHsmXLYtasWfH6669HUVFR0vZ//vOf4957700qb968eeyzzz6x6667RteuXaO0tDRmzJgRr7zySkyfPj0ivp/B5pe//GX88Ic/zLj/mRg/fnxSULK4uDjlrHC1tddee0VxcXFCOGblypUxfvz42G+//Wpcz8qVK2PIkCEJbx3deOON45BDDokNN9wwWrduHXPmzInx48fHa6+9lhQ8feqpp6J9+/Zx5ZVX1v6HqsbTTz8dQ4cOTQoENWvWLHbffffYfvvto3v37tGuXbsoLS2NmTNnxptvvpkUZJw4cWIMHjw4/vKXv9T4GnbxxRdXGirZYostYs8994wNN9ww1ltvvVi5cmV899138fHHH8cHH3wQU6ZMqXJwLJfX4nyZNm1aUllNZ1/8+OOP4yc/+UnKQcLtttsudtppp9hkk02iffv2sXLlypgzZ05MmDAhRo8enfBGzjlz5sRZZ50VTz75ZPTo0aNGbY8cOTKGDRuW8rNu3brFXnvtFX379o311lsvmjVrFt9991189dVX8cEHH8TEiRPTCmq/9dZb8Ytf/CJl2HqrrbaKAw44IHr16hUtW7aMOXPmxNixY2PMmDFJbx0dMWJErF69On7961/XqN2ysrI488wzUx6jLl26xA9+8IPYfPPNY7311ovvvvsuPvvss3j55ZfXBrw/+eSTuOSSS2r8c1bnww8/jNtuu23tm25btmwZe+yxR+yyyy6x/vrrR9OmTeObb76JN954I958882kn+XKK6+MZ555JuWbhGtjww03XDuwP3fu3KQ3Na97HlemQ4cOWe1TxPeBuVQPJzVt2jR222232GOPPaJbt26xatWq+Oabb2L06NExceLEhGvSypUr46KLLori4uI4/PDDM+pHfT1uAAAAAIVq2LBhSWOLEd+Pxey5556x9dZbR+fOnaNly5axePHi+Oijj+L111+Pzz77LGH9UaNGRbt27eLiiy+utK0mTZrErbfeGkcddVTMnz9/bfl9990XO++8c+y7775V9vXuu++O//73vwll22+/fVx00UUp128M98zXqO1Y2ttvvx1nnnlm0r3o4uLi2GWXXWLHHXeMDTbYINq1axfLly+PWbNmxTvvvBNvvvlmQjDms88+i7POOiv+/ve/R9u2bevuB86RPfbYIx566KGEss8//zzmz58fnTp1qnLbXI1JtG7dOuG7PnXq1ITP119//Vh//fWr7GvXrl2r/DyX14l1LV68OE466aT49NNPkz5r1qxZ7LDDDtG/f//o1q1btG/fPpYuXRrz58+PDz/8MN5777214+ap5GK/ZWLevHlx0kknJYWDIyK6d+8eBx98cPTp0yc6dOgQ8+fPj6lTp8aLL74YCxcuTFh33LhxMWjQoBg5cmQ0b948o75cfvnl8fbbb69d3mSTTWLfffeNTTfdNDp06BBLliyJKVOmxL///e+ksY533nknHnzwwfjZz36WUdsAAGSP0BwAAAVlv/32i5YtWyYElyIirr322njjjTfijDPOiF122SXr7T711FNr/3/gwIEJs+hss802MWLEiIzrLioqih133DEGDBgQ++67b3Tv3r3abUpKStYGpdY8dF1eXh6XXXZZ/Oc//4mWLVtm1JfrrrsuIr6/CX/uuefGqaeeGi1atEha77zzzosRI0bE9ddfnxDKefXVV2PixImxww47VNvWW2+9FQ8//HBS+VFHHRWXX355ygfmhw4dGqNGjYqbbropSkpKYsqUKSkHEWqiPu33+++/PyK+H0z9+c9/HmeeeWa0bt06ab3BgwcnDeZ9+umnMXz48KR199133/jtb3+b8uc6//zz48UXX4zf/OY3MXfu3Jg1a1bKgaC6lGp2u0033TStGbVqqk2bNrHJJpvEJ598klA+efLktEJzL7744tr93759+7j88svj6KOPTlpvzexBw4YNi//85z8Jnz388MNx8MEHx2677ZbBT1IzH330UVx11VUJ52bTpk3j1FNPjTPOOKPSQc4hQ4bEhx9+GFdccUVMnjx5bfm7774bt912W43CPg888EDKwFz//v3j4osvju22267K7WfPnh3PPfdcymtDRN1ei+uDSZMmxaxZs5LKd9xxx2q3LS0tjfPOOy9pcPqAAw6Iiy++uMqA8Zw5c+Kmm25KCDEvWLAgzj333Bg1alQUFxdX2faECRPi2muvTSrv3bt3XHDBBXHYYYelfEhhjSVLlsSrr74ajzzySJXtrOnX0KFDkwJzPXv2jKuvvjrlQyeDBg2KWbNmxbBhw5LekPvII4/EnnvuWaO3NN97771J165mzZrFkCFD4vTTT0/5cMlll10WI0eOjJtuuilKS0tr9buiottuu23tNenII4+Miy66KOUA9plnnhlvv/12nHvuuQmDyrNnz45HH300zjrrrKz0Z43//d//Xfv/d9xxR9x5550Jn697HufK+PHj46677koq33nnneN///d/Y5NNNkn67JxzzokJEybE5ZdfnvC3Rnl5eQwbNix22GGH6NmzZ9p9qa/HDQAAAKAQ/f3vf08a/+jYsWNccMEFcdRRR6UcA4v4/h7QSy+9FMOGDYt58+atLf/jH/8Yu+yySxxwwAGVttmtW7e45ZZb4owzzlh7n768vDyGDh0aTz31VHTr1i3ldm+++WbSPawOHTrE8OHDKw22Ffo983XVZixtzpw5ccEFFySVDxgwIIYMGVLpfb6zzz47vvzyy7j66qtjzJgxa8s///zzuPzyy2s8g2B9tv3226csnzJlSpUvuszlmMS2226b8F3v27dvwucnnnhiDBkypNL2qpOP68Sa7S+++OKkse6ioqI49thjY8iQIZVeL9aYOnVq/POf/4zHHnss6bO63m+ZKC8vj0svvTQpMNeyZcs4//zz45RTTkk5JnXllVfGHXfcEX/6058Sxj8nT54ct9xyS1x++eVp9+W9995be03o0qVLXHXVVZW+ZPaiiy6Ka665Jv7xj38klN97771x8sknZ23cBwCAzFT9VBMAADQwnTp1ipNPPjnlZ//5z3/i5JNPjn333Tcuu+yyeOyxx2Lq1KkpZ6KpTy6//PIYOXJkHH/88TUKbkV8HwIaPHhw/OEPf4imTf/vXRnz58+v1cPoy5cvj+bNm8f9998fZ511VqWDAEVFRXHKKafEeeedl/TZ3/72t2rbWTOzT8UZpU4//fS48cYbK51hpqioKE488cT4wx/+EK1atYqISApQ1lR92u+rVq2K4uLiuPXWW+O8885LOci3RsVj8pvf/CZpkO+www6L++67r8qf6+CDD44RI0ZE586dIyLz/Zipim9ejPh+ALeupKo7VR+qsmY/t2nTJh544IGUgbk1unXrFnfffXccccQRCeXl5eXx61//OmkGuGxZvXp1XHDBBbF06dK1Za1bt44HHngghg4dWu1bQbfaaqsYOXJk7LXXXgnlI0aMSBnmWtf06dPj1ltvTSo/9dRT46GHHqo2MBfx/X477bTT4oUXXohjjz222vULSVlZWdx8881J5Ztttln069ev2u1vuumm+PjjjxPKLrroorj33nurnZGzS5cucfPNN8fgwYMTyidNmhTPP/98lduuWLEiLrjggrVB4jX69+8fTzzxRBx++OFVBuYiItq2bRtHHHFEPProo3H99ddXue5tt90Ws2fPTijbYIMN4tFHH63yLc3du3ePe++9N/7nf/4n6bOrrrqq2mvgN998kzSjZ9OmTeO2226Ln//855U+tFJUVBQnnXRS3H///Wuv7dm63q65Jp133nlx0003VfnG19122y3uuuuupGPx+OOPZ6Uv9Vl5eXlcccUVCW+DjojYf//948EHH0wZmFtjxx13jEcffTS22GKLhPJFixbFNddck1F/HDcAAACA3JgxY0b89re/TSjbeOON46mnnooTTjih0jGwiO/v6x188MHx97//PWms5dZbb00a36por732il/84hcJZQsWLIjzzz8/5bjlnDlz4qKLLkoaO7j++uujV69eVbbVWNRmLO3yyy9PmCWqSZMmccstt8T1119f7YuxNtxww/jjH/8YAwYMSCh/4YUXYtKkSRn8JPVLp06dYoMNNkgqr2oGs4j8jUlkWz6vEyNHjkx6+Wbz5s3j1ltvjWuvvbbawFzE97NNDh06NF599dWkUFx99K9//StGjx6dUNaiRYu4995747TTTqv0JY4tW7aMiy++OH7zm98kffaXv/wl3n///bT7suZefe/evWPUqFGVBuYivh8bvuGGG5KCpIsWLYoXXngh7bYBAMguoTkAAArOeeedV+WsO7Nnz44nnngirrrqqjjyyCNjp512iuOOOy6uvfbaeP755xMGReqDdu3aZbztnnvuGaecckpCWU1Ca1UZOnRo7LHHHjVa92c/+1nSDft137RYmVdffTW++OKLhLJddtmlRjNZrVn3sssuq9G6lalv+/20006Lww47LK1tpk2bFm+//XZC2UYbbRQ33XRTtTNDRXw/s9uNN96YVpvZUjH0EhE1GvzJVKq6qwuBVeaqq66qUQCsuLg4rr/++th4440Tyj///PN47bXXMmq7Oi+88EJMnz49oey6666L3XffvcZ1NG/ePH73u9/Feuutt7Zs5cqV8ec//7nK7e67776kUMoRRxwRl19+eY2+j+tq0qRJ9OjRI61tGrKSkpIYOnRowluA1/jVr35V7fazZ89OCtH85Cc/iTPPPDOtfgwZMiQpMLnm7b2VefLJJ+Prr79OKNt4443jvvvui/bt26fVfkSkHJxfI1VAuUmTJnHnnXfWKPxcVFQU119/fVIAqibB51GjRiUFAwcNGhSHHHJIte1GfP9764ILLqjRuuk45JBD4pxzzqlxHw499NCEsi+++CK+/PLLrPerPnn11VeTQtI9e/aM4cOHR/PmzavdvmPHjnH33XcnvSn21VdfzXi2W8cNAAAAoO498MADSS+Y++Mf/1jjFylGRPTo0SNuu+22hLKPPvooXnnllWq3HTx4cNK9+fHjx8ftt9+eULZ69eq48MILk8YvBw0aFAcddFCN+9oYZDKWNmnSpKSQzgUXXBA//vGPa1xHUVFRXHPNNUlhsD/84Q9p9aW+WvOCzXVVNYaWzzGJbMvXdWLlypUpvz9XXXVV/OhHP6px22u0bds2OnbsmPZ2uZZqrPHiiy+u8bMJJ5xwQpx44okJZeXl5fHggw9m1J9mzZrF7bffXqNwclFRUcrnE2rybAQAAHVLaA4AgILTokWL+MMf/hAHHHBAjdZfvnx5TJo0KUaMGBHnnXde7L333jFw4MB4/PHHY8WKFXXc27p31FFHJSx/+OGHCTf309G7d+9KZ/JLpVmzZnH44YcnlM2aNSvmzZtX5XYjR45MKrvqqqtq3G5ExHHHHRdbbrllWttkUzb3+5oZ7NKVaj9ecsklNQoBrLHPPvvU+FzKpu+++y6prG3btnXWXqqQZKo+VGebbbZJOvZVad68eVx66aVJ5amOXTZUHEzs379/2gPIEd/vr4rB0BdffLHS9WfMmBHPPfdcQlmnTp3i6quvTrvtxqCsrCzmz58f48aNi9///vfxwx/+MJ555pmk9U444YQ4+OCDq63vwQcfTAh0tW3bNi688MKM+lYxyDNlypSYOXNmpev/8Y9/TCq78cYbq3zLb6Yef/zxpJk1TzjhhNhqq61qXEfTpk1T/r55+OGHK91m9erVSQ8AdOzYMX75y1/WuN2IiJNPPrnKWc3SVVxcHBdffHFa26Saae+DDz7IVpfqpVTHdujQoWl9R3v37p30wEd5eXn89a9/Tbs/jhsAAABA3Zs/f3488cQTCWU/+9nPonfv3mnXtfPOOycFOl566aVqtysuLo5bbrklunTpklD+xz/+MeHFenfccUfSCxJ32GGHjO/xFqpMx9Iq3sPeaKONYtCgQWnX06xZs/j5z3+eUDZ69OiCGGtONYZWUlJS6fr5HJPIpnxeJ5555pmkFxLuvffecfzxx6fddkMxceLEmDx5ckLZFltskdazCRERF154YXTo0CGh7IUXXsjoxclHHHFEbLPNNjVef7PNNoutt946oazizwQAQO4JzQEAUJDat28f99xzT9x4442x0UYbpbVteXl5jB07Nq644or44Q9/GP/85z/rqJe5UXEWq7KysowfpD7mmGPSnhEq1YxbFWd0WdfKlSvjrbfeSqoj3QBccXFxXgcOsrnfDz/88GjTpk3a21V8M2aXLl1i//33T7ueim/ky4Vly5YllWUyK1VNpRrwqxi+qYnjjjsuioqK0tpmv/32S3oj5Ztvvpk0a1VtzZgxI2lg5rjjjsu4vorfpZkzZ1Y6UPnaa68lzTJ34okn1mkQsiHo27dvyv+23nrr2GOPPeLkk0+Ou+66K+bMmZO07aBBg2LYsGE1aueFF15IWD7ssMMy3vc77bRT0rmYaga8iO/flFpxtqtddtkldthhh4zars4bb7yRVPaTn/wk7Xr69+8fm2++eULZ9OnTKx1Q/eSTT5KO0eGHHx6tWrVKq93i4uIYMGBAep2twu677x4bbrhhWtuk+zu7oVuxYkW88847CWVdunSpURi1ouOPPz6aNGmSUJbqO1kdxw0AAACg7r366qtJ4xDZvF9eMeRWmS5dusQtt9yScF+pvLw8hg4dGt9880288cYbce+99yZs07Fjxxg+fHg0a9Ys4/4WokzG0pYvXx7/+c9/EsqOPvropPt8NbXffvsl1T9x4sSM6qpPKgaQIlKP462RrzGJbMvndSLVLHRnnHFGxm03BKnup5944olpP5vQvn37pNn4Vq5cmdH3JpPjve222yYsf/7552nXAQBAdjXNdwcAAKCuFBUVxVFHHRVHHHFEvP766/Gvf/0rXn311ViyZEmN6/j666/j4osvjjfffDOuvvrqtGboqiurVq2KCRMmxNSpU2P69Onx7bffRklJSZSUlCSFUipT8c10NbXrrrumvU2qt+0tXry40vU//PDDpLBSJg+vr9nummuuyWjbivK533fbbbe0t5k3b17MmDEjoeyggw7KaKBv7733jtatW0dpaWna2zYUqYJu5eXladfzgx/8IO1tiouL46CDDopHHnlkbdny5cvjww8/TBmEyFTFYEjE94ONmdpggw2Syj788MPo1atXUnmqgb8jjzwy47YbqyZNmsRee+0V55xzTuy444412iZVmLE2x724uDh69uwZixYtWls2ZcqUOProo5PWTTUAWVfHfdWqVTFp0qSEsk033TQp/FZThx56aHz00UcJZe+++24ccsghSeumeuih4sMRNbX//vvHrbfemtG2FWXyO3v99ddPut6n83dTQzNlypSkvzkOOuigaNo0/VumXbt2jZ133jnhe//ZZ5/FggULYr311qtxPY4bAAAAQN2reL+8V69e0a1bt4zrq3i/fObMmbFo0aIavQxw9913j8GDB8fvfve7tWULFy6MIUOGxNdffx2rV69eW15UVBTXX3999OzZM+O+FqpMxtLee++9pJnganP/vGPHjtGuXbuEcdApU6ZE//79M66zPlj3O7hGZS+QzOeYRLbl6zpRXl6e1Ha3bt2SZqorNO+++25SWaoxmZo47LDD4q9//WtS/YcffniN62jZsmVG47QVX4q3atWqKCkpyegFuQAAZIfQHAAABa9p06ZxwAEHxAEHHBCrVq2KDz/8MMaPHx/vv/9+fPjhh/HZZ59VG3p64oknYunSpXH77bfnptMpzJkzJ/7whz/Es88+W+lsNzVVVWitKhVnT6uJVDN4VdV+qtnYttlmm7Tbjfj+AfYuXbqknKWppurDfu/Xr1/a22RzPzZt2jT69u0bEyZMyGj7TLRs2TKpLNP9VxPrDrZV1YeqdOvWLdZff/2M2k91jCdPnpzV0FyqwaZf/vKXWas/ImLBggUpyyuGijp16pTR9aSx22CDDeL444+vcWAuIvVxv+eee+Khhx7KuB8VZ4+r7LinumbUZnC8Kp999llSsDfTa15E8ptAI74/J1MN0E6fPj2pLJPrdsT3Qb8WLVpkNNNlRZmeY23btk3Yl3V57c23irNvRtT+e7NuaK68vDw+/PDD2HPPPWtch+MGAAAAUPcq3jddsGBBrV74leqlgwsWLKhRaC4i4uyzz47x48fHmDFj1pa9//77SesNGjQoDjzwwIz7WcgyuSeb6v751VdfXatZ/CrOTFbZ/fOGJNW9xhYtWqRcN59jEtmWr+vEl19+GfPnz08oS2dcqKGaMmVKwnL37t2jS5cuGdW19dZbR3FxcULgM9V4QFV69uyZ0bUg1bMRS5YsEZoDAMgjoTkAABqVJk2axDbbbJPwQPTSpUvjvffei7fffjuef/75+PTTT1Nu+9xzz8XOO+8cAwcOzFV31xo1alTcdNNNWZs1JNMHqTt06JD2NqlmaykrK6t0/YqDABERm2yySdrtrrHppptmHJqrL/u9c+fOaW+T7f24ySab5DQ0l2oguS4DAKnqTvf7XtvvaUXz5s3LuL5UZs2alVQ2derUrLZR2UBlxe/jFltskdV2G6ott9wyqWz16tVRUlISs2bNSgp0f/HFFzF48OAYOHBgXHHFFZW+yXVdqY57xQHm2lq4cGHK8orf4aZNm0afPn2y2vYaqb57tWkr1baVfb8r/vzNmjWLrl27ZtRu06ZNo0ePHvH5559ntP26MvmdHRFJg8BV/c5u6LL9vdlss81q1EZVHDcAAACAulfxvmlpaWnW75cvXLgwNtpooxqtW1xcHDfffHMceeSR8e2336ZcZ8cdd4wLL7wwm10sKJmMpaW6f/7JJ59koztrVXb/vCH57rvvksratm2bct18jklkW76uE6le4lro42rl5eVJx7U29+rbtGkTPXr0SJj1MFf36lM9G7Fy5cqM6gIAIDuE5gAAaPRatWoVu+++e+y+++5x3nnnxeuvvx433nhjfPTRR0nr3nPPPXHsscdGq1atcta/+++/P2655Zas1pnpg9S1ebNiTaWa8SvVG9lqKtNt69N+r2zgqSqp9mMm9axRm2OQie7duyeVVTZQnA2pgpXdunVLq45sf0+zHRLMxSBiqtmxlixZkjQYlOlAU6F56qmnKv1s+fLl8fbbb8dDDz2U8HbhiIgRI0ZE8+bNY+jQodW2ka/jHpE8kN62bdsaBf0ykWrQvjbnZKrvaKo2IpKvt7W9XtbmWr2uVAOzJEr1u7Kmb/9OJdW26Z6DjhsAAABA3Vq2bFnSbGB11U46OnXqFMOHD4+f/vSnUV5envBZx44dY/jw4e4dVSGT+6r5vH/ekKR6yWOPHj1Srlso+zSf14lUYxGFPq62ZMmShFnhImo/1tK+ffuE0FxlYzyVycVzEQAA5IZ/SQMAQAX77LNP7LrrrjFkyJAYPXp0wmfz5s2LV155JX70ox/lpC/jxo1LGdxq3bp1HHjggbHzzjvHZpttFt27d4+OHTtG8+bNo0WLFkmhhL59++akv9lQUlKSVFabkGIm29a3/Z7JIGiq/di6deuM+5DLoGhE6lnbPvjggzprL1Xd6c4cl+3vaapjWBupwiG5kO3vYmPRokWL2HfffWPfffeNhx56KK677rqEzx944IHYYYcd4pBDDqmynnwd94hImqWzTZs2ddZWLq55lZ2TK1asSFiu7UBq8+bNa7U9NZftvzlSfeeyfS0HAAAAoHbSDU7k0vTp05MCcxHfv+Qvk5nUGpNMxtLyef+8oZg7d258/fXXSeW9e/dOuX6h7NN8Xicqjq1EFP64Wl2MJVa81+9ePQBA4yU0BwAAKbRs2TKGDx8eP/jBD2LBggUJn7355ps5C81df/31SWUDBgyIyy67rMYzoeTiLXjZlCpUsXTp0oxn3lm6dGna2xTCfk+1H0tLSzOuL5P9WBv9+vVLKvvkk0+itLQ06wNDpaWl8cknnySVb7311mnVU5t9lGrbbAeMWrRokVQ2adKklOXZlO3vYmN06qmnxsKFC+Puu+9OKB82bFjsuuuusd5661W6barje//998e+++6b9X5WVPG6XZcDkrm45lV2TlZ822ltf85UA+LUjcr+5shUqu9cXYZFAQAAAEhfy5Ytk8q23377eOyxx/LQm/8zZcqUlONTERHTpk2LG264IX7961/nuFeFLdX982effTb69OmTh97UTxMnTkxZnmocLyK/YxLZlM/rRKox8UIfV6uLscSK9/rdqwcAaLyK890BAACor9q2bRtHH310Uvlnn32Wk/a/+OKLpNmvDjjggLj++utrHNyKqN9vzEwl1c+2ePHijOtLd9tC2e+p+lqbIEZtjkEmdtlll2jSpElC2erVq+ONN97Ielv//e9/Y/Xq1QllTZs2jV122SWterL9Pa0YxKmtVMGqhQsXZrWNVNq2bZs081a+z4+GaPDgwbHddtsllM2fPz9uv/32KrdLddxztf87duyYsLxkyZKUb0nOhg4dOiSV1eacTPU23FRtRCRfb0tKSpJmn0tHLs5Lvpfqd2Vt3oSc6jtX8TwAAAAAIL/at2+fNCtZvu9ZL1myJH71q19VeV/xkUceieeffz6Hvap7K1euzGv7+bx/3lD897//TSrbdNNNK73vWSj7NJ/XiVT7tiHuw3S0bds2iosTH2Wu7dh0xXv9lY3xAABQ+ITmAACgChUDChGRNPNcXUkVDvrlL3+Zdj1fffVVNrqTM506dUoqq01Q8dNPP01r/ULZ79nej7kKi67Rvn372HnnnZPK//a3v2W9rVR17rzzzmnPbvj5559n3IdU+7dz584Z15fK+uuvn1T29ddfZ7WNmrY9ffr0nLRbSJo0aRJXX311FBUVJZQ//vjjVZ6f9em4l5WVxccff1wnbaW65qWaQbKmUvWzshn9unfvnrBcXl6e8c+5YMGC+PbbbzPalvTl83sDAAAAQH4UFRUl3bOZPXt2lJWV5alHEVdeeWV88cUXCWW77757UmjnyiuvzPv4U0Qk9SsiMtp/+X6BWD7vnzcEixcvjieffDKp/IADDqh0m0LZp/m8TnTp0iWpbNq0aXXebj6l2t+1uVdfWloa33zzTUKZe/UAAI2X0BwAAFQh1UxPFWe/qiuzZs1KWG7RokVsu+22adczYcKEbHUpJ7bZZpuksoozv9XUnDlzYs6cOWltUyj7PZv7saysLC+DMalmehwzZkxWB4RnzJgRr7/+elL5gAED0q5r1qxZMW/evIz6MXny5KSyrbfeOqO6KpMqBPzOO+9ktY3K7LDDDgnL8+fPz3kQsxD069cvfvzjHyeUlZWVxe9///tKt9l+++2TyvJ13CMi3n333Tppa+ONN47WrVsnlGV6zYuIeP/995PKUl1XI1KfWxMnTsyo3ffeey+j7chMqutsNr83RUVF0a9fv4zrAwAAAKBuVLxvunTp0pT36XPhkUceieeeey6hbPPNN4977703zjvvvITyxYsXx3nnnVfljHS5kOqlg0uWLEm7nopBwVzL57hJQzBy5MgoLS1NKj/yyCMr3SafYxLZlq/rRO/evZPCh/ked86FivfSZ82aFXPnzs2orsmTJ8fq1asTyrI97goAQMMhNAcAAFVIdSM21Rvy1lUxVLdq1aqM2q44o12HDh0yqqfiQFt9t+WWW0aLFi0Syl566aWM6vr3v/+d9jaFst87d+4cG2ywQULZK6+8kjRAUBNjxoxJOShW1w4//PCk823VqlXx29/+Nmtt/Pa3v006R7t27RqHHXZYRvVl8l1dvXp1vPzyywllLVq0iK222iqjPlRmr732Sip78cUXs9pGZfr3759U9tRTT9Vpm9m6Ftc3Q4YMSXqL7/PPPx8fffRRyvX79u2bNGvhuHHjcjJr6m677ZZUVlfHvUmTJkkPOHz66aeV7pfqvPDCC0llO+64Y8p1t99++6QZAP/1r39l1O7TTz+d0XYNVaoXEeTyXO3Xr1/S3xwvv/xyRn2YO3dujB8/PqFsk002iY4dO9amiwAAAADUgT333DOpLJMxpdqaPHly3HDDDQllrVu3jt/97nfRqlWrOPPMM2PfffetdpuayOY98/bt2yeVZfLCw3yHqVLN5vfqq6/GypUr89Sj+mPatGlx1113JZXvvvvu0bdv30q3y+eYxBrZ+q7n8zqx6667Jix/++238eabb9Zpm/keV0s1BpNqrKYmnn/++aSynXbaKaO6AABo+ITmAACgCm+//XZSWe/evavcpk2bNgnLmYaNWrVqlbC8aNGitANPY8eOzdubMTPVvHnz2H333RPK3nvvvbRnOisvL4/HH3887fYLab9XHEj99ttv49VXX027nsceeyxLPUpPy5Yt4+yzz04qf+211+If//hHret/+umnU+6Pc845JylEUVN/+9vf0t5m9OjRSTMc7rHHHtGsWbOM+lCZzTbbLDbeeOOEskmTJtX5IFtExAEHHJA08Dxq1KiM3jxbU9m6Ftc3G264YdJbXFevXh133HFHyvWLioriwAMPTChbunRp/OUvf6mzPq7Rp0+f2GSTTRLKxo8fX2dvRN17772TykaOHJl2PePGjYvp06cnlPXt27fS0HyHDh2SQqmZ/JxffvllXh7MyaeK52lEbs/VZs2aJYU758yZk1EAetSoUVFWVpZQliqsDAAAAED+7b///kkBkZEjR8aiRYty1ofKZo0bNmxY9OnTJyK+v7974403Rvfu3RPWeeSRR1KGQqqSzXvmFe/7Rnw/3pCOVatWZTSOl01t27ZNeunfrFmz6vylf/XdggULYsiQIbF06dKE8qKiorjooouq3DafYxJrZOu7ns/rxMEHH5xU9sc//rFO28z3uNo+++yTVDZq1Ki0x+kXL16c9GLDVGMBAAA0HkJzAAAUlFdeeSWjNxmm8uWXX6acLWz//fevcruKb1ecMWNGlJeXp91+ly5dEpaXLVsW48aNq/H2S5cujauuuirtduuDE088Mans2muvTauOxx9/PKZMmZJ224W031PtxxtvvDFpALYq//3vf5NmQculn/zkJ7HNNtsklV911VXx2muvZVzvmDFj4oorrkgq33HHHeOEE07IuN73338/rUDfypUr48Ybb0wqT3XssiFVCPHKK6+MhQsX1kl7a/To0SOOOOKIhLL58+fHsGHD6qzNbF2L66Nf/OIXSaHKf//73zF16tSU65911llJocX7778/3nvvvTrr4xpnnnlmUtmll15aJ4OtxxxzTFLgdeTIkZXul1TKyspSzmY5cODAKrc76aSTksqGDRuW9FBBVe3++te/Tuv6XAhSzeaarb/jaurkk09OKrvxxhtrfOwiImbOnBn3339/QllRUVH89Kc/rXX/AAAAAMi+Xr16Jb2cbMmSJXHZZZfl7D7yFVdckXQv7JhjjomjjjoqoaxTp05x6623Jt3jvfLKK9O6l5bNe+adO3dOCvI9//zzac1M9cgjj8SMGTMyaj+bfvGLXySV3XTTTTm/T1lfTJgwIQYMGBBffPFF0meDBg2Kbbfdtto68jkmEZH8Xc/0WObzOnHooYcmvch3zJgxdfqi02ztt0xtt912SWPC06ZNi0cffTSteoYPH5407nnooYcmzYAIAEDjITQHAEBBefXVV+PQQ/8fe3ceXlV174//k4khARQZwmAUBUTBoYraWOuIc1unUocqtY61jkV7afXW+bG0aC9axzpVLYNtnX5Va1tL1Wo1VauigMgFRePApEDCCYEk5vdHb/PlkIQMJOckJ6/X8/SPtfZea33OTs6pnJ33XkfEZZddFosWLWr1PEuXLo3zzz+/3h9Mb7XVVk3uGjJq1Kikdnl5ebz++ustrmHPPfes1zd16tSoqqpqcmxlZWVcfPHFsXjx4hav2xEccMABse222yb1vfLKK/GLX/yiWePfeOON+OlPf9qqtTPpuo8aNareU/MWL14cl112WbOeyrd48eKYNGlSe5XXLDk5OXHDDTdE7969k/rXr18fF1xwQat2nHvyySfj/PPPj3Xr1iX1b7HFFvHzn/88srM375/K1113XbN2GqytrY3//u//jvfeey+pf9ttt40DDjhgs2pozNFHHx3bb799Ut9HH30U55xzTixdurRVc65ZsybuvvvuJp+8es4559QLej355JMxefLkFt9crKmpiU8//XST57TVZ3FHVFRUFMcdd1xSX21tbfzyl79s8Pxtttkmjj/++KS+qqqqOO+881p9TWpqauKpp56KqVOnbvK8o48+ut6N3cWLF8f3vve9Vj2NdVN/RLHVVlvV+4OS6urquOiii2LZsmVNzl1bWxs/+clP6oXs+vXrF0cfffQmxx500EExZsyYpL533303zj333CgvL9/k2HXr1sV//dd/pWTXx45mhx12qNe3OYHo1jjggAPqfS5+/PHHcemll9bbOa4hq1evjvPOO6/efzMedNBB9Xb3BAAAAKDjOO+886Jbt25JfX/961/jiiuuaPXDrT766KO47rrrYsGCBZs87ze/+U38+c9/TurbYYcd4sorr2zw/D333DMuvvjipL7GdqprTFt/Z77//vsntT/55JN44IEHmjX25ZdfjhtuuKHVa7elvffeu96939WrV8dZZ53V6nvN69ati4ceeih+/etft0WJKfHee+/FtddeG6eeemp88skn9Y5/5StfiUsvvbRZc6XznkRE/e+dX3311VY/yC9dnxM5OTkNPgjzuuuuiz/+8Y8tXnPNmjVNPkCzLa9ba51++un1+qZMmRKvvvpqs8Y//PDDMWPGjKS+rKys+O53v9sW5QEA0EkJzQEAkHGqq6vj0UcfjaOOOipOOOGEmDZtWrP+WD7i37uEzZw5M4477rgGv6ieNGlSvV1sNrb77rvX67v88sujpKSkWUGl/9h1111j6NChSX2vv/56XHjhhfH55583Ou6tt96KU045pe6Pznv16tXsNTuKnJycuPbaayMrKyup/6677orLLrssVq9e3eC42tra+P3vfx9nnXVW3Zf4PXr0aNHamXbdr7rqqno3c5588sn4/ve/v8mQ1F//+tc49dRTY/ny5RHR8uvYlrbffvu4+eab672O9evXx49+9KM47bTT4q233mpynrlz58ZZZ50Vl156aVRWViYd6969e9x88831wpot8Z/PhjVr1sTpp5++yRDZsmXL4vzzz693TlZWVlx77bWbHdxrTE5OTtx8881RUFCQ1D979uw47rjjYvr06fXChA2prq6Ol156Ka644oo48MAD48Ybb4wVK1Zscszw4cPjRz/6Ub3++++/P0477bR4++23m1x32bJl8cADD8Thhx8eDz/88CbPbavP4o6qod3mZs2a1Whg88c//nG9G54rVqyI73znO3HDDTfUvdebMn/+/Jg6dWoceuihcckllzS5i1teXl5MnTq13vv3lVdeiW9+85vx9NNPNxmarKioiD/+8Y9xyimnxGWXXbbJcy+55JIoLCxM6vvggw/i5JNPjpdeeqnRcUuXLo3vf//78dhjj9U7du211zb5//05OTnx05/+tN7PpKSkJI488siYPn16fPbZZ0nHVq9eHY899lh8/etfr7vJ3adPn3oBrkw2cuTIev9/edddd8Wjjz5a73O6vWRlZcX1118fOTk5Sf2zZs2KM844o8EnKv/H7Nmz49vf/na990GfPn06zK6zAAAAADSsqKgorr322nr9v//97+OEE06IZ599tlkPfFuzZk088cQTcd5558Vhhx0W06ZN2+T37G+//Xb8/Oc/T+rLz8+Pm266aZP3Ys4+++x6QbW5c+fGz372syZrjGj778y/9a1v1eu78cYb46GHHmr0uq1bty7uuuuuOPvss2P9+vVNfu+aKpMnT46BAwcm9S1evDjGjx8fv/rVr5p8MFrEv+9Rvv766/HTn/40Dj744Ljqqqs69G51ZWVl8dJLL8Udd9wRp512Whx11FExffr0Bh8k9tWvfjXuuOOOervHbUq67klE1P9dLy8vj4kTJ7YqBJmuz4mIiPHjx8fhhx+e1Ld+/fq45JJL4sorr2zWwzAXLFgQN954Yxx44IHx7rvvbvLctrxurfX1r3+93oNFKysr45xzzolp06Y1+lm1bt26+MUvfhFXXHFFvZ/HaaedVm8HOwAAupbm/0sGAAA6odmzZ8fs2bPjuuuui6FDh8Zuu+0Ww4cPj759+0bfvn0jIiKRSMTHH38c8+fPj3/+85+NPjHtyCOPrLezT0N22223GDFiRCxcuLCub/HixXHaaadFjx49YtCgQQ3e9LrrrruS/tA/Jycnzj///Lj88suTznv22Wdj3Lhxcdhhh8Vuu+0Wffv2jYqKivj000/j73//e7z11ltJXwZfccUVDQZVOrri4uI49dRT4ze/+U1S/6OPPhp//vOf4+CDD47ddtst+vXrF4lEIt5///145pln4sMPP6w7d6eddooRI0bEE0880ex1M+26Dx8+PC655JJ6N02fe+65OPTQQ2P//fePPffcMwYMGBCVlZVRWloas2bNSgqNFhYWxhFHHNHsJ4S2h3333Tduu+22uPjii+u9R0tKSuJb3/pWDB06NA444IAYOnRoDBgwILKysmL58uXx6aefxvPPP5/0u7GhgoKCuPXWW2OfffbZrBoPPfTQWLhwYcyfPz9Wr14dkyZNijvvvDMOPfTQKCoqioKCgli+fHn861//iueff77BQMipp54axcXFm1VHU3bYYYe48cYb48ILL0y6+fnZZ5/FtddeGzfddFPstddesdtuu8VWW20VvXv3jrVr10ZZWVl8+umnMXfu3Jg3b16sWbOmxWtPmDAh3nrrrfjDH/6Q1P/Pf/4zxo8fH6NGjYp99903tt566+jbt29UV1dHWVlZLFq0KObMmRNz5sxp9s37tvos7qiGDBkS48ePj5kzZyb1//KXv4xf/epX9c4vKCiIO+64I0488cSkgGNVVVXcc8898cADD8Tuu+8eY8eOjUGDBsUWW2wRVVVVUV5eHsuXL4/58+fHnDlzmn0je0O77LJLXHnllfVuVn744Yfxgx/8IAYNGhRf/epXY4cddoi+fftGbm5ulJWVxUcffRTz5s2L119/vW4Xr7333nuTa2255ZYxZcqUOPPMM5N+vz/66KM4/fTTY8yYMXHQQQfF0KFDo3v37rF8+fJ49dVX44UXXmjwBvUpp5wShxxySLNe54477hhXXHFFXHXVVUmvc/ny5XHttdfGddddF/369Ystt9wyVq9eHZ9//nnU1NQkzXHNNdfEzJkzk3agbK8QbUeQl5cXRx99dNKTXysqKuKyyy6Ln/zkJzFo0KAoKCiodw0uuuiiGDduXJvVsccee8T5559fb7fGf/7zn/G1r30tiouLo7i4OAoLC6OmpiaWLFkSzz//fLzxxhv1bsBnZWXFNddcE0OGDGmz+gAAAABoH8cdd1wsWrQo7r777qT+d955J84999wYMmRIfPnLX44dd9wxttxyy+jRo0eUl5dHeXl5LF68OObMmRMLFiyIqqqqZq1XVlYWP/jBD+qdf/XVV8fw4cM3OTYrKyt+/vOfx3HHHRdLliyp658+fXrsvffeccQRR2xyfFt/Z77rrrvGuHHjYtasWXV9NTU1cdVVV8X06dPj0EMPjW222Sa6desWn3/+ecydOzeef/75pIeLXX755XHVVVdtsu5UKCwsjNtvvz2+853vJN2DqqioiP/5n/+JO++8M/bYY4/YfffdY+DAgdGnT5+orKyM8vLyWLZsWcybNy/mzJnT5E5eqbBs2bI45phjGjz2n5rLy8ubtUtaXl5enH322XHhhRe2+HvqdN6TOPbYY+Pmm29Oukfw3HPPxXPPPRdbbLFF9OvXr96D/gYOHFjvc+A/Uv05saGf/vSnsWjRoqT3bW1tbfz2t7+NRx99NHbffff48pe/XPd7uXbt2li5cmW8++678eabb8bixYubvVZbX7fWmjx5chxzzDFJP/uKioq47rrr4t57741DDz00hg8fHr17946VK1fG/Pnz45lnnomVK1fWm2vMmDHN3iERAIDMJTQHAECX8fHHH8fHH3/cqrHHHXdcXH/99c0+/yc/+UmceeaZ9f4YvrKystEvpxv6ovyb3/xmvPTSS/Hkk08m9VdUVMTjjz8ejz/++CbrOPfcc+PYY4/tEOGt1rj88stj1apV9UJviUQinnjiiU2G4fr37x+33npr3HrrrS1eN9Ou++mnnx4rV66sF6RZt25dPPPMM/HMM880OjY/Pz9uu+22eO6559q5yqbtv//+8bvf/S4mTpwY//u//1vv+Mcff5wUvGiOkSNHxs0339zkzejmyMvLi1tvvTVOOumkuhuA7733XoMBpoYcffTR9cKa7eXggw+O+++/PyZOnFjvhmNZWVnMmjUr6UZ3W/r5z38e/fv3j/vuu6/esXfffbfJJ122RFt9FndU5557bjzyyCNJN7efe+65eOutt2LXXXetd/7WW28dDz/8cFx88cUxe/bspGNVVVXxyiuvxCuvvNIutX7rW9+KgoKCuOyyy+oFRpcsWdLkzoEtUVxcHLfffnv84Ac/qBeynTt3bqO78W1swoQJLX5PnnjiiZGVlRVXXXVVvYBnbW1trFixosFdGbOysuLyyy+Po446ql5YvKPsXNpezjvvvHjmmWfqfRbV1NQ0+t9tje04uznOP//8qK2tjVtuuSWpv6qqKl544YV44YUXmpwjLy8vfvrTn8ZRRx3V5vUBAAAA0D5++MMfxuDBg2Py5Mn1vh/+5JNP4rHHHmuztS6//PL46KOPkvrGjx/faMhpY1tttVX84he/iNNOOy0p2PKTn/wkxowZE0VFRZsc39bfmV9zzTXx9ttvx7Jly5L6FyxYkPRwxoaceeaZcdJJJ3WI0FzEvx/+9tvf/jYuvPDCeteioqIiXnzxxXjxxRfTU1wLVFVVNWs3tk3Jzs6Ogw8+OC655JLNun+WrnsSAwcOjO9///v1vuuN+Pd3yw19v9zUboKp/JzYUK9evWLGjBlx8cUXx8svv5x0rK2vYXtct9bo169fzJgxI84666z44IMPko598sknzX7I69ixY+OOO+6oF/QDAKDrydxHVQMA0CUdc8wx8Y1vfCP69OnTJvMVFRXF7bffHj/72c8iJyen2eP22WefuPXWW6N///6bXcPkyZNj/PjxLRrTvXv3uOKKK2LixImbvX46ZWdnx89//vM4++yzIze3+c/8GDFiRMycOTO23nrrVq+dadf9kksuicsuuyx69uzZ7DGDBg2KBx54IHbZZZd2rKxlRo4cGY899lhceumlseWWW7Z6ni233DIuvfTSeOyxx9okMPcfRUVFMX369BbNmZubG2effXb87Gc/S+mOUnvttVc8+uijcfTRR7fo821jWVlZ8eUvfzn23HPPZp2fnZ0dP/rRj2Lq1KkxdOjQVq+51VZbNXleW34Wd0SDBg2KE044oV7/zTff3OiYwYMHx7Rp0+K8886L3r17b9b6w4cPjyOPPLLZ5x911FExY8aMGDt2bKvX7NevX7POO+CAA2LatGmx8847t3iNLbfcMq6++ur4yU9+0qr35AknnBC/+93vYsyYMc06v6ioKO655574zne+ExH/Dq5uaHN/Th3dgAED4oEHHmj29WpPF1xwQfzP//xPDBw4sMVjR4wYEffdd18cffTR7VAZAAAAAO3plFNO2ezvLiMievToEV/72tdiyJAh9Y498MAD9R5iuMMOO8QVV1zRojX23HPPuPjii5P6ysvL4+KLL25y97C2/s58wIABMWPGjNh2222bPSYvLy9+/OMfx6RJk9qkhra0ww47xCOPPBKnnnpqdO/efbPm2mWXXeKAAw5oo8pSY8SIEXHeeefFn/70p7jtttva5P5Zuu5JnHfeeTFx4sTIy8vbrDU3lIrPiYZsscUWcc8998SFF14YBQUFrVqze/fuzXpAX3tct9bYZptt4qGHHoojjzwysrKyWjQ2Ly8vJkyYEL/+9a9jiy22aKcKAQDoTOw0BwBARhk7dmyMHTs2qqqq4rXXXotXX301/vWvf8Vbb71Vb7eZxvTv3z/22Wef+MY3vhH77rtvi8JaGzr44INj3333jb/97W/x4osvxoIFC+LTTz+NRCIRa9eujdra2mbN061bt7j++uvjsMMOizvvvDNef/31Rs/t3bt3HHXUUXH22Wc3+TTJziInJyd++MMfxte//vW47bbb4vnnn49169Y1eO7QoUPjlFNOiQkTJmz2U+My8bp/97vfjXHjxsVtt90WzzzzTKxZs6bB8/r16xcnnHBCnHXWWR1yh6O8vLw455xzYsKECfHUU0/FH//4x/jXv/5Vb/eqjXXv3j322GOP+NrXvhZf+9rXIj8/v13qGzZsWDz++OPx4IMPxvTp0+OTTz5ptJ4DDjggzj///Nhxxx3bpZamDBw4MG644Ya46KKL4je/+U28+OKLsWjRoibHFRQUxN577x377LNPHHLIIa0Kvx111FFx6KGHxqOPPhpPPvlkvPHGG03u8jZq1Kg48MAD4/jjj49hw4Y1a522+izuqL73ve/F73//+6TPxRdffDFef/312GOPPRoc061bt7j44ovjjDPOiJkzZ8bf/va3ePvtt5OeTNyQvLy82GWXXeIrX/lKHHjgga0K1I4ZMyZmzJgRL7zwQvz2t7+NkpKSJp9EOnjw4Nhvv/3i6KOPjr322qtFaz388MPx9NNPx+9///t47bXXNvlHIyNGjIjDDz88Tj/99M2+eb/LLrvEww8/HK+88kr8+c9/jjfeeCOWL18eq1atiu7du8fgwYNjzJgxMW7cuDjkkEOSgqsb70TXFW7qDh8+PB555JF47bXX4plnnon58+fHBx98EGvWrIm1a9fWe/J1e/ra174W48aNi2nTpsVTTz0V77zzTqOfE7m5ubHbbrvFcccdF8cff/xmBZABAAAASK9dd901ZsyYEa+99lo89NBD8c9//rPeDmoNGThwYOyzzz7xla98JcaNG9fgd4tvvfVW3HDDDUl9+fn5cdNNN0WPHj1aXOvZZ58dr776avz973+v65s7d2787Gc/iyuvvHKTY9v6O/OioqL4wx/+EA888ED85je/ieXLlzd4Xl5eXhx66KFx/vnnx4gRI1q0Rir16tUrrrjiivj+978f06ZNi+effz7mz58fX3zxxSbH9ejRI3bfffe634O2fGBjW8jOzo68vLzo3r17bLHFFtGvX78YPHhwbLfddjFq1KgYO3ZsDBgwoF3WTsc9iezs7Dj33HPjhBNOiKeffjpee+21WLhwYSxfvjwqKioavdfclPb8nNiU3NzcuOCCC+KUU06JBx98MGbNmhULFizY5Ps1Ly8vdt999xg3blwce+yxzXoYaXtdt9bYaqut4qabboq333477rvvvvjHP/7R4G53/zFgwIA46KCD4uyzz45tttkmZXUCANDxZdV29r8OAwCAZqitrY2lS5fG4sWL49NPP401a9ZEIpGIrKys6NWrVxQUFMSAAQNi1KhRHX5HohUrVsTrr78ey5Yti7KysujWrVv0798/tt9++xg9enSrQ36dxZo1a+L111+PpUuXxmeffRa5ubkxcODA2GmnnWLkyJHttm6mXff169fHv/71r/jkk09ixYoVkZWVFf37949Ro0bFTjvtlNIdz9pCVVVVLFiwID744IO6GzcRET179owBAwbENttsE6NGjdrsMGVrLFiwIObPnx/Lli2L6urq6NevXxQWFsYee+yxWaHEAw44IJYsWVLXHj9+fFx//fWbXe+KFSti7ty5sXLlyli1alVUVFREfn5+FBQURGFhYWy//fYxdOjQFj/ZsSkVFRUxe/bsWL58eaxcuTISiUTk5+dH7969Y9ttt43hw4dH375923RN/p+Kiop4++2364JdZWVl0b179ygoKIh+/frFdtttF9tuu22bP120pqYm5s6dGx999FGsXLmy7vO1oKAghg4dGsOHD2/201ab8p/fsWXLlsXnn38eVVVV0bdv39hqq61i9OjRMXjw4DZZZ3MsXrw4Dj/88KS+66+/vsU7n9J2VqxYEW+//XZ89tln8fnnn0dOTk5stdVW0b9///jSl76U8TsBAgAAAHRl77//fixatChWrVoVq1atiurq6igoKIhevXrF1ltvHdtvv33069cv3WV2KPPnz4/58+fHqlWrYu3atdG7d+/Ybrvt4ktf+lKrd8lKt9WrV8ecOXPis88+i1WrVsWaNWuiZ8+edfeXt9tuuygqKvJQrRZI1z2J9pCuz4nly5fHvHnz4rPPPouVK1dGVVVV5OfnR9++fWO77baL4cOHR8+ePdt83XSpqamJOXPmxMcffxyff/55rFmzJnr37h39+vWLYcOGpe0BpQAAdHxCcwAAANAJffnLX45Vq1bVtU877bS4/PLL01cQsNnuv//+mDx5clLfE088ETvssEOaKgIAAAAAAAAAgM6pc20dAAAAAMT69eujrKwsqc9uR9C5rV+/Ph588MGkvr59+8aIESPSVBEAAAAAAAAAAHReQnMAAADQybz33nvxxRdfJPVtv/32aaoGaAuTJ0+Ojz/+OKlv/PjxkZ3t6zsAAAAAAAAAAGip3HQXAAAAALTMU089Va9vp512SkMlwIb+9re/RXV1dYwbNy5ycnKaNWb9+vVx/fXXx0MPPZTUn5ubGyeddFJ7lAkAAAAAAAAAABlPaA4AAAA6ibVr18bvfve7+PWvf53Uv8MOO9hpDjqAhQsXxi9+8YsYNGhQHHroobH//vvH6NGjo3///knnffHFF7FgwYL4+9//HtOnT48lS5bUm+uCCy6IrbfeOlWlAwAAAAAAAABARhGaAwAAgA5s5syZ8dBDD0VFRUV88sknUV1dXe+cCRMmpKEyoDFLliyJ3/zmN/Gb3/wmIiL69OkTW2yxRfTo0SPWrFkTK1eujMrKykbH77vvvvG9730vVeUCAAAAAAAAAEDGEZqjw1m1alW8+eab8eGHH0YikYhu3brFwIEDY/To0TF8+PB2WTORSMSbb74ZixcvjrKyssjNzY3+/fvHqFGjYqeddoqsrKx2WRcAAKApK1asiPnz5zd6/Ctf+Up861vfSmFFQEuVlZVFWVlZs8795je/GVdffXVkZ2e3c1UAAAAAAAAAAJC5hOaoZ+XKlTFnzpx4++2346233oo5c+bE8uXLk8654IIL4sILL2zTdV977bW4884746WXXoqampoGz9l2223j1FNPjZNPPjny8vI2e81333037rjjjvjrX/8aVVVVDZ4zcODAOPHEE+OMM86I/Pz8zV4TAACgrXz961+P66+/3oM+oIPYaaedYsSIEbFw4cIWj911113j3HPPjXHjxrVDZQAAAAAAAAAA0LVk1dbW1qa7CNLv17/+dV1IrrS0tMnz2zI0V1VVFZMnT47p06c3e8wOO+wQt9xySwwbNqxVa9bW1sYdd9wRt912W1RXVzdrzJAhQ+Lmm2+OXXfdtVVrAgAAtMYtt9wSt956a+Tl5UXv3r1j8ODBseeee8YxxxwTY8aMSXd5QAMWL14cr776asyePTs++OCD+Pjjj6OsrCwqKysjImKLLbaILbbYIrbZZpsYO3ZsfPnLX/Z9AwAAAAAAAAAAtCGhOSIiYtSoUS06v61Cc9XV1XHRRRfFrFmzWjx2q622imnTpsXw4cNbPPaaa66JGTNmtHhcjx494p577om99tqrxWMBAAAAAAAAAAAAAACA9peb7gLo2n7xi1/UC8z17ds3Tj311DjkkENi8ODBsWrVqpgzZ07cf//98dZbb9Wd9/nnn8e5554bjz32WPTq1avZa06fPr1eYC4/Pz9OOumkOPLII6OoqCgSiUQsWLAgpk2bFv/4xz/qzqusrIwLLrggHn/88Rg8eHArXzUAAAAAAAAAAAAAAADQXuw0R0TU32kuPz8/dt5559h5551jl112iYkTJyYdb4ud5ubPnx/HHntsbPgrOHLkyLj33nujsLCw3vm1tbUxefLkeOCBB5L6zzjjjPjRj37UrDVXrFgRhxxySKxdu7aur7CwMO69994YOXJkg2Puu+++mDJlSlKdhx9+ePzyl79s1poAAAAAAAAAAAAAAABA6thpjoiI2HXXXWOXXXap+9/2228f2dnZdcc3Ds21hZtuuikpiFZQUBB33313g4G5iIisrKy4/PLL46OPPkranW7GjBnx3e9+t9FxG7rzzjuTAnM5OTlx++23NxqYi/h3KO/TTz+NBx98sK7vL3/5S8ydOzfGjBnT5JoAAAAAAAAAAAAAAABA6mQ3fQpdwe9///u4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5pln4uKLL46ampqk/n333TcOOeSQ2H333aNfv36Rn58f5eXlUVpaGvPmzYsXXngh/vnPf0ZVVVWz15o+fXq9wFx+fn6cdNJJceSRR0ZRUVEkEolYsGBBTJs2Lf7xj3/UnVdZWRkXXHBBPP744zF48ODNe9EAANCGNvwit7Ki8S90ExXVUZPtC18AAAAAAACArqq1u2tFeDArAACdi9AcabVo0aL44Q9/mBSY23777ePaa69tcEe3Xr16xeDBg2PvvfeO7373u7F69ep45JFHok+fPk2utWLFirjhhhuS+goLC+Pee++NkSNH1vX17ds3tt566zj44IPjvvvuiylTpkRtbW1ERKxatSomT54cv/zlL1v7kgEAAAAAAAAAAADSwu5aAAB0FdnpLoCuq7a2Nn7yk59EZWVlXd+oUaNixowZDQbmGrLFFlvEGWecEdtvv32T5955552xdu3aunZOTk7cfvvtSYG5jZ1xxhkxYcKEpL6//OUvMXfu3GbVBwAAAAAAAAAAAAAAAKSW0BxpM3PmzHj99dfr2gUFBXH33XdH375923ytFStWxEMPPZTUd8opp8TOO+/c5NiJEyfGwIED69q1tbVx++23t3mNAAAAAAAAAAAAAAAAwObLTXcBdE1ffPFF3H333Ul9F154YRQWFrbLerNmzYqqqqq6dlZWVnznO99p1tj8/Pz45je/GXfccUdd39///vdIJBJRUFDQ5rUCAAAAAAAAAAAAkLkmTpkXZYnqFo/rU5AbUyeNboeKAAAyj9AcafHCCy/EJ598UtfOz8+PE088sd3WmzVrVlJ77NixUVRU1Ozxxx9/fFJobv369fHiiy/G4Ycf3mY1AgAAAB1Lj16Fse/JT6S7DAAAAAAAADJMWaI6ylsRmgMAoPmE5kiLhx9+OKl98MEHR35+frustX79+nj55ZeT+vbee+8WzbHNNtvEoEGDYsmSJXV9zz33nNAcAAAAAAAAAAAAAJBx7IgIQGcnNEfK1dbWxksvvZTUt88++7TbeosXL47169cn9e2xxx4tnmePPfaIP/7xj3XtBQsWbHZtAAAAAAAAAAAAAAAdjR0RAejshOZIuffeey/WrFmT1Ddq1KikdllZWbzyyivx/vvvRyKRiD59+sRWW20VO+20U71zm7PexoYPH97iujce8/7777d4DgCgbW38NKOK8qWNnjtp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Dw0NxXXXXRdf+cpXolQq7fXaF154Ia699tr4zne+E6tXr463vOUtFe0JedfUOjMWL1uXdhsAAAAAAAAAAAAAAABRn3YDTD6PP/54/OIXvxhXYG5nxWIxPvnJT8aqVasqWn/FFVfE6tWrRw3M7ey5556L888/Px5++OGK9gQAAAAAAAAAAAAAAACS4UlzTAiHH354/PVf/3UsWrQo5s2bF9OnT4/Xve51sXnz5li/fn3ccccd8dhjj5Wtuf3222P69OnxsY99bMz73HLLLXHrrbeWzTU3N8e5554bp556asydOzeKxWI88cQTsXbt2viv//qv4eu2bdsWl1xySXzve9+LQw45ZJ9+v8D4eZodAAAAAAAAAAAAAAAwFkJzpKZQKMRpp50W73//+2PRokV7vGbq1KlxxBFHxFlnnRX/8R//EVdeeWUMDg4Ov/7Vr341Tj311Hjzm9886n5btmyJa665pmxu5syZceONN5atP/DAA+PQQw+Nd77znfH1r389Ojs7Y2hoKCIiXn755bjqqqviy1/+ciW/ZQAAAAAAAAAAAAAAAKDG6tNugMmnvr4+3vOe98QPfvCDuOaaa0YMzO3qnHPOicsvv7xsrlQqxVe+8pUxrb/++utj69atw+OGhoZYs2bNXgN3y5cvj/PPP79s7sc//nH8+te/HtOeAAAAAAAAAAAAAAAAQLKE5kjc+973vvjCF74Qhx9++LjXnnXWWbuF7O67777Yvn37Xtdt2bIlbr/99rK5D3zgA3HMMceMumd7e3scfPDBw+OhoaFYs2bNOLoGAAAAAAAAAAAAAAAAkiI0R+IaGhr2af173/vesnGxWIyNGzfudc0999wTg4ODw+O6urr44Ac/OKb9mpub46yzziqbu++++6JYLI6tYQAAAAAAAAAAAAAAACAxhbQbgPGaP3/+bnObN2/e65p77rmnbHzsscfG3Llzx7znmWeeGdddd93wePv27XH//ffHu971rjHXAAAAAAAAALKlvbM7+oqlca+b1lKIro62GnQEAAAAAACMhdAcmdPU1LTb3NatW0e8fvv27fHAAw+UzS1atGhcex522GExa9aseP7554fnfvaznwnNAQAAAAAAQI71FUvRX0FoDgAAAAAASFd92g3AeD333HO7zb3+9a8f8fpnnnkmtm/fXjb3tre9bdz77rrmiSeeGHcNAAAA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IiIi7StVqtSXXgWNMNMhIiIiIiIiIiIiIqIfgb4yHf5ojn4IJUqUwMOHD2V/v3jxQlSdz59XokQJjdZLH/LmzYuGDRt+6dUgIiIiIiIiIiIiIiKiXDDTISIiIiIiIiIiIiIi0p6v+xZZRFpSuXJlub+fP38uqs7nz6tSpYrodSIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIi7eOP5uiH8PmP2168eIHk5GTBdR49eiT3908//aTRehERERERERERERERERERERERERERERERERGRdvFHc/RDqFGjhtzfaWlpuH79uqAaT58+RXx8fK51iYiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiOjL4o/m6IdQr149FCxYUO6xixcvCqrx+fwGBgZo3ry5xutGRERERERERERERERERERERERERERERERERNrDH83RD8HIyAgtW7aUe2zPnj2QSqVq19i9e7fc3/Xq1YOZmZk2Vo+IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiItIQ/mqMfRqdOneT+jo6OxrFjx9R6bmRkJC5duiT3WMeOHbW2bkRERERERERERERERERERERERERERERERESkHRKpkFttEX3DpFIpbG1tcefOHdljZcuWxb59+5A/f36lz0tPT0efPn1w48YN2WPm5uY4fPgw8uXLp9N1JiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiJheKc5+mFIJBK4urrKPfbs2TOMGjUKSUlJCp+TkpKCSZMmyf1gDgBGjhzJH8wRERERERERERERERERERERERERERERERERfYV4pzn64YwdOxZ//fWX3GNly5bFkCFDYGVlhRIlSuDly5e4cuUK/P39cf/+fbl5f/nlFwQGBsLQ0FCfq01EREREREREREREREREREREREREREREREREauCP5uiHk5SUhCFDhuD69euCn1uhQgUEBQWhRIkSOlgzIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiItKUwZdeASJ9K1CgAPz9/dGuXTtBz2vYsCGCg4P5gzkiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiKirxjvNEc/tKNHj2L9+vX4999/lc5To0YNDBkyBN27d4dEItHj2hERERERERERERERERERERERERERERERERGRUPzRHBGA2NhYXLt2Dc+ePUNycjJMTExQunRp1K5dG+XLl//Sq0dEREREREREREREREREREREREREREREREREauKP5oiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiI6Lth8KVXgIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiISFv4ozkiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIvpu8EdzRERERERERERERERERERERERERERERERERET03eCP5oiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiI6LvBH80REREREREREREREREREREREREREREREREREdF3gz+aIyIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiKi7wZ/NEdERERERERERERERERERERERERERERERERERN8N/miOiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIi+G/zRHBERERERERERERERERERERERERERERERERERfTf4ozkiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIvpu8EdzRERERERERERERERERERERERERERERERERET03eCP5oiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiI6LvBH80REREREREREREREREREREREREREREREREREdF3gz+aIyIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiKi7wZ/NEdERERERERERERERERERERERERERERERERERN8N/miOiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIi+G/zRHBERERERERERERERERERERERERERERERERERfTf4ozkiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIvpu8EdzRERERERERERERERERERERERERERERERERET03eCP5oiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiI6LvBH80REREREREREREREREREREREREREREREREREdF3gz+aIyIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiKi7wZ/NEdE9JmUlBQkJyd/6dWgb8CHDx/Qs2dPBAcHf+lVIaIfXGpqKiIjI/HixYsvvSpEaouLi0NkZCSPu4iISOdevXqF69ev4/r163j16pVWaycnJ+Px48eIjIzE48ePdb5f+/jxI44ePYqXL19qta4uXyNSj1QqxatXr/Dq1StIpdIvvTqkY1KpFElJSUhPT//S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WLFiRYUFc1FRUXr44YfVr18/RUdH2/WXlJRo69atev311/X111/b9b/66qu68847dfvtt1d4/f99K+J9991nN6eeeOIJjR07tiofp0KvvfaawyLD8PBwjRgxQg888IBiYmIqPL+srEyHDx/WV199pTVr1mjLli0qKSmpUUwAAAAAAAAAAAAwFkVzAAAAAAAAAAAAXqBt27YO20tLS7Vv374K+6/w8/PTL3/5Sz3yyCPq2LFjla/boEEDjR49WomJiXr55Ze1ZMmScv1Wq1UzZ860a/cEN998s37zm9/owQcfrPKb4YKDg9WzZ0/17NlTq1at0h//+EcVFBSUO+aDDz7Q6NGjr1l49XMffvihbDabXfsLL7ygIUOGVGmMG264QT169FCPHj1UVlamVatWaeHChVU6V7r8lrxnnnnGYd+gQYM0ZcoU1alTp8LzAwMDddddd+muu+7S3/72N73yyivlPlNJSYkmTJigjz76qFoFnEYrLS3Vxx9/bNceHR2tBQsWqGnTppWO4e/vrxYtWqhFixYaPny48vLytHjxYt4+BwAAAAAAAAAA4EEcb5EJAAAAAAAAAACAWuWmm25SRESEw76jR49Wev7bb7+tN954o1oFcz8XGhqqqVOnauTIkXZ9O3fu1O7du50a11UGDRqkTz/9VMOHD69ywdz/6tWrl958802FhISUa7fZbFq8eHGVx1m3bp1d28CBA6tcMPe//P391bdv32oVKk6dOlXFxcV27b/73e+UlpZ2zYK5/5WSkqJnn33Wrv3QoUP66KOPqjyOK+zYsUPnzp2za3/ppZeqVDDnSGRkpMaOHauJEyfWNDwAAAAAAAAAAAAYhKI5AAAAAAAAAAAAL9GoUSOH7cePH6/03OjoaENimDRpkpo3b27XvmzZMkPGN0rDhg3l7+9f43E6dOigRx55xK79ww8/1KVLlyo9v6ysTD/++KNd+8CBA2scW1VlZWVp/fr1du0PPPCAHn/8cafGTEpKUu/eve3aFy1a5NR4Rvnhhx/s2ho0aKCuXbuaEA0AAAAAAAAAAABchaI5AAAAAAAAAAAAL1G/fn2H7adPn3ZbDIGBgRo9erRd+/bt290Wg7v95je/UVBQULm24uJiffvtt5Wem5eXJ6vVatd+0003GRZfZd555x27tvDwcE2ePLlG4/7+97+Xn1/5dOR3332nbdu21WjcmnD034I7f9YAAAAAAAAAAABwD4rmAAAAAAAAAAAAvERYWJjD9osXL7o1jnvvvdeu7dChQyosLHRrHO4SGhqqTp062bXv2rWr0nMDAgIctufl5dU4rqrIz8/X2rVr7dqHDRumyMjIGo3dvHlzdevWza79q6++qtG4NeHo5+2unzUAAAAAAAAAAADch6I5AAAAAAAAAAAALxEcHOyw/cKFC26No0GDBgoJCSnXZrValZOT49Y43KlJkyZ2bXv27Kn0vHr16ikwMNCu/cMPPzQkrsp8+eWXKikpsWu///77DRm/S5cudm1ff/21IWM7w1Eh4JEjR7z6TYgAAAAAAAAAAAC+iKI5AAAAAAAAAAAAL2G1Wh22WywWN0ciXX/99XZtP/30k9vjcBdnP6+fn5/atGlj1/7+++/rr3/9q8rKygyJryLbtm2za7vuuuvUunVrQ8a//fbb7dqys7Nls9kMGb+62rdv77B93Lhxys7OdnM0AAAAAAAAAAAAcJUAswMAAAAAAAAAAACAMRy9MUyq+A10lTl9+rQ2bdqkffv2ad++fTp69KiKiopUVFSk4uLiCov0KlJQUOBUHO5SWlqqrVu36ptvvtG+fft08OBBnTt37upnrujnW5Gqft7evXtrx44ddu2vvvqqPv74Yw0fPlx9+/ZVVFRUta5fFXv37rVri4mJMWx8R8WEhYWFKiwsVEREhGHXqaqmTZvqF7/4hfbt21eu/dSpUxo2bJh69uyphx56SF27dlVQUJDb4wMAAAAAAAAAAIAxKJoDAAAAAAAAAADwEoWFhQ7bQ0JCqjXOp59+qmXLlmnz5s0qLS01IjRJUn5+vmFjGenQoUP6+9//rszMTJ05c8awcav6eYcMGaK//e1vOnXqlF3fwYMH9eKLL2ratGlq27at7rzzTnXq1Ent2rUzpOjs+++/t2s7ceKEnn766RqPLUlFRUUO28+dO2dK0ZwkjR07Vk888YRdu9Vq1WeffabPPvtMERER6tq1qzp37qyOHTvq1ltvlb+/vwnRAgAAAAAAAAAAwBkUzQEAAAAAAAAAAHgJR0VXkqr8hrIDBw7o+eef15YtW4wM66qLFy+6ZFxnXbx4UXPnztVbb71V7bfIVcWFCxeqdFxoaKhmzZqlhx9+uMI4rFardu7cqZ07d2revHmyWCy69dZbdeedd6pr167q1q1btd8oeOnSJYdFgkePHtXRo0erNVZ1mVlAGR8fr6SkJC1evLjCYwoKCrRq1SqtWrVK0uXfUYcOHXTnnXfq7rvv1m233eaucAEAAAAAAAAAAOAEiuYAAAAAAAAAAAC8xLFjxxy2N2jQoNJzv/76a6WkpFT4tjoj2Gw2l41dXcXFxfrtb3+rrVu3mh2KJCkuLk7vvPOOfve731VY/PhzNptN+/bt0759+/TOO+8oIiJCffr0UVJSUpULulz5u/bka0vSs88+q7p162revHlVmpfFxcX68ssv9eWXX+qVV15Ry5YtNXDgQCUmJpr2xjwAAAAAAAAAAABUjKI5AAAAAAAAAAAAL5Cbm1thIVKTJk2uee6+ffs0evRoFRUVXfO4kJAQNWjQQA0aNFBYWJiCg4MVHBwsPz8/u2M//fRTFRcXV/0DuJHVatVjjz1WacGcv7+/brjhBjVs2FCRkZEKCgpSUFCQAgMD7Y7du3evvv322xrFFRcXp8zMTL355pv6xz/+Ua2fX0FBgZYtW6b3339fffr00f/93/+pfv361zzHzDf/mV1AabFYNG7cOMXHx2vmzJn68ssvq3X+/v379Ze//EVvvfWWHnvsMT388MOyWCwuihYAAAAAAAAAAADVRdEcAAAAAAAAAACAF8jOznbYHhgYqFtuueWa5z7//PMVFsx17txZDzzwgDp06KCYmJgqx7N161aPLZp7//339dVXXznsa9CggR566CHdeeedatOmjUJCQqo05uuvv17jojlJioiI0Pjx4/XYY4/p008/1WeffaZt27YpPz+/SufbbDZlZmZq+/btev3119W+ffsKj3VU7OhrWrdurbfeektHjhzR8uXL9cUXXygnJ0dlZWVVOv/s2bNKS0vTxo0b9dprr6lOnToujhgAAAAAAAAAAABVQdEcAAAAAAAAAACAF9i8ebPD9ltvvVVBQUEVnrd69WplZWXZtd9www2aOXOm7rzzTqfiqeytdWYpKSlRenq6w75HHnlE48aNU0BA9VNoRhcIhoaGKiEhQQkJCbJarcrJydH27du1Y8cObd++XadPn77m+adOndKYMWO0dOlSNW3atMJrONK3b1+9+uqrNf0ItUqTJk305JNP6sknn1RhYaGysrK0Y8cObdu2Tbt379alS5euef4XX3yhCRMmaPbs2bxxDgAAAAAAAAAAwANQNAcA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6tWaM2eOjh8/frU9ICBA3bp10xdffFHu+OjoaK1du/aan/GDDz7Q5MmTr37v5+enjh07Kj4+XnfccYdatWrl8Gd/xZ49e7R06VL985//dPj2weHDh+u55567ZgxXfPbZZ3ryySdltVod9t97770aNmyYOnXq5PAtgFecPXtWe/fu1fbt27Vq1Sq7N8NVp7iyf//++s9//uOwr1GjRmrZsqXq1q2rwMBAu/64uDg99NBD5dqSk5O1devWq9/XrVtXPXv21L333qs2bdro5ptvrjCW8+fPa8OGDXrrrbe0c+dOu34/Pz+9++67uuOOO6r24QAAAAAAAAAAAOAyFM0BAAAAAAAAAAAYqKKiOVe55ZZbNGXKFHXu3NnpMV588UUtWrSowv6QkBDFxsaqfv368vf31+nTp3XkyBH9+OOPdseGh4dr6dKleuSRR5Sbm1uur7pFcyUlJfp//+//Of0GuzVr1qhx48Z27dnZ2Ro+fLjDQsErWrRooWbNmiksLEz5+fk6efKkvvvuO5WVldkdO27cOJWWlmr27Nnl2p0pmvtfgYGBatasma6//npdd911CgkJ0YULF/TTTz/p4MGDOnv2bIXnNm7cWB9//LHDN8hVZNmyZZoyZUqFhXPS5eKwmJgYRUVFqV69egoICFB+fr4KCgp04sQJHTt27JrXqM7v85NPPtHvf//7Kh//cwkJCXr55ZfLtf1v0dz/qlevnpo0aaJ69eqpXr16slgsKioqUm5urg4dOuSwMPGK0aNHa9KkSU7FCgAAAAAAAAAAAGNVb6tRAAAAAAAAAAAAeITbb79do0ePVu/eveXv71+jsSZNmqScnBxlZWU57L9w4YJ27NhR6TghISGaPXu2YmJiahTPFYGBgUpPT9eIESOUl5dnyJiS1K5dO/3xj3/U1KlTKzzm4MGDOnjwYKVjDR06VI899phef/11w+L7uZKSkgrftHYtTZs21dtvv12tgjlJeuihh3Tdddfp6aefVmFhocNjrFar/vOf/zgVV3Xdf//9ysrK0j/+8Q+XX0uSzp07p927d1f7vKFDh2rChAkuiAgAAAAAAAAAAADO8DM7AAAAAAAAAAAAAFQuICBAbdq00RNPPKEVK1bon//8p+6///4aF8xJUlBQkP7617/q3nvvdXqMBg0aaNGiReratWuN4/m5mJgYffTRR4qPjzfks16R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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import math\n", + "\n", + "from tqdm import tqdm\n", + "\n", + "if \"imagenet\" in dataset_types:\n", + " dataset_types.remove(\"imagenet\")\n", + " dataset_types.insert(0, \"imagenet\")\n", + "\n", + "sns.set(font_scale=1.0)\n", + "sns.set_style(\"whitegrid\")\n", + "num_col_row = int(math.sqrt(len(dataset_types)))\n", + "fig, axs = plt.subplots(\n", + " len(dataset_types) // 2,\n", + " 2,\n", + " sharex=True,\n", + " sharey=True,\n", + " figsize=(12, 30),\n", + " dpi=300,\n", + ")\n", + "\n", + "for i, (dataset_type, ax) in tqdm(enumerate(zip(dataset_types, list(axs.flat)))):\n", + "\n", + " if i == 0:\n", + " order = list(df_mean[dataset_type].sort_values().index)\n", + "\n", + " plot_barplot(\n", + " df_mean[dataset_type] * 100,\n", + " df_sem[dataset_type] * 100,\n", + " ax,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " ax.set_xticks(ax.get_xticks(), order, rotation=90, ha=\"right\")\n", + " ax.tick_params(axis=\"x\", which=\"major\", labelsize=4)\n", + " ax.title.set_text(dataset_type.title().replace(\"_\", \" \"))\n", + "\n", + "fig.supxlabel(\"Datasets\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "18" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "len(dataset_types)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/x_axis_group_curated.ipynb b/figures/x_axis_group_curated.ipynb new file mode 100644 index 0000000..80e9db4 --- /dev/null +++ b/figures/x_axis_group_curated.ipynb @@ -0,0 +1,6425 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-07 00:39:44.890534: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-07 00:39:44.893981: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-07 00:39:44.931972: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-07 00:39:44.932003: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-07 00:39:44.933386: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-07 00:39:44.940784: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-07 00:39:46.648057: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "from eval_vlm.common_utils import get_dataset_mappings\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "dataset_mappings = get_dataset_mappings(\"curated\")\n", + "results[\"curated\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"curated\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"curated\", \"model_name\"])\n", + " .correctness.mean()\n", + ")\n", + "df_sem = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"curated\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"curated\", \"model_name\"])\n", + " .correctness.sem()\n", + ")\n", + "\n", + "dataset_types = df_mean.reset_index().curated.unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_1105429/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n" + ] + }, + { + "data": { + "image/png": "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yjonJyf+x//4H3H22WdHfn7+ds/W19fH66+/Hn/5y1/i5ZdfblW/K6+8sklobu+9947LLrssvvKVr0RWVlaz52pqauLOO++M66+/vvHLeA0NDTFlypR46KGHYsCAAa3qDwAAAAAA0JUJzgEAAAAAAABd1n333deqsNwXDR48OP7whz/E8OHD44YbbmisP/fcc7F8+fIYMWJEe48Z7733XnzwwQcptQsvvDB+9KMftep8Tk5OHHrooXHooYfG5s2bd7j/P//zP2POnDkptaOPPjquueaaHYb0CgoK4vzzz4+xY8fGBRdc0BieW79+fdx8881xxRVXtGpmAAAAAACArkxwDgAAAAAAAGhXZWVlceKJJ7bp7P/+3/879t9//8Z1uqG5L/rpT38azz77bLz11lsR8V9fVbvvvvtiypQpbb6zJeXl5U1q3//+99t0V/fu3bf7e0NDQ9x4440ptTFjxsS1114beXl5re5zxBFHxE9/+tO49tprG2sPPPBATJ48Ofr06ZPWzAAAAAAAAF2N4BwAAAAAAADQrqqrq+Pdd99t89n2kpWVFSeeeGJjcC4iYsGCBe12/xdVVVU1qfXu3btDej377LPx3nvvpdR+9atfpRWa+7sf/vCHMX369Mb5P//88/jrX/8aJ510UrvMCgAAAAAAkCnZmR4AAAAAAAAAoKPstddeKetFixZFbW1tu/fp1atXk9rf/va3du8TEfH444+nrIcNGxaHHXZYm+4qKCiIL3/5yym1V199tc2zAQAAAAAAdBW+OAcAAAAAAADsMqqqqmL+/PmxePHiWLp0aVRWVsamTZti8+bNsXXr1ib7t/2C3ZYtW+LTTz+NAQMGtOtc+++/f2RnZ6fM8Otf/zpuvvnmGDVqVLv22jbYdvDBB+/UfUOGDElZv/322zt1HwAAAAAAQFcgOAcAAAAAAAC0q8MOOyzuuuuudr2zrKwsZsyYEU8//XTU1NTs1F0bNmxo9+Bcr1694qijjoqnnnqqsbZy5co48cQTY+LEifEP//APccQRR0RxcfFO9amoqIhVq1al1J5//vk48cQT23zn2rVrU9br1q1r810AAAAAAABdheAcAAAAAAAA0GXV1tbG1KlT45577mn2i3JtsXHjxna5Z1uXXnppzJ8/PyorKxtr9fX18cQTT8QTTzwROTk5se+++8bBBx8c++23X4wfPz4GDx6cVo+KioomtbVr1zYJv+2ML84PAAAAAACwqxKcAwAAAAAAALqk2tra+PnPfx5z585t13vr6ura9b6/Gzp0aNx+++0xefLkWLlyZZPf6+vro6ysLMrKyhprgwcPjmOOOSa+853vxLhx43bYozO+Bvf55593eA8AAAAAAICOJjgHAAAAAAAAdEnTp09vNjRXUlISEydOjIMPPjiGDh0aAwYMiKKioujWrVvk5+en7H3llVfi7LPP7qyRY+zYsfHwww/HrFmz4u67746PP/54u/tXrVoVt99+e9x+++1x+OGHx6WXXhr77rtvi/s3bNjQ3iMDAAAAAAAkkuAcAAAAAAAA0OV8+umnccstt6TUcnNz43/+z/8ZZ555ZuTmtu6POmtqajpivO3q3r17/PjHP44f/ehHMX/+/HjxxRdj/vz58dZbb213npdffjm+//3vx1VXXRUnnXRSs3sKCgqa1H784x/HJZdc0m7zAwAAAAAAJIHgHAAAAAAAANDlPP3007F58+aU2iWXXBLnnHNOWvesX7++HadKT1ZWVowfPz7Gjx8fERF1dXXxzjvvxN/+9rd46aWX4pVXXmkSpKutrY1f/epXMWTIkMZzX9S7d+8mtUy+EQAAAAAAoKvKzvQAAAAAAAAAANt68cUXU9Z77LFHnHnmmWnfU15e3l4j7bTc3NzYf//945xzzolbbrklXnrppbjyyiujf//+Kfvq6+tj2rRpzd7Rp0+fJrWPPvqoQ+YFAAAAAADYlQnOAQAAAAAAAF3O6tWrU9YHHHBA5OXlpX3P66+/3k4Ttb+ioqI4/fTTY86cOTFw4MCU39588834+OOPm5zZa6+9olevXim1BQsWRH19fUeOCgAAAAAAsMsRnAMAAAAAAAC6nHXr1qWs99hjj7Tv+Oyzz+KVV15pr5E6TN++feOHP/xhk/qSJUua1LKzs2PChAkpterq6njhhRc6bD4AAAAAAIBdkeAcAAAAAAAA0OV07949ZV1ZWZn2HbNnz47PP/+8nSbqWCNGjGhS27hxY7N7J06c2KR2yy23tPtMAAAAAAAAuzLBOQAAAAAAAKDL6devX8p6wYIFUV1d3erz7733XvzpT39q77E6zJo1a5rU9txzz2b3Hn/88bHXXnul1ObPnx8zZ87siNEAAAAAAAB2SYJzAAAAAAAAQJfzpS99KWVdXV0d//qv/9qqsytXroyf/OQnsWXLlo4YrVkPPPBAPP7441FfX5/22dra2pg9e3ZKLTs7O0aNGtXs/tzc3Jg8eXKT+u9///u499570+7/dwsWLIhf/vKXbT4PAAAAAADQlQjOAQAAAAAAAF3OMcccE9nZqX+cOWPGjLj22mujrq6uxXMPP/xwnH766VFeXh4REcXFxR0659+988478bOf/Sy+9a1vxTXXXBOLFi1q1blVq1bFT37yk3jrrbdS6l/5yleafHXvi77zne/EySefnFKrq6uLyy+/PCZPnhzvvvtuq/qvXr067rjjjjj11FNj0qRJ8fTTT7fqHAAAAAAAQFeXm+kBAAAAAAAAALY1fPjwOOGEE+LBBx9Mqd90000xZ86cOPbYY2P06NFRWFgY69evj/fffz+efvrp+PDDDxv3du/ePS655JK44oorOm3uVatWxc033xw333xz9OvXL8aNGxdjxoyJ/v37R8+ePSMvLy+qq6tj1apVsXDhwnj11VejtrY25Y78/Py49NJLd9jryiuvjA8//DDmz5+fUn/iiSfiiSeeiDFjxsT48eNj2LBh0atXr8jOzo4NGzZEZWVlvPfee1FWVhYffPBBNDQ0tOu/BwAAAAAAAF2B4BwAAAAAAADQJf3617+ON998M5YvX55S//tX0rYnLy8vrrvuuigoKOjIEbdrzZo18eyzz8azzz7b6jP5+fkxbdq02GeffVq197bbbosrr7wy7r///ia/v/vuu63+8hwAAAAAAEDSZGd6AAAAAAAAAIDm9OjRI2bOnBkHHXRQWuf69+8ft99+e3z961/vmMGa0adPn8jKytqpO/bZZ5+444474tvf/narz3Tr1i3+7//9v/H73/8+SktLd6p/nz59YtKkSTt1BwAAAAAAQFfhi3MAAAAAAABAl1VSUhKzZs2Kf/u3f4vbb789ysvLW9w7ePDgOOWUU+Lss8+O4uLiTpwy4oILLohTTjklnn322Zg3b14sXLgwVq5cucNzeXl5cfjhh8cJJ5wQxx9/fOTk5LSp/wknnBD/8A//EP/5n/8ZDz30UPztb3+LqqqqHZ7be++94/DDD48jjzwyvvrVr0Zurj9CBgAAAAAAkiGroaGhIdNDAAAAAAAAALTG8uXL46233op169ZFdXV1FBYWRklJSYwePTpGjBiR6fFSrFu3Lj744IMoLy9v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AAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTB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5Snr4cOHp30HAAAAAAAAAAAAAAAA0PF8cY5Ot9dee0VhYWFUV1c31tavX5/2Pc2d6d27d5PasGHDIj8/P7Zs2dJYW7hwYRx55JFp9VuwYEHKep999knrPAAAAAAAACSNLwgBALu7i6e9HRvS/EJY9caKFn+bcs27UdhjXdpz9CzKjWumjE37XETb3hDR9d4BAAAA2xKco9Pl5OTEkUceGY8//nhjbcmSJWnf09yZ/v37N6nl5+fH4YcfHs8991xj7dVXX02rV3l5eXz88ccptW984xtp3QEAAAAAAAAAACTLhqq62Jhm6KymuuX9VdV1UZ+dfohtZ7TlDRFd7x0AAACwrexMD8Du6eijj05ZL126NNasWZPWHS+//HLKuk+fPjFixIhm906cODFlPX/+/CgvL291rzlz5qSs8/Pz44gjjmj1eQAAAAAAAAAAAAAAAKDzCM6REd/85jejsLCwcb1169a49957W32+oqIi5s6dm1I7/PDDW9w/ceLEyMvLa1w3NDTErFmzWtVr8+bNcd9996XUvva1r0VRUVGr5wUAAAAAAAAAAAAAAAA6j+AcGdGjR4/44Q9/mFK79dZbY9myZTs829DQEJdffnnU1tam1M8666wWz/Tt2zdOO+20lNqsWbPi7bff3mG/a6+9NioqKhrXWVlZceGFF+7wHAAAAAAAAAAAAAAAAJAZgnNkzLnnnht77rln47qmpibOPffceO+991o8s2XLlrjsssvimWeeSakfeeSRcdBBB2233wUXXBDdu3dvXNfV1cWFF14YS5cubfHMzJkz44477kipHXPMMTFu3Ljt9gIAAAAAAIAdKS8vj8GDBzf7r/Ly8kyPBwAAAAAAsEvLzfQA7L6Ki4vjt7/9bVx00UWNtdWrV8dJJ50U3//+9+O4446LESNGREFBQXzyyScxb968uPPOO2PFihUp9/Tr1y+mTp26w379+vWLSy65JK666qrG2scffxynnnpqnH766XH88cfHkCFDorq6OhYvXhyzZs2KF154IeWOXr16xf/6X/9r5x4OAAAAAAAAAAAAAMBup6C4JL466T8yPQbAbkNwjoz61re+FVOmTIlp06Y11mpra2P27Nkxe/bsHZ7v3bt33HjjjdGvX79W9TvzzDNj6dKlcc899zTWqqqqYsaMGTFjxoztni0oKIgbbrghBg0a1KpeAAAA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P/54h94JAAAAAAAAAAAAAAAAdJ26Sg8ASbL55pvnE5/4RHbZZZdsueWWGThwYNZaa61Mnz49kyZNym9+85s8/fTT7db86le/ysCBA/PVr351pd9z00035eabb253r0+fPjn22GMzfPjwNDQ0pLm5OS+99FJuvPHGPPzww22fmzt3bkaMGJHbbrstG2200SrlBQAAAAAAAAAAAAAAAFYfxTkqpq6uLgceeGCOOuqo7LLLLsv8TP/+/bPFFlvkiCOOyK9//euce+65mT9/ftvzn//85xk+fHi23nrr933fjBkzcsEFF7S7N3jw4FxzzTXt1q+77rrZdNNNs88+++Taa6/N+eefn1KplCR555138p//+Z+5+OKLOxIZAAAAAAAAAAAAAAAA6AK1lR6ANU9tbW0+/elP584778wFF1yw3NLcko455ph8//vfb3evtbU1l1566Uqtv+KKKzJnzpy26x49euSyyy5bYenu5JNPzgknnNDu3j333JPnn39+pd4JAAAAAAAAAAAAAAAAdD3FObrckUcemQsvvDCbb7552WuPOOKIpYp2EyZMyLx581a4bsaMGfnVr37V7t5nP/vZbL/99u/7zlGjRmXQoEFt16VSKZdddlkZUwMAAAAAAAAAAAAAAABdSXGOLtejR49VWn/ooYe2u25ubs6LL764wjX33Xdf5s+f33ZdU1OTz3/+8yv1vj59+uSII45od2/ChAlpbm5euYEBAAAAAAAAAAAAAACALqU4R7czZMiQpe5Nnz59hWvuu+++dtc77bRTGhoaVvqdhx9+eLvrefPm5aGHHlrp9QAAAAAAAAAAAAAAAEDXUZyj26mvr1/q3pw5c5b7+Xnz5uWRRx5pd2+XXXYp652bbbZZNtxww3b3HnjggbL2AAAAAAAAAAAAAAAAALqG4hzdzptvvrnUvfXWW2+5n3/ttdcyb968dvc++tGPlv3eJde89NJLZe8BAAAAAAAAAAAAAAAArH6Kc3Q7jz/++FL3Nttss+V+/m9/+9tS97bccsuy37vkmr///e9l7wEAAAAAAAAAAAAAAACsfopzdCsLFizI7bff3u7elltumU022WS5a1599dV21z169MjgwYPLfveGG27Y7rq5uTnTpk0rex8AAAAAAAAAAAAAAABg9VKco1u55ZZbMnXq1Hb3DjzwwBWueeutt9pdb7DBBunR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8sYbb7S7f/LJJ2fEiBGrvH+vXr3y8Y9/PA8++GDbvccee6ysPRobGzN16tR29/bee+9Vng0AAAAAAAAAAAAAAADofFVRnHv44YczduzY/PWvf03yv0W4ZZXlFi/J1dbWpqGhIVtssUUGDx6cwYMHZ9CgQendu3d69+6d+vr6lEqlzJ07N3Pnzk1LS0veeuutTJs2LdOmTcvf/va3NDY2LrOgt2SJLvnXSXgjR47M9ttvn6997WvZfffdO/+HsYZ55513ctJJJ+W1115rd/+YY47JWWed1Wnv2XfffdsV55544ok0NjamoaFhpdb//ve/b3fdq1cv//4BAAAAAAAAAAAAAACgSlW0OPfiiy/mhz/8YR5//PEkyy7MLV5qW2+99fKxj30su+66a7bffvtsvfXW6d279yrNMGfOnLz88st57rnn8uijj+bxxx/P//zP/7Q9r6mpaZtn0Sl0f/3rX3Pqqadm5513zre//e0MGTJklWZYUzU3N+fUU0/NSy+91O7+Zz7zmXz/+9/v1Hftu+++OffcczN//vwk//p3eeONN+bss89+37Vz5szJb3/723b39txzz/Tt27dTZwQAAAAAAAAAAAAAAAA6R0WKc7NmzcrYsWPz61//OgsWLFhhYW6bbbbJ/vvvn0996lPZZpttOn2W3r17Z4cddsgOO+yQ448/Pkny8ssv5957780999yTF154oW22JQt0jz/+eI444ogce+yx+drXvpYBAwZ0+nxF9d577+X000/Ps88+2+7+fvvtl/POO2+Zpw2uivXXXz/HHHNMbrzxxrZ7N954Yw455JAMHTp0hWt/+tOfZtq0aW3XNTU1+fKXv9yp8wEAAAAAAAAAAAAAAACdpyLFuf322y/vvvvuUoW5RdeDBg3K4YcfnsMOOyybb755l8+39dZbZ+utt84ZZ5yRxsbG3Hbbbbn11lszderUpeZdsGBBbr755tx555155JFHunzW7qi1tTVf+9rX8thjj7W7v+eee+bCCy9Mjx49Vst7Tz/99Pzud7/LnDlz2ub48pe/nKuvvjpbbbXVMtdcd911uf7669vd22+//bLddtutlhkBAAAAAAAAAAAAAACAVVeR4tw777yz1AluSbL77rvn+OOPz957753a2tpKjLaUhoaGjBw5MiNGjMiECRNy8803Z8KECSmVSu3mf+eddyo7aDdyySWX5E9/+lO7e3V1ddl8881z8cUXd2jP7bbbLsOHD1/hZzbYYIOceeaZOffcc9vuTZ06NUcffXSOPfbYHHjggdl0003T0tKSF198MTfeeGMeeuihdnuss846+eY3v9mhGQEAAAAAAAAAAAAAAICuUZHi3CKlUik9evTI/vvvn9NOOy1Dhgyp5DgrVFNTk7322it77bVXXn755fz85z/P+PHj09raWunRup1p06Ytda+1tTU33HBDh/c87LDD3rc4lySf+9zn8sorr+SXv/xl273m5uZcc801ueaaa1a4tr6+Ppdcckk23njjDs8JAAAAAAAAAAAAAAAArH4VPdbtoIMOyvjx43PRRRdVdWluSVtvvXV+8pOfZPz48fn0pz/ddvIc3cP3vve9jBw5Mj169FjpNRtttFF+8YtfZJdddlmNkwEAAAAAAAAAAAAAAACdoSLFud133z233nprLrzwwjQ0NFRihE6x6aab5ic/+Ul+//vfZ/fdd6/0OKykmpqajBgxIrfeemsOOOCA9OzZc7mf3WCDDTJy5Mjccccd2XHHHbtwSgAAAAAAAAAAAAAAAKCj6irx0quvvroSr11thgwZkquuuqrSY3Qb5513Xs4777xKj5EhQ4Zk7NixmT17diZNmpTXX389TU1N6dGjRwYOHJghQ4Zk6NChThQEAAAAAAAAAAAAAACAbqYixTmoJv369csee+yRPfbYo9KjAAAAAAAAAAAAAAAAAJ2gttIDAAAAAAAAAAAAAAAAAEBnUpwDAAAAAAAAAAAAAAAAoFAU5wAAAAAAAAAAAAAAAAAoFMU5AAAAAAAAAAAAAAAAAApFcQ4AAAAAAAAAAAAAAACAQlGcAwAAAAAAAAAAAAAAAKBQ6io9QFeZMWNG7r333jzzzDOZPHlyZs6cmaamppRKpQwYMCDrrLNOtt122/zbv/1b9t133wwaNKjSIwMAAAAAAAAAAAAAAADQAYUvzr3++usZO3Zs/vjHP6a1tTVJUiqV2n1m7ty5eeutt/Lyyy/n9ttvzw9/+MN86lOfysiRI7PFFltUYmwAAAAAAAAAAAAAAAAAOqi20gOsTjfddFMOPfTQ3HXXXZk/f35KpVJKpVJqamqW+WfR89bW1owfPz6HH354brrppkrHAAAAAAAAAAAAAAAAAKAMhT1x7oorrsjYsWPbTperqalZ6jNLPlv8M6VSKXPnzs0PfvCDzJo1K2eccUYXTA0AAAAAAAAAAAAAAADAqipkce7uu+/OT3/60yRLl+GSpHfv3tl0003Tt2/fJElzc3P+8Y9/ZM6cOW1rFq0rlUq5+OKLs8UWW2T//ffvwhQAAAAAAAAAAAAAAAAAdEThinNz587NeeedlyTtym9rr712TjjhhOy///7ZaqutlnkC3SuvvJK77rorN954Y9599922Al2pVMp5552XvffeO2uttVaX5gEAAAAAAAAAAAAAAACgPLWVHqCz3XPPPZk6dWpb4S1J9t5779x7770ZMWJEtt5662WW5pJkq622ysiRI3Pvvfdmr732alufJP/85z8zfvz4LskAAAAAAAAAAAAAAAAAQMcVrjh33333tf1zTU1NPvzhD+fSSy9N//79V3qP/v3759JLL83222/frjx3//33d+qsAAAAAAAAAAAAAAAAAHS+whXnpkyZ0u60ua985Svp0aNH2fvU1dVlxIgRSdK235QpUzp1VgAAAAAAAAAAAAAAAAA6X8WKcxdffHHmzZvX6fu+/fbb7a4/+tGPdnivnXbaaYV7AwAAAAAAAAAAAAAAAFB9Klacu+yyyzJ8+PDce++9nbrvggUL2l337Nmzw3vV1dWtcG8AAAAAAAAAAAAAAAAAqk/FinNJ8uabb2bkyJH54he/mNdff71T9hw4cGC76xdffLHDe7300kvtrtdbb70O7wUAAAAAAAAAAAAAAABA16hocS5JSqVSHn744Xz605/OhRdemDlz5qzSfptvvnlKpVLb9S9+8YsO73X99de3/XNNTU0233zzVZoNAAAAAAAAAAAAAAAAgNWvrmIvrqvLggULUlNTk1KplPnz5+fqq6/O7bffnrPOOisHHnhgh/bde++98/DDD7fte+edd2bIkCE59dRTy9rnyiuvzJ133tm2T01NTfbaa68OzQRQZKPOn5xZza1lr2tpmrbcZ6PHTEmf/jPL2m9A37qMGT207DkAAAAAAAAAAAAAAIDiqdiJc3/4wx+y6667tpXSFhXUpk2blm984xs58cQT88orr5S97wEHHJDevXsnSdueF110UU455ZQ8+eST77v+iSeeyMknn5wxY8a0u19fX5/hw4eXPQ9A0c1qbk1TB/40tyy/bNfcUv5+HSnvAQAAAAAAAAAAAAAAxVSxE+e23HLLXHfddbnrrrty/vnnZ+rUqampqUmSlEqlPProozn00EPz2c9+NiNHjky/fv1Wat8NNtggp512WsaOHduukPeXv/wlf/nLXzJw4MBst912aWhoSN++fVNTU5PZs2ensbExzz//fN5+++22GRY/be7kk0/OoEGDVtvPAwAAAAAAAAAAAAAAAIDOUbHi3CLDhw/P//k//yeXXXZZ/uu//ivz589vK6y1trbmF7/4Re64446ceeaZOfTQQ1dqz1NPPTWTJk3KhAkT2pXnkmTGjBmZMGHCMtct+kySthJfknziE5/I6aef3vGQAAAAAAAAAAAAAAAAAHSZ2koPkCT19fX5+te/nnHjxmX33XdvO+VtUeFtxowZOfvss3P88cdnypQp77tfXV1dfvazn2XfffdtK8Mt2m/Rnsv6s/hnkn8V6fbcc8/87Gc/S8+ePVfrzwAAAAAAAAAAAAAAAACAzlEVxblFPvCBD+Tqq6/Oz372s2yyySZLFeieeuqpHHHEETnnnHMya9asFe7Vq1evXHrppfnhD3+YgQMHtpXjkvYlumWV5UqlUtZdd92cc845ufLKK9O7d+/Vnh0AAAAAAAAAAAAAAACAzlFVxblFPvnJT+bOO+/MV77ylfTq1atdgW7BggX55S9/mf333z+33HLL++51xBFH5IEHHshFF12U/fffP4MGDVruiXMbbLBB9ttvv1xwwQV58MEHc/TRR3dBWgAAAAAAAAAAAAAAAAA6U12lB1ieXr16ZeTIkTnssMPywx/+MH/605/anT43c+bMfPe7381vfvObfOc738kOO+yw3L3q6upy4IEH5sADD0ySzJw5MzNnzkxTU1OSpH///ll33XWz7rrrdkk2AAAAAAAAAAAAAAAAAFafqi3OLbLpppvm8ssvz4MPPpgf/ehHef3111NTU5MkKZVK+etf/5pjjz02hx9+eL7+9a9nvfXWe989leQAAAAAAAAAAAAAAAAAiqu20gOsrL322ivjxo3L1772tdTX16dUKrWdQLdw4cL87ne/ywEHHJCbbroppVKp0uMCAAAAAAAAAAAAAAAAUCHdpjiXJL169coZZ5yRu+66K/vtt19bQa6mpialUimzZs3KD37wgxx++OF56qmnKjwtAAAAAAAAAAAAAAAAAJXQrYpzi2y44Ya5+OKLc+211+aDH/xgu9PnSqVSXnjhhXz2s5/N6NGjM2PGjEqPCwAAAAAAAAAAAAAAAEAX6pbFuUU+8YlP5Pbbb8+ZZ56ZPn36LFWgGzduXA444IBcd911WbBgQaXHBQAAAAAAAAAAAAAAAKALdOviXJLU1dXli1/8Yu66664cdNBBKZVKSdJWnps9e3Z+/OMf59BDD83EiRMrPC0AAAAAAAAAAAAAAAAAq1u3L84tMmjQoFx44YW54YYbstVWWy11+tzLL7+ck046KaNGjcq0adMqPS4AAAAAAAAAAAAAAAAAq0lhinOLfOxjH8sf/vCHnH322enXr99SBbrx48fngAMOyJVXXpn58+dXelwAAAAAAAAAAAAAAAAAOlnhinNJUltbmxNPPDF33313Dj300Lb7i8pzc+bMyZgxY3LwwQfnz3/+c+UGBQAAAAAAAAAAAAAAAKDT1VV6gCXNmzcvjz76aJ555plMnjw5M2fOzKxZs5IkAwYMyDrrrJOhQ4dmxx13zLBhw9KrV6/l7rXeeuvlvPPOyzHHHJNzzjknL7zwQmpqapIkpVIpr732Wk477bTss88+Ofvss7Ppppt2SUYAAAAAAAAAAAAAAAAAVp+qKc69++67ueaaa/Lb3/42M2fObPesVColSVvp7YEHHkjyryLdkUcemVNOOSXrrbfecvf+yEc+kltvvTW//OUvM3bs2Lz77rvtCnT3339/Hn744Xzxi1/MaaedtsIyHgAAAAAAAAAAAAAAAADVrbbSAyTJhAkT8ulPfzpXXXVV/ud//ielUqndn5qamtTU1Cx1/9133821116bgw8+OPfff/8K31FTU5Pjjz8+d999d4466qi24tyifefOnZtLL700w4cPz3333dcVsQEAAAAAAAAAAAAAAABYDSpenLvzzjtzxhlnZPr06e1Kcov/WWRZz0qlUt5+++2MGDEit9122/u+b5111sm5556bX//619l+++2XKua98cYbGTFiRE499dS8/vrrqzE5AAAAAAAAAAAAAAAAAKtDRYtzTz75ZEaPHp0FCxa0K8ktfqpcfX191l9//QwcODD19fXtniX/W6ZbuHBh/t//+3957LHHVurdH/7wh3PLLbfk3HPPzbrrrrtUge6hhx7KwQcfnDFjxmTu3Lmr7WcAAAAAAAAAAAAAAAAAQOeqWHFu4cKFOeecc9La2tquMFdbW5uDDjool156af785z9n0qRJ+fOf/5yHHnookyZNykMPPZQrrrgihxxySHr06NG2X01NTVpbW3Puuedm4cKFKz3HUUcdlfHjx+f4449PbW1tW4GuVCpl3rx5ufLKK3PAAQfkrrvu6vSfAQAAAAAAAAAAAAAAAACdr2LFuQceeCAvvvhiW0mtVCplq622yu23354LL7ww++67bzbYYIOl1q2//vrZe++98+Mf/zh33nlnhgwZ0nb6XJK88soruf/++8uaZcCAAfnud7+b3/3ud/noRz+61Olz//znP/P1r389X/jCF1Y1NgAAAAAAAAAAAAAAAACrWcWKc/fdd1+764033jg333xzttxyy5XeY7PNNssNN9yQhoaGFe69soYMGZKbb7455513XgYOHLhUge7RRx/t0L4AAAAAAAAAAAAAAAAAdJ2KFeeeeeaZtkJaTU1NvvrVr2bAgAFl79OvX7+MGDGibZ9SqZRnn312lWY79NBDM378+Jx44onp0aPHKu0FAAAAAAAAAAAAAAAAQNeqWHFu+vTp7a533333Du+15NoZM2Z0eK9F+vXrl7PPPju///3vs/POO6/yfgAAAAAAAAAAAAAAAAB0jYoV5+bMmdPuuiOnzS3Sv3//Fe69KrbeeuvccMMNufDCCzNo0KBO2xcAAAAAAAAAAAAAAACA1aNixbn11luv3fU//vGPDu/1xhtvrHDvznDQQQdl/Pjxnb4vAAAAAAAAAAAAAAAAAJ2rYsW5TTbZJKVSqe36D3/4Q4f3WnxtTU1NNt5441WabXl69+69WvYFAAAAAAAAAAAAAAAAoPNUrDi35557JvlX0a1UKuWaa67JxIkTy97niSeeyDXXXNO2T5LssccenTorAAAAAAAAAAAAAAAAAN1HxYpzw4cPT11dXZJ/ledaW1tz6qmn5rLLLsucOXPed/17772XK6+8Mqecckrmz5/fdr9Hjx4ZPnz4apsbAAAAAAAAAAAAAAAAgOpWV6kXb7bZZjnuuONyww03pKamJjU1NZk/f34uueSSXH311dljjz2yww47ZLPNNku/fv1SKpUye/bsNDY25rnnnsuECRPS0tKSUqnUdtpcTU1Njj766HzgAx+oVCwAAAAAAAAAAAAAAAAAKqxixbkk+fd///c8+eSTmTx5clt5rlQqpaWlJffcc0/uueee5a4tlUpJ/nVa3SIf+tCH8vWvf321zw0AAAAAAAAAAAAAAABA9apoca5v37659tprc8opp+T5559vK88l/1uMW57FC3OlUilDhgzJtddem379+q3WmQHoHPX9Bme348ZVegwAAAAAAAAAAAAAAKCAais9wDrrrJNf//rX+cpXvpKePXumVCqlVCq1leiW92fR5+rq6vKlL30pt9xyS9Zbb71KxwEAAAAAAAAAAAAAAACgwip64twidXV1GTlyZD73uc/llltuyT333JMpU6aktbV1uZ8fMmRIPvWpT+Woo45SmAMAAAAAAAAAAAAAAACgTVUU5xZZd911c9ppp+W0007Le++9l5dffjkzZ85MU1NTkqR///5Zd911s/XWW2ettdaq8LQAAAAAAAAAAAAAAAAAVKOqKs4tbq211sr2229f6TEAAAAAAAAAAAAAAAAA6GZqKz0AAAAAAAAAAAAAAAAAAHQmxTkAAAAAAAAAAAAAAAAACkVxDgAAAAAAAAAAAAAAAIBCUZwDAAAAAAAAAAAAAAAAoFAU5wAAAAAAAAAAAAAAAAAoFMU5AAAAAAAAAAAAAAAAAAqlIsW5hx9+uBKvXa3+8pe/VHoEAAAAAAAAAAAAAAAAAFKh4twpp5ySk08+OZMnT67E6zvVCy+8kJNPPjmnnHJKpUcBAAAAAAAAAAAAAAAAIEldpV78yCOP5Mgjj8x+++2XL33pS9l2220rNUqHTJkyJVdeeWXGjx+fhQsXpqamptIjAQAAAAAAAAAAAAAAAJAKFueSZOHChbn77rtz9913Z7fddsupp56aXXfdtZIjva/HHnssV111VR566KEkSalUqvBEAAAAAAAAAAAAAAAAACyuosW5mpqatuLZww8/nIcffjhbbLFFjj766BxyyCFZZ511Kjlem1mzZuW2227LLbfckldeeSXJ/xbmFs8AAAAAAAAAAAAAAAAAQOVVpDj3zW9+Mz/72c8ye/bs1NTUJPnfItqrr76a8847LxdeeGH23nvv7Lffftl7773Tr1+/Lp2xubk5DzzwQO6555488MADmTdvXruC3OJz9+/fPyNGjOjS+QAAAAAAAAAAAAAAAABYtooU577whS/k4IMPzvnnn5/bb789pVKpXRGtVCpl3rx5+eMf/5g//vGP6dmzZ3bdddcMGzYsu+yyS7bffvu2z3eWhQsX5vnnn89jjz2WRx99NBMnTsz8+fPbZlpk8Tlrampy2GGH5cwz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1lln5fOf/3xmzJjRhVMCAAAAAAAAAAAAAAAAHdEti3OL22qrrfLtb387f/7zn3PBBRdkl112SZKlilBLFuiamppy880357DDDsuRRx6ZW265JS0tLZWIQBdrbm7OSSedlLvvvrusdY899liOP/74TJ8+fTVNBgAAAAAAAAAAAAAAAHSGbl+cW6RXr145+OCD84tf/CJ33313vvjFL2bgwIErdQrdc889l+9+97vZfffd893vfjfPPvtsBZOwun3rW9/KM8880+7exhtvnG9961sZN25cHn/88dx55535wQ9+kC233LLd515//fWMHDkyra2tXTkyAAAAAAAAAAAAAAAAUIbCFOcWt9lmm+XMM8/MAw88kIsvvjh77LFHW1FucYsKdMm/TqhraWnJLbfckmOOOSaHHnpobr755syePbsSEVhN7r///owfP77dvV122SW33357TjzxxGyzzTYZMGBAttxyyxx11FG57bbbcsABB7T7/KRJk/KrX/2qK8cGAAAAAAAAAAAAAAAAylDI4twidXV12W+//XLVVVflvvvuy1e+8pVsuOGGK3UK3ZQpU3Luuedmjz32yNlnn52nnnqqgknoDKVSKWPHjm13b+ONN87ll1+e/v37L3NNr169ctFFF2W77bZrd/+KK67InDlzVtusAAAAAAAAAAAAAAAAQMcVuji3uI022igjR47M/fffn5///OfZd99906NHj/c9hW7OnDm57bbb8tnPfjYHHXRQrr/++rz77ruViMAquu+++zJlypR297797W+nX79+K1zXo0eP/OAHP2h3b/r06fnNb37T6TMCAAAAAAAAAAAAAAAAq26NKc4tUlNTk7322iuXXnppHnjggXz9619PQ0ND20lzi/4s6xS6V199Needd1723HPPnHnmmXnssccqHYcy3HXXXe2uN9lkk+y7774rtXbo0KHZaaed2t0bP358p80GAAAAAAAAAAAAAAAAdJ41rji3uPXXXz+nnXZa7rnnnlx33XXZb7/9kqRdWW7R9eKn0L333nu54447cuKJJ+Yzn/lMbrvttixcuLBiOXh/8+fPz4MPPtju3iGHHNL273VlHHbYYe2un3766bz99tudMh8AAMD/Z+++w6I4/j+Avw8QRFCxYYslGo1d7CVRY0xM7C2xt9i70dhjQRM1JGLvGkvsmK9d7C1GUcGORlFUFBvSQTrs7w9+t3JHO+72yi7v1/PkiXvczc7c3szO7s5nhoiIiIiIiIiIiIiIiIiIiIiIiIikk6sD59RevHiBy5cv48aNG+n+pg6eA5DhKnR+fn6YPn062rRpg1OnTpky25QDt27dQlRUlMZrDRs2zFEajRo10thOSUnBxYsXDc4bEREREREREREREREREREREREREREREREREUnLxtwZMJfExEScPHkSHh4e8Pb21giQS7vSXNrX0m6nXYFOEAQEBARg3LhxaNWqFRYsWIACBQqYqCSki4cPH2psW1tbo3bt2jlKo2zZsihatCiCg4MzTZeIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIzC/XBc75+/vDw8MDBw8eREREBID0q8qlJQgCbGxs0KJFC/j7++PZs2ca79MOrjtz5gx69+6N7du3w8nJybiFIZ09efJEY7tkyZLIly9fjtOpUKGCRuDc06dPDc4bEREREREREREREREREREREREREREREREREUkrVwTOxcfHw9PTEx4eHrh16xaA7IPlAKB06dLo3r07vvvuOxQpUgQA4OPjg7179+L48eOIj49PtwqdIAjw9/fH7NmzsXz5ciOXjHTl7++vsV2qVCm90ilZsqTGtnZAHhERERERERERERERERERERERERERERERERGZn6ID5/777z94eHjgyJEjiI6OBvAhKE47WE79N2tra7Ro0QI9e/ZEs2bN0r2vfv36qF+/Pn7++Wfs3r0bW7duRUhIiBg0p/7/qVOncPfuXdSsWdP4BaVsBQUFaWyXKFFCr3S0A+fevn2rd56IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIyDgUFzj3/v17HDlyBB4eHrh//z4A3VaXK168OL7//nt8//33KF68eLb7KVCgAIYNG4Y+ffpg0aJF2LVrV7q0Dxw4wMA5CxETE6Ox7ejoqFc62p+Li4tDSkoKrKys9M6bsSUnJ2f4+osXL5CYmGji3JAS5MmTR2PbKikEVslJZspN2nzY4OXLlxqvZfYbt9QyAMoohxLKACijHEooA6B7OZRQBsByy6GEMgDKKIcSygAooxxKKAPAdtZSyqGEMgDKKIcSygAooxxKKAOgjHIooQwAz3mWUg4llAFQRjmUUAZAGeVQQhkAtrOWUg4llAFQRjmUUAZAGeVQQhkAZZRDCWUAeM6zlHIooQyAMsqhhDIAyiiHEsoAsJ21lHIooQyAMsqhhDIAyiiHEsoAKKMcSigDwHOepZRDCWUAlFEOJZQBUEY5clIGopxI+5svUaIErK2tTbJflZA2qkzGbt++DQ8PDxw7dgyxsbFZBssBqQFzVlZW+Oyzz9CjRw98+eWXBgU/LVq0CBs3bhRXnAOAatWqYd++fXqnSdJp0KABIiMjxe1BgwZh6tSpOU5n27Zt+PXXXzVeu379ut6BeKbg4+ODBg0amDsbRERERERERERERERERERERERERERERERElMsFBgaidOnSJtmXrFeci4yMxMGDB+Hh4YHHjx8D0G11uaJFi6Jr167o3r07PvroI0nyMnr0aOzatQsxMTFi8Jx2lC2ZT2xsrMa2ra2tXunkzZs33Wvv37+36MA5IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiotxGloFz3t7e8PDwwMmTJ5GQkKDT6nIA0KhRI/Ts2RNff/01bGykLbq9vT1q166Ny5cvi3mIjo6WdB9ERERERERERERERERERERERERERERERERERJQ92QTOhYaGYv/+/di7dy8CAgIA6La6nJOTE7p06YIePXqgfPnyRs1j0aJFNbZTUlKMuj/Snb29PRITE8XthIQEvdKJi4tL95qDg4Pe+SIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIi6ckmcK558+ZITk7WeXW5unXromfPnvj2229ha2trkjxaW1ubZD+Uc/ny5UNkZKS4nVEAnC4y+ly+fPn0zhcRERERERERERERERERERERERERERERERERSU82gXNJSUlQqVRZBsvlz58fHTt2RM+ePVGpUiVTZ5EsmHZwW3R0tF7paH8ub968sLKy0jtfplCrVi14e3une93Z2ZnBnkRERERERERERERERERERERERERERERERGQyJUqUMNm+ZBM4lxF1wFyNGjXQs2dPtG/fHnnz5jVbfpycnFCqVCmz7Z8y5+zsjCdPnojbb9680Ssd7c85OzsblC9TsLW1Rf369c2dDSIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiKTkV3gnDpYLl++fGjfvj169uyJatWqmTlXqaZOnYqpU6eaOxuUgQoVKuDKlSvi9qtXr/RKR/tzFStWNChfRERERERERERERERERERERERERERERERERCQ9WQXOCYKATz/9FD179kSHDh3g6Oho7iyRTGgHuL158wYxMTHIly9fjtJ5+vSpxvbHH39scN6IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiISFqyCZzr0qULevToARcXF3NnhWTo008/1dhOSkrCnTt30LhxY53TeP78Od69e5dlukRERERERERERERERERERERERERERERERERkflbmzoCuFi5cyKA50puLiwvy58+v8dq1a9dylIb2+62srNCsWTOD80ZERERERERERERERERERERERERERERERERE0pJN4ByRIfLkyYMWLVpovHbw4EEIgqBzGgcOHNDYdnFxQZEiRaTIHhERERERERERERERERERERERERERERERERFJiIFzlGu0adNGYzswMBBnz57V6bMPHjyAt7e3xmvffvutZHkjIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIumohJwsuUUkY4IgoFOnTnj48KH4WunSpXH48GE4ODhk+rnk5GR0794dvr6+4mvFihXDqVOnYG9vb9Q8ExEREREREREREREREREREREREREREREREVHOccU5yjVUKhV+/PFHjddevnyJkSNHIjo6OsPPJCQkYNKkSRpBcwAwYsQIBs0RERERERERERERERERERERERERERERERERWSjZrDgXExODadOmISUlRXwtT548cHNzg62trWT7iY+Px/Tp05GQkCC+ZmdnBzc3N9jY2Ei2HzKfcePG4cSJExqvlS5dGj/88AOaNGkCZ2dnBAcH48aNG9i8eTMeP36s8d46depg+/bt/D0QERERERERERERERERERERERERERERERERWSjZRP4cPXoUJ0+ehEqlEl/r1q2bpEFzQGqQnKOjIzw8PKBSqSAIAlQqFVq1aoW2bdtKui8yjwULFuD169e4c+eO+NrLly/x66+/ZvvZsmXLYvny5QyaIyIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIrJgVubOgK7+/vtv8d/qYLbhw4cbZV8jRoyAldWHr0YQBOzZs8co+yLTc3R0xObNm/H111/n6HP169fHrl274OzsbKScEREREREREREREREREREREREREREREREREZEUZBE4Fxoaijt37misAFenTh2UKVPGKPsrVaoUGjVqJO4LAK5fv46oqCij7I9Mz9HREStXrsTq1atRp06dLN/76aef4rfffsP27dtRtGhRE+WQiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiPRlY+4M6OLy5csaQWwA0K5dO6Pus127dvDy8hK3k5OTcfnyZXzzzTdG3S+ZVqtWrdCqVSu8ffsWt2/fxsuXLxETE4O8efOiZMmSqFmzptECNImIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIjIOGQROHfnzp10rzVt2tSo+2zSpEm6127dusXAOYUqXrw4Wrdube5sEBEREREREREREREREREREREREREREREREZEErMydAV08fvxYY7tAgQIoX768UfdZunRpFCpUSOO1J0+eGHWfRERERERERERERERERERERERERERERERERERkOFkEzj1//hwqlQoAoFKpULFiRZPst0KFChAEASqVCoIg4NmzZybZLxERERERERERERERERERERERERERERERERER6U8WgXNRUVEAAEEQAAAFCxY0yX6196POBxERERERERERERERERERERERERERERERERERWS5ZBM69f/9eY9vR0dEk+3VwcMgyH0REREREREREREREREREREREREREREREREREZHlkEThnZaWZzcjISJPsV3s/ycnJJtkvERERERERERERERERERERERERERERERERERHpTxaBc/ny5RP/LQgCQkJCTLLf0NBQje28efOaZL9ERERERERERERERERERERERERERERERERERKQ/WQTOFS9eHIIgQKVSAQCePHmCxMREo+4zMTER/v7+4j4BoEiRIkbdJxERERERERERERERERERERERERERERERERERGU4WgXPlypXT2I6NjYW3t7dR9+nj44OYmBgAEIP2ypYta9R9EhERERERERERERERERERERERERERERERERGR4WQROFerVq10r+3bt8+o+/z777/TvVazZk2j7pOIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiAwni8C5pk2biv9WqVQQBAGenp64e/euUfZ39+5deHp6QqVSabzepEkTo+yPiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIikI4vAuWrVqqFs2bIar6WkpGDatGkICwuTdF/h4eGYNm0aBEHQeL1YsWJo0KCBpPsiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiLpySJwDgD69OkjBrOpV4J78uQJhg4divDwcEn2ER4ejmHDhsHf31/chyAIUKlU6N27tyT7ICIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIi45JN4FyPHj1QsmRJcVulUkEQBPj6+qJdu3Y4c+aMQemfO3cO7du3x927d8WgObUiRYqgb9++BqVPRERERERERERERERERERERERERERERERERESmoRLUy7jJwOnTpzFmzBgxaE79fyA1kK5atWro1asXWrdujQIFCmSbXlRUFE6ePIndu3fD19c33Yp26n24u7ujbdu2xisYERERERERERERERERERERERERERERERERERFJRlaBcwCwcOFCbN26VSN4DkC6oLeyZcuiRo0aKFq0KPLnzw9HR0e8f/8eUVFRCA4Oxr179xAQEABBENJ9Nq3evXtj1qxZJiodEREREREREREREREREREREREREREREREREREZSnaBc4IgYPLkyThy5Ei6QDftomQUCKfrewVBQPv27fHHH39kmQ4REREREREREREREREREREREREREREREREREVkW2QXOAalBbX/88Qc2bdqUo+C4tDL7nPozgwcPxqRJkxg0R0REREREREREREREREREREREREREREREREQkM7IMnFO7cOEC5s6di1evXkkS4CYIAkqVKoW5c+eiWbNmEuSQiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIhMTdaBcwCQkJCAXbt2YefOnQgICBBf1yWQLm3Ry5Urh379+qF79+6wtbU1Sl6JiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiMj4ZB84l9bNmzdx/vx53LhxA//99x+io6Mzfa+joyOqVq2KevXq4YsvvoCLi4vpMkpEREREREREREREREREREREREREREREREREREajqMA5bREREQgKCkJMTAwSExORJ08e5MuXD8WKFYOTk5O5s0dEREREREREREREREREREREREREREREREREREag6MA5IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiLKfazMnQEiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIpMXCOiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIgUhYFzRERERArh6emJhg0biv+5urqaO0tEREREREREREREREREREREREREREREZmFj7gwQERERkTRevnyJyMhIAIBKpUKr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t8/QqVuMGTNmwNHREU1NTdBoNEhLS8P69ev1evDa2NiIr776SrwPYWdnx9XqiQYZj20iIuqr4cOHIzY2FmvWrIFarYZGo0FBQQHmzZuHsLAwzJ07964CDY1GA6VSierqahQWFiIrKwsFBQXi5HjayRt37txppL0iIkth7n2UXC5HY2OjWKy3fPlyWFtb6x3Xw8MDQNcg61u3bukdk4iISCoff/wxkpKS0NHRcd+VtPqq+2qxRN25ubndNQm8qXNycsKbb76JNWvWICcnB3l5eSgsLMSff/6Jjo4O8XXDhw+Hp6cnAgICEBQUhOeff54TdhAREfUBC+eIiIaozs5OpKWl6dxECA8PR1xcXL9vKHh4eCAxMRHvvPOOTsy0tDS8+eabvEExBPj5+cHKykq8sZWbm4vQ0FC942ZkZIifJ0dHR0yfPl3vmEREREREZNoKCgoAAK+88goEQUBubi46Ojrwr3/9C//+978REBAAf39/eHt7w8XFBXZ2drh9+zYaGhpQXl4OuVyOwsJCceCcIAh4+umnsXLlSsjl8n7lEhgYaIhdNAtWVlYICgrC6dOnAQANDQ3Yu3cvduzYMeCYH3zwAerr68WBgYGBgbCxsZEqZSLqAx7bRETUHyEhIdi+fTu2bdsmPutpaWlBamoqUlNTxddpnw0cPXoUR48e1YnRvSBFEATs3r0bkydPHrydICKLZc59VGVlpc77S7XCnZOTk067sbFRkrhERET62r17N06cOCH+Xe4+lmygRXRSFN8RmRpHR0csWrQIixYtEn/W1NSExsZGODo6skiOiIhogFg4R0Q0RP3000+ora0Vb0RMmDABO3bsGHCRmyAI2LFjB4qKilBRUQHgzgz/hYWFCAgIkCxvMk2urq7w9fVFcXExNBoNvvnmG7zxxhsYN27cgGN+++23uHr1qjjoKigoiEWYRERERERDwPLly3XO/bXfazQaqNVq5OfnIz8//74xej58z83NRW5ubr/yEAQBV65c6dc2lmblypU4ffq0OIjwiy++gLu7O954441+x0pISEBKSorOgMTly5cbIGsiehAe20RE1B9LliyBtbU1duzYgZaWFp3z8556/kx7f1+7itOePXswd+7cQcmbiIYGc+2j6urqdNpjx46VJO7w4brDwNrb2yWJS0REpI/c3FwcP35c/NsLdP1dHjt2LB555BE4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mDFjuzW2vKnGlrlTp06NqVOnVquPRCIR8+fPr9YcANgVCc4BAAAAAFBGx44dy7wuKCiok4cTCgoKyryuq9AOUDWubUhtr7/+ekO3AJDS3GcBAOrGqlWr4vHHH4/JkydHbm7udlfVTSQSkZ2dHYMHD47TTz89dtttt3rsFHasbcNvWwfovs22q1dbnRoAKteooRsAAAAAAGDn0r179zKvc3Nz66Tu4sWLI+Lff8A9+OCD66QuUDWubQAAAAAaSnFxcdx6660xYMCAuO2222LRokVRUlISyWSy0o+SkpJYtGhRjB07No4++ugYO3ZsFBcXN/SpQJ1IJBLlAnBbj2/voyZztjcfAFKZFecAAAAAACijS5cuccABB8TChQsjIuKFF16I/v3717ru888/HxH/fpfgffbZp9Y1gapzbQMAAADQEJYvXx6XXnppfPDBB+VW2aqKZDIZhYWFMX78+Jg+fXqMGzcudt999x3VLuxQnTp1augWAOA7JZG0NisAAAAAANuYNGlSXHXVVRERkZaWFo8++mj07NmzxvVycnJi6NChpQ9F/P73v48TTzyxTnoFqs61DQAAAEB9ys/Pj7POOisWLVoUEf8OzG39+HKTJk2iZcuW0axZs1i/fn3k5+dHYWFh6fZt5xx44IHxyCOPRIsWLerrNAAA2EUJzgEAAAAAUKHLLrsspkyZEhERrVu3jgkTJkSPHj2qXWfevHlx4YUXxqpVqyIiYtCgQXH77bfXaa9A1bm2AQAAAKgvo0aNildffbVM+C2RSMThhx8eJ510UvTq1Su6du1abt6nn34ac+bMieeffz7eeuut0vEt8wcOHBh33HFHfZ0GAAC7KME5AAAAAAAqVFhYGD/96U9j2rRpERHRuHHjOOecc2L48OHRrl27b52/cuXKuO++++Khhx6KTZs2RUTEgAED4s9//nNkZGTsyNaB7XBtw3fTunXrYu7cubFixYrIy8uLgoKCaN68eWRlZUX79u2jR48e3qkfoBbcZwEAyps5c2acffbZZUJz+++/f9xwww3Rq1evKtfJycmJ66+/PhYuXBiJRKI0PPfwww9H7969d1D3AACkAsE5AAAAAADKmTlzZkREFBcXx4MPPhhTp06NiIhEIhGNGjWK3r17R8+ePSM7OztatWoVmZmZsXHjxli7dm3k5uZGTk5OzJo1K4qLi0sfYhgwYECce+650ahRo2r10qdPnzo/P/iucm3Dd8uqVavi8ccfj8mTJ0dubm5s70/DiUQisrOzY/DgwXH66afHbrvtVo+dAuya3GcBALZv5MiR8cYbb5QG53r37h133nlnjd5QYP369XHRRRfFzJkzS+sdeeSRMX78+DrtGQCA1CI4BwAAAABAOd26dSt9+GBrW36lXNG22uxbmUQiEfPnz6/xfKAs1zZ8NxQXF8dtt90WDzzwQBQVFW03yLGtRCIRGRkZcf7558fo0aMjLS1tB3YKsGtynwUA+HaFhYXRt2/f0p+XWrduHS+88EK0bdu2xjVXrlwZJ5xwQqxduzaSyWQ0adIkZsyYEU2aNKnDzgEASCWNG7oBAAAAAAB2XtsGZLb8b1UeDN02VON93GDn4dqG1LV8+fK49NJL44MPPqhR0DWZTEZhYWGMHz8+pk+fHuPGjYvdd999R7ULsMtxnwUAqJrZs2dHYWFhJBKJSCQSMWzYsFqF5iIi2rZtG2eddVaMGzcuIiKKiopi9uzZ0a9fv7poGXYK69ati7lz58aKFSsiLy8vCgoKonnz5pGVlRXt27ePHj161GjVRgD4rhKcAwAAAACgUpU9AFqTlaaqO0cYB3Yc1zakpvz8/BgxYkQsWrQoIioOxTZp0iRatmwZzZo1i/Xr10d+fn4UFhaWbt96zrx582LkyJHxyCOPeCALINxnAQCqY9myZRHxzc89iUQijjnmmDqpO3DgwBg3blzpz1VbjgO7slWrVsXjjz8ekydPjtzc3O3+DjWRSER2dnYMHjw4Tj/99Nhtt93qsVMA2PUIzgEAAAAAUE6nTp0augVgB3BtQ2q75pprYtGiRWVCGYlEIvr16xcnnXRS9OrVK7p27Vpu3qeffhpz5syJ559/Pt56662I+OYhrGQyGQsXLoyrr7467rjjjvo8FYCdkvssAEDVrVq1qszrzp0710ndbX+/te1xYFdSXFwct912WzzwwANRVFRUpTcdSyaTsWjRohg7dmyMGzcuzj///Bg9enSkpaXVQ8cAsOsRnAMAAAAAoJzXX3+9oVsAdgDXNqSumTNnxquvvlomzLH//vvHDTfcEL169dru3K5du0bXrl3j5JNPjpycnLj++utj4cKFpaGO1157Ld57773o3bt3PZwJwM7JfRYAoHq2DQCVlJQ0UCewc1q+fHlceuml8cEHH5ReL1v+vVEVyWQyCgsLY/z48TF9+vQYN25c7L777juqXQDYZTVq6AYAAAAAAAAAqJ277767zOs+ffrEY4899q1hjm317NkzJk6cGH369CldSSkiYsKECXXVKsAuyX0WAKB62rZtW+b10qVL66TutnXatGlTJ3WhPuXn58eIESNi3rx5pf8u2PLGGls+MjIyom3btrHXXntF27ZtIyMjo8z2refMmzcvRo4cGevWrWvoUwOAnY4V5wAAAAAAAAB2YYWFhTFjxozSh6Vat24dY8eOjRYtWtSoXrNmzWLs2LFxwgknxNq1ayOZTMY777wThYWF0aRJkzruHmDn5z4LAFB9HTp0iIh/r6A1derU6N69e63rTp06NSKiNDi05TiwK7nmmmti0aJFZVa0TiQS0a9fvzjppJOiV69e0bVr13LzPv3005gzZ048//zz8dZbb0VElP47ZeHChXH11VfHHXfcUZ+nAgA7PSvOAQAAAAAAAOzCZs+eHYWFhRHxzcNSw4YNK/fO/tXVtm3bOOussyKZTEZERFFRUcyePbvWvQLsitxnAQCq75BDDomMjIyI+CYU9Je//CVWrlxZq5qrV6+ORx55pDRslJGREYccckite4X6NHPmzHj11VfLhOb233//eOyxx+L++++Pk08+ucLQXERE165d4+STT4577703Jk6cGPvvv39p6C6ZTMZrr70W7733Xj2eDQDs/ATnAAAAAAAAAHZhy5Yti4goDV8cc8wxdVJ34MCBEfHv1QG2HAfgu8Z9FgCg+jIzM6NPnz6loZ68vLy44oorYv369TWqV1hYGFdeeWWsXr06Ir75Gapv376RmZlZl23DDnf33XeXed2nT5947LHHolevXtWq07Nnz5g4cWKZ6ywiYsKECXXVKgCkhMYN3QAAAAAAALuedevWxdy5c2PFihWRl5cXBQUF0bx588jKyor27dtHjx49okWLFg3dJlBNrm3YNa1atarM686dO9dJ3U6dOm33OADfFe6zAAA1M3LkyHjzzTcj4ps3IZg5c2YMGzYsbrjhhujevXuV63z00Udx3XXXxQcffFC6slYikYgLLrhgR7UOO0RhYWHMmDGj9Pu4devWMXbs2Br/zrVZs2YxduzYOOGEE2Lt2rWRTCbjnXfeicLCwmjSpEkddw8AuybBOQAAAAAAqmTVqlXx+OOPx+TJkyM3N7d0tYWKJBKJyM7OjsGDB8fpp58eu+22Wz12ClSHaxt2fdtetyUlJQ3UCUBqcp8FAKiZww8/PI4++uiYNm1aaVDoww8/jDPOOCP69+8fQ4YMiUMOOST22muvcnM///zzyMnJiUmTJsUbb7wRJSUlpT+XJRKJOOqoo+Kwww6r71OCWpk9e3YUFhZGIpGIRCIRw4YNi7Zt29aqZtu2beOss86KcePGRUREUVFRzJ49O/r161cXLQPALk9wDgAAAACA7SouLo7bbrstHnjggSgqKtpuqGaLZDIZixYtirFjx8a4cePi/PPPj9GjR0daWlo9dAxUhWsbUse2D1gtXbo02rRpU+u6S5cuLfO6LmoC7IrcZwEAau7mm2+OoUOHRm5ubml4rri4OKZPnx7Tp0+PiIjMzMxo2bJlNG3aNDZs2BD5+fmxcePG0hpbB+aSyWRkZ2fHzTff3CDnA7WxbNmyiIjSVROPOeaYOqk7cODAGDduXCQSiTLHAQAiGjV0AwAAAAAA7LyWL18eZ5xxRtx9991RWFhY+sfcqn4kk8koLCyM8ePHxxlnnBHLly9v6FMCwrUNqaZDhw4REaUPR02dOrVO6m6ps+UBxS3HAfiucZ8FAKi5rKysuPfee+PAAw8s8zuoZDJZ+rFhw4ZYvnx5fPbZZ7F8+fLYsGFDme1bz+nWrVvcc889kZWV1dCnBtW2atWqMq87d+5cJ3U7deq03eMAwHeZ4BwAAAAAABXKz8+PESNGxLx58yp9oCEjIyPatm0be+21V7Rt2zYyMjIqfaBh3rx5MXLkyFi3bl1Dnxp8p7m2IfUccsghkZGRERHfhC/+8pe/xMqVK2tVc/Xq1fHII4+UhkQyMjLikEMOqXWvALsi91kAgNrp2LFjPPXUUzF8+PBo3Lhxjd7EqXHjxjFixIh48skno2PHjg19SlAjW940Y4uSkpIG6gQAvjsaN3QDAAAAAADsnK655ppYtGhR6YOcWx5m6NevX5x00knRq1ev6Nq1a7l5n376acyZMyeef/75eOuttyIiSh9uWLhwYVx99dVxxx131OepAFtxbUPqyczMjD59+sSbb74ZiUQi8vLy4oorroi77rormjVrVu16hYWFceWVV8bq1atLH1Ls27dvZGZm7oDuAXZ+7rMAALWXnp4eY8aMieHDh8fEiRPjpZdeitzc3HJBoq0lEonIzs6O4447Ls4888xo27ZtPXYMdW/b7+GlS5dGmzZtal136dKlZV7XRU0ASBWJ5PZ+4gQAAAAA4Dtp5syZcfbZZ5cJ1uy///5xww03RK9evapcJycnJ66//vpYuHBhacAmkUjEww8/HL17995B3QOVcW1D6nrnnXfivPPOK3NNduvWLW644Ybo3r17let89NFHcd1118UHH3wQEf8O1z7wwANx2GGH7aj2AXZ67rMAAHUvLy8v5s6dGytWrIi8vLwoKCiI5s2bR1ZWVrRv3z569OgRWVlZDd0m1Jm33347zj///NLfz1566aUxevToWte94447St/ULJFIxH333Rf9+vWrdV0ASAWCcwAAAAAAlDNy5Mh44403Sv9427t377jzzjujRYsW1a61fv36uOiii2LmzJml9Y488sgYP358nfYMfDvXNqS2iy++OKZNm1Ya6oiISEtLi/79+8eQIUPikEMOib322qvcvM8//zxycnJi0qRJ8cYbb0RJSUnp/EQiEUcddVTcdddd9XouADsj91kAAKA2Nm7cGH379o1NmzZFMpmMVq1axeTJk2u1muLq1avj+OOPjzVr1kQymYwmTZrEu+++a0VrAPj/Cc4BAAAAAFBGYWFh9O3bN4qKiiKZTEbr1q3jhRdeqNUfbleuXBknnHBCrF27tvQPtzNmzIgmTZrUYefA9ri2IfXl5eXF0KFDIzc3t0yoY0u4NSIiMzMzWrZsGU2bNo0NGzZEfn5+bNy4sXT71nOSyWTst99+8eijj3qHf4BwnwUAAGpvxIgR8eabb5b+O6JPnz5x1113RbNmzapdq7CwMC655JJ46623Suv9x3/8R0yYMKFOewaAXVmjhm4AAAAAAICdy+zZs6OwsDAivnmYc9iwYbUK1kREtG3bNs4666zSh0SLiopi9uzZte4VqDrXNqS+rKysuPfee+PAAw+MZDIZiUSiNJix5WPDhg2xfPny+Oyzz2L58uWxYcOGMtu3ntOtW7e45557hDkA/n/uswAAQG2NHDmy9L+TyWTMnDkzhg0bFvPmzatWnY8++iiGDRsWb7/9dpk39rjgggvqtF8A2NUJzgEAAAAAUMayZcsi4t8rIRxzzDF1UnfgwIER8e/VGLYcB6gfrm34bujYsWM89dRTMXz48GjcuHGZkEZVPpLJZDRu3DhGjBgRTz75ZHTs2LGhTwlg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AJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKaVxQzcAAAAAAACQSr744osYOHBgteakpaVFRkZGNGnSJJo3bx5t2rSJtm3bxp577hn77rtvZGdnR48ePaJ58+Y7qGsAAAAAAACA1CI4BwAAAAAA0MCKi4tjw4YNsWHDhlizZk18+eWX5fZJS0uL733ve3HkkUfGcccdFwcccEADdFp/Pvzww3j11VfLjY8ePboBuqEhPPDAA5Gfn19mrG/fvnHYYYc1UEcAAAAAAADsShLJZDLZ0E0AAAAAAACkipqsOFcTBx98cJx//vlx3HHHRePGqfdeiU8//XRcc8015cYXLFjQAN3QEI455phyIdJRo0YJTwIAAAAAAFAljRq6AQAAAAAAAKrvgw8+iKuuuiqGDBkSb7/9dkO3AwAAAAAAALBTSb23HwUAAAAAANgJtWvXLn74wx9Wun3Tpk1RVFQU69atixUrVsTSpUujoKDgW+suXrw4zjvvvBg6dGhce+21kZGRUZdtAwAAAAAAAOySBOcAAAAAAADqwb777hu/+93vqrx/MpmML7/8Mt5///1466234pVXXok1a9ZUuv9jjz0WCxYsiAkTJkSLFi3qoGMAAAAAAACAXVejhm4AAAAAAACA8hKJROy5555x/PHHx4033hhvvPFG3HLLLbHffvtVOmf27NkxcuTI2LBhQz12CgAAAAAAALDzEZwDAAAAAADYBWRkZMTgwYPjueeei6uuuirS09Mr3G/27Nnxq1/9qp67AwAAAAAAANi5CM4BAAAAAADsQtLS0mLkyJFx//33R1ZWVoX7PPPMMzF58uR67gwAAAAAAABg5yE4BwAAAAAAsAvq06dPjBs3LjIyMircfvPNN8fGjRvruSsAAAAAAACAnUPjhm4AAAAAAACAmunTp09cfvnlcfPNN5fb9q9//SsmTpwY5513Xo1qr1mzJmbOnBnz5s2LTz75JD755JNYvXp1FBQUxKZNm6Jly5bRqlWr2G233aJHjx7Rp0+f6N27d+y22241Ot57770XTz31VOnrzz77rML9rr766irXHDNmTLRp06ZK+27evDnmzp0bs2fPjtzc3Fi8eHEsW7Ys1q1bF+vXr4/MzMxo1apVtG7dOrp27Rp9+vSJPn36xH777Vflfqrriy++iKlTp8b8+fNjwYIFsXLlyli3bl1s2LAhMjIyIjMzM1q0aBF77LFH7LnnnrHvvvtGz549o3v37tGsWbM67WXu3Lnx5ptvxpw5c2LJkiWxYsWK2LBhQ0RENG/ePDp37hwHHnhgHHbYYTFw4MBo2bJltY/x+9//PlavXl36euv/3uLVV1+NL7/8skr1Dj300DjttNOqtG8ymYx333033nvvvZg/f34sXrw48vPzY926dbF58+Zo0qRJNG3aNNq0aROdO3eOPffcM7p16xa9evWK7OzsSCQSVTtJAAAAAAAA6k0imUwmG7oJAAAAAACAVPHFF1/EwIEDy4337ds3Hn744To/XklJSZx00kmxcOHCctu6dOkSL7/8cpVDPbm5uTF58uR47bXX4qOPPorq/hkpPT09TjnllBg5cmTsvffe1Zr79NNPxzXXXFOtOd/mtddeiz333LPS7evWrYtXXnklXnrppZgxY0asX7++2sfo2bNnXHzxxXHMMcfUptUy3nrrrbjzzjtj5syZ1f4aRHzzdejfv38cd9xxccopp9S4j6Kionj66afj/vvvj08//bTK8zIyMuLUU0+NSy+9NDp06FDlecccc0yVQ3FVccopp8Tvfve77e5TVFQU999/f0ycODGWLl1ao+O0a9cufvzjH8dpp50WBx10UI1qAAAAAAAAUPcaNXQDAAAAAAAA1FyjRo3i0ksvrXDbZ599FrNmzapSnQsuuCCOP/74uOOOO+LDDz+sUWBr06ZN8cQTT8RPfvKTmDBhQrXn16dnnnkm+vXrF1dffXVMmzatRqG5iIicnJy45JJL4uyzz65whbTq2LBhQ1x11VVx/vnnx4wZM2r0NYj45uvw97//vVqr821r1qxZcdJJJ8X//u//Vis0F/FNGG3ixIlxwgknxLPPPlvjHna0999/P4YMGRJ/+tOfahyai4j4+uuv49FHH42HHnqoDrsDAAAAAACgtgTnAAAAAAAAdnGDBg2Ktm3bVrjt9ddfr1KNzz77rM76KS4ujj/+8Y8xZsyYKC4urrO6delf//pXFBUV1Vm9GTNmxH/9139Fbm5ujeavX78+Lrzwwnj++efrrKeaeuSRR+Kcc86JxYsX16pOfn5+jBkzJm699dY66qzuzJ49O84///xqhwIBAAAAAADYdTRu6AYAAAAAAAConcaNG8egQYNi4sSJ5ba9+eabta7foUOH6Ny5c7Rs2TJatmwZmzZtivz8/Fi8eHF89dVXlc579tlno1OnTnH55ZfXuof61KxZs9hnn32iVatW0bJly0hPT4+8vLxYvnx5fPzxx7F58+YK533xxRcxatSo+Otf/xrNmjWr1jFvuummmDFjRqXbMzMzo0uXLtGpU6do1qxZJBKJWLduXeTn58enn34aK1eurNbxKjNhwoT44x//uN19OnfuHHvttVe0bt06kslkrFy5Mj766KNYt25dhfvfdddd0bJly7jgggvqpMfaysvLi1GjRlXab0REu3btokuXLtGmTZto2rRpFBYWRkFBQaxatSoWL14cGzdurMeOAQAAAAAAqAnBOQAAAAAAgBTQv3//CoNzH3/8cRQWFkaTJk2qXGuPPfaIH/3oR3HUUUfFwQcfHG3atKl032XLlsWkSZPikUceiS+//LLc9vHjx0e/fv3isMMO2+4xTz311Dj11FNLXz/99NNxzTXXlNtvwYIFVT6PqsrMzIwjjjgiBg0aFD179oyuXbtGo0aNKty3sLAwpk+fHo8++mhMnz693PbFixfHjTfeGL/97W+rfPx58+bFk08+WeG2AQMGxDnnnBO9e/eOjIyMSmusXLky3n///Xj99ddj6tSpsWLFiioff4sXXnih0tBcu3bt4txzz40TTjghOnfuXG77pk2bYsaMGXH77bfHP//5z3Lbx44dG4cffnh079690uNvuzriMcccU+57atSoUTF69OiqnE6lbrvttgqDhi1atIj//u//jhNPPDGys7MrnV9cXByfffZZvPPOO/Haa6/Fu+++G5s2bapVTwAAAAAAANQ9wTkAAAAAAIAU8P3vf7/C8c2bN8eCBQsq3b5Fo0aN4uijj46RI0dG7969q3zcDh06xIgRI2Lo0KHxu9/9Lh5//PEy20tKSuJPf/pTufGdwV577RXDhw+Pk08+ucorxDVp0iQGDhwYAwcOjClTpsS1114b+fn5ZfZ5+umnY8SIEdsNX23tmWeeiWQyWW78hhtuiNNPP71KNdq2bRsDBgyIAQMGRHFxcUyZMiUeeOCBKs2N+Ga1vOuuu67Cbaeeemr84he/iKZNm1Y6Pz09PY444og44ogj4p577ok//vGPZc5p06ZNcdVVV8Wzzz5brRBnXdu8eXM899xz5cY7d+4c999/f3Tp0uVba6SlpcW+++4b++67b5x11lmxatWqeOSRR6xCBwAAAAAAsJOp+K0yAQAAAAAA2KXsscce0bJlywq3ffHFF986/7777ovx48dXKzS3tWbNmsWvf/3rOOecc8ptmzNnTsydO7dGdXeUU089NV5++eU466yzqhya29aPf/zjuPvuuyMzM7PMeDKZjEceeaTKdaZOnVpu7KSTTqpyaG5baWlpcdxxx1UrrPjrX/861q9fX278pz/9adx0003bDc1t64ILLojrr7++3Pgnn3wSzz77bJXr7AizZ8+OtWvXlhv/zW9+U6XQXEXatGkTo0ePjp/97Ge1bQ8AAAAAAIA6JDgHAAAAAACQIjp16lTh+FdfffWtczt37lwnPYwZMyb22WefcuNPPvlkndSvKx07doy0tLRa1/nBD34QI0eOLDf+zDPPRFFR0bfOLy4ujn/961/lxk866aRa91ZVs2bNir///e/lxk888cS49NJLa1Rz2LBhceyxx5Ybf/jhh2tUr658/vnn5cY6dOgQ/fr1a4BuAAAAAAAA2JEE5wAAAAAAAFJE+/btKxxfuXJlvfWQnp4eI0aMKDf+3nvv1VsP9W348OGRkZFRZmz9+vXx0UcffevcVatWRUlJSbnxPfbYo876+zYPPvhgubEWLVrENddcU6u6V1xxRTRqVPbPkQsXLoyZM2fWqm5tVHQt1OfnGgAAAAAAgPojOAcAAAAAAJAimjdvXuF4YWFhvfZx5JFHlhv75JNPYt26dfXaR31p1qxZ9OnTp9z4+++//61zGzduXOH4qlWrat1XVeTl5cXrr79ebvzMM8+MNm3a1Kr2PvvsE/379y83/s4779Sqbm1U9Pmur881AAAAAAAA9UtwDgAAAAAAIEU0adKkwvGNGzfWax8dOnSIzMzMMmMlJSUxf/78eu2jPu29997lxj744INvndeqVatIT08vN/7MM8/USV/fZvr06bFp06Zy48cff3yd1D/ssMPKjf3zn/+sk9o1UVEYcMmSJSm9IiIAAAAAAMB3leAcAAAAAABAiigpKalwPJFI1HMnEbvttlu5sa+//rre+6gvNT3fRo0aRY8ePcqNP/XUU3HnnXdGcXFxnfRXmZkzZ5Yba926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+8c//hELFy6stE7nzp3LjVUULPwua9KkSfTv3z+uv/76mDZtWtx0003Rtm3bCve955576rk7AAAAAAAAKiM4BwAAAAAAsAsrLi6OcePGVbgtOzs7evXqVenc1atXV7i62I9+9KNa9TRnzpxazd+RPv3003Jj/fv3j2bNmtW4ZjKZrHTVt/pw0EEHxQMPPBA//vGPK9xeUThyi+9973vlxj7++OMoKCios/5SSXp6epx66qkxceLEaN26dbnt8+fPFzwEAAAAAADYSQjOAQAAAAAA7MLuvffe+PjjjyvcNmzYsO3O/frrryscr2gVsuqYMWNGreZHfBNQqsjmzZtrVXflypXlxmp7vh9++GHk5+fXqkZtNWrUKK677rpo1Kj8n/8WLFhQ6bxDDz203NjmzZtj1qxZddpfTVT0PVDbr39d2XvvvWPEiBHlxpPJ5HY/3wAAAAAAANQfwTkAAAAAAIBd1Lvvvhu33XZbhdv23HPPOO2007Y7v7JVxZo0aVLjnjZs2BDPPfdcjedv0bx58wrHN27cWKu6FZ1zZmZmrWpOnDixVvPrSocOHSI7O7vc+OrVqyudc8wxx0QikSg3/tRTT9VpbzVR0fdAYWFhA3RSsX79+lU4vr3PNwAAAAAAAPVHcA4AAAAAAGAX9O6778b//M//xKZNmyrcfs0110RGRsZ2a2RlZVU4vmzZshr39cQTT8TatWtrPH+LyoJztektIqJly5blxr766qsa11u+fHmdBAXrSrNmzcqNNW7cuNL9O3bsWGEAbMqUKZWuZFhfKvoeqO3Xvy5V9LmOqHy1RAAAAAAAAOqX4BwAAAAAAMAupLi4OO6+++4YMWJE5OfnV7jPGWecET/60Y++tVbbtm0rHJ8+fXqNevvss89i7NixNZq7rc6dO1c4vmjRolrVbdeuXbmxt99+O4qLi2tU79prr40NGzbUqqe6UlJSEp9//nm58d133327884777xyY8lkMq688spYv359XbVXbRV9D9T261+XlixZUuH4t32+AQAAAAAAqB+CcwAAAAAAALuAoqKimDRpUgwZMiRuueWWSlea69u3b/z85z+vUs3ddtstunbtWm788ccfj5UrV1arv1WrVsXo0aPrLGi15557Vrgi3uTJk2tV95BDDik3tmLFinjyySerXetPf/pTvPHGG7Xq55133olnn302Nm/eXKs6EREvv/xyrFq1qtz4QQcdtN15Rx11VIWrzn300Ufxf/7P/6mzr2lBQUE88MADVd6/W7du5cYWLVoUCxcurHEPDzzwQHz44Yc1nr+1iRMnlhtr0qRJZGdn10l9AAAAAAAAakdwDgAAAAAAYCf15ZdfxuTJk+O6666LH/7wh3HllVdGbm5upfv37ds3xo8fH02aNKnyMY488shyY/n5+XHxxRfH2rVrq1Tj448/jrPOOisWLFhQ5eNWxQ9+8INyYy+//HLccccdsW7duhrVrOh8IyJ++9vfxttvv12lGhs2bIhf/OIXMX78+Br1sLWlS5fGmDFjYtCgQXHffffF8uXLa1Rnzpw58ctf/rLceHp6ehx77LHfOv+GG26I5s2blxufOnVq/Nd//VfMnz+/Rn1FRHzyySdxyy23xNFHHx033XRTlecdeuihFY5fccUV8f7779eol9deey1OPvnkGD58eLz22mtRVFRU7RrJZDJuvfXWmDZtWrltRx11VLRo0aJGvQEAAAAAAFC3EslkMtnQTQAAAAAAAKSKL774IgYOHFhuvF27dvHDH/6w0nmbN2+OoqKiKCgoiOXLl8eXX34ZBQUFVT7uOeecE//3//7faNy4cbX6XbJkSRx33HEVrni2xx57xOWXXx7HH398ZGRklNv+0UcfxVNPPRWPPfZYmfkHH3xwfP3117Fs2bIy+48aNSpGjx5d5d5eeuml+OlPf1rhtiZNmsSBBx4Ye+yxRzRt2jQSiUS5fcaMGRNt2rQpN37OOefEu+++W248LS0tzj777DjvvPNijz32KLd91apV8eqrr8b/+3//L7766qvS8caNG0f//v3jH//4R5n9O3fuHK+//vp2z/Hpp5+Oa665pvR1o0aNonfv3jFo0KDo1atXdOvWrcLP/RYffPBBPPHEE/HXv/61wlUIzxgI6ukAAAkjSURBVDrrrPjf//3f7fawxSuvvBKXXXZZlJSUVLj9yCOPjDPPPDP69OlT4WqAW6xZsyY+/PDDeO+992LKlCnlVoirTsBy8ODBsWjRogq3derUKfbbb7/IysqK9PT0ctsPPfTQOO2008qMnX322TFjxozS11lZWTFw4MA48sgjo0ePHrHXXntV2suGDRvijTfeiHvvvTfmzJlTbnujRo3isccei169elXt5AAAAAAAANihBOcAAAAAAADqUGXBuR1l//33j1/84hfRt2/fGte48cYb4+GHH650e2ZmZhx00EHRvn37SEtLi5UrV8aSJUviX//6V7l9W7RoEU888USMHDkyvvzyyzLbqhuc27RpU/znf/5njVeye+2112LPPfcsN56TkxNnnXVWhWHBLfbdd9/o2rVrNG/ePPLy8mL58uWxcOHCKC4uLrfv5ZdfHps3b4477rijzHhNgnPbSk9Pj65du8Zuu+0WrVu3jszMzNi4cWN8/fXXsXjx4lizZk2lc/fcc8947rnnKlxJrjJPPvlk/OIXv6g0PBfxTUAsOzs72rVrF61atYrGjRtHXl5e5Ofnx7Jly2Lp0qXbPUZ1vp6TJ0+OK664osr7b+2UU06J3/3ud2XGtg3ObatVq1ax9957R6tWraJVq1aRSCSioKAgvvzyy/jkk08qDCduMWLEiBgzZkyNegUAAAAAAKDuVe8tRwEAAAAAANgpdO/ePUaMGBHHHntspKWl1arWmDFjYv78+TFr1qwKt2/cuDFmz579rXUyMzPjjjvuiOzs7Fr1s0V6enrceuut8d///d+xatWqOqkZEdGzZ8+49tpr49e//nWl+yxevDgWL178rbXOOOOMuOSSS+L222+vs/62tmnTpkpXXNueLl26xH333Vet0FxExGmnnRatW7eOq6++OtatW1fhPiUlJbFo0aIa9VVdxx9/fMyaNSv+8pe/7PBjRUSsXbs25s6dW+15Z5xxRlx11VU7oCMAAAAAAABqqlFDNwAAAAAAAMC3a9y4cfTo0SNGjRoVL7zwQvz1r3+N448/vtahuYiIjIyMuPPOO+PII4+scY0OHTrEww8/HP369at1P1vLzs6OZ599NgYNGlQn57rFsGHD4rrrrov09PQazU9LS4vLLrtsu+G7qqjp8bfn2GOPjccee6zC1faqYtCgQfHss8/W6vuhIpmZmTFkyJBqz7v++uvjpptuig4dOtS6h7r+fDdv3rw0hNmokT+9AgAAAAAA7EysOAcAAAAAANDAGjVqFBkZGZGRkREtWrSINm3aRLt27aJTp06RnZ0d++23X/To0aPaq4dVR6tWreLuu++Ohx56KCZMmBArVqyo0rzmzZvHGWecEf/zP/8TLVq02CG97b777nHHHXfEsmXL4qWXXor58+fHggULYuXKlVFQUBAbNmyIkpKSatc9++yz4/vf/3784Q9/iJkzZ1Z53hFHHBFXXnllHHzwwdU+5raGDBkSBx98cEydOjWmTZsWc+bMiaKiomrXSUtLi/79+8eIESPqJLy45557xoQJE+Ldd9+NBx98MP7+97/H5s2bq12nWbNm0adPnxg0aFAcd9xxNf4eOfXUU+Okk06KN998M955551YsGBBfPrpp7Fu3bpYv359lT9n48ePj5kzZ8brr78eb7zxRnz66ac16me33XaLwYMHx4UXXhi77757jWoAAAAAAACwYyWSyWSyoZsAAAAAAABg51FUVBSvvvpqvP3225GTkxMrV66MtWvXRiKRiBYtWsSee+4Z+++/f/Tv3z+OPvroCsNQX331VbmgVVZWVmRlZdXXaVTL+++/H1OnTo333nsvvvjii1izZk0UFRVF06ZNo127drHvvvvGoYceGsccc0zss88+5ebn5eVFXl5embHGjRtHx44dq9VHUVFRzJs3L3JycmLx4sWxZMmS+PLLLyM/Pz/Wr18fyWQymjdvHs2bN4+OHTtGt27d4qCDDoqjjz462rVrV6vPwfasXbs2/vGPf8ScOXNi4cKF8eWXX8bq1aujsLAw0tLSonnz5tGiRYvYfffdY99994199903evToEb169dohq+rVlVWrVsXs2bNj3rx5sWTJkliyZEksX768NJCZnp4eLVq0iJYtW0bXrl3joIMOip49e0b//v136vMCAAAAAABAcA4AAAAAAAAAAAAAAACAFNOooRsAAAAAAAAAAAAAAAAAgLokOAcAAAAAAAAAAAAAAABAShGcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJQiOAcAAAAAAAAAAAAAAABAShGcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJQiOAcAAAAAAAAAAAAAAABAShGcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJQiOAcAAAAAAAAAAAAAAABAShGcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJQiOAcAAAAAAAAAAAAAAABAShGcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJTy/wG7GSnFk4ob3AAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_1105429/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAADc4AAAb8CAYAAACX6eNfAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAC4jAAAuIwF4pT92AAEAAElEQVR4nOzdeXSW5Zk/8CsJYUmCBVkCBJBFRMGloFJtrRu41DPOKLVVq9iKrbUWbG3n1x5tO26no/U4c1zGpQIWFRWnVayto8UyWDdQGQSLCwga2WRTw5IQsvD+/pgzHB8SJG8MeeHJ53NO/7iv3Nd9XWmx/9Bvn7xMJpMJAAAAAAAAAAAAAAAAAEiJ/FwvAAAAAAAAAAAAAAAAAAAtSXAOAAAAAAAAAAAAAAAAgFQRnAMAAAAAAAAAAAAAAAAgVQTnAAAAAAAAAAAAAAAAAEgVwTkAAAAAAAAAAAAAAAAAUkVwDgAAAAAAAAAAAAAAAIBUEZwDAAAAAAAAAAAAAAAAIFUE5wAAAAAAAAAAAAAAAABIFcE5AAAAAAAAAAAAAAAAAFJFcA4AAAAAAAAAAAAAAACAVBGcAwAAAAAAAAAAAAAAACBVBOcAAAAAAAAAAAAAAAAASBXBOQAAAAAAAAAAAAAAAABSRXAOAAAAAAAAAAAAAAAAgFQRnAMAAAAAAAAAAAAAAAAgVQTnAAAAAAAAAAAAAAAAAEgVwTkAAAAAAAAAAAAAAAAAUkVwDgAAAAAAAAAAAAAAAIBUEZwDAAAAAAAAAAAAAAAAIFUE5wAAAAAAAAAAAAAAAABIFcE5AAAAAAAAAAAAAAAAAFJFcA4AAAAAAAAAAAAAAACAVBGcAwAAAAAAAAAAAAAAACBVBOcAAAAAAAAAAAAAAAAASBXBOQAAAAAAAAAAAAAAAABSRXAOAAAAAAAAAAAAAAAAgFQRnAMAAAAAAAAAAAAAAAAgVQTnAAAAAAAAAAAAAAAAAEgVwTkAAAAAAAAAAAAAAAAAUkVwDgAAAAAAAAAAAAAAAIBUEZwDAAAAAAAAAAAAAAAAIFXa5XoBAAAAAAAAIF1WrlwZo0ePzsnsUaNGxYMPPpiT2QAAAAAAAOw9fHEOAAAAAAAAAAAAAAAAgFQRnAMAAAAAAAAAAAAAAAAgVdrlegEAAAAAAAAgXQoLC+Pggw/OqqeqqiqWL1+eqBUVFUX//v2zeifb+wAAAAAAAKRTXiaTyeR6CQAAAAAAAKBte+WVV+Kiiy5K1EaNGhUPPvhgjjYCAAAAAABgX5af6wUAAAAAAAAAAAAAAAAAoCUJzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKRKu1wvAAAAAAAAALCn1dfXx9tvvx1Lly6Njz76KLZt2xZFRUUxdOjQOPbYY3O9XpNlMplYvHhxrFixIj7++OOoqKiITp06xf777x9lZWVx2GGHRbt2/hoYAAAAAADA35gAAAAAAAAA+6xXXnklLrrookTtgQceiC996UsREbF69eqYPHly/PnPf46NGzc26B81alSD4NzJJ58cq1at2nE+++yz46abbsp6tzvuuCP+4z/+I1FbvHhx1u9ERPz973+PBx98MF566aXYsGHDLu8VFxfHV77ylfje974Xhx9+eLNmAQAAAAAApIHgHAAAAAAAAJBKv//97+PXv/51bN26NderNNuqVavipptuipkzZzbpfmVlZcycOTNmzpwZp556avz617+O/fbbbw9vCQAAAAAAsPfJz/UCAAAAAAAAAC1t8uTJ8ctf/nKfDs0tWLAgvvGNbzQ5NLezmTNnxje/+c344IMPWngzAAAAAACAvZ8vzgEAAAAAAACp8tJLL8W9996749y+ffv40pe+FKNGjYoePXpEQUFBrFmzJt54442oqqrK4aa79sorr8T3vve92LZtW6Ken58fRx11VIwYMSL69u0bnTt3jm3btsWaNWvitddeizlz5kR9ff2O+++//35ceuml8dhjj0VJSUlr/xoAAAAAAAA5IzgHAAAAAAAApMrkyZMjk8lERMRpp50WV111VfTu3bvRuzsH0/YG69evj5/85CcNdhs7dmxMnDgx+vTp02jfZZddFsuXL4/rrrsuXnzxxR318vLyuPrqq+P222/fo3sDAAAAAADsTfJzvQAAAAAAAABAS/q/L66NGzcubr/99l2G5iIiOnTo0FprNdnVV18dGzZs2HEuKCiIW265JW688cZdhub+T//+/WPy5MkxduzYRP0vf/lLvPHGG3tkXwAAAAAAgL2R4BwAAAAAAACQOocffnhcddVVuV4ja2+88UY8//zzidpPfvKTOPPMM5v8Rl5eXlx//fUxePDgRP3ee+9tkR0BAAAAAAD2BYJzAAAAAAAAQOr87Gc/i4KCglyv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kuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAA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bdoUU6dOjd/+9rdRV1cXERFLliyJb3/72zF9+vQoLS1tdFanTp0S55qammbtXF1d3aBWVFTUrLcAAAAAAAAAAAAAAACAPUdwjpyYPHlyg9DczTffHP/4j/+4y5799tsvrrjiijjqqKPi0ksvjdra2oiIWL16dfziF7+IyZMnN9q3c7itsQBcUzTWV1xc3Ky39gaHHHJIlJWV5XoNAAAAAAAAAAAAAAAAaHGCc7S6jz/+OO66665E7YILLvjM0NynffnLX44f/ehHccstt+yovfDCCzFv3rw46qijGtzfOTi3ZcuWZmwdUVlZudu39yWFhYVRWFiY6zUAAAAAAAAAAAAAAACgxeXnegHanieffDLx9ba8vLy49NJLs3pj3Lhx0blz50RtxowZjd7t2bNn4rxmzZqsZv2fDz/8MHFu3759dOnSpVlvAQAAAAAAAAAAAAAAAHuO4Byt7tVXX02cDz744CgtLc3qjY4dO8bRRx+dqL3++uuN3h00aFDivHbt2ti+fXtW8yIaBucGDBgQBQUFWb8DAAAAAAAAAAAAAAAA7FmCc7S6VatWJc59+/Zt1js7961du7bRe4MHD06c6+rqory8POt57733XuI8cODArN8AAAAAAAAAAAAAAAAA9jzBOVpddXV14tyhQ4dmvdOpU6fEuaamptF7Q4cObVDb1dfpdqW6ujrefPPNRO2ggw7K6g0AAAAAAAAAAAAAAACgdQjO0er222+/xLmioqJZ73z88ceJc5cuXRq916dPnzjwwAMTtVdffTWrWa+//nrU1tYmaieeeGJWbwAAAAAAAAAAAAAAAACtQ3COVte9e/fEedGiRbF9+/as31m4cGHi3KNHj13eHT16dOI8c+bMqKysbPKsJ554InHu1atXHHrooU3uBwAAAAAAAAAAAAAAAFqP4BytbsSIEYlzRUVFzJ49O6s3Fi1aFEuWLEnUjj766F3eP/300xPnqqqqeOyxx5o0a/369fHMM88kaqeddloTNwUAAAAAAAAAAAAAAABam+Acre6EE05oULv55ptj8+bNTeqvqamJ66+/vknv/p9hw4bFSSedlKjdfvvtsXbt2t3Ou+6666K6unrHuUOHDnHJJZc0aVcAAAAAAAAAAAAAAACg9QnO0eqGDh0axx9/fKJWXl4e3/ve93YbZKuoqIjLL788Fi5cmKgfccQR8eUvf/kze3/84x9HXl7ejvPmzZvju9/97i5nZjKZuOmmm+LZZ59N1C+44IIoLS39zFkAAAAAAAAAAAAAAABA7uRlMplMrpeg7Xn33Xfjm9/8ZlRVVSXqRUVFcc4558RJJ50UgwcPjpKSkqisrIzy8vJ44YUX4tFHH42NGzcmetq3bx8PPvhgfPGLX9zt3N/85jdx3333JWr7779/jBs3Lk4++eTo3bt3bNy4MRYtWhRTp05tENDr379/zJgxI0pKSpr3i+fAqlWrom/fvg3qK1eujLKyshxsBAAAAAAAAAAAAAAAAHuW4Bw587e//S1++MMfRm1tbbPfKCgoiFtuuSXOOOOMJt2vq6uLCRMmxOzZs7Oe1bVr15g2bVoceOCBWffmkuAcAAAAAAAAAAAAAAAAbU1+rheg7TrhhBPikUceiYEDBzarv6ysLB588MEmh+YiItq1axd33HFHnH/++VnNGjJkSEyfPn2fC80BAAAAAAAAAAAAAABAW+SLc+RcTU1NPP300/Hoo4/GwoULo66ubpd38/PzY/jw4XHuuefGmWeeGR07dmz23Hnz5sXdd98dL7/8cmzfvr3RO/369Ytx48bFt771rSgsLGz2rFzyxTkAAAAAAAAAAAAAAADaGsE59ipbt26NN998M5YvXx6bNm2KqqqqKCoqis6dO0efPn3isMMOi5KSkhad+cknn8SCBQti+fLlUVlZGYWFhdGzZ88YPnx4Kr4wJzgHAAAAAAAAAAAAAABAWyM4ByknOAcAAAAAAAAAAAAAAEBbk5/rBQAAAAAAAAAAAAAAAACgJQnOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcA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R22lB4Bltba25owzzui83nLLLXPCCSes1p6zZ8/Or371qy73Pv7xj2e77bZ727UTJkzI6NGjO69LpVLOP//81ZoHAAAAAAAAAAAAAAAA6DtOnKPqnHXWWXnttdeSJDU1NfnOd76TQYMGrdaet99+exYuXNh5XVNTk0996lOrtHbo0KE59NBDc8EFF3Teu/vuu9PW1pZhw4at1lwAAAAAANXM6TsAvB2/VwAAAADAqmsYPibjj55a6TEA1hhOnKOqPPzww7n66qs7rw855JDstNNOq73v7bff3uV6xx13LOv/pDvkkEO6XC9YsCD33nvvas8FAAAAAAAAAAAAAAAA9D7FOarGggUL8s1vfjOlUilJss466+T//t//2yv7PvDAA13u7bLLLmXtsemmm2aDDTbocu/OO+9c3dEAAAAAAAAAAAAAAACAPlBf6QFgifPPPz9/+9vfOq+/+tWvZp111lntfV988cUsWLCgy733vve9Ze/z3ve+NzfeeGPn9TPPPLPaswEAAABQPZqbm9PU1LTCZ9OmTUtjY2M/TwQAfcPveQDAmmzCpOlpaesoe11766xun02cPCNDR8wpe8+Rw+ozeeK4stcBAAAAsGoU56gKzzzzTC6++OLO61122SUHH3xwr+z9wgsvLHdviy22KHufZdcsXfIDAAAAAAAAAOiOslb1aGnrSGsPvhbz27tf09bekUW15e8JAAAAQN9SnKPiFi9enG9+85tZuHBhkmTQoEH5j//4j17b//nnn+9yXVdXlzFjxpS9zwYbbNDluq2tLbNmzerRXgAAAAAAAADAmkNZCwAAAAD6n+IcFXfFFVfkiSee6Lw+8cQTe3QiXHdeffXVLtfrr79+6urqyt5no402Wu6e4hwAAAAAAAAAsKaolpPz1vRT8wAAAABYNYpzVNTMmTPzox/9qPN6s802y2c/+9lefUd7e3uX6+HDh/donxWta2tr69Fe1WDhwoWdp/wBAABQnubm5uy+++4rfHbPPfeksbGxnydiIFvZP58PlH9+L0KGpDg5iqAIX4siZEiKk4Pq4OdT9fC1qB5F+FoUIUNSjBwyVI9K5xg0aFCf7t+b+vrHopJfi4H0dUi6/7FaNkc1n5y3qhmqXRFyFCFDUowcRciQrDhHETIkAytHETIkxchRhAxJMXIUIUNSjBxFyJD07e95DcPHZPzRU3tlr5UpwteiCBmSYuQoQoakGDkGyv8uR3Wr1M95xTkq6j/+4z+6FNu+/e1vZ6211urVdyxbnOvp/itat+zeA8lTTz2V119/vdJjAAAADEizZnX/b8ieMWNG5swp79+QzZqtCD+fipAhKU6OIijC16IIGZLi5KA6+PlUPXwtqkcRvhZFyJAUI4cMq6++vnf+CMXKcjz33HNpbW3tlfd0dCxfNKqvr88OO+zQK/v3h+nTp68wR2+p1M+pgfZ1SFb8tRhoOYqQISlGjiJkSIqRowgZkuVzFCFDMvByFCFDUowcRciQFCNHETIkxchRhAyJ3/OqRREyJMXIUYQMSTFy9PX/hsOaYccdd6zIexXnqJgbb7wxd955Z+f1hz/84YwfP77X3zNv3rwu1z0tzjU0NCx3byAX5wAAAAAA1gSzZs3KiSeeuMJnF110UcaMGdPPEwEA1ag3/7BSc3Nzt8+22WabXjup/sknn/QHlgAAAAAAVkJxjop444038r3vfa/z+h3veEe+/vWvV3AiAAAAAACoXgqAUF1661Sqle1TX1/fK+9RqgEAAAAAANZUinNUxA9+8IPMnj278/orX/lKRo0a1SfvGjJkSJfrt956q0f7zJ8/f7l7Q4cO7dFeAAAAAAAADEwD7VQqJ1IBAAAAAABrKsU5+t0DDzyQ3/3ud53X//qv/5ojjjiiz963bLmtp8W5Fa0byMW5bbbZJhtvvHGlxwAAABiQVvaHW8eOHdsrf7iVNUcRfj4VIUNSnBxFUISvRREyJMXIUYQMSTFyFCFDUfharFnGjRvXp/sX5edTEXLIsObp61/f/cH3qOrh51P1KEKOImRIipGjCBmSYuSQoXoUIUcRMiTFyFGEDEkxchQhQ1KMHDJUjyLkKEKGpBg5ipCBNZfiHP1q/vz5+fa3v915XV9fn+985zupqanps3cuW26bO3duj/ZZ0bphw4b1aK9qMGjQoAwaNKjSYwAAAAxIK/vnKf+8RbmK8POpCBmS4uQogiJ8LYqQISlGjiJkSIqRowgZmpub09TUtMJn06ZNGzB/+N7XYs3S11/PIvx8SoqRQ4beN2HS9LS0lX9iY3vrrG6fTZw8I0NHzCl7z5HD6jN5Ytc/oDQQvqZvx/eo6lGEH4siZEiKkaMIGZJi5ChChqQYOWSoHkXIUYQMSTFyFCFDUowcRciQFCOHDNWjCDmKkCEpRo4iZGDNpThHvzr//PPz0ksvdV5/+tOfzrvf/e4+fefo0aO7XL/22mtZtGhR6urqytpn5syZb7s3AABQnfyBSgAAAADK1dLWkdYeFOfmt3e/pq29I4tqy98TAKDoGoaPyfijp1Z6DAAAoGAU5+hXjz/+eJfrt956Kz/84Q9Xae1f//rXLtdvvvnmcmu33XbbHHDAAV3ubb755l2uFy1alFmzZmWjjTZa1bGTLF+cGzZsWDbYYIOy9gAAAAB6l2IsAADVoFpOpVrRiVQAAAAAUBSK1gCUS3GOirrssst6vHbu3Lm56KKLutw7+OCDlyvObbHFFsutff7558suzr3wwgtdrt/1rneVtR4AAAAAAIBicioVAAAAwPKUnACASqut9ADQ1975zndm8ODBXe4te/Ldqnjssce6XG+99darNRcAAAAAAAAAAAAAAADQNxTnKLzBgwfnfe97X5d7Dz30UFl7NDc3Z+bMmV3u7bXXXqs7GgAAAAAAAAAAAAAAANAH6is9AGuWyy67rMdrv/a1r+X3v/995/XGG2+cO+64Y5XW7rPPPrnrrrs6rx955JE0NzensbFxldYv/d7kn2W83XbbbZXWAgAAAAAAAAAAAAAAAP1LcY41wj777JMzzjgjCxcuTJKUSqVcfvnlOe2009527bx58/Kb3/ymy7099tgjw4YN65NZAQAAAAAAAAAAAFizNQwfk/FHT630GAAAA5riHGuE9dZbL0ceeWQuv/zyznuXX355Pvaxj2XcuHErXfvjH/84s2bN6ryuqanJ5z//+T6bFQAAAAAAAAAAAACoDkqMADBwKc6xxvjsZz+b3/72t5k3b16SpKOjI5///Odz8cUXZ8stt1zhml/84he59NJLu9zbd999s+222/b5vAAAAAAAUI0mTJqelraOste1t87q9tnEyTMydMScsvccOaw+kyeu/F+QBwAMfP77BwAAAADQE4pzrDHWX3/9nHrqqTnjjDM6782cOTNHHHFEjjrqqHzoQx/KJptskvb29jz99NO5/PLLc++993bZY+21187Xvva1/h4dAAAAAACqRktbR1p78AfX57d3v6atvSOLasvfEwBYM/jvHwAAAABATyjOsUb5xCc+keeeey5XXXVV5722trZccsklueSSS1a6tqGhIeeee2422mijvh4TAAAAAAAAWEM5WQuAvtQw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Wv7whz/kuuuuy9NPP915f9miXE1NTY/2X3qfjo6OPP7443n88cczZcqUbL311jnooINy4IEHOlWsn7z00ks57rjj8sYbb3S5/7WvfS1HHHFEj/fdYostlrv3/PPPl12ce+GFF7pcv+td7+rxTACsWEtbR1p7UJyb3979mrb2jiyqLX9PAAAAAAAAAAAAAAAGrqoszj355JP5xS9+kT/+8Y9ZtGhRrxXllrXsPku/5+mnn86kSZNy9tln5wMf+ECOPfbY/Ou//muvvJflzZw5M8cdd1xee+21LvdPOeWUHHfccau19zvf+c4MHjw4CxYs6Lz3+OOPZ/fddy9rn8cee6zLtVMJAQAAAAAAAAAAAAAAoDpVVXHu9ttvz0UXXZQnn3wySdci28rKcssW61bVsnsufV0qlVIqldLR0ZFbbrklt9xyS7bffvuceOKJ+cAHPtCj97Fis2fPzqc//em8/PLLXe4ff/zxOfnkk1d7/8GDB+d973tf7rrrrs57Dz30UFl7NDc3Z+bMmV3u7bXXXqs9GwAAAAAAAAAAAAAAAND7qqI4d99992XKlCn585//nOR/i3ArKsstXZKrra1NY2NjNt9884wZMyZjxozJ6NGjM2TIkAwZMiQNDQ0plUqZP39+5s+fn/b29rz66quZNWtWZs2alRdeeCHNzc0rLOgtW6JL/nkS3imnnJLtttsuX/rSl7Lbbrv1/g/GGuaNN97IcccdlxdffLHL/SOPPDJf/epXe+09++yzT5fi3COPPJLm5uY0Njau0vrf//73Xa4HDx7s6w8AAAAAAAAAAAAAAABVqqLFuaeffjrf+9738vDDDydZcWFu6VLbuuuum5133jm77rprtttuu2y11VYZMmTIas0wb968PPvss/nLX/6SBx98MA8//HD+53/+p/N5TU1N5zxLTqH785//nBNPPDE77bRTvvGNb2Ts2LGrNcOaqq2tLSeeeGKeeeaZLvc/+tGP5jvf+U6vvmufffbJGWeckYULFyb559fy8ssvz2mnnfa2a+fNm5ff/OY3Xe7tscceGTZsWK/OCAAAAAAAAAAAAAAAAPSOihTnWlpaMmXKlPz617/OokWLVlqY23rrrbPffvvlgx/8YLbeeuten2XIkCHZfvvts/322+eYY45Jkjz77LO57bbbcuutt+app57qnG3ZAt3DDz+cQw89NEcddVS+9KUvZeTIkb0+X1G99dZb+exnP5s//elPXe7vu+++OfPMM1d42uDqWG+99XLkkUfm8ssv77x3+eWX52Mf+1jGjRu30rU//vGPM2vWrM7rmpqafP7zn+/V+QAAAAAAAAAAAAAAAIDeU5Hi3L777ps333xzucLckuvRo0fnkEMOycEHH5zNNtus3+fbaqutstVWW+Vzn/tcmpubc+211+Z3v/tdZs6cudy8ixYtypVXXpkbb7wxDzzwQL/POhB1dHTkS1/6Uh566KEu9/fYY4+cffbZqaur65P3fvazn81vf/vbzJs3r3OOz3/+87n44ouz5ZZbrnDNL37xi1x66aVd7u27777Zdttt+2RGAAAAAAAAAAAAAAAAYPVVpDj3xhtvLHeCW5LstttuOeaYY7LXXnultra2EqMtp7GxMaecckpOPvnk3H333bnyyitz9913p1QqdZn/jTfeqOygA8i5556b//7v/+5yr76+PptttlnOOeecHu257bbb5oADDljpZ9Zff/2ceuqpOeOMMzrvzZw5M0cccUSOOuqofOhDH8omm2yS9vb2PP3007n88stz7733dtlj7bXXzte+9rUezQjQ1yZMmp6Wto6y1rS3zur22cTJMzJ0xJyy5xg5rD6TJ678NE8AAAAAAAAAAAAAAOhLFSnOLVEqlVJXV5f99tsvJ510UsaOHVvJcVaqpqYme+65Z/bcc888++yz+elPf5qbb745HR3lFRRIZs1avqTR0dGRyy67rMd7HnzwwW9bnEuST3ziE3nuuedy1VVXdd5ra2vLJZdckksuuWSlaxsaGnLuuedmo4026vGcAH2ppa0jrWUW5+a3d//5tvaOLKr1+xwAAAAAAAAAAAAAAANPRY91O/DAA3PzzTfnRz/6UVWX5pa11VZb5Yc//GFuvvnmfPjDH+48eY6B4dvf/nZOOeWU1NXVrfKaDTfcML/85S+zyy679OFkAAAAAAAAAAAAAAAAQG+oyIlzu+22W77yla9km222qcTre80mm2ySH/7wh/nMZz6Ts88+u9LjsIpqampy8skn5wMf+EAuuOCC3H777Vm4cOEKP7v++uvnqKOOynHHHZdhw4b186RAf5kwaXpayjypLUnaW5c/QXOJiZNnZOiIOWXvOXJYfSZPHFf2OgAAAAAAAAAAAAAA4H9VpDh38cUXV+K1fWbs2LG5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AAAAAAAAAABA76iq4twSH/jAB3LjjTfmC1/4QgYPHtylQLdo0aJcddVV2W+//XLNNde87V6HHnpo7rzzzvzoRz/Kfvvtl9GjR3d74tz666+ffffdN2eddVbuuuuuHHHEEf2QFgAAAAAAAAAAAAAAAIDeVF/pAbozePDgnHLKKTn44IPzve99L//93//d5fS5OXPm5Fvf+lauvvrqfPOb38z222/f7V719fX50Ic+lA996ENJkjlz5mTOnDlpbW1NkowYMSLrrLNO1llnnX7JBgAAAAAAAAAAAAAAAEDfqdri3BKbbLJJLrjggtx11135/ve/n5deeik1NTVJklKplD//+c856qijcsghh+TLX/5y1l133bfdU0kOgN7QMHxMxh89tdJjrJYiZAAAAAAAAAAAAAAAgGXVVnqAVbXnnntm6tSp+dKXvpSGhoaUSqXOE+gWL16c3/72t9l///1zxRVXpFQqVXpcAAAAAAAAAAAAAAAAACpkwBTnkmTw4MH53Oc+l5tuuin77rtvZ0GupqYmpVIpLS0t+e53v5tDDjkkjz32WIWnBQAAAAAAAAAAAAAAAKASBlRxbokNNtgg55xzTn7+85/nXe96V5fT50qlUp566ql8/OMfz8SJEzN79uxKjwsAAAAAAAAAAAAAAABAPxqQxbkl3v/+9+f666/PqaeemqFDhy5XoJs6dWr233///OIXv8iiRYsqPS4AAAAAAAAAAAAAAAAA/WBAF+eSpL6+Pp/5zGdy00035cADD0ypVEqSzvLc3Llz84Mf/CAHHXRQpk2bVuFpAQAAAAAAAAAAAAAAAOhrA744t8To0aNz9tln57LLLsuWW2653Olzzz77bI477rhMmDAhs2bNqvS4AAAAAAAAAAAAAAAAAPSRwhTnlth5551z3XXX5bTTTsvw4cOXK9DdfPPN2X///fOzn/0sCxcurPS4AAAAAAAAAAAAAAAAAPSywhXnkqS2tjbHHntsbrnllhx00EGd95eU5+bNm5fJkyfnIx/5SO65557KDQoAAAAAAAAAAAAAAABAr6uv9ADLWrBgQR588ME8+eSTmT59eubMmZOWlpYkyciRI7P22mtn3Lhx2WGHHdLU1JTBgwd3u9e6666bM888M0ceeWROP/30PPXUU6mpqUmSlEqlvPjiiznppJOy995757TTTssmm2zSLxkBAAAAAAAAAAAAAAAA6DtVU5x78803c8kll+Q3v/lN5syZ0+VZqVRKks7S25133pnkn0W6ww47LCeccELWXXfdbvf+13/91/zud7/LVVddlSlTpuTNN9/sUqC74447ct999+Uzn/lMTjrppJWW8QAAAAAAAAAAAAAAAACobrWVHiBJ7r777nz4wx/ORRddlP/5n/9JqVTq8ldNTU1qamqWu//mm2/m5z//eT7ykY/kjjvuWOk7ampqcswxx+SWW27J4Ycf3lmcW7Lv/Pnzc9555+WAAw7I7bff3h+xAQAAAAAAAAAAAAAAAOgDFS/O3Xjjjfnc5z6X1157rUtJbum/lljRs1KplNdffz0nn3xyrr322rd939prr50zzjgjv/71r7PddtstV8x7+eWXc/LJJ+fEE0/MSy+91IfJAQAAAAAAAAAAAAAAAOgLFS3OPfroo5k4cWIWLVrUpSS39KlyDQ0NWW+99TJq1Kg0NDR0eZb8b5lu8eLF+X//7//loYceWqV3v+c978k111yTM844I+uss85yBbp77703H/nIRzJ58uTMnz+/z34MAAAAAAAAAAAAAAAAAOhdFSvOLV68OKeffno6Ojq6FOZqa2tz4IEH5rzzzss999yTxx9/PPfcc0/uvffePP7447n33ntz4YUX5mMf+1jq6uo696upqUlHR0fOOOOMLF68eJXnOPzww3PzzTfnmGOOSW1tbWeBrlQqZcGCBfnZz36W/fffPzfddFOv/xgAAAAAAAAAAAAAAAAA0PsqVpy788478/TTT3eW1EqlUrbccstcf/31Ofvss7PPPvtk/fXXX27deuutl7322is/+MEPcuONN2bs2LGdp88lyXPPPZc77rijrFlGjhyZb33rW/ntb3+b9773vcudPvfKK6/ky1/+cj796U+vbmwAAAAAAAAAAAAAAAAA+ljFinO33357l+uNNtooV155ZbbYYotV3mPTTTfNZZddlsbGxpXuvarGjh2bK6+8MmeeeWZGjRq1XIHuwQcf7NG+AAAAAAAAAAAAAAAAAPSfihXnnnzyyc5CWk1NTb74xS9m5MiRZe8zfPjwnHzyyZ37lEql/OlPf1qt2Q466KDcfPPNOfbYY1NXV7daewEAAAAAAAAAAAAAAADQvypWnHvttde6XO+222493mvZtbNnz+7xXksMHz48p512Wn7/+99np512Wu39AAAAAAAAAAAAAAAAAOgfFSvOzZs3r8t1T06bW2LEiBEr3Xt1bLXVVrnsssty9tlnZ/To0b22LwAAAAAAAAAAAAAAAAB9o2LFuXXXXbfL9d///vce7/Xyyy+vdO/ecOCBB+bmm2/u9X0BAAAAAAAAAAAAAAAA6F31lXrxxhtvnFdeeaXz+rrrrsuECRN6tNd1113X+fc1NTXZaKONVnu+FRkyZEif7AswkE2YND0tbR1lr2tvndXts4mTZ2ToiDll7TdyWH0mTxxX9hwAAAAAAAAAAAAAAEDxVKw4t8cee+TRRx9NTU1NSqVSLrnkkrzvfe9LU1NTWfs88sgjueSSSzr3qampye67795HUwOwrJa2jrT2oDg3v737NW3tHVlUW/6eAAAAAAAAAAAAAAAASVJbqRcfcMABqa//Z2+vpqYmHR0dOfHEE3P++edn3rx5b7v+rbfeys9+9rOccMIJWbhwYef9urq6HHDAAX02NwAAAAAAAAAAAAAAAADVrWInzm266aY5+uijc9lll6WmpiY1NTVZuHBhzj333Fx88cXZfffds/3222fTTTfN8OHDUyqVMnfu3DQ3N+cvf/lL7r777rS3t3eeMrfkP4844oi8853vrFQsAAAAAAAAAAAAAAAAACqsYsW5JPn3f//3PProo5k+fXpnea5UKqW9vT233nprbr311m7XlkqlJP88rW6Jd7/73fnyl7/c53MDAAAAAAAAAAAAAAAAUL1qK/nyYcOG5ec//3m23XbbLkW4JQW6lf215HPJP0t0Y8eOzc9//vMMHz68kpEAAAAAAAAAAAAAAAAAqLCKFueSZO21186vf/3rfOELX8igQYOWK8Z199eSz9XX1+ff/u3fcs0112TdddetdBwAAAAAAAAAAAAAAAAAKqy+0gMkSX19fU455ZR84hOfyDXXXJNbb701M2bMSEdHR7efHzt2bD74wQ/m8MMPV5gDAAAAAAAAAAAAAAAAoFNVFOeWWGeddXLSSSflpJNOyltvvZVnn302c+bMSWtra5JkxIgRWWeddbLVVltlrbXWqvC0AAAAAAAAAAAAAAAAAFSjqirOLW2ttdbKdtttV+kxAAAAAAAAAAAAAAAAABhgais9AAAAAAAAAAAAAAAAAAD0JsU5AAAAAAAAAAAAAAAAAApFcQ4AAAAAAAAAAAAAAACAQlGcAwAAAAAAAAAAAAAAAKBQFOcAAAAAAAAAAAAAAAAAKBTFOQAAAAAAAAAAAAAAAAAKpSLFufvuu68Sr+1T999/f6VHAAAAAAAAAAAAAAAAACAVKs6dcMIJOf744zN9+vRKvL5XPfXUUzn++ONzwgknVHoUAAAAAAAAAAAAAAAAAJLUV+rFDzzwQA477LDsu++++bd/+7dss802lRqlR2bMmJGf/exnufnmm7N48eLU1NRUeiQAAAAAAAAAAAAAAAAAUsHiXJIsXrw4t9xyS2655ZaMHz8+J554YnbddddKjvS2HnrooVx00UW59957kySlUqnCEwEAAAAAAAAAAAAAAACwtIoW52pqajqLZ/fdd1/uu+++bL755jniiCPysY99LGuvvXYlx+vU0tKSa6+9Ntdcc02ee+65JP9bmFs6AwAAAAAAAAAAAAAAAACVV5Hi3Ne+9rX85Cc/ydy5c1NTU5Pkf4tozz//fM4888ycffbZ2WuvvbLvvvtmr732yvDhw/t1xra2ttx555259dZbc+edd2bBggVdCnJLzz1ixIicfPLJ/TofAAAAAAAAAAAAAAAAACtWkeLcpz/96XzkIx/JpEmTcv3116dUKnUpopVKpSxYsCB//OMf88c//jGDBg3Krrvumqampuyyyy7ZbrvtOj/fWxYvXpy//vWveeihh/Lggw9m2rRpWbhwYedMSyw9Z01NTQ4++OCceuqpGTVqVK/OAwAAAAAAAAAAAAAAAEDPVKQ4lySjRo3KD37wgxxzzDH50Y9+lAcffDBJuhTilhTWFixYkHvvvTf33ntvkmTYsGEZO3Zs3v3ud2frrbfOu971rmywwQYZM2ZM1lprrZW+d/78+Zk1a1ZeeeWV/O1vf8szzzyTZ555Jk899VTa29uXe3d3M73//e/PhAkT8p73vGc1fyQAAAAAAAAAAAAAAAAA6E0VK84tscMOO+TSSy/NAw88kClTpuSJJ55I8s+y2ooKa0kyd+7cPProo3n00UeX22/48OEZOnRoGhoastZaa6VUKuWtt97KW2+9lba2trS1ta1wjqX3X/L+FT3fcccd8+///u/Zeeede5QXAAAAAAAAAAAAAAAAgL5V8eLcEu973/vyvve9Lw8++GD+67/+K3fddVdKpVJnga27ItuyWltb09raWvb7l91/6ffU1tbmAx/4QI499tjstNNOZe8NAAAAAAAAAAAAAAAAQP+pmuLcErvuumt23XXXvPTSS7niiityww035PXXX0/StdzWXdFtaUvKdavy2RWtW3/99fORj3wkRx99dBobG8vaAwAAAAAAAAAAAAAAAIDKqLri3BKbbbZZvv71r+erX/1q7r333lx//fW5++67u5wm93aFuFUtzC19et073vGO7LnnnvnoRz+a97///amtre1ZAAAAAAAAAAAAAAAAAAAqomqLc0vU1dVlzz33zJ577plFixbl8ccfzz333JNHHnkk06dPz7x587pdu6Q4t3QxblnDhg3LuHHjsvPOO2ePPfbI9ttvrywHAAAAAAAAAAAAAAAAMIBVfXFuaXV1ddlpp52y0047JflnIe7555/PjBkz8vLLL+fll1/OP/7xj8ydOzfz5s3L/PnzkyQNDQ0ZMmRIRo4cmQ033DAbb7xxNtlkk4wdOzbvete7VvlkOgAAAAAAAAAAAAAAAACq34Aqzi2rpqYmW265ZbbccstKjwIAAAAAAAAAAAAAAABAlait9AAAAAAAAAAAAAAAAAAA0JsG9IlzAAxcDcPHZPzRUys9BgAAAAAAAAAAAAAAUEBOnAMAAAAAAAAAAAAAAACgUBTnAAAAAAAAAAAAAAAAACgUxTkAAAAAAAAAAAAAAAAACkVxDgAAAAAAAAAAAAAAAIBCUZwDAAAAAAAAAAAAAAAAoFAU5wAAAAAAAAAAAAAAAAAoFMU5AAAAAAAAAAAAAAAAAApFcQ4AAAAAAAAAAAAAAACAQlGcAwAAAAAAAAAAAAAAAKBQFOcAAAAAAAAAAAAAAAAAKBTFOQAAAAAAAAAAAAAAAAAKRXEOAAAAAAAAAAAAAAAAgEJRnAMAAAAAAAAAAAAAAACgUBTnAAAAAAAAAAAAAAAAACgUxTkAAAAAAAAAAAAAAAAACkVxDgAAAAAAAAAAAAAAAIBCUZwDAAAAAAAAAAAAAAAAoFAU5wAAAAAAAAAAAAAAAAAoFMU5AAAAAAAAAAAAAAAAAApFcQ4AAAAAAAAAAAAAAACAQlGcAwAAAAAAAAAAAAAAAKBQFOcAAAAAAAAAAAAAAAAAKBTFOQAAAAAAAAAAAAAAAAAKZcAU5/bee++cf/75mTVrVqVHAQAAAAAAAAAAAAAAAKCKDZji3D/+8Y+ce+652XvvvfPZz342//3f/53FixdXeiwAAAAAAAAAAAAAAAAAqkx9pQco16JFi3LXXXflrrvuyvrrr59DDz00hx12WDbeeONKjwYAAAAAAAAAAAAAAABAFRgwJ84tUVNTk1KplFKplFdffTUXXnhhPvjBD+aEE07Irbfemo6OjkqPCAAAAAAAAAAAAAAAAEAFDbgT55J/lueWWFKiu//++3P//fdn3XXXzcEHH5zDDz88m222WQWnBAAAAAAAAAAAAAAAAKASBsyJc9tss01nSW5pNTU1XU6he/3113PJJZdk//33z6c+9anccMMNWbBgQYWmBgAAAAAAAAAAAAAAAKC/DZgT537/+9/nr3/9a37961/nhhtuSFtbW5L/PX1u2VPokuThhx/Oww8/nHe84x056KCDcvjhh2eLLbbo/+Gpeq+++mr+9Kc/5e9//3va29vT0NCQDTfcMNttt10aGxsrPR4AAAAAAAAAAAAAAABQhgFTnEuSbbfdNqeffnpOO+203HDDDfnNb36TJ554IknX4tySv19SoHvjjTdy6aWX5tJLL82//Mu/5Mgjj8wBBxyQtdZaq98zUF3uuOOOXHTRRXn88ceXO81wibFjx+a4447Lxz72sS4/zwAAAAAAAAAAAAAAAIDqVFvpAXpiyJAhOeyww/KrX/0qf/jDH/LJT34yI0eOTKlU6lJ+qqmp6fxrybMnnngip512WnbbbbecccYZmTFjRgWTUCltbW354he/mM997nN57LHHui3NJcmMGTPy1a9+NZ/61Kcye/bsfpwSAAAAAAAAAAAAAAAA6IkBWZxb2pZbbplvfOMbueeee3LWWWdll112SZLlilDLFuhaW1tz5ZVX5uCDD85hhx2Wa665Ju3t7ZWIQD9ra2vLcccdl1tuuaWsdQ899FCOOeaYvPbaa300GQAAAAAAAAAAAAAAANAbBnxxbonBgwfnIx/5SH75y1/mlltuyWc+85mMGjVqlU6h+8tf/pJvfetb2W233fKtb30rf/rTnyqYhL729a9/PU8++WSXextttFG+/vWvZ+rUqXn44Ydz44035rvf/W622GKLLp976aWXcsopp6Sjo6M/RwYAAAAAAAAAAAAAAADKUJji3NI23XTTnHrqqbnzzjtzzjnnZPfdd+8syi1tSYEu+ecJde3t7bnmmmty5JFH5qCDDsqVV16ZuXPnViICfeSOO+7IzTff3OXeLrvskuuvvz7HHntstt5664wcOTJbbLFFDj/88Fx77bXZf//9u3z+8ccfz69+9av+HBsAAAAAAAAAAAAAAAAoQyGLc0vU19dn3333zUUXXZTbb789X/jCF7LBBhus0il0M2bMyBlnnJHdd989p512Wh577LEKJqE3lEqlTJkypcu9jTbaKBdccEFGjBixwjWDBw/Oj370o2y77bZd7l944YWZN29en80KAAAAAAAAAAAAAAAA9Fyhi3NL23DDDXPKKafkjjvuyE9/+tPss88+qaure9tT6ObNm5drr702H//4x3PggQfm0ksvzZtvvlmJCKym22+/PTNmzOhy7xvf+EaGDx++0nV1dXX57ne/2+Xea6+9lquvvrrXZwQAAAAAAAAAAAAAAABW3xpTnFuipqYme+65Z84777zceeed+fKXv5zGxsbOk+aW/LWiU+ief/75nHnmmdljjz1y6qmn5qGHHqp0HMpw0003dbneeOONs88++6zS2nHjxmXHHXfscu/mm2/utdkAAAAAAAAAAAAAAACA3rPGFeeWtt566+Wkk07Krbfeml/84hfZd999k6RLWW7J9dKn0L311lu54YYbcuyxx+ajH/1orr322ixevLhiOXh7CxcuzF133dXl3sc+9rHOr+uqOPjgg7tcP/HEE3n99dd7ZT4AAAAAAAAAAAAAAACg96zRxbklmpubc//99+exxx5b7tmS8lySFZ5C98wzz+S0007LAQcckD/+8Y/9OTZleOKJJ9La2trl3i677FLWHrvuumuX68WLF+eee+5Z7dkAAAAAAAAAAAAAAACA3lVf6QEqZeHChbn11ltz9dVX5+GHH+5SkFv6pLml7y19vfQJdKVSKS+99FK++MUvZp999sn3v//9jBw5sp+SsCqefvrpLtd1dXXZYYcdytpj0003zXrrrZfZs2d3uy8AAAAAAAAAAAAAAABQeWtcce7555/P1Vdfneuuuy5vvvlmkuVPlVtaqVRKfX199txzzzz//PN58cUXu3xu2XLd7bffnmOOOSaXX3551l577b4Nwyp74YUXulxvuOGGGTp0aNn7bL755l2Kc3/7299WezYAAAAAAAAAAAAAAACgd60Rxbm33norN954Y66++uo88cQTSd6+LJckG2+8cY444ogcdthhGTVqVJLkkUceyTXXXJObb745b7311nKn0JVKpTz//PP51re+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+1pfX4/k5GQkJye3WIak3ZXsGx8fj/j4+FbVg8Ph4NatW63ah+iWa9eusa85HA6mT59O/VEt0qdrm1aFIKpCSVMJaZveeusthIWFgcPhIC8vD1lZWRgwYIDUe5ycnODr6wuhUMiOD9y/fx+7d++Wep/sd5+5uTlWrFih9nOgfpRuWbp0KT7++GMwDIPIyEjMmjULw4cPV7i89PR0REZGsp+rpUuXqqSehtCH+vHHHxEUFITnz583Kr+p8b327dujffv2MDMzA/BiFaDq6mpUV1c3+f6GZT169AgffPABPv74YyxatEil56HvMjMz2faxOZK/b3Z2NrKzsxU+lmw7y+Vy4eXlpXB5zZWvSbpwb0FJwYghKikpkdru06ePxo4teyxVPj8gpC2hwDlCCCF6q0ePHgBe3vBduHBBJZmVLly4ILUtOzGgNVxdXVX6Pl2Wn5/Pvraysmq0IqAixGKxVDblbt26KV2mop4+fYorV64gNTUVubm5KC4uhlgsRn19PebMmYMlS5ZorW6EEEIIIbri22+/xf79+1FXV6eSh0ENMzyStmPcuHHw9PSEr68vnJyctF2dNqGwsBDbt29HbGwsamtrG/1+6NChWL9+PZydnRv97vfff8emTZsgFoubvO4rKytx7tw5nDt3DqGhodi6datKMhgTogt8fX3h6OiIbdu2sVnk5fnOklwrrq6u2LBhQ6MJdPooIyNDakILBc61DvWhyKsYG0s/0pX3fyu7n7m5eauPbWFhIbUtG8SnLrKT11oKUJYl+/ehwAXdUVdXx75W96rEhYWFAF4mSfT19VXr8Yh8dPnatrCwQEVFBXusjz76CCNHjlTpMZpy/PhxREdHq/045NVU2UZR0lRC2i43Nzd07NgRz549AwAcO3YMGzdubPS+DRs24O7du7h27Vqz34cNf25sbIwdO3ZoZFyN+lG6xcvLC2fOnMGZM2dQX1+PgIAAHDp0CI6Ojq0u6+bNm/jggw/YwLC3334bPj4+StXPUPpQv/32G3bs2AGgcR+1a9eucHFxwciRI+Hg4IAuXbqga9euje65Jerq6vD48WM8evQId+7cQWpqKq5evcrOq5KU//z5cwQFBcHGxkajKxeRlxr+r42MjBAYGAhra2ulyzWU66I1KCkYaWsa3j+qW319vcaORYgho8A5QggxQIMHD5babi57ouz7VE3d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fRYAoOFycnLirrvuioMPPrjK76CSyWTlR0lJSaxbty4++OCDWLduXZSUlFTZ/vk5ffr0iTvvvDNycnJa+tSg3vLz86u87tmzZ5PU7dGjx06PAwBfZYJzAAAAAADUqLCwMMaOHRtLly6t9Q0NGRkZ0blz59h3332jc+fOkZGRUesbGpYuXRrjxo2LoqKilj41+EpzbUPqOeywwyIjIyMiPgtf/PGPf4wNGzY0qubGjRvjgQceqAyJZGRkxGGHHdboXgH2RO6zAACN071793jsscfiwgsvjNatWzfoIU6tW7eOsWPHxqOPPhrdu3dv6VOCBtnx0IwdKioqWqgTAPjqaN3SDQAAAAAAsHu69tprY+XKlZVv5NzxZoYhQ4bEKaecEgMGDIjevXtXm/f+++/HokWL4umnn45XXnklIqLyzQ0rVqyIa665JiZPntycpwJ8jmsbUk9WVlYMGjQoXn755UgkElFQUBBXXnll3H777dG2bdt61ystLY2rrroqNm7cWPkmxcGDB0dWVtYu6B5g9+c+CwDQeOnp6TFx4sS48MILY/r06fHss89GXl5etSDR5yUSicjNzY2RI0fG2WefHZ07d27GjqHpffF7eM2aNdGpU6dG112zZk2V101REwBSRSK5s39xAgAAAADwlTR//vw455xzqgRrDjrooLjxxhtjwIABda6zePHiuOGGG2LFihWVAZtEIhH3339/DBw4cBd1D9TGtQ2p67XXXovzzz+/yjXZp0+fuPHGG6Nv3751rvPOO+/E9ddfH2+99VZE/DNce++998YRRxyxq9oH2O25zwIANL2CgoJYsmRJrF+/PgoKCqK4uDiys7MjJycnunbtGv369YucnJyWbhOazKuvvhoXXHBB5e9nL7vsspgwYUKj606ePLnyoWaJRCLuvvvuGDJkSKPrAkAqEJwDAAAAAKCacePGxZw5cyr/eDtw4MD4/e9/H+3atat3rS1btsTFF18c8+fPr6x39NFHx9SpU5u0Z+DLubYhtV1yySUxe/bsylBHRERaWloMHTo0TjrppDjssMNi3333rTbvo48+isWLF8czzzwTc+bMiYqKisr5iUQijjnmmLj99tub9VwAdkfuswAAQGNs3bo1Bg8eHNu2bYtkMhkdOnSIGTNmNGo1xY0bN8bxxx8fmzZtimQyGZmZmfH6669b0RoA/j/BOQAA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AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSBOcAAAAAAAAAAAAAAAAASCmCcwAAAAAAAAAAAAAAAACkFME5AAAAAAAAAAAAAAAAAFKK4BwAAAAAAAAAAAAAAAAAKUVwDgAAAAAAAAAAAAAAAICUIjgHAAAAAAAAAAAAAAAAQEoRnAMAAAAAAAAAAAAAAAAgpQjOAQAAAAAAAAAAAAAAAJBSWrd0AwAAAAAAAKnk448/juHDh9drTlpaWmRkZERmZmZkZ2dHp06donPnztGrV6844IADIjc3N/r16xfZ2dm7qGsAAAAAAACA1CI4BwAAAAAA0MLKy8ujpKQkSkpKYtOmTbF69epq+6SlpcU3vvGNOProo2PkyJHx9a9/vQU6bT5vv/12vPDCC9XGJ0yY0ALd0BLuvffeKCwsrDI2ePDgOOKII1qoIwAAAAAAAPYkiWQymWzpJgAAAAAAAFJFQ1aca4hDDz00Lrjgghg5cmS0bp16z0p8/PHH49prr602vnz58hbohpZw3HHHVQuRjh8/XngSAAAAAACAOmnV0g0AAAAAAABQf2+99VZcffXVcdJJJ8Wrr77a0u0AAAAAAAAA7FZS7/GjAAAAAAAAu6EuXbrEt7/97Vq3b9u2LcrKyqKoqCjWr18fa9asieLi4i+tu2rVqjj//PNj1KhRcd1110VGRkZTtg0AAAAAAACwRxKcAwAAAAAAaAYHHHBA/OIXv6jz/slkMlavXh1vvvlmvPLKK/H888/Hpk2bat3/oYceiuXLl8e0adOiXbt2TdAxAAAAAAAAwJ6rVUs3AAAAAAAAQHWJRCJ69eoVxx9/fPzsZz+LOXPmxG9+85s48MADa52zcOHCGDduXJSUlDRjpwAAAAAAAAC7H8E5AAAAAACAPUBGRkaceOKJ8dRTT8XVV18d6enpNe63cOHC+MlPftLM3QEAAAAAAADsXgTnAAAAAAAA9iBpaWkxbty4uOeeeyInJ6fGfZ544omYMWNGM3cGAAAAAAAAsPsQnAMAAAAAANgDDRo0KKZMmRIZGRk1br/55ptj69atzdwVAAAAAAAAwO6hdUs3AAAAAAAAQMMMGjQorrjiirj55purbfvHP/4R06dPj/PPP79BtTdt2hTz58+PpUuXxnvvvRfvvfdebNy4MYqLi2Pbtm3Rvn376NChQ+y1117Rr1+/GDRoUAwcODD22muvBh3vjTfeiMcee6zy9QcffFDjftdcc02da06cODE6depUp323b98eS5YsiYULF0ZeXl6sWrUq1q5dG0VFRbFly5bIysqKDh06RMeOHaN3794xaNCgGDRoUBx44IF17qe+Pv7445g1a1YsW7Ysli9fHhs2bIiioqIoKSmJjIyMyMrKinbt2sU+++wTvXr1igMOOCD69+8fffv2jbZt2zZpL0uWLImXX345Fi1aFB9++GGsX78+SkpKIiIiOzs7evbsGQcffHAcccQRMXz48Gjfvn29j/HLX/4yNm7cWPn68/+/wwsvvBCrV6+uU73DDz88zjjjjDrtm0wm4/XXX4833ngjli1bFqtWrYrCwsIoKiqK7du3R2ZmZrRp0yY6deoUPXv2jF69ekWfPn1iwIABkZubG4lEom4nCQAAAAAAQLNJJJPJZEs3AQAAAAAAkCo+/vjjGD58eLXxwYMHx/3339/kx6uoqIhTTjklVqxYUW3b/vvvH88991ydQz15eXkxY8aMePHFF+Odd96J+v4ZKT09PU477bQYN25c7LfffvWa+/jjj8e1115brzlf5sUXX4xevXrVur2oqCief/75ePbZZ2PevHmxZcuWeh+jf//+cckll8Rxxx3XmFareOWVV+L3v/99zJ8/v95fg4jPvg5Dhw6NkSNHxmmnndbgPsrKyuLxxx+Pe+65J95///06z8vIyIjTTz89LrvssujWrVud5x133HF1DsXVxWmnnRa/+MUvdrpPWVlZ3HPPPTF9+vRYs2ZNg47TpUuX+O53vxtnnHFGHHLIIQ2qAQAAAAAAQNNr1dINAAAAAAAA0HCtWrWKyy67rMZtH3zwQSxYsKBOdS666KI4/vjjY/LkyfH22283KLC1bdu2eOSRR+L73/9+TJs2rd7zm9MTTzwRQ4YMiWuuuSZmz57doNBcRMTixYvj0ksvjXPOOafGFdLqo6SkJK6++uq44IILYt68eQ36GkR89nX461//Wq/V+b5owYIFccopp8R///d/1ys0F/FZGG369OlxwgknxJNPPtngHna1N998M0466aT47W9/2+DQXETEp59+Gg8++GD84Q9/aMLuAAAAAAAAaCzBOQAAAAAAgD3ciBEjonPnzjVue+mll+pU44MPPmiyfsrLy+PXv/51TJw4McrLy5usblP6xz/+EWVlZU1Wb968efFv//ZvkZeX16D5W7ZsiR/84Afx9NNPN1lPDfXAAw/EueeeG6tWrWpUncLCwpg4cWLccsstTdRZ01m4cGFccMEF9Q4FAgAAAAAAsOdo3dINAAAAAAAA0DitW7eOESNGxPTp06tte/nllxtdv1u3btGzZ89o3759tG/fPrZt2xaFhYWxatWq+OSTT2qd9+STT0aPHj3iiiuuaHQPzalt27bxta99LTp06BDt27eP9PT0KCgoiHXr1sW7774b27dvr3Hexx9/HOPHj48//elP0bZt23od86abbop58+bVuj0rKyv233//6NGjR7Rt2zYSiUQUFRVFYWFhvP/++7Fhw4Z6Ha8206ZNi1//+tc73adnz56x7777RseOHSOZTMaGDRvinXfeiaKiohr3v/3226N9+/Zx0UUXNUmPjVVQUBDjx4+vtd+IiC5dusT+++8fnTp1ijZt2kRpaWkUFxdHfn5+rFq1KrZu3dqMHQMAAAAAANAQgnMAAAAAAAApYOjQoTUG5959990oLS2NzMzMOtfaZ5994jvf+U4cc8wxceihh0anTp1q3Xft2rXxzDPPxAMPPBCrV6+utn3q1KkxZMiQOOKII3Z6zNNPPz1OP/30ytePP/54XHvttdX2W758eZ3Po66ysrLiqKOOihEjRkT//v2jd+/e0apVqxr3LS0tjblz58aDDz4Yc+fOrbZ91apV8bOf/Sx+/vOf1/n4S5cujUcffbTGbcOGDYtzzz03Bg4cGBkZGbXW2LBhQ7z55pvx0ksvxaxZs2L9+vV1Pv4Of/7zn2sNzXXp0iXOO++8OOGEE6Jnz57Vtm/bti3mzZsXt912W/z973+vtn3SpElx5JFHRt++fWs9/hdXRzzuuOOqfU+NHz8+JkyYUJfTqdWtt95aY9CwXbt28e///u9x8sknR25ubq3zy8vL44MPPojXXnstXnzxxXj99ddj27ZtjeoJAAAAAACApic4BwAAAAAAkAK++c1v1ji+ffv2WL58ea3bd2jVqlUce+yxMW7cuBg4cGCdj9utW7cYO3ZsjBo1Kn7xi1/Eww8/XGV7RUVF/Pa3v602vjvYd99948ILL4xTTz21zivEZWZmxvDhw2P48OExc+bMuO6666KwsLDKPo8//niMHTt2p+Grz3viiScimUxWG7/xxhvjzDPPrFONzp07x7Bhw2LYsGFRXl4eM2fOjHvvvbdOcyM+Wy3v+uuvr3Hb6aefHj/60Y+iTZs2tc5PT0+Po446Ko466qi4884749e//nWVc9q2bVtcffXV8eSTT9YrxNnUtm/fHk899VS18Z49e8Y999wT+++//5fWSEtLiwMOOCAOOOCAGD16dOTn58cDDzxgFToAAAAAAIDdTM2PygQAAAAAAGCPss8++0T79u1r3Pbxxx9/6fy77747pk6dWq/Q3Oe1bds2fvrTn8a5555bbduiRYtiyZIlDaq7q5x++unx3HPPxejRo+scmvui7373u3HHHXdEVlZWlfFkMhkPPPBAnevMmjWr2tgpp5xS59DcF6WlpcXIkSPrFVb86U9/Glu2bKk2/sMf/jBuuummnYbmvuiiiy6KG264odr4e++9F08++WSd6+wKCxcujM2bN1cb/5//+Z86heZq0qlTp5gwYUL853/+Z2PbAwAAAAAAoAkJzgEAAAAAAKSIHj161Dj+ySeffOncnj17NkkPEydOjK997WvVxh999NEmqd9UunfvHmlpaY2u861vfSvGjRtXbfyJJ56IsrKyL51fXl4e//jHP6qNn3LKKY3ura4WLFgQf/3rX6uNn3zyyXHZZZc1qOaYMWPie9/7XrXx+++/v0H1mspHH31Ubaxbt24xZMiQFugGAAAAAACAXUlwDgAAAAAAIEV07dq1xvENGzY0Ww/p6ekxduzYauNvvPFGs/XQ3C688MLIyMioMrZly5Z45513vnRufn5+VFRUVBvfZ599mqy/L3PfffdVG2vXrl1ce+21jap75ZVXRqtWVf8cuWLFipg/f36j6jZGTddCc36uAQAAAAAAaD6CcwAAAAAAACkiOzu7xvHS0tJm7ePoo4+uNvbee+9FUVFRs/bRXNq2bRuDBg2qNv7mm29+6dzWrVvXOJ6fn9/ovuqioKAgXnrppWrjZ599dnTq1KlRtb/2ta/F0KFDq42/9tprjarbGDV9vpvrcw0AAAAAAEDzEpwDAAAAAABIEZmZmTWOb926tVn76NatW2RlZVUZq6ioiGXLljVrH81pv/32qzb21ltvfem8Dh06RHp6erXxJ554okn6+jJz586Nbdu2VRs//vjjm6T+EUccUW3s73//e5PUboiawoAffvhhSq+ICAAAAAAA8FUlOAcAAAAAAJAiKioqahxPJBLN3EnEXnvtVW3s008/bfY+mktDz7dVq1bRr1+/auOPPfZY/P73v4/y8vIm6a828+fPrzbWsWPHOPTQQ5ukft++fauNLV68OJLJZJPUr6/DDjusxvErrrgiFi9e3MzdAAAAAAAAsCu1bukGAAAAAAAAaBo1rRwWUftKdF9mw4YN8corr8Ty5ctj+fLl8fHHH0dxcXEUFxfHli1bag3q1aawsLBBfTSX7du3x7x582Lp0qWxfPnyWLVqVWzevLnynGv7/Namruf7ve99LxYuXFhtfNKkSfHUU0/F6NGjY+TIkdGlS5d6Hb8u3n777Wpjubm5TVa/pkBhUVFRFBUVRfv27ZvsOHW1//77x8EHHxzLly+vMr5+/fo4++yzY/jw4XHGGWfEkCFDIiMjo9n7AwAAAAAAoOkIzgEAAAAAAKSIoqKiGsezsrLqVee5556LRx99NF599dXYvn17U7QWEREFBQVNVqspvffee/GHP/wh/vKXv8TGjRubrG5dz/fMM8+MO++8M9avX19t26pVq+JnP/tZ/PznP49vfvObceSRR8agQYOif//+TRI8e//996uNrV27Nq655ppG146IKC4urnF88+bNLRKci4iYMGFCjB8/vtp4RUVFPP/88/H8889H+/btY8iQITF48OAYOHBgfP3rX4+0tLQW6BYAAAAAAICGEpwDAAAAAABIETUFryKiziuV5eXlxU9+8pN4/fXXm7KtSqWlpbukbkOVlpbGlClT4q677qr3anJ1sXXr1jrt17Zt2/jd734X5513Xq19VFRUxKJFi2LRokVx++23RyKRiK9//etx5JFHxpAhQ2Lo0KH1XlmwrKysxqDgxx9/HB9//HG9atVXS4YoR4wYEWPGjIkHHnig1n0KCwtj5syZMXPmzIj47Gv0rW99K4488sj4l3/5l/jGN77RXO0CAAAAAADQQIJzAAAAAAAAKWLNmjU1jnfr1u1L5/7973+Piy66qNZV65pCMpncZbXra8uWLXHxxRfHvHnzWrqViIg4/PDD47777osf/vCHtQYgPy+ZTMby5ctj+fLlcd9990X79u3j+9//fowZM6bOoa5d+bXenY8dEXHDDTdETk5O3H777XX6vtyyZUvMnTs35s6dG7/+9a/jwAMPjFNOOSVGjRrVYivnAQAAAAAAsHOCcwAAAAAAAClg9erVtYaR9ttvv53OXb58eYwdOzaKi4t3ul9WVlZ069YtunXrFtnZ2ZGZmRmZmZnRqlWravs+99xzsWXLlrqfQDOqqKiISy+99EtDc2lpadG5c+fo3r17dOrUKTIyMiIjIyPS09Or7fv222/HO++806i+Dj/88PjLX/4Sd9xxR/zxj3+s1+evsLAwHn300Xjsscfi+9//fvzXf/1XdO3adadzWnIFwJYOUSYSibjiiitixIgR8dvf/jbmzp1br/nvvvtu/OY3v4m77rorLr300jjvvPMikUjsom4BAAAAAABoCME5AAAAAACAFLB48eIax9PT0+Oggw7a6dyf/OQntYbmBg8eHCeffHJ861vfitzc3Dr3M2/evN02OPfYY4/Fa6+9VuO2bt26xRlnnBFHHnlk9OvXL7KysupU87bbbmt0cC4ion379nHVVVfFpZdeGs8991w8//zzMX/+/CgoKKjT/GQyGX/5y1/ijTfeiNtuuy0OO+ywWvetKfD4VXPooYfGXXfdFR9++GH83//7f+Nvf/tbLFu2LMrLy+s0f9OmTXHTTTfFyy+/HLfeemu0adNmF3cMAAAAAABAXQnOAQAAAAAApIBXX321xvGvf/3rkZGRUeu8F154IRYsWFBtvHPnzvHb3/42jjzyyAb182Wr17WUbdu2xS233FLjtnHjxsUVV1wRrVvX/09oTR0SbNu2bZx22mlx2mmnRUVFRSxbtizeeOONWLhwYbzxxhuxYcOGnc5fv359XHLJJfHII4/E/vvvX+sxajJy5MiYNGlSY09hj7LffvvF5ZdfHpdffnkUFRXFggULYuHChTF//vxYsmRJlJWV7XT+3/72t7j66qtj8uTJVp4DAAAAAADYTQjOAQAAAAAA7OG2bdsWzz//fI3bvv3tb+907l/+8pdqY61bt46pU6dGv379GtRPMpmMwsLCBs3d1ebNmxf5+fnVxs8777y4+uqrG1x306ZNjehq51q1ahV9+/aNvn37xvnnnx8REXl5eTFr1qyYOXNmrasNbtq0KX72s5/FtGnTatzevn37yMrKiq1bt1YZ37x5c5P2v6dp165dHHPMMXHMMcdERERpaWksWLAgXnzxxXj22Wfj008/rXHeCy+8EH/5y1/i+OOPb852AQAAAAAAqEWrlm4AAAAAAACAxpk5c2Zs3Lixxm3Dhg2rdV5FRUXMmTOn2vhJJ53U4NBcxGernZWXlzd4/q40e/bsamNt2rSJK664olF1161b16j59ZWbmxsXXXRRPPLII/HEE0/EEUccUeN+f/vb32LFihW11unZs2e1sZqChV9lmZmZMXTo0Ljhhhti9uzZcdNNN0Xnzp1r3PfOO+9s5u4AAAAAAACojeAcAAAAAADAHqy8vDymTJlS47bc3NwYMGBArXM3btxY4+pi3/nOdxrV06JFixo1f1d6//33q40NHTo02rZt2+CayWSy1lXfmsMhhxwS9957b3z3u9+tcXtN4cgdvvGNb1Qbe/fdd6O4uLjJ+ksl6enpcfrpp8f06dOjY8eO1bYvW7ZM8BAAAAAAAGA3ITgHAAAAAACwB7vrrrvi3XffrXHbmDFjdjr3008/rXG8plXI6mPevHmNmh/xWUCpJtu3b29U3Q0bNlQba+z5vv3221FYWNioGo3VqlWruP7666NVq+p//lu+fHmt8w4//PBqY9u3b48FCxY0aX8NUdP3QGO//k1lv/32i7Fjx1YbTyaTO/18AwAAAAAA0HwE5wAAAAAAAPZQr7/+etx66601buvVq1ecccYZO51f26pimZmZDe6ppKQknnrqqQbP3yE7O7vG8a1btzaqbk3nnJWV1aia06dPb9T8ptKtW7fIzc2tNr5x48Za5xx33HGRSCSqjT/22GNN2ltD1PQ9UFpa2gKd1GzIkCE1ju/s8w0AAAAAAEDzEZwDAAAAAADYA73++uvxH//xH7Ft27Yat1977bWRkZGx0xo5OTk1jq9du7bBfT3yyCOxefPmBs/fobbgXGN6i4ho3759tbFPPvmkwfXWrVvXJEHBptK2bdtqY61bt651/+7du9cYAJs5c2atKxk2l5q+Bxr79W9KNX2uI2pfLREAAAAAAIDmJTgHAAAAAACwBykvL4877rgjxo4dG4WFhTXuc9ZZZ8V3vvOdL63VuXPnGsfnzp3boN4++OCDmDRpUoPmflHPnj1rHF+5cmWj6nbp0qXa2Kuvvhrl5eUNqnfddddFSUlJo3pqKhUVFfHRRx9VG9977713Ou/888+vNpZMJuOqq66KLVu2NFV79VbT90Bjv/5N6cMPP6xx/Ms+3wAAAAAAADQPwTkAAAAAAIA9QFlZWTzzzDNx0kknxW9+85taV5obPHhw/Nd//Vedau61117Ru3fvauMPP/xwbNiwoV795efnx4QJE5osaNWrV68aV8SbMWNGo+oedthh1cbWr18fjz76aL1r/fa3v405c+Y0qp/XXnstnnzyydi+fXuj6kREPPfcc5Gfn19t/JBDDtnpvGOOOabGVefeeeed+F//63812de0uLg47r333jrv36dPn2pjK1eujBUrVjS4h3vvvTfefvvtBs//vOnTp1cby8zMjNzc3CapDwAAAAAAQOMIzgEAAAAAAOymVq9eHTNmzIjrr78+vv3tb8dVV10VeXl5te4/ePDgmDp1amRmZtb5GEcffXS1scLCwrjkkkti8+bNdarx7rvvxujRo2P58uV1Pm5dfOtb36o29txzz8XkyZOjqKioQTVrOt+IiJ///Ofx6quv1qlGSUlJ/OhHP4qpU6c2qIfPW7NmTUycODFGjBgRd999d6xbt65BdRYtWhQ//vGPq42np6fH9773vS+df+ONN0Z2dna18VmzZsW//du/xbJlyxrUV0TEe++9F7/5zW/i2GOPjZtuuqnO8w4//PAax6+88sp48803G9TLiy++GKeeempceOGF8eKLL0ZZWVm9aySTybjlllti9uzZ1bYdc8wx0a5duwb1BgAAAAAAQNNKJJPJZEs3AQAAAAAAkCo+/vjjGD58eLXxLl26xLe//e1a523fvj3KysqiuLg41q1bF6tXr47i4uI6H/fcc8+N//2//3e0bt26Xv1++OGHMXLkyBpXPNtnn33iiiuuiOOPPz4yMjKqbX/nnXfisccei4ceeqjK/EMPPTQ+/fTTWLt2bZX9x48fHxMmTKhzb88++2z88Ic/rHFbZmZmHHzwwbHPPvtEmzZtIpFIVNtn4sSJ0alTp2rj5557brz++uvVxtPS0uKcc86J888/P/bZZ59q2/Pz8+OFF16I//N//k988sknleOtW7eOoUOHxt/+9rcq+/fs2TNeeumlnZ7j448/Htdee23l61atWsXAgQNjxIgRMWDAgOjTp0+Nn/sd3nrrrXjkkUfiT3/6U42rEI4ePTr++7//e6c97PD888/H5ZdfHhUVFTVuP/roo+Pss8+OQYMG1bga4A6bNm2Kt99+O954442YOXNmtRXi6hOwPPHEE2PlypU1buvRo0cceOCBkZOTE+np6dW2H3744XHGGWdUGTvnnHNi3rx5la9zcnJi+PDhcfTRR0e/fv1i3333rbWXkpKSmDNnTtx1112xaNGiattbtWoVDz30UAwYMKBuJwcAAAAAAMAuJTgHAAAAAADQhGoLzu0qBx10UPzoRz+KwYMHN7jGz372s7j//vtr3Z6VlRWHHHJIdO3aNdLS0mLDhg3x4Ycfxj/+8Y9q+7Zr1y4eeeSRGDduXKxevbrKtvoG57Zt2xb/+q//2uCV7F588cXo1atXtfHFixfH6NGjawwL7nDAAQdE7969Izs7OwoKCmLdunWxYsWKKC8vr7bvFVdcEdu3b4/JkydXGW9IcO6L0tPTo3fv3rHXXntFx44dIysrK7Zu3RqffvpprFq1KjZt2lTr3F69esVTTz1V40pytXn00UfjRz/6Ua3huYjPAmK5ubnRpUuX6NChQ7Ru3ToKCgqisLAw1q5dG2vWrNnpMerz9ZwxY0ZceeWVdd7/80477bT4xS9+UWXsi8G5L+rQoUPst99+0aFDh+jQoUMkEokoLi6O1atXx3vvvVdjOHGHsWPHxsSJExvUKwAAAAAAAE2vfo8cBQAAAAAAYLfQt2/fGDt2bHzve9+LtLS0RtWaOHFiLFu2LBYsWFDj9q1bt8bChQu/tE5WVlZMnjw5cnNzG9XPDunp6XHLLbfEv//7v0d+fn6T1IyI6N+/f1x33XXx05/+tNZ9Vq1aFatWrfrSWmeddVZceumlcdtttzVZf5+3bdu2Wldc25n9998/7r777nqF5iIizjjjjOjYsWNcc801UVRUVOM+FRUVsXLlygb1VV/HH398LFiwIP74xz/u8mNFRGzevDmWLFlS73lnnXVWXH311bugIwAAAAAAABqqVUs3AAAAAAAAwJdr3bp19OvXL8aPHx9//vOf409/+lMcf/zxjQ7NRURkZGTE73//+zj66KMbXKNbt25x//33x5AhQxrdz+fl5ubGk08+GSNGjGiSc91hzJgxcf3110d6enqD5qelpcXll1++0/BdXTT0+Dvzve99Lx566KEaV9urixEjRsSTTz7ZqO+HmmRlZcVJJ51U73k33HBD3HTTTdGtW7dG99DUn+/s7OzKEGarVv70CgAAAAAAsDux4hwAAAAAAEALa9WqVWRkZERGRka0a9cuOnXqFF26dIkePXpEbm5uHHjggdGvX796rx5WHx06dIg77rgj/vCHP8S0adNi/fr1dZqXnZ0dZ511VvzHf/xHtGvXbpf0tvfee8fkyZNj7dq18eyzz8ayZcti+fLlsWHDhiguLo6SkpKoqKiod91zzjknvvnNb8avfvWrmD9/fp3nHXXUUXHVVVfFoYceWu9jftFJJ50Uhx56aMyaNStmz54dixYtirKysnrXSUtLi6FDh8bYsWObJLzYq1evmDZtWrz++utx3333xV//+tfYvn17veu0bds2Bg0aFCNGjIiRI0c2+Hvk9NNPj1NOOSVefvnleO2112L58uXx/vvvR1FRUWzZsqXOn7OpU6fG/Pnz46WXXoo5c+bE+++/36B+9tprrzjxxBPjBz/4Qey9994NqgEAAAAAAMCulUgmk8mWbgIAAAAAAIDdR1lZWbzwwgvx6quvxuLFi2PDhg2xefPmSCQS0a5du+jVq1ccdNBBMXTo0Dj22GNrDEN98skn1YJWOTk5kZOT01ynUS9vvvlmzJo1K9544434+OOPY9OmTVFWVhZt2rSJLl26xAEHHBCHH354HHfccfG1r32t2vyCgoIoKCioMta6devo3r17vfooKyuLpUuXxuLFi2PVqlXx4YcfxurVq6OwsDC2bNkSyWQysrOzIzs7O7p37x59+vSJQw45JI499tjo0qVLoz4HO7N58+b429/+FosWLYoVK1bE6tWrY+PGjVFaWhppaWmRnZ0d7dq1i7333jsOOOCAOOCAA6Jfv34xYMCAXbKqXlPJz8+PhQsXxtKlS+PDDz+MDz/8MNatW1cZyExPT4927dpF+/bto3fv3nHIIYdE//79Y+jQobv1eQEAAAAAACA4BwAAAAAAAAAAAAAAAECKadXSDQAAAAAAAAAAAAAAAABAUxKcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJQiOAcAAAAAAAAAAAAAAABAShGcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJQiOAcAAAAAAAAAAAAAAABAShGcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJQiOAcAAAAAAAAAAAAAAABAShGcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJQiOAcAAAAAAAAAAAAAAABAShGcAwAAAAAAAAAAAAAAACClCM4BAAAAAAAAAAAAAAAAkFIE5wAAAAAAAAAAAAAAAABIKYJzAAAAAAAAAAAAAAAAAKQUwTkAAAAAAAAAAJ7KpPUAAAA/SURBVAAAAAAAUorgHAAAAAAAAAAAAAAAAAApRXAOAAAAAAAAAAAAAAAAgJQiOAcAAAAAAAAAAAAAAABASvl/Xk2q8ojfL4gAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "for i, dataset_type in enumerate(dataset_types):\n", + " sns.set(font_scale=1.0)\n", + " sns.set_style(\"whitegrid\")\n", + " fig, axs = plt.subplots(1, 1, sharex=True, sharey=True, figsize=(12, 6), dpi=300)\n", + "\n", + " if i == 0:\n", + " order = list(df_mean[dataset_type].sort_values().index)\n", + "\n", + " plot_barplot(\n", + " df_mean[dataset_type] * 100,\n", + " df_sem[dataset_type] * 100,\n", + " axs,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " axs.set_xticks(axs.get_xticks(), order, rotation=90, ha=\"right\")\n", + "\n", + " fig.supxlabel(\"Datasets\")\n", + " fig.supylabel(\"Accuracy (%)\")\n", + " plt.title(dataset_type)\n", + " plt.tight_layout()\n", + " plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/x_axis_group_dataset_type.ipynb b/figures/x_axis_group_dataset_type.ipynb new file mode 100644 index 0000000..fe2716d --- /dev/null +++ b/figures/x_axis_group_dataset_type.ipynb @@ -0,0 +1,7065 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 25, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The cudf.pandas extension is already loaded. To reload it, use:\n", + " %reload_ext cudf.pandas\n", + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "from eval_vlm.common_utils import get_dataset_mappings\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + "\n", + " if results_sem is not None:\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "dataset_mappings = get_dataset_mappings(\"dataset_type\")\n", + "results[\"dataset_type\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"dataset_type\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"dataset_type\", \"model_name\"])\n", + " .correctness.mean()\n", + ")\n", + "df_sem = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"dataset_type\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"dataset_type\", \"model_name\"])\n", + " .correctness.sem()\n", + ")\n", + "\n", + "dataset_types = list(df_mean.reset_index().dataset_type.unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "metadata": {}, + "outputs": [], + "source": [ + "imagenet = (\n", + " results[results[\"dataset_name\"] == \"imagenet1k\"]\n", + " .groupby([\"dataset_name\", \"model_name\"])\n", + " .correctness.mean()\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "0it [00:00, ?it/s]" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_1602643/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "1it [00:01, 1.66s/it]/tmp/ipykernel_1602643/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1185: RuntimeWarning: All-NaN axis encountered\n", + " miny = np.nanmin(masked_verts[..., 1])\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1186: RuntimeWarning: All-NaN axis encountered\n", + " maxy = np.nanmax(masked_verts[..., 1])\n", + "2it [00:03, 1.66s/it]/tmp/ipykernel_1602643/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "3it [00:04, 1.66s/it]/tmp/ipykernel_1602643/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "4it [00:06, 1.66s/it]/tmp/ipykernel_1602643/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "5it [00:08, 1.67s/it]/tmp/ipykernel_1602643/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "6it [00:10, 1.68s/it]/tmp/ipykernel_1602643/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "7it [00:11, 1.67s/it]/tmp/ipykernel_1602643/3615112126.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1185: RuntimeWarning: All-NaN axis encountered\n", + " miny = np.nanmin(masked_verts[..., 1])\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1186: RuntimeWarning: All-NaN axis encountered\n", + " maxy = np.nanmax(masked_verts[..., 1])\n", + "8it [00:13, 1.67s/it]\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAC4IAABFtCAYAAACPmamUAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAC4jAAAuIwF4pT92AAEAAElEQVR4nOz9d3zV5f0//j8zgYQRtixFAdGAUnf1rXWP+vZdrfquWou7lgpY0ZZWW1Fr/dBSWxzVUidu1KrV2jrrqAMHbxUEFJShUFnKSEjAJJDvH/7k58lJyDkh6+D9frv5x3WdazxPcnq7Ndd5cL2yqqurqwMAAAAAAAAAAAAAgIyR3dIFAAAAAAAAAAAAAACQHkFwAAAAAAAAAAAAAIAMIwgOAAAAAAAAAAAAAJBhBMEBAAAAAAAAAAAAADKMIDgAAAAAAAAAAAAAQIYRBAcAAAAAAAAAAAAAyDCC4AAAAAAAAAAAAAAAGUYQHAAAAAAAAAAAAAAgwwiCAwAAAAAAAAAAAABkGEFwAAAAAAAAAAAAAIAMIwgOAAAAAAAAAAAAAJBhBMEBAAAAAAAAAAAAADKMIDgAAAAAAAAAAAAAQIYRBAcAAAAAAAAAAAAAyDCC4AAAAAAAAAAAAAAAGUYQHAAAAAAAAAAAAAAgwwiCAwAAAAAAAAAAAABkGEFwAAAAAAAAAAAAAIAMIwgOAAAAAAAAAAAAAJBhBMEBAAAAAAAAAAAAADKMIDgAAAAAAAAAAAAAQIYRBAcAAAAAAAAAAAAAyDCC4AAAAAAAAAAAAAAAGUYQHAAAAAAAAAAAAAAgwwiCAwAAAAAAAAAAAABkGEFwAAAAAAAAAAAAAIAMIwgOAAAAAAAAAAAAAJBhBMEBAAAAAAAAAAAAADKMIDgAAAAAAAAAAAAAQIYRBAcAAAAAAAAAAGr1+uuvx+DBgxP+e/3111u6LAAAIiK3pQsAAAAAAAAAANhaVVdXx4IFC+Ljjz+OJUuWRFlZWVRUVERhYWF06tQpOnXqFIMGDYq+ffu2dKkAAECGEQQHAACaxeLFi+PQQw9N6Nt7773jrrvuaqGKAAAAAACaRnl5eTz11FPx9NNPx5tvvhmlpaX1zuncuXMMGzYsjjjiiDjyyCOjffv2zVApAACQyQTBAQAAYCtx/fXXx5/+9KeEvjlz5rRQNQAAAABfP2VlZXHzzTfHvffeG2vWrElr7qpVq+KFF16IF154IX7961/HkUceGaNHj45+/fo1UbVsrWq7mGX8+PFx/PHHt1BFAAA0leyWLgAAAAAAAAAAINO98sorcdRRR8Wf//zntEPgNa1fvz4effTR+Pa3vx2/+c1v4vPPP2+kKgEAgK2JG8EBAAAAAAAAALbATTfdFH/84x+jurq61tc7deoU++67bwwYMCC6dOkSXbp0ierq6igpKYnFixfHzJkz45133on169cnzKusrIy77rorzjjjjOjbt29zvBUAACCDCIIDAAAAAAAAADTQxIkTY9KkSbW+dsABB8SIESNit912i5ycnM2us27dunj++efjrrvuirfeeqspSoUG2WeffWLOnDktXQYAALUQBAcAAAAAAAAAaIAHH3yw1hB49+7d4+qrr45vfvObKa/Vrl27OProo+Poo4+OqVOnxv/7f/8v5s6d25jlAgAAW5nsli4AAAAAAAAAACDTzJs3L6688sqk/u233z6mTJmSVgi8pn333TceeuihOOuss7akRAAAYCvnRnAAAAAAAAAAgDSNGzcuPv/884S+oqKiuOOOO6Jnz55bvH5+fn78/Oc/jyFDhkReXt4WrwcAAGx9BMEBAICtwsKFC2P27NmxdOnS+Pzzz6N9+/YxYMCA+MY3vhEFBQUprVFdXR3vv/9+vP/++/HZZ5/Fxo0bo2vXrjFw4MDYddddIysrq9HqXbNmTcyfPz8++uijWLNmTZSXl0e7du2iU6dO0bVr19h1112jqKio0fb7qo0bN8a7774bH3/8caxYsSKqqqqiU6dOscMOO8SwYcMiPz+/Sfat6ZNPPok5c+bEypUrY+XKlZGTkxOdO3eOHj16xDe+8Y0oLCxs8hoWLlwYs2bNimXLlkVFRUUUFRVFjx49Yo899ohOnTo1yZ7r1q2L6dOnx6effhorV66MdevWRVFRUXTp0iV22mmn6NevX5PsCwAAAEDjefHFF2PatGlJ/ZdddlmjhMC/6phjjmnQvC/PoZYvXx4rV66MioqK6Ny5c3Tt2jWKi4tjm222adQ667Jw4cJ4//33Y+nSpVFeXh55eXnRvXv3OO6449Jea8OGDfHee+/Fhx9+GJ999ll8/vnnUVBQEIMHD45999238YtvYtXV1fHee+/FnDlzNp1Jd+/ePXr16hW77757s53VtoSKioqYMWNGLFu2LD777LNN56Rfnsn379+/WepYsmRJvPvuu/HJJ5/EunXrolOnTtGtW7fYfffdo1u3bs1SAwDAlhAEBwAAWrVDDjkk/vOf/2xqf/e7343f/va3EfHFof+DDz4Yd9xxR8yfP7/W+QUFBXHCCSfEqFGj6gxWr127NiZPnhwPPPBALFu2rNYx3bp1i7PPPjtOO+20yM1N/0+pzz//PP7973/HSy+9FK+//nosXLhws+OzsrJi4MCBcfzxx8dJJ53UKKHoVatWxY033hhPPPFErFixotYxBQUFccwxx8SPfvSj6Nu3b0REvP7663HaaacljLvzzjtjn332SbuGZcuWxeTJk+OFF16o83cWEZGXlxfDhg2LU089Nb797W+nHcIfPHhwQnvUqFExevToiPgiCP/II4/E5MmTY+7cubXOz8nJib333jsuuOCC+MY3vpHW3rWpqqqKRx55JB5//PH4v//7v6isrKxz7Lbbbhvf/va346yzzkrpHwMMHz483njjjTpfr/mzqM348ePj+OOPr3ccAAAAAF+YPHlyUt83v/nNOProo5u/mBqeeOKJePDBB+PNN9+MioqKOscNGjQojjzyyDjzzDOjffv2ae+zuTO48vLyuPvuu+OBBx6IRYsW1Tr/q0Hw+s4gP/nkk7jlllvi8ccfjzVr1iSttffeeycFwTd3tpyO66+/Pv70pz8l9M2ZM6feeZv7+axduzZuv/32uP/+++s8q+3QoUMcdthhMWrUqE1ntZvz8MMPx8UXX1zn6xdffPFmX4/44ud41113JfU35hnxq6++GnfddVe89tprUV5eXue4fv36xWGHHRZnn312dO/ePe196vv9P/PMM3HLLbfEO++8U+v8rKys2GWXXWLUqFFx4IEHpr0/AEBzEQQHAAAy0rJly2L06NExffr0zY4rLy+Pu+66K5555pn4y1/+EjvttFPC62+99VZcdNFF8cknn2x2nU8//TR+97vfxZNPPhm33HJLdOzYMeVa77jjjrjuuuti7dq1Kc+prq6ODz74IH73u9/FpEmT4je/+U0cccQRKc+v6Z///GdcccUVsXr16s2OKy8vjwceeCAef/zxGDduXHz3u99t8J5ftX79+rj22mvjnnvuSXpcbm0qKytj2rRpMW3atJg0aVJcffXVseOOO25xHcuWLYuf/OQn8fbbb2923IYNG2Lq1KkxderUGDFiRIwZM6bBez777LMxYcKE+Oijj1Ia//HHH8df/vKXuOeee+LCCy+MU089tcF7AwAAAND4lixZElOnTk3qb+lznNmzZ8e4cePi3XffTWn8Bx98EB988EHcc889ccEFF8TJJ5/cKHVMnz49LrjggnrPXFP14IMPxlVXXRXr1q1rlPVa2owZM+L888+PJUuWbHZcaWlpPPLII/Hkk0/GmDFj4vTTT2+mCpvGokWL4vLLL4+XX3455fFfhuXPOeec+PGPfxzZ2dlbXEdpaWn87Gc/i+eff36z46qrq2PGjBlx7rnnxne/+934zW9+06BLYgAAmtqW/z8kAACAZrZs2bI45ZRT6g2Bf9XSpUvj7LPPTjhcf/nll+PMM89M6wuJ6dOnxznnnBNVVVUpz3nvvffSCoHXtGbNmjj//PPjpptuatD8KVOmxIUXXlhvCPyrysvL4xe/+EXcd999Ddrzq1asWBHDhw+P2267LaUQeE1z5syJk08+OV588cUtqmPRokXxv//7v/WGwGuaNGlSTJw4Me39qqur47rrrouRI0emHAL/qrVr18avf/3rGDduXGzYsCHt+QAAAAA0jeeeey6qq6sT+rp37x6HHHJIC1UU8e9//ztOPfXUlEPgX7Vq1aq47LLL4je/+U1s3Lhxi+p48803Y/jw4Y0WAr/lllviV7/61VYTAn/33Xfj9NNPrzcE/lXr1q2L//f//l+Dzihbi5kzZ8bJJ5+ccgj8q8rLy+O6666LCy64YLM33Kdi1apV8f3vf7/eEHhNjzzySPziF7/Yor0BAJqKf6oGAABklMrKyhg5cuSmRzpmZWXFnnvuGfvtt1/06tUr8vPzY+nSpfHSSy8l3crz6aefxuWXXx5/+ctfYt68eXH++efH+vXrIyKibdu28V//9V+x1157Rbdu3WLDhg2xaNGieOqpp+KDDz5IWGf69Olx++23xw9/+MMGvYftt98+dtpppxgwYEB07949CgsLIy8vL8rKymLJkiUxe/bseOWVVzbVFvFFqPiPf/xj7LjjjnHQQQelvNczzzwTl19+edIXUzk5ObHHHnvE/vvvHz179ozs7OxYvnx5vP766zF16tSorKyMiIgrr7wyLrjggga9z4gvfuYnnXRSwiM4v7TjjjvGXnvtFQMHDtx0w/pnn30W77zzTrz44otRVla2aWxZWVmMHj06pkyZEsXFxWnXUVZWFuecc04sW7YsIr743Oy2226bPjcFBQWxatWqeOutt+KZZ55JCqzffPPNccghh8SwYcNS3vOyyy6L+++/P6m/qKgo9ttvvxgyZEh07do12rZtG6WlpfHBBx/ESy+9FAsWLEgYf//990eHDh3iZz/7Wa37bLvttlFSUhIRX/y8P/3004TXa96CX5tOnTql+rYAAAAAvvZef/31pL4999yzxW4Lfu211+LHP/5xrZdX7LzzznHwwQdHnz59om3btrFixYp444034uWXX04K1d51112xcePGGDduXIPqWLFiRYwaNSrhbG3XXXeN//qv/4o+ffpEYWFhLF++PObNmxdPPvlkveu98sorCZdj5Ofnxz777BN77713dO/ePXJycmLp0qUxY8aMKC8vb1DNzamkpCRGjhyZUGtxcXEccsgh0bt378jPz49ly5bF1KlT47XXXkv6fU6aNCk6d+4cZ5xxRq3rd+rUadNZYGVlZcybNy/h9V69etV7Drjttts24J1t3rx582L48OG1/o769+8fhx12WGy33XbRvn37WLFiRcyYMSOee+65pPFPPfVUVFRUxKRJkxpUR1VVVYwcOTLmzp27qa+4uDj233//6NevX3To0CHWrFkT06dPj2eeeSZKS0sT5v/973+Pww47LI466qgG7Q8A0FSyqmumAQAAAJrA4sWL49BDD03o23vvveOuu+7a7LxDDjkkIUScn5+/6QuK4uLiuPLKK2Po0KG1zn3ppZfi/PPPTzowvueee+Kqq66K2bNnR0TEf//3f8cvfvGL6NGjR9IaGzdujL/85S9xzTXXJPR36NAhXn755Wjbtu1m64+IuPjii2PBggVx/PHHx7e+9a3YZptt6p1TVlYWt99+e0yaNGlTKDsiokuXLvH888+ntO/KlSvjmGOOic8++yyhf5dddonf/OY3dQaEFy1aFOPGjYtXX301Ir4IyX81lB4Rceedd8Y+++yz2f03btwYZ555Zrz22msJ/bvttltcfPHFmw1Vl5SUxI033hiTJ09OCLH37ds3Hn300Wjfvv1m9x48eHBCu02bNpu+gBo2bFhcdtllMWTIkFrnLl68OM4///yYNWtWQv/+++8ft95662b3/dJDDz0Ul1xySUJfUVFRXHjhhXHcccdFmzZtap1XXV0dzz77bFx22WVJv7dJkybFwQcfvNl9r7/++vjTn/6U0DdnzpyUagYAAAAgNYcddlgsWrQooe/nP/95nHXWWc1ey6pVq+LYY4/ddAHCl3r37h1XXHFFfOtb36p13tKlS+Oyyy6LF154Iem1G264IQ477LB69655BpeTk7PpyXaDBw+OK664Inbbbbda537++ecJZ2Svv/56nHbaaXWud+SRR8bFF18cvXr1Smm9iOSz5e9+97vx29/+tt73VVNDz9w2d0bZs2fPuPLKK+PAAw+sde78+fPjkksuSXq6YZs2beJvf/tb7LDDDpvdu7bz+PHjx8fxxx9fb921qe33k8oZcUVFRfzv//5vvP/++wn9RUVFcckll8Sxxx5b67w1a9bEb3/723j44YeTXrvkkkvi9NNPr7fmmr//r/78+/fvH5dffnnsu+++tc5duXJl/OxnP0u6wXyHHXaIJ554ot69AQCaU3ZLFwAAAJCOL0Pge+21V9x99911hsAjIg444IC48sork/rPP//8TSHws88+O/74xz/WGgKPiMjOzo4f//jH8b//+78J/aWlpfHMM8+kVPMll1wSU6ZMie9973sphcAjIgoLC2PUqFFx0003JdwktHLlynj00UdTWuPaa69NChPvueeecdddd232luh+/frFzTffHEcccURERFIIPFW33nprUgj81FNPjfvuu6/em7U7duwYv/jFL+Kqq65K6F+8eHHcd999adfy5QH/wQcfHHfddVedIfCIL8Lmt912W3Tr1i2h/9VXX03pkbaLFy9O+tz1798/Hn300TjppJPqDIFHfHFT+eGHHx4PPfRQ0mflD3/4Q9LN7gAAAAA0r4qKili8eHFS/+bOKZvSH//4x6QQeN++feO+++6rMwQeEbHNNtvEpEmT4jvf+U7Sa5deemmDzgS/DG3vvvvuce+999YZAo+IzZ6R1Vxv+PDhcd1119UZAk91vZb25Rlljx494p577qkzBB7xReD4jjvuiL333jtpjSuuuKJJ62xMt912W60h8DvuuKPOEHjEF7ebjx8/PkaMGJH02tVXX530mU/Flz//XXbZJe6///46Q+ARX1zI8uc//zl23HHHhP758+fHtGnT0t4bAKApCYIDAAAZp6ioKP74xz9GYWFhvWOPOeaYGDhwYELfl+HovffeO37605+mtOfo0aMjOzvxT6h///vfKc3t0KFDSuNqs99++yXdtPLggw/WO2/t2rXx2GOPJdVxzTXXRLt27eqdn5ubG7/73e+id+/e6RX8/7Nu3bqk27MPOuigGDduXGRlZaW8zgknnJAUwr/jjjuSHlubij59+sTvf//7lL4UKioqipEjRyb0bdy4MV555ZV65956662xbt26Te2CgoK45ZZbUv5HABFfPKb1j3/8Y0LfBx98EM8991zKawAAAADQ+JYtW1brP9avealAc6jt0oicnJz405/+lNJZVFZWVowfPz4p7JrOZRQ1fXkGWd8T/VK16667xsUXX9woa7UWV199dfTr16/ecW3atInrrrsuioqKEvpfe+21mDt3bhNV13gqKyvj7rvvTuofP378Zi8q+aoxY8bEAQcckNBXUVER99xzT4Nq6tixY60/09rk5+fX+v1BzVvCAQBamiA4AACQcc4444w6b/CuzZc3W9c0ZsyYpHB3XXr27Jl0g82Xt4o3teOOOy6h/d577yUEjWvz2GOPRXl5eULfueeeG927d09534KCghgzZkzK47/qoYceilWrVm1qZ2dnx69+9asGrTVy5MiE8PiKFSvinXfeSXudUaNGpRXK/+///u/IyclJ6Js1a9Zm56xcuTLpcaVnn312Sl/s1LTHHnsk3Urz7LPPpr0OAAAAAI2npKSk1v6OHTs2cyURf/3rXzfdcvylk046KXbeeeeU18jNzY1LL700qb+2AG8qzjjjjOjZs2eD5tZm7NixSWd0mezII4+MffbZJ+XxnTt3jtGjRyf1T5kypTHLahJPP/10rFixIqHvwAMPjEMOOSStdcaNG5f0Gbj//vujsrIy7ZpOO+20tC4/2X///aNLly4JffWdEQMANDdBcAAAIOOceOKJaY0vLi5O6tthhx1i991336J1Fi5cmNb8hurfv39Cu6qqKmbOnLnZOa+99lpCOycnJylQnoojjzyyQV9iPfXUUwntb37zmw0KQ0d8cTt2zVuJ3njjjbTWKCgoiGOOOSatOZ06dYrtttsuoW/BggWbnfPCCy8kPTa35o3m6TjooIMS2q+//nqD1wIAAABgy9U8+/nSljwVsKFqe3rd97///bTX2XvvvWPQoEEJfXPnzo1PP/00rXWysrLSPrvdnP79+8dee+3VaOu1Bg05Kzz22GOTnnKY6tMqW1JjfT633Xbb2H///RP6Vq9e3aCLWr73ve+l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XV0dv/rVr5KC4127do3vfOc7Daq7Ndl///0jOzsxFnPDDTekdCv4559/Hj/72c9i8eLFjV7XRRddlNK6FRUVccEFF8SqVasS+vfZZ59azwG/Kjs7OwYMGJDQ9/LLL6f9xMotkZeXV+s/KPj5z38eH374YUprXHvttfHCCy8k9LVp0ya+//3vN0aJAABbBUFwAACAJrLrrrtGnz59EvreeuutGD16dKxcubLOeTNmzIhTTz11U4C3ffv2Ddr/8MMPj29/+9sJfZWVlTF69Oi44IILYtq0aUkH/zNmzIhx48bFaaedFmVlZRERsdtuuzVo/3POOSf222+/hL7y8vIYNWpUXHrppSnfQLNw4cKYNGlSHHPMMXHuuefG//3f/zWonubSr1+/+PWvf53U/+CDD8b3vve9eP7551MK2K9duzb+/ve/x3nnnRdHHHFE3H333UmPgK1p0KBBSZ+Xm266KR5++OFYv359em8EAAAAgHp973vfixEjRiT1L1u2LIYPHx7nnntuvPXWWykFcNevXx///Oc/4/vf/36cccYZ8cEHH9Q758ILL4yePXsm9H300UdxyimnxKuvvlrnvGXLlsWPf/zjeOSRR5Jeq+2m80zUq1ev2H///RP6li5dGmefffZmb2yfNWtWDB8+PJ5//vmIiEb7WXy5ztKlS+PUU0+Nl156qc6xCxYsiNNPPz2mTp2atMbll1+e0n41z3UXLFgQv/zlL+M///lPeoVvgTPPPDN23nnnhL5Vq1bF8OHD45///Ged80pKSuKXv/xlrTey//SnP036zAMAfJ3l1j8EAACAhsjJyYmRI0fGJZdcktD//PPPx6GHHhpHHHFEDBs2LDp37hzl5eWxZMmS+Pe//x0zZsxICApfeuml8fOf/7xBNVx++eUxb968pJukn3jiiXjiiSeiXbt20a1bt8jJyYnly5dHeXl5wrghQ4bEeeedFz/84Q+T3lt9cnNz45prromTTz455s+fv6m/uro6HnjggXjooYdi6NChseeee0bfvn2jqKgoNm7cGCUlJbFy5cqYO3duzJw5s1m/mGgs3/3ud2PevHlx8803J/S/9957MWLEiOjdu3fss88+sdNOO0VRUVG0bds2SktLo7S0NBYuXBgzZ86MuXPnpnR7/Ffl5eXFd77znbj33ns39ZWXl8fFF18cv/rVr2KbbbaJwsLCpJuQzj///Dj00EMb/oYBAAAAvsbGjBkT7dq1i2uuuSbpAoAXX3wxXnzxxSgqKop99903Bg4cGJ07d47OnTtHxBeB10WLFsWsWbPinXfeiXXr1qW1d1FRUUyYMCHOPvvsqKqq2tS/ePHiOPPMM2PIkCFx8MEHR58+faJNmzaxYsWKePPNN+Oll16q9dKBU089NQ477LAG/BRap/PPPz9eeeWV2LBhw6a+6dOnx1FHHRWHH3547L777pvOZz/55JOYOnVqvPXWW5t+j/3794+DDz44br/99i2u5aSTToonn3wyli9fHkuXLo1zzjknhgwZEoccckj06dMn8vLyYtmyZfHaa6/F1KlTaz0bvPDCC2OHHXZIab8TTjghpkyZktD38MMPx8MPPxxdunSJLl26RG5uYmxo6NChcdVVVzX8TdaQn58ff/jDH+LEE09MOHteuXJljBkzJq6//vo47LDDYtttt43CwsL47LPPYvr06fHcc89tuqjkqw466KBabxkHAPg6EwQHAABoQieccEK8+uqr8fjjjyf0l5eXx9/+9rf429/+ttn5I0aMiOOOO67BQfCioqK444474qyzzor33nsv6fV169bVeTP3jjvuGJMmTar1MZ2p3lLeqVOnmDJlSowdOzbpEZ4bNmyI6dOnx/Tp01NaK9P89Kc/jV69esX48eOTvrT55JNPar1tqTGcd9558cwzz8SKFSsS+jds2FBnqH7NmjVNUgsAAADA18WIESNiyJAhcckll8Ty5cuTXl+9enU88cQTaa/btm3bOO2006JHjx51jvnmN78ZN954Y1xwwQVJFz3MmjUrZs2aldJew4cPT7rUItPtsssucd5558X111+f0L9+/fr4+9//Hn//+9/rnNu9e/e4+eab49FHH22UWjp27Bg33HBDnH766Zt+T+n8fkaMGBFnnHFGyvvtuuuucfzxx8fDDz+c9NrKlStrfWplx44dU14/VQMGDIg777wzfvSjH8Vnn32W8Nr8+fPjpptuSmmdI444Iq6++urIyspq9BoBADJZdv1DAAAA2BLjx4+PE088Ma05bdq0iUsvvTTGjBmzxft36dIlHnjggRg1alTk5+fXOz4nJydOOumkuO+++6JHjx61hoRTDYJHfBEGnzRpUlxyySXRrVu3tGqvqU+fPnH88cdv0RrN6dRTT41777039thjjy1ap23btvHf//3f0bt373rHdu/ePe64444YMmTIFu0JAAAAQHoOOOCAePLJJ2PEiBFbHKgtKCiIk046KZ566qm46KKL6j3XO/DAA+Puu++OoUOHpr1XUVFRXH755fGrX/0q6UlyW4NRo0bF6NGj0woQDxkyJO6///7YdtttG7WWXXfdNSZPnhw9e/ZMeU67du3i4osvbtBZ8RVXXBGnnXZai/9ed9lll7j//vtjv/32S3tuQUFBjB49Oq699tpo06ZNE1QHAJDZ3AgOAADQxPLz8+Oqq66KI444IiZNmhRvvfVWnWM7dOgQRx99dPzwhz+Mfv36NWoNo0ePjpNPPjmefvrpeO6552LRokWxYsWKqKysjKKioth+++1jn332iWOPPTZh708//TRpvaKiorT2z8rKitNPPz1OPvnkeOihh+LJJ5+Md955p9bHz35VdnZ27LzzzrHvvvvGgQceGHvttVfG3fiy6667xr333hvTpk2LKVOmxOuvv17rrVA19ejRI/bdd9/Yb7/94tBDD40OHTqkvOeAAQPioYceimnTpsUzzzwT77//fnz00Uexdu3aWLduXcKjcAEAAABoPIWFhTFmzJj40Y9+FE8++WQ89dRTMW3atFi7dm29c7t27RrDhg2Lo446Ko444oho165dWnsPGTIk/vrXv8YTTzwRDz74YEybNi0qKirqHD9w4MA48sgj48wzz0zr7CkTjRo1Kg488MC45ppr4rXXXouqqqpax2233XZx2mmnxcknnxy5uU0TqRk2bFj84x//iFtuuSUeeOCBWm/mjvjiMo7DDz88Ro4c2eCz4vz8/PjlL38ZZ511VvzjH/+I6dOnxwcffBCrVq2KsrKypCcZNqV+/frF7bffHq+88krcdddd8frrryfdYF9z/KGHHhrnnHNOdO/evdnqBADINFnV1dXVLV0EAADA18mnn34ab731VixfvjxKSkoiPz8/unXrFjvssEMUFxc32RcMDXXRRRfF448/vqndq1eveOGFF7Z43YqKinj33Xdj2bJlsXr16igpKYmcnJwoLCyMzp07x/bbbx/bb7/9VnnLy4IFC2LevHmxevXqWL16dVRVVUVhYWG0b98++vbtGzvssEN07dq1pcsEAAAAoBFs3LgxFixYEB999FEsWbIkysvLo6KiIgoLC6NTp05RVFQUO+64Y/Tp06dR9y0vL4/p06fH8uXLY+XKlVFZWRmdO3eOLl26RHFxcfTq1atR98sUpaWlMW3atE3nkjk5OdGzZ88YMmRIDBgwoNH2GTx4cEL7y5vJv2rjxo0xe/bsmDt37qYLObp27Rq9e/eOPfbYI6UnPGaqioqKmDFjRixZsiRWrlwZ69ati6KioujSpUsMGjQott9++5YuEQAgIwiCAwAAUKeKioo46KCD4rPPPtvUd+SRR8Z1113XglUBAAAAALRuqQTBAQBgS2W3dAEAAAC0Xo888khCCDwiYs8992yhagAAAAAAAACALwmCAwAAUKuPPvoofv/73yf0tW3bNr7zne+0UEUAAAAAAAAAwJcEwQEAALZyEydOjE8++SStOW+//XYMHz48SktLE/r/53/+J4qKihqxOgAAAAAAAACgIXJbugAAAACa1m233RY333xzfPOb34xDDz009thjjxgwYEDk5eUljFu9enW89dZb8dBDD8Vzzz0XGzduTHi9e/fuceGFFzZn6QAAAAAAAABAHQTBAQAAvgY2bNgQr7zySrzyyisREZGXlxddunSJDh06RFVVVZSUlMSqVauiurq61vl5eXnx+9//Prp06dKcZQMAAAAAAAAAdRAEJ+OtXr063nnnnfj444+jrKws8vPzo0ePHlFcXBwDBgxokj3LysrinXfeiYULF0ZJSUnk5uZGt27dYvDgwbHzzjtHVlZWk+wLAACNpbKyMpYtWxbLli2rd2y3bt3i+uuvj913370ZKgMAAAAAAAAAUiEIzhZbtWpVzJw5M959992YMWNGzJw5M1asWJEwZtSoUTF69OhG3XfatGkxadKkePXVV2PDhg21jtluu+3iBz/4QZxyyilJj71viDlz5sSf//znePbZZ6OysrLWMT169IiTTjopzjrrrCgoKNjiPQEAYEsdfvjh8fzzz0d5eXla8woKCuKkk06Kc845J7p169ZE1QEAAAAAAAAADZFVXddzv2Ezbr/99k3B70WLFtU7vjGD4JWVlTF+/Pi45557Up6z4447xvXXXx/9+/dv0J7V1dXx5z//OW644YaoqqpKaU7v3r3j2muvjV133bVBewIAQGNav359TJs2Ld5+++14//33Y/HixbF8+fJYt25dfP7551FQUBCdOnWKrl27xtChQ2OvvfaK//qv/4pOnTq1dOkAAAAAABln8ODBCe2muEAPAAAEwWmQmn+w1Kex/qCpqqqK888/P/71r3+lPbdLly5x9913x4ABA9Kee8UVV8S9996b9ry2bdvGLbfcEnvttVfacwEAAAAAAAAAAACgLrktXQCk4w9/+ENSCLxz587xgx/8IA477LDo1atXrF69OmbOnBmTJ0+OGTNmbBq3cuXKGDFiRDzyyCPRvn37lPe85557kkLgBQUFcfLJJ8e3v/3t6NevX5SVlcXcuXPj7rvvjldeeWXTuPXr18eoUaPib3/7W/Tq1auB7xoAAAAAAAAAAAAAErkRnAapeSN4QUFBDB06NIYOHRq77LJLjBkzJuH1xrgR/P3334/jjjsuvvqRHTRoUNx6663Rs2fPpPHV1dUxfvz4uOOOOxL6zzrrrPj5z3+e0p6ffvppHHbYYbFu3bpNfT179oxbb701Bg0aVOuc2267LSZMmJBQ55FHHhnXXXddSnsCAAAAAAAAAAAAQH3cCE6D7LrrrrHLLrts+m+HHXaI7OzsTa/XDII3hmuuuSYhXF1YWBg333xzrSHwiIisrKy45JJLYvHixQm3iN97771xxhln1DnvqyZNmpQQAs/JyYkbb7yxzhB4xBdB8yVLlsSdd965qe/pp5+OWbNmxZAhQ+rdEwAAAAAAAAAAAADqk13/EEj24IMPxrhx4+K73/1uDBw4MCEE3hTee++9eP755xP6zj///OjVq1e9cy+//PJo27btpvb69evj1ltvrXfep59+GlOmTEnoO/XUU2Po0KH1zh0zZkz06NFjU7u6ujpuvPHGeucBAAAAAAAAAAAAQCoEwckITzzxREK7oKAgTjzxxJTm9ujRI4444oiEvqeeeqreef/617+isrJyUzsrKytOO+20lPYsKCiIE044IaHv3//+d5SVlaU0HwAAAAAAAAAAAAA2RxCcjPCvf/0roX344YdH+/btU55//PHHJ7SXLl0aM2fOTGvPPfbYI/r169fgPSsqKuLll19OeT4AAAAAAAAAAAAA1EUQnFbvk08+iQ8//DChb++9905rjd122y3y8vIS+l544YU6x1dUVMTUqVO3aM9tt902ttlmm5T3BAAAAAAAAAAAAIBUCYLT6s2ZMyepb/fdd09rjbZt20ZxcXFC39y5c+scv3DhwqioqNiiPWubs7k9AQAAAAAAAAAAACBVguC0evPnz09o5+bmRv/+/dNeZ8CA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EQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYQTBAQAAAAAAAAAAAAAyjCA4AAAAAAAAAAAAAECGEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYXJbugAAAAAAAGjNxkyYHSVlVSmN7ViYGxPHFjdxRQAAAAAAIAgOAAAAAACbVVJWFaUpBsEBAAAAAKC5ZLd0AQAAAAAAAAAAAAAApEcQHAAAAAAAAAAAAAAgwwiCAwAAAAAAAAAAAABkmNyWLgAAAAAAABrTmAmzo6SsKqWxHQtzY+LY4iauCAAAAAAAGp8gOAAAAAAAW5WSsqooTTEIDgAAAAAAmSq7pQsAAAAAAAAAAAAAACA9bgQno1VWVsacOXPiww8/jJKSkigrK4t27dpFhw4dYrvttoshQ4ZEu3btGnXP1atXxzvvvBMff/xxlJWVRX5+fvTo0SOKi4tjwIABjboXAAAAAAAAAAAAANRGEJyM9Oabb8a9994b//rXv+Lzzz+vc1xOTk7ss88+8b3vfS+OOuqoyMrKavCe06ZNi0mTJsWrr74aGzZsqHXMdtttFz/4wQ/ilFNOiby8vAbvBQAAAAAAAAAAAACbIwhORlm9enVceeWV8fjjj6c0fsOGDfHqq6/Gq6++GrvvvnuMHz8++vfvn9aelZWVMX78+LjnnnvqHfvRRx/FVVddFQ8++GBcf/31ae8FAAAAAF9XYybMjpKyqnrHdSzMjYlji5uhIgAAAAAAaN0EwckYq1atitNPPz3mzJnToPlvvfVWnHLKKXHXXXfFwIEDU5pTVVUVP/nJT+Jf//pXWnvNnTs3TjnllLj77rtjwIABDSkXAAAAAFq1VIPbEamFt0vKqqI0xfUAAAAAAABBcDLIhRdemBQCb9OmTRx//PFx2GGHxaBBg6J9+/ZRXl4e8+bNixdffDEeeOCBWLt27abxK1eujB/96Efxj3/8I9q2bVvvnn/4wx+SQuCdO3eOH/zgB3HYYYdFr169YvXq1TFz5syYPHlyzJgxI2GvESNGxCOPPBLt27ffwncPAAAAAK2L4DYAAAAAALQsQXAywjPPPBOvvvpqQl/v3r3j5ptvTrrdu7CwMLp37x7f/OY3Y/jw4fGjH/0o5s6du+n1xYsXx+233x4//vGPN7vn+++/H7fffntC36BBg+LWW2+Nnj17burr1KlTbLfddnH00UfH+PHj44477tj02scffxw33HBD/PznP0/7PQMAAAAAAAAAAABAXbJbugBIxSOPPJLQzs7OjhtuuCEpBF5T796946abboqCgoKE/scee6zePa+55pqorq7e1C4sLIybb745IQT+VVlZWXHJJZfEoYcemtB/7733xrJly+rdDwAAAAAAAAAAAABSJQhORpg6dWpC+4ADDoji4uKU5vbq1SuOPfbYhL758+fHp59+Wuec9957L55//vmEvvPPPz969epV736XX355tG3bdlN7/fr1ceutt6ZUKwAAAAAAAAAAAACkIrelC4D6lJaWRnl5eULfnnvumdYae+21V9x3330JfcuXL49u3brVOv6JJ55IaBcUFMSJJ56Y0l49evSII444IuHW8aeeeiouueSStGoGAAAAgMY0ZsLsKCmrSmlsx8LcmDg2tYsYAAAAAACAliEITqtXMwQeEVFUVJTWGrWNr6ysrHP8v/71r4T24YcfHu3bt095v+OPPz4hCL506dKYOXNmDB06NOU1AAAAAPh6a+zgdklZVZSmuB4AAAAAAND6CYLT6nXu3Dmys7Nj48aNm/rWrFmT1hq1ja/rNvBPPvkkPvzww4S+vffeO639dtttt8jLy0sIm7/wwguC4AAAAACkTHAbAAAAAADYnOyWLgDqk5+fH4MGDUro+7//+7+01qg5vmfPntGnT59ax86ZMyepb/fdd09rv7Zt20ZxceINTHPnzk1rDQAAAAAAAAAAAACoiyA4GeGYY45JaP/73/+uNbBdm+XLl8fDDz+c0HfiiSfWOX7+/PkJ7dzc3Ojfv39qhX7FgAEDEtoLFixIew0AAAAAAAAAAAAAqI0gOBnh+9//fvTq1WtTe8OGDTFy5Mj46KOPNjtv+fLlMWLEiCgvL9/U17dv3zj77LPrnDNv3ryEds+ePSM7O/3/qWyzzTYJ7YULF8aGDRvSXgcAAAAAAAAAAAAAahIEJyO0b98+rr322igoKNjUt2jRojjuuONi/PjxMW3atFizZk1UVVVFaWlpTJ8+Pa655pr4n//5n5g1a9amOd27d4+bbropCgsL69xr+fLlCe2age5U9e7dO6FdUVERq1evbtBaAAAAAAAAAAAAAPBVuS1dAKRq2LBhcd9998VPf/rT+OCDDyIiory8PCZPnhyTJ0/e7NysrKw44ogjYty4cdGtW7fNjv3q7eERX4TQG6K2sHl5eXl07dq1Qeu1tMrKyqisrGzpMgAAAAC2SF5eXpOuP2bC7Cgpq6p3XMfC3Jg4trhJa6H1+DqcqzX1/7ZaA2ekAAAAAEBdWuqMVBCcjLLTTjvFo48+Gv/4xz/i4YcfjqlTp9Y7Z999941f/vKXMWjQoJT2qBkEb9u2bYNqrW1eWVlZg9ZqDd5777347LPPWroMAAAAgAbLzc2NYcOGNekeJWVVUZpCEJyvl9mzZ0dV1db9udhjjz1auoQm54wUAAAAAKhLS52RZrfIrrAFFi5cGK+99lq89957KY2fOnVqnHHGGXHzzTfH559/Xu/4devWJbTz8/MbVGdtQfCaIXMAAAAANi83N7fR/svJyWnptwMAAAAAANBo3AhOxqiqqoprr702brnllti4ceOm/ry8vBg6dGgMGDAgOnToEGVlZbFw4cKYPn36puD3p59+GldffXU89thjccMNN8S2227bUm8DAAAAYKuWm9t4R445OTkxdOjQRlsPAAAAAABgayIITkbYsGFDXHTRRfHkk09u6svKyoof/OAHMWLEiOjWrVvSnJKSkpg8eXL85S9/2fTY1blz58bpp58eU6ZMiZ49e9a6V7t27RLaFRUVDap5/fr1SX0FBQUNWgsAAAAgE+Tm5sawYcNauoy0jJkwO0rKqlIa27EwNyaOLW7iigAAAAAAAFIjCE5GuOWWW5JC4BMmTIjvfOc7dc7p2LFjnH/++bHnnnvGueeeG5WVlRER8cknn8Qvf/nLuOWWW2qdVzOsXVugOxW1zSssLGzQWq3BzjvvHH369GnpMgAAAAAaVUlZVZSmGASHhiou9g8ItgbOSAEAAACA1kYQnFZv5cqVceONNyb0nXrqqZsNgX/VfvvtFz/5yU/i6quv3tT30ksvxbRp02LPPfdMGl8zCL527doGVB1RVlZW79qZJC8vL/Ly8lq6DAAAAADIOM7Vtg7OSAEAAACA1kYQnFbvscceS7hdOysrK84999y01hg+fHj85S9/idLS0k19jzzySK1B8B49eiS0ly5dmmbFX1iyZElCOz8/P4qKihq0FgAAAABfGDNhdpSkeIN3x8LcmDjWTcwAAAAAAMDWSRCcVu+NN95IaO+0007Rs2fPtNZo27Zt7LXXXvHcc89t6nv77bdrHbvDDjsktJctWxYbN26M7OzstPasGQTv379/5OTkpLUGAAAAQKZr7OB2SVlVlKa4HgAAAAAAwNZMEJxW7z//+U9Cu2/fvg1ap+a8ZcuW1TpuwIABCe2qqqpYuHBhUkC8PvPnz09ob7/99mnNBwAAANgaCG4DAAAAAAA0jfSuOIYWsH79+oR2mzZtGrROu3btEtoVFRW1jhs8eHBSX123h9dl/fr1MWvWrIS+HXfcMa01AAAAAAAAAAAAAKAubgSn1evYsWNCe/Xq1Q1aZ+XKlQntoqKiWsf17t07Bg4cGB9++OGmvjfeeCNOOOGElPd6++23o7KyMqHvoIMOSnk+AAAAQEsaM2F2lKRwi3fHwtyYOLa4GSoCAAAAAACgJkFwWr1u3boltGfOnBkbN26M7Oz0LrSfPn16Qrt79+51jj300EMTguBPP/10jBs3LgoLC1Pa629/+1tCe5tttomhQ4emXiwAAACwVUs1aB2RWti6sdcrKauK0hTXAwAAAAAAoGWkl6SFFrDbbrsltFevXh3PP/98WmvMnDkz5s6dm9C311571Tn+qKOOSmiXl5fHQw89lNJeK1asiCeffDKh78gjj0yxUgAAAODr4MugdSr/pRLwbuz1AAAAAAAAaP0EwWn1DjzwwKS+CRMmRGlpaUrzKyoq4te//nVK636puLg4Dj744IS+6667LpYtW1bvfldccUWsX79+U7tNmzZx9tlnp1QrAAAAAAAAAAAAAKRCEJxWb/DgwfGtb30roW/hwoXxwx/+sN5g9urVq+O8886L6dOnJ/QPGzYs9ttvv83OveCCCyIrK2tTu7S0NM4555w696yuro7f/va38cwzzyT0n3rqqdGzZ8/N7gUAAAAAAAAAAAAA6cht6QIgFWPHjo1p06ZFeXn5pr633347jjrqqDjxxBPj4IMPjgEDBkT79u2jrKwsFi5cGC+99FLcf//9sWbNmoS18vPz45JLLql3z5122inOPPPMuO222zb1zZ07N4477rgYPnx4HHLIIdGrV69Ys2ZNzJw5MyZPnpwUON92221j5MiRW/juAQAAAAAAAAAAACCRIDgZYdCgQXHNNdfEyJEjo7KyclN/eXl53HnnnXHnnXemtE5OTk787ne/i2984xspjb/oootiwYIF8fzzz2/qW7lyZVx77bVx7bXXbnZu586d489//nO0b98+pb0AAAAAAAAAAAAAIFWC4GSMAw88MO6777742c9+FgsWLEh7fp8+feL3v/997LHHHinPyc3Njeuvvz6uuuqquO+++1KeN2jQoPjTn/4U/fv3T7tOAAAAoHGMmTA7Ssqq6h3XsTA3Jo4tbpS1Ul0PAAAAAAAAtpQgOBlll112icceeyyeeOKJuP/++2P69OlRVVX3l7DZ2dkxZMiQOOmkk+J//ud/om3btmnvmZeXF5dffnkcc8wx8ec//zleffXV2LhxY61j+/XrF8OHD4/vf//7kZeXl/ZeAAAAQOMpKauK0hTD2825FgAAAAAAADQGQXAyTn5+fhx77LFx7LHHxrp162LWrFnx8ccfR0lJSZSXl0dBQUF06NAhevfuHbvssku0b9++Ufbdc88949Zbb41Vq1bFO++8Ex9//HGUlZVFXl5e9OjRI4YMGRIDBw5slL0AAAAAAAAAAAAAYHMEwclo7dq1iz333DP23HPPZtuzc+fOcfDBBzfbfgAAAAAAAAAAAABQU3ZLFwAAAAAAAAAAAAAAQHrcCA4AAABAqzBmwuwoKatKaWzHwtyYOLa4iSsCAAAAAACA1ksQHAAAAIBWoaSsKkpTDIIDAAAAAADA1112SxcAAAAAAAAAAAAAAEB6BMEBAAAAAAAAAAAAADKMIDgAAAAAAAAAAAAAQIYRBAcAAAAAAAAAAAAAyDCC4AAAAAAAAAAAAAAAGUYQHAAAAAAAAAAAAAAgwwiCAwAAAAAAAAAAAABkGEFwAAAAAAAAAAAAAIAMIwgOAAAAAAAAAAAAAJBhBMEBAAAAAAAAAAAAADKMIDgAAAAAAAAAAAAAQIYRBAcAAAAAAAAAAAAAyDCC4AAAAAAAAAAAAAAAGSa3pQsAAAAAIDONmTA7SsqqUhrbsTA3Jo4tbuKKAAAAAAAA4OtDEBwAAACABikpq4rSFIPgAAAAAAAAQOPKbukCAAAAAAAAAAAAAABIjyA4AAAAAAAAAAAAAECGyW3pAgAAAABoHmMmzI6SsqqUxnYszI2JY4ubuCIAAAAAAACgoQTBAQAAAL4mSsqqojTFIDgAAAAAAADQugmCAwAAALRiqd7i7QZvAAAAAAAA+HoRBAcAAABoxdziDQAAAAAAANQmu6ULAAAAAAAAAAAAAAAgPYLgAAAAAAAAAAAAAAAZRhAcAAAAAAAAAAAAACDDCIIDAAAAAAAAAAAAAGSY3JYuAAAAAGBrMmbC7Cgpq0ppbMfC3Jg4triJKwIAAAAAAAC2RoLgAAAAAI2opKwqSlMMggMAAAAAAAA0VHZLFwAAAAAAAAAAAAAAQHoEwQEAAAAAAAAAAAAAMkxuSxcAAAAAAAAAAAAAAJlkzITZUVJWldLYjoW5MXFscRNXxNeRIDgAAAAAAAAAAAAApKGkrCpKUwyCpyLVYLlQOV8lCA4AAAAAAAAAAAAALaixg+V8PQiCAwAAAF9rHtsHAAAAAAAAZCJBcAAAACCjNHZw2+0KAAAAAAAAQCYSBAcAAAAyiuA2AAAAAAAAQER2SxcAAAAAAAAAAAAAAEB63AgOAAAANLkxE2ZHSQq3eHcszI2JY4uboSIAAAAAAACAzCYIDgAAADS5krKqKE0hCA4AAAAAAABAarJbugAAAAAAAAAAAAAAANLjRnAAAAAAAAAAAAAA2EqMmTA7SlJ8Wm/HwtyYOLa4iSuiqQiCAwAAAAAAAAAAAMBWoqSsKkpTDIKT2bJbugAAAAAAAAAAAAAAANIjCA4AAAAAAAAAAAAAkGFyW7oAAAAAoPUZM2F2lKT4uLiOhbkxcWxxE1cEAAAAAAAAwFcJggMAAABJSsqqojTFIDgAAAAAAAAAzS+7pQsAAAAAAAAAAAAAACA9guAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMPktnQBAAAAwJYbM2F2lJRVpTS2Y2FuTBxb3MQVAQAAAAAAANCUBMEBAABgK1BSVhWlKQbBAQAAAAAAAMh82S1dAAAAAAAAAAAAAAAA6REEBwAAAAAAAAAAAADIMILgAAAAAAAAAAAAAAAZRhAcAAAAAAAAAAAAACDDCIIDAAAAAAAAAAAAAGQYQXAAAAAAAAAAAAAAgAwjCA4AAAAAAAAAAAAAkGEEwQEAAAAAAAAAAAAAMowgOAAAAAAAAAAAAABAhhEEBwAAAAAAAAAAAADIMLktXQAAAABkijETZkdJWVW94zoW5sbEscWNslaq6wEAAAAAAADw9SIIDgAAACkqKauK0hTD2825FgAAAAAAAABfP4LgAAAAAAAAAAAAALQqnrAL9RMEBwAAAAAAAAAAAKBV8YRdqF92SxcAAAAAAAAAAAAAAEB63AgOAADAVsvj4gAAAAAAAADYWgmCAwAAsNXyuDgAAAAAAAAAtlbZLV0AAAAAAAAAAAAAAADpEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADCMIDgAAAAAAAAAAAACQYXJbugAAAAD40pgJs6OkrCqlsR0Lc2Pi2OImrggAAAAAAAAAWidBcAAAAFqNkrKqKE0xCA4AAAAAAAAAX2fZLV0AAAAAAAAAAAAAAADpEQQHAAAAAAAAAAAAAMgwguAAAAAAAAAAAAAAABlGEBwAAAAAAAAAAAAAIMPktnQBAAAAAAAAAAAAAK3FmAmzo6Ssqt5xHQtzY+LY4mao6P8v1doiWqY+oHkJggMAANBgDpoAAAAAAADY2pSUVUVpit+BNbfWXBvQ/ATBAQAAaDAHTQAAAAAAAADQMrJbugAAAAAAAAAAAAAAANIjCA4AAAAAAAAAAAAAkGEEwQEAAAAAAAAAAAAAMkxuSxcAAAAAAAAAAAAAALROYybMjpKyqpTGdizMjYlji5u4Ir4kCA4AAPA1k+of6f5ABwAAAAAAAKCkrCpKUwyC07wEwQEAAL5m/JEOAAAAAAAAAJlPEBwAAAAAAAAAAACoU6pPnI3w1FmA5iQIDgAAAAAAAAAAANTJE2cBWqfsli4AAAAAAAAAAAAAAID0uBEcAACglfOoPQAAAAAAACATpPrdpu81oXEIggMAALRyHrUHAAAAAAAAZALfbULzym7pAgAAAAAAAAAAAAAASI8gOAAAAAAAAAAAAABAhslt6QIAAABa2pgJs6MkxceTdSzMjYlji5t1PQAAAAAAAACAmgTBAQCAr72SsqooTTG43RLrAQAAAAAAAADUlN3SBQAAAAAAAAAAAAAAkB43ggMAAM1izITZUZLiLdkdC3Nj4tjiZl0PAAAAAAAAoLH5XhNoSoLgAABAsygpq4rSFA84WmI9AAAAAAAAgMbme02gKWW3dAEAAAAAAAAAAAAAAKRHEBwAAAAAAAAAAAAAIMMIggMAAAAAAAAAAAAAZBhBcAAAAAAAAAAAAACADJPb0gUAAACt05gJs6OkrCqlsR0Lc2Pi2OImrggAAAAAAAAAgC8JggMAALUqKauK0hSD4AAAAAAAAAAANK/sli4AAAAAAAAAAAAAAID0CIIDAAAAAAAAAAAAAGQYQXAAAAAAAAAAAAAAgAwjCA4AAAAAAAAAAAAAkGFyW7oAAAAAAAAAAAAA4OtjzITZUVJWldLYjoW5MXFscRNXBJCZBMEBAAAAAAAAAACAZlNSVhWlKQbBAahbdksXAAAAAAAAAAAAAABAegTBAQAAAAAAAAAAAAAyTG5LFwAAAAAAAAAAAAAATWnMhNlRUlaV0tiOhbkxcWxxE1cEW04QHAAAAAAAAAAAAICtWklZVZSmGASHTJHd0gUAAAAAAAAAAAAAAJAeQXAAAAAAAAAAAAAAgAwjCA4AAAAAAAAAAAAAkGEEwQEAAAAAAAAAAAAAMowgOAAAAAAAAAAAAABAhslt6QIAAIDGMWbC7Cgpq0ppbMfC3Jg4triJKwIAAAAAAAAAoKkIggMAwFaipKwqSlMMggMAAAAAAAAAkNkEwQEAAAAAAAAAAAC+hjx5GjKbIDgAALQgf1QDAAAAAAAA0FI8eRoymyA4AAC0IH9UAwAAAAAAAGwZF3ABX1eC4AAAbNUa+w9+BwgAAAAAAAAArYsLuICvK0FwAAC2ao39B78DBAAAAAAAAAAAWoPsli4AAAAAAAAAAAAAAID0CIIDAAAAAAAAAAAAAGQYQXAAAAD+P/buPkrrus4f/2tmrkGYwVHE4Va8gRQc3LBMdt3CddV11WpNLfGUmuJp1zxSZ04umq2H1EobK0JPaMdwLfGmMnPbNbsRM7V1RRMznYIAdSlxuNmD13ABMhfM94/fcX5eMMB1zQ3X9Z55PM7xj/e7z/v1fpI3yMenHwEAAAAAAACAxGTKHQAAAN6puaU1srl8Uc821Gdi3pymfk4EAAAAAAAAAACVRxGcASOXy8VLL70Ur732WmzcuDG2b98ew4YNi9GjR8dhhx0WRx55ZNTW1vbJPS+88EK8+uqrkc1mI5PJxMEHHxyTJ0+Oo48+OqqqqvrgRwMAaenL8nY2l4/2ImcBAAAAAAAAAMBgpQhO0jo7O2Px4sVx3333xTPPPBMdHR27fXa//faLadOmxYknnhjnn39+7L///iXdtWzZsrjtttvi0Ucf3e09o0aNipkzZ8asWbOirq6upPkAkDLlbQAAAAAAAAAA2LcUwUnWypUr4/Of/3z87ne/K+r5t956K5YsWRJLliyJ448/Po499tiiznV2dsZtt90W3/rWtyKf33PBbe3atXHrrbfGj370o5g/f368+93vLuoOAAAAAAAAAAAAAChFdbkDQE88+uijcc455xRdAu+N66+/PubPn7/XEvg7vf7663HhhRfGs88+24/JAAAAAAAAAAAAABisfBGc5Pzyl7+Mz372s7F9+/aC/fe///1x6qmnxnve854YOXJk1NXVRXt7e6xevTpaW1vjySefjGeeeSY6OjqKvuuee+6Je++9t2Cvrq4uzj///DjjjDNiwoQJkcvlYvny5bFo0aL4zW9+0/Xc1q1b44orroiHHnooxo4d27sfNAAAAAAAAAAAAAC8gyI4SVm5cmVceeWVBSXwiRMnxvXXXx/HH3/8Ls8PHz48xo4dG9OnT4+LL7443nzzzfjRj34UDQ0Ne71r/fr1cfPNNxfsjR49OhYuXBhHHnlk196IESPikEMOiZNPPjnuvPPOaGlpic7OzoiI2LhxY9x4441xyy239PSHDAAAAAAAAAAAAAC7qC53AChWZ2dn/Nu//Vts3bq1a2/y5Mlx7733dlsC784BBxwQs2bNiokTJ+712dtvvz22bNnSta6pqYkFCxYUlMB3NmvWrLjwwgsL9n7xi1/Eyy+/XFQ+AAAAAAAAAAAAACiGIjjJuO++++L555/vWtfX18cdd9wRI0aM6PO71q9fH/fff3/B3ic+8Yk45phj9nq2ubk5Ro0a1bXu7OyMBQsW9HlGAAAAAAAAAAAAAAYvRXCSsGPHjrjjjjsK9mbPnh2jR4/ul/sWL14cHR0dXeuqqqq46KKLijpbV1cX5557bsHeE088Eblcrk8zAgAAAAAAAAAAADB4KYKThCeffDJef/31rnVdXV3MnDmz3+5bvHhxwfq4446LCRMmFH3+nHPOKVhv27YtnnrqqT7JBgAAAAAAAAAAAACK4CThgQceKFiffPLJUVdX1y93bdu2LZ5++umCvenTp5c049BDD40xY8YU7D3++OO9jQYAAAAAAAAAAAAAEaEITgI6Ozvjv//7vwv2TjjhhH6779VXX41t27YV7L33ve8tec7OZ5YvX96rXAAAAAAAAAAAAADwtky5A8DerFq1KjZt2lSwN3ny5IJ1NpuNJUuWxCuvvBK5XC4aGhrioIMOiqOPPnqXZ4u5b2eTJk0qOffOZ1555ZWSZwAAAAAAAAAAAABAdxTBqXi///3vd9l717veFRERbW1t8bWvfS0eeeSR6Ojo6PZ8Y2NjfPSjH41LL7009t9//73et3LlyoJ1TU1NjB49uuTcY8aMKVjncrloa2vr0SwAAAAAAAAAAAAAeKfqcgeAvdm5mD1kyJAYNmxY/OxnP4sPf/jD8ZOf/GS3JfCIiHXr1sVtt90Wp556ajz55JN7vW/t2rUF68bGxqipqSk597hx43bZa2trK3kOAAAAAAAAAAAAAOzMF8GpeG+++WbBur6+PhYvXhzNzc2xY8eOouds3LgxLrvssvjyl78cH/nIR3b73ObNmwvWw4cPLynvns7lcrkezaoEHR0deyzcA9C3amtryx0BAACAPjIY3qsNhl/HekcKAADAYDIYfq0P7DuD4b1auf66qQhOxctmswXrt956Kz73uc91lcD322+/+PjHPx7/+I//GEcccUQMGzYs1q5dG//zP/8Td911V6xYsaLrbD6fj2uvvTaOPPLImDp1arf37VwE32+//XqUu7tzO89OyR/+8IfYsGFDuWMAVKRMJhPTpk0rd4ySNLe0RjaXL+rZhvpMzJvT1M+JAAAABq7W1tbI54v7NViqjjvuuHJH6HfekQIAADBYpPjPwIHK5h1p/1EEp+K1t7cXrN9Zph4/fnwsXLgwjjjiiIJnJkyYEBMmTIizzz47brjhhrj//vu7/rdt27bFnDlz4r/+67+iqqpql/u2bNlSsO5pEXzo0KG77KVcBAcYiDKZvvlboZqamj6Zsy9lc/loL7IIDgAAAAAAAAAAVB5FcCpeZ2dnt/vDhg2LO++8Mw4//PDdns1kMnHdddfFhg0b4pe//GXX/ooVK2Lx4sVx6qmn9nVcABKR2r/B7AveAAAAAAAAAADAO1WXOwDsTV1dXbf7//zP/7zHEvg7zZ07N2prawv2vv/973f77LBhwwrWb731VlF37Gzr1q277O3uxwIAe/P2F7yL+a3YwjgAAAAAAAAAAJAuXwSn4nVXnq6pqYmZM2cWPaOxsTFOO+20ePjhh7v2nn/++di+fXvU1NTs8b6eFsG7O5dyEfzoo4+O8ePHlzsGQDJ8wRsAAIC3NTX5Nd9A4B0pAAAAAPSMd6T9RxGcitddefrII4+MkSNHljTnb/7mbwqK4Js2bYoVK1bE5MmT93jfpk2bSrpnT+fq6+t7NKsS1NbW7vJVdQB27+0veAMAAID3agODd6QAAAAA0DPeq/UfRXAq3pgxY3bZO/LII0ue092ZDRs27LI3atSogvW6deu6/XL43qxZs2avswGoLL7iDQAAAAAAAAAApEIRnIo3adKkXfYOOOCAkuc0NDTssrdx48Zd9iZOnFiw3r59e7S1tcW4ceNKum/nInh9fX23pXYAKoeveAMAAAAAAAAAAKmoLncA2JvuiuCdnZ19Mruqqqqo+1auXFny7FWrVhWsjzjiiJJnAAAAAAAAAAAAAEB3FMGpeIcddljU1dUV7L355pslz+nuzIgRI3bZO/zww2PIkCEFe0uXLi35vueff75gfdRRR5U8AwAAAAAAAAAAAAC6owhOxaupqYkZM2YU7C1fvrzkOd2dGTVq1C57Q4YMiRNOOKFgb8mSJSXdtXr16lizZk3B3kknnVTSDAAAAAAAAAAAAADYHUVwknDqqacWrFesWBHr1q0racbTTz9dsB45cmRMnDix22dPOeWUgvVzzz0Xq1evLvquH//4xwXrIUOGxAc+8IGizwMAAAAAAAAAAADAnmTKHQCK8fd///dRV1cXmzdvjoiIHTt2xP333x+zZ88u6nxbW1ssXry4YG/nr36/0ymnnBI33HBDdHR0REREZ2dnLFq0KD7/+c/v9a4tW7bEAw88ULB34oknRn19fVFZAQAAAAAAAACAwae5pTWyuXxRzzbUZ2LenKZ+TgRApVMEJwn7779/XHLJJfGtb32ra+873/lOnHnmmTFp0qQ9nu3s7Iy5c+d2lbrfduGFF+72zMEHHxwzZ86MRYsWde0tWrQozjrrrGhq2vPfQH3zm9+Mtra2rnVVVVVcfvnlezwDAAAAAAAAAAAMbtlcPtqLLIIXo9hiuVI5QLqqyx0AijVr1qw46KCDutZbt26NWbNmxZ/+9Kfdntm2bVtcc8018atf/apgf8aMGXHsscfu8b7LLrsshg0b1rXO5/Nx+eWXx4oVK3Z75q677orvfve7BXunnXZaTJ06dY93AQAAAAAAAAAA9KW3i+V7+63Yr5ADUHkUwUnG8OHD4/rrry/Ye+ONN+Lss8+O6667Lp555plYt25dtLe3x8qVK+Oee+6JD3/4w/Hggw8WnGlsbIwbb7xxr/c1NjbGlVdeWbC3Zs2aOO+886KlpSVeeuml2LhxY7z++uvxq1/9Ki699NK48cYbo7Ozs+v5Aw88MK6++upe/KgBAAAAAAAAAAAAYFeZcgeAUvzDP/xDzJkzJ1paWrr2Ojo64t5774177713r+dHjBgRCxYsiMbGxqLuu+CCC2LFihVx3333de3lcrlYuHBhLFy4cI9nhw4dGrfeemuMGzeuqLsAAAAAAAAAAAAAoFi+CE5yLr300mhpaYn6+vqSzk2dOjV++MMfxrvf/e6Szs2dOzdmz54dNTU1RZ8ZO3ZsfO9734vp06eXdBcAAAAAAAAAAAAAFEMRnCSdddZZ8fOf/zw++clPxgEHHLDb56qrq2PatGnxjW98I370ox/FhAkTSr6rqqoqrrjiinjwwQfj9NNPj9ra2t0+29jYGLNnz46HH344pk2bVvJdAAAAAAAAAAAAAFCMTLkDQE81NjbGNddcE1dddVW89NJL8ac//Sn+7//+Lzo7O2PEiBHR2NgY73nPe+LAAw/sk/umTJkS8+fPj02bNsXSpUvjtddei/b29qipqYmRI0fGlClToqmpKaqqqvrkPgAAAAAAAAAAAADYHUVwkldTUxPTpk3bZ1/gHj58eMyYMSNmzJixT+4DAAAAAAAAAIDBqrmlNbK5/F6fa6jPxLw5TfsgEQBUDkVwAAAAAAAAAAAAKlI2l4/2IorgADAYVZc7AAAAAAAAAAAAAAAApVEEBwAAAAAAAAAAAABIjCI4AAAAAAAAAAAAAEBiFMEBAAAAAAAAAAAAABKjCA4AAAAAAAAAAAAAkBhFcAAAAAAAAAAAAACAxCiCAwAAAAAAAAAAAAAkRhEcAAAAAAAAAAAAACAxiuAAAAAAAAAAAAAAAInJlDsAAAAAAAAAAAAApKa5pTWyuXxRzzbUZ2LenKZ+TgTAYKMIDgAAAAAAAAAAACXK5vLRXmQRHAD6gyI4AJAs/3Y1AAAAAAAAQGXxz3EBYN9RBAcA9pm+/gW/f7saAAAAAAAAoLL457gAsO8oggMA+4xf8AMAAAAAAAAAAPSN6nIHAAAAAAAAAAAAAACgNIrgAAAAAAAAAAAAAACJUQQHAAAAAAAAAAAAAEiMIjgAAAAAAAAAAAAAQGIUwQEAAAAAAAAAAAAAEpMpdwAAoHI1t7RGNpcv6tmG+kzMm9PUz4kAAAAAAAAAAACIUAQHAPYgm8tHe5FFcAAAAAAAAACoZD6GBsBAowgOAAAAAAAAAADAgOdjaAAMNNXlDgAAAAAAAAAAAAAAQGkUwQEAAAAAAAAAAAAAEqMIDgAAAAAAAAAAAACQGEVwAAAAAAAAAAAAAIDEKIIDAAAAAAAAAAAAACQmU+4AAEDfam5pjWwuX9SzDfWZmDenqZ8TAQAAAAAAAAAA0NcUwQFggMnm8tFeZBEcAAAAAAAAAACANFWXOwAAAAAAAAAAAAAAAKVRBAcAAAAAAAAAAAAASIwiOAAAAAAAAAAAAABAYhTBAQAAAAAAAAAAAAASowgOAAAAAAAAAAAAAJAYRXAAAAAAAAAAAAAAgMQoggMAAAAAAAAAAAAAJEYRHAAAAAAAAAAAAAAgMYrgAAAAAAAAAAAAAACJUQQHAAAAAAAAAAAAAEiMIjgAAAAAAAAAAAAAQGIUwQEAAAAAAAAAAAAAEqMIDgAAAAAAAAAAAACQGEVwAAAAAAAAAAAAAIDEKIIDAAAAAAAAAAAAACRGERwAAAAAAAAAAAAAIDGK4AAAAAAAAAAAAAAAiVEEBwAAAAAAAAAAAABIjCI4AAAAAAAAAAAAAEBiFMEBAAAAAAAAAAAAABKjCA4AAAAAAAAAAAAAkJhMuQMAwGDX3NIa2Vy+qGcb6jMxb05TPycCAAAAAAAAAACg0imCA0CZZXP5aC+yCA4AAAAAAAAAAAAREdXlDgAAAAAAAAAAAAAAQGkUwQEAAAAAAAAAAAAAEqMIDgAAAAAAAAAAAACQGEVwAAAAAAAAAAAAAIDEKIIDAAAAAAAAAAAAACRGERwAAAAAAAAAAAAAIDGZcgcAAAAAAAAAAADojeaW1sjm8kU921CfiXlzmvo5EQBA/1MEBwAAAAAAAAAAkpbN5aO9yCJ4ORRbVFdSBwBKoQgOAAAAAAAAAADwDn39hfFKL6oDAGlSBAcAAAAAAAAAAHgHxW0AIAWK4AAAAAAAAAAAAINUX3/9HADYdxTBAaBEfhEMAAAAAAAAwEDh6+cAkC5FcAAGvL4ubvtFMAAAAAAAAAAAAOWmCA7AgKe4DQAAAAAAAAAAwEBTXe4AAAAAAAAAAAAAAACURhEcAAAAAAAAAAAAACAxiuAAAAAAAAAAAAAAAIlRBAcAAAAAAAAAAAAASIwiOAAAAAAAAAAAAABAYhTBAQAAAAAAAAAAAAASowgOAAAAAAAAAAAAAJAYRXAAAAAAAAAAAAAAgMQoggMAAAAAAAAAAAAAJEYRHAAAAAAAAAAAAAAgMYrgAAAAAAAAAAAAAACJUQQHAAAAAAAAAAAAAEhMptwBAAAAAAAAAAAAKE5zS2tkc/minm2oz8S8OU39nAgAKBdFcAAAAAAAAAAAgERkc/loL7IIDgAMbNXlDgAAAAAAAAAAAAAAQGkUwQEAAAAAAAAAAAAAEqMIDgAAAAAAAAAAAACQGEVwAAAAAAAAAAAAAIDEKIIDAAAAAAAAAAAAACRGERwAAAAAAAAAAAAAIDGK4AAAAAAAAAAAAAAAiVEEBwAAAAAAAAAAAABIjCI4AAAAAAAAAAAAAEBiFMEBAAAAAAAAAAAAABKjCA4AAAAAAAAAAAAAkBhFcAAAAAAAAAAAAACAxCiCAwAAAAAAAAAAAAAkRhEcAAAAAAAAAAAAACAxiuAAAAAAAAAAAAAAAIlRBAcAAAAAAAAAAAAASIwiOAAAAAAAAAAAAABAYjLlDgAAAAAAAAAAAEQ0t7RGNpcv6tmG+kzMm9PUz4kAAKhkiuAAVCQvOAAAAAAAAIDBJpvLR3uR/5wUAAAUwQGoSF5wAAAAAAAAAAAAwO5VlzsAAAAAAAAAAAAAAACl8UVwAAAAAAAAAAAGjeaW1sgW+V8nbqjPxLw5Tf2cCAAAekYRHAAAAAAAAACAQSOby0d7kUVwAACoZNXlDgAAAAAAAAAAAAAAQGl8ERwAAAAAAACAPtXc0hrZIr+221CfiXlzmvo5EQCVxs8VAAC9pwgOAAAAAAAAQJ/K5vLRXmS5DyBlysw95+cKAIDeUwQHAAAAAAAAAIAeUGYGAKCcqssdAAAAAAAAAAAAAACA0iiCAwAAAAAAAAAAAAAkJlPuAAAAAAAAAAAAQN9rbmmNbC5f1LMN9ZmYN6epnxMBANCXFMEBAAAAAAAAAGAAyuby0V5kERwAgPRUlzsAAAAAAAAAAAAAAAClUQQHAAAAAAAAAAAAAEiMIjgAAAAAAAAAAAAAQGIUwQEAAAAAAAAAAAAAEqMIDgAAAAAAAAAAAACQGEVwAAAAAAAAAAAAAIDEKIIDAAAAAAAAAAAAACRGERwAAAAAAAAAAAAAIDGZcgcAAAAAAAAAAPpHc0trZHP5op5tqM/EvDlN/ZwIAACAvqIIDgAAAAAAAAADVDaXj/Yii+AAAACkpbrcAQAAAAAAAAAAAAAAKI0iOAAAAAAAAAAAAABAYhTBAQAAAAAAAAAAAAASowgOAAAAAAAAAAAAAJAYRXAAAAAAAAAAAAAAgMQoggMAAAAAAAAAAAAAJEYRHAAAAAAAAAAAAAAgMYrgAAAAAAAAAAAAAACJyZQ7AAAAAAAAAAAA5dPc0hrZXL6oZxvqMzFvTlM/JwIAAIqhCA4AAAAAAAAAMIhlc/loL7IIDgAAVI7qcgcAAAAAAAAAAAAAAKA0iuAAAAAAAAAAAAAAAInJlDsAAAAAAAAAAABQ+ZpbWiObyxf1bEN9JubNaernRAAAg5siOAAAAAAAAAAAsFfZXD7aiyyCAwDQ/xTBAQAAAAAAAACoWL5CDQAA3VMEhxLlcrl44YUX4tVXX41sNhuZTCYOPvjgmDx5chx99NFRVVVV7ogAAAAAAAAAMGD4CjUAAHRPEZwBZ+XKlfGRj3wktm3bVrA/fvz4eOyxx3o8d9myZXHbbbfFo48+Gh0dHd0+M2rUqJg5c2bMmjUr6urqenwXAAAAAAAAAAAAAOxJdbkDQF/q7OyMa6+9dpcSeG9nLliwIM4555x45JFHdlsCj4hYu3Zt3HrrrfHBD34wXnzxxT7LAAAAAAAAAAAAAADv5IvgDCj33Xdf/Pa3v+3Tmddff33ce++9JZ15/fXX48ILL4zvfOc7cfzxx/dpHgAAAAAAAGDgam5pjWwuX9SzDfWZmDenqZ8TAQAAUKkUwRkw2tra4utf/3qfzrznnnt2KYHX1dXF+eefH2eccUZMmDAhcrlcLF++PBYtWhS/+c1vup7bunVrXHHFFfHQQw/F2LFj+zQXAAAAAAAAMDBlc/loL7IIDgAAwOCmCM6Acf3118emTZsiImLo0KFxzDHHxHPPPdfjeevXr4+bb765YG/06NGxcOHCOPLII7v2RowYEYccckicfPLJceedd0ZLS0t0dnZGRMTGjRvjxhtvjFtuuaXHOQAAAAAAAADY93ydHQAAqHTV5Q4AfeHnP/95PProo13rT3/60zFhwoRezbz99ttjy5YtXeuamppYsGBBQQl8Z7NmzYoLL7ywYO8Xv/hFvPzyy73KAgAAAAAAAMC+9fbX2Yv5rdjCOAAAQF9SBCd57e3tccMNN3St3/Wud8Wll17aq5nr16+P+++/v2DvE5/4RBxzzDF7Pdvc3ByjRo3qWnd2dsaCBQt6lQcAAAAAAAAAAAAA3ilT7gDQWzfffHOsW7cuIiKqqqriuuuui9ra2l7NXLx4cXR0dHStq6qq4qKLLirqbF1dXZx77rlx2223de098cQTkcvlor6+vle5AAAAAAAAAAaS5pbWor+m3VCfiXlzmvo5EQAAQDp8EZykPfvss/GDH/yga33OOefE+973vl7PXbx4ccH6uOOOiwkTJhR9/pxzzilYb9u2LZ566qle5wIAAAAAAAAYSLK5fLQX+VuxhXEAAIDBQhGcZG3bti2uvfba6OzsjIiIESNGxL/+67/2ydynn366YG/69OklzTj00ENjzJgxBXuPP/54b6MBAAAAAAAAAAAAQEQogpOwBQsWxCuvvNK1vuqqq2LEiBG9nvvqq6/Gtm3bCvbe+973ljxn5zPLly/vVS4AAAAAAAAAAAAAeJsiOElavnx5fOc73+laT58+Pc4+++w+mb1q1apd9iZNmlTynJ3PvLO0DgAAAAAAAAAAAAC9oQhOcnbs2BHXXnttdHR0REREbW1tfPGLX+yz+StXrixY19TUxOjRo0ueM2bMmIJ1LpeLtra2XmUDAAAAAAAAAAAAgAhFcBJ0zz33xAsvvNC1/tSnPtWjL3bvztq1awvWjY2NUVNTU/KccePG7bKnCA4AAAAAAAAAAABAX8iUOwCUYs2aNfGNb3yja33YYYfFZZdd1qd3bN68uWA9fPjwHs3p7lwul+vRrErQ0dHR9RV26A+1tbXljgAAAADQLwbDe7XB8G7HO1KAPevrnwsG019zK/3n0b7+fVHJf6xUcraIyv5jZTD9WAEAKN1g+DVeuf4eVhGcpHzxi18sKGrPnTs39ttvvz69Y+cieE/nd3du59kp+cMf/hAbNmwodwwGqEwmE9OmTSt3DAAAAIB+0draGvl8vtwx+tVxxx1X7gj9zjtSgN3rj/f8g+Hnz4g0/hlJX/6+qOQ/Vio5W0Tl/7EymH6sAACUbjD8Gq9c70gVwUnGT3/603j88ce71h/60Ifi/e9/f5/fs2XLloJ1T4vgQ4cO3WUv5SI4AAAAAAAAQKWpqampqDn7UnNLa2RzxZVpGuozMW9OUz8nAgAA9jVFcJKwcePG+PKXv9y1PuCAA+Kaa64pYyIAAAAAAAAAyu2YY44pd4Syyeby0V5kERwAABiYqssdAIrx1a9+NdavX9+1/tznPhcjR47sl7uGDRtWsH7rrbd6NGfr1q277NXV1fVoFgAAAAAAAAAAAAC8ky+CU/GefvrpePDBB7vW73nPe+K8887rt/t2Lmv3tAje3bmUi+BHH310jB8/vtwxAAAAACA5TU1N5Y5AH/COFGDf8vNn5fD7oucG0/93g+nHCgBA6fz9Yv9RBKeibd26NebOndu1zmQycd1110VVVVW/3blzWXvTpk09mtPdufr6+h7NqgS1tbVRW1tb7hgAAAAAkBzv1QYG70gB9i1/za0cfl/03GD6/24w/VgBACidv1/sP4rgVLQFCxbEa6+91rW++OKLY/Lkyf1656hRowrW69ati+3bt0dNTU1Jc9asWbPX2QAAAAAAAAD0jeaW1sjm8kU921CfiXlzfJUQAABImyI4FW3p0qUF67feeiu+9rWvFXX25ZdfLli/+eabu5ydOnVqnHHGGQV7EydOLFhv37492traYty4ccXGjohdi+D19fUxZsyYkmYAAAAAAAAAUJxsLh/tRRbBAQAABgJFcJJy99139/jspk2b4o477ijYO/vss3cpgk+aNGmXsytXriy5CL5q1aqC9RFHHFHSeQAAAAAAAAAAAADYnepyB4BKc/jhh8eQIUMK9nb+Mnkxnn/++YL1UUcd1atcAAAAAAAAAAAAAPA2RXDYyZAhQ+KEE04o2FuyZElJM1avXh1r1qwp2DvppJN6Gw0AAAAAAAAAAAAAIiIiU+4AsCd33313j89effXV8eMf/7hrPX78+HjssceKOnvKKafEr3/96671c889F6tXr44JEyYUdf6d90b8f+XyD3zgA0WdBQAAAAAAAAAAAIC98UVw6MYpp5wStbW1XevOzs5YtGhRUWe3bNkSDzzwQMHeiSeeGPX19X2aEQAAAAAAAAAAAIDBSxEcunHwwQfHzJkzC/YWLVoUra2tez37zW9+M9ra2rrWVVVVcfnll/d5RgAAAAAAAAAAAAAGL0Vw2I3LLrsshg0b1rXO5/Nx+eWXx4oVK3Z75q677orvfve7BXunnXZaTJ06td9yAgAAAAAAAAAAADD4ZModACpVY2NjXHnllXHDDTd07a1ZsybOO++8OP/88+PMM8+MQw45JDZv3hzLli2LRYsWxVNPPVUw48ADD4yrr756X0cHAAAAAAAA6BfNLa2RzeWLerahPhPz5jT1cyIAAIDBSxEc9uCCCy6IFStWxH333de1l8vlYuHChbFw4cI9nh06dGjceuutMW7cuP6OCQAAAAAAALBPZHP5aC+yCA4AAED/qi53AKh0c+fOjdmzZ0dNTU3RZ8aOHRvf+973Yvr06f2YDAAAAAAAAAAAAIDBShEc9qKqqiquuOKKePDBB+P000+P2tra3T7b2NgYs2fPjocffjimTZu2D1MC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hNiiRYvigQceqKIZURl69OgRnTt3Toh99NFH8fbbb1fRjAAAAAAgs1199dVRWFiYEGvYsGEMHjw4GjZsWK4+s7Oz46abboo//OEPSY/deuutMX/+/HL1C+tTgwYN4oQTTkiKv//++7FmzZoqmBEAAGw8qlf1BAAA+P05/fTT41//+lcsXLhwbWzo0KHRt2/faNasWdVNLCK+/fbbmDJlSsybNy8WLlwYtWrVikaNGkWzZs2iU6dOkZOTs97nsGLFihg3blxMnTo1Fi9eHDVr1owGDRrENttsE9tuu21kZWWt9zmUx8UXXxy9e/dOiN12222x5557RnZ21fwGddasWTF16tSYPn16LF26NFasWBF16tSJevXqRYsWLaJjx45Ro0aNKplbJisoKIgJEybEt99+GwsWLIiCgoLIy8uLHXfcMXbYYYcytf/hhx9i6tSpMWfOnMjPz4+IiHr16kW9evVim222ia222mp9P42MNW/evPjss89i+vTpkZ+fH7Vq1YoWLVpE586do3HjxmXuZ9q0aTFhwoSYNWtWrFixIho0aBAtWrSIXXbZpVLfFytWrIjvvvsupk6dGgsWLIilS5dGtWrVol69etGgQYPYdtttY7PNNqu08YqbOnVqTJ48OebMmRNLly6NunXrRqtWrWKHHXaI+vXrr7dxf23x4sXx+eefx9y5c9e+Zxo0aBANGzaMjh07lrqFdzqKiopi2rRpMWnSpLXPefXq1VGzZs2oXbt2NGvWLFq2bBmtW7eO6tUtCwEAAGys3nzzzfjss8+S4ldeeWU0atSoQn1nZ2fHddddF3/6059i+fLla+P5+fkxaNCguPTSSyvU/y9WrlwZn3322dp1zurVq0eTJk2idevW0aFDh41unXNDfn8vbv78+TFhwoSYP39+LFy4MJYvXx55eXnRoEGD2HLLLaNNmzZJO23+3uy1115x1113JcQWLlwYc+fOrdC1KSgoiM8//zxmzZoV8+fPj6VLl8Ymm2wSDRs2jK233jq23nrrik69RMuXL4/PP/885syZEwsWLIglS5ZEzZo1o27dutG6deto06ZNykro5TFz5syYOHFizJ8/PxYsWBC5ubnRsGHDaNKkSey4445Rs2bNShmnuIkTJ8a3334bs2fPjpUrV0bdunVjyy23jE6dOkVeXt56GbMkS5YsiXHjxsX3338fS5Ysidq1a0fDhg2jffv2ae+w8HtQVFQUkyZNiu+//z7mz58fixYtirp160bDhg1js802iw4dOmyQez+uGwCUzh0/AAA2uLp168ZZZ50VAwYMWBtbuXJl3HnnnQmxDWXWrFnx0EMPxZtvvhkzZswo8by8vLzo1q1b9O3bN3bddde0xxk4cGDcfffdCbFJkyat/fcffvgh7rvvvnj55ZcTbsD82qabbhrHHXdcnHLKKVG7du2057A+7bzzztG9e/cYNWrU2tikSZPihRdeiMMOO2yDzGH+/PnxxhtvxJgxY+Ljjz+OuXPnrvP8nJyc2HHHHeP444+PAw44oMyLlt27dy/xtTJjxoxo165dqX08/vjjSa+jDz/8MKlifqrzyjPHww8/PG6++eZ1thkxYkRcfvnlCbE333xzbZLu119/HQ899FC89tprsWzZsqT2hx9+eImJ4BMnTow33ngjPvzww/jss8+ioKBgnXNp2LBh7LPPPnHaaaf9bhZzL7vsshg5cuTa45YtWya8n/773//GAw88EB9//HHKSkfVqlWLvffeO/r371/i32zNmjXxwgsvxODBg+Orr75KeU7t2rXjT3/6U1x44YXlutFUVFQUn376aYwaNSo++uij+PLLL2PVqlXrbNOsWbPYf//94+STT44WLVqkPWZxq1atiqFDh8bTTz8d33zzTcpzqlWrFn/4wx/izDPPjJ133nltvPj799xzz43zzjsv7TmsWLEihg8fHq+++mqMHz8+Vq9eXeK5bdu2jV69ekWfPn3K/dn+7bffxrBhw+Lll18u9bMvIqJWrVrRoUOH2HPPPeOAAw6ILbfcslzjAgAAsH48/vjjSbFddtklDjnkkErpv1WrVnHaaafFwIEDE+JPPfVU9OvXr0JJx9OmTYt77713neucLVq0iF69esVf/vKXtL8LV+Ya2ob+/v5rc+bMiSFDhsRbb70VkydPjqKiohLPzcnJiZ122im6d+8ehx12WNKP21Ot6/3a5Zdfvs7HI35+fQ0ZMiSt57Ahbb755injCxYsSDsRvKioKF599dUYOXJkfPTRRynXOn/RpEmT6NmzZ5xxxhmVUshm5cqV8fTTT8crr7wS48aNS6r6/2tZWVnRrl272HvvveOII46I1q1bpzXW4sWL45FHHonXX3+9xDWyiIgaNWpE165d49hjj42ePXumNUYqy5cvj0GDBsXzzz8f06dPT3lObm5u7LfffnHWWWfFNttsExER06dPjx49eiScN2DAgDjiiCPWOV5p66oTJ06M++67L0aNGlXi37tly5ZxyimnxJ///Oe0CwKdcMIJ8dFHH609Lum9lOr5/drIkSMTnkdJfn1f6dcqa13z22+/jYceeijefvvtmDNnTonn1a9fP/bYY4849dRTo3379mmPU9XXDQB+S6qmLB8AAL97vXv3jpYtWybEnnvuufj666832BxWr14dd955ZxxwwAHx+OOPrzMJPOLnijhvvPFG9O3bN84444yYOXNmpc1l2LBhccghh8SIESNKvDkSETF37twYOHBgHHLIIfHdd99V2viVpX///lGtWrWE2J133llq0m9luOiii2LPPfeMv/71r2VOhCwsLIyPP/44LrjggjjkkEM26Osv09x7771x2GGHxXPPPbfOGyPFTZkyJQ444IA47LDD4u67746PP/64TK+H+fPnx4gRI+KPf/xjXHXVVRvkNbSxKigoiCuvvDJOOeWU+PDDD0vc7nb16tUxatSoOOyww+LFF19MenzWrFnRt2/fuPTSS0tMAo+IWLZsWfzrX/+Kgw8+eJ3npfLRRx/FvvvuG717946HHnooxo8fX2oSeETETz/9FI8//nj07Nkz7rjjjgpt6Ttx4sQ4/PDDY8CAAeu8wbV69ep455134vjjj48bb7xxnTd60/X000/HfvvtFzfffHOMHTu21L6//vrruO2226Jnz57xyiuvpDVWUVFR3HHHHfGnP/0phgwZUqbPvoifb8h98skncfvtt0efPn3SGhMAAID1a8aMGfHhhx8mxY877rhKHefoo49OWstbunRpvPrqq+Xu89lnny3TOufMmTPj/vvvjz/+8Y/x/vvvl3u8itiQ399/bfny5TFgwIDYb7/94oEHHohJkyatMwk84ud1zA8//DAGDBgQe+65Z8yaNavc42eqkpLvly5dmlY/n3zySRx55JFx/vnnx1tvvVXqWufs2bNj2LBh0bNnz7jzzjsrtG41fPjw6NGjR9xwww3x8ccfrzMJPOLndZ+vvvoqHnjggTjwwAPTem8OGTIk9ttvv7jvvvvWuUYW8XNy+nvvvRfnnntuHHvssSUmGpfF+++/HwcffHDcc889JSaBR/y85vmf//wnjjjiiHjwwQfLPd66/LJuduSRR8arr766zr/3jBkz4oYbbohjjjkm5s2bt17ms7Fbvnx5XHvttXHIIYfEM888s84k8IifK/K/+OKLccQRR8TFF18cixYtqpR5uG4AkD6J4AAAVInc3Nw4//zzE2Jr1qyJ2267bYOMv3z58jjnnHPi3nvvXecNiZK8/fbb8ec//zntJMlU/vnPf8b1118fK1euLHObGTNmRO/evTe6Bf82bdrE4YcfnhCbOXNmDB06dL2PPXbs2DIlnJZkypQpccwxx8SYMWMqcVa/Ddddd13ceeed5fr7zp07t0I/WigqKoqnn346jj/++LRv6vwWrFq1Ks4999x45plnytymoKAgLrnkknj77bfXxmbOnBm9e/eOjz/+uMz9zJ8/P0488cR13rApbvr06fHjjz+W+fziVq1aFffdd1+cffbZ5Xq9jR8/Pvr27RuTJ08uc5uioqIYMmRIXHLJJaXedC1NYWFhXHnllXHVVVeVeqMklblz58YFF1wQ99xzT5nbXHrppXHfffeVeuMQAACAzPHWW28lfUetX79+7LfffpU6TtOmTWOvvfZKOX55PPHEE3HFFVfEihUrytxm5syZcfrpp5d7zPKoiu/vv5g5c2Ycd9xx8eijj6b1d/q1goKC3+U6wJIlS1LG8/LyytzHv/71rzjxxBPjiy++SHv8goKCuPfee+Occ85Jq1BGxM+J1v37949rr722XK+5iJ/XsPLz80s9b/Xq1XH11VfHjTfeWK7E3LFjx0bv3r3L9QON0aNHp11Ep7CwMG677ba49dZb0x5vXdasWRMXX3xx3HfffWkVgPjyyy/j+OOPL9Pf+rfkl7Xg4cOHp70uW1RUFC+88EL07t27wgWUXDcAKJ/qVT0BAAB+v3r16hWDBw+OiRMnro2NHj06Pv744+jatet6G3fNmjVx9tlnp0z4zcvLi3333Tc6deoUjRs3jqVLl8Z3330Xb7zxRnz//fcJ586ePTv69OkTI0aMKHFbytI8+eST8cADD6w9btiwYey1117RsWPHaNiwYaxcuTK+//77eOONN5KqVc+bNy+uvvrqhPYbg379+sWLL76YcCPjgQceiKOOOio22WSTDTKHatWqRfv27aNt27ax5ZZbRoMGDdbeEPjlmn722Wfx6aefJlRwWbZsWVx44YXx3HPPRfPmzUvsv02bNlG3bt2IiPjxxx8TFtRzcnKiTZs2pc6xMraP3RCefvrpeOKJJ9Ye165dO/7whz/ETjvtFI0aNYqioqL46aef4sMPP4zs7NJ/a1yvXr3o2LFjbLXVVrH55ptHnTp1onbt2rFixYpYsGBBfPPNN/Hf//43acF4/PjxcdVVV8Udd9xR2U9xo/aPf/wjIaG7TZs2sc8++0Tr1q2jTp06sXDhwvjf//4Xr732WkLV9NWrV8eVV14Zr7zySlSrVi3OPPPMtQndWVlZsfPOO8fuu+8ezZs3j5o1a8asWbPinXfeSfpcXLhwYVx//fXlrsrTuHHj6NChQ2y11Vax2WabRV5eXtSqVSuWL18e8+bNi8mTJ8e7776bVK1l9OjR8c9//jMuueSSMo81ffr0OOWUU1LeFGzbtm107949WrVqFXl5eTF37tz44osvYvTo0Wvfvy+++GK5tjD9xZo1a+Kcc85JuF6/aNKkSXTr1i3at28f9evXjxo1asSiRYviyy+/jHfffTfh9V5UVBR33XVXNGjQIHr37r3OMUeOHBnPP/98Urxhw4axxx57xDbbbBNNmjSJmjVrxooVKyI/Pz+mT58e33zzTYwbN67SqvQAAABQuVJVA99tt90iNze30sfac889Y/To0aWOX5rPPvssYd2mevXqsdtuu0W3bt2iadOmUVBQEDNnzoxRo0bFl19+mdC2sLAwzjvvvBgyZEjsuOOO5XkaZVYV399/MXPmzDj66KNT7uZVs2bN6NKlS3Tp0iU23XTTqFOnTuTn58fcuXPjyy+/jLFjx8bs2bNL7LtevXqx7bbbRsTPf88pU6YkPN68efOoV6/eOudX3jXuDSVVlers7OzYbLPNytT+wQcfTFmIpnbt2rH77rtHx44do3HjxpGXlxdLliyJ77//PsaMGZOUND5q1Ki48sor4/bbby/TuIWFhXHqqaemLNCQnZ0dHTp0iG7dukXz5s2jfv36UVBQEAsXLoxJkybF+PHjS63mXdxf//rXePbZZ5PiNWrUiD333DO6dOkSjRs3jhUrVsSMGTPizTffTPrbLl26NE4//fR47LHHYueddy7TuOPHj4/zzjsv5Y8UOnXqFHvvvXc0b948atSoEXPnzo1PP/003n333bVJ9YMGDYoGDRqk9VzX5fbbb49///vfa4+bN28ee++9d2yzzTbRoEGDWLZsWUyZMiVee+21pEIY3377bdx2221x9dVXV9p8In6+d/DL+zTi5+I0v/571atXb533JdaXFStWxIknnpiyuEaDBg2iZ8+e0a5du2jYsGEsXLgwpk6dGq+++mrSZ9I333wTvXv3jueeey7q169frrlsjNcNADKBRHAAAKpMVlZWXHTRRXHaaaclxG+99db417/+td7Gfeihh1ImgR9zzDFxySWXrE3w/bVLLrkknn322bj55ptj8eLFa+NLliyJiy66KIYPHx7Vq6f/v9c33XRTRPy8ANivX7848cQTo0aNGknnnX/++TFkyJAYMGBAQuLyW2+9FePGjVvvN0jS0bRp0+jbt29C4ujChQvjwQcfjP79+6+3cXNycmL//fePXr16xW677ZbyOhY3Y8aM+Oc//xkvvvhiwlyvvfbadSbYDxo0aO2/X3bZZTFy5Mi1x02aNEmZmJmpfv1cjz322LjgggtSLsifeeaZJVa1b9y4cRx++OHRs2fP2H777UtNGC8qKop33nknbrrppoRq4i+//HIceOCBceCBB5bvyWSY2bNnx+OPPx4RPy+4X3PNNXHQQQclnde7d+/44Ycf4owzzohvv/12bXzOnDkxbNiwmDNnztqbOR06dIjrr78+tt9++6R+Tj755HjnnXeiX79+CTslvP322zF27Njo3LlzmebdqlWrOPLII2PfffdNuLFRktWrV8dLL70U//jHPxIqIj3yyCNx4IEHRqdOnUrto6ioKK666qqkJPDGjRvHNddcEz179kzZLj8/P+644461f+e77rqr1LFKcvfddyfdRG7WrFlcdtllsf/++ydttf2LVatWxciRI+Omm25KqCZ10003xQ477BAdOnQoccz77rsv4bhatWrxf//3f9G3b99SkwNWr14d48aNi+eff77KtuAGAAAgtVTVijt27LhexkrV7/z58+Onn36KZs2albmfu+++e2311s6dO8dNN90UW221VdJ55513Xrz99tvx17/+NWG3w4KCgrj88svj+eefXy8J77+e54b+/h7xc0Xo8847LykJPCcnJ/r27Rt/+ctf1pmoXVRUFOPGjYvnnnsuYS3yFz169IgePXpExM8/lv/l33/Rr1+/OOKII9Y5x43dq6++mhRr27Zt1KlTp9S277//flLids2aNeOcc86J3r17r7OPDz/8MK666qr44Ycf1sb+85//RJcuXeL4448vdewBAwakTALff//948ILL0z5Pvm177//Pl588cWEYh0l+c9//pMyCbxHjx5xzTXXRNOmTZMeO//882P06NFxzTXXJLwnCwsL4+KLL47nn3++1LX2goKCuOyyy5KSwFu3bh033nhjysI/J510UsybNy9uuummtevzFVmb+7XZs2evXdfOy8uLyy67LI488siU7+8LL7ww7rrrroR18Iifi/j85S9/Sfk3K6+mTZsm3Dvo3r17zJgxI+H45ptvrrTxyuqmm25KSgKvVq1anH766XH22WenvGd1+eWXx+DBg+POO+9MKFDy448/xlVXXRV333132vPYWK8bAGSC0su1AQDAerTnnnvGbrvtlhAbN25cykXdyjB9+vSUi4kXXHBB3HDDDetc0DzyyCPjkUceSVoUHj9+/NokwnStXLkycnNzY9CgQXHGGWekXFCL+Dlpvm/fvnH++ecnPfb000+Xa+z16Ywzzkiq+DBkyJD46aef1tuYzzzzTAwcODB69uxZpiTwiIiWLVvGbbfdFuedd15C/O23346pU6euj2lmnF9u4F122WVx3XXXrbMqS6rXb6dOneKtt96Kiy66KDp16lSmquFZWVmx9957x1NPPZVUofnRRx9N7wlksMLCwigqKorGjRvHE088kTIJ/Bebb755DBo0KOkaPPLIIzFs2LCIiNhll11i6NChKZPAf7HXXnvF9ddfnxQfMWJEmea8//77x+uvvx5nnXVWmZLAI36+qdCrV6946qmnokWLFmvjRUVF8dhjj5Wpj5dffjkpmblx48YxZMiQEpPAI36+oXDllVfGZZddFhFR7i2Zx44dm5SU3blz53jxxRfjoIMOKvEmcsTPFdKOPvroGD58eMJ/XwoLC9dZAf/rr79O2qni7LPPjtNOO61MN8yrVasWO++8c1x//fXxwgsvlHo+AAAAG0ZBQUFCYuAv1vV9viK23XbbyMnJSYr/+sfmZfFLgYBddtklHnvssXUmt+69994xbNiwaNKkSUJ86tSpSUl9lakqvr//YuDAgTFhwoSEWN26deOhhx6KSy65pNRq3VlZWdG5c+e47rrrYvTo0dGoUaNSx/wt+frrr1MmOPfq1avUtkuXLo3+/fsnFFhp1KhRPPXUU3HGGWeUmki+6667xogRI6Jdu3YJ8YEDByYUU0jlnXfeWbs294usrKy49NJLY+DAgaUmgUdEbLHFFnHOOefEqFGjYs899yzxvPz8/Lj22muT4sccc0zcc88960yM3XfffWPYsGFJ58yYMaNMr+9HH300qQr9VlttFU888cQ6d39t1KhR3HbbbXHCCSdERPnX5or7ZV21fv368cQTT8QxxxxT4vs7Nzc3+vfvH8ccc0xCfPXq1Slfc781//vf/5IKM2VnZ8dNN90UF154YYn3rKpVqxannXZaDBw4MOm/Ia+//nq57vG5bgBQfhLBAQCocv3794+srKyE2O233x6rVq2q9LGGDRuWVJVi//33j7POOqtM7Tt27Bg33HBDUnzIkCFrE2bTdckll0S3bt3KdO6pp56atBj73nvvlWvc9alu3bpx5plnJsRWrFhRaRU9ShqzvM4555yE6kdFRUXxzDPPVMa0fhMOOOCAOPnkk8vVtlatWuWqlh/x81aYf//73xNiY8eOTXs71Ex38803l+mm0C+VuH9t4cKFsWbNmmjQoEHcfvvtUbt27VL76dWrV7Rp0yYh9s4775RprnXq1En6PC+rFi1axDXXXJMQe+WVV5KqfKcydOjQpNhNN90UW265ZZnGPvnkk2P//fcv20RTuO+++xJuJjZp0iQefPDBtD6Xtt1226Tn/84778RXX32V8vxp06YlxY4++ugyj/drtWrVKlc7AAAAKt+sWbOiqKgoKb6+qpvm5uYmFXSI+Lmqa7rq168fd911V4mJg7/WqlWruPXWW5Piw4cPT1q/rSxV8f094uf1mVTJwHfccUdSkZSyaNSo0e/qu/wXX3wRZ5xxRkLV4Yifr99xxx1Xavsnn3wyoRJ7dnZ23HvvvUmJ3etSt27duOeeexISXhcsWFBqkZZ77703KfaXv/wlTjnllDKP/YsaNWpE48aNS3x85MiRsWjRooRYx44d47rrrivTel2rVq3izjvvTDp3xIgRSf3+2po1a+LJJ59MiFWvXj3uuOOOMv9g4Yorrlgvux7cdNNNZS5WcdFFFyV9dm2M914qW6pCHCeeeGIcdthhZWq/zz77RL9+/ZLigwcPLvecXDcASJ9EcAAAqlzHjh2TKt1+++23lZ6Iu3LlyqQ+c3Jy4qqrrkqrn4MPPjh22WWXhNjMmTPjzTffTHtOrVq1KtP2kb/IycmJgw8+OCH2008/xbx589Iee307/vjjo2XLlgmx5557bqNM4s3KyopDDz00Ifbpp59W0Ww2LtnZ2XHJJZdU2fjbbLNN0ta6//vf/6poNhve7rvvHnvssUeZzy8pmfmkk06KTTfdtNz9/PTTTzF//vwyty+vvfbaK6Hq/KpVq+Kzzz5bZ5spU6YkvSb22GOP2GuvvdIa+/LLLy9TxfriJk+enLSl9P/93//FJptsknZff/rTn6J169YJsTfeeCPlufn5+UmxdVXsBwAAIDOUlHBZkSIIpUlVEXnx4sVp93Peeeel9d101113jQMOOCAhNmfOnHKts5amqr6/R/xcnGTZsmUJsWOOOSatNZ/fk+XLl8eMGTPitddei//7v/+LP//5zzFz5syEc3JycuK2226LvLy8dfZVUFCQlOh62GGHxY477pj2vFq1apW0hvz666+XeP4nn3wSY8eOTYi1bds2aXfKypKqUMLVV1+d1npX586d4/DDD0+ILVu2bJ27Bb777rtJuxgceeSRaSXaZ2dnx+WXX17m88til112iR49epT5/Pr168fee++dEJs4cWLCj0d+a2bNmpX02dWoUaOUid3rcvLJJyd9Jo4dOza++OKLtOfkugFA+UgEBwBgo3DhhRcmbR939913l7q1Yjo+//zzpBsY3bt3L1c1nd69eyfF/vvf/6bdz5FHHpl24mGnTp2SYulu1boh5ObmJi0Yrl69OmWln43BFltskXD8xRdfrLfqQ5lkt912i80226xK51D82owbN65qJlIFjjrqqLTOb9++fcp48Urh5eln6tSpafVRHtnZ2bH55psnxEq73h988EFSLN2/W8TPFcl33333tNsV3+Y0Ly8v6Qc7ZZWVlZW0xe+HH36Y8txU1dp+Tz+SAAAA+K1asWJFynh5EpbLKlXfJc2jJDVq1EhKki2LY445JilW1p3J0lFV398jIkaNGpXU/tRTTy3X2L8VI0eOjHbt2qX8Z8cdd4zu3bvHeeedFy+99FLSGm39+vXjwQcfTCrWksrYsWNj9uzZCbHyrBv9Yp999kk4/uyzz5Iqlf8i1Q8aTjrppHLvnrguP/74Y9I9gu233z7lvYTSpKqyvq57H5W1NrfzzjuXaVfEsirPznnFq5IvW7YsZs2aVVlT2ui8//77STvdHnrooWXaVfLXcnJyUv69y3PPzHUDgPKp/P/DBACActh8883jz3/+c0LVijlz5sTgwYPj7LPPrpQxUlV4PvDAA8vVV48ePSI3Nzdhkbc8FaS7du2adptWrVolxZYsWZJ2PxtCr1694pFHHolJkyatjY0ePTo++eST6NKly3odOz8/Pz755JOYNGlSfPPNN7Fw4cJYunRpLF++PGU1iOJVeQoKCmLevHnRrFmz9TrPjd2uu+5a6X3+8MMPMW7cuJg0aVJMmzYtli5dGkuXLo2CgoKUWx8X34q4PFsTZ6p03yf16tWLvLy8hGrRrVu3Xue2sakUr+YfUf7PmcmTJ8fnn38ekyZNipkzZ8bSpUsjPz+/xJtkP/zwQ8Jxade7eKJ4qpuxZbXvvvumvXXoRx99lHDcoUOHMm2BXZLiP7yYOHFiyvM6duwY2dnZCZ9nV111Vdx///3Rtm3bco8PAADA709WVlZSLNUazbrssssu5apavvvuu0edOnVi6dKla2Ol7Q5WHlX1/X3p0qVJj+24445JhQ8oXYMGDeLwww+PM844o8yV5z/++OOE45ycnKSk0XQUv+4rV66MKVOmxHbbbZd0bvHXXE5OTvzxj38s99jrkureRPFq+2XVqVOn2GyzzWL69OlrY+PGjYuioqKUnxXF368NGzYsVwJ6xM+J9pVVjKIsPxQorniBioif10SbN29eGVPa6FTmPbODDjoobrnlllL7L43rBgDlIxEcAICNxjnnnBMjR45MSGB8+OGH49hjj42GDRtWuP9U29Btv/325eorNzc32rVrF59//vna2DfffBMFBQWRm5tb5n6Kb5dXFqluqGysieDZ2dnRv3//OP300xPit956azz55JPrZcwJEybEww8/HKNGjUq7clFxixcv/t0ngpdUYTpda9asiWeeeSaeeuqphPdNeZRna+JMVLNmzXLtWFA8ETzVQnhZ+igunc+ZgoKCGDJkSIwYMSK++eabtMdPZ9zJkycnHG+xxRYpt7Qui1Q37dZl9erVSTe7Jk2aVK4KaL8ovgX4kiVLorCwMGnXjPr160f37t0Ttm+dPn16HHroodGjR4/44x//GHvssUe5/xYAAABUjZo1a6aML1myJBo1arRexky11lKrVq20+ujQoUO5xs7Ozo5tt902Pvnkk7WxKVOmxPLly9OeQ0mq8vv7+PHjkyru7rTTTuUe9/dsl112ieOPP77MSeARqRNRy1Nx+BepdpBcsGBBUqygoCDpBwDbbrttpb2mi0t176MiCe/bb799QiL4kiVL4ocffkj5A4bia3MVWU9Od22uJDVq1CjXun4m3XupDF9++WXCcU5OTmy77bbl6qtly5bRsGHDmD9/fon9l8Z1A4DykwgOAMBGo2HDhnHKKafEwIED18aWLl0a9957b1x11VUV7r/4gmxOTk65EiR/sfXWWycktK5ZsyYWLVqUVuXdevXqpT1uqq0jV61aVeL5p59+etL2l6W58cYbK7RQ/Gt77bVX7Lrrrgnbo44dOzZef/316NmzZ6WMEfHzIvyAAQNi+PDhKSt+l4fFwqiUG4xTpkyJ/v37p73wW5JfV4j6LSvvls/FbziWp590P2d+7X//+19cdtllSZW9y6u09+HChQsTjotXZkpHum0XLlwYK1euTIgtWrQo6WZwRS1atCg23XTTpPill14an3zyScLfYPXq1fHaa6/Fa6+9FtWqVYvtttsuOnfuHNtvv3107do1ZbV3AAAANh4lrRcuXrx4vSWCp/rune56wpZbblnu8bfaaquERPCioqJYsGBBpSXNVuX397lz5yadt80221TquJmoXr16Kav1FhQUxMKFCxOSSX/x6quvxpgxY+Luu++O3XbbrUzj/PTTTwnHhYWF8dVXX5Vv0iUovjYV8fO9iOI/AFif1z1VMvpWW21V7v623nrrlGMUTwRftWpV0udHRdaeKrKu92vlue8SUbE10UxU/HXTsmXLCu2UsPXWWydUwk/1ulwX1w0Ayk8iOAAAG5VTTjklhg8fnrBA/uSTT8aJJ54YrVq1qlDfxSvblGer0l9LdTMk3UTw4gmb68OUKVNixowZabVZtmxZpc6hf//+ccwxxyRsKXvbbbdF9+7do1q1ahXuv7CwMM4///x48803K9zXr1ksjApXE548eXKceOKJKW/elNfv5bpU1ufDhvic+cUHH3wQZ555ZixfvrzS+iztehf/bK/Iazbd/y6kutG3PpS0u8Hmm28egwcPjvPOOy+hStMvVq9eHRMmTIgJEyasjbVs2TL233//+NOf/lTuam0AAACsP02bNo2srKyEdbSIiNmzZ1co2bokvyTeFpduVdaKrLWm+i6/ePHiaNGiRbn7/LWq/P6eKtm8vMmOvyXdu3ePm2++ucTHZ8+eHa+//no8+OCDCcncS5YsiTPPPDMef/zx6NSpU6njbIhrn+q6pxp3fV73VFX9y1tkoqS2qV7LqcbdkGtzJdmQ66GZbH3fMysoKEhrdwfXDQDKTyI4AAAbldq1a8c555wT11133dpYYWFh3HHHHXHbbbdVqO/8/PyE44pWlEnVvvgY/KxTp05x4IEHxssvv7w29u2338YzzzwTf/7znyvc/6BBg1ImgTdt2jR69OgRnTt3js033zyaNWsWeXl5UaNGjcjNzU0498MPP4y+fftWeC6/NRVJ1C8sLIwLLrggZRL4zjvvHLvvvntsv/320axZs2jSpEnUqFEjatasmTTmZZddFiNHjiz3PNgwFi1aFBdeeGFSEnh2dnbsvvvuseuuu8Z2220XzZs3j0aNGq293tnZ2Qnnn3DCCQmVY0pTUFCQcFyRGwbFPxdKU9mVw8qjffv28eKLL8bQoUNj2LBh8eOPP67z/BkzZsTgwYNj8ODB0a1bt7j00ksrbdtdAAAAKi43NzdatGiRVNhhwoQJseuuu1b6eJMmTYrCwsKkeLpJ57Vr1y73HFK1rcx11qr8/p5qZ7uK/K1+L5o0aRLHH3989OrVK84+++yEtaLly5fH+eefHy+88EKpiaupEpU3hA193Yu/X7Kysip0/6Os78lUnx0bcm2OitlQ98wqa3cHAKBkEsEBANjoHHPMMfHYY4/Fd999tzb20ksvxSmnnFKh6qV5eXkJxxWtWJuqffEx+P8uvPDCeOONNxIWh+++++7o1atXhRYC582bFw8++GBCrHr16nHxxRdHnz59Um4LmEpJFXcpv6eeeiqmTJmSENt8883jn//8Z3Ts2LHM/bg2meH+++9PSvrffvvt47bbbovWrVuXuZ90r3edOnUSqixV5EZxqpt061KzZs2k2MEHHxy33357uedQHrVq1YrTTz89TjvttPjkk0/iv//9b3zyySfx+eefr/Pv+f7778fRRx8dN9xwQxx++OEbcMYAAACsS4cOHZISwT///PP1Mlaqfhs0aBDNmzdPq5+K7DCYqm1lrrNW5ff3VNWRK3s3xt+yunXrxn333RfHHntsfP3112vjM2fOjJtuuikGDBiwzvY1atRIWI/edNNN47///e96m+8vNvR1L/5+KSoqSqsSc3FlfU+mep4bcm2OisnLy0v4sYR7ZgCQuSSCAwCw0alevXpceOGFcf7556+NFRUVxa233hqDBw8ud7/Ft6VbsmRJufsqqf3GuK3nqFGjqnoKERGxxRZbxDHHHBPDhg1bG5s9e3Y8+uijcdZZZ5W731GjRiUtMPbv3z9OOumktPrZGCr7VqZU1Vg2tBdffDHhOC8vLwYPHhybbbZZWv381q7Nb9V//vOfhOPmzZvHo48+mvaWoule73r16iUkgldky9902zZo0CApVpWv16ysrOjatWt07do1IiJWrVoVEydOjP/9738xZsyY+PDDD5MSwwsLC+PKK6+MzTbbbG07AAAAqtYuu+wSr732WkLsgw8+iIKCgkqvmPvee+8lxcpTebwia62pkj+Lr+VWRFV+f69fv36Vjf1bUadOnfjHP/4RRx99dKxatWptfOTIkfHnP/85dtxxxxLbNmjQIOH19Vu97qneL4sXLy53InhZ733k5eVF9erVE67Lhlybo2I22WSThETwit4zK16BPzc3VzVwANhAsks/BQAANrwDDzwwOnXqlBAbM2ZMhap1NGzYMOG4sLAwfvjhh3L398033yQcZ2dnb5SJ4BuTc845J2lbyYceeiipinA6ir8m6tWrF3369Em7n2nTppV7DpUlVfXyXy+ip6Oqbyjl5+fHuHHjEmKHHXZY2kngERvHtWHdpkyZEj/99FNC7IQTTkg7CbywsDCpn9I0a9Ys4bj4Z3M6Jk2alNb5DRs2jKysrIRY8YptVal69erRsWPHOOmkk+LBBx+MMWPGxHXXXRdNmjRJOG/16tXxj3/8o4pmCQAAQHH77LNPUmzBggXx5ptvVuo4c+bMibfffjspvu+++6bd1693d0zXt99+m3CclZWVMnm7vKry+/umm26aFEt3/YGI9u3bx/HHH58QKyoqiltuuWWd7Yr//QsLC2P27NmVPr/iGjRokLTWuz6ve/F7HxERU6dOLXd/qdbXSnpPFl+bmzx5crnH9d7YsIq/bqZPnx4FBQXl7q/47qCV+TkOAKybRHAAADZaF198cVLs1ltvjaKionL11759+6TYhAkTytVXQUFB0qJk27ZtK70iz29No0aN4tRTT02ILV26NO67775y91k8abRTp06Rk5OTdj/Fk5arQqqtNMuzHeZPP/0UK1eurIwpldvs2bNjzZo1CbEuXbqk3c/cuXMlgmeAH3/8MSlWnus9ceLEtF+7xX80tHjx4qSbDmWV7udAjRo1Ytttt02IfffddzF37txyjb++5eXlxbHHHhsjR45M2uJ7/PjxKa8jAAAAG16rVq1il112SYoPHz68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758UP/bYY5PWbytLVXx/j/g5eblv374JsaKiorjwwgvjww8/THvMefPmxfLly0t8PDs7O6k69HvvvVfqGkmm6Nu3b9SvXz8h9sUXX8Qbb7yR8vyTTjopGjRokBAbP3589OvXr9y7o82bNy9uv/32UgshnHPOOUmxBx54IAYPHpz2mAUFBSl/2P+Lww47LOnvMm7cuLjhhhvK1P+MGTOiX79+Sa+TI488Milhubgzzzwz6f7IXXfdFUOGDCl13K+//jpOOumk31018IiIbbbZJuH466+/jh9//HGDziHVDysGDx4cL730Upnav/POO3H77bcnxU855ZSKTg0ASINEcAAANnotWrSIPn36VEpfLVu2THnz5JZbbonrrrsuli5dWmLb5557Lk466aSkxeFOnTpV2vx+Tw466KDo2LFjhfvZf//9Izs78avNww8/HHfcccc6t5988cUX49hjj11bZaN4VZ6y2mGHHZLG//vf/x5vvPFGFBYWpt3f4YcfnrRoPnTo0LjrrrtKfD6rV6+Op59+Onr37h0LFy6MrKys9XbDLB0HHXRQwnFhYWGcdtpp67zBtXjx4rjxxhvjyiuvXHvTobzXhg0nJycnqXrMokWL4sQTT1xn8v+sWbPioosuSqiEVJ7r3bx587j44ouT4g899FAcddRR8dprryXdIJ0+fXrcf//9cdBBB8U333wTERGdO3dOe+yIn6uKnXvuuUnxe+65J/r27RuffPJJmfpZsGBBPP3003HyySdHr1694vnnny8x0XvixInRr1+/6NmzZ9x+++3xxRdflGmMGTNmxFlnnRWff/55Qnz33XdPWckfAACAqnXGGWekrMb71VdfRa9eveKOO+4o9cfNK1eujBdeeCEOOuigeP7555Me79ChQ9xyyy1JSdLpqFGjRkREvP/++3HiiScmVYf9tXfffTf69OmT9APyrbbaKk4//fRyz6E0VfH9/Rdnn3127LjjjgmxxYsXx6mnnhq33nprmSqpjx8/Pq699tro3r17zJs3b53nFl/j+Pbbb+PKK6+MGTNmlDrOxq5OnTpx6qmnJsUHDhyYMqG/Tp06cfvttydVSR89enQcccQR8cILL6xzHfkXK1eujDfeeCP69+8f++67b9x///2lJpJ369YtTj755IRYUVFR3HzzzdGvX791vk9+MW3atLjvvvuie/fu8e6775Z4Xl5eXlxzzTVJ8WHDhkW/fv3W+Tnx9ttvR+/evZOSkEu6n1Jcx44dUz7PG2+8MU4++eR49913k9bKv/nmm7jlllvi8MMPj9mzZ0dE+dfmMtVOO+2UcLxmzZo4//zzk9bt1vcciv8IaM2aNXHJJZfEwIEDS/xhz+rVq+ORRx6Jc889N+na9uzZM3r27Lne5gwAJKte+ikAAFD1zjzzzHjmmWdi8eLFFe7r1FNPjTFjxsSYMWMS4k888UT8+9//ju7du0fHjh2jUaNGkZ+fH99//328/vrr8d133yX1Vbdu3bj11luTFpEpXVZWVvTv3z9OPPHECvWz5ZZbRq9eveK5555LiN93330xcuTIOOCAA6Jdu3ZRu3btWLRoUXz77bcxatSo+OGHH9aeW6tWrejfv39ce+21aY/fpEmT2HPPPROqgM+dOzfOOeecyMnJiebNm0etWrWSbqTdeOONKRPhmzZtGn369InHHnssIX7PPffEv//979h///2jTZs2UbNmzVi4cGFMnjw53n777Zg5c+bac08//fR46aWXqvzGzkknnRTDhg1LeN/OmTMn+vbtG127do099tgjWrZsGVlZWTF37twYO3ZsvPPOO7Fs2bK153fr1i2aNm2adH3Z+Jx99tnx8ssvJyz8f/fdd3H44YfHnnvuGbvttls0a9YsVq1aFXPmzImPPvooxowZk3Az4cgjj4xp06bFRx99lPb4xx13XIwdOzZeeOGFhPgXX3wR5513XuTk5ESjRo0iLy8v5s2bl7SF9iabbBIDBgyIAw88MCFe/IceJTnnnHNi6tSpSdVyPvroozj++OOjdevWseuuu8bWW28d9erVi9zc3FiyZEksWrQopkyZEl988UVMmTIl7QrfM2bMiPvvvz/uv//+aNy4cXTo0CG23XbbaNKkSWyyySaRk5MTy5YtixkzZsTYsWPjo48+Sro5k5ubG5deemla4wIAALDh/O1vf4vq1avHU089lRAvLCyM++67Lx544IHYeeedY+edd47GjRtHw4YNIz8/P2bPnh2TJ09OWm/5tc6dO8eDDz5Y4R/in3vuuXHHHXfE6tWr49NPP41DDjkkunXrtnZtp7CwMGbMmBGjRo1K+WPm3NzcGDBgwNqE8vWlqr6/5+TkxJ133hlHHXVUQlXnwsLCGDRoUAwZMiS6du0aXbp0iU033TTq1KkT+fn5MW/evJg4cWKMHTs2rUrBRx55ZDz55JMJsREjRsSIESOiYcOG0bBhw6Q17e233z7+9re/pfW8qkqfPn1i8ODBMX/+/LWxr776Kl599dWktZ2In9cYr7zyyrjuuusS4j/88ENcfPHF8fe//z122WWX6NChQzRs2DBq164d+fn5sWTJkpg2bVp88cUXMXHixHJVre7fv398+eWXScUxXn311Xj99ddj++23j27dukWLFi2iXr16sXLlyli0aFF8/fXX8fnnn5d5h8WIiIMPPjjee++9ePbZZ5PGevvtt2OvvfZa+zmxcuXKmD59eowaNSomTpyY1FdOTk7ccsstUbdu3TKNff7558eECRPigw8+SIj/ci8mNzc3GjduHLm5uTFv3rykez0tW7aMK664Io4++uiEeFnX5jJRjx49on79+gnrlJ999lkcddRRkZeXF02aNEn5mZjqBz0Vcdlll8X//ve/mDx58trYqlWr4u67747hw4fHfvvtF+3atYsGDRrE4sWL45tvvonXX3895W6QzZs3jxtvvLFS5wcAlE62CgAAGaFevXpxxhlnxK233lrhvrKzs+Pee++NCy+8MEaPHp3w2JIlS+L5558v00JakyZNYtCgQbHFFltUeE6/V7vttlvstdde8c4771Son6uuuirGjx+ftB3uTz/9lJRQXdwvN2Fq1qxZ7vEvueSS+Pjjj5NuqBUWFiYknP9aSTffIiIuvPDCGDNmTHz99dcJ8R9++CEeeuihdc7l4IMPjgsvvLDMWzeuT/Xr149bb701zjrrrKSbYx9//HF8/PHH62y/zTbbxJ133hkDBgxYn9Okkmy55ZZx1VVXJVUeWrNmTbz99tsJP5ZIZbfddotrr702ZUWnssjKyoq///3vUa1atRg5cmTS44WFhSlvTkT8nAR+3333RatWrZIeK+uN8KysrLj11lujVatW8cADDyRVoPruu+9S/qCoMs2ZMyfeeuuteOutt8rcJjc3N/7xj38kbUULAADAxiM7OztuuOGG2G677eLvf/97UjLqmjVryrTWUtyxxx4bV155ZeTm5lZ4jjvssENceeWVcf3110fEz0mE77777jorGP8iJycn7rrrrqSK2etDVX5/b9asWTz99NNx5plnJiX3rlixosx/r7Lo1KlTHHHEETFixIikx+bPn5+QQP2LTTbZpFLG3hBq164dp556atxyyy0J8XvuuSflDpIREb17945GjRrF5ZdfHvn5+QmPzZ07N/7zn//Ef/7zn0qfa/Xq1WPQoEFxxRVXxIsvvpjw2Jo1a2L8+PExfvz4ShvvhhtuiGrVqiX9cGTFihXx2muvxWuvvVZqH3Xq1Im77747dt555zKPm5ubGw888ECcffbZ8d///jfp8YKCghILlzRr1iwGDRqUsuDOb3m3yBo1asRll10Wl112WdJj+fn5ZaoYXxlq1qwZjz32WPzlL39Jei3Omzcv/vWvf5WpnzZt2sRDDz0U9evXXw+zBADW5bf70zkAAH5z+vbtG82aNauUvmrVqhX33HNPnHXWWeVKAN5zzz3jX//6V2y77baVMp/fs4suuqjCVT3q1q0bjz76aNo3i5o0aRKDBw+Ovffeu0Ljb7311vHII49U2o8CatWqFUOGDIlOnTqVuU1WVlaccsopcdttt21UVVL23nvvuPPOO9NesN93331j2LBhUa9evfU0M9aHY489Nq655prIyclJq92RRx4ZgwYNqvCN5+zs7Lj55pvjtttui8aNG5epza677hpPP/10dOnSJeWuE2WtevTL+BdeeGE8+OCDFf7vQ926dePoo4+OvLy8lI83atSoQlt2R/z8Y4vHHnssDjrooAr1AwAAwIbRu3fveOmll+LAAw+s0PpPx44dY8iQIXHddddVShL4L44//vi48cYb06rq3bx583jwwQdj3333rbR5lGZDfn8vrnnz5jF8+PA44YQTyv23r1OnTpn+xtddd1307dt3o1orrEzHH398bLrppgmxyZMnx8svv1ximwMOOCCeffbZCr/eqlevHvvuu2+0a9euTOfXqFEjbrvttvjrX/8ajRo1KveYZUmwrVatWtxwww1x5ZVXlmttdccdd4wnnngiunXrlnbbmjVrxkMPPRRXXXVVmdeDDzjggHjmmWeiTZs2sWjRoqTH01mby0SHH3543HjjjWX+DFlfGjZsGI8//ngce+yxae+Am5WVFYccckgMHz48WrRosZ5mCACsi4rgAABkjBo1akS/fv3iiiuuqJT+qlWrFhdccEEcd9xxMWjQoBg1alSJFSkifq4y0q1bt+jbt2/stttulTIHIrbddtvo1atXPPfccxXqp2nTpjF06NB46qmnYvDgwTFt2rQSz23ZsmUcddRR0bdv30qrKNK5c+d4+eWX47333ou33norJk2aFNOmTYulS5fGihUrYs2aNWn116BBgxg+fHg8/fTT8cgjj5RYWbxatWrxhz/8Ic4+++zo3LlzZTyVStezZ89o3759PPDAA/H888+XuIVqdnZ2dOnSJU466aTo0aPHBp4llaV3797RtWvXuPfee+P111+PwsLClOfl5OTEHnvsEaeddlp06dKlUudwyCGHRI8ePWL06NHx+uuvx+TJk2POnDmRn58fderUic022yx22mmnOPjggxPeN7/emvkX5blhttdee8Vee+0Vo0ePjhEjRsRHH32UsMVrSVq1ahXdunWLPfbYI/bee+91/lDpzDPPjKOOOireeuut+OCDD2Ls2LExffr0UsfIycmJbt26Ra9eveLggw+OatWqpfPUAAAAqGKbbbZZ3HnnnfHdd9/FyJEj44033ogpU6YkVbYurnHjxrH33nvHoYceGrvssst6m9/RRx+9dl3g1VdfLXEdqHnz5nHooYfGGWecUWUJkBvi+3sqtWvXjquuuipOPfXUePTRR+Ott94qtQp5rVq1omvXrrH//vvHH//4x6hdu3ap4+Tm5saVV14Zp5xySrz00kvx2Wefxddffx0LFiyI/Pz8EtdsMkWtWrXi9NNPT9pN8O67746DDjqoxAT4LbfcMu6///746quvYtiwYTFmzJgyranUr18/dt111/jDH/4Q++23X7kSuvv06RNHHHFEPPHEE/Hqq6/GhAkT1rlunJ2dHR07dox99tknjjzyyGjatGmZx+rbt28ceuihMXjw4Hj11VeTdtP8tRo1akSXLl3i2GOPjf333z+t55RqzieccEL06tUr3nzzzXj99dfj22+/jTlz5sTKlSujTp060bp16+jatWsccsghCcn0c+fOTerv91Ao5Oijj46DDjooXnvttfjggw/i66+/jlmzZkV+fn6Jn6HrQ61ateK6666LE088MR566KF45513Uq6X/qJ+/fqxxx57xKmnnhrt27ffYPMEAJJlFZX2jRAAAH5Hpk6dGt98803Mnz8/Fi5cGLVq1YqGDRtG8+bNo1OnTpVaIYf1a+rUqfH555/HggULYtmyZVG7du1o2rRptGvXLrbaaquqnl7avv322/jiiy9i3rx5kZ+fH3l5ebH55ptH586dM2qrxYKCgvjss8/i22+/jYULF8aaNWuibt26sfnmm0fHjh0z6rlQumXLlsXYsWNj2rRpsWjRosjKyop69erFFltsER07dqzySjfFPfXUU/HXv/41IfbGG29Eq1atKtRvUVHR2h+HLFy4MBYsWBBFRUWRl5e39vXfpk2bCm/BvGDBgvj+++9j2rRpaz/7IiLy8vKiXr160aZNm2jbtq3/lgEAAPzGLFiwICZNmhTTp0+PRYsWxYoVKyInJyfq1KkTLVq0iDZt2lT4u215rFixIj777LOYOnVqLFq0KHJzc6Nx48Zr1wXKu9PV+++/HyeddFJCbNiwYRX+ofmG+v6eyowZM2LSpEkxf/78WLBgQaxZsyby8vKiUaNGseWWW8ZWW23l+/x6NHPmzJg0aVIsWLAgFi5cGCtXrozatWuvfQ9ttdVWaSVhl9WiRYvi888/j7lz58aCBQtixYoVUatWrahfv360bt06tt5660orZDJjxoyYOHFiLFiwIBYsWBA5OTnRsGHDaNKkSey4445Rq1atShmnIm6//fa4//771x7n5OTEp59+6rVfRYqKiuKrr76K77//PubNmxdLliyJOnXqRMOGDWOzzTaL7bff/je74wAAZBqJ4AAAAAARcfbZZ8ebb7659rhBgwbxwQcfVOGMAAAAgOJGjx4dZ555ZkLs+eefj2233baKZgRUhkMPPTS++uqrtccdOnSIESNGVOGMAAAyg59mAQAAAL97U6ZMidGjRyfEKlpJDAAAAKh8c+fOTYpVVtVkoGq89957CUngERFdu3atotkAAGQWieAAAADA71pBQUFcfPHFsWbNmoT4McccU0UzAgAAAEry9ddfJxzXqlUrWrRoUUWzASpqwYIF8de//jUpbm0OAKBsJIIDAAAAvwlDhw6N8ePHp9Vm1qxZceKJJ8YXX3yREG/dunXsueeelTk9AAAAoIIKCgrijTfeSIi1a9cusrOlPkBVe+CBB2LKlClptZkyZUr06dMnZs6cmRDffffdo02bNpU5PQCA36zqVT0BAAAAgMowevTouOGGG2K77baL/fbbL3bffffYZpttkraHXrlyZXz++efxyiuvxLPPPhvLli1LeDw7OztuvPHGyMrK2pDTBwAAANbhhx9+iJtvvjlmzJiRED/ggAOqaEbAr40cOTJuv/326Ny5c/To0SN23XXXaNu2bdSsWTPhvKVLl8b48ePj+eefj5deeikKCwsT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1FNLbbfpppvGn//854TY0KFD48svvyy17R133JEwt6ysrDj77LNLbQcAAAAAAAAAAAAAZSERnIxxwQUXRFZW1trjJUuWxGmnnVZiMnhRUVHcfPPN8frrryfEjz/++GjatGmZxjzzzDOjVq1aa49XrVoVZ599dnzzzTcltnn00UfjscceS4jtv//+0aFDhzKNCQAAAAAAAAAAAAClqV7VEyAzTZgwIV555ZUynz9mzJhYuXJlysc22WSTOOOMM0rtY9ttt42TTz45HnnkkbWxyZMnx2GHHRYnnHBCdO/ePZo3bx6LFi2KCRMmxKOPPhqfffZZQh+bb755nHPOOWWed+PGjaN///5xww03rI39+OOPccwxx8Sxxx4bBx98cGy22WaxbNmymDRpUgwdOjTee++9hD7q168fl112WZnHBAAAAAAAAAAAAIDSZBUVFRVV9STIPCNGjIjLL7+8Uvpq2bJljBo1qkznrlq1Ks4999wYPXp02uM0aNAghg4dGltvvXXaba+99toYPnx42u1q1qwZgwYNil122SXttlVlxowZsdlmmyXFp0+fHi1btqyCGQEAAAAAbDjWSAEAAACATJFd1ROAdFSvXj0GDhwYxx13XFrt2rZtG08++WS5ksAjIq655po477zzolq1amVu07x583j88cczKgkcAAAAAAAAAAAAgMwgEZyMk5OTE9dee20MGzYs9thjj8jOLvll3KpVq7jiiiti5MiR0bp163KPmZWVFeeee26MGDEiDjzwwMjJySnx3MaNG8d5550XL730Uuywww7lHhMAAAAAAAAAAAAASpJVVFRUVNWTgIpYsGBBjBs3Ln744YfIz8+PnJycaNKkSXTo0KHcFcBLs3Tp0hg7dmx8//33sWTJkqhWrVo0atQott1222jfvn1kZWWtl3E3BNueAgAAAAC/Z9ZIAQAAAIBMUb2qJwAV1aBBg9h333036Jh16tSJPffcM/bcc88NOi4AAAAAAAAAAAAARERkV/UEAAAAAAAAAAAAAABIj0RwAAAAAAAAAAAAAIAMIxEcAAAAAAAAAAAAACDDSAQHAAAAAAAAAAAAAMgwEsEBAAAAAAAAAAAAADKMRHAAAAAAAAAAAAAAgAwjERwAAAAAAAAAAAAAIMNIBAcAAAAAAAAAAAAAyDASwQEAAAAAAAAAAAAAMoxEcAAAAAAAAAAAAACADCMRHAAAAAAAAAAAAAAgw0gEBwAAAAAAAAAAAADIMBLBAQAAAAAAAAAAAAAyjERwAAAAAAAAAAAAAIAMIxEcAAAAAAAAAAAAACDDSAQHAAAAAAAAAAAAAMgwEsEBAAAAAAAAAAAAADKMRHAAAAAAAAAAAAAAgAwjERwAAAAAAAAAAAAAIMNIBAcAAAAAAAAAAAAAyDASwQEAAAAAAAAAAAAAMoxEcAAAAAAAAAAAAACADCMRHAAAAAAAAAAAAAAgw0gEBwAAAAAAAAAAAADIMBLBAQAAAAAAAAAAAAAyjERwAAAAAAAAAAAAAIAMIxEcAAAAAAAAAAAAACDDSAQHAAAAAAAAAAAAAMgwEsEBAAAAAAAAAAAAADKMRHAAAAAAAAAAAAAAgAwjERwAAAAAAAAAAAAAIMNIBAcAAAAAAAAAAAAAyDASwQEAAAAAAAAAAAAAMoxEcAAAAAAAAAAAAACADCMRHAAAAAAAAAAAAAAgw0gEBwAAAAAAAAAAAADIMBLBAQAAAAAAAAAAAAAyjERwAAAAAAAAAAAAAIAMIxEcAAAAAAAAAAAAACDDSAQHAAAAAAAAAAAAAMgwEsEBAAAAAAAAAAAAADKMRHAAAAAAAAAAAAAAgAwjERwAAAAAAAAAAAAAIMNIBAcAAAAAAAAAAAAAyDASwQEAAAAAAAAAAAAAMoxEcAAAAAAAAAAAAACADCMRHAAAAAAAAAAAAAAgw0gEBwAAAAAAAAAAAADIMBLBAQAAAAAAAAAAAAAyjERwAAAAAAAAAAAAAIAMIxEcAAAAAAAAAAAAACDDSAQHAAAAAAAAAAAAAMgwEsEBAAAAAAAAAAAAADKMRHAAAAAAAAAAAAAAgAwjERwAAAAAAAAAAAAAIMNIBAcAAAAAAAAAAAAAyDASwQEAAAAAAAAAAAAAMoxEcAAAAAAAAAAAAACADCMRHAAAAAAAAAAAAAAgw0gEBwAAAAAAAAAAAADIMBLBAQAAAAAAAAAAAAAyjERwAAAAAAAAAAAAAIAMIxEcAAAAAAAAAAAAACDDSAQHAAAAAAAAAAAAAMgwEsEBAAAAAAAAAAAAADKMRHAAAAAAAAAAAAAAgAwjERwAAAAAAAAAAAAAIMNIBAcAAAAAAAAAAAAAyDASwQEAAAAAAAAAAAAAMoxEcAAAAAAAAAAAAACADCMRHAAAAAAAAAAA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EOvXr180b9681PGuvfbaqFmz5trjFStWxMMPP1ymuQIAAAAAAAAAAABAWUgEZ6O3ZMmSWLZsWUKsS5cuafXRtWvXpNjs2bNLPP/ll19OOK5du3YcddRRZRqrSZMmsf/++yfEXn311TK1BQAAAAAAAAAAAICykAjORq94EnhERP369dPqI9X5hYWFJZ7/5ptvJhz37Nkz6tSpU+bxjjjiiITjn376KSZMmFDm9gAAAAAAAAAAAACwLhLB2eg1aNAgsrMTX6qLFi1Kq49U52+66aYpz505c2Z88803CbFddtklrfE6d+4cOTk5CbG33norrT4AAAAAAAAAAAAAoCQSwdno5ebmRtu2bRNi//vf/9Lqo/j5TZs2jZYtW6Y8d9KkSUmxnXbaKa3xatasGe3bt0+ITZ48Oa0+AAAAAAAAAAAAAKAkEsHJCIccckjC8TvvvJMyYTuV2bNnx4gRIxJiRx11VInnT506NeG4evXq0bp167JN9FfatGmTcPztt9+m3QcAAAAAAAAAAAAApCIRnIzQu3fvaN68+drj1atXxznnnBPff//9OtvNnj07zjzzzFi2bNna2GabbRannnpqiW2mTJmScNy0adPIzk7/rdKsWbOE4++++y5Wr16ddj8AAAAAAAAAAAAAUJxEcDJCnTp14s4774zatWuvjU2bNi0OO+ywGDBgQHzyySexaNGiWLVqVSxZsiQ+++yzuOOOO+JPf/pTfPHFF2vbNG7cOB588MHIy8srcazZs2cnHBdP6C6rFi1aJBwXFBTEwoULy9UXAAAAAAAAAAAAAPxa9aqeAJTVDjvsEMOHD4/+/fvH119/HRERy5Yti0cffTQeffTRdbbNysqK/fffP66++urYdNNN13nur6uHR/ychF4eqZLNly1bFo0aNSpXf1WtsLAwCgsLq3oaAAAAAOvFutY9rItsWK5FZsrJyanqKax3Xn8AAAAAQEmqao1UIjgZZdttt43nn38+XnrppRgxYkS8//77pbbp1q1bXHnlldG2bdsyjVE8EbxmzZrlmmuqdvn5+eXqa2MwceLEmDdvXlVPAwAAAGC9mDVrVomPffXVV7FgwYINOJvfN9ciM+28885VPYX1zhopAAAAAFCSqlojza6SUaECvvvuu/jggw9i4sSJZTr//fffj5NOOikGDRoUK1euLPX85cuXJxzn5uaWa56pEsGLJ5kDAAAAAAAAAAAAQHmoCE7GWLVqVdx5553x0EMPxZo1a9bGc3JyYvvtt482bdpE3bp1Iz8/P7777rv47LPP1iZ+z507N2699dZ44YUX4p577onNN9+8qp4GAAAAALCBzJo1K04//fSUjw0aNCiaNm26gWcEAAAAAACVRyI4GWH16tVx0UUXxSuvvLI2lpWVFX369IkzzzwzNt1006Q2ixcvjkcffTQeeOCBWLVqVURETJ48OU488cR48sknS7zJU6tWrYTjgoKCcs15xYoVSbHatWuXqy8AAAAAAAAAAAAA+DWJ4GSEhx56KCkJ/B//+Ef06tWrxDabbLJJ9OvXL7p06RJnnHFGFBYWRkTEzJkz48orr4yHHnooZbviydqpErrLIlW7vLy8cvW1Mdhuu+2iZcuWVT0NAAAAgPVi2rRpJT627bbbRqtWrTbgbH7fKvNauK5UJmukAAAAAMDGRiI4G73/x969R8lZ13ni/6TTgU5fAhGSDpfiKgKNDirIKY04Coy3mXNUcIQsgzuGdY7L4Mz20W0ddlkEdw5O60wbOSbuUTiK3HR09Jgdb0OUUWcpkRWcgUzIcIlTZwgNaEIVT9EkT5PfH/uzh0q6kq5Odz31VL9e5/DH9/J8v5/qroT0U+/+Pr/+9a9j/fr1dX2XXnrpfkPgL/a6170u/vRP/zQ+9alPTfX9+Mc/jnvvvTfOPvvsfebvHQR/9tlnZ1F1RJIkB1w7T5YsWRJLlizJugwAAACAebG/+x7ui7TWXH4vfF+ZS94zAAAAAEC76cq6ADiQb33rW3Wnay9atCj+6I/+qKk1LrvsshgYGKjr+8Y3vjHt3JUrV9a1n3jiiab2+o3t27fXtQ855JA4/PDDZ7UWAAAAAAAAAAAAALyYIDht75577qlrn3baaTE4ONjUGj09PfGa17ymru++++6bdu5JJ51U1x4fH48XXnihqf0i9g2Cn3DCCbF48eKm1wEAAAAAAAAAAACAvQmC0/b+7d/+ra597LHHzmqdva8bHx+fdt7JJ59c107TNLZt29b0fo8++mhd+8QTT2x6DQAAAAAAAAAAAACYjiA4bW9iYqKufeihh85qnaVLl9a1d+3aNe28U089dZ++RqeHNzIxMREPPvhgXd/LXvayptYAAAAAAAAAAAAAgEYEwWl7y5Ytq2vv3LlzVuv8+te/rmsffvjh0847+uij46UvfWld3z333NPUXvfdd1/s3r27ru+Nb3xjU2sAAAAAAAAAAAAAQCOC4LS9I488sq79wAMPxAsvvND0Or/4xS/q2itWrGg49/zzz69rf//7348kSWa81ze/+c269qpVq+LlL3/5jK8HAACAPCmXy3HMMcdM+1+5XM66PAAAAAAAAOhIguC0vVe96lV17Z07d8YPf/jDptZ44IEHYuvWrXV9r3nNaxrOf+tb31rXrtVq8fWvf31Gez311FPx3e9+t67vLW95ywwrBQAAAADalV98AQAAAACgnQiC0/Z++7d/e5++0dHRqFarM7p+165dcd11181o3d8YGhqKN73pTXV9n/nMZ2J8fPyA+1177bUxMTEx1T700EPj8ssvn1GtAAAAAAAAAAAAADATguC0vVNPPTXe8IY31PVt27Yt3v/+9x8wmL1z58644oor4he/+EVd/5lnnhmve93r9nvtf/kv/yUWLVo01a5Wq/Gf/tN/arjnnj174hOf+ET83d/9XV3/pZdeGoODg/vdCwAAAAAAAAAAAACa0Z11ATATIyMjce+990atVpvqu+++++Ktb31rvPvd7443velNcfLJJ0d/f38kSRLbtm2LH//4x/GVr3wlnnnmmbq1DjnkkLjqqqsOuOdpp50W73vf++Kmm26a6tu6dWu8853vjMsuuyzOO++8OOqoo+KZZ56JBx54IL74xS/uEzg/7rjj4o//+I8P8tUDAAAAAAAAAAAAQD1BcHLhlFNOiU9/+tPxx3/8x7F79+6p/lqtFjfffHPcfPPNM1pn8eLF8Rd/8Rfxyle+ckbzP/ShD8Vjjz0WP/zhD6f6fv3rX8e6deti3bp1+712+fLlsWHDhujv75/RXgAAAAAAAAAAAAAwU11ZFwAz9du//dtx++23x4knnjir64855pj48pe/HG9/+9tnfE13d3fccMMNsWbNmqb2OuWUU+KOO+6Il770pc2WCQAAAAAAAAAAAAAHJAhOrrziFa+Ib33rWzE6OhpnnXVWdHfv/1D7rq6ueMUrXhH/83/+z/j2t78dZ511VtN7LlmyJD72sY/FrbfeGq9//eujq6vxH5tCoRBXXXVVfOMb34gTTjih6b0AAAAAAAAAAAAAYCb2n6KFNnTIIYfEO97xjnjHO94Rzz33XDz44IPxr//6r1GpVKJWq0Vvb28M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XiudTxCcjpEkSTzwwAPxy1/+Mnbu3BmTk5OxdOnSGBwcjOOPPz5OOeWUWLJkyZzsc//998e2bduiUqlEd3d3HHnkkXHqqafG6aefHosWLZqDVwMAQCvN9MTY3oEdsayv26mxAAAAAADUcZgPQHsQ8AUWGkFwcm3Pnj2xadOmuP322+OnP/1p7N69u+HcQw89NM4888x4wxveEJdcckkMDAw0tddDDz0UGzZsiDvvvLPhPitXroyLL7441q5dG729vU2tDwBAdmZ6YuxklxNjAQAAAAAAAID2IAhObj3yyCPxZ3/2Z/GLX/xiRvOff/75uOeee+Kee+6J17zmNfHKV75yRtft2bMnNmzYEJ/97GcjTfcf/HnyySfjhhtuiK9//euxbt26+K3f+q0Z7QEAAEDznLIEAAAAAECWPHUWgKwJgpNLd955Z3zoQx+KiYmJed/ruuuui9tuu62pax5//PG47LLL4gtf+EK85jWvmafKAAAA9uWRh8BcmOkHWKtWVX14BQAAAMCC5amz0JjPrKA1BMHJnb/7u7+LP/3TP43Jycm6/tWrV8cFF1wQr3rVq+KII46I3t7eqFarUS6XY/PmzfHjH/84fvrTn8bu3btnvNett966Twi8t7c3Lrnkknjb294WhUIhkiSJrVu3xi233BL/8A//MDVvYmIirrzyyvjmN78ZRx111MG9aAAAAIAWmukHWJXEB1gAAAAAAABZEQQnVx555JH48Ic/XBcCP+mkk+K6666b9uTt/v7+OOqoo+Kcc86JP/zDP4xnnnkmvv71r8eyZcsOuNfTTz8dn/zkJ+v6BgcH48Ybb4xTTjllqm/58uVx7LHHxnnnnRc33XRTjI6Oxp49eyIiYufOnXH99dfHZz7zmdm+ZAAAAAAAAAAAAADYhyA4ubFnz5747//9v8fExMRU36mnnhpf+tKXYvny5TNa47DDDou1a9fOaO7nPve5eO6556baixcvjvXr19eFwPe2du3a2L59e9x8881Tfd///vfjwQcfjDPOOGNG+wIAAEDeeLwjrTQ8ujkqSRq16njDOSNjW6J3YEcs6+uOsZGhFlYHAAAAAADQOoLg5Mbtt98eP//5z6fafX198fnPf37GIfBmPP3003HHHXfU9V166aXx8pe//IDXDg8Px3e/+9148sknI+L/BdjXr18fn/3sZ+e8TgAAAICFppKkUU3SmKilDecktTQmuxqPAwAAQLvyC9AAADRDEJxceOGFF+Lzn/98Xd8HP/jBGBwcnJf9Nm3aFLt3755qL1q0KN773vfO6Nre3t646KKLYsOGDVN9P/rRjyJJkujr65vzWgEAgNaZ6Ycwq1ZVfQADAAAAADTNL0C3D6F8IMITMYH2JwhOLvz4xz+Oxx9/fKrd29sbF1988bztt2nTprr2WWedFYVCYcbXX3jhhXVB8F27dsVPfvKTeMtb3jJnNQIAAK030w9hKokPYaDT+OAPAAAAYGERygcA8kAQnFz42te+Vtc+77zzore3d1722rVrV9x99911feecc05Taxx33HGxatWqeOKJJ6b67rrrLkFwAAAAyCkf/JEFv4AAAAAwv8rlchSLxWnHSqVSUwfGQSu5ZwAA/EZX1gXAgezZsyf+z//5P3V9r33ta+dtv23btsWuXbvq+l796lc3vc7e12zduvWg6gIAAABgYfnNLyAkB/gFhGriaRQAAACwkLhnAAD8hhPBaXuPPvpoPPvss3V9p556al27UqnEPffcE4899lgkSRLLli2Ll7zkJXH66afvM3cm++3t5JNPbrruva957LHHml4DAAAAAAAAoB05SRkAACB7guC0vX/6p3/ap++lL31pRESMj4/Hpz71qfjOd74Tu3fvnvb6FStWxLvf/e64/PLLY2Bg4ID7PfLII3XtxYsXx+DgYNN1r1q1qq6dJEmMj4/Pai0AAADyxwfiAAAAAGRteHRzVJI0atXxhnNGxrZE78COWNbXHWMjQy2sDgCAgyUITtvbO5h9yCGHxNKlS+O73/1u/I//8T/imWee2e/1Tz31VGzYsCFuv/32+NSnPhXnnnvufuc/+eSTde0VK1bE4sWLm6776KOP3qdPEBwAAAAAAAAAaJVKkkY1SWOiljack9TSmOxqPA7A3OjpH4zVazZmXQbQYQTBaXt7B737+vpi06ZNMTw8HC+88MKM19m5c2d84AMfiD//8z+Pd77znQ3n1Wq1unZ/f39T9e7vuiRJZrVWO9i9e3fDU9cBaJ39/V3caX9Xz/VrbfevXTvX1861zdaSJUvmdL12/xrM5ett1Wud7fturr+3c6lRze3yWtv9ezvfa7XTeq34M9sOtdG5vO9gX+3+78W5sBD+rOb15x8AmC/tfN+wnWubD+18v2Wutcv9m7lcq93/LT3XP+fP5Vp7f+2cfp4d94PmnsAw0Gmy/ndkK2T1/y9BcNpepVKpaz///PPxoQ99aCoEfuihh8Z/+A//Id7ylrfEiSeeGEuXLo0nn3wySqVSfPGLX4yHH3546to0TePqq6+OU045Jc4444xp99s7CH7ooYfOqu7prtt77Tz553/+5/jVr36VdRkAC974eOMbV1u2bIkdO3a0sJr5Ndevtd2/du1cXzvXNhvd3d1x5plnzumamzdvjjRtz9NS5vr1tuq1zuZ9Nx/f27nU6GvXLq+1nb+3rVirXdZr1Z/ZdqiNzuV9B/tq538vzpWzzjor6xLmnXukAFCvne8bzsfP+O9///unHfv85z+f+VOh2/l+y1xrh/s3c7lWHn7uncuf8xuZq6+d08+z434QB0PoHRYG90jnjyA4ba9arda1XxymPuaYY+LGG2+ME088sW5OoVCIQqEQ73rXu+LjH/943HHHHVNju3btipGRkfjf//t/x6JFi/bZ77nnnqtrzzYI3tPTs09fnoPgAAAAAAAAAAB0LoFcAMifrqwLgAPZs2fPtP1Lly6Nm266aZ8Q+It1d3fHtddeG7/zO79T1//www/Hpk2b5rROAAAAAAAAAAAAAGgVJ4LT9np7e6ft/6M/+qM44YQTZrTGNddcE3fddVfs3r17qu8rX/lKXHDBBfvMXbp0aV37+eefn3mxLzIxMbFPX6PXAgAAAAAAAAAAMB+c9g7QuQTBaXvThacXL14cF1988YzXWLFiRbz5zW+Ov/3bv53q+/nPfx6Tk5OxePHi/e432yD4dNflOQh++umnxzHHHJN1GQALXrlcbjh22mmnRaFQaGE182uuX2u7f+3aub52rq1dDA0NZV1Cy7TqtXbi+67R165dXmsev7ft/v+Kdvjetvv7js7kfQf7Wkj/Xuxk7pECQL12/jd+J/6Mvz/tfL9lrrXz97bdv3az1Yqf8zv1a7eQuB8EwIG4Rzp/BMFpe9OFp0855ZQ44ogjmlqnWCzWBcGfffbZePjhh+PUU0/d737PPvtsU/vs77q+vr5ZrdUOlixZEkuWLMm6DIAFb39/F3fa39Vz/Vrb/WvXzvW1c23tYiF9DVr1Wjvxfdeo5nZ5re2wT7Ovt93/X9EO39t2f9/RmbzvYF/e353B31UAUK+d/43fiT/j708732+Za+38vW33r91steLn/E792i0k7gcBcCD+zp8/XVkXAAeyatWqffpOOeWUpteZ7ppf/epX+/StXLmyrv3UU0/F5ORk0/tt3779gGsDAAAAAAAAAAAAwGwIgtP2Tj755H36DjvssKbXWbZs2T59O3fu3KfvpJNOqmtPTk7G+Ph40/vtHQTv6+ubNtQOAAAAAAAAAAAAAM3qzroAOJDpguB79uyZk7UXLVo0o/0eeeSROProo5ta+9FHH61rn3jiic0VBwAAAAAAAEDHKZfLUSwWpx0rlUpRKBRaXBEAAJBXTgSn7R1//PHR29tb1/fMM880vc501yxfvnyfvhNOOCEOOeSQur777ruv6f1+/vOf17Vf9rKXNb0GAABA1srlchxzzDHT/lcul7MuDwAAAAAAAGDBciI4bW/x4sVx7rnnxve+972pvq1btza9znTXrFy5cp++Qw45JF772tfG3//930/13XPPPU3tVS6XY/v27XV9b3zjG5taA4CZc3IGAABAdnr6B2P1mo1ZlwEAAAAwY+5n0Am8j4EIJ4KTExdccEFd++GHH46nnnqqqTXuvvvuuvYRRxwRJ5100rRzzz///Lr2vffe29RJd9/4xjfq2occcki8/vWvn/H1AAAAAAAAAAAAALA/TgQnF970pjdFb29v1Gq1iIh44YUX4o477ogPfvCDM7p+fHw8Nm3aVNf32te+tuH8888/Pz7+8Y/H7t27IyJiz549ccstt8Sf/dmfHXCv5557Lr72ta/V9b3hDW+Ivr6+GdUKAAAA82V4dHNUkjRq1fGGc0bGtkTvwI5Y1tcdYyNDLawOAAAAyIp7BgAAkE9OBCcXBgYG4n3ve19d3xe+8IV45JFHDnjtnj174pprrpkKdf/GZZdd1vCaI488Mi6++OK6vltuuSU2b958wP0+/elPx/j4v/9wvGjRorjiiisOeB0AAADMt0qSRjVJI6mlDecktf83p5I0ngMAAAB0FvcMAAAgnwTByY21a9fGS17ykqn2xMRErF27Nv7lX/6l4TW7du2Kq666Kn74wx/W9Z977rnxyle+cr/7feADH4ilS5dOtdM0jSuuuCIefvjhhtd88YtfjC996Ut1fW9+85vjjDPO2O9eAAAAAAAAAAAAANCM7qwLgJnq7++P6667Lq688sqpvieeeCLe9a53xe///u/HW9/61jjppJOip6cnnnzyySiVSnHzzTfHtm3b6tZZsWJFXH/99Qfcb8WKFfHhD384Pv7xj0/1bd++Pd7znvfEJZdcEm9/+9vj2GOPjVqtFg899FDccsst8ZOf/KRujcMPPzw++tGPHtwLBwCABcQjaKGxnv7BWL1mY9ZlQNP83Q4AAAAAADA/BMHJld/5nd+JkZGRGB0dnerbvXt33HbbbXHbbbcd8Prly5fH+vXrY8WKFTPa7w/+4A/i4Ycfjttvv32qL0mSuPHGG+PGG2/c77U9PT1xww03xNFHHz2jvQAAgH9/BO3EAR5BO9nl8bPAzAnRZ8vf7QAAAAAAAPNDEJzcufzyy+PII4+Ma6+9NpIkmfF1Z5xxRqxbty4KhUJT+11zzTVx5JFHxvr162NycnJG1xx11FGxbt26OPPMM5vaCwAAAAAAAAAA8swT4jqbgzcA2ktX1gXAbLzjHe+I733ve/Ef/+N/jMMOO6zhvK6urjjzzDPjr/7qr+LrX/960yHwiIhFixbFlVdeGX/zN38Tb33rW2PJkiUN565YsSI++MEPxt/+7d8KgQMAAAAAAAAAsOD85glxyQGeEFdN0qgknhIHAAfDieDk1ooVK+Kqq66Kj3zkI/HAAw/Ev/zLv8Svf/3r2LNnTyxfvjxWrFgRr3rVq+Lwww+fk/1OO+20WLduXTz77LNx3333xS9/+cuoVquxePHiOOKII+K0006LoaGhWLRo0ZzsBwAAAAAAANQrl8tRLBanHSuVSrM6GIr24HsLAADQPEFwcm/x4sVx5plntuwE7v7+/jj33HPj3HPPbcl+AAAAAAAAAAAAALC3rqwLAAAAAAAAAAAAAACgOU4EBwAAAAAAAGBelMvlKBaL046VSqUoFAotrggAAAA6hyA4AAAAAJA7Pf2DsXrNxqzLAACAeSNE37zh0c1RSdKoVccbzhkZ2xK9AztiWV93jI0MtbA6AACAuScIDgBAR3Pjn07iwz8AAAAAaKySpFFN0piopQ3nJLU0JrsajwPMN7/cDgDMJUFwAAA6mhv/AAAAAACQbw59ASKE6AFgOoLgANChnBoLAAAAAABAJ3DoCwAATE8QHABoOSF1AAAAAAAAAACAgyMIDgAAAAAAAAAdziEtAAAAnUcQHAAAAAAAAADmgLA1AAAArSQIDgAAAAAz1NM/GKvXbMy6DAAAAAAAAIiurAsAAAAAAAAAAAAAAKA5guAAAAAAAAAAAAAAADnTnXUBAAAAB6NcLkexWJx2rFQqRaFQaHFFwHSGRzdHJUmjVh1vOGdkbEusWlWNsZGhFlZGO+rpH4zVazZmXQYAAAC0tZneb+kd2BHL+rrdc2FOzOX7znsYAODgCYIDAAAA866SpFFN0piopQ3nJLU0KknjcQAAAAD+3Uzvt0x2ud/C3JnL9533MADAwevKugAAAAAAAAAAAAAAAJrjRHAAAAAAAAAAABaM4dHNUUnSqFXHG84ZGdsSvQM7Yllfd4yNDLWwOiCPevoHY/WajVmXAcACJAgOAAAAAAAAAMCCUUnSqCZpTNTShnOSWhqTXY3HAQCgHQiCAwAAAAAAAADALDhdnCw5hRoAEAQHAAAAAAAAAIBZcLo4AABZEgQHAAAAFjSnNgEAAAAAAAB5JAgOAACzUC6Xo1gsTjtWKpWiUCi0uCIAZmuuT20SLAcAAAAAAABaQRAcAABggerpH4zVazZmXQZ0HI8DBgAA8s4hCADZc/8WAICZEAQHAAAAAAAAAACYhlA+ANDOBMEBAOaRk3MAAAAAAAAAAID5IAgOAAAAAAAAAMCcc2AOAADMr66sCwAAAAAAAAAAAAAAoDmC4AAAAAAAAAAAAAAAOSMIDgAAAAAAAAAAAACQM91ZFwAAAMytcrkcxWJx2rFSqRSFQqHFFQHQbnr6B2P1mo1ZlwEAAABAiyyk+0EL6bUCAAiCAwAAQAaGRzdHJUmjVh1vOGdkbEv0DuyIZX3dMTYy1MLq2r8+AAAAAAAAgIVOEBwAAAAyUEnSqCZpTNTShnOSWhqTXY3H51O71wcAAAAAAACw0AmCA0CbKJfLUSwWpx0rlUpRKBRaXBEAAAAAAAAAAADtShAcAAAyNDy6OSpJGrXqeMM5I2NbondgRyzr646xkaEWVrfw9PQPxuo1G7MuAzgAf3cCAAAAAAAACIIDAECmKkka1SSNiVracE5SS2Oyq/E4tANPtqCV/N0JAAAA2fEL2gAAAO1DEBwAAICO57R3AAAAgLmxkH5BW+gdAABod4LgAAAAAMC0/CINAACwkC2k0DsAAJBPguAAAEBLlcvlKBaL046VSqUoFAotrggAAAAAAAAAIH8EwQEAgGl57CkAQGdy0jsAAAAAAHQGQXAAAGBaHnsKAAAAAAAAANC+BMEBAAAAoEM46RkAYH6Uy+UoFovTjpVKpSgUCi2uCAAAAEAQHIA25+Y6AAAAAAAAAAAA7EsQHAAAAAAAAAAAT5oCAICcEQQHAAAAAAAAAJhnw6Obo5KkUauON5wzMrYlegd2xLK+7hgbGWphdQAAQB4JggMAAAAAAAAAzLNKkkY1SWOiljack9TSmOxqPA4AAPBiguAAAAAAAAAAALS9nv7BWL1mY9ZlAABA2+jKugAAAAAAAAAAAAAAAJrjRHAAAAAAAAAAFqRyuRzFYnHasVKpFIVCocUVAQAAwMwJggMAAABARjzSGgAAAIBO5d4XAMw/QXAAAOaM03MAAAAAAAAAAKA1BMEBAAAAANqY07MAoPM4UAEAAACYC11ZFwAAAAAAAAAAAAAAQHMEwQEAAAAAAAAAAAAAcqY76wIAAAA6lcc8AwAAAMD+DY9ujkqSRq063nDOyNiW6B3YEcv6umNsZOiAa/b0D8bqNRvnskwAAIC2JAgOAADk0nx8QAQAAABAe3IvqHNVkjSqSRoTtbThnKSWxmRX43GYLb80AABA3gmCA0CHmY+b4U60BdqRD4gAAAAA2tdc36t2LwgAAAD2JQgOAB3GzXDyzsk+AAAAAJB/7lUDAADA/BMEBwCgrfiACMgDj4wFAAAAAAAAIGuC4AAAAG3OSfkAAAAAC4d7QQAAAMyUIDgAAECbc1I+AAAAwMLhXhAAAAAzJQgOAAAAMA96+gdj9ZqNWZcBAAAAAAAAdChBcACYpXK5HMVicdqxUqkUhUKhxRUBAAAAAAAAAACwUAiCAwAAAAAAAECHGh7dHJUkjVp1vOGckbEt0TuwI5b1dcfYyFALq2MueCoZeec9DAAwe4LgAAAAAAAAQMfxVEdaqZ3D1pUkjWqSxkQtbTgnqaUx2dV4HAAAgPYkCA4AAAC0jNN9AAAA6ETC1sBC4z4fAEB7EAQHYMFw+gsAAAAAAAAAAACdQhAcAAAAAAAAaJrDNwAAAACyJQgOAAAANOQRrwAAAAAAAADtSRAcAAAAAAAAAIA5Mzy6OSpJGrXqeMM5I2NbondgRyzr646xkaEWVjc/HKgAAEAWBMEBABYwj+8FAAAAAADmWiVJo5qkMVFLG85JamlMdjUeBwAADkwQHABgHizEky7InvcdAAAAwMLkwAcAAABYmATBAQDmgZMuyIL3HQAAAAAAAADAwiEIDgAAwKw5iR6AmerpH4zVazZmXQYAAAAAAEDHEAQHAMgBQUugXTmJHgAAAAAAAACyIQgOAJADgpYAAAAAAAAAAMCLCYIDAADQdnr6B2P1mo1ZlwEAAAAAAAAAbasr6wIAAAAAAAAAAAAAAGiOE8EBAAAAAAAAiOHRzVFJ0qhVxxvOGRnbEr0DO2JZX3eMjQy1sDoAAABgb4LgAABAS/ggEQAAAKC9VZI0qkkaE7W04ZyklsZkV+NxAAAAoHUEwQEAgJbwQSIAAAAAAAAAwNwRBAcAcsvpwgAAAAAAAAAAwEIlCA4A5JbThQEAAAAAAAAAgIWqK+sCAAAAAAAAAAAAAABojhPBAQAAACKip38wVq/ZmHUZAAAAAAAAADPiRHAAAAAAAAAAAAAAgJxxIjgAwF7K5XIUi8Vpx0qlUhQKhRZXBAAAAAAAZMVTxAAAgHblRHAAAAAAAAAAAAAAgJwRBAcAAAAAAAAAAAAAyJnurAsAAAAAAAAAAPKlp38wVq/ZmHUZAAAAC5oTwQEAAAAAAAAAAAAAcsaJ4AC0peHRzVFJ0qhVxxvOGRnbEr0DO2JZX3eMjQy1sDoAAAAAAAAAAADIliA4AG2pkqRRTdKYqKUN5yS1NCa7Go8DsDB4BC0AAAAwn4ZHN8cTT/xbw3GHlgAAAABZEQQHAAAAAAAAaKCSpJE4tAQAAABoQ11ZFwAAAAAAAAAAAAAAQHOcCA4AAAAAAAAA0CI9/YOxes3GrMsAAAA6gCA4AGRseHRzVJI0atXxhnNGxrZE78COWNbXHWMjQy2sDgAAAAAAAAAAgHYkCA4AGaskaVSTNCZqacM5SS2Nya7G45A1v9AAAAAAAAAAAACtJQgOAMBB8wsNAGTBY5QBAAAAAACAhawr6wIAAAAAAAAAAAAAAGiOIDgAAAAAAAAAAAAAQM50Z10AADA/evoHY/WajVmXUWd4dHNUkjRq1fGGc0bGtkTvwI5Y1tcdYyNDLawOAAAAAAAAAAAgPwTBAYCWqSRpVJM0JmppwzlJLY3JrsbjAAAAAAAAAAAACIIDAAAAAAAAtISnJrYP3wsAAAA6gSA4AAA0wQdEAAAAAPOjXC5HsVicdqxUKkWhUGhxRXPPUxPbh+9F++npH4zVazZmXQYAAECuCIIDAEATfEAEAAAAADMn3AsAAADzRxAcAAAAAAAAgFwQLAcAAIB/JwgOAABtwAdYAAAAAAAAAAA0QxAcAAA6jFB59oZHN0clSaNWHW84Z2RsS/QO7Ihlfd0xNjLUwurmh/cdAAAAALA39w0BAGB+CYIDAADMsUqSRjVJY6KWNpyT1NKY7Go8DgAAAAAAAACwP4LgAAAAOeH0HAAAAICFw70gAAAADkQQHACABcGHJgAAAAAAAAAAdJKurAsAAAAAAAAAAAAAAKA5TgQHABoaHt0clSSNWnW84ZyRsS3RO7AjlvV1x9jIUAurywenUAMAAAAA0A7crwYAAOg8guAAQEOVJI1qksZELW04J6mlMdnVeBwAAAAAABYKYWsAAABaSRAcAAAAAAAA6BiedAgAAAAsFILgAABASzkVCQAAAJhPnnQIAAAALBRdWRcAAAAAAAAAAAAAAEBznAgOAAAAAAAAzNjw6OaoJGnUquMN54yMbYnegR2xrK87xkaGWlgdAAAAwMIhCA4AAAAAAADMWCVJo5qkMVFLG85JamlMdjUeBwAAAODgCYIDQJOcdgMAAAAAAAAAAEDWBMEBoElOuwEAAAAAAAAAACBrXVkXAAAAAAAAAAAAAABAcwTBAQAAAAAAAAAAAABypjvrAgAA2sXw6OaoJGnUquMN54yMbYnegR2xrK87xkaGWlgdAAAAAByccrkcxWJx2rFSqRSFQqHFFXGw3NMEAACAhU0QHADg/1dJ0qgmaUzU0oZzkloak12NxwEAAAAAWsU9TQAAAFjYBMEBAAAgQz39g7F6zcasywAAAAAAAAAgZ7qyLgAAAAAAAAAAAAAAgOY4ERwAAAAAAACAKZ5eBQAAAPngRHAAAAAAAAAAAAAAgJwRBAcAAAAAAAAAAAAAyJnurAsAAADam0cBAwAAQHbK5XIUi8Vpx0qlUhQKhRZXBAAAAEC7cCI4AAAAAAAAAAAAAEDOCIIDAAAAAAAAAAAAAOSMIDgAAAAAAAAAAAAAQM4IggMAAAAAAAAAAAAA5IwgOAAAAAAAAAAAAABAznRnXQAA7E9P/2CsXrMx6zIAAAAAAAAAAACgrQiCAwAAAAAAAOyHQ0sAAACAdiQIDk1KkiTuv//+2LZtW1Qqleju7o4jjzwyTj311Dj99NNj0aJFWZcIAJnxgRgAAAAAAAAAALSGIDgd55FHHol3vvOdsWvXrrr+Y445Jn7wgx/Met2HHnooNmzYEHfeeWfs3r172jkrV66Miy++ONauXRu9vb2z3gsAAAAAAAAAAAAA9qcr6wJgLu3ZsyeuvvrqfULgB7vm+vXr48ILL4zvfOc7DUPgERFPPvlk3HDDDfG7v/u78Y//+I9zVgMAAAAAAAAAAAAAvJggOB3l9ttvj//7f//vnK553XXXxbp16yJN0xlf8/jjj8dll10WP/vZz+a0FgAAAAAAAAAAAACIEASng4yPj8df/uVfzumat956a9x22211fb29vbF27dr467/+6yiVSrFp06bYsGFDrF69um7exMREXHnllbF9+/Y5rQkAAAAAAAAAAAAABMHpGNddd108++yzERHR09MTZ5999kGt9/TTT8cnP/nJur7BwcH46le/Gh/5yEfit37rt2L58uVx7LHHxnnnnRc33XRTfOQjH4lFixZNzd+5c2dcf/31B1UHAAAAAAAAAAAAAOytO+sCYC5873vfizvvvHOq/Z//83+Obdu2xb333jvrNT/3uc/Fc889N9VevHhxrF+/Pk455ZSG16xduza2b98eN99881Tf97///XjwwQfjjDPOmHUtwMEZHt0clSSNWnW84ZyRsS3RO7AjlvV1x9jIUAurAwAAAAAAAAAAgOY5EZzcq1ar8fGPf3yq/dKXvjQuv/zyg1rz6aefjjvuuKOu79JLL42Xv/zlB7x2eHg4Vq5cOdXes2dPrF+//qDqAQ5OJUmjmqSR1NKGc5La/5tTSRrPAQAAAAAAAAAAgHYhCE7uffKTn4ynnnoqIiIWLVoU1157bSxZsuSg1ty0aVPs3r17qr1o0aJ473vfO6Nre3t746KLLqrr+9GPfhRJkhxUTQAAAAAAAAAAAADwG91ZFwAH42c/+1l89atfnWpfeOGFcfbZZx/0ups2baprn3XWWVEoFGZ8/YUXXhgbNmyYau/atSt+8pOfxFve8paDrg0AFoqe/sFYvWZj1mUAAAAAAAAAAEBbciI4ubVr1664+uqrY8+ePRERsXz58viv//W/zsm6d999d13fOeec09Qaxx13XKxataqu76677jrY0gAAAAAAAAAAAAAgIgTBybH169fHY489NtX+yEc+EsuXLz/odbdt2xa7du2q63v1q1/d9Dp7X7N169aDqgsAAAAAAAAAAAAAfqM76wJgNrZu3Rpf+MIXptrnnHNOvOtd75qTtR999NF9+k4++eSm19n7mheH1qGTlcvlKBaL046VSqUoFAotrggA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xBHxile8IgYHB+dl3yRJ4v77749t27ZFpVKJ7u7uOPLII+PUU0+N008/PRYtWjQv+wIAAAAAAAAAAADAbwiCkxtPP/10/OAHP4i77747fvrTn8avfvWr/c4vFArx7ne/O97znvfES17ykoPe/6GHHooNGzbEnXfeGbt37552zsqVK+Piiy+OtWvXRm9v70HvCQAAAAAAAAAAAADT6cq6ADiQf/qnf4r3vve9ce6558bVV18d3/72tw8YAo+IKJfLMTY2FhdccEF87Wtfm/X+e/bsifXr18eFF14Y3/nOdxqGwCMinnzyybjhhhvid3/3d+Mf//EfZ70nAAAAAAAAAAAAAOyPIDht74EHHoif/vSn8cILL8zq+iRJ4r/9t/8W11xzzayuv+6662LdunWRpumMr3n88cfjsssui5/97Gez2hMAAAAAAAAAAAAA9qc76wJgNo4//vh43eteF+ecc06cfPLJccQRR8Shhx4aTz31VNx3333x1a9+Ne6///66a+6444444ogj4k/+5E9mvM+tt94at912W11fb29vXHLJJfG2t70tCoVCJEkSW7dujVtuuSX+4R/+YWrexMREXHnllfHNb34zjjrqqIN6vQAAAAAAAAAAAADwYoLg5EZ3d3e8/e1vj9///d+Pc845Z9o5AwMDcdJJJ8VFF10UX/nKV+LjH/947N69e2r8f/2v/xVve9vb4pRTTjngfk8//XR88pOfrOsbHByMG2+8se765cuXx7HHHhvnnXde3HTTTTE6Ohp79uyJiIidO3fG9ddfH5/5zGdm85IBAAAAAAAAAAAAYFqC4LS9rq6u+L3f+734kz/5kzj++ONnfN3FF18c3d3dcdVVV031pWkan/3sZ+PTn/70Aa//3Oc+F88999xUe/HixbF+/fr9hsjXrl0b27dvj5tvvnmq7/vf/348+OCDccYZZ8y4dgAAAAAAYHo9/YOxes3GrMsAAAAAgMx1ZV0AHMi73/3u+Mu//MumQuC/cdFFF+1zeviPfvSj2LVr136ve/rpp+OOO+6o67v00kvj5S9/+QH3HB4ejpUrV0619+zZE+vXr2+iagAAAAAAAAAAAADYP0Fw2t7ixYsP6vp3vvOdde0kSeKhhx7a7zWbNm2K3bt3T7UXLVoU733ve2e0X29vb1x00UV1fT/60Y8iSZKZFQwAAAAAAAAAAAAAByAITsc77bTT9ul76qmn9nvNpk2b6tpnnXVWFAqFGe954YUX1rV37doVP/nJT2Z8PQAAAAAAAAAAAADsjyA4Ha+np2efvueee67h/F27dsXdd99d13fOOec0tedxxx0Xq1atquu76667mloDAAAAAAAAAAAAABoRBKfjPf744/v0veQlL2k4f9u2bbFr1666vle/+tVN77v3NVu3bm16DQAAAAAAAAAAAACYjiA4He9nP/vZPn3HHXdcw/mPPvroPn0nn3xy0/vufc1jjz3W9BoAAAAAAAAAAAAAMB1BcDra5ORkfOtb36rrO/nkk+OYY45peM0jjzxS1168eHEMDg42vfeqVavq2kmSxPj4eNPrAAAAAAAAAAAAAMDeurMuAObTX//1X8f27dvr+t7+9rfv95onn3yyrr1ixYpYvHhx03v/f+zdd3SVZdY34B1SgFBESugWUEBA1FHsBbviqNixi+21gG18xRnbWGZ0nLFgb9gAHctYZmyoYBnEAioiiIhiAQQEBYFQE873h1/yckhCCiEnB65rLZY++zz3fe+DuBZ58ss+bdq0KVGbPXt2lULlUOTim7+IWbNmlPn6Zbd9GbmN5kXjBllx22Vda7AzAAAAAAAAAAAAoCYJgrPemjVrVvzjH/9Iqm200UZx0kknrXHd4sWLk64bNmxYpfNLW5efn1+lvWqDFStWxIoVK1LdRo1Z03td0+9Fdnb2umopIiIW5BdE/uKCMl/PX1wQhXXKfh0AAACAmrchPFdb18/FaoMN7RlpVW0IfxYAAAAAqJwN4blaqp6LCYKzXiooKIg//OEPsXDhwqT6xRdfHE2aNFnj2tWD4HXr1q1SD6WtW33vdDJp0qT4+eefU91GjZk9e3aZr3355Zcxb968EvWsrKzYZptt1mVbAAAAAKShL774IgoK1u8f3t9+++1T3cI6t6E9I60Kz0gBAAAAKI1npOtOnZScCuvYX//61xg7dmxSbffdd4++ffuWu3bJkiVJ11UNgterV69ELZ2D4AAAAAAAAAAAAADUHoLgrHeGDBkSw4YNS6q1atUq/v73v0dGRkaKugIAAAAAAAAAAACA6iMIznrl5Zdfjr/+9a9JtUaNGsX9998fTZs2rdAe9evXT7petmxZlXpZunRpiVpubm6V9gIAAAAAAAAAAACAVWWlugGoLu+++24MHDgwVq5c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/vz5pb5eNJhjyJAhsdVWW63DLgEAgHVhvQuCf/nll8XTwDMyMuL888+vVAi8SFZWVvTv3z/OOeec4v2+/PLLddAxAABsmFq1ahUnnHBC9OnTJwYOHBivv/560us//PBDPPXUU3HSSSelqEMAAAAAgNrPYI4NQ3n/jQEA2DDVSdXBd9xxRyxfvrza9/3555+Trn/3u99Vea/tt99+jXsDAABrLzc3N/7xj39Ex44dS7z24osvpqAjAAAAAID1S9FgjhdffDEOOOCAEq8XDeYAAADSS8qC4Pfcc08cfPDB8eabb1brvoWFhUnXa/PTqllZyQPTV98bAACoHnXr1o2zzz67RH3ChAnx66+/pqAjAAAAAID1j8EcAACwfskq/5Z158cff4wBAwbEbrvtFldddVVsuumma71ns2bNYsaMGcXXkydPjm222aZKe3311VdJ102bNl2r3gAAgLLtueeeJWorV66MqVOnxnbbbVelPQsLC2PixInx448/xi+//BILFiyIhg0bRtOmTWPTTTeNrl27RkZGxtq2nmT27NkxderUmD59eixatCiWLl0aDRs2jI022ijatGkTW2+9ddStW7daz0wkEjFt2rSYPHlyzJkzJxYtWhSFhYVRr169yM3NjVatWkXbtm1js802K/EDr1W1ZMmS+Oyzz+Knn36KX375JZYvXx4bb7xxNGvWLLp27RqtWrWqlnPK891338XEiRNj9uzZsXz58mjSpEnk5eXF9ttvHxtttFGN9FBZK1asiPHjx8c333wT8+bNi6ysrGjatGlsttlm0aNHj8jMzKzW85YuXRqffPJJzJo1K+bOnRt16tSJ5s2bR+fOnaNLly7V/v8AAAAAALVb0WCOgQMHJtWLBnPU1udqAABASSkNgkf8Flh477334ve//32cdtppcd5550X9+vWrvN+mm24a06dPL75+/PHH45ZbbqnSXo899ljxv2dkZFRLUB0AAChd06ZNo2HDhrFo0aKk+rx58yq91+jRo+Of//xnvP/++7FgwYIy72vSpEn06tUrzj777FIn4FTEL7/8Em+++WaMHj06xowZE3Pnzl3j/dnZ2bHtttvGiSeeGAceeGDUqVP1D2r69ttvY9iwYfHqq6+We25ERP369aNbt26xxx57xIEHHhibb755pc989dVX45lnnokxY8bE8uXLy7xvyy23jAMPPDD69esXDRs2rPQ5nTt3Trru379/DBgwICJ++wGB559/Ph599NESP8BbJDMzM3bccce46KKLYtttt63U2dOnT4999903qXbjjTfGkUceucZ1zz33XPzxj39Mqo0YMSLatWsXERFz5syJBx54IJ5//vlYuHBhqXs0btw4jjjiiDj33HNj4403rlTfq5syZUrcdddd8e6778bixYtLvScvLy/69u0b/fr1i9zc3IiIuPPOO+Ouu+5Kum/y5Mlr1QsAAAAAtcv6MpijqlIx0KM2+vHHH2PSpEnxyy+/xLx58yInJyeaNm0aeXl5se2220a9evXWeQ81PTgDAGB9k7IgeFZWVhQWFkZGRkYkEolYsWJFPPTQQ/Hvf/87Bg4cGL17967Svr169Yr33nuveN9XXnklunTpEmeddVal9nnggQfilVdeKd4nIyMj9tprryr1BAAAVExubm6JIPjq12syefLk+Otf/xoffPBBhe6fP39+vPDCC/Gf//wnjj766LjyyisjJyenwuf94Q9/iNdeey0KCgoqvGbFihUxZsyYGDNmTHTs2DEGDRoUW265ZYXXR/z2A7WDBg2Khx56KFasWFHhdUuWLImxY8fG2LFjY8iQIfHee+9VeO0XX3wRV199dXz++ecVun/KlCkxZcqUGDZsWFx00UXRt2/fCp+1JrNnz44LL7wwPv300zXeV1hYGO+//368//77cc4558TFF19cLedX1fDhw+PKK69c4w8mREQsWLAgHnvssXjxxRfj/vvvr3SIPeK3b9jdfvvtMXjw4HL/bP70009xxx13xL/+9a+44447onv37pU+DwAAAID0k66DOaqqpgZ67LPPPkmfYr+qGTNmlBiAUZrHH388dtpppxL1k08+OT766KPi6x133DGGDBlSob5WtWDBgnj44YfjjTfeiK+//rrM++rWrRs9e/aMvn37xv7771/pc2rb4AwAgPVV1UfPraUXX3wxdtppp+KQdVHgevbs2fGHP/whTj311DX+hbMsBx10UPFE8aI9b7311jjjjDPi448/Lnf92LFj4/TTT4/bbrstqV6vXr04+OCDK90PAABQcaU97G3QoEGF1o4cOTL69u1b4RD4qgoLC+Opp56Kk08+OX7++ecKr/v0008rFQJf3TfffBPHHntsjB49ulLrBg4cGPfee2+lQuBr4913340TTzyxwiHwVc2bNy+uueaauOGGG2LlypVr1ce0adPimGOOKTcEvrr77ruvxNd4NenJJ5+MCy+8sNwQ+Krmz58f/fr1i0mTJlXqrMLCwrj88svj/vvvr9SfzRkzZsTJJ59cpf/GAAAAAKSnok+IW1VlB3Oceuqp0a9fvxg+fHi5z7+KBnMceuihcfXVV6/xEwer0x/+8IfYY4894qqrrqrwpysWDfS46KKL4ve//31MmTKlBjpd94YMGRL77bdf3HvvveVmcpYtWxajRo2K/v37R9++fav1UwOHDx8evXv3jscff7zMEHjE/w3OOOigg2LcuHHVdj4AwPokZRPBO3bsGI8++mi8+uqrcfPNN8fMmTOLPwIokUjEhx9+GH369IkTTzwxBgwYUOGPEm/RokWcffbZMWjQoKSA+ejRo2P06NHRrFmz6NatW7Rv3z4aNGgQGRkZsWjRopg2bVpMnDixOPRRFFAv+ufpp58eeXl56+z3AwAANnQ//PBDLFmypER9k002KXftf/7zn7jssstKBI2zs7Nj5513jm222SZatWoVjRo1isWLF8eMGTPi/fffL/HDouPGjYv+/fvH448/HtnZ2ZXqPzMzM7p27RpbbrllbL755rHxxhsXh9gXLVoU3333XXz22WfxySefJPW5ePHiuPjii+OFF16I1q1bl3vO888/Hy+++GKJetOmTWP33XePTp06RV5eXtSrVy+WLl0a+fn5MX369Pj6669j3Lhx8euvv1bqfX3wwQdx7rnnlhoq3mqrrWLvvfeOtm3bRr169WLOnDnx0UcfxahRo0p8E2fIkCGxcuXKuPrqqyt1fpH8/Pw488wzY/bs2RHx2w/+brfddrHrrrtG69atIzc3N+bNmxeffPJJvPHGG7Fs2bKk9Q8++GDss88+sc0221Tp/Kp699134/rrr49EIhEREY0aNYrddtsttttuu2jWrFmsXLkyZsyYEW+//XZ89tlnSWsXL14cf/zjH+PZZ5+NrKyKffl+0003lfrnIzc3N/bcc8/YbrvtokWLFrF06dL48ccf4+23344JEyYUn3f++efHQQcdtJbvGgAAAIB0sLaDOf7whz/E4sWLK31u0WCOyZMnxz333BPNmjWr9B6VUV0DPe6+++7Yddddq7GzmlNYWBjXXnttPPXUU1Va/+mnn8YJJ5wQd911V+yyyy5r1cuTTz4Z1157bfEz04ooGpzxxBNPxFZbbbVW5wMArG9SFgQvcvDBB8fee+8d99xzTzzyyCOxYsWK4gB2QUFBPP744/Hyyy/HpZdeGn369KnQnmeddVZ8+umn8e677yaFwSMi5s6dG++++26p61b9S2ZRKD0iYtddd41zzjmn6m8SAAAo1/Dhw0vUNtpoo3I/InTKlClx1VVXJYWrs7Ky4tRTT40zzzwzmjZtWuq6AQMGxKRJk+KKK66IiRMnFtc/+eSTuPXWW2PgwIHl9pydnR0HHHBAHHbYYbHzzjtHo0aNyl0zY8aMuPXWW+Oll14qrs2fPz/+/Oc/x/3331/u+nvvvTfpOjMzMy655JI45ZRTIicnZ41rCwsLY9y4cfHiiy/G+++/X+5Z8+bNi8suu6zEN0natGkT1157bey5554l1vTr1y9mzZoV11xzTbz99ttJrw0bNix23XXX2G+//co9e3VPPPFEcbh7m222iWuuuSa6detW4r4TTzwxpk+fHhdccEHSf9fCwsK44447YvDgwZU+e23cdNNNsXLlysjIyIh+/frFueeeG40bNy5x33nnnRevvPJKXH755Ukh9kmTJsXw4cPjkEMOKfesjz76qNSPgj300EPjT3/6U6n/LwwYMCA+/PDDuPLKK+OHH36I2bNnV/mbQQAAAACkj3QfzFFV63qgR8eOHYufE8+cOTNpMEd2dna5z7sjSp/Uvrauuuqq+Ne//lWiXrdu3dhjjz1ihx12KB4gMWPGjBgxYkSJCeCLFi2Ks846Kx577LHYfvvtq9RHTQ/OAADYENSKvxnVq1cvLrnkkjjyyCPjhhtuiFGjRiVNB587d2788Y9/jKeffjquvvrq6NKlyxr3y8rKirvuuisuvvjiGDFiRHEYvEhZP1W46j1F9+25554xaNCgGvuiAwAANkQ//fRTPPzwwyXqhxxySNSpU6fMdStXroxLLrkk6RsWubm5ce+998bOO+9c7rlbbbVV/POf/4xzzjkn3nvvveL6kCFD4tRTT41WrVqtcf2zzz5bofD3qtq2bRu33HJLbL755nHnnXcW1995552YOnVqdOjQocy1U6ZMie+//z6pdt5558WZZ55ZobMzMzNj++23j+23377Ub/Ks7tZbby2ewF2kXbt2MWzYsDX+3rRq1Sruu+++uOyyy+Lf//530mtXXXVV7L777lGvXr0K9VykKBy99957x6BBg6Ju3bpl3tuuXbt4+OGH45BDDkn6mNfRo0fHjz/+GG3atKnU2Wtj2bJlkZGRETfddFO5P9zcu3fvKCwsjEsvvTSp/swzz5QbBE8kEvHnP/+5xNe7/fr1i8svv3yNa3faaad44okn4qSTTorvvvsuli5dusb7AQAAAEh/6TiYo6pqcqDHgw8+WPzvl19+eTz//PPF13l5eaV+mt+69sorr5QaAt93333jmmuuiZYtW5Z47cILL4y33norrrnmmqRnxCtWrIj//d//jRdffLHSz8YjanZwBgDAhqLsREUKbLbZZvHQQw/FXXfdFW3bto1EIpE00fuTTz6Jo446Kq677rpYsGDBGvfKycmJu+++O/7yl79Es2bNIpFIFH9DvGjP1X9FRPF9G2+8cVx33XXxwAMPRP369df5ewcAgA3VDz/8EGeeeWb88ssvSfXc3Nz4n//5nzWuHT58eHz11VdJtb/+9a8VCoEXycnJiUGDBsXGG29cXFuxYkU88sgj5a6tyoPuIueff35svfXWxdeJRCKeffbZNa6ZNm1aidoxxxxTpfPL+zrnl19+KfFNiczMzLjrrrvKDchH/PZ114033hidOnUqd9+Katu2bfz9739fYwi8SJMmTeL8889Pqq1cuTIp8F9TTjvttAp/wtWhhx4aPXr0SKqNGTMm6Zsdpfnggw/im2++Saptt912Ff4GWosWLeL222+PzMzMCt0PAAAAQPqq7sEcgwcPjssuu6zMEHiRosEcu+22W1J9yJAhMWvWrEq+i4p79tln484774z999+/ws90iwZ6DBgwIKleNNAjXeTn58ef//znEvVjjz027r777lJD4EX23nvvGDZsWIl7ZsyYEbfffnuV+ll1cMbAgQNLDYEX6d27d/zlL38pUX/mmWeqdDYAwPqqVgXBi+y3337xyiuvxPnnnx85OTlJgfDCwsJ48skn48ADD6zQX+6OOuqoePvtt+PWW2+NAw88MPLy8orD3qv/atGiRRxwwAHx97//Pd5555049thja+DdAgDAhmXZsmUxe/bsePvtt+Oqq66Kww47rMRHTEZEXHfddeUGjledrhIRseOOO8bBBx9c6Z4aNWoUp5xySlLtjTfeqPQ+lZGRkRGHH354Uu2TTz5Z45r8/PwStVUD7NXp2WefLRE+Pu6442Krrbaq8B5ZWVlx1VVXlagPHTq0Sj3179+/UuH7Qw45pESwedVpQzWhYcOG0b9//0qtOeyww5KuCwoKSv1/ZFVPPfVUidrll19e4pOv1mSrrbaKI488ssL3AwAAAJB+0nkwR1XV9ECP2uT555+PX3/9Nam29dZbx7XXXluhZ4ft27ePQYMGlbj3ueeeK7FvRdXE4AwAgA1JVqobKEtOTk4MGDAgjjjiiPjLX/4Sb731VtJ08Hnz5sXVV18dTz/9dFx11VUl/uK3qqysrOjdu3f07t07IiLmzZsX8+bNi4ULF0bEb3/p33jjjddZgAIAADY0H330UXTu3LlKa+vXrx/XX399HHrooWu8b/r06SVCvVWdjh0R0atXrxg0aFDx9YwZM2LGjBnRtm3bKu9Znk033TTpeuLEibFixYrIzs4u9f4mTZqUqH388cexyy67VHtvpU3OPuGEEyq9z4477hhbbrllTJkypbj21Vdfxdy5c6N58+YV3ic3Nzd+//vfV+rsjTbaKDbddNOkCT3ffvttpfZYWwcffHA0bNiwUmtK+/p26tSpa/y694MPPki63mKLLWLbbbet1LkREUcffbSJOgAAAADrkWXLlsX8+fNj0qRJMWLEiPjPf/6TNNG7SCoGc6z6PPaNN96IP/7xj5Xea10rGujx+eefF9fKG+hRm5Q2lOPqq69e4+T31W233XZxxBFHxHPPPVdcW7x4cTz33HPRr1+/SvVT1cEZ48ePL74uGpyxpuelAAAbklobBC/Srl27uPfee+Odd96Jv/71r/H9998X/6RhIpGIzz//PPr27RtHHnlkXHLJJeV+1FBECH0DAEAt1KBBg+jdu3ecf/750bp163LvHzNmTIna7373uyqf365duxK1SZMmVSoInp+fH2PHjo3JkyfH119/HfPnz49FixbFkiVLYuXKlSXuX7x4cdL18uXL4+effy7zGy5bb7111KlTJ2mvK6+8Mu67777YcsstK9xneQoLC5MerEdEdOjQocpnHHTQQUlB8IjfvllywAEHVHiPbbbZJnJycip99iabbJIUBC/6geCa0rNnz0qvad++fYnaokWLyrz/hx9+iHnz5iXV9txzz0qfGxGx7bbbRpMmTWL+/PlVWg8AAABAzTOYY92q7ECP2mLmzJklBmN07969SgHq448/PikIHvHbMJHKBsFranAGAMCGpNYHwYvstddescsuu8TgwYPjgQceiCVLlhQHwleuXBn/+te/4vXXX48LL7wwTjjhhEp9/DUAAJB63bt3j5NOOqlCIfCI0qeunH/++dXa0+rh2rJMmDAhBg8eHCNHjoylS5eu1ZkLFiwoMwjepEmT2GeffeLNN98srk2fPj0OP/zw2HfffeOQQw6J3XffvdIP0lf37bfflgipd+/evcr7rfrRqUUmTpxYqSD46t9sqajVfy/WFKheFzbbbLNKrynto2rXFGBf/eN4IyK6detW6XOLdO3aNUaPHl3l9QAAAADUfuvDYI6qWtcDPWqL0p6hH3jggVXaq0ePHtGuXbuYPn16cW3cuHGRSCQqlc+picEZAAAbmrQJgkdE5OTkxLnnnhtHHHFE/PWvf43XX389MjIyIiMjIxKJRCxYsCBuuOGGePbZZ+Oqq65aqy86AACAqsvNzY1NNtmkRL2goCB+/fXXmDNnTonXPvzwwzj66KPjpptuit///vflnjFr1qwStS+//LJqDZehvCD4ihUr4sYbb4wnn3yy1G8QVEV5E6sHDhwYY8eOTZrYXFhYGK+//nq8/vrrkZmZGVtttVVst9120b179+jZs2elv3lS2vvu2LFjpfYob21FQ/ZFmjRpUqWzV5/KU1BQUKV9qmqjjTaq9JrSJgmtqe/Sfi/X5htmpX0TDgAAAID1SzoP5qiqmhroUVusPsE9ovShHRXVvXv3pCD4woUL44cffqjUEI+aGJwBALChSasgeJFWrVrFHXfcEaNHj44bbrghpk6dWvwTholEIiZNmhQnnnhiHHrooXHZZZdF8+bNU9wxAABsWLp37x5Dhgwp8/X58+fHW2+9FQ888EBMnTq1uL5ixYq47LLLIjc3N/bZZ581nrFqEHpdWbZsWZmvrVixIi688MIYMWJEtZ5ZXlB5k002iUceeSQGDBiQ9NC9SGFhYUyYMCEmTJhQXGvbtm0ccMABceihh1ZoUvSvv/5aolbaw/aKKi0MXdoZa5KVlZZfvtZI3wsWLChRW5v/Xms7UR4AAACAmrWhDOaoqlQM9KgNSvv97NChQ5X322KLLUo9ozJB8JoYnAEAsKFJz++k/3+77rpr/Pvf/45HH3007r333sjPz08KhP/nP/+JkSNHRv/+/ePkk0+OzMzMFHcMAABE/Dbd+YgjjohDDjkkLr/88nj55ZeLXyssLIz//d//jRdffHGNk4lLC7/WpAcffLDUEHjLli1j3333je222y422WSTaNWqVTRo0CDq1q0bOTk5Sfd++OGHccopp1T67K5du8ZLL70UQ4cOjWHDhsXMmTPXeP+MGTPikUceiUceeSR22WWXGDhwYGy11VZl3p+fn1+ilpubW+k+i9SvX79CZ1A1y5cvL1Er7ZsjFbX6n1MAAAAAarcNYTBHVaVqoEdtUNoz9MaNG1d5v9LWbigDPwAAarO0/xtWVlZWnHnmmXHYYYfF3/72t3j55ZcjIyMjMjIyIpFIxKJFi+Jvf/tb/Otf/4orrrgidt5551S3DAAA/H85OTlx8803x9y5c+PDDz8sri9atCiuuOKKeOyxx8pcW7du3RK18ePHl1qvbj///HM88MADSbWsrKz43//93zjppJMq/DB7bT5+tH79+nHWWWfFmWeeGWPHjo333nsvxo4dG59//vka933//ffjmGOOieuvvz6OOOKIUu9p0KBBidrixYur3OuSJUsqdAZVU9r077UJ2gvpAwAAAKxf1ofBHFWVyoEeqbb6c76MjIxSh3ZUVGnDQjxLBABIvbQPghfJy8uLW265Jfr27RvXXXddTJkyJWk6+JQpU6Jfv35x0EEHxeWXXx4tW7ZMcccAAEDEbwHqm2++OQ455JBYtGhRcf2DDz6IV155JXr37l3quo033rhEbf78+TXyd/2RI0eWCDdfeumlcdppp1Vqn8pOSylNRkZG9OzZM3r27BkRv02imTRpUnz88ccxevTo+PDDD0sEw1esWBFXXHFFtGvXrnjdqkr7eM61+ajT0r5JVJWPAKV0pU3iWZsJTevqI3gBAAAASK10HcxRVbVhoEcqrT6MI5FIxJIlS6ocBi9tWIiBHwAAqVcn1Q1Ut549e8aLL74Yf/zjH6Nhw4aRSCSSJoS/9tprcdBBB8UDDzwQK1asSHW7AABARLRq1SouuOCCEvVbb721zL+3N2/evETtxx9/rPbeSvPee+8lXW+00UZx0kknVXqfadOmVVdLxbKysmLrrbeO0047LR544IEYPXp0XHvttZGXl5d0X2FhYdx8882l7tG0adMStW+++abKPX399dclaqUF+ama1q1bl6h99dVXVd5vbdYCAAAAULsVDeZo2LBhUr1oMEdZyhrMUZutaaBHRUPgEdUz0CMVShsgsTaT3UsbFmLgBwBA6q13QfCIiDp16sSpp54aw4cPjz59+hTXi8LgS5Ysidtuuy0OPfTQ+O9//5u6RgEAgGLHH398tG/fPqk2bdq0ePbZZ0u9v0ePHiVqY8aMWSe9rW7WrFklesnOzq70PuPGjaumjsrWoEGD6Nu3bzz//PMlAsPjx4+PmTNnlliz2WablfiYzwkTJlS5h88//7xErXv37lXej2TdunWLzMzMpFpV/2wtXLgwpk6dWg1dAQAAAFBbpdtgjqqqzQM9akJpAz/W5tmfgR8AALVTrQuCL1++PP773//GXXfdFeedd14cf/zxccghh8QhhxwSxx9/fJx77rlx5513xrvvvhvLly9f415NmzaNm266KZ544ono0qVLieng3333XZx99tlx/vnnx/Tp02voHQIAAKXJycmJ888/v0T9/vvvL/Xv/rvttluJ2htvvLFOelvdvHnzkq6rMvXkl19+Sfr41XWtefPm0a9fvxL10qY/Z2ZmlgjaT506NaZMmVKls4cPH16itt1221VpL0rKzc2NTp06JdXefvvtWLRoUaX3euWVV6KgoKC6WgMAAACglkqnwRxVlU4DPdaFbt26laiVNrSjolZf27hx49hkk02qvB8AANWj1gTBf/3117j11lujV69ecfbZZ8fdd98db731VowbNy6++eab+Oabb2LcuHHx9ttvxz333BP/8z//E3vssUf8/e9/j19++WWNe2+33Xbx3HPPxdVXXx2NGzcuEQgfOXJk/P73v4+77rqr3HA5AACw7hx22GGx2WabJdVmzpwZTz/9dIl7t9hiixL3jh8/Pt5///112OFv6tevn3RdlY9AfeKJJ2LZsmXV1FHFdOjQoUSttI/zjIjYfffdS9T++c9/VvrMsWPHlgibd+7cudQJQlRd7969k66XLFkSTzzxRKX2WLFiRTz++OPV2RYAAAAAtVQ6DeaoqlQP9Fj9U/wKCwurtE9VlTaMo7ShHRUxYcKEEgMWt9lmm8jIyKjSfgAAVJ9aEQR/99134/e//308+OCD8csvv0QikUj6tWpoe9Vfv/76azz88MNx6KGHxsiRI9d4RkZGRpxwwgkxfPjwOOaYY4r/Mlq079KlS+Puu++Ogw8+OEaMGFETbxsAAFhNZmZmnHfeeSXq999/f6mh6XPOOadE7corr6xSMLsyWrRokXT9ySefxOLFiyu8fsqUKXH//fdXd1vlmjNnTolaaR8PGhFx1FFHRd26dZNq//znP+PLL7+s8HkFBQVx/fXXl6iffPLJFd6Dijn66KNLTDO65557KvVRr/fdd1+pH+8KAAAAwPopXQZzVFWqB3o0aNAg6boyz5CrQ+vWraNjx45JtQkTJsSECRMqvVdpQydKGyYCAEDNS3kQ/JVXXolzzz035syZkxT6XvVXkdJeSyQS8fPPP0f//v3jhRdeKPe8Jk2axPXXXx9PPfVUdO/evUTQfMaMGdG/f/8466yz4vvvv1+H7xwAACjNoYceWmJy9U8//RRPPvlkiXsPO+ywEvdOnz49zj777Jg9e3aVzl+0aFE8+OCD8eKLL5Z5zw477JB0vXjx4rjrrrsqtP/06dPj3HPPrdKnET333HMxfPjwKk2OWbFiRYmH9XXq1Iktt9yy1PubNm0affr0SaoVFBTEBRdcED/99FO55yUSibjyyitLBMebNWsWhx12WOWap1xNmzaNvn37JtWWLFkS/fr1i2+++abc9Y8++miF/wwDAAAAsH5Il8EcVZXqgR6NGzdOul6wYEH8+uuvVd6vKk488cQSteuvvz4SiUSF9xg/fnw8//zzSbXc3Nw48sgj17o/AADWXkqD4B9//HFcdtllUVhYmBT6XnXqd7169aJ58+bRrFmzqFevXtJrEf8XDl+5cmVceeWV8dFHH1Xo7K233jqeeeaZuP7662PjjTcuEQgfNWpUHHrooXHbbbfF0qVL19nvAQAAkKxOnTrRv3//EvWHHnqoxN/NMzMzY9CgQSUmq3z22WdxxBFHxLBhwyo0raWgoCBGjx4dV111VfTq1Sv+8Y9/xNy5c8u8/4ADDog6dZK/nBo8eHDcfvvtUVBQUOa6l156Kfr27RvTpk2LiIiGDRuW29uqJk2aFBdccEHsv//+cdttt8XEiRMrtG7GjBlx7rnnxueff55U33XXXUt8M2RVl1xySbRs2TKp9v3338fxxx8fo0ePLnPd7Nmz49xzzy3xzYGIiOuuu67EpHGqxyWXXBLt27dPqs2aNSv69OkTt9xyS4lA+PLly+Odd96JU089NW688cbi+rbbblsT7QIAAABQC6TDYI6qStVAjyKdO3cuUXvnnXeqvF9V9OnTJ5o0aZJUGzduXKmf5FiaGTNmxAUXXBArV65Mqh911FElgu4AAKRGVqoOXrlyZVx33XVRUFCQFADPzMyMgw46KHr37h09evQoEUqYO3duTJgwIV599dV4+eWXiyfhZWRkFH/s+IsvvlgilFGWY445Jg488MC4/fbb46mnnioOpScSiVi+fHk88MAD8eKLL8bAgQPj4IMPrt7fBAAAoFQHH3xw3HvvvTFlypTi2pw5c2LYsGFxxhlnJN3bqVOn+Mc//hEDBgxICmH//PPPcd1118Xtt98ePXv2jG222SaaNm0ajRo1iiVLlsSCBQti5syZMXHixPjiiy9i0aJFFe5v8803j8MOO6zEpxLde++98fzzz8eBBx4YnTt3jtzc3Pj111/j22+/jZEjR8YPP/xQfG/9+vXj0ksvjT//+c+V+82J3x6+33fffXHfffdFixYtolu3btGlS5fIy8uLxo0bR3Z2dixevDhmzJgRn376aXz00UexYsWKpD1ycnJi4MCBazynSZMmcfPNN8cZZ5yR9Hs7ffr06NevX3Tr1i323nvvaNu2bdStWzfmzJkTY8aMif/+97+lBvBPPPHE2G+//Sr9fqmY3NzcuO2226Jfv36xcOHC4nrR17YPPPBANG7cOJo3bx7Lli2LOXPmlPhG1gknnBBNmzaNcePGFdcq+vU1AAAAAOmnaDDHJZdcklR/6KGHom/fvlGvXr3iWtFgjr59+0Z+fn5xvWgwx/nnnx9HH310uYMgCgoK4qOPPopXX301Xn311Vi4cGFcdtll1fvG4reBHrfffntSiHnw4MGRk5MT/fv3j6ys0iMzL730Utx0000xZ86ciPhtoEdlnh8X2WabbaJOnTpJ5//tb3+L3Nzc2GuvvSI7O7vSe1ZWgwYN4pprromLL744qT5s2LCYO3duXH311dG8efNS177zzjtx9dVXx6xZs5Lqbdu2jQsvvHCd9QwAQOWkLAj+9ttvx+TJk4tD1xERW2yxRQwaNCg6duxY5rrmzZtHr169olevXnH++efHhRdeGJMmTSoOk3/99dcxcuTISoULGjduHFdffXUce+yxcd1118Unn3ySFE6fNWtWXHLJJfHUU0/Fo48+WvU3DQAAVEidOnXi/PPPj4suuiip/tBDD8Xxxx8fubm5SfV99tknHn300bj44ouLH84XWbBgQYwYMSJGjBhRrT1eeeWVMX78+Jg6dWpSfdasWfHYY4+tcW12dnYMGjQo6ZsoVTVnzpx4++234+23367wmpycnLj55pujU6dO5d678847xz333BMXXXRRiY9NnThxYoWnkp988snxpz/9qcI9UjVbb711PPzww3HmmWeW+jGzCxYsiAULFpS69pBDDokrrrgi7rzzzqR6ZSfXAwAAAJBeavtgjqpK9UCPvLy82GOPPZKmgM+dOzfOP//8yM7OjtatW0f9+vWL8ylFbrjhhth6660rfV5ZevfuHaNGjYp//etfSfXhw4fHO++8E3vuuWdsv/320aJFi1i2bFlMnz49Ro4cGZMmTSqxV3Z2dvz973+PRo0aVVt/AACsnZQFwVcPYbRp0yaeeOKJSn10zCabbBJDhgyJI444IqZPn560d1WmzHXp0iWeeOKJeOGFF4o/Cn7VQPiHH35Y6T0BAICqOeigg6Jz584xefLk4tovv/wSQ4cOjbPPPrvE/T179oznnnsu/v73vyd9elBlZWRkxI477ljiY0NX16hRo3j00UfjggsuSJqeXJ68vLy49dZbo2fPnpX+GqNZs2ZJP0xbFZ06dYprr702fve731V4zV577RVDhw6Nq6++OiZMmFCp85o0aRIXXXRRHH/88ZVtlSrq0aNHvPTSS3HjjTfGK6+8Uu79DRs2jAEDBsSpp54aGRkZJYLivqkDAAAAsH5Lh8EcVZXqgR6XXXZZjBkzpsSQjRUrViQFzle1+r3V4frrr4/MzMx4+umnk+pLly6N119/PV5//fVy92jYsGHcddddsf3221d7fwAAVF3KPt/5s88+Kw4wZGRkxAUXXFCpEHiRhg0bRv/+/Yv3SSQSMX78+LXqrU+fPvHaa6/FqaeeGpmZmWu1FwAAUDUZGRkxYMCAEvXBgweXOS0mLy8v/v73v8fw4cPj1FNPXeOnDa2qQYMGsffee8ef/vSnGDFiRDz++OOxzTbblLuuZcuWxQHp9u3br/Heoo/LfPXVV6Nnz54V6mt155xzTowaNSr+8pe/xKGHHhrt2rWr0Lrs7OzYc8894x//+Ee88MILlQqBF+nWrVs8++yzcdttt8Wuu+4aOTk5a7x/iy22iPPPPz/efPNNIfAUyMvLi9tuuy1eeuml6N+/f2y33XbRunXryM7Ojnr16kXbtm1j7733jmuuuSbefvvtOO2004p/EHru3LlJe2200UapeAsAAAAA1KCiwRyrKhrMUZqiwRyHHXbYWuUqMjIyYqeddip3MEdVFQ302HbbbSu1Li8vLx555JHYa6+91ur8LbbYIh5++OHYdNNN12qftZWZmRnXX399XHHFFVV63rftttvGE088Ebvssss66A4AgLWRkVibUXJrYaeddooFCxYUB7j/+9//RvPmzau0188//xy77bZbcRB8o402qrbp3VOmTInrrrsuxowZExkZGaV+9A0AAFB7zZ07NyZOnBjz5s2L+fPnx+LFiyM3NzcaNGgQLVu2jA4dOkTbtm1LfPxmVUydOjU+//zzmDdvXvE5LVu2jM6dO0eHDh2q4d2UNG/evPj+++9j2rRpxedG/BZu32ijjaJjx46x5ZZblhvcrqzFixfHZ599Fj/99FP88ssvsWLFith4442jadOm0bVr12jdunW1nkfN2XPPPWP27NnF14cffnjcfPPNKewIAAAAgCLTp0+PfffdN6m24447xpAhQ9Z67zfeeCP69++fVGvSpEmMGDEiGjZsWOa6adOmxZAhQ2LUqFHxzTfflHtOgwYNYscdd4xddtkl9ttvv2jbtm25a0p73zfeeGMceeSR5a6N+G0C99NPPx2PPPJITJs2rcz72rZtG0cffXSccsopxe/5ww8/jFNOOSXpvscffzx22mmnCp0dEVFYWBijRo2Kt99+OyZPnhzTpk2LRYsWxdKlS2PlypUV2vvkk0+Ojz76qPi6qv/df/3113jkkUdi+PDhJSalr6pu3bqxww47RN++feOAAw6o9DnPPfdc/PGPf0yqjRgxosIDTla1+g8p9O/fv9RBMgAAG6KUBcF79OgRK1asKA6Cf/bZZ1UOJixfvjx69OhRHATPyclZ66ngq3v55Zfj5ptvjnfeeada9wUAAIDaYtKkSdGnT5+k2lVXXRUnnXRSahoCAAAAIK3U5GCOqkrFQI/aasaMGTFp0qSYN29ezJs3L7Kzs6Np06aRl5cX2267bdSvXz/VLQIAUI6sVB3ctGnTpAlj06dPr/JfqGfMmFFi7+p2yCGHxD777FPt+wIAAEBt8dBDD5WorauP5QUAAABg/dO8efPYa6+9Ut3GGnXo0GGDC3yXpW3bthWayA4AQO1VJ1UHt23bNlYdRv7iiy9Wea9V12ZkZESbNm3Wqrey+ElHAAAA1levvvpqvPTSS0m1bbbZJrp06ZKijgAAAAAAAABYk5QFwffcc8+I+C24nUgkYvDgwfHB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VRB8dRkZGbHFFlvEFltskepWWIfatGkTW2yxRXz99dfFtY8++iiOOuqoCu/x6aefxooVK5JqvXr1KvP+nJyc2GWXXeKdd95JOrMypk2bFjNnzqzwmQAAAAAAAAAAAABQUXVS3QBUxL777pt0/frrr0d+fn6F17/wwgtJ161atYru3btX6syxY8fGtGnTKnzm888/n3Sdk5MTu+++e4XXAwAAAAAAAAAAAEBZBMFJCwcddFDS9eLFi+Nf//pXhdbOmTMnXnvttaTagQceWO66fffdN7Kzs4uvE4lEDB06tEJnLlmyJJ599tmk2p577hkNGjSo0HoAAAAAAAAAAAAAWBNBcNJC165dY++9906q3XHHHTF79uxy11577bWxdOnS4uu6devGGWecUe665s2bx3HHHZdUGzp0aHzxxRflrr399tuTesvIyIjzzjuv3HUAAAAAAAAAAAAAUBGC4KSNiy66KDIyMoqvFy5cGGeeeWaZYfBEIhE33XRTvPHGG0n1E088MVq2bFmhM88555yoX79+8XVBQUGcd9558fXXX5e55tFHH43HHnssqXbAAQdEt27dKnQmAAAAAAAAAAAAAJQnK9UNkJ4mTJgQr732WoXvHz16dCxbtqzU1xo3bhxnn312uXt06dIl+vXrFw8//HBx7auvvoo+ffrEySefHPvss0+0bt06fv3115gwYUI8+uij8dlnnyXtsckmm8T5559f4b5btGgRl156aVx//fXFtZkzZ8axxx4bffv2jd69e0e7du1i8eLFMXny5Bg6dGiMGjUqaY8mTZrE5ZdfXuEzAQAAAAAAAAAAAKA8GYlEIpHqJkg/zz33XPzxj3+slr3atm0bI0eOrNC9BQUF0b9//3jrrbcqfc7GG28cQ4cOjS222KLSa//85z/Hk08+Wel19erViwcffDB23HHHSq9NlRkzZkS7du1K1KdPnx5t27ZNQUcAAAAAADXHM1IAAAAAIF3USXUDUBlZWVlx5513xvHHH1+pdVtuuWX885//rFIIPCLimmuuiQEDBkRmZmaF17Ru3Toef/zxtAqBAwAAAAAAAAAAAJAeBMFJO9nZ2fHnP/85hg0bFrvvvnvUqVP2H+P27dvHn/70p3j++edjs802q/KZGRkZ0b9//3juuefioIMOiuzs7DLvbdGiRQwYMCBefvnl2Gabbap8JgAAAAAA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2WefLHXTtR133HGN5q6//vqorKxs0f1bt26NH/zgBy3at97YsWPjhBNOyJj77//+71i9evUu633/+9+PzZs3N4y7d+8el156aYt6BQAAAAAAAAAAAICWEARvxrRp0xq+TtM0kiSJYcOGZbGjrmvMmDHxsY99LGNuxYoVcdlll+0ymL1+/fq44oorYuHChRnzhx12WBxzzDE7vfdrX/taxonwlZWV8fnPf77Zmmmaxn/913/FY489ljF/0UUXxaBBg3ZaCwAAAAAAAAAAAABaIz/bDXRGN954YzzxxBMZIeCIiAkTJmSpI6ZOnRrPP/98VFdXN8wtWLAgTj/99Dj//PPjhBNOiFGjRkVxcXFUVVXFihUr4sknn4y77rorNmzYkLFXYWFhfOc739llzQMPPDA+97nPxf/+7/82zC1ZsiQmTpwYF198cZx44okxZMiQ2LBhQ7z88stx6623NgqcDxs2LK688so9fHoAAAAAAAAAAAAAyJSkaZpmu4nO4qWXXoobb7wxnnvuuYZTwCP+ftJzfn5+PPbYYzFkyJAsd9l1PfHEE3HllVdGTU3Nbu/RrVu3uPHGG+OMM85o0fra2tq46qqrYt68ea2u1a9fv7j99tvjgAMOaPW92bRq1arYb7/9Gs2/+eabUVpamoWOAAAAAAA6js9IAQAAAIBckTMngj/33HNtut/WrVujqqoq3n333Xjttdfiz3/+c7zxxhsREY1C4EmSxPnnny8EnmXHHXdczJgxI775zW/G3/72t1bfX1paGjfccEN8+MMfbvE9+fn58dOf/jT+4z/+I2bMmNHi+0aPHh3/8z//EyNGjGh1nwAAAAAAAAAAAACwKzlzIviBBx7YEM5uD9v/MGxfJ03T6N+/f9x///2xzz77tFt9Wm7r1q3x8MMPx1133RULFy6M2traZtfm5eXFwQcfHJMnT46zzz47evTosdt1n3/++fjFL34RTz/9dNTV1TW5pqysLC6++OK48MILo6CgYLdrZZPTbgAAAACArsxnpAAAAABArsi5IHh7tdtUyDxN0+jbt2/85je/idGjR7dLXfbMpk2b4pVXXok33ngjKioqorq6OoqKiqKkpCSGDh0aH/zgB6O4uLhNa77//vvx4osvxhtvvBFVVVVRUFAQAwcOjIMPPjgOOOCANq2VDf6SAwAAAADoynxGCgAAAADkivxs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P5xxzimnnBInnnhiWt+DDz4YL7zwwhbVAgAAAAAAAAAAAADvV57vAmBLNTQ0xA9+8IPW9oc+9KH42te+FhdddFHOa65YsSJ+9atfpfV99atfjd12263TuZMmTYr7778/li1bFhERLS0tMW3atPj5z3+ecz0AAAAAAEBxmXT5/KhPNUVjQ13GMZOnvhhVA1bFwOrymDp5bC9WBxQzj08AAACFw4ngJN5PfvKTWL58eURElJSUxCWXXBIVFRVbtOasWbNi48aNre2SkpI46aSTujS3qqoqjj766LS+xx57LFKp1BbVBAAAAAAAFI/6VFM0pJoi1diUcUyq8Z9j6lOZxwB0N49PAAAAhUMQnER76qmn4q677mptH3XUUbHPPvts8bqzZs1Ka++9994xcuTILs8/6qij0tobNmyIxx9/fIvrAgAAAAAAAAAAAICIiPJ8FwC52rBhQ1x00UXR0tISERHbbLNNfOc73+mWdZ944om0vnHjxmW1xqhRo6K2tjbefvvt1r5HHnkk/uVf/mWL6wMAAAAAAICkqKwZGuOPvzffZQAAAECfJAhOYk2bNi1ef/311vb5558f22yzzRav+8Ybb8SGDRvS+j72sY9lvc7HPvaxuO+++1rbL7300hbXBgAAAAAAAAAUHm98AQAgH0rzXQDk4qWXXorp06e3tseNGxdHHnlkt6z92muvtenbeeeds15n8znvD60DAAAAAAAAAAAAwJZwIjiJs2nTprjoooti48aNERFRUVER3//+97tt/VdffTWtXVZWFkOHDs16ndra2rR2KpWKurq6nNYCAAAAAAAA6MucpgwAAJA9J4KTOLfffnvMmTOntX3qqafmdGJ3JsuWLUtrb7/99lFWVpb1OsOHD2/TV1dXl3NdAAAAAAAAAAAAAPAeJ4KTKEuXLo2rrrqqtb3jjjvG6aef3q17NDY2prVrampyWqe9ealUKqe1CsHGjRtbT2EHAAAAAHi/ioqKfJfQ44rtGmlHX2su34vuXK9QaiuG+z2FJ9P90f24c7530LP8jgEA0JFiuK6Wr+ewguAkyve///20oPbFF18cW221VbfusXkQPNf125u3+dpJ8o9//CNWrlyZ7zIAAAAAgAK0995757uEHlds10g7+oTLF198MVatWtUr65WXt30pq6O1XnnllWhoaGj3tqampm6rrby8PPbcc8+M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5fkuAAAA6FsOPPDANn2bNm2K1157Lfbaa6+c1nz99dfj1VdfjZUrV8bq1aujf//+MXjw4KitrY099tgjKioqtrTsTq1atSrmzp0bb775ZqxZsyYGDBgQQ4YMiTFjxsSoUaN6fP/esm7dunj55Zfj1Vdfjfr6+kilUlFWVhaVlZUxcODAGDFiRIwaNSqGDh2a71I7tWnTpnjhhRfipZdeipUrV0ZJSUlss802MXLkyNhrr72iX79+PbLvihUr4oUXXohVq1bFypUrY9OmTbHtttvGdtttF3vuuWcMGjSo2/Zqbm6ON954I1566aV45513IpVKRXNzc/Tv3z+qq6tj2LBhscMOO8SoUaOitDT394K3tLTEokWLYsGCBbF8+fJYs2ZNNDc3R2VlZVRVVUVtbW2MGDEidtpppygvd6kBAAAAoFitXbs2nn/++VixYkW88847sXbt2hg0aFBsu+22MWbMmBg5cmS+S6QTa9eujblz58bChQtj9erV0dzcHAMGDIh99903PvzhD3dpjZaWlliwYEEsWrQo3nnnndbr+ttuu22MGDEidt99d9cRAQC6iWdVAABAt9p2222jpqYm1qxZk9a/atWqrNapq6uL6dOnx6xZs2LJkiUZx1VXV8f+++8fJ510Uuy777451dyR2bNnxw033BBPPPFENDc3tztm1113jeOPPz6+9KUvRUlJSVbrjx49Oq195plnxllnnZV1nRdccEHcfffdre0RI0bEww8/3OX5//M//xO//e1v4/HHH4+NGzd2On7IkCHxsY99LCZMmBAHHXRQ1NTUpN2+ePHimDBhQsb5d999d1q9mSxYsKBN35NPPhknnXRSWt+tt97a+vNfs2ZN3HzzzXHnnXfGihUr2l23qqoqDjnkkDj77LNj2LBhndbRmXfffTdmzJgRs2bNin/84x/R0tLS7rjS0tIYO3ZsHHPMMXH00Ufn/CaGefPmxR133BEPPPBANDQ0dDq+pqYm9thjj/jUpz4VhxxySNTW1nZpn9dffz1uv/32+OMf/5jxe/l+/fv3j1133TUOOOCA+Jd/+Zf4wAc+0KV9AAAAAEiupqamuPvuu+P//t//G88880yH1xdHjRoVhx56aJxyyildOjDh0UcfjW984xtp19sGDx4cv/vd72LIkCFZ1Tl79uw4+eST067zDhw4MO6+++7YYYcdWvs2v2a7+Rod3f6eWbNmpa0ZETFz5sz4j//4j07HdUUu15Wvvfba+NnPfpbW9/7rr88991zcdNNN8eijj8aGDRvazD/zzDM7DYL//e9/jxkzZsRf/vKXDq8nVldXx/jx4+PUU0+NPfbYo8M1AQDomCA4AADQ7aqqqtoEwTdvZ9Lc3Bw/+9nP4pZbbom1a9d2Oj6VSsVDDz0UDz30UHzqU5+K73//+zF8+PCc6t68jh/96Edx++23dzr2hRdeiO9973tx9913x49//ONEnWrz1ltvxeTJk+Opp57Kat6yZcvi/vvvj/vvvz9OPfXUOO+883qowuw8/fTTcc4550RdXV2H4xobG2PmzJlx3333xVVXXdVhaL0jzc3NcdNNN8WNN94Y9fX1nY7ftGlTzJs3L+bNmxc33nhjTJkyJcaNG9fl/TZs2BA//OEP49e//nVs2rSpy/PWrFkTf/3rX+Ovf/1r3HfffXHXXXd1OL6lpSWuvvrqmD59epfeGPCetWvXxtNPPx1PP/106ws+AAAAAPRdDz30UFx++eWxcOHCLo1/880344Ybbojbb789zjnnnPjqV7/a4fhPfepTcdppp8UNN9zQ2rdy5co499xz4xe/+EWUlZV1ad+VK1fGOeec0+awjylTpuQUxO5LNm7cGFOmTIlf/vKXGQ+46MySJUvisssuiwcffLBL41OpVDz44IPx4IMPxsEHHxw/+tGPYuDAgTntDQBQ7HL/XGgAAIAM2juhuLq6utN5a9eujW9961sxbdq0LoXAN/foo4/GcccdFy+++GLWc9+vpaUlzjvvvC6FwN/vmWeeiRNPPDEWLVq0Rfv3lsWLF8dXvvKVrEPghepPf/pTnHzyyZ2GwN9v3bp1cfbZZ8djjz2W9X5r1qyJb37zm3HllVd2KQS+ucWLF8cpp5wSv/nNb7o0fsOGDXHaaafFnXfemVUIPBfnn39+XHfddVmFwAEAAAAoHi0tLXHNNdfEt771rS6HwN9vzZo1cemll8b/+T//J+MnMb7n29/+dnz84x9P65s9e3Zcc801Xdpr06ZNcd5558Xy5cvT+k8++eT47Gc/m13hfUxzc3OcffbZcfvtt+ccAp8zZ04cc8wxXQ6Bb+7BBx+MY489Nqf7EQAATgQHAAC62ZtvvtluiHvUqFEdztu0aVOcccYZ8de//rXNbdXV1fGZz3wm9thjj9h+++1jzZo18cYbb8RDDz3U5uLwsmXL4oQTToiZM2d2umcmN998c9x3331p+0+YMCF233332G677aK+vj5ee+21ePDBB2Pp0qVpc5cuXRr/9m//Fr/73e8K/gSTCy+8sE39ERG77LJLjBs3LnbaaacYOHBglJeXRyqVav26FyxYEPPmzevwBZqKiooYM2ZMa/vVV19NCxVvvfXWMWzYsG77Wv7xj3/EVVdd1bpHZWVl7L///rHPPvvEdtttF+Xl5bF06dL4y1/+Ek888UTa3Kampvje974Xf/jDH2LAgAFd2m/t2rVx0kknxQsvvNDmtlGjRsW+++4bo0ePjq233jrKy8tj1apV8fe//z0effTReOedd1rHbty4Mb73ve/FdtttF5/+9Kc73PO//uu/2tQeETFs2LAYP358fOhDH4rBgwfHVlttFWvXro1UKhULFy6Ml19+OebMmRONjY1d+truvvvuuOeee9r0b7vttvHJT34yPvKRj8SQIUOisrIy1q1bF6lUKhYvXhyvvPJKzJkzJ959990u7QMAAABAcl188cVx5513tukfNGhQfOITn4hdd901Bg8eHJWVldHQ0BAvv/xy/PnPf47XX389bfydd94ZAwYMiO985zsZ9yorK4srr7wyjjjiiLRrazfccEPsvffeceCBB3ZY67Rp09pcd95zzz0zfsrh+69rvvnmm2nX1aqqqrp03bmioqLTMYXgmmuuiYcffri1PWjQoDjggANi9913j8GDB8e6devi7bffjj//+c9RUlLSZv6TTz4Zp556aqxfvz6tv7S0NPbZZ5/Ya6+9YocddogBAwbE+vXr4+23346nnnoqnnjiibTry6+//nqcdtpp8dvf/jZqamp67gsGAOiDBMEBAIBu9cADD7Tp23rrrWPnnXfucN706dPbDYEfe+yxMXny5HYDupMnT47f/va3cdlll6WdyNzQ0BDnnntu3HHHHVFenv0/e66++urW/z/qqKPiP/7jP9oNdV9wwQXxi1/8In7605+mXehesmRJTJkyJaZMmZL13r3l6aefjieffDKtb+TIkfHjH/849t57707nv/vuu/HYY4/FnXfe2e4LAEOHDk0LEx900EGxZMmStPZll122BV9Buquuuqr1Z3D44YfHeeedF0OGDGkz7tRTT40nn3wyzj777Fi9enVrf11dXdxxxx1x2mmndWm/Sy65pE0I/EMf+lBceOGF8YlPfKLd70nEP08gv/XWW+Oaa65pDa23tLTE5MmT4/e//33U1ta2O2/9+vVx0003pfX1798/LrroojjyyCOjtLTjD/zasGFDPPXUUzFz5sxOT0y/7rrr0tplZWVxzjnnxEknnRT9+vXrcG5zc3PMmTMn7rnnnnZD6wAAAAAk329/+9s2IfBBgwbFOeecE0cccURstdVW7c5raWmJhx56KC6++OJYuXJla//06dNjn332ic985jMZ9xw6dGhcccUV8fWvf7310/Leu652zz33xNChQ9ud98QTT8TPf/7ztL6tt946pk6dmjGs/f7rmieeeGLMnj27tb3bbrvFjBkzMtaZNDfeeGNE/PMa4De+8Y049dRTo6qqqs24M888s03Ye/ny5XHOOee06T/qqKPirLPOiuHDh7e75+mnnx5vvvlmXHLJJfH444+39r/xxhtx4YUXdvmkdwAA/qnjV4oBAACysGzZsrj55pvb9H/+85/vMKi6ePHidi/u/vu//3v84Ac/6PCU5qOPPjpuvvnmNqeEzJ07N2699dYsqv9f7124Pu2002LKlCkZT/YuLS2NU045Ja6++uo2gfOZM2fGU089ldP+vWHWrFlp7YqKirjpppu6FAKP+OeLJV/4whfitttuizPOOKMnSszKez+zb3/723H55Ze3GwJ/z7777hs///nP24S1f/Ob33Rpr/vuuy/uvvvutL7Pfvazcffdd8f48eMzhsAj/nlS+WmnnRbXX3992gtN7777blx//fUZ5z3xxBNtTvS++OKL4+ijj+40BB4R0a9fvxg/fnxceeWVrS/utOfll19uc8r+GWecEV//+tc7DYFH/PMFo7333jsuvfTS+P3vf9/peAAAAACSZfHixfGDH/wgrW+nnXaKe+65J4477riMIfCIiJKSkvjc5z4Xv/3tb9sciHDllVdGS0tLh3uPHz8+vvnNb6b1rVq1KiZNmhRNTU1txi9fvjzOO++81uD4e6ZMmRIjRozocK9i0dzcHKWlpXHllVfGt7/97XZD4O/Z/Gd74YUXxooVK1rbZWVlccUVV8SUKVMyhsDfM2rUqJg+fXocddRRaf0PPPBAzJ07N4evBACgeAmCAwAA3eLNN9+Mr3/962kfzRnxz4/K/MY3vtHh3Ntvv731dOT3HHzwwW0u6mey++67t3nxISJixowZaR8vmY1x48bFueee26Wxn/nMZ9qttZBPhlm8eHFae9y4cbHjjjvmtFb//v27o6QtdvDBB3c5lL7PPvvEIYcckta3cOHCePPNNzuc19LSEtOmTUvrGzNmTPz0pz/tUlD6PZ/85CfjW9/6VlrfzJkz005Cer9FixaltSsrK+MLX/hCl/d7v45+XpvvExFxzDHHdPs+AAAAACTTTTfdFGvXrm1tV1VVxfTp0zN+0l17hg0bFldddVVa38svvxwPP/xwp3PPPPPM2G+//dL6nnnmmfjpT3+a1rdp06Y499xz04LKERETJ06MCRMmdLnWYnDyySfHoYcemtWcuXPnxmOPPZbWd84552R1zbKkpCQuvfTSNp8m+l//9V9Z1QIAUOwEwQEAgJysX78+6urq4pFHHomLLroovvjFL8aCBQvajLv00ks7fBFg/fr1bU5irqioiO9973tZ1XPYYYfFuHHj0vreeuutNidfd1W2+5966qltvs5Zs2bFsmXLctq/p6VSqbT2oEGD8lNINyktLY3vfOc7Wc354he/2KZv3rx5Hc555JFH4uWXX07r++53v5vxY2Q7MnHixKiurm5tr1+/vs2LJ+/Z/Oc1YMCANqfQd4fN94mI2Gabbbp9HwAAAACS55133omZM2em9X3ta1+LkSNHZr3W3nvvHfvvv39a30MPPdTpvNLS0rjiiiti++23T+ufPn16PProo63ta6+9Np588sm0MR/96Ee7fPhHsaiuro4zzzwz63nTp09Pa++4444xceLErNepqKhoc5DMY489Fhs2bMh6LQCAYiUIDgAAZDR79uwYPXp0u//tscceceCBB8Y3vvGNuOuuu9JOgYn452nAV1xxRacngPz973+P+vr6tL6DDjoohg4dmnW9X/nKV9r0/eUvf8l6nY9+9KMxevTorOZstdVWcfjhh6f1NTU1xV//+tes9+8Nmwe/n3/++XY/PjUp9ttvvxg1alRWc/bYY482fa+//nqHcx544IG09k477dTmDQhdVVlZGfvuu29a3+zZs9sdu/nPa8WKFbFw4cKc9u1Ie28IeOaZZ7p9HwAAAACS55FHHol169al9eX6aXIREZ/+9KfT2psHtzPZfvvt44orroiysrLWvpaWlpg8eXIsXbo0/vKXv8T111+fNmfQoEExderUnA506MsOO+ywtMMqumL9+vXxpz/9Ka3vyCOPTPt5ZONTn/pUm/XnzJmT01oAAMVIEBwAAOhW1dXVccwxx8Qf//jHLn0M5LPPPtum75BDDslp7wkTJkS/fv06Xb8r6+Tic5/7XJu+559/Pqe1etrmIejFixfHRRdd1CbQnxQf//jHs56z3XbbRVVVVVrfmjVrOpyzeVB7r732ynrf99thhx3S2vPnz2933J577pnWbmlpiUmTJsXSpUu3aP/N7b777lFamn6p4Hvf+16bU9ABAAAAKD5PPfVUWnvEiBE5Hejxns2vjS1ZsqTNoSGZ7Lfffm1Osl69enWcddZZ8Z3vfCc2bdrU2l9SUhJTpkyJ4cOH51xrX7X5QRVd8fzzz7c5sftjH/tYzjUMGjQoBgwYkNaX6TopAABtdf/nSAMAAEVtt912ixNOOCGGDRvWpfEvvPBCu2vkol+/fjF69Oj4+9//3tr3yiuvxIYNG9oExDuS6/6jR4+O8vLytJO12/v6CsFhhx0WU6dOTTvBZ+bMmfHoo4/GkUceGQcffHC7oeBCtdNOO+U0r6amJhobG1vbDQ0NGcfW1dXFkiVL0vr+/Oc/tzkJPhsrVqxIa69atardcbvsskuMHTs27QWQF154If7lX/4fe3cep3Vd7o//mtVhZiCQfRlFFkUQFRXPqFm5L2Wmx1RKyzTL3C1/VGa5nXM0stAWNUXDBLTFJT0VaYSW6ehBXAJEBEVHVheGGe5hZGaY3x89mK83M8Pc9wBzzw3P5+PhH+/rfi/XAAV85sX7c1yccMIJccIJJ0R5eXkUFRV1uJeIf3/T5cgjj0x6De8777wTJ598chx11FHx6U9/Oj7+8Y9HaWnpVp0DAAAAQPbZ/NKNNWvWbNWzsY8+l/vonj169Ehp/QUXXBAvvPBCPP300821jz4b3uQrX/lKHHnkkR3uc0c2evTotNe0dvnKddddt1W3rW9+03xbz0kBAGhJEBwAAGhTcXFx7Lbbbi3qDQ0NsXbt2nj33XdbfPbcc8/FaaedFjfddFN85jOfafeMzR/oFhQUtHpmqkaMGJH0sH/jxo2xdu3a6Nu3b8p77LHHHh06u7CwMIYMGRJLly5trr3//vsd2mt769evX1xxxRVx4403JtXff//9mDJlSkyZMiV69OgR48aNi3333Tf233//GDduXNqvCe0sH/vYxzq0bvNvTnw0xL+5VatWtai99957LcLcW6OqqqrNz6655po4++yzk27b+fDDD+ORRx6JRx55JAoKCmLs2LGx//77x7777hvjx4+PPn36pN3Dt7/97ZgzZ05SL42NjfH444/H448/Hnl5ebH33nvHuHHjYp999onx48fH4MGD0z4HAAAAgOyycuXKpHFtbW0sXLhwm55RVVUVu+++e0pzc3Nz40c/+lGcfPLJsXr16lbnjBs3Lr71rW9tyxZ3KL179057zea/DiIilixZsi3aabal56QAACQTBAcAANq0zz77xH333dfm51VVVTF79uy4884744033miu19fXx8SJE6O4uLjdm1Y2f9Xn5q+ATFdrt8WkGwTfmh42vyl5SzdMZ9o555wTjY2N8ZOf/KTVAHR1dXU89dRT8dRTT0VERH5+fuy3335x4oknxoknnhi77rprZ7fcpvz87f/X2864hebDDz9s87P9998/fvnLX8Y3v/nNVnupr6+PuXPnJt3IM3z48DjuuOPipJNOimHDhqXUw2677Ra/+tWv4pJLLol33nmnxeeNjY0xb968mDdvXnNt8ODBceyxx8ZJJ50UY8aMSekcAAAAALJHXV1di1ubt9c56dh1111j8uTJcdZZZ0VTU1PSZz179ozJkyd3yrPDbNWRN/91Rkh7S89JAQBIlh3v+AYAALqknj17ximnnBJ/+MMf4tOf/nTSZ42NjfH//X//X6tB0o9KJBJJ427dum1VT62t3/yMjuyRquLi4q06u7Odd9558dhjj8VJJ50Uu+yyyxbnNjQ0xAsvvBA33HBDHHnkkfHDH/6w1de37qg2/0cLmXDooYfGzJkz4+tf/3r06tWr3flLliyJ2267LU488cS49NJLo7KyMqVzRo8eHf/7v/8bV155ZQwcOLDd+cuWLYtf/epXceqpp8Y555wTr776akrnAAAAAJAd1q5dm+kW2rRo0aIWIfCIiP79+3foxuudSUdC8l3hOSkAAP+Pf/YIAABstcLCwpg0aVK899578dxzzzXX161bF9/73vfi3nvvbXNtSUlJ0nj9+vVb1Utr6zc/I5U9OnITSkS0CEane3YmDBs2LG6++eaoqamJJ598Mp577rl44YUX4s0332z1GygR//4xuueee+Jvf/tb3HPPPTF48OBO7rrzFRUVtaidf/75ceWVV3ZqHz179oxvfvObcemll8azzz4bzzzzTMyZMydeffXVqK+vb3VNU1NT/OUvf4l//vOfccstt8Thhx/e7jndunWL888/P7761a/GnDlz4p///GfMmTMn/vWvf23xZqZnn302Pv/5z8cNN9wQp5xySoe/TgAAAAC6jtaeje23337x29/+NgPd/D8LFiyIG2+8sdXPXnvttbjpppviBz/4QSd3tWNr7UKRP/3pTzF8+PAMdAMAgCA4AACwTeTn58ekSZPi05/+dKxbt665XlFREX/605/ixBNPbHVdjx49ksY1NTVb1Udr6z/2sY+lvUdHg+Af/dojIrp3796hfdLVVgA4Hd27d4+TTjopTjrppIj49y0/L774YsyZMyeeeuqpWLRoUYs1S5cuja9//evx0EMPRWFh4Vb30JW1dgN3Jm9Cys/Pj8MPP7w51L1hw4Z45ZVXYu7cufGPf/wj5s6dGw0NDUlr1q1bF5deemk89NBDsccee6R0Tk5OTowfPz7Gjx8fEf++Gf7VV1+NF154IZ555pl47rnnWgTD6+vr43vf+14MGTKkeR0AAAAA2atHjx6Rn5+f9Lwp07eEr1u3Li6//PLYsGFDm3OmT58eBx98cBx//PGd2Nn2tS2eBW+NrvacFABgZ5eb6QYAAIAdx4ABA+LSSy9tUf/JT37S5sPpXXfdNWlcX18fb7/9dod7WLx4cdI4Nzc37SD40qVLO3T2hg0bYtmyZUm19l49uvmrNzcP7qaqqqqqQ+u25GMf+1h86lOfiiuvvDIee+yxmDlzZkyYMCHy8vKS5r3++uvx+9//fpuf39W09nO5fPnyDHTSusLCwjjooIPia1/7Wtx3333x9NNPx5VXXtniH1vU1tbGrbfe2uFz8vPzY+zYsXHOOefEnXfeGc8880xcd9110a9fv6R5jY2NMWnSpA6fAwAAAEDXkZOT0yIAvGrVqg4/z9wWrr766njrrbeSauXl5S2euV599dVRWVnZma21avO+Ijr2PHh7PAtOR58+fVrUutJzUgCAnY0gOAAAsE1NmDAhysrKkmqVlZVtBoVHjx7dojZv3rwOnb1hw4Z47bXXkmojR45M+6bqjp7/2muvtQi8jxkzZotrNr95fPMbxVO1NeH5VO2xxx5x7bXXxg9/+MMWnz3++OPb/fxM23333aNnz55Jtblz50ZjY2NmGmpHr1694vzzz4/f/OY3UVJSkvTZk08+ucWbktJRUlISZ555Zjz88MMxcODApM9eeeWVWLFixTY5BwAAAIDM2m+//ZLG69evj/nz52ekl+nTp8ef//znpNrIkSPjjjvuiMsuuyypXlNTE5dddtk2ex7WUa29hbIjz4M3D793tn333bdF7f/+7/8y0AkAABGC4AAAwDZWWFgYF110UYv6L3/5y1YftB9wwAEtajNnzuzQ2bNnz44PP/wwqTZu3Li095k1a1aHzn/iiSda1Db/5sjmunfvnjTuyM00q1at6pQg+CYnnXRS7L333km1zQP4m9v8FvGuGp7ektzc3CgvL0+q1dbWxtNPP52hjlIzbNiwOO2005Jq69ev3+a/Zvr06RNf+cpXWtQXLVq0Tc8BAAAAIDMOPfTQFrVMXBAxf/78uOmmm5JqxcXFceutt0a3bt3i/PPPj0984hPtrknFtnyuufmb+yI69jw406Hr1m5df/LJJ9t8KygAANuXIDgAALDNffazn42hQ4cm1VasWBG//e1vW8zdd999WzwAnz17dqxatSrtc2fMmNGi9vGPfzztfV588cV4/fXX01qzYcOG+MMf/pBUy8/Pb/WbIx+1xx57JI3nzZsXGzduTOvs3/zmN2nN3xaGDRuWNK6pqdni/M1vpK6trd3mPXWGo446qkXtzjvvzEAn6dn85yui/Z+zrnwOAAAAAJ3vU5/6VItg9AMPPBDV1dWd1kNbt3tfc801MXz48IiIyMnJiR/+8IcxYMCApDnTp09P+xKSbflcc/NnwRH/fqNeOhobG9t8+2ZnKS0tjYMPPjiptnLlyhbPxwEA6ByC4AAAwDaXl5cXF154YYv6L3/5yxY3dhcWFra4rXjDhg3xP//zP2mdOXPmzKioqEiqDR48OI488si09tnkv//7v9Oaf9ddd8XKlSuTakcddVT069dvi+vGjBmTNH7//ffj2WefTfnc5cuXx3333Zd6o9vIu+++mzTeddddtzh/87B/R2666QpOPPHE2H333ZNqc+bMialTp2amoRRt/vMV0f7PWVc+BwAAAIDON3jw4Dj55JOTauvWrYvvfve70dTU1Ck9fO9732vxbPE///M/43Of+1xSbdddd40f//jHLW6uvvrqq9N6Nrn5c8133nmnw19r7969W4TTZ86cmdYt49OnT4933nmnQ+dvS9/4xjda1CZNmpS1z30BALKZIDgAALBdnHTSSS1uB169enXcf//9LeaeddZZUVBQkFSbOXNmTJkyJaWzFixYEFdffXWL+pe+9KUWN9Sk6tlnn43JkyenNPepp56K22+/vUX97LPPbnft5q8ojYj48Y9/nNJrNNeuXRuXXnpph27cuemmm2Lx4sVpr4v492tU58yZk1QbNWrUFtfsueeeSePXX389VqxY0aHzMyk/Pz8uueSSFvUf/ehH8cADD3R437lz58a3vvWtNj+fOnVq/POf/+zQ3uvWrYuHH344qdajR48YNGhQi7kPPfRQ/OUvf+nQK27r6+tb3Mqfm5sbI0eOTHsvAAAAALqmCy+8MAoLC5Nqf/3rX+P73/9+i1u6U/XOO+/EDTfcEIsWLdrivPvuuy/+8pe/JNX23HPP+MEPftDq/IMOOiguu+yypFpbN4q3Za+99mqxfu7cuSmtbc3mz4OXL18e9957b0prn3322fjRj37U4bO3pYMPPjgOO+ywpNratWvjq1/9aixZsqRDe3744YfxwAMPxK9+9att0SIAwE5DEBwAANgucnNz4+KLL25RnzJlStTV1SXVBg8e3OKBfMS/w7XXXXddrFu3rs1zHnnkkTjnnHOipqYmqb7vvvvGWWed1aHed9lll4iIuOOOO+Lqq69usfcmGzdujKlTp8Yll1zSIrh96qmnxvjx49s964ADDmh+Zekm8+fPj0suuSSqqqraXFdRURFnnHFG/Otf/0rqOVW///3v49Of/nR85Stfid/+9rfx/vvvp7Ru9uzZcf7558fGjRuT6p/97Ge3uO6AAw5IGm/cuDEuu+yy5v6zyUknnRSnnnpqUq2hoSGuueaauOSSS2LhwoUp7bNy5cq499574/TTT48JEybE3/72tzbnPv/883HuuefGZz7zmbjjjjtS/mbK66+/Huecc04sW7YsqX7CCSe0+McXERGvvvpqXHrppXHMMcfE5MmTY/78+Smds2zZsvjGN77R4ufz0EMPjb59+6a0BwAAAABdX1lZWVx//fUt6r/73e/i9NNPj9mzZ6d0Y/a6deviscceiwsvvDCOPfbYmDZtWou3SX7Uv/71r/jhD3+YVCsuLo5bbrklioqK2lx3/vnntwhfz58/P2666aZ2e4yIGDduXIvaVVddFRUVFS2ekabi85//fIvazTffHA888ECbP24ffvhh3HnnnXH++efHhg0b0n4WvL3ceOONLd6IuXTp0jjttNPil7/8ZZvP1T+qqakp5s6dG//zP/8TRx55ZFxzzTVuFQcASFN++1MAAAA65oQTTojbb789Xn/99ebau+++G9OnT4/zzjsvae55550XzzzzTDzzzDNJ9RkzZsRjjz0WRx55ZIwdOzZ69+4diUQi3nrrrXjiiSdi6dKlLc7t3r173HzzzS1e+5mqSy+9tPlmld/97nfx5z//OY4++ugYO3Zs7LrrrlFTUxNvvPFGPP7447F8+fIW6wcPHhzf/e53Uz7vm9/8Zlx00UVJtdmzZ8cxxxwTxx13XIwdOzZ69OgR69ati7fffjuefvrpWLBgQfPcAw88MAYNGhSPPfZY2l/rph/za665JkaMGBGjR4+O4cOHR69evaJ79+6xcePGqKqqijfeeCP++c9/xhtvvNFij4MOOihOPPHELZ5z1FFHRc+ePZPC7S+//HKcdtppUVJSEv369Wv1Gxh/+MMf0v6aOsN1110Xb7/9doub0R9//PF4/PHHY9SoUTF+/PgYOnRo9OzZM3Jzc6O6ujqqqqri9ddfj3nz5sVbb72V9mtkX3/99Zg8eXJMnjw5Bg8eHKNHj45Ro0ZF7969o0ePHpGXl9f862TOnDkxd+7cFmf07Nmz1VvNP2rZsmVxxx13xB133BF9+/aNMWPGxKhRo6Jfv37Ro0ePKCgoiNra2li2bFm8+OKL8fzzz7f4xxCFhYXx7W9/O62vDwAAAICu75RTToklS5bEXXfdlVR/9dVX44ILLohBgwbFf/zHf8SoUaOiZ8+eUVRUFDU1NVFTUxNLly6NefPmxaJFi1J6K2JERHV1dVx++eUt5l977bUtLtnYXE5OTvzwhz+MU045JVauXNlcnz59ehx88MFx/PHHb3H9fvvtFyNGjEh6u+LSpUvjy1/+chQVFcWAAQNaDaLfeeed0b9//xb1fffdN4466qiYNWtWc62xsTGuueaamD59ehxzzDGx2267RWFhYXzwwQcxf/78eOqpp5Iu8rjqqqvimmuu2WLfnaF///5x2223xZe+9KWora1trtfW1sZPfvKTuOOOO+KAAw6IcePGNT9XrKuri5qamli9enUsWLAg5s2bt8ULUQAAaJ8gOAAAsN3k5ubGRRddFJdffnlSfcqUKTFhwoQoLi5OmnvbbbfFFVdcEbNnz06aX1NTE3/4wx9SCgX369cv7rrrrth999073Pd5550X8+bNiz//+c8R8e/baR555JF45JFH2l07YMCAuPfee6NHjx4pn3f00UfHqaeeGg899FBSvbq6On73u9/F7373uzbXDh8+PH7+85/HpEmTUj6vNRs3boxFixa1+/rVze25557xk5/8JHJzt/zCqV122SW+853vxHe+850WnyUSiXjzzTfTOjfTCgsL45577onrrrsuHnzwwRafL1y4MOWbwTtq2bJlsWzZsnjiiSdSXtOjR4/4+c9/ntYt3e+++248+eST8eSTT6a8prCwMCZNmhR77rlnymsAAAAAyB5XXnllDBw4MG688cYWAe3ly5fHww8/vM3Ouuqqq+Kdd95Jqp122mlx8sknp7R+1113jR//+Mfx5S9/ORoaGprrV199dYwZMybKysq2uP7qq6+O8847LxobG5PqdXV1rV5UEhFbDLlfd9118a9//StWr16dVE/l+ex5550XZ555ZpcIgkdEjB07Nn7zm9/EJZdc0uLHora2Np5++ul4+umnM9McAMBOYsvfqQcAANhKxx9/fOy1115JtQ8++CCmTZvWYm63bt3iF7/4RXzjG9/Y4us823L44YfHb37zmxg1alSH+4349y0xN998c5xxxhlprTvggANi2rRp7X7joDX/9V//Faeffnpaaw477LCYMWNG7Lrrrmmf16dPn7TXfFROTk6ccsopMWPGjFZvtmnNKaecEv/1X/8VJSUlW3V2V7HLLrvE//zP/8SPfvSjDv2cf1Tv3r1jwoQJbX6+tT9fEf++Of7++++P8ePHb7GPnJycrTpnzz33jHvvvTdOOOGErdoHAAAAgK7ti1/8YsyYMSMOPPDArdqnqKgoPv3pT8egQYNafHbvvfe2uAhhzz33jO9///tpnXHQQQfFZZddllSrqamJyy67LDZs2LDFtYccckj8/Oc/3ybP6CIi+vbtGzNmzEjrMpOCgoL4zne+ExMnTtwmPWxLe+65Zzz44INx1llntfrWx3SMHTs2PvnJT26jzgAAdg5uBAcAALarnJycuOSSS+Liiy9Oqt99993xhS98IUpLS5PqeXl5cfnll8eECRPirrvuir/97W+xbNmyNvcvLi6OQw45JL70pS9FeXn5Nus7Pz8/rr/++jjhhBPijjvuiOeffz42btzY6tzRo0fHF77whTjttNM6HKLNy8uLG264IU444YT46U9/Gi+99FI0NTW1OnfUqFFx3nnnxWc/+9kOnRURMXPmzObXis6ZMydefvnlWLduXbvrevfuHccdd1ycfvrpsffee6d97uc///k44YQT4vHHH4+Kiop4/fXXY9WqVZFIJKKurq4jX0rGffazn41Pf/rT8ac//SkeffTReOGFFyKRSLS7bsSIEXHIIYfE4YcfHocddljk57f9V/Trr78+vv71r8eTTz4Zzz33XLz00kuxatWqds8oKiqKT37yk3HKKafEEUcc0e78Cy64IE477bR48skno6KiIl588cUWty21pqCgIA455JD47Gc/GyeeeGLk5eW1uwYAAACA7LfvvvvGjBkzYs6cOfHAAw/Ec8891+Km69b069cvDjnkkDj00EPjqKOOiu7du7eY88orr8SPfvSjpFpxcXHccsstHbpI5Pzzz4//+7//i7///e/Ntfnz58dNN90UP/jBD7a49sgjj4zDDjss/va3v8XTTz8dixYtihUrVkQikYj169e3+Sy3LWVlZfHoo4/GvffeG/fdd1+8++67rc4rKCiIY445Ji666KIYMWJEWmd0ptLS0vj+978f3/jGN2LatGnx1FNPxcKFC9t8pr5JUVFRjBs3rvnXwfDhwzupYwCAHUdOU7p/GgUAAOhkb7zxRixevDg++OCDqKqqim7dusWuu+4aAwcOjH333TcKCwu3ew8ffPBBvPzyy/H2229HbW1tlJaWRt++fWP06NGx2267bZfzXnjhhVi9enVUV1dHYWFhDBw4MMaOHbvVt0+3ZuPGjbFs2bJ4++23Y/ny5bFu3bpYv359FBYWNn+te+21VwwZMmSbn72jaWhoiAULFsTy5cujqqoq1q5dGzk5OVFSUhIf+9jHYvfdd49hw4Zt9c3oq1evjrfffjveeeedWLt2baxfvz5yc3OjpKQkevXqFSNGjIhhw4ZtMWCeijVr1sRbb70VlZWVsWbNmqitrY2IaP56hg8fHiNHjuyU/x0CAAAA0PW9+eabsWTJkqiqqoqqqqpoaGiIkpKSKC0tjSFDhsSwYcOid+/emW6zS1m4cGEsXLgwqqqqYv369dG9e/fYY489Yv/998/aNyyuXbs25s2bF++//35UVVXFunXrolu3blFSUhJ9+/aNPfbYI8rKylwqAQCwlQTBAQAAAAAAAAAA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WJE0LiwsjJ49e6Z05rvvvhuNjY1bfWZrewMAAAAAAAAAAABAugTB6fKGDRuWNF61alVs3Lgx7X02D2UPHTo08vLyUjqzsbExVq1atdVnlpSUxIABA9LeBwAAAAAAAAAAAAA+ShCcLm/48OFJ44aGhli6dGna+7zxxhtJ4z322CPlMyMilixZsl3PBAAAAAAAAAAAAIBUCYLT5e21114tai+++GJae9TV1cX8+fOTanvuuWeb84cOHRqFhYVbdWZExNy5c1M+EwAAAAAAAAAAAABSJQhOlzdo0KAYMWJEUu35559Pa48XX3wx6uvrk2qf+tSn2pxfWFgYhxxyyFadWVlZGStWrEj5TAAAAAAAAAAAAABIlSA4WeGoo45KGj/++OORSCRSXv/II48kjQcMGBD77LNPWmfOmTMnKisrUz7z4YcfThoXFhbGxz/+8ZTXAwAAAAAAAAAAAEBbBMHJCscff3zSuLa2Nh588MGU1r777rsxc+bMpNpxxx3X7rqjjjoqCgoKmsdNTU0xbdq0lM5cv359/P73v0+qfeITn4iSkpKU1gMAAAAAAAAAAADAlgiCkxVGjx4dRxxxRFLtpz/9aaxatardtdddd13U1dU1j3fZZZc477zz2l3Xp0+fOOOMM5Jq06ZNiwULFrS79pZbbknqLScnJy688MJ21wEAAAAAAAAAAABAKgTByRqXX3555OTkNI9ramriq1/9apth8KamprjpppviiSeeSKp/8YtfjP79+6d05gUXXBDdunVrHjc0NMSFF14YixcvbnPN1KlT4957702qHXvssTFmzJiUzgQAAAAAAAAAAACA9uRnugGy07x582LmzJkpz3/mmWfiww8/bPWzHj16xNe+9rV29xg1alR85StfiXvuuae5tmjRovjc5z4XZ599dhx55JExcODAWLt2bcybNy+mTp0aL7/8ctIeu+22W1x00UUp9923b9+48sor44YbbmiurVixIk4//fQ488wz48QTT4whQ4ZEbW1tvPbaazFt2rR4+umnk/bo2bNnfOc730n5TAAAAAAAAAAAAABoT05TU1NTppsg+zz00EPx3e9+d5vsNXjw4Pjb3/6W0tyGhoa4+OKLY/bs2Wmf06tXr5g2bVqMGDEi7bXXXntt3H///WmvKyoqirvuuisOPvjgtNdmyrJly2LIkCEt6u+8804MHjw4Ax0BAAAAAHQez0gBAAAAgGyRm+kGIB35+fnxs5/9LCZMmJDWupEjR8YDDzzQoRB4RMQ111wTl1xySeTl5aW8ZuDAgfHrX/86q0LgAAAAAAAAAAAAAGQHQXCyTkFBQVx77bUxffr0+PjHPx65uW3/Mi4rK4urrroqHn744Rg6dGiHz8zJyYmLL744HnrooTj++OOjoKCgzbl9+/aNSy65JP74xz/Gfvvt1+EzAQAAAAAAAAAAAKAtOU1NTU2ZbgK2xpo1a+Kll16Kt99+OxKJRBQUFES/fv1izJgxHb4BvD3r1q2LF198Md56662oqamJvLy86N27d4waNSpGjx4dOTk52+XczuC1pwAAAADAzswzUgAAAAAgW+RnugHYWr169YojjjiiU88sLS2Nww8/PA4//PBOPRcAAAAAAAAAAAAAIiJyM90AAAAAAAAAAAAAAADpEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAAZBlBcAAAAAAAAAAAAACALCMIDgAAAAAAAAAAAACQZQTBAQAAAAAAAAAAAACyjCA4AAAAAAAAAAAAAECWEQQHAAAAAAAAAAAAAMgyguAAAAAAAAAAAAAAAFlGEBwAAAAAAAAAAAAAIMsIggMAAAAAAAAAAAAA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AAAAAAAAAABvJQjOgHL77bfHn/70p15d86tf/WpcccUVkc0W/ucSly9fHmeccUY8/vjjvVoLAAAAAAAAAAAAAEREpIpdAPSW5ubm+M53vtOra952223xgx/8IKevqqoqTjvttDj22GOjpqYm0ul0LF26NObPnx+///3vO8Zt3LgxZsyYEXfddVeMHz++V+sCoG9VDh8bU6YtKHYZfWrm7MXRks5GprU575j6hiVRNWJdjKxORUN9bT9WBwAAAAAAAAAA7IwTwRkwvvrVr8b69esjIqKysjIOOeSQHq23Zs2amDNnTk7f2LFj44477ohZs2bFe97znth9991jr732iqOOOipuuummmDVrVpSVlXWMf+211+Kb3/xmj+oAgL7Qks5Gazob6Uz+v3iRzrw5piVd+F/FAAAAAAAAAAAA+ocgOAPCr3/967jvvvs62p/97GejpqamR2tee+21sWHDho52RUVFzJ07N/7u7/4u75yzzz47zjjjjJy+3/zmN/HMM8/0qBYAAAAAAAAAAAAAeCtBcBKvtbU1vva1r3W03/GOd8QnP/nJHq25Zs2a+OEPf5jTd/rpp8e73vWunc6dOXNmjBkzpqPd3t4ec+fO7VE9AAAAAAAAAAAAAPBWqWIXAD01Z86cWL16dURElJWVxaWXXhpDhgzp0Zr3339/tLW1dbTLysrizDPPLGhuVVVVnHzyyTFv3ryOvoceeijS6XRUV1f3qC4AGEwqh4+NKdMWFLuMvEq9PgAAAADoqpmzF0dLOlvQ2JHVqWior+3jigAAAIAdcSI4ifb444/HHXfc0dE+6aST4pBDDunxuvfff39O++CDD46ampqC55900kk57U2bNsUjjzzS47qAnmlqaoqJEyd2+q+pqanY5QEAAAAAQFG1pLPRWuC/QgPjAAAAQN8RBCexNm3aFF/60peivb09IiJ23333+I//+I9eWffRRx/N6Zs8eXKX1th7771j3LhxOX0PPPBAT0sDAAAAAAAAAAAAgIgQBCfB5s6dGy+++GJHe9asWbH77rv3eN2XXnopNm3alNP3vve9r8vrbDtn6dKlPaoLAAAAAAAAAAAAALYSBCeRli5dGjfccENHe/LkyXHiiSf2ytovvPDCdn377bdfl9fZds5bQ+sAAAAAAAAAAAAA0BOC4CTOli1b4ktf+lK0tbVFRMSQIUPiK1/5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XHHFFfGe97ynW/eE/lQ5fGxMmbag2GUAAAAAAAAAAAAAXVBe7AJgZ/7yl7/EH//4xy6FwN8qnU7HxRdfHJdcckm35n/1q1+NK664Yqch8Ldavnx5nHHGGfH44493654AAAAAAAAAAAAAsCNOBCeR9tlnn/jABz4QkydPjv322y9GjRoVu+yyS6xevToWLVoUd9xxRzz11FM5c374wx/GqFGj4nOf+1zB97ntttviBz/4QU5fVVVVnHbaaXHsscdGTU1NpNPpWLp0acyfPz9+//vfd4zbuHFjzJgxI+66664YP358j95eAAAAAAAAAAAAAHgrQXASI5VKxXHHHRcf+9jHYvLkyZ2OGTFiROy7775x8sknx49+9KP42te+Fm1tbR3Xr7vuujj22GPj7/7u73Z6vzVr1sScOXNy+saOHRs33nhjzvzdd9899tprrzjqqKPipptuitmzZ0d7e3tERLz22mvxzW9+M6688sruvMkAAAAAAAAAAAAA0KnyYhcAO1NeXh4f+chH4t577405c+bkDYFv69RTT41LL700py+bzcY111xT0Pxrr702NmzY0NGuqKiIuXPn7jBEfvbZZ8cZZ5yR0/eb3/wmnnnmmYLuCQAAAAAAAAAAAACFEASn5H30ox+N73znO7HPPvt0ee7JJ5+8XXD8oYceik2bNu1w3po1a+KHP/xhTt/pp58e73rXu3Z6z5kzZ8aYMWM62u3t7TF37twuVA0AAAAAAAAAAAAAOyYITsmrqKjo0fwTTjghp51Op+O5557b4Zz7778/2traOtplZWVx5plnFnS/qqqqOPnkk3P6HnrooUin04UVDAAAAAAAAAAAAAA7kSp2AdDXJk2atF3f6tWrdzjn/vvvz2kffPDBUVNTU/A9TzrppJg3b15He9OmTfHII4/EP/3TPxW8BgAAAAAAJN3M2YujJZ0taOzI6lQ01Nf2cUUAAAAAMHAIgjPgVVZWbte3YcOGvOM3bdoUjz76aE7f5MmTu3TPvffeO8aNGxcrV67s6HvggQcEwRkUKoePjSnTFhS7DAAAAACgBLSks9FaYBAcAAAAAOia8mIXAH1t+fLl2/Xtscceece/9NJLsWnTppy+973vfV2+77Zzli5d2uU1AAAAAAAAAAAAAKAzTgRnwHv88ce369t7773zjn/hhRe269tvv/26fN9t57z44otdXgMAAAAAAEiGmbMXR0uBp5+PrE5FQ31tH1cEAAAAwEAnCM6Atnnz5vj5z3+e07fffvvFxIkT885ZtmxZTruioiLGjh3b5XuPGzcup51Op6O5ublbawEAAAAAAKWtJZ2N1gKD4AAAAADQGwTBGdB+/OMfx4oVK3L6jjvuuB3OWbVqVU579OjRUVFR0eV7T5gwYbs+QfDBZ+sJMJnW5rxj6huWRNWIdU6AAQAAAAAAAAAAAAomCM6AtXLlyvj2t7+d07frrrvGJz7xiR3Oy2QyOe3hw4d36/6dzUun091aqxS0tbVFW1tbscsoeUOGDMlpbz0BZmMm/ykw6Uw2Npc7JQYAAABgoBoM+2rb7osNRPZIC9PbHwul/D4fDB/3AAAAAL2hlPd4ekux9ooEwRmQstlsfOELX4jW1tac/pkzZ8Zuu+22w7nbBsF32WWXbtXQ2bxt106SZ599NtauXVvsMkpaKpWKgw46qNhlAAAAAFBiFi9eHNnswD4I4OCDDy52CX3OHunO9cUeaal+/tgPBgAAAChcqe7x9KZi7ZEKgjMgfeMb34gnnngip++www6L0047badzN2zYkNPubhC8srJyu74kB8EpHZXDx8aUaQuKXQYAAAAAAAAAAABQROXFLgB626233hq33XZbTt+4ceNizpw5UVZWVqSqAAAAAAAAAAAAAKD3CIIzoNxzzz3xjW98I6dvxIgRcd1118Uee+xR0BrDhg3Lab/xxhvdqmXjxo3b9VVVVXVrLQAAAAAAAAAAAAB4q1SxC4De8tBDD8WsWbNiy5YtHX2VlZVx7bXXxqRJkwpeZ9uwdneD4J3NS3IQ/IADDoiJEycWuwwAAAAASJza2tpil0AvsEdaHD5/AAAAAJLPHk/fEQRnQHjiiSfic5/7XLS1tXX0DRkyJK644oo45JBDurTWtmHt9evXd6umzuZVV1d3a61SMGTIkBgyZEixywAAAACAxLGvNjDYIy0O73MAAACA5LPH03fKi10A9NRf/vKX+MxnPhMbNmzo6CsvL49vfetbceSRR3Z5vTFjxuS0V69eHZs3b+7yOitWrNjp2gAAAAAAAAAAAADQHYLgJNp//dd/xSc/+cntTt++9NJL45//+Z+7tea+++6b0968eXM0Nzd3eZ1tg+DV1dUxbty4btUEAAAAAAAAAAAAAG8lCE5ivfzyyzF9+vR47bXXcvovvPDCOOWUU7q97n777bdd37Jly7q8zgsvvJDTfvvb397tmgAAAAAAAAAAAADgrQTBSaQVK1bE9OnTY/Xq1Tn95513XkyfPr1Ha7/tbW+LoUOH5vQtWrSoy+s8+eSTOe13vvOdPaoLAAAAAAAAAAAAALYSBCdx1qxZE2eddVa8+uqrOf1nn312zJgxo8frDx06NA499NCcvscee6xLazQ1NcWKFSty+o488sielgYAAAAAAAAAAAAAESEITsK89tprMX369HjppZdy+k899dSYNWtWr93n6KOPzmk/8cQT0dTUVPD8n/3sZzntoUOHxmGHHdYrtQEAAAAAAAAAAACAIDiJkU6n49Of/nQsXbo0p/9//a//FZdeemmv3uvoo4+OIUOGdLTb29tj/vz5Bc3dsGFD/OQnP8npO/zww6O6urpXawQAAAAAAAAAAABg8EoVuwAoxBtvvBHnnHNOPP300zn9H/rQh+Kyyy6LsrKyXr3fnnvuGaeeempO+Hv+/Plx/PHHR21t7Q7nfve7343m5uaOdllZWZx77rm9Wh8AAAAAANAzM2cvjpZ0tqCxI6tT0VC/4+cDAAAAANDfnAhOyctms3H++efHY489ltN/+OGHx3e+852oqKjok/uec845MWzYsJw6zj333Hj++efzzrn55pvj+9//fk7fhz70oTjwwAP7pEYAAAAAAKB7WtLZaC3wX6GBcQAAAADoT04Ep+RdddVV8bvf/S6nL5VKxT777BNXXnllt9Y88MAD49hjj93hmNGjR8cFF1wQX/va1zr6VqxYEaecckqcdtppcdxxx8Vee+0VmUwmnnvuuZg/f3488sgjOWvstttuceGFF3arRgAAAAAAAAAAAADIRxCcktfc3LxdXzabjVtvvbXba5544ok7DYJHRHziE5+I559/Pm6//faOvnQ6HTfeeGPceOONO5xbWVkZV111VUyYMKHbdQIAAAAAAAAAAABAZ8qLXQCUuksuuSTOO++8qKioKHjO+PHj45ZbbonJkyf3YWUAAAAAAAAAAAAADFaC4LATZWVlMWPGjPjpT38aH/7wh2PIkCF5x44ePTrOO++8uOeee+Kggw7qxyoBAAAAAAAAAAAAGExSxS4Aduayyy6Lyy67rNhlxKRJk+KKK66I9evXx6JFi+Lll1+O1tbWqKioiFGjRsWkSZOitrY2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c6xfvz7222+/jr6lS5fGDTfcsN3b+m//9m8xZsyYLr8tbW1t0dzcnPdz7MADDyxond7+fjEi4tVXX42f/exnO/y4mzdv3nbz+vrrdmdWrFgRxx9/fMyZMyeOOOKIbq2xdOnS7T5ODj/88Nh///27vFZfvaZEvPn14ctf/nL827/9W7znPe/p8vxHH3005syZE88++2xO/wEHHBAXXHBBfOADH9jpGq+//nrcdNNN8atf/Sr++te/bne9pqYmjj322DjrrLO6/fVnq40bN8bvf//7OOigg2LPPffs0tzeeFu39fjjj+f9ulhWVhZnnXVWQev84Q9/iMbGxvj3f//3Tq83NDREXV1dHHrooV2usTc8//zzceWVV8bDDz+c8z371KlTY8aMGfHOd76zR+uvWrUqPvOZz8QXv/jFmDx5crfW6O5re2d663O2r77OvtXy5cvjmGOOiauvvjqOPvrobq3Rm98v9vbrXW++Fm+rN953fVkflAp7pP/DHmky2SPdnj3SnevrPdKIru2TDqY90oi+2Se1R2qPdEfskdojtUeanz1Se6SFsEdqj3RH7JHaI6X0CIIDg8pNN90UtbW1He0nn3wyrr766jjyyCNj3333jfnz58e1114bX/jCFwpar62tLa6//vq48847Y+XKlbFly5ZOx237DXdnbr755pzatrXLLrvE97///YJ/aG1oaIjKysq8Dzn++Mc/xkMPPRTXXXddQev9+te/jg9+8IN5rx9xxBFx7733FvyQ47LLLotbbrllu/dZeXl5/Ou//mvMmjWroHUiIqZOnRqPPPJInHbaaQXP6YqePsDaqjd+WBoyZEicf/75cfHFF/fKQ46mpqZYtmxZ7L777vHud787ysu3/2Mhzz33XPz2t7/t0gOs5cuXx1VXXRUPPvhgrFu3LiIidt999zjiiCNixowZMXHixO3mHHXUUd16WLWzz69MJhOf//zn4+GHH45hw4bFAQccEAcffHDssssu8cYbb8Tq1avj3nvvjTvvvDMOO+ywuOKKK6KqqqrLdfSGu+++e6cbnH/605/yzp8/f36sXLkyLrjggoh484eRL37xi3HvvffmrJVKpeJTn/pUfP7zn++Vuu+666648sorC3qti3jz8/zkk0+OWbNmxZlnntkrNUS8uZl+8803xwMPPJDz8PTII4+Ms846K4YPH97pvDPOOKNLH3vt7e1RVla2w7f3Zz/7WVx55ZWxcuXKqKysjA9/+MPx7//+79s9XHrkkUdi1qxZBb/vIiKuuuqquP7666OtrS3n/3XIkCHxqU99Ks4///yC11q+fHlcdNFF8cc//rHjbdvWzt7WnXn99dfjm9/8Zuy1115desixcOHCOO+88+K9731vfOQjH4mrr76649oee+wRY8eOjTvvvLPghxwrV66M6dOnx4svvhijR4+OffbZJyIilixZEg8//HDMnz8/br755h0+ePvlL3/ZsU7Em++v7373u3HLLbfExo0bOz42dt111/jCF74QH/vYxwp+e7/3ve/F7NmzY5dddom3v/3tseuuuxY8d1s/+clPoq6uLu/1d7zjHXHHHXfscPPl4osvjnXr1sXcuXMj4s2N8LPPPjtefvnlSKVSsdtuu8W6devixz/+cRxyyCFx3XXX5X3t7IvPsbdqaWmJ//2//3c88cQTUVFR0fF59uijj8aPfvSjOOSQQ+Kaa66JkSNHdjr/y1/+clRVVUVDQ0NEvPk90qc//enYsmVLHHzwwfHud787Vq1aFbfffnv86le/ih/84Aex9957F1zbt771rViwYEG0tbX1+G3t7e8Xf/GLX8SFF14Y2Ww2Ro4c2enrZL7/u774uv3MM8/scO6qVauipaUlXnzxxY6N8EIfEG3atCm+/OUvx9133x3t7e0d3/Ns2bIlLr/88viXf/mX+PrXvx5Dhw4taL3eeE3ZkQ0bNsR9990XJ510Upfn/va3v43zzz8/Ro0aFZ/61KfibW97W0REvPjii3H33XfHpz/96fjud7+7w+/tm5qa4swzz4xVq1ZFXV1dHHfccTF69Oic75+efvrpuOGGG+Luu++OW2+9tcsPst9q7dq1MWPGjLjmmmviqKOO6te39a2effbZ+PznPx9//etf85760pWHHHPnzo3x48fnvd7c3Bzz5s3L+5Bj0qRJXf48Kysri8WLF+903BNPPNHxWnf00UfnvO8WLlwYDz30UNxwww1xyCGH5F3jtdde2+E91q5dG88++2w0Nzd3jC3056eevrZvqzc/Z3vj6+xvfvObHd7jb3/7W7S3t8dTTz3VcWpLV0Invfn9Ym++73rjtbgv33e9/bUCSpk90v9hj7Rw9kjtkfaXpO6RRnRtn3Qw7JFG9N0+qT1Se6Q7Y4/UHqk90u3ZI7VHWgh7pPZI7ZFuzx6pPdIkEAQHBpWmpqY48cQTO9q/+MUvYs8994yrr746UqlUtLe3x29+85uCH3J8+ctfjrvuuisOOuigOOaYY2LEiBHdru3FF1+Mk08+Oe/1SZMmxT333FPwes8880x85jOfyXv94IMPjv/8z/8seL0VK1bs8Af6vfbaq+Dfer7pppvi5ptvjn/6p3+Ks88+u+O3y5ctWxY333xz3HzzzTF27NiCf3g499xz4/zzz4//+I//iFNPPTVqamo6/W27rjyQ6M0HWL35w1JZWVm87W1v63hw0F1btmyJiy++OO66666OvpqamvjSl74UU6dOzRn73HPPxTXXXFPwQ45ly5bFxz/+8WhtbY0PfOADHf+/L7zwQtx9993xu9/9Ln7wgx/EvvvumzPvG9/4Rp+cWnT55ZdHY2NjfPWrX40TTjih0xMo2tra4q677oqvf/3rcfnll8f/+T//p+D1e/pgYqs5c+bETTfdFGPHjo13vetd3Xo9+dGPfpTzm7/f+MY34p577olTTz01/uVf/iX22GOPWLVqVfz4xz+O6667LkaNGhVnnHFGl+/TUxUVFTFhwoTYtGlTr63Z3Nwcp59+erzyyiux7777xvve976IePO19eqrr4677747brvttk5Pqbjlllt6rY6IN3/4/uIXvxj77rtvnHXWWbFq1aq49957Y+HChXHVVVd1+7e9IyKuueaauOaaa+LII4+M008/PWdD4rbbbotrr702/j97Zx5W0/bG8e9JsyEaEC5uprooMxFCyFSSopAoyi1knucGFBlSSUopKRGh3Iz9Mk83mcmQIpWiVJrP74+es3U65+yzT+3ItT7P43l01jrvXnufvdfwffd6X2lpaTg4ODCyt2LFCiQmJlLRFGpy39nb29OWFxcXg8vlwsfHBxERESIjZ1Rn37596NOnDw4fPozPnz/zOTkAoEePHggPD2fczk2bNuHDhw/YtWsXDA0N+cpiY2OxcuVKbNq0ibZtBw4c4Pv99uzZg/3792Pw4MEYN24cVFRUkJGRgRMnTlDC+bhx4xi17+DBg+jVqxd8fX1rNZ8AKuc7ol5yAAANDQ1ERETQ2rhx4wbMzc2pvzdu3IisrCzs3LkThoaGkJKSQmlpKU6cOIEtW7bA09MTa9asEWqL7WesOi4uLrh37x6WLl0KCwsLytlSWFiI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OnPmjMaPH69Vq1Z5PeHak7///e8aPXq0jh496lc7L7/8sh555BFduHDBp+u3bt2qu+66S+fPn/erDncWLFig+++/v8oTwK906tQpTZgwQRkZGQZVVjU7d+7Ur3/9a/373/8OyvsDAAAAAAAAALxXtT1HAQAAAAAAAAA+GTx4sGbPnq2LFy+WHvvoo4905swZXXXVVV618d5776mgoKDMsd69e+uaa64xtNaCggLde++92rt3r8fX1KxZU9dff70aN26siIgInThxQl999ZXHSdYHDx7UPffco9WrV+vqq6+uck1/+9vf9Mwzz1T4muuuu07NmzdXgwYNdPr0aX399dflVrTet2+fHn74YfXr16/KNXjy+OOP67XXXqu0tmbNmqlhw4b68ccf9d133+mLL74o8/ehRHFxsWbNmqV69epp8ODBhtVZmfz8fD3wwAP6/vvvPb6mUaNGatWqlaKjo1W7dm398MMPOn/+vPLy8nTw4EG3Pw8AAAAAAAAAIDCYCA4AAAAAAAAA1aBu3bq688479fe//730WGFhof7+978rKSnJqzbeeuutcsfcrTTur7lz53qcBP6zn/1MkyZN0oABA1S3bt0y5y5evKiNGzfqf/7nf3Tw4MFy13799df605/+pCVLllSpnuPHj+vxxx93ey4sLEzjxo3TuHHj1LZt23Lnd+3apb/85S967733So998MEH5SbU+2rp0qUeJ4G3aNFCv/71r9W/f3+3k/UvXryoTZs26fnnn1dubm6Zcy6XSzNnztQvf/lLNW3a1JBaK/P888/r9OnT5Y7XrVtX48eP19ChQ93+GZcoLi7W4cOH9emnn2rDhg3atm2bCgsLA1kyAAAAAAAAANhaWLALAAAAAAAAAAC7GDlyZLlja9eu9erab775Rtu3by9zrGHDhrrjjjsMqa3Exx9/rIyMDLfnBg4cqL///e/61a9+VW4SuCTVqlVLgwcPVmZmpsaMGeO2jQ8//FBr1qypUk1PPPGE24nbDRs21KuvvqoZM2Z4nKD8y1/+Us8//7yeffZZRUZGlh7funVrlWpwJycnR2lpaeWOOxwOTZw4Ue+9954SExM9rtheq1YtDRgwQG+//bbuuuuucufPnTunRx55xO86vVFUVKS333673PFmzZrprbfe0oMPPljhJHBJCg8PV5s2bTRu3Di9/PLL+vjjj/XA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PE3I9nTcqJrcTXz3RliYPWL1Tp066eWXX9Y//vEPpaSk6IYbblB4eLjX1//nP/9RamqqJkyYYOjfIwAAAAAAAADAZRHBLgAAAAAAAAAA7Gz48OHatWtXmWOrVq3SZ599VuZYeHi4hg0bFrA66tevr3PnzpU59v333xvWvru2wsLCVLduXbevr1evntftGFWPNzxNUE9OTta0adP8KcmUWrZsqd///vf6/e9/r++//17Z2dnauXOntm/frj179lS6QvrHH3+sqVOn6oUXXpDD4aimqgEAAAAAAADAHuyxdAkAAAAAAAAAmFRcXJxq1qxZ5thHH31UbsXqXr16qUmTJgGro379+uWOnTlzxrD2T58+7fY9PU0OdlePkTX52k6jRo3cHj979qw/5YSEunXrqk+fPnrwwQeVnp6uHTt2aPny5Ro/frzHPxdJ+uCDD5SVlVWNlQIAAAAAAACAPTARHAAAAAAAAACCqH79+urXr1+lrxs5cmRA67jmmmvKHTt27JghK3C7XC59+eWX5Y5XNHnY06T3r776yu96JLmtxxtXX321ateuXe54Xl6evyWFnJo1a6pXr16aMWOGPvroI6Wmpurqq692+9qXXnqpmqsDAAAAAAAAAOtjIjgAAAAAAAAABNmIESMqPF+/fn3deeedAa3hF7/4RbljLpdLX3zxhd9tf/PNNzp37ly54zfccIPHa66++mr97Gc/K3d8//79ftcjSf/3f//n03UOh0Pt27cvd3z37t3+lhTSIiMjNXLkSK1evVoNGzYsd37fvn22nCwPAAAAAAAAAIHERHAAAAAAAAAACLJbbrlFjRs39nh+8ODBqlGjRkBr+OUvf+n2+EcffeR32xs3bnR7vEuXLhVe526i+L59+3T69Gm/6tm9e7f+85//+Hx99+7dyx07deqUDhw44EdV1tCyZUvde++95Y67XC6fJ98DAAAAAAAAANxjIjgAAAAAAAAABFl4eLiGDh3q8XxlK4YboUuXLnI4HOWOr1u3Ti6Xy6+23377bbfHu3btWuF17s4XFxdr/fr1ftXzzjvv+HV9v3793B5/4403/GrXKmJiYtweP3PmTDVXAgAAAAAAAADWFhHsAgAAAAAAAAAA0tixY+V0Ossdr127tsfVuo3UsGFD3Xrrrfr444/LHD9+/LjWrVun+Ph4n9r95JNP9Pnnn5c7fv3116t9+/YVXhsXF6dnn31WxcXFZY7/9a9/1ZgxYxQRUfWI+8yZM/rb3/5W5et+qmvXrrruuuv073//u8zx1atX67e//a2io6P9aj/URUVFuT0eGRlZzZUAAAAAAAAAgLUxERwAAAAAAAAATKBFixZ65JFHglpDYmJiuYngkjR//nzdcccdHif4elJUVKTZs2e7PTdu3LhKr2/SpIluvfVWffTRR2WOHzx4UK+99pqSkpKqVI8kPf/88zp79myVr/sph8Ohu+++W0888USZ4wUFBZo2bZqWLl2q8PBwv94jlH399ddujzdu3LiaKwEAAAAAAAAAawsLdgEAAAAAAAAAAHO47bbb1LJly3LHv/32Wz388MPlVuauzMyZM/XVV1+VO16/fn0NGzbMqzY8TRh/7rnntHv37irV8+677+q1116r0jWejB49Wq1bty53/J///Kcef/xxFRUVGfI+eXl5Sk9PN6StiqxYsUJffPGFIW2tXr263LGaNWuqbdu2hrQPAAAAAAAAALiEieAAAAAAAAAAAElSWFiYZs2aJYfDUe7cP/7xDz388MP6/vvvK23nxx9/1OOPP64333zT7flHH33U69XF+/Tpo9tvv73c8QsXLmjChAnasWOHV+28++67evjhh+Vyubx6fWUiIiKUmprqduXv119/XUlJSTpy5IjP7X/xxRd64okn1LdvX7300kv+lOqVDRs2aPjw4frNb36jDRs26Mcff6xyGy6XS2lpaeVWcJcu9WPdunUNqBQAAAAAAAAAUCIi2AUAAAAAAAAAAMyjd+/eSkhIcLsK9d///nf961//0qRJkxQbG1tuYu8PP/ygDz/8UP/zP/+j3Nxct+3feeedGjlyZJVqmjlzpj777DMVFBSUOX7mzBklJSUpMTFR48aNU5s2bcpdu3v3bv3lL39RVlZWmeO9evXS1q1bq1THlbp27apHHnlEc+bMKXdu586dGjBggAYOHKhf/epX6tq1a4WT30+dOqV9+/Zp27Ztev/99/2aRO6PLVu2aMuWLapfv7769eun2267TTfccINatGjh8ZoLFy5o8+bNevnll7Vr165y58PCwnTvvfcGsGoAAAAAAAAAsCcmggMAAAAAAAAAynj44Ye1e/duff755+XOHT16VNOnT9fjjz+u66+/Xo0bN1Z4eLhOnjypr776qsIVw1u1aqWnnnqq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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "from tqdm import tqdm\n", + "\n", + "\n", + "if \"imagenet\" not in dataset_types:\n", + " dataset_types.insert(0, \"imagenet\")\n", + "\n", + "sns.set(font_scale=1.0)\n", + "sns.set_style(\"whitegrid\")\n", + "fig, axs = plt.subplots(\n", + " len(dataset_types) // 2,\n", + " 2,\n", + " sharex=True,\n", + " sharey=True,\n", + " figsize=(10, 15),\n", + " dpi=300,\n", + ")\n", + "\n", + "for i, (dataset_type, ax) in tqdm(enumerate(zip(dataset_types, list(axs.flat)))):\n", + " if dataset_type == \"imagenet\":\n", + " order = list(imagenet[\"imagenet1k\"].sort_values().index)\n", + " plot_barplot(\n", + " imagenet[\"imagenet1k\"] * 100,\n", + " None,\n", + " ax,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " else:\n", + " plot_barplot(\n", + " df_mean[dataset_type] * 100,\n", + " df_sem[dataset_type] * 100,\n", + " ax,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " ax.set_xticks(ax.get_xticks(), order, rotation=90, ha=\"right\")\n", + " ax.tick_params(axis=\"x\", which=\"major\", labelsize=4)\n", + " ax.title.set_text(dataset_type.title().replace(\"_\", \" \"))\n", + "\n", + "fig.supxlabel(\"Models\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "metadata": {}, + "outputs": [], + "source": [ + "del results" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/x_axis_group_image_resolution.ipynb b/figures/x_axis_group_image_resolution.ipynb new file mode 100644 index 0000000..839480e --- /dev/null +++ b/figures/x_axis_group_image_resolution.ipynb @@ -0,0 +1,6931 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The cudf.pandas extension is already loaded. To reload it, use:\n", + " %reload_ext cudf.pandas\n", + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "from eval_vlm.common_utils import get_dataset_mappings\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "import math\n", + "\n", + "dataset_mappings = get_dataset_mappings(\"image_resolution\")\n", + "\n", + "\n", + "def sqrt_res(x, y):\n", + " return math.sqrt(x**2 + y**2)\n", + "\n", + "\n", + "results[\"image_resolution\"] = results[\"dataset_name\"].map(\n", + " lambda x: sqrt_res(dataset_mappings[x][0], dataset_mappings[x][1])\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 13, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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AqKNT6QkSQzIRJSX3E4dlhDwBSKZLgrliZQD8l133YX//ve/uOOOOzB58mS43e50louIKKtJkoRipwHLEgiEzEwXh/JAygH5008/xbx583DZZZelszxERDlDliWUFNlQV+9HKNJ2oiSijkh52lOvXr1QVFSUzrIQEeUcpSkoqwpnllDXpByQL7zwQvz973+Pr4FMRFSoNFVGiYuJQ6hrUm6yLisrg2VZOOecc/D9738fhxxyCBQleWWUU089tUsFJCLKBYauwu3kHGVKXcoBufmSi7/+9a9b3UeSJKxfvz7VlyAiyikOm4ZIRKAhwDnK1HkpB+TnnnuO2biIiFpwu3RELAv+IKdDUeekHJCnTJmSznIQEeWNYpcB07Q48po6JeVBXSeddBLee++9Np9///33cdJJJ6V6eiKinBUdec1BXtQ5KQfk2tpa+Hy+Np/3+Xz47rvvUj09EVFO01QFxS4djMnUUV1acbu9PuQvv/yS2buIqKDZDQ0uu87xNtQhnepDfu655/D8888DiAbj++67Dw8//HDSfg0NDfB4PDjzzDPTU0oiohxV5NTR0KhCZlWZDqJTAbl3794YNmwYgGiTdf/+/dG/f/+k/RwOB8aMGYOLL744PaUkIsphbqcOh83IdDEoy3UqIJ955pnxWu9ll12G66+/HlOnTu2WghER5QtJApw2GZqanDyJKCblaU8vvPBCOstBRJTXLDOCYpcOf0iCxawh1IqUB3W98cYbuO2229p8/vbbb8fSpUtTPT0RUV4RQkBXZRQ5NHCMF7Um5YD8hz/8Abqut/m8YRh47rnnUj09EVFecjl0GFrKjZOUx1IOyJs3b8aoUaPafH7kyJGoqqpK9fRERHmr2KVzuUZKknJAFkLA6/W2+bzH40EkwlyuREQtqYoMt5NJQyhRygF59OjReP311xEKhZKeC4VC+Mc//tFuDZqIqJDZDQ0Om5bpYlAWSTkgX3vttdiwYQMuv/xyLF++HDU1NaipqcF7772Hyy67DBs3bsR1112XzrISEeWVIocOXe1SwkTKIymPLDj++OPxP//zP/if//kfzJ8/P75dCAGn04lf/epXOOGEE9JRRiKivCTLEtxOHXWeIKdCUeoBGQBmz56NU089FR988AFqamoAAIcddhimTZsGl8uVlgISEeUzQ1fhsJlo8IczXRTKsC6PvXe5XDjttNPSURYiooJU5NARCptcP7nAdSkgm6aJZcuWYe3atdi7dy9uuukmjBgxAl6vF2vWrMERRxyBPn36pKusrVq+fDkeeeQRbN68GYceeiiuu+46fP/732/3mG3btrW6VvOECROwePHi7ioqEVGr2HRNQBcCssfjwTXXXIMvvvgCDocDfr8fl156KYDo4hL33nsvzj33XNx6661pK2xL//73v3HDDTdgzpw5uOOOO/DRRx/h//yf/wOn09mhWvutt96KKVOmxB87nc5uKysRUXvYdE0pB+Tf/OY32LBhA5555hmMGjUKxxxzTPw5RVEwc+ZMrFixolsD8pNPPonx48fjl7/8JQDg6KOPRk1NDX772992KCAPGTIElZWV3VY+IqLOYNN1YUt5vH1setO0adNaXXy7rKwMtbW1XSpce0KhENauXZsUeE8//XRs2rQJ27Zt67bXJiLqDrIsoYgJQwpWygHZ6/Vi0KBBbT4fiURgmmaqpz+orVu3IhwOo7y8PGF7RUUFAHQobefdd9+NUaNGYerUqViwYAH279/fHUUlIuowm67CZjDXdSFK+a9+2GGH4auvvmrz+dWrV8eDY3eor68HALjd7oTtscex51uj6zouuugiHHvssXC73Vi3bh2eeuop/Oc//8Err7wCTUs9e44QAj6fr1PH+P3+hJ+UOl7L9OG1TJ/OXktNEoiEQwhHuq9Sk8uCgWDCz+4iCQ0+X9e7DxwOR4f2Szkgz5kzB7/5zW8wZcoUHH300QAASZIQCoXwxBNPYNWqVfG+3Y7yer3YtWvXQfcbPHhwSmWO6devH+6+++7446OOOgrDhg3DvHnz8M477+D0009P+dzhcBjr169P6djq6uqUX5cS8VqmD69l+nT0WkqSBEtSUd8QRIRBuU3baru3a9LttGGXji639k6aNKlD+6UckK+44gps3LgRt956a7xW+pOf/AT79+9HJBLBBRdcgPPOO69T51y2bBkWLFhw0P2WLl2K4uJiAEha4MLj8QBA/PmOOv744+FwOPDVV191KSBrmoahQ4d26hi/34/q6mqUlZXBbren/NrEa5lOvJbpk+q13O8NwhfkIj0tBQNBbKvdhkEDB8GwGd32Og6bhhJX28sMp1vKAVmSpPjUprfeegtbtmyBZVk47LDDMGvWLBx55JGdPud5553X4SAeCoWgaRqqqqpw3HHHxbfH+o5b9i33FEmSOtw80ZLdbk/5WErEa5k+vJbp09lrqekG9tYHYFqcm9waw2Z0682ioatwOGzddv6WUgrIfr8fP/3pT3Hqqafi7LPPxuTJk9NdroPSdR1TpkzBW2+9hSuuuCK+fenSpaioqGh3wFlr3n//ffh8PowbNy7dRSUiSommKnDaNHh9ITAk57+UArLdbseHH36I6dOnp7s8nfLDH/4Ql19+Oe6++27MmjULa9euxeuvv46HH344Yb/Ro0fj3HPPxX333QcAeOCBByBJEiorK+F2u/HFF1/g6aefxtixY3HyySdn4q0QEbXK5dAQCEU4N7kApNxkPWnSJHz22Wc4//zz01meTpk8eTIee+wxPPLII1iyZAkOPfRQ3HvvvZg1a1bCfqZpwrIOfJgrKirw8ssvY/HixQgEAujfvz/mzJmDm266CarK6QZElD0kKZZWMwC2XOe3lKPPXXfdhauvvhoPP/wwLrroIhxyyCHpLFeHnXTSSa3mpW7u22+/TXjcmb5qIqJMM3QVdpuGRqbVzGspB+Szzz4bpmli4cKFWLhwIRRFga4njkaTJAmffPJJlwtJRFToiuzRpmvTZDU5X6UckGfOnNlqykwiIko/RZFRZNdQ3xgCF4TKTykFZCEEFixYAFVVYbP13JBwIqJC5rTrCARNBMJMFpKPUsplHQ6HcdRRR+HFF19Md3mIiKgd0cUn2DqZj1IKyLquo0+fPl3K+UxERJ2nawocNs4GyUcpr/b0ve99D6+99hpCoVA6y0NERAfhcujQlJS/vilLpXybNWLECLz33ns488wz8b3vfQ8DBw5stT/51FNP7VIBiYgokSJLcDk07G8IcoBXHkk5IN96663x3x999NFW95EkKeWVj4iIqG0OmwZ/MIJAiAO88kXKAfn5559PZzmIiKiT3E4doXAAFqvJeSHlgHzUUUelsxxERNRJ8cUn/BzLkw/SMlRv48aNqK2tBQAMHDiw0+sBExFRamKLT4RNLj6R67oUkN9991088MAD8WAcM2jQINx2220HzTFNRERdI8sSipwa9nk5wCvXpRyQV6xYgZtuugmHHnoobrnlFlRUVAAANm3ahMWLF+PGG2/EU089lfElGomI8p3d0BAImfAFIpkuCnVBygH5//2//4cRI0bgpZdegsPhiG8/6aSTcOmll+Liiy/GE088wYBMRNQD3E4DkYjFdZNzWMozy7/99luce+65CcE4xuFw4Hvf+17SsodERNQ9FDm6bjLTauaulAOyYRior69v8/n6+noYhpHq6YmIqJMMXYXLroEhOTelHJCnTJmC559/Hp999lnSc+vWrcMLL7yAqVOndqlwRETUOS6HBkNTMl0MSkHKfcg//elPceGFF+Liiy/G+PHjcfjhhwMANm/ejC+++AK9e/fGT37yk7QVlIiIDk6SJLhdBsL1fpgWh13nkpRryIMHD8bf//53XHbZZaivr8fSpUuxdOlS1NfX4/LLL8drr72GQYMGpbOsRETUAZoqw+3Uwe7k3JJyDTkSicAwDNxxxx244447kp5vaGhAJBKBqnKZMCKinuawaQiGORUql6RcQ7733ntx4YUXtvn8RRddhAceeCDV0xMRURe5nQZ0lcs05oqU/1KrVq3CzJkz23x+5syZWLlyZaqnJyKiLuJUqNySckDetWsX+vfv3+bz/fr1w86dO1M9PRERpYGhq3DaOBUqF6QckEtKSrB58+Y2n9+0aRNcLleqpyciojQpcmrQORUq66UckI877jgsWrQIX3/9ddJzX331FRYvXsy0mUREWUCSJBS7dCgy68nZLOUh0D/60Y+watUqnHfeeZgxY0Z8ycUNGzbg/fffR2lpKX70ox+lraBERJQ6TVXgcmjwNIa4KlSWSjkg9+/fH6+++ioeeughvPfee3jnnXcAAC6XC2eddRZuueWWdvuYiYioZ7nsOoIhC4EQp0Jloy5NEu7Xrx9+/etfQwiBuro6AEBpaSkkjugjIspKJS4du+tNmCarydkmLVk7JElC796903EqIiLqRooio9ipY583yKbrLMMZ40REBcZuaLAbzKKYbRiQiYgKkNtpQFMYArIJ/xpERAVIkaNToTgTKnswIBMRFShDV+GwaZkuBjVhQCYiKmBFDp0LUGQJ/hWIiAqYzAUosgYDMhFRgeMCFNmBAZmIiLgARRZgQCYiIkgSm64zjQGZiIgAALqmwGVn03WmMCATEVGcy8Gm60xhQCYiojg2XWcOAzIRESVg03VmMCATEVESl0ODwabrHsWATERESSRJQpFTh8xk1z2GAZmIiFqlawpcTBjSYxiQiYioTRx13XMYkImIqE0cdd1zGJCJiKhdHHXdMxiQiYjooJx2DarCkNGdeHWJiOigZFmCw66y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MyATEVFBUxUZjiyoJTMgExFRwXPYNMhSZmvJDMhERFTwNFWGzVAyWgYGZCIiIgAue2ZryQzIREREADRVyWgtmQGZiIioSbQvOTOvzYBMRETUxNAU6FpmRlwzIBMRETXjsqsZqSUzIBMRETVj6Cp0TUFPx2QGZCIiohac9p5fdIIBmYiIqAWbrkJReraOzIBMRETUip6uJTMgExERtUJVejZEMiATERFlAQZkIiKiLMCATERElAUYkImIiLIAAzIREVEWYEAmIiLKAgzIREREWYABmYiIKAswIBMREWUBBmQiIqIswIBMRESUBRiQiYiIsgADMhERURZgQCYiIsoCDMhERERZgAGZiIgoC0hCCJHpQuSLTz/9FEII6LreqeOEEAiHw9A0DZIkdVPpCgOvZfrwWqYPr2V65dr11HUdI0aMOOh+ag+UpWCk+sGQJKnTQZxax2uZPryW6cNrmV75ej1ZQyYiIsoC7EMmIiLKAgzIREREWYABmYiIKAswIBMREWUBBmQiIqIswIBMRESUBRiQiYiIsgADMhERURZgQCYiIsoCDMhERERZgAGZiIgoCzAgZ9CmTZtw1VVXobKyEtOmTcODDz6IUCiU6WJl1JYtW3DXXXfhnHPOwejRo3HmmWe2ut8rr7yCmTNnYty4cTj77LPx/vvvJ+3j9Xpxxx134KijjsLEiRNx0003YdeuXUn7ffrpp7jgggswfvx4nHjiiVi4cCFyPcX7m2++iR/+8IeYPn06Kisrcc4552DJkiVJ74vX8eBWrFiBSy+9FEcffTTGjh2Lk046Cffffz+8Xm/CfsuXL8fZZ5+NcePGYebMmXj11VeTzhUKhfDrX/8a06ZNQ2VlJa666ipUVVUl7Vco3w2NjY2YPn06RowYgS+//DLhuYL8bArKiP3794tp06aJSy65RKxcuVK88sorYtKkSeKee+7JdNEy6p133hHTp08XN954ozjzzDPFGWeckbTP66+/LkaMGCEefvhhsWbNGnHnnXeK0aNHi88++yxhv7lz54rp06eLN954Q7z77rvizDPPFGeffbYIh8Pxfaqrq0VlZaWYP3+++PDDD8Uf/vAHMWbMGPH73/++u99qtzr//PPFLbfcIt544w3x4Ycfit/85jdi5MiR4rHHHovvw+vYMX/729/Er3/9a7Fs2TLx0UcfiRdeeEEcddRR4qqrrorv8/HHH4tRo0aJO++8U6xZs0Y8/PDDYsSIEeLNN99MONedd94pJk2aJF555RWxcuVKcfHFF4vjjjtOeDye+D6F9N3w4IMPimOOOUYMHz5cfPHFF/HthfrZZEDOkKeeekpUVlaKffv2xbctWrRIjBo1SuzYsSNzBcsw0zTjv//85z9vNSCfeuqp4tZbb03YdsEFF4hrrrkm/vjTTz8Vw4cPF6tWrYpv27RpkxgxYoR444034tvuvPNOceKJJ4pgMBjf9tBDD4nJkycnbMs1e/fuTdq2YMECccQRR8SvMa9j6v785z+L4cOHx/+tzp07V1xwwQUJ+9x6661i1qxZ8cfbt28Xo0aNEosWLYpv27dvn6isrBQLFy6MbyuU74aNGzeKyspK8fLLLycF5EL9bLLJOkNWrlyJqVOnoqSkJL5t1qxZsCwLq1evzlzBMkyW2/9I1tTUoLq6GrNmzUrYfvrpp2PNmjXxZr2VK1fC7XZj2rRp8X3Ky8sxatQorFy5Mr5t5cqVOOmkkxLWVj399NPh8Xjw2WefpeMtZURpaWnStlGjRqGhoQE+n4/XsYti/27D4TBCoRDWrl2L0047LWGf008/HZs2bcK2bdsAAB988AEsy0rYr6SkBNOmTUu6loXw3XDvvffiwgsvxOGHH56wvZA/mwzIGVJVVYXy8vKEbW63G3379m21T4miYtem5T/iiooKhMNh1NTUxPc7/PDDIUlSwn7l5eXxc/h8Pmzfvj3p71BeXg5JkvLu7/DJJ5+gf//+cLlcvI4pME0TwWAQX331FZ544gnMmDEDgwYNwtatWxEOh5Pef0VFBYADn9mqqir07t0bxcXFSfs1v0aF8N2wbNky/Pe//8X8+fOTnivkzyYDcoZ4PB643e6k7cXFxaivr89AiXJD7Nq0vHaxx7HnPR4PioqKko5vfn1jg3JankvXddjt9rz6O/z73//G0qVLMXfuXAC8jqk48cQTMX78eMyePRt9+/bFQw89BKDr19Ltdidco3z/bvD7/XjggQdwyy23wOVyJT1fyJ9NNdMFIKLutWPHDtxyyy2YMmUKLr/88kwXJ2ctXLgQfr8fGzduxJNPPokf/OAH+MMf/pDpYuWcJ598Er1798b3v//9TBcl6zAgZ4jb7U6aNgFE7/5aNmnRAbFr4/V60bdv3/h2j8eT8Lzb7caOHTuSjm9+fWN31y3/DqFQCH6/Py/+Dh6PB9deey1KSkrw2GOPxfvoeR07b+TIkQCAiRMnYty4cTjnnHPwzjvvYOjQoQCS339r17KhoSHpvB6PJ+Ea5fN3Q21tLZ599lk88cQT8ffo8/niPxsbGwv6s8km6wxp3s8R4/V6sXv37qT+Djogdm1aXruqqipomobBgwfH99u8eXPSXMPNmzfHz+FwODBgwICkc8WOy/W/QyAQwLx58+D1evH73/8+oXmP17FrRowYAU3TsHXrVhx22GHQNK3VawkcuNbl5eXYs2dPUjNpyz7jfP5u2LZtG8LhMK677joceeSROPLII/GDH/wAAHD55ZfjqquuKujPJgNyhkyfPh0ffvhh/K4PiA50kGU5YdQgJRo8eDDKysqwbNmyhO1Lly7F1KlT4yMpp0+fjvr6eqxZsya+z+bNm/H1119j+vTp8W3Tp0/He++9h3A4nHAut9uNiRMndvO76T6RSAQ333wzqqqq8Pvf/x79+/dPeJ7XsWvWrVuHcDiMQYMGQdd1TJkyBW+99VbCPkuXLkVFRQUGDRoEADj22GMhyzLefvvt+D719fX44IMPkq5lvn43jBo1Cs8//3zCf7fffjsA4J577sEvfvGLwv5sZnLOVSGLTf6/9NJLxapVq8SSJUvE5MmT83Lyf2f4fD7x5ptvijfffFNceuml4vjjj48/js2t/cc//iFGjBghHn30UfHRRx+Ju+66S4wePVp8+umnCeeaO3euOP7448XSpUvFe++9127SgBtvvFF8+OGH4o9//GPWJg3ojAULFojhw4eLZ599Vnz22WcJ/8XmXvI6dsz8+fPFk08+KZYvXy4+/PBD8eyzz4pp06aJs846K34tY4lBfvGLX4iPPvpIPProo2LEiBFi6dKlCee68847xeTJk8WSJUvEqlWrxKWXXtpmYpBC+W746KOPkuYhF+pnkwE5gzZu3CiuuOIKMX78eDF16lTxwAMPZN1E9Z5WU1Mjhg8f3up/H330UXy/xYsXi1NOOUWMGTNGnHnmmWL58uVJ5/J4POL2228XkydPFpWVleKGG25oNbHCJ598Is477zwxduxYMX36dPH0008Ly7K69X12txNPPLHN61hTUxPfj9fx4J5++mlxzjnniIkTJ4rKykpxxhlniEceeUR4vd6E/WKZosaMGSNOOeUU8corrySdKxgMigceeEBMnTpVjB8/Xlx55ZVi48aNSfsV0ndDawFZiML8bEpCZGNCTyIiosLCPmQiIqIswIBMRESUBRiQiYiIsgADMhERURZgQCYiIsoCDMhERERZgAGZiIgoCzAgExERZQEGZKIu+stf/oIRI0Zg27ZtmS5KwbntttswY8aMtJ93xIgReOyxx9J+XqL2MCATUUFasWIFgy5lFa6HTNRF55xzDs4444z4KjSUG1asWIGXXnoJN954Y9JzX3zxBRRFyUCpqJCxhkzURYqiwDAMSJKU6aJkRGyB+XxiGAZUlfUV6lkMyERd1LIPecaMGZg3bx7Wrl2L2bNnY/z48TjrrLOwdu1aAMDbb7+Ns846C+PGjcPs2bPx9ddfJ5zvm2++wW233YaTTjoJ48aNw7Rp03D77bdj3759Sa8de41x48bh5JNPxqJFi/DYY49hxIgRSfu+9tpr8fIcddRRuOWWW7B9+/aU3uu//vUv3H333Zg6dSqOP/74+PMrVqzAxRdfjMrKSkycOBHXXXcdNmzYkHCO3bt34/bbb8f06dMxduxYHHvssfjhD3+Y1Af/0ksv4Ywzzojvc8899ySsEdyatWvXYsSIEfFrHbNt2zaMGDECf/nLXwBE+55feuklANH+4th/Ma31IX/99de45pprcMQRR2DixIm44oor8Pnnn7d6fT755BPcf//9OProo1FZWYn58+ejrq6u3bIT8RaQqBts2bIFP/7xj3HhhRfi7LPPxrPPPosf/OAHuOeee/Dwww/joosuAgAsXLgQN998c3wBegD48MMPUVNTg9mzZ6Nv377YsGEDFi9ejI0bN2Lx4sXxmngsQPTt2xc33ngjLMvCE088gdLS0qTyPPnkk3j00Ucxa9YszJkzB3V1dXjxxRdxySWX4G9/+xvcbnen3t8999yD0tJSzJ8/P15D/tvf/obbbrsNxx57LH7yk5/A7/fj5ZdfxsUXX4y//vWvGDRoEADgxhtvxMaNG3HppZdi4MCBqKurw+rVq7F9+/b4Po899hgef/xxHHPMMbjooouwefNmvPzyy/jyyy/x8ssvQ9O01P4wTS644ALs2rULq1evxoMPPnjQ/Tds2IBLLrkETqcT11xzDVRVxZ///GdcdtllePHFFzFhwoSE/e+991643W7ccMMNqK2txXPPPYdf/vKXeOSRR7pUbspzmV7/kSjXvfrqqwnrDMfWIm6+mPqqVavE8OHDxfjx40VtbW18+6JFi5LWevb7/Umv8frrr4vhw4eLjz/+OL5t3rx5YsKECQnrv1ZXV4vRo0eL4cOHx7dt27ZNjBo1Sjz55JMJ5/z222/F6NGjk7Z35L1edNFFIhKJxLc3NDSIyZMniwULFiTsv3v3bjFp0qT49vr6ejF8+PB2F4ffu3evGDNmjJg7d64wTTO+/cUXXxTDhw8XS5YsiW/7+c9/Lk488cT449jaus2vpxAH1tl+9dVX49vuueeehOvU3PDhw8Vvf/vb+OPrr79ejBkzRmzdujW+befOnWLixInikksuSbo+V155ZcJ6u/fdd58YNWqU8Hg8bb5vIjZZE3WDoUOHYuLEifHHsRrU0UcfjUMPPTRpe01NTXybzWaL/x4MBlFXVxff76uvvgIAmKaJNWvW4KSTTkL//v3j+w8ZMgTHHXdcQlneeecdWJaFWbNmoa6uLv5fnz59MGTIkKTm3Y44//zzEwY9ffjhh/B4PDjjjDMSXkOWZUyYMCH+GjabDZqm4V//+hfq6+tbPfeHH36IcDiMyy+/PN5qAADnnXceXC4XVqxY0enydoVpmli9ejVOPvlkDB48OL69X79+OPPMM/HJJ5+goaEh4Zjzzz8/YUzB5MmTYZomamtre6zclHvYZE3UDQYMGJDwuKioCABwyCGHJGx3uVwAkNA3un//fjz++ONYunQp9u7dm7C/1+sFAOzduxeBQABDhgxJeu2W26qrqyGEwKmnntpqWVMZvBRrWm7+GgBwxRVXtLp/7H3quo6f/OQn+PWvf41p06ZhwoQJOOGEE3Duueeib9++AIDvvvsOAFBeXp5wDl3XMXjw4B4PanV1dfD7/Tj88MOTnquoqIBlWdi+fTuGDRsW3978pgtAvEvgYH3gVNgYkIm6QVtTZtraLoSI/37zzTfjs88+w9VXX41Ro0bB4XDAsixcc801Cft1lGVZkCQJv/vd71p9fYfD0elzGobRavkffPDBeGBtrvnrXnnllZgxYwbeffddfPDBB3j00UexcOFCPPfccxg9enSny9JcWyPdLcvq0nk7q3nNvrlU/n5UOBiQibJIfX091qxZgxtvvBE33HBDfHusBhrTu3dvGIaBLVu2JJ2j5bbDDjsMQggMGjSo1VpeOsSacnv37o1jjjnmoPsfdthhmDt3LubOnYvq6mqce+65ePbZZ/Gb3/wmXrusqqpKaCIOhULYtm1bu+eP1URjLQkxrdWqOzpNrbS0FHa7HZs3b056rqqqCrIsJ7WIEKWCfchEWaStGvRzzz2XtN8xxxyD9957Dzt37oxv37JlC1atWpWw76mnngpFUfD4448n1dCEEK1Op+qs4447Di6XC08//TTC4XDS87EpP36/H8FgMOG5ww47DE6nE6FQCABwzDHHQNM0vPDCCwnlXbJkCbxeb8I0q5YGDhwIRVHw8ccfJ2x/+eWXk/a12+0ADt6MrCgKpk2bhvfeey9hataePXvw+uuvY9KkSfEmeaKuYA2ZKIu4XC4ceeSR+P3vf49wOIz+/ftj9erVrebJvuGGG/DBBx/goosuwkUXXQTLsvDiiy9i2LBhWL9+fXy/ww47DDfffDMeeugh1NbW4uSTT4bT6cS2bdvw7rvv4vzzz8fVV1/d5XLffffd+NnPfobZs2fj9NNPR2lpKb777jusWLECRxxxBO666y5UV1fjyiuvxGmnnYahQ4dCURS8++672LNnD8444wwA0RrpvHnz8Pjjj+Oaa67BjBkzsHnzZvzpT3/CuHHjcPbZZ7dZjqKiIpx22ml48cUXIUkSBg8ejH/+859JffEAMGbMGADRKUrHHnssFEWJl6Glm2++GR9++CEuvvhiXHzxxVAUBX/+858RCoXw05/+tEvXjiiGAZkoyzz00EP41a9+hT/96U8QQmDatGn43e9+lzR6euzYsfjd736HBx98EI8++igGDBiAm266CVVVVaiqqkrY97rrrkNZWRn++Mc/4oknngAQHWA2bdq0tC3OcNZZZ6Ffv35YuHAhnnnmGYRCIfTv3x+TJ0/G7Nmz4695xhlnYM2aNfj73/8ORVFQXl6ORx55BDNnzoyf68Ybb0RpaSlefPFF3H///SguLsb555+PW2+99aBzkBcsWIBIJIJFixZB13Wcdtpp+NnPfoYzzzwzYb9TTz0Vl112Gd544w38/e9/hxCizYA8bNgwvPTSS3jooYfw9NNPQwiB8ePH43//93+T5iATpUoSHGVAlFeuv/56bNy4EW+//Xami0JEncA+ZKIcFggEEh5XV1dj5cqVOOqoozJUIiJKFZusiXLYySefjO9973vx+bmLFi2Cpmm45pprOnWeQCCQNDK5peLiYq5oRdSNGJCJcthxxx2HN954A7t374au66isrMStt96KsrKyTp1n6dKluP3229vd5/nnn8eUKVO6UFoiag/7kIkIu3btwsaNG9vdZ8yYMSguLu6hEhEVHgZkIiKiLMBBXURERFmAAZmIiCgLMCATERFlAQZkIiKiLMCATERElAUYkImIiLIAAzIREVEWYEAmIiLKAv8fLrsScuDIiDQAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.set(font_scale=1.0)\n", + "sns.set_style(\"whitegrid\")\n", + "\n", + "df = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"image_resolution\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"image_resolution\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " # .groupby([\"image_x\", \"image_y\"])\n", + " # .correctness.mean()\n", + " # .reset_index()\n", + ")\n", + "\n", + "# df[\"correctness\"] = pd.cut(\n", + "# df[\"correctness\"],\n", + "# [0, 0.15, 0.3, 0.45, 0.6, 0.75, 0.9, 1],\n", + "# labels=[\n", + "# \"≤ 15\",\n", + "# \"≤ 30\",\n", + "# \"≤ 45\",\n", + "# \"≤ 60\",\n", + "# \"≤ 75\",\n", + "# \"≤ 90\",\n", + "# \"≤ 100\",\n", + "# ],\n", + "# )\n", + "\n", + "\n", + "# fig.supxlabel(\"Datasets\")\n", + "# fig.supylabel(\"Accuracy (%)\")\n", + "# plt.tight_layout()\n", + "# plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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87vpGV6vFwsXLkRNTQ2effZZDBw4MOR11mns7NixAx6PB0OGDIFer8fEiRPxj3/8I+Sc9evXo6CgAEOGDAEAnHHGGZBlGe+//37wnJaWFnz00Udh9doXfncUFxfjhRdeCPl31113AQCWLl2K3//+9/yZTeScq2QSmNx/9dVXiy1btojKykoxYcKEpJ/c31V2u12899574r333hNXX321+OUvfxn8OjCf9u9//7soKioSjz32mPjkk0/EkiVLxKhRo8QXX3wRcq/58+eLX/7yl2L9+vXiww8/POqCAAsWLBDbtm0Tq1evVvWCAJG45557xMiRI8Xzzz8vtm/fHvIvMMeSddp9FRUV4sknnxSbNm0S27ZtE88//7woLS0VF110UbBeAwuD/P73vxeffPKJeOyxx0RRUZFYv359yL3uvfdeMWHCBFFZWSm2bNkirr766k4XBumLvzs++eSTsHnIfflnloEcQ7t27RJz584VY8eOFZMmTRLLli1T5eTzRNi7d68YOXJkh/8++eST4HmvvvqqOOecc8To0aPF9OnTxaZNm8LuZbFYxF133SUmTJggxo0bJ2699dYOF1D4/PPPxeWXXy5OPPFEMXnyZPH0008LRVHi+j570llnndVpne7duzd4Huu0e55++mkxY8YMcdJJJ4lx48aJCy+8UPz5z38WVqs15LzA6lCjR48W55xzjnjttdfC7uVyucSyZcvEpEmTxNixY8W8efPErl27ws7rq787OgpkIfruz6wkhFoX9SQiIuo7+AyZiIhIBRjIREREKsBAJiIiUgEGMhERkQowkImIiFSAgUxERKQCDGQiIiIVYCATERGpAAOZqIv+9re/oaioCD/99FOii9Ln3HnnnZgyZUrM71tUVIQVK1bE/L5EkWAgE1FS27x5M0OXegXuh0zURTNmzMCFF14Y3HGGeofNmzfjpZdewoIFC8Je++qrr6DRaBJQKqJwbCETdZFGo4HBYIAkSYkuSkIENpNPJgaDAVot2yWkDgxkoi468hnylClTUF5ejk8//RQzZ87E2LFjcdFFF+HTTz8FALz//vu46KKLMGbMGMycORPffvttyP2+++473HnnnZg6dSrGjBmD0tJS3HXXXWhubg773oHvMWbMGJx99tlYt24dVqxYgaKiorBz33rrrWB5Tj31VCxatAj79++P6L3++9//xn333YdJkybhl7/8ZfD1zZs348orr8S4ceNw0kkn4aabbkJ1dXXIPRoaGnDXXXdh8uTJOPHEE3HGGWfgV7/6Vdgz+JdeegkXXnhh8JylS5eG7A3ckU8//RRFRUXBug746aefUFRUhL/97W8A/M+eX3rpJQD+58WBfwEdPUP+9ttvccMNN+Dkk0/GSSedhLlz5+LLL7/ssH4+//xzPPjggzjttNMwbtw4VFRUoKmp6ahlJ+oM/zQkisIPP/yAX//615g9ezYuvvhiPP/887j55puxdOlSPProo5gzZw4AYNWqVVi4cGFw43kA2LZtG/bu3YuZM2ciOzsb1dXVePXVV7Fr1y68+uqrwZZ4ICCys7OxYMECKIqClStXIisrK6w8Tz75JB577DFMmzYNZWVlaGpqwosvvoirrroKb775Jsxmc7fe39KlS5GVlYWKiopgC/nNN9/EnXfeiTPOOAN33HEHHA4HXn75ZVx55ZV44403MGTIEADAggULsGvXLlx99dXIzc1FU1MTtm7div379wfPWbFiBZ544gmcfvrpmDNnDvbs2YOXX34ZX3/9NV5++WXodLrI/sO0mTVrFurr67F161YsX778mOdXV1fjqquugslkwg033ACtVotXXnkF11xzDV588UWUlJSEnP/AAw/AbDbj1ltvRV1dHdasWYP/+Z//wZ///Oeoyk19VKL3fyTqLV5//fWQvYYD+xG33zh9y5YtYuTIkWLs2LGirq4ueHzdunVhez87HI6w7/HOO++IkSNHis8++yx4rLy8XJSUlITs9VpbWytGjRolRo4cGTz2008/ieLiYvHkk0+G3PP7778Xo0aNCjvelfc6Z84c4fV6g8dtNpuYMGGCuOeee0LOb2hoEOPHjw8eb2lpESNHjjzqRvCNjY1i9OjRYv78+cLn8wWPv/jii2LkyJGisrIyeOx3v/udOOuss4JfB/bRbV+fQhzed/v1118PHlu6dGlIPbU3cuRI8fjjjwe/vuWWW8To0aPFjz/+GDx24MABcdJJJ4mrrroqrH7mzZsXsrfuH//4R1FcXCwsFkun75uoM+yyJorCiBEjcNJJJwW/DrSgTjvtNAwePDjs+N69e4PHUlJSgp+7XC40NTUFz/vmm28AAD6fDx9//DGmTp2KgQMHBs8fPnw4fvGLX4SUZePGjVAUBdOmTUNTU1PwX//+/TF8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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.lmplot(\n", + " data=df,\n", + " x=\"image_resolution\",\n", + " y=\"correctness\",\n", + " # hue=\"correctness\",\n", + " # palette=\"rocket_r\",\n", + " order=2,\n", + " ci=None,\n", + ")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/x_axis_group_num_classes.ipynb b/figures/x_axis_group_num_classes.ipynb new file mode 100644 index 0000000..6be7fb3 --- /dev/null +++ b/figures/x_axis_group_num_classes.ipynb @@ -0,0 +1,6908 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-10 04:30:32.082015: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-10 04:30:32.085534: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-10 04:30:32.128341: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-10 04:30:32.128463: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-10 04:30:32.129823: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-10 04:30:32.138014: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-10 04:30:33.930561: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "from eval_vlm.common_utils import get_dataset_mappings\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "datasets.remove('inaturalist')\n", + "datasets.remove('vg_relation')\n", + "datasets.remove('flickr30k_order')\n", + "datasets.remove('sugarcrepe')\n", + "datasets.remove('winoground')\n", + "datasets.remove('vg_attribution')\n", + "datasets.remove('coco_order')\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "dataset_mappings = get_dataset_mappings(\"num_classes\")\n", + "results[\"num_classes\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAeQAAAHjCAYAAADyq2xBAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAA9hAAAPYQGoP6dpAABctUlEQVR4nO3deVxU9f4/8Nec2YCBYRMQcUEQEDdcM6KwsDLLm5WYdvOm2eK9cSv1dr/f6rb+8nat7y2/pZa2m92yovq2apmWuGWZhqWmyKKICMgyCwyznfP7AxkdGRCQmTnA6/l4WHHOzOEzR+J1zufzOe+PQpIkCURERORXgr8bQERERAxkIiIiWWAgExERyQADmYiISAYYyERERDLAQCYiIpIBBjIREZEMMJCJiIhkgIFMREQkA7IK5KNHj+Kxxx7D9OnTMWzYMEybNq1d75MkCa+88gouv/xyjBo1CrNmzcIvv/zi3cYSERF1IVkFckFBAbZs2YJBgwYhMTGx3e979dVX8eKLL2LevHlYvXo1oqKiMH/+fJSWlnqxtURERF1HIada1qIoQhCarhEefPBB/Pbbb/jiiy/afI/VasUll1yCW2+9FYsXLwYA2Gw2XHPNNcjMzMQTTzzRqbbMmTMHAPDOO+906v1EREQdofJ3A87WHMYdsWfPHpjNZkydOtW1TaPR4KqrrsLGjRs73Zby8vJOv5eIiKijZBXInVFUVAQASEhIcNuemJiINWvWoLGxEQEBAR7fO3ny5FaPW15ejtjY2K5rKBERURtkNYbcGUajERqNBlqt1m27Xq+HJEkwGAx+ahkREVH7dfs75AuxadOmVve1dfdMRETU1br9HbJer4fNZoPVanXbbjQaoVAoEBoa6qeWERERtV+3D+TmsePi4mK37UVFRejXr1+r48dERERy0u0DeezYsQgODsb69etd2+x2O7755htkZmb6sWVERETtJ6sxZIvFgi1btgAAysrKYDabsWHDBgDARRddhIiICMydOxcnTpxwPdKk1WqxYMECLF++HBEREUhOTsZ7772Huro63HHHHX77LERERB0hq0Curq7G/fff77at+eu3334bEydOhCiKcDqdbq+56667IEkS3njjDdTU1CA1NRWvv/46BgwY4LO2ExERXQhZVeqSk+ZZ1m3NxCYiIuoq3X4MmYiIqCdgIBMREckAA5mI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X+/aZrfb8c033yAzM9OrbSYiIuoKshpDnj17NtauXYucnBwsWLAAFRUVePbZZzF79my3Z5Dnzp2LEydOYOPGjQAArVaLBQsWYPny5YiIiEBycjLee+891NXV4Y477vDXxyEiImo3WQVyaGgo1qxZg6eeego5OTnQ6XTIzs7GokWL3F4niiKcTqfbtrvuuguSJOGNN95wlc58/fXXMWDAAF9+BCIiok5RSJIknf9lvU/zLOu2ZmITERF1FQZyK0aOHAmn08niIERE1GmxsbF455132vVaWU3qkhOtVguV6sJ79MvLy1FeXt4FLeq5eI7Oj+fo/HiO2ofn6fz8dY54h+xl7Po+P56j8+M5Oj+eo/bheTo/f50j3iETERHJAAOZiIhIBhjIREREMsBAJiIikgEGMhERkQwwkImIiGSAjz0RERHJAO+QiYiIZICBTEREJAMMZCIiIhlgIBMREckAA5mIiEgGGMheUlhYiNtvvx2jR49GRkYGnn32WdhsNn83y+vWr1+Pv/zlL8jMzMTo0aMxffp05Obm4tzJ/B9++CGmTJmCkSNH4vrrr8d3333X4lgmkwkPP/wwLrroIowZMwb33XcfKisrffVRfKa+vh6ZmZlISUnBr7/+6raP5wn45JNPcMMNN2DkyJGYOHEi7rzzTjQ2Nrr2b968Gddffz1GjhyJKVOm4KOPPmpxDJvNhmeeeQYZGRkYPXo0br/9dhQVFfnyY3jNpk2bMHPmTIwZMwaXXnop7r//fpSWlrZ4XW/5WTp69Cgee+wxTJ8+HcOGDcO0adM8vq4rz8eePXswa9YsjBo1CldccQVeeeWVFr/z2kWiLldXVydlZGRIt956q5SXlyd9+OGH0rhx46Qnn3zS303zuptvvllatGiR9OWXX0o7duyQ/v3vf0tDhw6Vli9f7nrNF198IaWkpEjLli2Tdu7cKT366KPSsGHDpL1797oda/78+VJmZqb05ZdfSt9++600bdo06frrr5fsdruPP5V3Pfvss9Ill1wiJScnS/v27XNt53mSpJdeekkaM2aMtHr1amnXrl3Shg0bpMcff1wym82SJEnSTz/9JKWmpkqPPvqotHPnTmnZsmVSSkqKtH79erfjPProo9K4ceOkDz/8UMrLy5P++Mc/SpdddplkNBr98bG6zA8//CANHTpUevDBB6Xt27dLX375pXT11VdLV155pWSxWFyv600/Sxs3bpQyMzOle++9V5o2bZp03XXXtXhNV56PkpISafTo0VJOTo60Y8cO6c0335SGDx8uvfbaax1uOwPZC1atWiWNHj1aqq2tdW1bt26dlJqaKp08edJ/DfOB6urqFtseeeQRaezYsZLT6ZQkSZKuvvpqafHixW6vmTVrlnTnnXe6vt6zZ4+UnJwsbd261bWtsLBQSklJkb788ksvtd73jhw5Io0ePVp67733WgRybz9PhYWF0rBhw6Tvv/++1dfMnz9fmjVrltu2xYsXS1OnTnV9XV5eLqWmpkrr1q1zbautrZVGjx4tvfLKK13fcB969NFHpaysLEkURde2nTt3SsnJydJPP/3k2tabfpaaf89IkiT993//t8dA7srz8eijj0pXXHGFZLVaXduee+45afz48W7b2oNd1l6Ql5eH9PR0hIWFubZNnToVoihi+/bt/muYD0RERLTYlpqaCrPZjIaGBpSWlqKkpARTp051e821116LnTt3urr18/LyoNfrkZGR4XpNQkICUlNTkZeX590P4UNLlizB7NmzMXjwYLftPE/Axx9/jP79+2PSpEke99tsNuzatQvXXHON2/Zrr70WhYWFOH78OABg27ZtEEXR7XVhYWHIyMjo9ufI4XBAp9NBoVC4toWEhACAq8u0t/0sCULbsdbV5yMvLw+TJ0+GRqNxO5bRaMTevXs71vYOvZrapaioCAkJCW7b9Ho9oqKiesy4VUf8/PPPiImJQXBwsOvznxtAiYmJsNvtrrGvoqIiDB482O0XDdD0P0RPOYcbNmzA4cOHkZOT02IfzxOQn5+P5ORkvPTSS0hPT8eIESMwe/Zs5OfnAwCOHTsGu93e4v+1xMREAGfOYVFRESIjIxEaGtridd39HN10000oLCzEf/7zH5hMJpSWluL555/HsGHDMHbsWAD8WTpXV56PhoYGlJeXt/gZTEhIgEKh6PB5YyB7gdFohF6vb7E9NDQUBoPBDy3yn927d+Orr77C/PnzAcD1+c89P81fN+83Go2uK/2z9ZRzaLFYsHTpUixatAjBwcEt9vM8AVVVVdi2bRs+/fRTPP7441i5ciUUCgXmz5+P6urqCz5Her2+25+j8ePHY8WKFXjuuecwfvx4XHnllaiursarr74KpVIJgD9L5+rK82EymTweS6PRIDAwsMPnjYFMXnPy5EksWrQIEydOxG233ebv5sjKyy+/jMjISMyYMcPfTZEtSZLQ0NCAF154Addccw0mTZqEl19+GZIk4Z133vF382Rhz549+K//+i/cfPPNWLNmDV544QWIooi7777bbSY6dQ8MZC/Q6/WuK6ezGQyGFt1mPZXRaMRdd92FsLAwLF++3DWu0/z5zz0/RqPRbb9er4fZbG5x3J5wDsvKyvDGG2/gvvvug8lkgtFoRENDA4CmLrD6+nqeJzR9trCwMAwdOtS1LSwsDMOGDcORI0cu+BwZjcZuf46WLFmCiy++GA8++CAuvvhiXHPNNXjllVdw4MABfPrppwD4/9y5uvJ8NN9Bn3ssm80Gi8XS4fPGQPYCT2MuJpMJVVVVLcYaeqLGxkYsWLAAJpMJr732mlu3T/PnP/f8FBUVQa1WY8CAAa7XFRcXt3iWr7i4uNufw+PHj8Nut+Puu+/GhAkTMGHCBPz5z38GANx22224/fbbeZ4ADBkypNV9VqsVAwcOhFqt9niOgDM/awkJCTh16lSL7kNPcz26m8LCQrcLFgDo27cvwsPDcezYMQD8f+5cXXk+goKCEBsb2+JYze/r6HljIHtBZmYmduzY4briApom8AiC4DZjrydyOBxYuHAhioqK8NprryEmJsZt/4ABAxAfH48NGza4bf/qq6+Qnp7umqmYmZkJg8GAnTt3ul5TXFyMAwcOIDMz0/sfxItSU1Px9ttvu/156KGHAABPPvkkHn/8cZ4nAFdccQXq6upw8OBB17ba2lrs378fw4cPh0ajwcSJE/H111+7ve+rr75CYmIi+vfvDwC49NJLIQgCvvnmG9drDAYDtm3b1u3PUb9+/XDgwAG3bWVlZaitrUVcXBwA/j93rq4+H5mZmdi0aRPsdrvbsfR6PcaMGdOxxnXoISlql+bCIHPmzJG2bt0q5ebmSuPHj+8VhUEeeeQRKTk5WXrjjTekvXv3uv1pfibv888/l1JSUqQXXnhB+uGHH6THHntMGjZsmLRnzx63Y82fP1+aNGmS9NVXX0mbNm3qlkUK2uuHH35o8Rxybz9PTqdTmjFjhnTllVe6CjPcfPPN0kUXXSRVVlZKknSmMMjjjz8u/fDDD9ILL7wgpaSkSF999ZXbsR599FFp/PjxUm5urrR161Zpzpw5PaIwyFtvvSUlJydLTz31lKswyLRp06RLLrlEqqmpcb2uN/0sNTQ0SOvXr5fWr18vzZkzR5o0aZLr6+Y6CV15PpoLg9x7773Sjh07pLfeeouFQeTmyJEj0ty5c6VRo0ZJ6enp0tKlSzv8kHh3dMUVV0jJycke/5SWlrpe98EHH0hXXXWVNHz4cGnatGnS5s2bWxzLaDRKDz30kDR+/Hhp9OjR0l//+tceW1jFUyBLEs9TdXW19MADD0jjxo2TRo0aJc2fP18qKChwe01zBaXhw4dLV111lfThhx+2OI7VapWWLl0qpaenS6NGjZLmzZsnHTlyxFcfw2tEUZTeffdd6Q9/+IM0evRoKSMjQ8rJyfH42XrLz1JpaWmrv4N++OEH1+u68nz8/PPP0syZM6URI0ZImZmZ0urVq92KtbSXQpI6U3CTiIiIuhLHkImIiGSAgUxERCQDDGQiIiIZYCATERHJAAOZiIhIBhjIREREMsBAJiIikgEGMhERkQwwkImoSzz44IPIysrydzOIui0GMhERkQwwkImIiGSAgUxERCQDDGQiH1u+fDlSUlJw9OhRPPjggxg/fjzGjRuHhx56CBaLBQBw/PhxpKSk4OOPP27x/pSUFCxfvrzF8YqLi/HAAw9g3LhxuPjii/G///u/kCQJ5eXl+Mtf/oKxY8ciIyMDb7zxRqfavWXLFsyZMwdjxozB2LFjMWPGDHz++edtvuf111/H7NmzMXHiRIwaNQo33XRTi3VoAWD79u245ZZbMH78eIwZMwZTpkzB888/7/aatWvX4rrrrkNaWhomTJiAm266qcX3r6iowEMPPYRLLrkEI0aMwHXXXYfc3NwW3689xyLyNZW/G0DUWy1cuBD9+/fH4sWLceDAAXz44YeIiIjA3//+904db9GiRUhMTMTf/vY3bNmyBS+//DLCwsKwbt06XHzxxXjggQfw+eef45lnnsHIkSMxYcKEdh/7448/xsMPP4ykpCQsWLAAISEhOHjwILZu3Yo//OEPrb7v7bffRlZWFv7whz/Abrfjyy+/xP3334/Vq1fj8ssvBwAUFBRgwYIFSElJwX333QeNRoOjR49iz549ruN88MEHWLJkCaZMmYLbbrsNVqsVhw4dQn5+vuv7nzp1CjfffDMUCgVuvfVWREREIC8vD//4xz9gNpsxb968dh+LyB8YyER+kpqaiqefftr1dV1dHXJzczsdyKNGjcL/+3//DwAwa9YsZGVlYenSpVi8eDHuvvtuAMC0adNw2WWX4aOPPmp3IJtMJixZsgSjRo3C2rVrodVqXfvOt3rr119/jYCAANfXt956K2666Sa8+eabrkDevn077HY7Xn31VURERHg8zvfff4+kpCS8+OKLrX6vZcuWwel04vPPP0d4eDgA4JZbbsHixYuxYsUKzJ49GwEBAe06FpE/sMuayE9mz57t9vX48eNRV1cHs9ncqeNlZ2e7/lupVGLEiBGQJMltu16vx+DBg1FaWtru427fvh319fW4++673cIYABQKRZvvPTuMDQYDTCYTxo0bhwMHDri1CQA2bdoEURQ9Hkev1+PkyZPYt2+fx/2SJOGbb75BVlYWJElCTU2N68+ll14Kk8mE/fv3t+tYRP7CO2QiP+nXr5/b183BZDAYuuR4ISEh0Gq1Le46Q0JCUFdX1+7jHjt2DACQlJTU4TZ99913ePnll3Hw4EHYbDbX9rOD/Nprr8WHH36IRx55BM899xzS09Nx1VVX4ZprroEgNN0z3HXXXdixYwdmzpyJQYMGISMjA9OmTcO4ceMAADU1NTAajXj//ffx/vvve2xLTU1Nu45F5C8MZCI/aQ6bc0mS1Oqdp9Pp7NDxlEplq9/D23bv3o2//OUvmDBhAh5//HFERUVBrVbjo48+whdffOF6XUBAAP7zn/9g165d+P7777F161Z89dVXeP/99/HGG29AqVQiMTERGzZscO3/5ptv8O677yInJwf33Xef6876+uuvx4033uixPSkpKQBw3mMR+QsDmUiGQkNDAQBGo9Ft+4kTJ3zeloEDBwJomnw1aNCgdr/v66+/hlarxeuvvw6NRuPa/tFHH7V4rSAISE9PR3p6Oh566CGsWrUKy5Ytw65du3DJJZcAAIKCgnDttdfi2muvhc1mw7333otVq1ZhwYIFiIiIgE6ngyiKrte3pa1jndstT+QrHEMmkqHg4GCEh4dj9+7dbtvfffddn7fl0ksvhU6nw+rVq2G1Wt32tXWnrVQqoVAo3O7qjx8/jk2bNrm9zlP3eWpqKgC4urlra2vd9ms0GiQmJkKSJNjtdiiVSkyZMgVff/01Dh8+3OJ4zd3V7TkWkb/wDplIpmbOnIlXXnkF//jHPzBixAjs3r0bxcXFPm9HcHAwHnroITzyyCPIzs7GtGnToNfr8fvvv6OxsRHPPPOMx/dNmjQJb775Ju68805MmzYN1dXVePfddzFw4EAcOnTI9bqVK1di9+7dmDRpEuLi4lyv69u3r2tc94477kCfPn0wduxYREZGoqioCO+88w4mTZqE4OBgAMDf/vY37Nq1CzfffDNmzpyJIUOGwGAwYP/+/di5cyd+/PHHdh+LyB8YyEQylZOTg5qaGnz99ddYv349MjMz8dprryE9Pd3nbZk5cyYiIyPxyiuv4KWXXoJKpUJCQoLr2V5P0tPT8c9//hOvvvoqnn76afTv3x8PPPAAysrK3AI5KysLZWVl+Oijj1BbW4vw8HBcdNFFuPfeexESEgKg6TGuzz//HG+++SYaGhrQt29f/OlPf8I999zjOk6fPn3w4YcfYuXKldi4cSPee+89hIWFYciQIXjggQdcr2vPsYj8QSH5YnYHERERtYljyERERDLALmuiXqympqbNR6nUajXCwsJ81yCiXoxd1kS9WPP4bWsuuugirF271octIuq9GMhEvdjPP//c4lGms+n1eowYMcKHLSLqvRjIREREMsBJXURERDLAQCYiIpIBBjIREZEMMJCJiIhkgIFMREQkAwxkIiIiGWAgExERycD/B8R2fBjHkoeRAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.set(font_scale=1.0)\n", + "sns.set_style(\"ticks\")\n", + "\n", + "df = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"num_classes\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"num_classes\", \"dataset_name\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " # .groupby([\"num_classes\"])\n", + " # .correctness.mean()\n", + " # .reset_index()\n", + ")\n", + "\n", + "# cmap = sns.cubehelix_palette(rot=-0.2, as_cmap=True)\n", + "sns.lmplot(\n", + " data=df,\n", + " x=\"num_classes\",\n", + " y=\"correctness\",\n", + " order=2,\n", + " ci=None,\n", + " # hue=\"correctness\",\n", + " # palette=cmap,\n", + ")\n", + "\n", + "# fig.supxlabel(\"Datasets\")\n", + "# fig.supylabel(\"Accuracy (%)\")\n", + "# plt.tight_layout()\n", + "# plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/x_axis_group_object_centric.ipynb b/figures/x_axis_group_object_centric.ipynb new file mode 100644 index 0000000..74f03a6 --- /dev/null +++ b/figures/x_axis_group_object_centric.ipynb @@ -0,0 +1,6425 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-07 02:48:27.307820: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-07 02:48:27.311234: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-07 02:48:27.350766: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-07 02:48:27.350783: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-07 02:48:27.351898: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-07 02:48:27.359214: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-07 02:48:29.276517: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "from eval_vlm.common_utils import get_dataset_mappings\n", + "\n", + "models = list_models('all')\n", + "datasets = list_datasets(\"all\")\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")\n", + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/pandas/fast_slow_proxy.py:30: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " return fn(*args, **kwargs)\n" + ] + } + ], + "source": [ + "dataset_mappings = get_dataset_mappings(\"object_centric\")\n", + "results[\"object_centric\"] = results[\"dataset_name\"].map(dataset_mappings)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"object_centric\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"object_centric\", \"model_name\"])\n", + " .correctness.mean()\n", + ")\n", + "df_sem = (\n", + " results.groupby([\"model_name\", \"dataset_name\", \"object_centric\"])\n", + " .correctness.mean()\n", + " .reset_index()\n", + " .groupby([\"object_centric\", \"model_name\"])\n", + " .correctness.sem()\n", + ")\n", + "\n", + "dataset_types = df_mean.reset_index().object_centric.unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_1130132/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n" + ] + }, + { + "data": { + "image/png": "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rKzMasa6deta1DZs2NAi/PZxfHR/AAAAAACATyrBOQAAAAAAAKBbamhoiO9///sxd+7cDn23sbGxQ9/7q2HDhsVtt90W06ZNi9WrV7f4eVNTU1RXV0d1dXVzrbKyMqZMmRInnnhijB8/fo8zuuJrcB9++GGnzwAAAAAAAOhsgnMAAAAAAABAtzRjxoxWQ3MVFRUxadKkOOyww2LYsGExcODAKCsrix49ekRxcXHi7vPPPx/nnHNOV60c48aNi4ceeihmz54dd911V7z77ru7vb9mzZq47bbb4rbbboujjjoqLr300jjwwAN3eX/z5s0dvTIAAAAAAEAqCc4BAAAAAAAA3c77778fN998c6JWWFgY//N//s8466yzorCwbf/UWV9f3xnr7VbPnj3jO9/5Tnz729+O+fPnx7PPPhvz58+PV155Zbf7PPfcc/H1r389rrrqqvjqV7/a6p2SkpIWte985zvxox/9qMP2BwAAAAAASAPBOQAAAAAAAKDbeeKJJ2Lbtm2J2o9+9KP41re+ldU7mzZt6sCtspOXlxcTJ06MiRMnRkREY2NjvPbaa/GXv/wl5s2bF88//3yLIF1DQ0P85Cc/iSFDhjT3fVTfvn1b1HL5OwIAAAAAAHRX+bleAAAAAAAAAGBnzz77bOK87777xllnnZX1O6tWreqolT62wsLCOOigg+Jb3/pW3HzzzTFv3ry48soro7y8PHGvqakprrnmmlbf6NevX4vaO++80yn7AgAAAAAAfJIJzgEAAAAAAADdztq1axPngw8+OIqKirJ+Z9GiRR20UccrKyuL008/PebMmRODBg1K/Ozll1+Od999t0XP8OHDo0+fPonaggULoqmpqTNXBQAAAAAA+MQRnAMAAAAAAAC6nY0bNybO++67b9ZvfPDBB/H888931Eqdpn///nHuuee2qC9durRFLT8/Pz7zmc8kanV1dfHMM8902n4AAAAAAACfRIJzAAAAAAAAQLfTs2fPxLmmpibrN+6+++748MMPO2ijzjVq1KgWtS1btrR6d9KkSS1qN998c4fvBAAAAAAA8EkmOAcAAAAAAAB0OwMGDEicFyxYEHV1dW3uf+ONN+LXv/51R6/VadavX9+itt9++7V694QTTojhw4cnavPnz49Zs2Z1xmoAAAAAAACfSIJzAAAAAAAAQLfzqU99KnGuq6uLf//3f29T7+rVq+O73/1ubN++vTNWa9X9998ff/jDH6KpqSnr3oaGhrj77rsTtfz8/Kiqqmr1fmFhYUybNq1F/V//9V/j3nvvzXr+Xy1YsCB++MMftrsfAAAAAACgOxGcAwAAAAAAALqdKVOmRH5+8p8zZ86cGddee200Njbusu+hhx6K008/PVatWhUREb169erUPf/qtddei4svvji+9KUvxb/927/F4sWL29S3Zs2a+O53vxuvvPJKov7Zz362xVf3PurEE0+MU045JVFrbGyMyy+/PKZNmxavv/56m+avXbs2br/99vjGN74RZ5xxRjzxxBNt6gMAAAAAAOjuCnO9AAAAAAAAAMDORo4cGSeddFI88MADifr06dNjzpw5cdxxx8XYsWOjtLQ0Nm3aFG+++WY88cQT8fbbbzff7dmzZ/zoRz+KK664osv2XrNmTdx0001x0003xYABA2L8+PFxwAEHRHl5eeyzzz5RVFQUdXV1sWbNmli4cGG88MIL0dDQkHijuLg4Lr300j3OuvLKK+Ptt9+O+fPnJ+qPPvpoPProo3HAAQfExIkTY8SIEdGnT5/Iz8+PzZs3R01NTbzxxhtRXV0db731VmQymQ797wAAAAAAAKA7EJwDAAAAAAAAuqWf/vSn8fLLL8eKFSsS9b9+JW13ioqK4rrrrouSkpLOXHG31q9fH0899VQ89dRTbe4pLi6Oa665Jvbff/823b311lvjyiuvjN/+9rctfv7666+3+ctzAAAAAAAAaZOf6wUAAAAAAAAAWtO7d++YNWtWHHrooVn1lZeXx2233Raf//znO2exVvTr1y/y8vI+1hv7779/3H777fHlL3+5zT09evSI//N//k/867/+awwdOvRjze/Xr1+cccYZH+sNAAAAAACA7sIX5wAAAAAAAIBuq6KiImbPnh3/8R//EbfddlusWrVql3crKyvj1FNPjXPOOSd69erVhVtGXHDBBXHqqafGU089FX/+859j4cKFsXr16j32FRUVxVFHHRUnnXRSnHDCCVFQUNCu+SeddFL87d/+bfzXf/1XPPjgg/GXv/wlamtr99g3ZsyYOOqoo+KYY46Jv/mbv4nCQv+EDAAAAAAApENeJpPJ5HoJAAAAAAAAgLZYsWJFvPLKK7Fx48aoq6uL0tLSqKioiLFjx8aoUaNyvV7Cxo0b46233opVq1Y1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AAAAAAAAAAAAAABIFcE5AAAAAAAAAAAAAAAAAFJFcA4AAAAAAAAAAAAAAACAVBGcAwAAAAAAAAAAAAAAACBVBOcAAAAAAAAAAAAAAAAASBXBOQAAAAAAAAAAAAAAAABSRXAOAAAAAAAAAAAAAAAAgFQRnAMAAAAAAAAAAAAAAAAgVQTnAAAAAAAAAAAAAAAAAEgVwTkAAAAAAAAAAAAAAAAAUkVwDgAAAAAAAAAAAAAAAIBUEZwDAAAAAAAAAAAAAAAAIFUE5wAAAAAAAAAAAAAAAABIFcE5AAAAAAAAAAAAAAAAAFJFcA4AAAAAAAAAAAAAAACAVBGcAwAAAAAAAAAAAAAAACBVBOcAAAAAAAAAAAAAAAAASBXBOQAAAAAAAAAAAAAAAABSRXAOAAAAAAAAAAAAAAAAgFQRnAMAAAAAAAAAAAAAAAAgVQTnAAAAAAAAAAAAAAAAAEgVwTkAAAAAAAAAAAAAAAAAUkVwDgAAAAAAAAAAAAAAAIBUEZwDAAAAAAAAAAAAAAAAIFUE5wAAAAAAAAAAAAAAAABIFcE5AAAAAAAAAAAAAAAAAFJFcA4AAAAAAAAAAAAAAACAVBGcAwAAAAAAAAAAAAAAACBVBOcAAAAAAAAAAAAAAAAASBXBOQAAAAAAAAAAAAAAAABSRXAOAAAAAAAAAAAAAAAAgFQRnAMAAAAAAAAAAAAAAAAgVQTnAAAAAAAAAAAAAAAAAEgVwTkAAAAAAAAAAAAAAAAAUkVwDgAAAAAAAAAAAAAAAIBUEZwDAAAAAAAAAAAAAAAAIFUE5wAAAAAAAAAAAAAAAABIFcE5AAAAAAAAAAAAAAAAAFJFcA4AAAAAAAAAAAAAAACAVBGcAwAAAAAAAAAAAAAAACBVBOcAAAAAAAAAAAAAAAAASBXBOQAAAAAAAAAAAAAAAABSRXAOAAAAAAAAAAAAAAAAgFQRnAMAAAAAAAAAAAAAAAAgVQTnAAAAAAAAAAAAAAAAAEgVwTkAAAAAAAAAAAAAAAAAUkVwDgAAAAAAAAAAAAAAAIBUEZwDAAAAAAAAAAAAAAAAIFUE5wAAAAAAAAAAAAAAAABIFcE5AAAAAAAAAAAAAAAAAFJFcA4AAAAAAAAAAAAAAACAVBGcAwAAAAAAAAAAAAAAACBVBOcAAAAAAAAAAAAAAAAASBXBOQAAAAAAAAAAAAAAAABS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AAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4BwAAAAAAAAAAAAAAAECqCM4BAAAAAAAAAAAAAAAAkCqCcwAAAAAAAAAAAAAAAACkiuAcAAAAAAAAAAAAAAAAAKkiOAcAAAAAAAAAAAAAAABAqgjOAQAAAAAAAAAAAAAAAJAqgnMAAAAAAAAAAAAAAAAApIrgHAAAAAAAAAAAAAAAAACpIjgHAAAAAAAAAAAAAAAAQKoIzgEAAAAAAAAAAAAAAACQKoJzAAAAAAAAAAAAAAAAAKSK4BwAAAAAAAAAAAAAAAAAqSI4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0PjqV78aV111Vdx7773NP9u+fXv8+Mc/joceeijy8vJazNu2bVvi3N7gXElJSYvaJzk4BwAAAAAAAAAAAAAAAGmVn+sF2PtkMplW6z179oxbb721RWjuowoLC+PKK6+ML33pS4n6smXLYu7cuR26JwAAAAAAAAAAAAAAAPDJJDhHlystLW21fv7558eIESPa9Mbll18eRUVFidpvfvObVu/27Nkzcf7www/bNGNn9fX1LWq7+l0AAAAAAAAAAAAAAACA3CnM9QLsfVoLmxUUFMRpp53W5jcGDBgQU6ZMid///vfNtQULFkRTU1MUFBTsdl57g3Ot9X2Sg3MHHnhgVFZW5noNAAAAAAAAAAAAAAAA6HCCc3S51sJmVVVV0a9fv6ze+cxnPpMIzm3dujWWLVsWY8eO3e28rVu3ZjVnd31lZWXteqs7KCoqavHVPgAAAAAAAAAAAAAAAEiD/FwvwN5n4MCBLWpVVVVZv9Naz/vvv9+iVl5enjivX78+mpqasp737rvv7vFtAAAAAAAAAAAAAAAAIPcE5+hyo0ePblHbd999s35nn332aVGrqalpURs1alTi3NTUFOvWrct63s7BubKyslZDgAAAAAAAAAAAAAAAAEBuCc7R5VoLzmUymQ55Oy8vr03zli9fnvXbK1asSJxHjhyZ9RsAAAAAAAAAAAAAAABA5xOco8sNHz48SktLE7VNmzZl/U5rPX379m1RGzFiRBQXFydqCxcuzHreggULEuf9998/6zcAAAAAAAAAAAAAAACAzic4R5crKCiIY445JlFbunRp1u+01lNeXt6iVlxcHEcddVSi9sILL2Q1a9WqVfHuu+8mascee2xWbwAAAAAAAAAAAAAAAABdQ3COnJg8eXLivGzZsli/fn1Wbzz33HOJc79+/WLUqFGt3p00aVLiPH/+/Fi1alWbZ82ZMydxLi4ujqOPPrrN/QAAAAAAAAAAAAAAAEDXEZwjJ77whS9EaWlp83nHjh1x7733trl/3bp1MXfu3ERt56/KfdSkSZOiqKio+ZzJZGL27NltmrVt27a47777ErXPfe5zUVZW1uZ9AQAAAAAAAAAAAAAAgK4jOEdO9O7dO84999xE7ZZbbonly5fvsTeTycTll18eDQ0NifrZZ5+9y57+/fvHaaedlqjNnj07Xn311T3Ou/baa2PdunXN57y8vLjw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Q22fmzt3bk455ZTceuut2WCDDVYqLwAAAAAAAAAAAAAAALDqKM5RMfX19TnggANy+OGHZ8cdd2z3MwMHDsymm26aQw89NL/5zW9yzjnnZP78+W3Pf/7zn2f//ffPFlts8Z7vmz59es4///yye0OHDs0111xTtn7ttdfORhttlD333DO/+MUvct5556VUKiVJ3n777fz3f/93Lr744s5EBgAAAAAAAAAAAAAAALpBbaUHYPVTW1ubT3ziExkzZkzOP//8ZZbmlnTkkUfmBz/4Qdm91tbWXHrppSu0/oorrsicOXParuvq6nLZZZctt3R3/PHH53Of+1zZvXHjxuWvf/3rCr0TAAAAAAAAAAAAAAAA6H6Kc3S7ww47LBdeeGE22WSTDq899NBDlyraTZgwIfPmzVvuuunTp+fXv/512b3PfOYz2Wabbd7znaeddlqGDBnSdl0qlXLZZZd1YGoAAAAAAAAAAAAAAACgOynO0e3q6upWav1BBx1Udt3c3Jznn39+uWvGjx+f+fPnt13X1NTk85///Aq9r1+/fjn00EPL7k2YMCHNzc0rNjAAAAAAAAAAAAAAAADQrRTn6HGGDx++1L0333xzuWvGjx9fdr399tunoaFhhd95yCGHlF3PmzcvDz744AqvBwAAAAAAAAAAAAAAALqP4hw9Tp8+fZa6N2fOnGV+ft68eXnkkUfK7u24444deufGG2+c9ddfv+zefffd16E9AAAAAAAAAAAAAAAAgO6hOEeP889//nOpe+uss84yP//KK69k3rx5Zfc+/OEPd/i9S6554YUXOrwHAAAAAAAAAAAAAAAAsOopztHjTJw4cal7G2+88TI//7e//W2pe5tttlmH37vkmr///e8d3gMAAAAAAAAAAAAAAABY9RTn6FEWLFiQ2267rezeZpttlmHDhi1zzcsvv1x2XVdXl6FDh3b43euvv37ZdXNzc6ZNm9bhfQAAAAAAAAAAAAAAAIBVS3GOHuWWW27J1KlTy+4dcMABy13zxhtvlF2vt956qaur6/C7N9xww6XuKc4BAAAAAAAAAAAAAABA9amv9ACwol5//fVccMEFZffWXHPNfPazn13uupaWlrLrAQMGdOr97a1rbm7u1F7VYP78+Zk/f36lx2A1trzvv1X9/dmrV69VtveqsKzfi56UowgZkmLkKEKGpP0cRciQ9Kwc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ZMiQ9O3bN3379k2fPn1SKpUyd+7czJ07Ny0tLXnjjTcybdq0TJs2LX/729/S1NTUbkFvyRJd8q+T8E499dRss802+frXv55ddtml638zVjNvv/12jjvuuLzyyitl94888siceeaZXfaevfbaq6w49/jjj6epqSkNDQ0rtP4Pf/hD2XXv3r19/QEAAAAAAAAAAAAAAKBKVbQ49/zzz+dHP/pRJk6cmKT9wtzipbZ11lknH/nIR7LTTjtlm222yRZbbJG+ffuu1Axz5szJiy++mL/85S959NFHM3HixPzv//5v2/Oampq2eRadQvfss8/mxBNPzA477JDvfOc7GT58+ErNsLpqbm7OiSeemBdeeKHs/qc+9an84Ac/6NJ37bXXXjnnnHMyf/78JP/6Wl5//fU566yz3nPtnDlz8tvf/rbs3m677Zb+/ft36YwAAAAAAAAAAAAAAABA16hIcW7mzJkZPXp0fvOb32TBggXLLcxtueWW2XffffPxj388W265ZZfP0rdv32y77bbZdtttc8wxxyRJXnzxxdxzzz0ZN25cnnvuubbZlizQTZw4MYceemiOOuqofP3rX8+gQYO6fL6ievfdd3PyySfnmWeeKbu/zz775Nxzz233tMGVse666+bII4/M9ddf33bv+uuvz6c//emMGDFiuWt/+tOfZtq0aW3XNTU1+cpXvtKl8wEAAAAAAAAAAAAAAABdpyLFuX322SfvvPPOUoW5RddDhgzJIYcckoMPPjibbLJJt8+3xRZbZIsttsiXv/zlNDU15dZbb83vf//7TJ06dal5FyxYkBtvvDFjxozJI4880u2z9kStra35+te/nscee6zs/m677ZYLL7wwdXV1q+S9J598cn73u99lzpw5bXN85StfydVXX53NN9+83TW//OUvc+2115bd22effbL11luvkhkBAAAAAAAAAAAAAACAlVeR4tzbb7+91AluSbLLLrvkmGOOyR577JHa2tpKjLaUhoaGnHrqqTnllFMyYcKE3HjjjZkwYUJKpVLZ/G+//XZlB+1BLrnkkvz5z38uu1dfX59NNtkkF198caf23HrrrbP//vsv9zPrrbdeTj/99Jxzzjlt96ZOnZojjjgiRx11VA444IBstNFGaWlpyfPPP5/rr78+Dz74YNkea621Vr71rW91akYAAAAAAAAAAAAAAACge1SkOLdIqVRKXV1d9t1335x00kkZPnx4JcdZrpqamuy+++7Zfffd8+KLL+bnP/95xo4dm9bW1kqP1uNMmzZtqXutra257rrrOr3nwQcf/J7FuST57Gc/m5deeik33XRT273m5uZcc801ueaaa5a7tk+fPrnkkkuy4YYbdnpOAFaNPgOGZuejb6/0GAAAAAAAAAAAAAAAVImKHut24IEHZuzYsbnooouqujS3pC222CIXXHBBxo4dm0984hNtJ8/RM3z/+9/Pqaeemrq6uhVes8EGG+RXv/pVdtxxx1U4GQAAAAAAAAAAAAAAANAVKnLi3C677JJvfvOb2WqrrSrx+i6z0UYb5YILLsgXv/jFXHjhhZUehxVUU1OTU045JXvvvXcuv/zyjB8/PvPnz2/3s+utt16OOuqoHHfccenfv383Twqw6jmpDQAAAAAAAAAAAACAIqpIce7qq6+uxGtXmeHDh+eqq66q9Bg9xrnnnptzzz230mNk+PDhGT16dGbPnp1Jkybl1VdfzaxZs1JXV5fBgwdn+PDhGTFihBMFAQAAAAAAAAAAAAAAoIepSHEOqsmAAQOy6667Ztddd630KEAP47Q2AAAAAAAAAAAAAACoTrWVHgAAAAAAAAAAAAAAAAAAupLiHAAAAAAAAAAAAAAAAACFUl/pAQDo2U47b3JmNrd2eF3LrGnLfHbGqCnpN3BGh/Yb1L8+o84Y0eE5AAAAAAAAAAAAAACA4lGcA2ClzGxuzaxOFOfmtix7TXNLaxbUdnxPAAAAAAAAAAAAAACAJKmt9AAAAAAAAAAAAAAAAAAA0JUU5wAAAAAAAAAAAAAAAAAolPpKD9Bdpk+fnnvuuSdPP/10Jk+enBkzZmTWrFkplUoZNGhQ1lprrWy11Vb5j//4j+y1114ZMmRIpUcGAAAAAAAAAAAAAAAAoBMKX5x79dVXM3r06Nx9991pbW1NkpRKpbLPzJ07N2+88UZefPHF3HbbbfnRj36Uj3/84zn11FOz6aabVmJsAAAAAAAAAAAAAAAAADqpttIDrEo33HBDDjrooNx5552ZP39+SqVSSqVSampq2v216Hlra2vGjh2bQw45JDfccEOlYwAAAAAAAAAAAAAAAADQAYU9ce6KK67I6NGj206Xq6mpWeozSz5b/DOlUilz587ND3/4w8ycOTNf/vKXu2FqAAAAAAAAAAAAAAAAAFZWIYtzd911V376058mWboMlyR9+/bNRhttlP79+ydJmpub849//CNz5sxpW7NoXalUysUXX5xNN900++67bzemAAAAAAAAAAAAAAAAAKAzClecmzt3bs4999wkKSu/rbnmmvnc5z6XfffdN5tvvnm7J9C99NJLufPOO3P99dfnnXfeaSvQlUqlnHvuudljjz2yxhprdGseAAAAAAAAAAAAAAAAADqmttIDdLVx48Zl6tSpbYW3JNljjz1yzz335JRTTskWW2zRbmkuSTbffPOceuqpueeee7L77ru3rU+S119/PWPHju2WDAAAAAAAAAAAAAAAAAB0XuGKc+PHj2/755qamnzwgx/MpZdemoEDB67wHgMHDsyll16abbbZpqw8d++993bprAAAAAAAAAAAAAAAAAB0vcIV56ZMmVJ22txXv/rV1NXVdXif+vr6nHLKKUnStt+UKVO6dFYAAAAAAAAAAAAAAAAAul7FinMXX3xx5s2b1+X7vvXWW2XXH/7whzu91/bbb7/cvQEAAAAAAAAAAAAAAACoPhUrzl122WXZf//9c88993TpvgsWLCi77tWrV6f3qq+vX+7eAAAAAAAAAAAAAAAAAFSfihXnkuSf//xnTj311Hzxi1/Mq6++2iV7Dh48uOz6+eef7/ReL7zwQtn1Ouus0+m9AAAAAAAAAAAAAAAAAOgeFS3OJUmpVMpDDz2UT3ziE7nwwgszZ86cldpvk002SalUarv+1a9+1em9rr322rZ/rqmpySabbLJSswEAAAAAAAAAAAAAAACw6lWsOFdfX5/kX4W0UqmU+fPn5+qrr85+++2XMWPGdHrfPfbYo2zfMWPG5KqrrurwPldeeWXGjBnTtk+S7L777p2eCwAAAAAAAAAAAAAAAIDuUbHi3B//+MfstNNOKZVKqampaSuoTZs2Ld/85jdz7LHH5qWXXurwvvvtt1/69u2b5N/luYsuuignnHBCnnjiifdc//jjj+f444/PqFGjyu736dMn+++/f4fnAQAAAAAAAAAAAAAAAKB71VfqxZtttll++ctf5s4778x5552XqVOnpqamJklSKpXy6KOP5qCDDspnPvOZnHrqqRkwYMAK7bveeuvlpJNOyujRo8sKeQ8//HAefvjhDB48OFtvvXUaGhrSv3//1NTUZPbs2Wlqaspf//rXvPXWW20zLFpbU1OT448/PkOGDFllvx8AAAAAAAAAAAAAAAAAdI2KFecW2X///fN//s//yWWXXZb/+Z//yfz589sKa62trfnVr36VO+64I6effnoOOuigFdrzxBNPzKRJkzJhwoSy8lySTJ8+PRMmTGh33aLPJGkr8SXJxz72sZx88smdDwkAAAAAAAAAAAAAAABAt6mt9ABJ0qdPn3zjG9/I7bffnl122aXtlLdFhbfp06fnrLPOyjHHHJMpU6a853719fX52c9+lr322qutDLdov0V7tvdr8c8k/yrS7bbbbvnZz36WXr16rdLfAwAAAAAAAAAAAAAAAAC6RlUU5xZ53/vel6uvvjo/+9nPMmzYsKUKdE8++WQOPfTQnH322Zk5c+Zy9+rdu3cuvfTS/OhHP8rgwYPbynFJeYmuvbJcqVTK2muvnbPPPjtXXnll+vbtu8qzAwAAAAAAAAAAAAAAANA1qqo4t8jee++dMWPG5Ktf/Wp69+5dVqBbsGBBbrrppuy777655ZZb3nOvQw89NPfdd18uuuii7LvvvhkyZMgyT5xbb731ss8+++T888/P/fffnyOOOKIb0gIAAAAAAAAAAAAAAADQleorPcCy9O7dO6eeemoOPvjg/OhHP8qf//znstPnZsyYke9973u5+eab893vfjfbbrvtMveqr6/PAQcckAMOOCBJMmPGjMyYMSOzZs1KkgwcODBrr7121l577W7JBgAAAAAAAAAAAAAAAMCqU7XFuUU22mijXH755bn//vvz4x//OK+++mpqamqSJKVSKc8++2yOOuqoHHLIIfnGN76RddZZ5z33VJIDAAAAAAAAAAAAAAAAKK7aSg+wonbffffcfvvt+frXv54+ffqkVCq1nUC3cOHC/O53v8t+++2XG264IaVSqdLjAgAAAAAAAAAAAAAAAFAhPaY4lyS9e/fOl7/85dx5553ZZ5992gpyNTU1KZVKmTlzZn74wx/mkEMOyZNPPlnhaQEAAAAAAAAAAAAAAACohB5VnFtk/fXXz8UXX5xf/OIXef/73192+lypVMpzzz2Xz3zmMznjjDMyffr0So8LAAAAAAAAAAAAAAAAQDfqkcW5RT72sY/ltttuy+mnn55+/fotVaC7/fbbs99+++WXv/xlFixYUOlxAQAAAAAAAAAAAAAAAOgGPbo4lyT19fX54he/mDvvvDMHHnhgSqVSkrSV52bPnp2f/OQnOeigg9LY2FjhaQEAAAAAAAAAAAAAAABY1Xp8cW6RIUOG5MILL8x1112XzTfffKnT51588cUcd9xxOe200zJt2rRKjwsAAAAAAAAAAAAAAADAKlKY4twiH/nIR/LHP/4xZ511VgYMGLBUgW7s2LHZb7/9cuWVV2b+/PmVHhcAAAAAAAAAAAAAAACALla44lyS1NbW5thjj81dd92Vgw46qO3+ovLcnDlzMmrUqHzyk5/MAw88ULlBAQAAAAAAAAAAAAAAAOhy9ZUeYEnz5s3Lo48+mqeffjqTJ0/OjBkzMnPmzCTJoEGDstZaa2XEiBHZbrvtMnLkyPTu3XuZe62zzjo599xzc+SRR+bss8/Oc889l5qamiRJqVTKK6+8kpNOOil77rlnzjrrrGy00UbdkhEAAAAAAAAAAAAAAACAVadqinPvvPNOrrnmmvz2t7/NjBkzyp6VSqUkaSu93XfffUn+VaQ77LDDcsIJJ2SdddZZ5t4f+tCH8vvf/z433XRTRo8enXfeeaesQHfvvffmoYceyhe/+MWcdNJJyy3jAdA1+gwYmp2Pvr3SYwAAAAAAAAAAAAAAAAVUW+kBkmTChAn5xCc+kauuuir/+7//m1KpVParpqYmNTU1S91/55138otf/CKf/OQnc++99y73HTU1NTnmmGNy11135fDDD28rzi3ad+7cubn00kuz//77Z/z48d0RGwAAAAAAAAAAAAAAAIBVoOLFuTFjxuTLX/5y3nzzzbKS3OK/FmnvWalUyltvvZVTTjklt95663u+b6211so555yT3/zmN9lmm22WKua99tprOeWUU3LiiSfm1VdfXYXJAQAAAAAAAAAAAAAAAFgVKlqce+KJJ3LGGWdkwYIFZSW5xU+V69OnT9Zdd90MHjw4ffr0KXuW/LtMt3Dhwvy///f/8thjj63Quz/4wQ/mlltuyTnnnJO11157qQLdgw8+mE9+8pMZNWpU5s6du8p+DwAAAAAAAAAAAAAAAADoWhUrzi1cuDBnn312WltbywpztbW1OfDAA3PppZfmgQceyKRJk/LAAw/kwQcfzKRJk/Lggw/miiuuyKc//enU1dW17VdTU5PW1tacc845Wbhw4QrPcfjhh2fs2LE55phjUltb21agK5VKmTdvXq688srst99+ufPOO7v89wAA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xx7LMccckzfffHMVTQYAAAAAAAAAAAAAAAB0hR5fnFukd+/e+eQnP5lf/epXueuuu/LFL34xgwcPXqFT6P7yl7/ke9/7XnbZZZd873vfyzPPPFPBJKxq3/72t/P000+X3dtwww3z7W9/O7fffnsmTpyYMWPG5Ic//GE222yzss+9+uqrOfXUU9Pa2tqdIwMAAAAAAAAAAAAAAAAdUJji3OI23njjnH766bnvvvty8cUXZ9ddd20ryi1uUYEu+dcJdS0tLbnlllty5JFH5qCDDsqNN96Y2bNnVyICq8i9996bsWPHlt3bcccdc9ttt+XYY4/NlltumUGDBmWzzTbL4YcfnltvvTX77bdf2ecnTZqUX//61905NgAAAAAAAAAAAAAAANABhSzOLVJfX5999tknV111VcaPH5+vfvWrWX/99VfoFLopU6bknHPOya677pqzzjorTz75ZAWT0BVKpVJGjx5ddm/DDTfM5ZdfnoEDB7a7pnfv3rnooouy9dZbl92/4oorMmfOnFU2KwAAAAAAAAAAAAAAANB5hS7OLW6DDTbIqaeemnvvvTc///nPs9dee6Wuru49T6GbM2dObr311nzmM5/JgQcemGuvvTbvvPNOJSKwksaPH58pU6aU3fvOd76TAQMGLHddXV1dfvjDH5bde/PNN3PzzTd3+YwAAAAAAAAAAAAAAADAylttinOL1NTUZPfdd8+ll16a++67L9/4xjfS0NDQdtLcol/tnUL38ssv59xzz81uu+2W008/PY899lil49ABd955Z9n1sGHDstdee63Q2hEjRmT77bcvuzd27Ngumw0AAAAAAAAAAAAAAADoOqtdcW5x6667bk466aSMGzcuv/zlL7PPPvskSVlZbtH14qfQvfvuu7njjjty7LHH5lOf+lRuvfXWLFy4sGI5eG/z58/P/fffX3bv05/+dNvXdUUcfPDBZddPPfVU3nrrrS6ZDwAAAAAAAAAAAAAAAOg6q3VxbpGmpqY8/PDDefLJJ5d6tqg8l6TdU+heeOGFnHXWWdl///1z9913d+fYdMBTTz2VWbNmld3bcccdO7THTjvtVHa9cOHCPPDAAys9GwAAAAAAAAAAAAAAANC16is9QKXMnz8/48aNy80335yJEyeWFeQWP2lu8XuLXy9+Al2pVMqrr76ar33ta9lrr73y4x//OIMGDeqmJKyI559/vuy6rq4u2223XYf22HjjjbPuuutm+vTpy9wXAAAAAAAAAAAAAAAAqLzVrjj38ssv5+abb84f//jHvPPOO0mWPlVucaVSKfX19dl9993z8ssv55VXXin73JLluvHjx+eYY47J9ddfn7XWWmvVhmGF/e1vfyu73mCDDdKvX78O77PpppuWFef+/ve/r/RsAAAAAAAAAAAAAAAAQNdaLYpz7777bsaMGZObb745Tz31VJL3LsslybBhw3LEEUfksMMOy+DBg5Mkjz/+eG655ZaMHTs277777lKn0JVKpbz88sv53ve+l4svvngVJ2NFvfzyy2XXG264Yaf22WCDDcqulyzkAQAAAAAAAAAAAAAAAJVX6OLcc889l5tvvjl/+tOfMnv27CT/LsUtWZZb9Kyuri677757jjrqqOy6665LfW6HHXbIDjvskO985zv59a9/nWuvvTZvvfVWW2lu0f+9++678+yzz+aDH/zgqg/Ke3rjjTfKrtdff/1O7bNkcW7atGmdngkAAAAAAAAAAAAAAABYNQpXnGtubs6f/vSn3HzzzZk8eXKSFTtdbujQoTn88MNz+OGHZ+jQoe/5nkGDBuWkk07KZz7zmVxwwQW56aabltr71ltvVZyrEi0tLWXXAwYM6NQ+S66bO3duFi5cmNra2k7PtqotWLCg3ftNTU2ZP39+N09DEfTq1avsurb1rdQuaK3QNIvPUZ/XXnut7N6yvserNUNSjBxFyJAUI0cRMiQrnqMIGZLqzVGEDEkxchQhQ1KMHEXIkPhztlpyFCFDUowcRciQFCNHETIkxchRhAyJn3nVkqMIGZJi5ChChqQYOYqQIfHnbLXkKEKGpBg5ipAhKUaOImRIipGjCBkSP/OqJUcRMiTFyFGEDEkxchQhQ+LP2WrJUYQMSTFyFCFDUowcRciQFCNHETIkfuZVS44iZEiKkaMIGZJi5OhIBuiIxb/n119//dTV1XXLe2tKi7fKerCnn346N998c+68887MmTNnuWW55F+Fudra2uy888458sgjs+eee65U+emCCy7I1Vdf3XbiXJKMGDEiv//97zu9J13nIx/5SGbOnNl2ffzxx+fMM8/s8D7XXXddfvjDH5bde+KJJzpdxOsOjz/+eD7ykY9UegwAAAAAAAAAAAAAAABWc//4xz8ybNiwbnlXjz5xbubMmfnjH/+Ym2++OS+99FKSFTtdbt11180hhxySI444IhtttFGXzPLVr341N910U1paWtrKc0u2bKmcOXPmlF337t27U/v06dNnqXvNzc1VXZwDAAAAAAAAAAAAAACA1U2PLM5NnDgxN998c8aNG5d58+at0OlySbLTTjvlqKOOysc//vHU13dt9L59+2a77bbLww8/3DbD7Nmzu/QdAAAAAAAAAAAAAAAAALy3HlOc+9///d/84Q9/+P/s3XdYFMf/B/D3IlVQsGGLldgb9t5iYmJvib03xBo7GBXUWEjE3iX2ivnaxd4LCoiKSBRFRQGl91729we/XdmjHXd7ZY/P63nyxDvuZmdvd3Zmduczg1OnTiEwMBCAfKvLWVhYYNCgQRg2bBhq1qyp0jyWL19e8DorK0ul2yPyMzExQXp6Ov86LS1NoXRSUlJyvWdqaqpwvgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQggh4pNM4FyXLl2QmZkp9+pyLVq0wPDhw/HLL7/A0NBQLXksUaKEWrZDiq5kyZKIi4vjX+cVACePvL5XsmRJhfNFCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCBGfZALnMjIywDBMgcFypUqVQv/+/TF8+HDUqVNH3VkkWkw2uC0hIUGhdGS/Z2xsDD09PYXzpQ5NmzaFp6dnrvctLS0p2JMQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYSoTaVKldS2LckEzuWFC5hr3Lgxhg8fjr59+8LY2Fhj+bGwsECVKlU0tn2SP0tLS7x//55//fXrV4XSkf2epaWlUvlSB0NDQ7Rq1UrT2SCEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCFEbSQXOMcFy5UsWRJ9+/bF8OHD0bBhQw3nKtvixYuxePFiTWeD5KF27dp4/Pgx/zokJEShdGS/Z2VlpVS+CCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCHik1TgHMuyqFevHoYPH45+/frBzMxM01kiEiEb4Pb161ckJSWhZMmSRUrnw4cPgte1atVSOm+EEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEHFJJnBu0KBBGDZsGKytrTWdFSJB9erVE7zOyMiAj48P2rVrJ3canz59Qnh4eIHpEkIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEI0T0/TGZDX2rVrKWiOKMza2hqlSpUSvOfh4VGkNGQ/r6enh86dOyudN0IIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEKIuCQTOEeIMgwMDNC1a1fBe+fOnQPLsnKncfbsWcFra2trlCtXTozsEUIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEJERIFzpNjo1auX4HVQUBBu3bol13dfv34NT09PwXu//PKLaHkjhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhIiHYYuy5BYhEsayLAYMGIA3b97w71WtWhUXLlyAqalpvt/LzMzE0KFD4evry79XoUIFXL9+HSYmJirNMyGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGk6GjFOVJsMAyD33//XfBecHAwbG1tkZCQkOd30tLSsGDBAkHQHABMmzaNguYIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEII0VKSWXEuKSkJdnZ2yMrK4t8zMDCAk5MTDA0NRdtOamoq7O3tkZaWxr9nZGQEJycn6Ovri7YdojmzZ8/G1atXBe9VrVoVEyZMQPv27WFpaYmIiAh4e3tj//79ePfuneCzzZs3x5EjR+h8IIQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIURLSSby59KlS7h27RoYhuHfGzJkiKhBc0B2kJyZmRlcXV3BMAxYlgXDMOjRowd69+4t6raIZqxZswZfvnyBj48P/15wcDD+/PPPQr9bvXp1bNmyhYLmCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCNFieprOgLz+/fdf/t9cMJuNjY1KtjVt2jTo6X37aViWxcmTJ1WyLaJ+ZmZm2L9/P3766acifa9Vq1Y4fvw4LC0tVZQzQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQogYJBE4FxUVBR8fH8EKcM2bN0e1atVUsr0qVaqgbdu2/LYA4OnTp4iPj1fJ9oj6mZmZYdu2bdixYweaN29e4Gfr1auHdevW4ciRIyhfvryackgIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIUZS+pjMgj0ePHgmC2ACgT58+Kt1mnz594O7uzr/OzMzEo0eP8PPPP6t0u0S9evTogR49eiA0NBQvXrxAcHAwkpKSYGxsjMqVK6NJkyYqC9AkhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhKiGJALnfHx8cr3XoUMHlW6zffv2ud57/vw5Bc7pqIoVK6Jnz56azgYhhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghRAR6ms6APN69eyd4Xbp0adSsWVOl26xatSrKlCkjeO/9+/cq3SYhhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBDlSSJw7tOnT2AYBgDAMAysrKzUst3atWuDZVkwDAOWZfHx40e1bJcQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQojiJBE4Fx8fDwBgWRYAYG5urpbtym6HywchhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBDtJYnAucTERMFrMzMztWzX1NS0wHwQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgjRPpIInNPTE2YzLi5OLduV3U5mZqZatksIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIURxkgicK1myJP9vlmURGRmplu1GRUUJXhsbG6tlu4QQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQhQnicC5ihUrgmVZMAwDAHj//j3S09NVus309HQEBATw2wSAcuXKqXSbhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBClCeJwLkaNWoIXicnJ8PT01Ol2/Ty8kJSUhIA8EF71atXV+k2CSGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEKE8SgXNNmzbN9d7p06dVus1///0313tNmjRR6TYJIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQoTxKBcx06dOD/zTAMWJaFm5sbXr58qZLtvXz5Em5ubmAYRvB++/btVbI9QgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQggh4pFE4FzDhg1RvXp1wXtZWVmws7NDdHS0qNuKiYmBnZ0dWJYVvF+hQgW0bt1a1G0RQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQggRnyQC5wBg1KhRfDAbtxLc+/fvMWXKFMTExIiyjZiYGEydOhUBAQH8NliWBcMwGDlypCjbIIQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQolqSCZwbNmwYKleuzL9mGAYsy8LX1xd9+vTBzZs3lUr/9u3b6Nu3L16+fMkHzXHKlSuH0aNHK5U+IYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQ9WBYbhk3Cbhx4wZmzpzJB81x/weyA+kaNmyIESNGoGfPnihdunSh6cXHx+PatWs4ceIEfH19c61ox23D2dkZvXv3Vt2OEUIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIEY2kAucAYO3atTh48KAgeA5ArqC36tWro3HjxihfvjxKlSoFMzMzJCYmIj4+HhEREXj16hUCAwPBsmyu7+Y0cuRILFu2TE17RwghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghRFmSC5xjWRYLFy7ExYsXcwW6ye5KXoFw8n6WZVn07dsXf//9d4HpEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEII0S6SC5wDsoPa/v77b+zbt69IwXE55fc97juTJk3CggULKGiOEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIkRpKBc5y7d+9ixYoVCAkJESXAjWVZVKlSBStWrEDnzp1FyCEhhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBB1k3TgHACkpaXh+PHjOHbsGAIDA/n35Qmky7nrNWrUwJgxYzB06FAYGhqqJK+EEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEJUT/KBczk9e/YMd+7cgbe3N/777z8kJCTk+1kzMzM0aNAALVu2RLdu3WBtba2+jBJCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCFEZnQqckxUbG4uwsDAkJSUhPT0dBgYGKFmyJCpUqAALCwtNZ48QQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQogK6HTgHCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEkOJHT9MZIIQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQsREgXOEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEJ0CgXOEUIIIYToCDc3N7Rp04b/z9HRUdNZIoQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEI3Q13QGCCGEEEKIOIKDgxEXFwcAYBgGPXr00HCOCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghRDMocI4QQojCoqOj8eXLFwBA5cqVUaZMGQ3niJDiLTMzU/C6du3aGsoJKUx0dDSeP38OHx8fhIeHIy4uDomJiTA1NUXp0qVRoUIFNG3aFNbW1nRtJYQQQgghhBBCCCGiS09PR1JSEkqWLAkDAwNNZ4cQQogWorpCe0j5WGRlZSEmJgZxcXH8PpQuXRoWFhbQ09PTdPYIIUQn6OK1Nj4+HvHx8fzrKlWqaDA38tHF40CIsqhcaB8p9y10DR0LQtSLAucIIYQU2Z07d7Bt2zb4+fmBZVn+/WbNmsHGxgbdu3fXYO4IUU5CQgJmzpyJrKwsAEDDhg1hZ2encHrr1q2Dn58fAMDAwAA7duyAkZGRKHmVVapUKcFrCwsLlWxHGyUmJiIqKgoxMTFgGAZlypRB+fLlVfZbK+r27ds4dOgQHj9+LPd3OnTogDFjxqBbt26qyxjRmLFjx2o6CwCyV6k8ePCgprNBCCkCPz8/+Pv7868HDhyouczomJSUFLx//x7v379HaGgokpKSkJSUhMTERACAqakpSpYsiZIlS8LS0hJWVlaoVasWTExMNJzzwvn7++PFixfw8fFBWFgYYmNj+Zvx5ubmsLS0RNOmTdGsWTPUrVtX09ktVrS5Pevm5gZHR0f+de/evQWvdcXLly/h6emJ58+fIzIyErGxsWAYBhYWFrC0tESrVq3QoUMH1KhRQ2N5LC7HgmheZGQkPn/+zA9oyMrKQt26ddGwYUNNZ61YiY+Px8uXLwutt5s0aZLrnhAhsiIiInDlyhU8f/4cL1++RFhYGFJSUvi/Gxsbw9LSEk2aNIG1tTV++eUXlC9fXoM5JkRzgoKC+EkjAaB169YazE3hpNLPy8zMxO7du/lnL5aWlhg6dKjC6Z06dQqhoaEAsp+92NjYiJJPMWlzPy8vxaGuuHLlCu7evQsg+574mjVrNJyjvOnCsfD19cWlS5fw/Plz/Pfff0hNTc31GSMjIzRo0ADW1tbo06cPGjdurIGcKk5K9YWU+hbFsb6QqsDAQP6ckp0kljunNHkfTVHu7u54+vQp/3rmzJkazE3BdP1au2fPHri4uADIrre5cTfaRtePgzbSlboiIyMDgYGBRX4mWbt2bdSoUQP6+to7/L84lAuptAWl1LfQlbKdHykdC0J0FcPmjHgghBBSrHh6emLu3Ln868GDB2PevHkFfmfXrl3YvHkzACCvKoRhGIwfPx6LFy8WN7NFlJqairdv3yIqKgoJCQlIS0tTOC11DEIODg7GTz/9xP+mPXr0wLZt2xROb+bMmbh58yYAQF9fH3fu3EG5cuVEyWt+dGEfAOD48eNYsWIFgOzzecOGDejVq5fC6V2+fBlz584FwzAAgDVr1mDQoEGi5FXW3bt3+U4ewzC4fv06vvvuO5VsSxu8fv0arq6u8PT0REBAQK5rUokSJdCwYUN06NABI0aMQMWKFTWUUyAkJAQLFy6Et7c3gNzXT+78KOhvLVu2xN9//43KlSurOLdEnerXry84/prAsiwYhsF///2nVDohISEi5Uh5UphxUBYFQYnr48ePePPmDaKiohAfH69UW1BbH4o6OzvzDwwBKF2Gi7PMzEx4eHjg5s2buHv3LoKDg/Ps6xSEYRhUrVoVXbt2RY8ePdCmTRuUKFFCRTkumtTUVJw6dQonT57Eu3fvcv2dqwdkff/99xg+fDh+/fVXrRnUp2tlWyrt2b1798LZ2RlA9rm+Z88edO7cWSN5UYXLly9j7969ua6j3PGQLR+dO3fGzJkz0bRpU7XlkaPLx0IXyrfU9yEgIABHjhzBo0eP8OnTp1x/nzJlSp73DaOjo+Hm5sa/trKyQrt27ZTKi6enp1LfF5MmBjzcvn0bJ0+exP379/lBAgXR09ND586dMXz4cJ2adEesmeWL+/n07t07bNmyBbdu3UJmZiaAvO/rc7h6r0SJEvjhhx8wa9Ys1KlTRy15JdIh9TqvMDn729o6QFeK/bwbN25g5syZfL4WLlyIiRMnKpze/v374eTkxKe3d+9edOrUSZS8KkMq/bycilNd4ezsjL179/L7oG3303ThWDx8+BDOzs6C31aefQCyJzOdP38+OnTooNI8ikUK9YUU+xbFob5ITU1Vug2lqedg/v7+OHnyJC5duoTY2NhCP29ubo6+ffti6NChkpmoTQrPXorLtZartwGI8ixbbNp2HIrT/Q8p1xVRUVG4desWbt68CXd39zwDyuRhZGSE9u3bo0ePHvjhhx9QtmxZkXOqGG0rF6qk7W1BKfYtpFy2CyLFY0GIrtKJwLmwsDB4e3vDx8cHr169QmRkJOLi4hAfHy+IxlUGwzC4ceOGJAdgEkJIflasWIHjx48DyL7OnTt3rsCbVQ8ePMCUKVPyHTwGfHsYt3jxYowfP14l+c5PdHQ0zpw5g4sXL+LNmzdy3fyVhzpuvmzduhXbt28HkP27njhxAs2aNVM4vefPn2P48OF8enPnzsXUqVNFyWt+dGEfAGDcuHF48uQJAKBMmTJ4+PChUkvDZ2VloVOnToiOjgYAdOzYUXCjVUwxMTHo0KEDX0a3bt2KH3/8USXbUlZGRobgZrqhoaHcMxh+/foVy5cvx/379wHI15nU19fHb7/9hkWLFsHY2FiJnBedl5cXbG1tkZCQkOf1M78g5Lz+XqpUKezcuROtWrVSYY6JOulS4Jw27AugnTcl5SGFB3HaLiAgAMeOHZP7ga28tPVYaPsDw7xER0fj+fPn8PHxQXh4eK5ZaCtUqICmTZvC2toaZcqUUXl+0tLScPz4cezduxeRkZEACm5XyIO7DpYtWxY2NjYYPnw4DA0Nlc6rop48eYLly5fj06dPBQbuc/L6TPXq1bFq1Sq0adNGpXnNj7aW7eLUnt21axc2bdrE5+fGjRuoWrWqWvNQkCdPngjq0K5du2L06NGFfi8xMRF//PEHrl69CkB4HGTLR16DXWfMmIHp06crk/Ui0/ZjUVTaWr6LQhf2ISYmBg4ODrh+/TpYls23j5pf4BzLsujZsyeCgoIAAJUrV8atW7eUylNx7Vt8+PABS5cuVWrSnRYtWuDPP/9ErVq1VJrXgIAA3Lx5E97e3ggPD0dycjLKlSuHatWqoUuXLujcuTNMTU2V2oZYg0+K6/nEsiy2b9+O3bt3IyMjo8B6TvZ7OT+nr68PGxsbzJgxQyt+R4629S2KA12o8+Sl7f1tqfbzZs+ejWvXrgHInkX94cOHStUViYmJ6NixI1JSUsAwDPr06YP169crlcfi1M8DdL+uyIu2lm9dOBapqalwdHTE2bNnBXmTJx+y+zFw4EA4OjpqzURO+dHW8wmQVt9ClhTqi6Ly9fXFxYsX8fz5c7x580bpsYyaeA4WHR2NP//8k584pyj30blzqk+fPvjjjz+0vn2uzWW7uF1rtfVYaOtxKE73P6RYV0RFRWHXrl04efIkHzgtT59Bns8YGhpi+PDhsLGx0VgAnbaWC1XS1muUlPsWUizbBZHysSBEV2nvWq1yePjwIQ4fPpxrZhwdiAUkhBC1ePToERiGAcuy+P777wud4emvv/4SzFKZ101ULr3NmzejV69eapsp0dXVFevXr0d8fLyo9YC6Gpu3bt3it1WjRg2lAs4AwNraGrVr18aHDx8AANevX1d50Jku7ENKSgq8vb35/fjpp5+UCpoDsmfm69mzJ06cOAEgO4gqLS1NJQOoLSws0LZtW7i7u4NhGFy9elVrA+dOnDiB1atX869nzJgh1+zC7u7umDt3LmJjY+W+0cKyLNLT03H8+HE8ffoU27ZtQ7Vq1ZTbATn5+/tj+vTp/AzpstfPChUqoG7durCwsICJiQmSk5MRExMDf39/hIeH5/pOfHw8pk+fjmPHjuH7779Xyz7ouvT0dNy/fx8vXrwQZaZsbgBzUehS/0WX9kUTinIDmQht3LgR//zzDzIzM0U5D7k2LR0Lcdy+fRuHDh3C48eP5f5Ohw4dMGbMGJXNbHz37l04ODggNDRU7pvU8uDSioyMxNq1a7F//344Ojqia9euSqWriGPHjuHPP//kgyBkB8TkV1ZkPxcYGIjx48dj+fLl/MQW6qLNZbu4tGcB5BooamFhobZty+PChQv84FSGYTBt2rRCv5OSkoLx48fD19dXrsktZP+WmZmJrVu3Ijg4WHAeqJq2H4ui0ObyLS9d2AcfHx/MmjULYWFh/LZz9kG5PBWEYRiMHj0aa9euBQB8+fIFjx8/VnrVOS4PxcXNmzcxb948pKWl5Xtdkmew69OnTzFw4EBs2rQJ3bt3Fz2fYWFhcHJyEqwyyG37w4cP8PLywpkzZ2BmZoZx48ZhypQpSg1yEfMcKE7nU1ZWFhYtWoRLly7lOp8Kagdycn42PT0d27dvR2BgIP766y+N95G0sW9RHOhCnacrpNrPy8rKwuPHj/l8dOrUSekAa1NTU3Tp0gXXrl0Dy7J4+PCh0vksTv08Xa4rpEYXjkVycjKmTZsGDw+PPPehMLLXqLNnzyIkJAS7d+/WSFCp1Emlb5EXqdQX8vL394ejoyOePXvGvyfFfomPjw+mTZuG6OhouSbZzut9ALh06RLc3d2xc+dONG3aVLWZ1kF0rdUOUjgOUrzOFIUU64rjx4/jr7/+QkpKiuC8ya+tJltXFxZgk5qaikOHDsHV1RWLFi3CiBEjRM1/YaRQLooLKfctpFi2CyLlY0GILpNk4FxERAQWLVoEd3d3AIWv0qEsXW9MEkKKp9jYWAQGBvIdsS5duhT4eXd3d/j7+/MPNPX19TFnzhwMHjwYpqam8PT0xMqVK/nZpVNSUnDkyBHMnz9f5fuyceNG7NmzJ9+bdNp+HY+JicHr16/51z/99JMo6f7000/YvXs3AMDPzw/x8fFyz4xZVLqwD0D2zev09HT+HBJrVa9WrVrxgXOpqal4+/YtGjVqJErasmxsbPg20qVLlzB27Fg0adJEJdtSxp07d/iyqa+vL9fDeT8/P0yfPh3JyckA5L/RkvNzb968weTJk+Hq6gpzc3NldqFQLMtiwYIFiIuLE+ShfPnyGDVqFAYMGFDgasYhISE4f/48jh49ivDwcD6NuLg4zJ8/H2fPntVoZzgyMhJubm54/vw5/P39+YCz9PR0hdJT9+yIqamp2LlzJ44fP464uDj+fWXrjKIeE25wqa7Q9A0aba/zpUCKZXvx4sU4f/68XIEP8qJzSRwhISFYuHChQjMbP3r0CI8ePULLli3x999/o3LlyqLla//+/fj777/5SZgKC5YxMjKCkZER/3AmJSUFqampSE1NLXSfvnz5AltbWyxYsAATJ04UbR8Kc+rUKaxcuZLPU87AByMjI9StWxfff/89SpcuzQfvx8XF4d27d3j79i0/6zG3P1lZWVixYgX09fXx66+/qmUftL1sF4f2LOe7774TvI6Ojlb6YZWYck4K9N1336Fly5aFfsfOzg4vX77MFSQEAJaWlqhTpw7Mzc3Bsizi4uLw5s0bREREABAej9OnT+P777/HhAkTVLR3Qtp+LOSl7eVbHrqwDx8+fMDUqVMRExMDAIK6olKlSqhQoQJevnwpV1r9+vWDk5MT//1bt26JEjinyf6FOo/H7du38fvvv/NtbtnrUtmyZfOstwMCAvhVc3P+VqmpqZg9eza2bt0qaqDQu3fvMHHiRISHh+c7eId7Pz4+Htu3b8eFCxewdu1atGjRQrR8KKq4nE8AsHLlSly8eBGA8HzS09NDq1at0LRpU9SpUwelSpVCyZIlkZSUhPj4eLx9+xY+Pj54+vQpsrKyBN+9ePEizMzM4ODgoNZ94Whr36IgSUlJSE5ORpkyZZSenC0nPz8/+Pv7868HDhwoWtp50YU6T1dIuZ/3/v17wX3yjh07ipJup06d+NnoY2Ji8P79e9SuXVvh9IpTP08X6wqp0oVjsWjRIjx58iTXPpiZmeHHH38scB9evnyJGzduID4+XnBt8/DwwKJFi7Blyxa17IOukErfIj9SqS/kcefOHcyZMydXAKNYE7epy4sXLzB58uR8J4llGAZVqlTJdU59+fIl1/13lmURGRmJiRMnYt++fRQ8V0TafK3lVpgSW85+jzzbUXXfCNDu48DR9fsfUqsr/vzzTxw9erTQgDI9PT1UqFABZmZmeT6TTEhIQHh4uGCBGdn0kpOTsXLlSgQEBGDp0qVK511eUigXxYWU+xZSK9uFkfKxIESXSS5w7tmzZ5g5cyaioqLkmq2rKJ/JSdMDPgkhRNXev38P4NusT40bNy7w81xDjvv89OnTMWXKFP7vnTt3xr59+9C/f39+hpSLFy+qPHDu5s2bfGCVbOfS0NAQ1apVg5mZmUpW9xKLv7+/oL6ytrYWJd2c6WRlZeHNmzeiBYLJ0oV9AHKXi4YNG4qSboMGDQB8O0c/fPigssC5du3aYcSIETh+/DhYloWtrS0OHDigVauTsSyLZ8+e8b9H8+bNUb58+QK/k5aWhpkzZyI5OTlXWbe2tkbbtm1Rt25dlC5dmh/c6u/vD3d3d8GAWJZl8enTJ8yfPx8uLi4q3c/Tp08LAo6B7Ju1S5cuhZmZWaHfr1KlCqZNm4bRo0djzZo1OH36NL/v/v7+OHPmDAYPHqzSfchLREQEnJyccPnyZWRmZgKQ3mCXoKAgTJo0CZ8+fco12E+ZfoAiv8OgQYMU3p42ktq5QL6Ratn+3//+h3PnzuUKfGAYBtWqVUPNmjX5BwyaYm9vr5J0X716Jfd2GIbBmjVrVJKP/Hh5ecHW1hYJCQn5DrCUZ7Crl5cX+vfvj507d4rSDvzf//4HJycnwfa4bVWuXBmtW7dGixYtYGVlhUqVKqFy5crQ18/79llGRga+fv2KL1++4P3793j69Cm8vLwQEhIiSD8rKwt///03LCws1FJ3BwUF8cc75z42bNgQEydOxI8//ljgDI2pqam4fv069u/fj1evXgnaUatXr0b79u1RtWpVle6Dtpft4tKe5TRr1gx6enp8fl+/fp0rgEtTwsPDERISwv8+8syA7uHhgStXrgiOg76+PkaMGIGRI0eiVq1aeX4vICAAhw8fxqlTp/iHVSzLYtOmTejduzcqVqwo6r7lRZuPhby0vXzLQxf2ISsrC7NmzUJMTAy/D4aGhhgzZgxGjBjBX+fr168vVx+pbNmysLa25gNauAl9FFXQJDO6JioqCvb29oKJnFiWhaWlJUaNGoU+ffoUWM6Dg4Nx8eJFHD9+HF+/fuXPy/T0dNjZ2eHy5csoU6aM0vkMCwvDmDFjEB0dDSD/wBnZ9wMDAzF27Fj8/vvvmDx5stL5UERxOp+A7Hru5MmTgvOpRIkSGDlyJCZPnixXfRUaGop9+/bh6NGjyMzM5Ou8EydOoHfv3mjdurWqd0NAW/sWstLS0nD69GncuHED3t7egiCaKlWqoEuXLujdu7fS2758+bKgHajKwaHaXudt27ZNJek+ffq0SNuRZ0UyZUm9n/f27Vs+z/I8k5SX7DMcZQbAFad+nhTqih49eij1/fzknESvsO0wDIMbN26oJB8cKRyLwly7dg3Xr1/PNUh65syZGDFiRIF1BJe3FStW4MSJE9i6dSsSEhL4fbh+/TquX7+u9IStxaW+kErfoiBSqC/k8fbtW8yaNSvfAEapSEpKwty5c/lgBiB7H0xMTNCvXz/06dMHTZo0QcmSJfP8rq+vLy5evIiLFy8iKSmJTyMhIQFz587FxYsXYWJionD+xo4dq/B3C8JNFi7PdhiGwcGDB1WSj5y0/VprZ2en8rG2LMsW+rxN1YFz2n4cisv9DynVFbt27cKRI0cAIFefumXLlmjTpg3/TLJixYooUaJEgellZmYiNDSUfybp6emJp0+f8mly6R89ehTly5fHtGnTlMq/PLS9XADFpy0o9b6FlMp2YaR+LAjRZZIKnAsODsb06dPzfDAHFNzBzO9vsjf65UmLEEJ0gezNnjp16hT4+fv37/MNMBMTE4wbNy7XZ6pVq4bBgwfj6NGjAICvX78iODhYpQ/b/vrrLwDfZsVmGAYDBw7E0KFDYW1tLepMrqoSGBgoeF23bl1R0uUCpbh6LjAwUGVBZ7qwDwD4WdY5ZcuWFSVd2YcIUVFRoqSbn6VLlyIpKQnnzp1DREQEhgwZAhsbGwwfPly0fVJGQEAAEhMT+eNa2IqXAHDs2DF+QCzXTmvSpAlWrlzJBybmx8fHBw4ODvjvv//47z98+BCPHj1Chw4dlN+hfHCrDHLXplGjRik0q5OZmRnWrFkDU1NTHD58mN+H48ePqz1w7uXLl5g8eTLi4uIkOztidHQ0Ro8eja9fvwIQ3qCkPoBycq48SqRFymV78+bNgnJsbGyMSZMmYejQoWoJYJDHmTNn1PLAML+ZNrl6SJ2Bc/7+/pg+fXq+s9BWqFABdevWhYWFBT8LbUxMDPz9/REeHp7rO/Hx8Zg+fTqOHTum1GQAwcHB+PPPP3MNou3RowdGjx6N9u3bFyk9fX19fPfdd/juu+/QunVrDBs2DADw+PFjHDlyBDdu3BAMglu1ahXatWun8oeXGzZs4Aftccd/wYIFmDRpklznopGREfr27Ys+ffrwq/NxUlJSsGHDBjg7O6tyF7S+bBeX9izHwsICbdu2hbu7OxiGwdWrV/Hjjz+qfLvyePfuHYBv1zp5JnHZsWMH/2+WzV4Revfu3YVObmJlZQVHR0cMHDgQ06ZNQ2xsLIDswbK7d+/G8uXLFd8ROWnzsZCXtpdveejCPvzvf//Du3fv+GuKvOWgIG3btuUD5969e4eEhAS5Jo3Jy61btxTOh9Rs2rSJD2Dk6ofhw4dj0aJFeQ4+lFW1alXY2Nhg7NixWL9+PY4ePcqfn7Gxsdi0aRNWrFihdD7t7e0RHR2dq11XpUoV1KtXD8bGxvjy5Qv+++8/pKamCvoTGRkZcHZ2xsePH7Fq1SqVt41lFafzCQC2bt3K14ssy8Lc3By7du1C8+bN5U6jYsWKsLe3R69evWBjY8PP9syyLLZs2YLDhw+rcA+EtLVvIevRo0dwcHDgn7vIPnMOCgrC8ePHcfz4cbRu3RrLli0r9JlMQeSZOFYM2l7nbdu2TS397e3btxf4GXUEzkm9n8et3swR6/zh0uF+g9DQUIXTKk79PCnUFcHBwYLfVRVYlkVwcHC+f1dHm0UKx6Iw3AS3QPZvWrVqVezbtw81atSQOw1DQ0OMHTsW3bp1w4QJEwTlateuXaIMli4O9YVU+hYFkUJ9IY/Vq1fnCmCsUaMGBg0ahNatW6NWrVpaP/kzkH0PTbae69atGxwdHVGpUqUCv1uyZEm0adMGbdq0wYwZM+Do6Ijbt2/zv0lISAh27Nih1ETcHh4eainbnp6e+f5NXf1bKVxrubypUkHpq+NYaPtxKC73P6RSV/j7+wvaIFzgzKhRozB69GhUr169yGmWKFECVapUQZUqVdCpUycAwOfPn3HkyJFcwTXbtm1Djx49lLr3IA9tLxdA8WkLSr1vIZWyLQ+pHwtCdJlkAueysrL4oLm8AuYqV66Mzp07o3r16ihTpgz++OMPwY3jFi1a4Ndff0VSUhJiYmIQGhqK58+f4927d/wMwTk/371791wVrqpnziGEEHXigpA5BV3jPn78iLCwMP5a2blzZ5iamub52W7duvGBcwDw5s0blQXOvXnzBoGBgfz1W19fH5s2bZLcoDHZ2Q3Nzc1FSVc2HW5wgSrowj4A2Q+IcxJrplzZdJKSkkRJNy/coPn27dsjJCQEnp6eSE1NxdatW7Fz505YW1ujcePGqFixIszMzPJdQaUgys7U9fHjRwBFmyXmyJEjgrbaDz/8gC1bthQ64xIANG3aFK6urpg+fTofBAwALi4uKnsAHRUVBV9fXz7PVlZWsLOzUyrNRYsWwd3dHQEBAQCyVxqKiopSWzBkSEgIJk6cmO9AJalwdnbmZ8oEvq0w0qZNG7Ru3VrjM2UTom5SLts+Pj58G5Wb3OHAgQNo1qyZprOWJ008MFT3oGQuHwsWLOBv3nLvlS9fHqNGjcKAAQMKDBwLCQnB+fPncfToUYSHh/NpxMXFYf78+Th79qzC+7Vr1y7BQMNSpUph7dq1ovcf2rVrh3bt2uHmzZuwt7fny1dKSgp27dqFlStXirq9nJKSknDr1i1Bu2np0qUYNWpUkdNiGAYTJ06EiYkJVqxYwad569YtJCcnKzUbcEGkULaLQ3tWlo2NDb+C1KVLlzB27Fg0adJELdsuiOykQPXq1Svw8wkJCfDy8hLcR9i7d2+hg1pzsra2xu7duzFy5EhkZWWBZVlcuXJFLYFzgPYeC3lIoXwXRhf2ARBek0qUKIGtW7cqFTQHIFc5ev/+PZo2bapUmrouLS0Nly9fFtQPU6dOxdy5c4uclomJCZYtW4ZSpUph165dfJpubm5YunQpDAwMFM6nu7s7Hj58KBgsWadOHSxbtgxt2rQRfDYhIQGXLl3Cnj17+AHv3Pf+97//ITY2Fs7Ozlo/QFSqwsLC8PTpU0H53rlzZ5EGZeRkbW2NXbt2YdSoUfyxf/r0KcLCwmBpaSlm1vOkzX2LnC5cuAB7e3tkZmYWGNDG/c3DwwODBw/G7NmzMWXKFKW3rypSqvN0fYCuLvTzEhMTBa8VDa6XJfusUnY7RVFc+nlSqytUUcZylun80lfHvVGpHYu8fP78mV/FkmVZGBkZYc+ePUUaKJ1T9erVsWfPHgwaNIhfqcvPzw+fP39GtWrVlM6vLtcXUulbFEYK9UVhQkND8eTJE8GxGDduHBYuXKjQc3lNycrK4icF5PZj4MCBWLNmTZHP54oVK2LHjh1YsmSJIM0zZ85g3rx5SpcPdU0qoSlSutbqcr0tpeOg66RSV+zcuRMZGRn8OcNdC5W9ByurWrVqsLe3R//+/TFjxgw+KCgzMxM7d+7Ehg0bRN1eTlIrF7rcFtSFvoVUynZhdOFYEKLLJNMju3jxIt68eSOoQFiWRdmyZbFo0aJcA7j/+OMPwevq1atj0KBBudKNjo6Gq6urYKl5lmVx+/ZtlC9fHo6OjpJYrYgQQopKNkAov0A4APxs0dwNsc6dO+f7WSsrKwDqmaXBz8+P/zfDMBg+fLjkguaA7M5qTmJ1lmTTkT3mYtKFfQCAUqVKCV7HxMQUWDbkJbuSnaoePgOAnZ2d4HfLOagkPT0dXl5e8PLyUmobygbOcSt9cWrWrFng5z99+oSgoCB+XypXrowNGzbI9fCZY2BggE2bNuHnn39GZGQkPzucqgYDvHjxgr9mMgyDESNGKP0wxMDAACNGjMCqVasAZB/TFy9eoHv37mJkuVDr1q1DfHy84JwqXbo0fv75Z8kEnCUmJuL8+fO5JthYu3atwjfvCJE6KZdtf39//t8Mw2D8+PFaOYCPk/M3FqutJM8DQ3U7ffo0/P39BQOrBw4ciKVLl8p1g7tKlSqYNm0aRo8ejTVr1uD06dP8vvn7++PMmTMKrbialpaGixcv8vkyNDTEjh070Lp16yKnJa8ePXpg27ZtmDRpEjIyMsCyLC5cuIClS5eqbLC4l5cXUlJS+DZImzZtFBpMmdOIESNw9epVPH78GEB2m9zT01Ou2fcVIYWyXRzas7LatWuHESNG4Pjx42BZFra2tjhw4ICoK7UoQnYSl8ImlXj69Cn/sJphGAwdOrRIQXOcZs2aYcCAATh9+jSA7HvM//33n0JpFZW2Hgt5SKF8F0YX9iEsLIx/1sIwDH755ReFH9rmVLt2bQDf2iQfP36kwLlCPH36VNAWb9iwIX7//Xel0pw9ezbu37+PV69eAfgWMFzUlXVzyjl7LcNkr+7p4uKS5z0zMzMzDBs2DIMGDcLGjRtx4MAB/nssy+LGjRuwsbHBjh071FJ/FTcvXrwQTBbav39/tGjRQqk0mzdvjgEDBuDMmTMAvt2PEmM1gsJoa98ip+fPn8POzo6f1b2gyWhk79Nu2LABT58+hbOzsyj3oMUmpTpPlwfoArrRz5O95sfHx8u1+lFhEhISBK+L0seSVVz6eVKtK1RV3jQ5eZhUj0VOXJsTAN/H5sYKKMrKygpDhw7FkSNH+Pd8fX1FGSyty/WFVPoWhZFCfVEYLy8vwTPizp07w97eXmXbU5Vnz54hMjKSP6eqV6/OB90rgmEYrFixAt7e3vj06RMAIDIyEk+fPkWrVq2UymtBbXAxaHqiSSldazUZlKJqUjoOuk4KdUVSUhJu3LjB388wNTWFi4uLSld/a9SoEfbu3Ythw4YhOTmZvw+XlJQkyu+TF6mVC11uC+pC30IKZVseunAsCNFlkgmcy7mkK5Bd8CtVqoQDBw4UetOyIGXKlOGXml+7di1cXV35BsupU6cQFhaGHTt2UPAcIUTnyDbK09LSYGxsnOdnnz17JnjdsmXLfNOVXSFMtvEpJm6JZu7GY//+/VW2LVWysLAQvI6KisoVwKWIqKgowWsx0syPLuwDkHvlxcDAQFFWTORu/nLnqjpWCJOdWU128gFFiXEjQXb2ltKlSxf4eR8fHwDffr8JEyYoFMBhamqKcePGwdnZGQCQkZEBb29vdOzYschpFUb2+iTWQyQuHe44yC5VryrR0dG4efOmIODs559/xsqVK0VbYVIdnjx5grS0NP73q127Nvbv36+VAUFEc9Qx4D0/OQcDqoPUyzbXTuDy/ssvv2g4RwXj8mlpaSnKzLJxcXF8W5thGFSuXFnpNMVw4sQJAN/2d9SoUVi6dGmR0zEzM8OaNWtgamqKw4cP8+fp8ePHFRrc+uLFC361Oa7voMqgOU6bNm0wYMAA/PvvvwCyByO+ePFCZdvmBvpxv/+wYcNESXfo0KH8gMqc21EFKZTt4tCezcvSpUuRlJSEc+fOISIiAkOGDIGNjQ2GDx+utlWQZaWlpQleFzbr+ZcvXwB8Oxa9e/dWeNt9+/blA+cAICAgQG3tCG08FvKQQvkujC7sg+w1qU+fPqKkK3stlA1sJbkFBwcD+HYshg8frvR9Fz09PYwYMULQ/uK2o4iMjAzBanOmpqbYvHlzoUE+hoaGWLx4Mdq3b4+FCxfyK4axLIvHjx9jwoQJ2Lt3r8rv9RU3YWFhAL6dU/369RMl3f79+/MrQwCqnSwvJ23tW3DS0tKwaNEiPmiOy2vp0qXxww8/oH79+jAyMsKXL1/g4eGB58+fAxAO7L179y7GjBmDvXv3oly5cgrnRRWkVOfp8gBdQDf6ebLPXkJDQ1GxYkWl05XNszJt4eLSz5NaXcHls3Xr1vjuu++UTs/X1xdv374FkH09VnaiSGVI7VjkhUtb7LqiV69e/IqOwLffSlm6XF9IoW8hDynUF4UJDw8H8O1YjB07VmXbUqXPnz8DELbFlZ0MztDQEKNGjcKaNWsE21E2cI7LY4MGDURZnSYoKIi/h8gwjNL5U5bUrrUMw6Bjx45YsGCB0n3+vXv38v1ChmFw48YNMbKoEKkdB10mhbri+fPnSE9PF0zgp8qgOU6dOnUwbNgw7N+/HwCQnp6O58+fq2xFa6mVC11uC+pC30IKZVseunAsCNFlkgic8/PzQ0BAgOBBgp6eHtavX69U0FxOJiYmWLlyJRo2bAhHR0f+ocndu3exevVqLFu2TJTtEEKItpC9YRQVFZXvQyBPT0/+ulimTBnUqlUr33RlOwFZWVnKZzYfskHNYtUJ6ibb8Pfz8xNl5aP//vsPgHqCtXRhHwDwD924Nsf9+/dFuYFw//59wWt1DmzX9EP9vMg+qElNTS1wwFVkZKTgdUGrXhamS5cucHZ25vOgqsEA0dHRgtdiLY8um47sdlTFw8NDMHN2s2bNsHnzZrVsW0yyA6VtbGwoaK4YcnZ2houLC4Ds61HOFWwBzV43VTHLWUGkXrZlgyPECHZXJe74mpubY8WKFUrPLObs7Iy9e/fyr2/duqVUemKIioqCr68v33ewsrKCnZ2dUmkuWrQI7u7uCAgIAJA9e2FUVFSR24Xv378H8K0OUHZliaIYPHgw/v33X/4cCAgIUFngnGzboEmTJqKky60YxO2DKtsgUijbxaE9K+vs2bMAsidyCAkJgaenJ1JTU7F161bs3LkT1tbWaNy4MSpWrAgzMzOFAoQVGbAoO9tkVFRUgQNkZCdnUeZhNbfCG3csZNNWFW09FvKQQvkujC7sg+wELA0bNhQlXdmyJzv4nOQmWz+0adNGlHS5doYY1yc/Pz+kpqYKBvoU5R5Hly5dcPLkSdjY2CAwMJBvJ7548QJjxozBP//8o3XBQlIWHx8veK3sLN8cbkVJjjrKtzb3LThubm749OmTYBKcgQMHYsmSJXk+a/n48SO2bNkCNzc3vkyxLAs/Pz+MHDkS+/fvR5UqVRTfQZFJrc7jBug6ODgoPRN9zv42wzD8cwpN0YV+XoUKFQTbcnd3F2VlWi7wj+vrK1OnFJd+nlTqCgMDA361cJZl4evri86dO2PSpElKrRDg7OzMB84BwNq1a5XKpzKkciwKkpqaKngtxrPhvNKR3Y4ydLW+kELfQh5SqC8KIzvJkyYna1SGbJCCWAHdXDrcMeYCDZXB1RXh4eGYPHmy0hMEyT57ybkKuyZI4Vrbv39/nD9/nj+uDx8+xOvXr2Fvb6/U8ZANvNNkn0QKx6G4kEJd8eHDB0FaykzgV1R9+vTB/v37+d/nw4cPKguck2K50NW2oC70LaRQtuWhC8eCEF0micA5T09P/t85o9NVMaPH8OHDERERgW3btvEdq2PHjqFnz55o27at6NsjhBBNkX0Y/O7duzwDz4KCgvDx40f+QW5hA3xjY2MFr1W13DeQO4AkMzNTZdtSJa6BzDX879y5g169eimd7p07dwSvVRlYqAv7AACNGzeGmZkZEhMTwbIszpw5gxkzZig1M1lCQgJOnz7NtyuMjY1F6djlRx0rpyhLduBIREREgQNUZK8rygQeyn5XVYMBZFfwTExMFGWGu6SkpAK3oyqyM0VNnjxZLdsVm+wqqGI9OCTSU1hwnLoD2DRF6mVb9pqempoqyrVWbH/++Sf+/vtvxMbGgmEYvHv3DqNHj8avv/6KhQsX6tQqGy9evODPJ4ZhMGLECKVX1zMwMMCIESOwatUqAOAHWnfv3r1I6ci2J9Q56YbstlS5Ao9s20B2ggtFya4wrcrAcymU7eLQnpVlZ2cnqB9zTnCWnp4OLy8veHl5KbUNRYK1KlWqJHgdFBSE6tWr5/t52cl9lLlnIftd2ba6qmjrsZCHFMp3YXRhH2SvSYWtpiKvlJQUwWtlZ6LXBklJSSq9tyn7G4n10F42ncJW4yyI7ECfH374ochp1KxZEydPnsSUKVPw8uVL/h7Z69evMXr0aBw4cECU2YO1narPJyD3oMLCVgaUl2w66rjuaXPfgnPs2DE+HS6wdMWKFfl+vmbNmtiwYQP69euHJUuWIDo6mi8PgYGBGDlyJPbt25drIIymSKHOs7W1hYuLCzIyMgBkD9Dt168fpk+fjokTJ4qy2rs20IV+nrW1NfT19ZGZmQmWZXH+/HlMnTpVqXtwLMvi3LlzfDnS09ODtbW1wukVl36eVOqKs2fPYtmyZfD29gbDMEhJScHGjRtx4cIFUSak0gZSORYFMTc3F7wWqw8gm47sdoqqONQXUuhbyEMK9UVhZOtpqU7gKRukLFafTTYdZYKh9+/fj+XLl+Pz589gGAaRkZFYsGABTp8+DUdHR6UDIrSFFK61f/31FwYMGAAHBwcEBQWBYRhERETo1PGQwnHQFqq+/yGFukI2cEad57/sKs2yY2TEJJVyURzagrrQt5BC2ZaHLhwLQnSZXuEf0by8HvQPGzZMZduztbUVBACwLIuNGzeqbHuEEKIJ9erVA/BtgNXNmzfz/NzFixcBfBtgXlhQTs4B2IBqlzeWnVVTXTPti6127dr8DUKWZeHm5obPnz8rlebnz59x8eJF/viWKVNGpbOZ6cI+ANmrGLZt25Y/f2NjY/H3338rleb69esRExMDILu8tW7dWqWDxw4fPqzy/5QlO5BVdrUnWbIDA9LT0xXeNncjhKOqVTFlHyRxq9woK+dqOYDql5DnJCcnC16rMvhTlWRvHIg1QJToJpZl1f6fukm9bDdr1kzwOigoSEM5Kdivv/4KNzc3/PLLL/xxzsrKwqlTp/DLL7/gwoULGs6heLgVbLj9bN++vSjpculw7ULZlXIUIdsmUCV1TvAh+0BMrMF2XHs2v+2ISQpluzi0Z/MjW2dxg9lz/k2ddWDdunX5fAC5J1+RJTsBjzLXE9nZ3FUdDCFL246FPKRQvgujC/ugqpXhZOscsQb1F+To0aMqS/v169cqX6FWdmUp2UE1ipJNR5mB/LIB/7Vq1VIoHQsLCxw8eBDt27fng4yA7MC8kSNHKn0fUQxSP5+A3DMPc/fqlSV7z18dgV3a3rdITEzkV8QDssvZ0qVL5fpu9+7dcfbsWTRu3FgQHPj161eMHj1a46ubcaRQ582ZMwenT59Gs2bN+HOFC64ZNGgQnj59quEcikMX+nkmJiawtrbmj9P79+9x/PhxpdI8efIkv4IkwzBo1KiRUvd7i0s/Typ1hZWVFY4dO4bly5fD1NSUT/ft27cYPXo0li1blit4UWqkciwKIrt6QkhIiCjpfvnyBcC3fVB2lYbiUF9IoW8hDynUF4XhxuFwxFhRTRNkJ6sS696BbDrKBOS1b98eFy9eFKxGyrIsHxCxa9cutT4HUBWpXGs7duyIixcvYsKECdDT0+PH3D58+BB9+/bFzp07JX08pHIc5CH1+x9SqCtkA7Fkn8mrkuy29PRUFyIglXJRHNqCutC3kELZlocuHAtCdJkkAudkb8QbGhoWebW5otyoLFGiBGxtbQUDBV68eIHXr18XaZuEEKLNatWqhfLlywPIblBdvHgx1wPZ6OhoHD58WDBzQ5cuXQpMVzaNgmZ6V1bNmjX5QXIAcP/+fZVtS9W6du3KPyRPT0+HnZ0d0tLSFEorLS0NdnZ2yMjI4NPs2rWryDnOTRf2AQDGjRsH4FvwvKurK7Zs2aJQWtu2bcOJEyf4tABgzJgxouVVqho1asTfLAWAW7duFfh52euIMoM0ZAdiqWogHzdjFLePly9fFiVdNzc3wWtVXmNzkp3BSawZcdRN9saB7OAQTWjQoIFW/NewYUNN/xRaI+eNbIZh0K9fP8ycOVPl/7Vo0ULtwXNSL9uVK1cWzAhWWLCEJpUrVw6bNm3Czp07BQ+cIyMjsWjRIkyYMAGfPn3SYA7FITt4TzZARVGy6SgySFC2zhcrqF0esttSZSBB8+bNBe2sly9fipKuj48PgG+raahyZncplO3i0J4tjDYEgAPZ9za46yrLsrh8+XKBD6G5IHHu2D158kThbXt4ePDbBVQ70Lgg2nIs5CGF8l0YXdgH2QlYxBrQwA0u585BdVyfVq1ahTlz5og+c/KxY8cwbNgwBAYGipquLNlrkljBMtyzLO5YyAa/FIXsoEYTExOF0ypZsiR2796NH3/8URAsFBwcjFGjRvGDGDRF6ucTALRo0QLGxsb8OeXu7i5KujnTMTIyQvPmzUVJtyDa3LcAstvHXGALwzAYPXp0kVZgqVixIo4dO4aePXvyZZVhGERFRWHs2LHw9vZWKF9ikkqdV6dOHRw/fhxLly4VTGTABdcsXbpU8sE1utDPA8APoOWel6xduxYPHz5UKK1Hjx5h9erVgmcvgwYNUip/xaWfJ7W6YuTIkXBzc0OPHj34czUrKwv//vsvevXqhXPnzomyHU2Q2rHIi7W1NUqVKsXvw71790RJ9+7du/y/TU1NRVkVQtfrCyn0LeSl7fVFYZo0acKPwwHyXixACho3bix4LVZ/TXaS2EaNGimVnpGRERYuXIhTp07xzzq5lUo3b96MAQMGSPYYcKR0rTU2NsbixYvh6uqK+vXrA8g+HqmpqdiyZQsGDBgAT09PpbejCVI6DoXRhfsf2l5X5KwHAMDf31+p9IqC2xa3L7J5EZOUyoWutwV1oW8BaH/ZloeuHAtCdJUkAudiY2MFQRv16tUr8lLdRR24361bt1wPOG7fvl2kNAghRJsxDIPevXsLAp3Gjh2LPXv24OHDhzh79ixGjx7Nz6DOMAyaNGlS6KzCL168EGxD1bMbTJ06lf/34cOHkZKSotLtqcqUKVMEA/W9vb1ha2uLqKioIqUTHR2NGTNm4OnTp3zdqaenh8mTJ4ua37zowj4AQJs2bdCmTRu+bLAsi507d2LixImFzjDK8fPzw6RJk7B9+3YA3x48t2zZEp07d1Zl9iXB3Nycf7DCsixu3bqFt2/f5vv5Nm3aCB5Y57dCpjy476p6BpbGjRvzASksy+L06dNKP6R68+YNTp8+zf8OpUuXzrXypqp8//33gtdFLdfawtraWjDI79WrVxrMTTZVr2CmLauLSEm9evUEv0fjxo3VEjjXsmVLte+rLpTtGTNm8P8+evSoVgTEFqR79+64dOkSRo0axQ8UZlkW7u7u6NevH7Zv367UDOWaJjvbuliz0CYlJRW4HXnIrkrl6uqqfMbkdPLkSQDf2h916tRR2bbKli3Lr+QCAKdOnRIlXe73YhgG7dq1U/mqt9petotDe1ZW69at0apVK7Ru3Vol/xV1krSc+vXrx/8eERERfD8sL/Xr10eNGjX410eOHFFom1lZWYKJhhiGUcvgMUC7j4U8tL18y0Pq+8CVAe78FWsA2aNHjwSv1dVfvXbtGgYNGgRfX1+l00pISMCcOXOwatUqpKamipC7gnFBKdw17OzZs6Kke+bMGQDZx7hp06ZKrQohO7mGsqscGRoaYsuWLejfv78gWCgsLAyjR4+W+96bqkj5fAKyB0307duX/22PHDmi8MRmnLS0NL6+5J4pKNIeLypt7lsAuWc/V2RFPENDQ2zevBkjRowQlIf4+HhMmjRJtIE1ypBKnccFL7q5uaFbt26Ce/v/+9//8Msvv4h2jdUEXennDRw4kA82455L2tjYYMeOHXJfq9LS0rBz505MnTpVcP+katWq+O2335TKX3Hp50mxrrC0tMT27duxefNmwcDfqKgo2NnZYfz48fj48aNo21MXKR4LWfr6+vj111/5ZwxHjhxRehB+QkKCYB+GDBmSa9UWRelyfSGFvoW8tL2+KAzDMBg1ahT/+sSJEyrdnqrUqFFDMIn1pUuXREn3woULALJ/JysrK4VXNZfVoEEDnDp1CosWLRJc9wICAjBmzBgsWbJEa9uyhZHatRbIDoj8999/MX/+fBgZGfHvBwQEYOzYsbC3txdtFWV1keJxKIjU739oe13BrT7K9RUUfQ6hCNltcUGsqiC1cqHLbUFd6FsA2l+25aErx4IQXSWJwDmu48JVVPLctDU0NBS8LmqjzMzMDPXr18+16hwhhOiSyZMn87NocA9kN27ciMmTJ8Pe3h4BAQGCWRdyBqnlJSMjA3fv3uU7flZWVipfuaRv377o3r07WJZFREQE7OzsVLo9ValWrRoGDx4s6JQ9evQI/fv3x4EDBxAfH1/g9+Pj43HgwAH069cPDx484NNgGAYDBgxQetny4rIPnDVr1vAzeuYc0D5kyBAMGTIETk5OuHjxIh48eABvb288ePAAFy9ehJOTE/+ZR48e8fkHsh+6rlmzRm37oO2GDh3K/z4ZGRlYtmxZvh3FsmXLokuXLvzNloMHDyoU3BEaGoojR47wx8TExISfgVFsenp6/LWJ20cbGxuFV7f59OkTbG1tBasw/vDDD4LJJVSpWbNmguXqnz17ppbtis3ExAR9+vThX3MPZzSNC57R1H9EiBvgK/Ys3tpIF8p2586d+TolPj4es2bNUvrGo6qVLFkSy5Ytw7Fjx/jgRW7GzW3btmHAgAFKrYCkSeXKlRO8FmtVN9lZaBUZzCcb1H716lVcvXpVlPwV5OrVq7hy5Yog8F1V7Q/OnDlzoKeXfcvv8ePHSgcJurq64vHjx2AYBnp6epgzZ44Y2SyQFMq2rrdnZR0+fFjl/ylqzJgxMDEx4ftu+/btK3Awsa2tLX89efXqFTZv3lzkba5fv56fuZVhGFhbW+e6BqqKNh8LeUihfBdG6vvQsGFDvi5lWRb//vuv0mlGRkbi0qVL/PXp+++/V/ng+5w+f/6MESNG4NChQwqn4evri0GDBuHatWtqnVgkZ1DK9evXlZ7A8fbt27h27Rp/LHKmrwgLCwvB67CwMKXSA7Lvmfz1118YPny4IFgoOjoa48aN03i/RMrnEwDMnj0bpUqVAgAEBgZi5cqVSqW3atUqfPz4EQzDwMzMTC1tQUC7+xYAcs1CruggcoZh4ODgIGifMAyD5ORk2NjYKBWIIwap1XkVK1bErl27sGHDBsE5FB0dDXt7e4wbN06SwTWAbvTz9PT04OjoyO8H15faunUrunbtCicnJ9y5cwdhYWH8eZaWloawsDDcuXMHTk5O6NatG7Zs2YKMjAy+/V+iRAk4ODiIMpiyuPTzpFpX/Pzzz7h8+TKGDh0K4Nvzu8ePH6N///7Ytm2bVl+j8iLVY5HT9OnTYWlpCYZhEB4ejgULFih8HNLT07FgwQKEhYWBYRhUqFABM2fOFDnHultfaHvfQl5SqC8KM2HCBNSqVQssy8LPzw8uLi4q36YqcOODWJbF2bNnlR43+eLFC5w9e5Y/pwobf1RUenp6mDhxIs6fP4+OHTsKxq2cOXMGvXr14oNBpUaK19oSJUpgypQpOH/+PNq1ayc4HmfPnkWvXr1w+vRp0berSlI8DgWR8v0Pba8rGjRogAoVKgDIvoY+ePBAqd9ZXocOHcL9+/f562z58uXRoEEDlW5TiuVCV9uCutC30PayLS9dOBaE6CpJBM7JVqTcBaUgXKAGd+GLiIgo8na52aq4ND58+FDkNAghRJtZWlpi+fLl/Gvuesf9l3Mw/U8//YQff/yxwPTc3d35B8YMw6BFixaqybgMZ2dnNG/enB8AO2nSJISGhqpl22JasmQJGjZsKLhhFBERAScnJ7Rv3x5DhgzB8uXLsWHDBr4Dt3z5cgwZMgTt27eHk5MTIiIiBDcj6tevj2XLltE+FNF3332HLVu28LNf5Swbr169woEDB7Bw4UJMmTIFo0aNwpQpU7Bw4UIcOHAAr169EpQhlmVhZGSEbdu28bOiqJKqZ+bas2ePKOn079+fn0GOYRi8ePECtra2SE5OzvPz3OxwDMMgLi4OU6ZMQVxcnNzbi4qKwpQpU5CUlMQfm969e+daYVhMM2bM4DvdDJM9e/pvv/2GAwcOyH2jKCMjA0eOHMGQIUMQEhLCX5f19fUxffp0leVdloGBAYYMGcK/ltpN7JxmzZrF9yeuX7+uFbN3q2M1uYL+I0I5V8ZgWVanA+d0pWw7ODigZ8+eYFkWXl5e+PXXX+Hj46PpbBXK2toaZ86cwaxZs2BgYMBf49+/f4/x48fDzs5OcqsAVqtWDcC3wNPLly+Lkq6bm5vgtSJtqhIlSmDQoEF8OyAzMxMLFy5U6SyPR48exaJFiwRtw8GDB/M3+1WladOm+P333/ntOjo64uDBgwqldfjwYaxYsQJA9jVx1qxZaltVS9vLdnFoz0qFpaUlpk2bxv8uWVlZcHBwgJOTU65VZYDsGSt/+OEHvozs2rULDg4OeX5WVkJCAuzt7bF//37BREMTJ04Ufb90mbaXb3lIfR+4Qd4A8PHjR6XrwxUrViAtLY0vhz///LMY2ZQbN/vs2rVrMWPGjCJdXwHg4MGDGDlyJD5//iy4J1qpUiVVZFegc+fOGDVqFH9Nmjt3Lm7cuKFQWjdv3sS8efP469Pw4cPRpUsXpfLHTWTF/SZiBrU5Ojpi4sSJgmCh+Ph4TJw4UaN9dSmfT0B2vbhp0ybo6+vzM2bPmjUL4eHhRUonMjISs2fP5oNr9fX1sXHjRlSsWFEV2c5Fm/sWQO5n1yVKlFA4T0B2UNTixYsF5SEtLQ1z5swRbXUPRUmxzuvduzfc3NxyTfT35MkT9O/fH1u3bpVccI2u9PM6dOiQ61xnWRbR0dE4cOAAbG1t0bVrVzRr1gyNGzdGs2bN0LVrV9ja2uLAgQOIiooSHFMAWLx4MTp37ixK/opLP0/KdYWZmRlWrlyJQ4cOCVZSTktLw/bt29G/f3+tuOcvLykfC06pUqWwa9culCpVCizL4u7duxg7dizevHlTpHT8/f0xZswY3L17N1e6qqJr9YW29y2KQtvri8IYGxtj+/btKF++PFiWxYYNG7Bz507JPZPr27cvevbsCQDIzMyEjY2Nws/MfH19YWtri6ysLLAsix9//BH9+/cXM7u8atWq4Z9//sG6desEk8FER0djyZIlGDNmjGgTc6iLlK+11atXx4EDB7BmzRrBZJ4xMTH4448/JHU8pHwc8iL1+x/aXlcMGzZMkP66devg5OSkklX50tLS8Ndff2HdunX89hiGwfDhw0XfliwplwtdawvqQt8C0P6yLQ9dORaE6CKGlUCvrG3btoiLi+MvZj/99BO2bNlS4Hd++uknBAUFAci+4Vu+fHk8ePCgSNtduHAhLly4wF9AzczM4OXlpfB+EEKItrp48SJWrVqVa5ZUTp8+fbBmzRo+iCg/06ZN4zswALB169ZCg+3EkpaWhhUrVuB///sfGIaBvr4+fvzxR3To0AH16tWDubm5wg+aqlSpInJu8xcaGoqxY8ciMDCQv6mQs6rOa2WgvP7Osixq1qyJgwcPqr2xrAv7wPnvv/8wa9YsBAUFCfJdUPNJ9nPVq1fHli1bUL9+fZXmlTN8+HAcOnQo1+q7Yjh06BDWrl2L//77T5T0vL29MWbMGP4GOcMwqFy5MpYsWZLntePo0aNYtWoV3zaztLTEokWL8Msvv+Q7K0x6ejouXbqE9evXIzIyEkD2cTE0NMSlS5f4QTiq4uzsjL179wrOa4ZhUKpUKfTs2RPW1taoW7cuzM3NYWJiguTkZMTGxuLt27d48eIFrl69KmgHc/+fPHky5s+fr9K8y4qNjUX//v352eWdnJxU9kBD1W7evIk5c+YgMzMTpqam2LVrF1q1aqWRvAQHB2tku3mpWrWqprOgFly5BLKv2bLXNH9/f/Tv319Q5jw8PFT+sKKwfKmKLpXtHTt2YMeOHfzsYU2aNEGHDh1Qt25dWFhYKNwWbN26tcg5ze39+/dYvnw5vLy8BOde6dKlsXDhQvz666+5vqOpc6YgWVlZaN++PV936evr49SpU0rNZvjmzRsMGTIEmZmZYFkW5ubm/Kz4RRUVFYVevXrxD/+437lhw4YYM2YMfvnlFxgbGyucVwBITU3F5cuXceTIEX5CBe6Ympub48qVK/zKxqr2zz//YMOGDcjMzATDMGjcuDEmTZqEH374ocC2YlpaGm7fvo19+/bBx8eHP5Zz587FpEmT1JL3nLS5bBeH9qxUsCyLSZMm4dGjR4LrqKWlJYYOHYq+ffvygyoBIC4uDra2tnj69CkA8Nfc/v37o127dqhbty5Kly4NlmURFxcHf39/PHr0CBcuXEBCQoJgIECHDh3wzz//aGS/pU6by7e8pLoP79+/R79+/fjrl5GRETZu3IgffvhB8Ln69evz5/qUKVMwb968XGk5OTkJgklNTU1x69YtfqVXVTp48CDWr1+PjIwMABBcizdu3FhoEEB8fDzs7Oxw69YtQblmWZafwVZ2xTVVYFkWK1euxPHjxwFkX5N69uyJSZMmybXijK+vL1xcXHD16lX+ntXIkSOxbNkyhdpMOaWlpaF58+bIysoCAHTt2hW7du1SKk1Z27Ztw7Zt2wS/v5GRERo0aIDnz58DUE97V1fOJ87Tp08xf/58fP36FQzDoGTJkhgwYAB69+6Nxo0b59nuTU1NxcuXL3H58mWcO3cOiYmJYFkWlStXxvr169GyZUu15V/b+xbHjh3jZ4tmGAaXL19GzZo1Fc4bx9XVFY6OjnxZZtnsWbEdHR3x22+/AdBcX1Cqdd7jx4/h4ODAP6/gymf16tXh6OiI9u3b5/qONva3ObrSzztx4gTWrFmD9PR0/j15hq3kvLYaGhrijz/+wLBhw0TNW3Hq50m9rkhLS8OOHTvg4uKCzMxMAN/q7379+sHOzi7XyqLaWr6lfiyA7Ak55s2bBz8/PzBM9mqWHTt2RO/evdGsWTM+KDWnDx8+4MWLF7hy5QoePHjA19ENGzbEhg0bRKlb5aUr9YU29y0Uoc31hTwCAwMxc+ZMvH37FgzD4Pvvv8eoUaPQoUMHtUy4K4bU1FTMmTMHd+7cAZA9YHvs2LGYOHEivyBBQSIjI7Fv3z4cOnSIP47du3fH5s2bVTKeQVZ0dDTWrFkjGP8JZE8sOXnyZNja2ubKhzaWbY7Ur7VRUVH4888/4ebmJtfx0NZjIfXjoGv3P7S1rkhKSkLv3r35if9zPrP47bffMHDgQHz33XdKbSM4OBhnzpzBv//+i9DQUMEzycqVK8PNzQ0mJiZi7E6hpF4udKUtCOhG3wLQ3rJdFLpyLAjRJZIInOvRowdCQkL4yqhdu3bYv39/gd/57bff8PLlS74S09PTg5eXF0qWLCn3dqdNm4Y7d+7waejr68PX11fZ3SGEEK0UFxeHq1ev4unTp4iIiICBgQGsrKzQs2dPuW6iBgUFYciQIfwgCgMDA9y8eVNtHTAON9ACyDtAq6gYhoGfn5/S6RQFN4P99evX+Txw8qq28/r7zz//jNWrV8PMzEzFuc2bLuwDJz4+Hnv37sXx48cRHx8PoOBzi8t/6dKlMXLkSEyePFmt+1C/fn389NNP2Lp1q6jpnjp1il+hUszOvuxDZSD7961atSr69OnDB79yN9aOHj2KNWvWCB5aW1hYoGXLlqhTpw7Mzc3BsixiY2Ph7++Pp0+f5hl4tnDhQrWsCsGyLObMmYNr167lCiSV5xol+1mWZfHzzz9j8+bNKspxwZ49e4ZJkyYhKSkJBgYGWL16tWQDbG7cuIFFixYhKSkJJUqUwNChQzF69Gh+Nn2iuwq7gZmVlYWWLVsiJSWFv2bs27cvz5uh6syXKulK2c7IyMDWrVuxe/du/j1l24PqbgueOHECzs7OiI+PF9RbLVu2xIoVKwTXKG29GW9nZ4ezZ88KBowdOHAAtWvXLnJanz59wvjx4xESEgIgez8HDhyItWvXKpy/O3fuYPr06YKBqFzaRkZGaNKkCVq0aIHatWujSpUqqFSpEszMzGBsbMxPJJKamoqUlBQkJCTg69evCAkJwfv37+Ht7Q1fX1/++sGlyw123b59O7p166Zw3rl+TlG8fPlSMLkJwzAwNjZGvXr1YGVlhdKlS/PB+3FxcQgICMCbN2+QkpLC/z4Mw6Br165o3Lgxn87MmTMV3o+i0vayrevtWSlJSkrCxIkT8fz581zHAwAqV66MunXr4vvvv4e5uTn09fWxd+9eREdHy91Gly3bNWvWxPHjx9UWEKtrtL18y0PK+7B8+XK4uroK6qoRI0Zg6tSpsLS0BFBw4Jynpyc2b97MB6By16eZM2dixowZKs8/5+XLl5g7dy4/6RFXTgsLBnjx4gXmzp2LL1++CK6x+vr6mDdvntLX2LNnzxb5O9euXcOtW7cAfDuPqlatimbNmsHKygrm5uYwNjZGSkoKYmNjERAQAB8fH8EkkgzDoHv37vyqAED2SpvKGDp0KL+6lJGREe7duyd6YOSBAwf4WbGBb/uS89/qaO9q6/kEAGPHji3ydxISEgTXE+431dPTQ5UqVXK1BUNCQvj7+znrvAYNGvD3NxmGUXiVq6LS5r7FtWvXMHv2bD4tFxcXdOzYUaG0ZF28eBF2dna5gkDs7e0xduxYjfUFpVznpaWlYevWrdi/f79cwTXq/I2Laz+P24/Vq1cLgqQLw12bWrRogT/++AONGjVSSd6k2s8rjnUFkD0R2rJly/DixQvB71m6dGksWLCADzwG1Fe+deFY9OjRo8jfyczM5AeF5mzPAdmrs5qZmfH7kJCQwF+TZfehYsWK/GquDMMovGpaUWlrfaFLfQtFaHN9IY+0tDQ4Ozvj4MGDgrwbGRmhdOnSCk0+oGy58PT0LNLnMzMzcfDgQdy+fZvfvp6eHlq1alXgOfXixQs8ffqUD4Tgzqlx48ZBT08PgPomP7p//z4cHR0RHBxcaECEOtuCxfFaCwB3797FihUrEBISkut4ODg4oEOHDgDUdyyK43HQ5vsfitDWuuLFixcYN24cv8pcXs8smjdvDisrqyI9kwwICMCzZ8/w5cuXXOmyLAsTExMcPHhQrvGe+SmO5UJb24K60LdQlLaV7eJ8LAjRFZIInBszZgw8PT35CrVBgwY4c+ZMgd+xt7fHmTNnBJVwUQc7cgF7QPYFqFSpUkXuPBJCCFEPf39/ODo64tmzZ/x7YlRxmhyE/ODBA+zevTvPuifnjYuc2rVrBxsbG5UP7peXLuwDJyEhAdeuXcOTJ0/w9OlTfP36lZ+BCci+gVSpUiW0atUKbdu2Rc+ePWFqaqr2fHKD2kaNGoWlS5eKkuaFCxf4wRqqKBOHDh3CunXr8hzAzilbtizMzc1hamqKT58+ITY2Ns/BsLLyCjwbPXq0aL+NPNLS0rB69WqcPHlSkM+izoQDZK8ouGTJErXMwJef58+fY+bMmYiIiADDMOjcuTNGjx6Ntm3bFroyqbaRXeEJACpWrMgPZlD0YdWaNWvEzioRkTw3MEePHs0PAAaAuXPnYurUqRrPlypJvWw/evQIDg4O/IN9QLptwfDwcKxcuRLXr18X1HUGBgaYOHEiZsyYAUNDQ42fM/n5/PkzevXqJXigYGpqilmzZmHkyJFy1WEZGRk4ceIENm/eLAgiNDAwgJubm9Izr1+6dAn29vZ5zlCn7MDPvNoeBgYGWLduHfr06aNU2jmDF5TJW878Kfo5dZ1vUinbut6eBbJnZ1ZlcNiePXtEqWtTU1Ph4ODAD7IH5FsBPa/P5iXn55o0aYLt27fzAUbqIpVjURiplO+CSH0fUlNTMXr0aMEEhNzgt2bNmqFBgwY4evQof943b94cjRo1QlhYGLy9vREREQFAWIY6dOgAFxcXpevTokpISMCSJUtyTVrDMAy6dOmSa6ZrFxcXbNq0ib+vw+1/1apVsXHjRqUGlXB0qd7euHEjHyiTM3hHbHmttJXz3FRX2dbG8wlQ/JwqrJ7L7x6t7L7n/Le6joU29y0+fPiAXr168b/N1KlTMXfuXIXSysuNGzcwb948vs/C/fZz5sxBYmKi2vuCUq/zOK9fv8bSpUvh6+tbYHCNOvvbulRfKMrDwwOnT5+Gh4cHPzYjL1WqVEHbtm0xZMgQtGrVSuX5kmI/rzjWFRyWZXHkyBFs3LgRSUlJgjLevHlzrFy5Et9//73ayrcuHAtuH4pyvZcdJF3U73LfkS1H6j6ftK2+oLoim7bWFwVJSUnBrl27cOzYMX6CXm1oQ4l1ThVl8Hpen2UY9U5+lJycjM2bN+Pw4cOCAekMw6BPnz5YsmQJypYtq5G2YHG81iYlJWHDhg04duxYrvsAvXv3hr29PQ4ePKjW62xxOw7aev9DGdpYV3h6emLmzJl8XwGQv24uSF5psCwLc3NzbN26FW3atFEi18W3XAC60xbUpr6FsrSlbNOxIET6JBE45+DgwA80ZlkWRkZGePbsGT/7SF5yzk7JXSgmTpyIhQsXyrXNgIAA9OnTR3CxqVatGr9yDiGEEO1x9+5d/P7774KVYcSgLQ3NoKAgPlgrNDQU0dHRSExMhKmpKSwsLATBWlWrVtVoXvOjC/uQl8TERCQkJMDMzEwjQXJ5ydlJE2MVimvXrmHu3LmCmVJVUSbc3d2xfPlyfP78udDOIve3nGU9vyZtzs8bGhpi3rx5GD9+vMi5l8/du3fh7OwMf39/Qd4Kwu1XvXr1MG/ePHTt2lWleZRXVFQU1qxZg4sXL/L7UaJECVSvXl2pgDN1z4jj7u6OPXv2wN3dPVdeFKEt9QYpmDw3MJ2cnASrnKtiJU9Z3OqmHG42WHWSatk+deoUHB0d+cGUutIWvHHjBlauXImwsDDBvY1q1aph2bJl8PDw0MrAOeBbOZOtt0uVKoWePXvC2toadevWhbm5OT+DWmxsLN6+fYsXL17g6tWrec68PnnyZMyfP1+UPL569QrLli2Dn59frnNG0VtlebVNGjVqhJUrV4oym50iD6lk8yVL0YEz6jjfpFa2db09O3z4cBw6dEglEzgcOnQIa9euFfWYPHjwAI6OjvyMuTkV9lsXhGVZlC5dGlOmTMH48eMVqhuVJbVjkReple+86MI+AEBkZCTGjx+Pt2/f5jnIO796Iq/PNWnSBC4uLqKvRFYUR48ehZOTU65Ak4oVK8LZ2RlWVlZYvHgx7t27l+thc8+ePbF69WqUKlVKlLyIWW8XlEZhnxfjfPLy8sLo0aP5/alVqxbc3NxEO+9zunTpEhYvXpxrxmlNtHe16XwClB/cKgZNHAtt7VvkXK0eAJo1a4YTJ06Iss+cBw8eYNasWblWCatQoQLCwsIAqKdtrit1Xs7tHjx4EJs3b0ZycrLgvGjevDkcHR1x4cIFrR4sDUi3n1eYL1++4OvXr4iJieGfvZibm6Ny5cqoXLmy2vMjtX5eca0rcvr69SscHBxw9+5dQdnS19fHhAkTkJycjCNHjgDQzsGtYhIrcE6TNHk+aVN9oUt9C7FoW32Rl8+fP8PGxgYfPnzQujEsYp1T8ny/oO9o6px6+fIlli1bhtevXwvKdqlSpTBv3jx8/vwZ//zzj1ryWNyvtQDg4+ODP/74Q3Bvijse1apVw6tXrwBQva1K2nb/QyzaVFd8/foVq1ev5seey9NnKExeafTs2RP29vai7F9xLxfa2BbUJE3XFTlpsmzTsSBE+iQROHf48GGsXr1aUPmcP38ederUyfc73t7eGDlypKChZmFhgbt378o1W35eK9Z17NgRLi4uou0XIYQUd87Ozvx1lWEUm00qICAAv/76K5KTk/l0AHFm6uLSo4YmkZJGjRrxQW56enpwdnZGr169FErr7t27mDFjBjIyMvg2kTwr/yoqNTUVW7ZswbFjx/gbD8rgrgN6enro378/5syZoxUPSzw9PXH58mV4e3vj7du3gsFgnBIlSqBOnTpo0aIFevfurfEZEWWdOnUKLi4uCAwMzPU3RY6bujv2aWlpWLp0KS5cuCBqunSDQhrkCZzz8/MTBK6VKVMGo0aNUlseNUWKZfvZs2cYPXo0vyoqt12OsbExzMzMlAou0EQQIychIQF///03XF1d+fe437VMmTKIiooCoH1tVpZlMWfOnFyzVAKKzULLsix+/vlnbN68WfS8Xrt2DTt27MDr16/59xRtg+Q89+rXr4/p06ejZ8+eSucxZ5raQB3nm1TLti63Z+vXr6+SQPJTp05h+fLlAMSftTwlJQUXLlzAqVOn4OPjw78v73GRva9Qo0YN9OnTB+PHj0fp0qVFzWtRSPFY5CTV8p2TLuxDTqmpqXB0dOT7+oUN/M7rvQEDBmDVqlUaXR2d4+fnh99//x2fPn3KNVja3NwcUVFRggAaQ0NDLF68WPT2vqIDEcUmRr3Nsiy6dOmCiIgI/rdbvXo1Bg8eLFIuhW7fvo3ff/8daWlp/PY11d7VlvMJKF5twZy0uW8xefJkPHjwgE//ypUrqFGjhtLp5uTl5YVp06YhMTERgHB/qM+tnODgYDg4OODBgwe5ynfVqlX5eyPqGCytDbTtvoI2kVI/j86nb9zc3LBmzRpEREQIrpkcVV9DdeFY6MI+iEEb6gtd6lsUF7GxsRgyZAi/Wq+2Pn6X2AABAABJREFUjWGhQd9AZmYm/vnnH+zYsQMpKSmCusLQ0BBpaWlqySNda7NlZGRg79692LVrV657ATn/TfW26mjT/Q9d5uvrix07duD+/ft8oCJQ9OeSOesTAwMDdOnSBba2tmjcuLFoeaVykU1b2oLaQNPHQhvQsSBE+iQROPfff/9h0KBBgk6Ko6Mjhg0bVuD3unfvjq9fvwL41oAeNGgQ1qxZU+D3zp8/j0WLFuVqfM+dOxdTp04VZ6cIIYSIsmQ193A65zW7Ro0aGDJkCFq2bIlatWop/eCWECk5duwYVq5cybebjIyM8M8//xQ58Orx48ewsbFBamoqn5aVlRWOHDmCMmXKqCj32RISEnD+/Hn8+++/+QbUyvOAoVGjRvjpp5/Qq1cv0QetiCU1NRWRkZGIi4vjV2EsXbo0ypUrJ9dkD+oWExODWbNmwcvLC0DugZSKUufDkczMTNjY2ODhw4cFrqagKLpBof3EaH/oGimX7eHDh+P58+eCcty2bVsMHToUrVq1QsWKFVW2bXXy8vLCsmXL8OHDB8FNeXUNllREWloaVq9ejZMnTxZ55kTZ6/Lw4cOxZMkSlbbpP378iJs3b+LevXt48+YNYmJiivR9CwsL1KtXD126dEGPHj1Qs2ZN0fNob28vepqKWrt2rUrTl3rZ1sX2LDegZtSoUVi6dKkoaV64cAF2dnb8QGxVXsf8/f3x8OFD+Pj44OXLl/zApfwYGRmhZs2a+P7771GvXj107969wEnc1Enqx0Lq5RvQjX3Iy7Nnz7B3717cvn0717Upv0Gabdq0waxZs9C6dWt1ZVMuiYmJWLp0KS5fvpzn9Zbbnxo1amDTpk1o0KCB6HkYM2aM6Gkq6vDhw0qnsX79epw9e5Z/XbVqVZw4cUJlgy2fPHmC6dOn88FCmmzvasP5BEBlE1kpYtCgQWrdnrb2LVxcXLB+/Xp+G2KukJ2Tr68vpkyZwvdRcg5WpHpbeefPn8e6desQFRWVK7hGHb9xcernSZ0U+nnFua7IS2xsLNatWyeYMBtQz/00XTgWHh4eIudEcW3atNF0FjRaX+ha36I4cHR0FPSXWJaFvr4+2rZti1atWqFmzZowMzNT6lmwMuXihx9+UPi7YtPkxIUAEBgYiOXLl+PJkycaefZC11qhDx8+YPny5fD09FRrwDsdh2zacv+jOEhMTMT9+/f5Z5IfPnxAUlKSXN81MTFB7dq1+WeSnTt3hqmpqeh5pHIhpMm2oC70LXQFHQtCpE8SgXMsy6Jdu3aIi4vjK5kOHTrwy2Ln5++//8Y///yTq4L66aefsHjxYlStWlXw+YSEBOzduxcuLi7IysoSbF9PTw8XLlyAlZWV+DtICCHFlLID1798+cLf1OOu8ePHj8eCBQtQokQJ0fNLiFSsX78eLi4ufGfd3Nwcx48fR+3ateX6vre3NyZNmiRYbr569eo4evQoKlSooOLcC8XExPCDW9+/f4+YmBjEx8cjPj4eWVlZMDU1RcmSJVGyZElUqlQJtWvX5ge3qjuvui4lJQWjRo2Cn59fvisPKENdg+D2798PJyenXPk3MzNDkyZNRHlYNXPmTDGySlSEAueEpFy2P3z4gF69egluTi9dulRnZzdMS0vDrl27sHfvXmRkZPDva2vgHOfu3btwdnaGv78/gKKtClGvXj3MmzcPXbt2VWke8xIdHY2AgACEhYUhKSkJSUlJ/CrXJiYmfPvD0tIStWvXRtmyZdWeR12la2VbV9qzOWeiXrhwISZOnKhUeteuXcPcuXP51bLVfR1LS0tDbGws4uLikJCQgKysLP44mJqaokyZMhqfeTs/Uj4WulC+dWEfChMeHg5PT094eXnh8+fPiImJQVxcHIyNjVGmTBlYWlqiVatW6NChA7777jtNZ7dAO3fuxObNm/McbNWrVy+sWrVKJQNLiDhiYmL4wDkAuZ7pqRudT5qnbX2LgIAA9OnTh68TLCwscOPGDZiZmYm2Dc67d+8wYcIERERE8O9RvS2emJgYrF27FufOnVPrAF0iXbrSzysu3N3d4eDggE+fPgnep/JNiorqCyKP+Ph4dOrUSbBiWcuWLbF27VpUq1ZN09kj+fjf//6Hv/76C7GxsWqdRIHkzdXVFevXr0dcXBz/Hh0L9aH7H5rx9etXhIWFITExMc9nkqamprC0tESlSpU0nNPii9qChBAiffqazoA8GIZBu3btcPXqVf7mvIeHB+Lj41GqVKl8vzd+/HicOHGCj8bnvnv9+nVcv34d9evXR9WqVWFkZITQ0FD4+PggPT09z2jw7t27U9AcIYRoGW9vb/46zTAMunTpgsWLF2s6W4Ro3IIFC/DlyxdcunQJDMMgNjYWU6dOxYkTJ1C+fPkCv/vq1SvY2NgIguaqVKmCAwcOaOSBroWFBbp06YIuXbqofdtEaOfOnXj16hV/zeUGHtWsWVO02RFVLSMjgw8qBbLb+uXLl8eCBQvQu3dvWp2UFEtSLtsvXrzg/80wDPr27auTA/g4hoaGmD17Nnr37o2lS5fi+fPnms6SXLp27YquXbvC09MTly9fhre3N96+fYvMzMxcny1RogTq1KmDFi1aoHfv3kVeMVdMZcqU0ej2izNdK9u60p4tUaIEH1i1fv16VK5cGb169VIorbt372LevHn86mZAdjCYOhkaGqJChQqSHLQq5WOhC+VbF/ahMBUqVEDv3r3Ru3dvTWdFKR4eHjh27Fi+gTXv3r1DWFgYatWqpeacEXlZWFjAwsJC09kAQOeTttC2voWVlRXq1KmDt2/fAshe2Wjfvn2YPXu26Nv6/vvvcezYMYwfPx7BwcFqCfAvDnUex8LCAk5OTujfvz8cHBwKXZ2YEF3p5xUX7du3x4ULF7B9+3Y8e/ZM09khEkb1BZGHl5cXUlNT+fZa7dq1sW/fPnoGqeWGDBmC7t27Y/Xq1VRXaIGhQ4fixx9/xLt37zSdlWKH7n9oTqVKlSgoTstRW5AQQqRPEoFzANC7d29cvXoVQPbN+YyMDJw8eRKTJ0/O9zsVKlTArFmzsG7dOsFseNxAwP/++w+vX7/mP59zue2cSpYsiYULF4q9S4QQQpT09etXAN+CnHX1oS1Rr8zMTOzevZtffdbS0hJDhw5VOL1Tp04hNDQUAGBgYAAbGxtR8lmYtWvXIiwsDJ6enmAYBkFBQbCxscGRI0dgYmKS53fevn2LSZMmIT4+nm8zVahQAQcOHECVKlXUkm+inVJSUnD06FFBO7l27dpYuXKlpIIKnj17hsjIyFyrMUphhsezZ8+qfBsDBw5U+TaIdpF62Q4LCwPwrS2oTH0tJd9//z1OnDih6WwUWevWrdG6dWsAQGpqKiIjIxEXF4fExESYmpqidOnSKFeunFYGaRL1Kq5lW9v98ccfWLlyJRiGQVZWFuzs7FChQoUi1xePHz/G7NmzkZGRwbfJrKyssG/fPhXlXPdI+VjoQvnWhX0oDrZv344dO3bw93aA3M9/3r59i8GDB8PBwYH6QqRAdD5pH23qW0ydOhW3b9/mX4eHh+dazV0s1apVw7FjxzBnzhy+PlKl4ljndezYEW5ubggPD9d0VnSWl5cXfw01MjJC06ZNFU7Lx8cHqampAAB9fX00b95clDwS3WRkZIR58+ZpOhtER1B9oXpSri8CAwMBfGtDTZ06lYLmJKJs2bJwdnbWdDbI/ytbtizatGmj6WwUK1K7/yHluoJIG7UFVYvKNiFElSQTONetWzeYmpoiMTGRf+/gwYMYO3ZsgR3MsWPH4uXLl/yKK8C3hhzLsvwFNuf7HJZloaenh7Vr16JmzZoi7g0hhBAxyM4k27BhQw3lRHkJCQmYOXMmfwOiYcOGsLOzUzi9devWwc/PD0B2sNaOHTtUPlBAF/YBAG7fvo0tW7bw7QJlg+cTEhKwbds2Pr1GjRqhU6dOSuezMIaGhtixYweGDRuGDx8+gGEY+Pn54ffff8fOnTuhp6cn+PzHjx8xYcIExMTE8IMmy5Qpg/3796N69eoqzy/Rbk+fPkVCQgJ/blSqVAnHjh3Tmpnf5eXv7w9A+LBKCkFzAGBnZ6fy2cQ1fXObqJ+ulG0OrRIvHUZGRqhSpQoF5hO5UNnWDiNHjkRISAi/em9qaipmzJiB48ePo3bt2nKl4e3tDVtbW37WbZZlUb16dRw4cABlypRR8R7oDl06FrpQvnVhH3RJZGQkFi5cCHd3d0HgCsuyGDBgAMLCwuDu7s6f98nJybC3t8fjx4/h4OCQ70RDpHii80kaNN236NevH/r166e27VWsWFFjE6kUlzrP0NAQVatW1XQ2dJKPjw/GjBnDvx41apRSA+AuXLiAI0eO8K/PnTuHunXrKpVHQgiRF9UXqiP1+iIlJUXwmgJ/CCHaTor3P6ReVxDpo7agalDZJoSoml7hH9EORkZG2LZtG/766y/+v4ULFyIhIaHA7+np6eHvv//GoEGDBEFyQHagXM7/cmJZFqamptixYwd69uwp+v4QQghRnuygbmNjY81kRAQXLlzA48eP4eHhAU9PTzRr1kyp9Jo1a8an9ejRI7i5uYmU0/zpwj4AwPnz5wFktwWMjIwwbNgwpdIbOnQojI2N+XaIOlaN4pQqVQp79+5FuXLlAGTv07179+Do6Cj4XHBwMMaPH4+IiAj+Zlfp0qXh4uKC77//Xm351UXnzp3D2bNncfbsWdy8eVOptG7dusWndfHiRZFyKJ+AgAAA3wLOpk2bJsnAmvj4eMHrbt26aSYjSuAm/xD7P1I8Sb1sc/Ubx8DAQEM5IYSIicq29lqwYAH69OnD1xuxsbGYOnUqIiIiCv3uq1evYGNjg+TkZL7PUaVKFRw4cAAVKlRQQ+51i1SPhS6Ub13YB131+PFjDBgwQDDIh2VZGBsbY+3atXBycsK+ffswa9Ys6Onp8c+FWJbFuXPn8Ouvv/KTrRBC5xMhVOcR8f3vf//j70UyDIOJEycqld748eMBfFsF43//+5+yWSSEEKIFpF5fmJmZCV6bm5urdHuEEKIMqd7/kHpdQQjJG5VtQoiqSSZwDgDat2+P/v37C/4rW7Zsod/jVo37559/ULdu3UIHjerp6WHw4ME4f/68JAfTEkJIcSEb0BMZGamhnCjvypUr/L8tLCzw888/K5Xezz//LKgjL126pFR68tCFfcjKysLjx4/5mz2dOnWCqampUmmampqiS5cuALI7Yg8fPhQjq3KrWrUqdu/eDRMTE/4G1qlTp7Bz504AQGhoKMaNG4evX7/yfy9ZsiR2796NRo0aqTWvusbd3R2LFy+Gvb097O3t4evrq1R6vr6+fFoLFy7Es2fPRMpp4XKu+gwAHTt2VNu2xSQbYF2xYkUN5US9ZCcMyWviEFI8Sb1s16tXT/A6LCxMQznRfklJSZrOAiFyo7Kt3dauXYvWrVvzD62CgoL4IKz8vH37FpMmTUJ8fDzf56hQoQIOHDhAK08qQYrHQhfKty7sgxhevXqF69ev4/r160r3dcWwbds2TJo0CREREYJBPnXq1MG///6LQYMGAcjuG82YMYMPFM352YCAAAwdOhQnT57U8N4QTaPziZBsVOcRsd2/f5+/L2ltba10+7Nq1apo2bIlgOxnL7dv3xYjm4QQQjRM6vVFjRo1BK9jY2NVuj1CCFGUlO9/SL2uIITkjco2IUTV9DWdAXXq2LEjzp07h0+fPuH27dv4+PEjIiMjkZiYiFKlSqF8+fJo3rw5OnTogDJlymg6u4QQQgrRrFkzmJub8zcbPTw8ct2IlIKUlBR4e3vzQQw//fQT9PSUi23X09NDz549ceLECQCAl5cX0tLSYGhoqHR+86IL+wAA79+/R1xcHL8fYgUQdOrUCdeuXQMAxMTE4P3796hdu7YoacujUaNG2LhxI2bMmIHMzEywLIstW7bAxMQErq6uCAoKEswctWPHDjRv3lxt+dNV3OqCLMtCX19fsJy8IkaPHo09e/YgIyMDDMPg9OnTajtOJUuWFLyWZ/IKbSR7UyU5OTnXzI/aqnXr1gp9Lz09HdHR0QgODkZGRgYA8Ne4hg0bKh0cXNzFxcUhICAAoaGhSEpK4v8DsssN95+lpSWsrKy0bmZRqZftxo0bw9LSkh+89/jxY1hZWWk4V4o5evQoRo0apZK0X79+jd9//10wyQEh2kyXyrYuMjQ0xI4dOzBs2DB8+PABDMPAz88Pv//+O3bu3JmrH/jx40dMmDABMTExfJ+jTJky2L9/P6pXr66hvdANUjwWulC+dWEfOGlpafy/9fT0oK9f+OOio0ePYufOnbkmr6pQoQKmTp2K0aNHi57PgkRERGD+/Pnw8PDgB+0A2f3wwYMHY/ny5bkmUAGy+1dnz57FokWL8ODBA/57KSkpcHR0xJMnT7By5UrJ9BeJOOh8IkRIl+o8onkhISEICQnhr5FiTV7cvXt3eHl5AQA+f/6M0NDQYjNZGim6rKwsvj9kYWFBk8sRooV0ob5o0aIFDAwMkJ6eDiB74pnKlSurZFuEEKIIqd//0IW6IqeUlBS8f/8e79+/F4w54CbANTU1zTXmoFatWjAxMVF53ghRJ10r24QQ7VSsAuc41atXx7hx4zSdDUIIIUoqUaIEhg4dir179wIATp48id9++03DuSo6f39/pKen8w3/Vq1aiZJuq1at+KCz1NRUvH37VmUriOnCPgDZs+8D4G8ONW7cWJR0GzZsKHit7sA5AOjatSuWL1+O5cuX84MknZycBLNBGRgYYPPmzWjXrp1a86arHj58yJeJtm3bKh2QUrZsWbRv3x73798Hy7K4d++eGNmUS7Vq1QSvExISJBlw1axZM8Hrjx8/okKFChrKTdEcPnxYqe8nJSXh0aNHOHDgALy8vMAwDBISEvDXX3/lWsGV5O/z58+4efMm7ty5A39/f0RHRxfp+2XKlEHdunXRrVs39OjRI1fZUjddKNtjxoyBs7MzgOxyMnz4cJQoUULDuSq6VatWwcPDA6tXrxb1gdKxY8fg5OQkGBivDufOnQPLsgCAUqVKoUePHgqndevWLcTFxQEA9PX10bdvX1HyqKyUlBQ8e/YMoaGhiIqKAsMwKFOmDCwtLWFtbZ0rMJUUja6UbV1VqlQp7N27F8OGDUNkZCTfNnV0dMTKlSv5zwUHB2P8+PGIiIjg+xylS5eGi4uLTrQ/goKC8OXLF/61ohMdKEOKx0IXyrcu7MOdO3dga2vLvx4/fjwWL15c4HccHBzg6urK1/E5hYWFYfXq1fD09MSmTZvUNgh5wIABiIqKEtzbMDExgaOjIwYMGFDgd8uWLQsXFxfs2bMHW7ZsQWZmJp/G5cuX8erVK2zYsEGl96F0ATeYx9zcHAYGBnJ9x9/fH5cuXcKLFy/4IMzy5cvju+++Q9euXdGpU6c8B2ipGp1P2qk49C20mS7UeUQ7yD57adq0qSjpNmnSJNd2aAAc4URGRuLs2bPw9PTE8+fPBas+MQyDcuXKoVWrVujQoQP69eunkfYHIURIF+oLU1NT9OzZE5cuXQIAXLhwAT/++KNKtkVIcacN92elSOr3P6ReV2RmZsLDwwM3b97E3bt3ERwcnOf91oIwDIOqVauia9eu6NGjB9q0aaP1ffXAwEB4eHggNDQU0dHRgueqrVu3Rs2aNTWdRaJhUi/bhBBpKJaBc4QQQnTHtGnTcOnSJYSEhODVq1f4559/MGnSJE1nq0jev38P4FvDXzbISlENGjQA8G1loQ8fPqjs5oQu7AOQPbNSTmJ1lLh0uP0IDQ0VJd2iGjp0KIKDg7F7927+5hX3f319fTg7O6Nr164ayZu6XLlyBXfv3gWQfTzWrFmjku0EBgbyg1IBoEuXLqKk27VrV9y/fx9A9sDEz58/qyXwpkWLFihRogQyMzMBSPdGQsWKFdGqVSt+NqEbN24UmxvoJUuWxI8//ogff/wRhw8fxtq1a/H582eMHj0aR44c0YnB66p048YN7NixA//99x//XlFvYANAVFQUnjx5gidPnsDJyQkNGjTAjBkzlBr4pwxdKNvjx4/HpUuX8Pr1awQGBsLJyQlLlizRdLYUcu3aNfj5+WHjxo1KB+8nJCTgjz/+wLVr1wSzRaqDu7s7Fi9ezG9z2rRpSp3jvr6+2LlzJ/+6atWqGl0Z9+7du9i/fz+8vb35WYNl6evro2XLlpgwYYLa2lYZGRl48+YNwsPDkZSUhHLlyqF69eqizWasrjYUR5fKttjUfSzyU7VqVezevRtjxoxBcnIyWJbFqVOnULlyZdja2iI0NBTjxo3D169f+T5HyZIlsXv3bp0JGjh58iRcXFwAgF/tTROkdix0oXzrwj5cvXqVb8/q6ekVuvLthQsXcPLkSQDIt13BsiyuXbuGjRs3Yt68eeJmOB+RkZFgGIY/t+vWrYtNmzYVabKiqVOnolWrVpg/fz6+fPnCpxUYGIgRI0bAx8dHJXmPiYlBeHg4kpOTUbZsWVSsWFHuwLPCuLu74+nTp/zrmTNnipJuzvRPnTqFBw8eID4+HkD2BGf169fHoEGDMHTo0Dz3JSoqCitWrMC1a9f497jz8N27dwCAf//9F+bm5pg3bx6GDh0qar4LI+Xz6cWLF/D29kZYWBiSk5NRrlw5VKtWDZ07d0a5cuWUTn/v3r385GYMw+DGjRtKpykPXe9bSIEu1Hmq4OfnB39/f/71wIEDVbIdXernBQUFCV7XqFFDlHS5lZO560RwcLAo6aqbOo6FrtYVeUlMTMT69etx+vRpfjIp2Xu5LMsiPDwcV65cwZUrV7BhwwZMnjwZEydOVPl9NKkfi4SEBNy7dy/PfejSpUuugamKcHZ21or+trLUVV9IuW8hS1fqi99//x23bt1CSkoKrl27Bnd3d7Rv316l2xRbUlISkpOTUaZMGejp6YmWrrrKhSqpo96ma618VH1/VlePg5TvfwDSrSvS0tJw/Phx7N27l59ISpHxBtz3Pn/+jKNHj+Lo0aMoW7YsbGxsMHz4cBgaGoqZbaVkZGTA1dUV+/fvz3XcZFWtWhUTJkzAsGHDoK+vG2EN6qjzpN63yEmqZZujS8eCEF2mGzUMIYSQYsvU1BS7d+/G2LFjER0dDWdnZ6SmpsLW1latA4SVERMTI3it7KpUnDJlygheR0VFiZJuXnRhHwDwS91zxFrxRXb1HtntqNPcuXMREhKCCxcuCILnVq9ejZ49e2osX+ry6tUrnDlzhr8+qGowgOxMOGLcNAWQa2BrQECAWgLnLCws0KlTJ/4hwJUrV9CpUyeVb1cVZs6cifHjxwPIvpk+btw4VKlSRbOZUrMxY8YgMzMT69atQ0xMDGxtbXH+/HmYmJhoOmta57///sPy5cvh6+sL4NvNa+5hgqK4dPz8/DBz5kw0adIEK1euRP369ZXPdBHoQtk2MDDg24KBgYE4fPgwEhMT8ccff0hyxa/Pnz9jxIgRWLhwIcaOHatQGr6+vpg7dy6CgoIUfuCijLNnzwIAH5g/ZswYpdIbPXo09uzZg4yMDDAMg9OnTys8uDU5OZn/t4GBQZEevISHh2PevHl88HVBv216ejofJNuqVSs4OzvD0tJSoTwXJiAgANu3b8e9e/fybGNaWVmhd+/eGD16NEqXLq3wdtTVhuLoWtkWk7qPRUEaNWqEjRs3YsaMGcjMzATLstiyZQtMTEzg6uqKoKAgvs9hbGyMHTt26NzgdE1cZ/MipWOhC+VbF/bhyZMn/HWkYcOG+O677/L9bEZGBjZt2gTg28NlbiZqExMT/l4Nd47t27cPgwYNQq1atVS7EzmwLIvffvsNS5cuhZGRUZG/36JFC5w9exaLFy/GnTt3+H3JL0heUVFRUdi/fz9u3LiBjx8/Cv5mZGSEtm3bonfv3ujbt69Ss0Q/evSIH3QFiDe4NTU1FUuWLIGbmxsA4TUwIyMDvr6+ePXqFU6ePImdO3eiatWq/N9DQkIwbtw4QRtVtl/FvR8TEwMHBwfcu3cPmzZtUvtgGamcTwDg6uqKrVu35poMjMMwDNq0aYMZM2YoNXFQXFwcP6hEnffctblvoUosyyImJgYMw8DCwkKjedGFOk8VLl++LLjOij34TRf7ebL7oUy+cypVqpTgdUJCgijpqpsqj4VU64rTp09jxYoV/Ovx48dj7ty5hX7v9evXmDNnDj59+iRoqxQ0+QMAREdHY/369Xj06BGcnZ1Vcv2V6rHgJCcnY9euXThw4AAfkChr27ZtqFatGqZPn670tVFb+tvKUGV9IfW+RX50pb6oVq0a1qxZg/nz5yMrKwuzZ8/Gjh07tHoyz7S0NJw+fRo3btyAt7c3fy+dYRhUqVIFXbp0Qe/evdGqVSultqPqdpQ6qLLepmtt0aliH4rLcZDS/Y+cpFhX3L17Fw4ODggNDZWrjSovLq3IyEisXbsW+/fvh6Ojo2iTenITXQHZ4wCLMhbw7du3mDlzZq52eX6CgoLw559/4tChQ9i+fbtOTPysyjpP6n2LvEixbAO6eSwI0WXiTQmiQmfOnMHatWsF/925c0fT2SKEEKIl6tSpA1dXVzRs2BBZWVnYunUr+vXrh+PHj+PTp0+azl6hUlJSBK8VuSGRF9l0kpKSREk3L7qwDwByBY1ws2YrS7bTpcwDCjGsWbMGbdu25YO6Vq5ciQEDBmg0T+qm6puPsqsK5hwspgwuwIvrBIeEhIiSrjzmzJnDD1Y7e/YsXr9+rbZti6ldu3aYOHEiWJZFamoqbGxsEB0drelsqd348eP51UGDgoKwe/duDedIfUqXLo0qVaqgSpUqBc7QffnyZQwfPhy+vr65BnayLKvUf1w6XFo+Pj4YNmwYLl++rK6fgacLZbtixYo4efIkunfvDpZlcfr0afzwww/4+++/4e7ujsjISGRkZGg6m3JhGAbp6elYu3YtZsyYgbi4uCJ9/+DBgxg5ciQ+f/4sWGmuUqVKqshunh4+fMif323btlV6QoWyZcvys/GyLIt79+4pnFaLFi34/7Zs2SL3916/fo3ffvsNXl5eeZbjvP7jPufp6Ynhw4cjICBA4XznZ9u2bRgwYAAuX76MhISEPK837969w9atW/HTTz/B1dVV6W2q8wGuLpVtVdCWQQ1du3bF8uXLBatZOzk54f379/xrAwMDbN68Ge3atdN0dnWalI6FLpRvKe9DRESEoC9Z2Arpd+7cQXBwsCD4csOGDXj69CkePXoENzc3NG7cmL8uZWZm4siRIyrdh5xMTEywfv16rFq1Sqn7Uebm5ti1axfs7OxUct/m9OnT+OWXX+Di4oIPHz7kqrNTUlJw79492NnZoU+fPnjw4IFS2+PSFUtaWhpsbW3h5uZWYHuIZVn4+/tjzJgx/ERb6enpmDFjhqCNmle/SjadmzdvyjVAXkxSOZ+SkpIwbtw4ODg4IDw8PN++Z1ZWFh4/foyxY8di/vz5iI2NFT0vqqTNfYuCvH79Gnfu3IGbmxseP34s14Cc5ORkHDlyBCNGjEDTpk3RoUMHtG/fHo0bN8bPP/+MNWvWqHTG/oJIuc5TJbGvsxxd7efJXgtTU1NFSVc2nczMTFHS1RQxj4XU64pbt24hNTUVqampSE9Px6+//lrod4KCgjBx4kQEBgbm2baQ5z7to0ePMGXKFNHOUUD6xwLInlBq6NCh2LNnD1JTUwX5BiB4/enTJ9jb2/P3KIs7VdQXUu9bFESX6otevXphy5YtMDU1RXx8PMaPHw8HBweV3CdW1qNHj9CnTx+sWLECDx8+RFJSkuDaFBQUhOPHj2PMmDEYO3YsP4GsotR5TqmS2PtA11rtUFyOg1Tuf+RFanXF/v37YWtri69fvxbaRgWyx8mVLl0alpaWsLS0ROnSpfljVFhb9suXL7C1tcW+fftEyXvfvn3Rr18/9OvXDwcOHJD7e+7u7hgxYkSe7fLCnq0GBgZi5MiR/ESmUid2nacLfYv8SK1s6/KxIESXSWLFuUOHDuUavDdo0CAN5YYQQog26dGjB/9vrmHLPThcuXIlgG+dSgMDgyKnr46ljWVntoiJicm1QpkiZFeBU+VKQrqwD0DuFe5CQ0NRsWJFpdP9+vWr4LUigzxynuti4DqGJUqUwK5du7Br1y65vkfLfctHdkCMbBlRlGw66ly9sGHDhli4cCHWrl2LjIwMTJ06FQcPHlTrKgJiWbRoETIzM3Hw4EG8e/cO/fr1w5IlS/DLL79AT08Sc4uIYujQoXB0dATLsjh+/DhmzZql8cBedZgyZQqmTJlS4Gfu3r3LzwQKfFs9A8huVzRu3BgtWrSAlZUVKlWqhCpVqsDMzAxGRkYwNjYGkB1UnpqaioSEBHz58gVfvnzB+/fv8fTpU/j6+vLXYS6wKTU1FQsWLEDJkiVFmwVOHlIv2w0aNBC85o5VTEwM9u3bp/SDAYZh4Ofnp1Qa8rC3t8f69ev5lQ9YlsWtW7cwcOBAbNy4Ec2aNSvw+/Hx8bCzs8OtW7f4BxBAdru4a9eucHJyUvk+AEBgYCAiIiL47Rc2EF9eXbt2xf379wEAYWFh+Pz5s0IrrnLluCizsEVHR2PatGl8ey7nb1uQnJ8LCQnBtGnTcPbsWVHayACwYsUKnDhxQq59YlkWsbGxcHBwwI0bN+Dk5JSr3attdKVsFxdDhw5FcHAwdu/eLVjVmmWzV4dxdnZWa91WnEnhWOhC+Zb6PnCrEXDnBzehRn5yri7GMAwWLlyI3r1783+vXbs29uzZg169eiEuLg4sy+Ly5ctYtmyZyvaBU79+fWzevBk1atQQLc3x48ejRYsWmDt3rmiT1ezZswcbN24stN7m/v7x40dMmTIFw4YNw5IlS2BoaChKPpSxdetWPHr0SLBKXF7toZwDdVavXo2///4bR48exX///Zfre/Xr10e1atWgr6+P8PBw+Pj4IC0tTTBY5saNGzh9+jQGDx6s8n2UyvmUlpaGcePG8ZO8FNa25QZpuLm54enTp9iwYQNatGghSl5USdv7FrJSU1Oxc+dOnD59GuHh4YK/lShRAj169MC8efPyPL+ePn2KRYsW8edIzrKVkZHBr/R2+PBh9O7dG0uWLEG5cuWUzrM8pF7nSY0u9/Nk8xYREaF0MCyQvbJCQdsprnShrvD09BSskFzYtTorKwvTp09HVFRUrhVtK1asiNatW6Nu3booXbo0WJZFXFwc/P394eHhgfDwcEH7w9fXF8uWLcNff/2l9H7owrGIj48XBATI7kNe+8WyLLy9vTFw4ED8+eef6NWrl9ryq+t0oW9REF2pL+zt7fl/N2rUCB4eHsjMzISrqytcXV1haWmJunXrwtzcXOExLGKtcnbhwgXY29sjMzOzwPOK+5uHhwcGDx6M2bNnF/qsjciPrrXaobgcB6nc/8iPlOqK//3vf/wzWtn7YpUrV0br1q0FYw4qV67MT3grKyMjA1+/fhWMOfDy8uJ/by79rKws/P3337CwsBDlfpo8bdicgoOD8fvvvyMhISFXuxwA9PT0YGFhwfdpc47H4D4fFxeH2bNn4/z58yhfvrzS+6ArdKFvURAplW1dPxaE6DJJBM4FBQUBEDYa6tevr8ksEUII0RI5Z7yWHbjB1RspKSm5VkSTlzqWNpZtkAcGBoqyOhW32h7324jRmciPLuwDAFSoUAHAt+Pu7u6Opk2bKp3u48ePAXzbD0UGNuQ818XA7WNmZia/lHdRvkcKJvvgKSkpCSVLllQ6XVWvuliYcePGoUSJEli3bh3CwsIwePBg2NraYvjw4ShdurRG8yavs2fPAsge+NO9e3fcvn0bERERmD9/PtatW4e2bduibt26sLCwUOhhFQAMHDhQvAyrUOvWrfl/x8XF4fnz52jZsqUGc6QdoqOjsWjRImRlZQnaFQ0bNsTIkSPRp08fuQK5TU1NYWpqirJly6J69eqCv6WkpODSpUs4duwYXr16xbdhMjMzsWjRIly5ckWtA32kXLbzG6yb39+01bhx4/gHSkFBQXydHxISglGjRmHu3LmYNGlSnt998eIF5s6diy9fvuQKkJg3bx4mTpyotv3gZprl8tGkSRNR0m3UqJHgdUBAgMKDW4valrG3t8fXr18F5xXDMOjZsyd+/vlnWFtbo1y5cmBZFhEREXj+/DkuX76MW7duCQZdBQUF4c8//8TatWsVyndO//vf/3D8+PFCB64DyPWZ+/fvY8iQIdi9ezfq1KmjdF5URVfKdnHCPRC/cOGCoI++evVq9OzZU9PZK1a0/VjoQvmW+j5wz1s4VlZWBX6eC5ZiWRalS5fOc7WPsmXL4rfffoOLiwuA7Db1x48fUbNmTdHynRdXV1eVDPxs2rQpzp49iz/++EPptO7cuYMNGzYAELZDCjqPuL+fPHkSPj4+2LlzpygTOynqw4cP2L9/f678tW7dGu3bt0f58uURFxeHp0+f4u7du/zf3dzcMH36dBw8eFBQRvr06YP58+ejSpUqgu0kJyfj5MmT2Lp1K5KSkvjzzsnJCb169VL5hFpSOJ8AYMOGDXj58mWebUFTU1MYGxsjKioq16BXlmXx9etXjB07FqtXr8aAAQNEyY+qSKFvwfn8+TMmTZrEr6ooKyMjA9euXcO9e/ewefNmQRCgu7s7bG1t+ZUMch7XnLh03dzc4Ovri0OHDqnluiD1Ok9KdL2fJ/tsx9vbG3Xr1lU6XW9vbwDfrhUUOJdN6nVFYGAgYmNj+Xx169at0O+cPXsW/v7+gn2pUqUKlixZgh9++CHfCfMyMzNx9epV/PXXX/z9H5ZlceHCBYwZM0bp+kfqxwLIDur9/PlzrragkZERatSoAWNjY4SEhCAiIgKA8BqVmJiIefPm4cOHD5g+fbpG8q9LdKFvURhdqS/OnDkjOAay5T80NBRhYWEKpc3tgxiBc8+fP4ednR0yMzPlmiSF+1t6ejq/Er2zs7Nok8UVZ3St1Q7F5ThI5f5HfqRSVwQHB+PPP//MdT716NEDo0ePRvv27YuUnr6+Pr777jt89913aN26NYYNGwYgezzakSNHcOPGDcFzyVWrVqFdu3a57r8VVVGfq3IrauWsN4yNjTFixAj8/PPPaNq0Kd82z8zMxIsXL+Dm5gZXV1ekp6fz6URHR2Pp0qVyTwJfHOhC36IgUinbgO4fC0J0mSQC55KTk/l/MwwjysWQEEKIbpHtqIkR3KOuB7/fffcdgG95vn//Pjp06KB0utzMuZzKlSsrnWZ+dGEfAMDa2hr6+vr8jGrnz5/H1KlTlTqfWJbFuXPn+JsTenp6sLa2Vjg9MQPXuLTkTZMGQ8hPtqMdHh4uykxIsjNWq3MgwLZt2/h/d+jQAffu3UNycjI2btyIbdu2oXHjxkrNjggAM2fOFCu7+bKzs8v3YVVYWBguXryo9DakEjgnGyz89u1bjQbOpaWl4eHDh3j+/DlevnyJsLAwxMbG8oGn5ubmsLS0RJMmTWBtbY2OHTuq5Kb+nj17+Ju5LMvCwMAACxYswNixY0W7BhsbG2PIkCEYPHgwDh8+jPXr1/M3guPi4rBnzx4sXrxYlG0VRhfKdn7HRdnjpe56r0mTJjh79iyWLFmCa9eu8fnPyMjA+vXr4eHhAScnJ1hYWPDfcXFxwaZNm5CRkQHg2+z/VatWxcaNG0WZAKAoQkNDBa/FmEgBAP9Qh/tNVD1bJcfHxwd37tzJNehq8+bNeQ6cqlatGqpVq4Z+/frh2bNnmDNnDj9rOdcmnD59ulIDc6Ojo7FmzZo8B64PGjQI9evXh5GREb58+QJPT0+cP38eX758ETws4wIyd+3apdWz2elK2S5O1qxZg7CwMDx58gQMw2DlypX00EdDtP1Y6EL5lvI+xMbGCl6bm5vn+9k3b94gJiaGr0e6deuWbxu8U6dOfOAcAPj7+6s8cE6VqyWUKlUKW7ZsUSqNxMRELF26FICw71mjRg307dtXUG97eHjg5s2bSElJEdTbfn5+GDFiBP755x+NrQrt6uoqWBnZzMwMGzduROfOnQWfmzx5Ml69egVbW1uEh4cjKysLf/31F758+QIg+zeYPn06Zs+ened2TExMMH78eLRs2RITJ05EQkICgOw+0pUrVzBo0CCV7qe2n09AdpCXbCCiiYkJJk2ahIEDB/L3aNPS0uDp6YnTp0/jypUrgolhMjIyYGdnh+joaIwfP17pPKmKVPoWoaGhGDt2rOA8z09ycjJmzZqFU6dOoW7duoiMjMS8efME5R4ofKByYGAgJkyYgDNnzsDIyEip/MtDynWeVBSHfl7jxo0BfDtvrl69iuHDhyud7tWrVwWvZVdJLI50oa748OEDn3d5g6f3798veG1tbQ0XFxeYmZkV+L0SJUqgd+/e6NixIyZMmAA/Pz/+d9i9e7fg3mlR6cKxePnyJS5evCjYhwoVKmDevHno1asXjI2N+c9+/PgRp0+fxrFjx/gVRrhr1NatWxEVFcW3jUnR6UrfojC6Xl+I+ZxfWWlpaVi0aBEfNAeAnzDnhx9+yHVOPX/+HIDw/Lt79y7GjBmDvXv3qm1FZF1E11rtUJyOgxTufxREKnXFrl27kJyczJ8bpUqVwtq1a/Hjjz8qla6sdu3aoV27drh58ybs7e0RHx8PIHsi3127dmHlypWibq8g3FgPbp+B7NWjd+zYgUqVKuX6fIkSJdCiRQu0aNEC48aNw/Tp0/H27Vv++3fv3sXr169pkR3oRt+iMFIp28XhWBCiyyQROFeyZEm+QgcKfpBLCCGk+JH6A9bGjRvDzMwMiYmJYFkWZ86cwYwZMwp9mFOQhIQEnD59mu9MGhsbq3TgtC7sA5A9QMfa2hpeXl4AgPfv3+P48eMYOXKkwmmePHkSAQEB/M2yRo0aKbx6j9TP9eKEezjAdXqfPHkiykMYDw8PAMqtXqiobdu25RtwlpaWhmfPnuHZs2dKbUMdgXMc2Zl9ChqcVBTa9NCrMFlZWYLXsgNo1SUyMhIuLi44c+aMIA85j0ViYiLCw8MREBAAd3d3ANn9wkGDBmHy5MmilYWsrCxB3aOnpwcnJyf07t1blPRlMQyDsWPHonz58pg/fz6/3dOnT2PhwoX5zoQsJl0o27pUP5qZmWHLli04evQonJyckJ6ezp8X9+7dw8CBA+Hs7AwrKyssXrwY9+7d4+sEIPu36NmzJ1avXo1SpUqpPf/c4GaOWHmQTScxMVGUdAvzzz//8P9mWRaVKlXCyZMn+cDjgjRv3hwnT57Eb7/9hsjISD6No0ePws7OTuE8ubq6IjExURDcu2LFCgwePFjwOSsrK3Tq1Alz5syBq6srnJ2dER8fz58rcXFxmDRpUq4VL7SJLpVtbdajRw9R00tNTQWQ/cBz165dcs8GyjAMbty4IWpepKY4HQtdKN9S3oeUlBTB64JWR+fagVx7o1OnTvl+lht4ydU1shO/6CJnZ2c+WJBhGPj5+Qn+fubMGURERAgGi8yYMQO2trbQ1xc+nhs2bBgSEhKwe/du7N+/XzB4kQuGcHFxQcOGDdWwZ0KyK1g6OzvnCprjNGrUCDt37sTQoUORlZWFO3fuAMj+fdq1a5dv0FxOTZo0weLFi7F06VL+Nzhz5ozKA+c0rbDzCQCOHDnCHweWZWFpaQkXF5dcE44aGhqiY8eO6NixI6ZNm4Y//vgDPj4+gsF8Tk5OiImJwe+//66O3SsyqfQtVq5cyQcwcfILfGMYBqmpqVi+fDlOnDiB3bt3Izo6WtCfq169Orp164Zq1apBX18f4eHhePLkCZ49eyY49h8+fMCWLVuwcOFCpfIvDynXeVJRHPp55cuXR506dfDu3TuwLIvHjx/Dw8MDbdq0UThNDw8Pwcq41atXFy3IVsp0oa4IDg4WvC5sheTQ0FDBAFsLCwvs2rWrSM8ozc3NsWfPHvTq1QsJCQlgWRYPHz5EWlqawoPLdeFYHDp0SPDaysoK+/bty3PFspo1a2LevHkYP348HB0d+YnBuH04evQo4uPjsXbtWrXc99Y1utK3KIwu1Rfa3oZyc3PDp0+fBOfUwIEDsWTJkjzHMnz8+BFbtmyBm5tbroDMkSNHYv/+/UqvalRc0bVWO9BxUB957n8URAp1RVpaGh+IybIsDA0NsWPHDrRu3VrhNAvTo0cPbNu2DZMmTUJGRga/ivLSpUtVGiyZ04EDB/h/MwwDKysrHD16FCYmJoV+t1q1ajh27Bh+/fVXfPr0iX//6NGjWLVqlSqyKym60LcojBTKNlA8jgX5P/bOOyqK6+3j3wHpCAiKYlesKHaxl4ixYlSMGsWSKFjQ/IxdohF7VyyI2CKiWIgRYscSe0NRESGIgB2QJr3DvH/w7ri7tC2zZWbv5xzOYWDm3ufOndufQuAznDCcq1mzpojhXE5OjgqlIRAIBII6Ib55wUW0tLTQrVs33LhxA0Cp4cLWrVuxevVqmdPctm2biEfwrl27KnQhzIcyCHB0dMTTp0+ZRcrGjRvRqFEj9OrVS+q0Hjx4gPXr14soF8mq5MOHb12YJ0+eqCRfZUWoad++PbS0tEDTNGiaxqVLl1jxEnPx4kWRa4HHHWVSkcGZ8P+kQbh9qAJ1P7hSJO/fvxe5VoaXcnECAgKwadMmZGRkiNSFsKd1cQT3paWlwcfHB2fPnoWbmxsrkf7CwsKYaHMURWHQoEEKM5oTZtiwYbh69SquXLkCoFTRKSwsDO3bt1d43gK42rYFcw++4eTkhI4dO+K3334TObxOSEjA1KlTYWpqitTUVJFNWV1dXSxduhROTk4qk1t8riaIGCkvqtgHKikpwb1790S+5a1bt0pkNCfAysoKGzduhIuLC5POtWvX5DKcO3PmjIhMK1euLKNMKYyWlhZ++ukn9O/fHwsXLkRISAjTx+Xm5mLOnDnYsmULhg4dKrNMioALbZsv89nPnz+LKMjIi6DfLy4uLqPsKMlzssC2wZmkZGRksPru+FAXksCF9l0VXC+DeB0XFBSIeM0W5tmzZyLXlUWoVpWhu6qprM2ePn1aZNyeO3cu5syZU+H9xsbGWLhwIYYOHYr58+fj/fv3zLidmpqKKVOmwNvbG126dFFEUcrl06dPjIKuwPitX79+lT7Tpk0bDBkyBBcvXhT53ioruzg//vgj9u/fj0+fPoGmaYSGhqKkpIT3CmdVjQECJVWapqGtrY3du3eXUcoQp3nz5jh16hR27tyJgwcPAvi2Xtu/fz+ysrLU0hM+F9YWjx8/xo0bN0QM30xNTTF58mR0794dNWvWREZGBkJCQuDr68tEpQsNDcWDBw9E5vY6OjpYsWIFxo0bV+5Y/OrVK7i5uYkYhhw9ehRTp06FpaUla2USh+tjHlfQlHXe4MGDRb7hhQsXwt/fH1ZWVlKnFR8fj0WLFom8t8GDB8stIx/WeXwYK8TnkVU51haes1IUhV9++QVmZmZS51uzZk1MmjQJ+/btA1DqcOLFixcyK2pyvS5omsa///4rsve4Z8+ecg0IhDE3N8fu3btx+vRprFu3TiRy8blz55CdnQ0PDw/o6OgopRx8gQ9rC0nhwnhRFcp0FCorJ06cAPDNUc64ceMq1e1o3LgxduzYgREjRuD3339nHEDQdGlE5IkTJ+LPP/9E06ZNlVUEXozbfOlrub4/y5d64BLy1pm6jxWhoaFMtDmKovDDDz8o1GhOgJ2dHUaOHIkzZ84AKJ3PhoaGKiXvwsJCBAcHM+9RS0sL27dvl8hoTkD16tWxdetWZm9EEHWOwP21haSoe9sGNKcuCAS+wgnDuaZNmyI2NpY5KEhOTlaxRAQCgUBQF+TxKqFOTJ06lTlkp2ka/v7+sLCwkMgLszienp44deqUyMR/8uTJCpBaFD6UASj1pObt7Y2PHz+CoigUFhZi5syZcHV1hbOzs0TGewUFBTh8+DD27t3LbI4BQL169TB27FiZ5OLLty5g8uTJKjOUYlMZtSJMTExgY2OD8PBwAKXGOEFBQXItwq9evcp4n6FpGs2bN5dKeZ8NhN8bW+9Q2YZrytgU5AoCQ0xBP2tubq7U/AXe5MQNtgQyVYT4fenp6XBzc0NMTAwWLlwol0xv3rxh0qUoCuPHj5crPWkYP348rly5wpQvKipKaYZzXG7bfPYkbmNjg4CAAKxYsQKXL19mvo2ioiImgplgTGjUqBF27tzJSnRTeahRo4bIdVJSEmrWrCl3uuIRa8TzUQTh4eGMx3+KotCtWzeZxpA+ffqgQ4cOePHiBYDSQ/Xk5GSZ3ktiYiIzR6UoCu3bt5d4blmnTh34+vpi/fr1OHHiBJNGYWEhFi1ahOzsbPz4449Sy6QouNC2+TafZbMs5RlhV4a8ZWHb4EwaFPENcLkuJIEL7bsquF4G8cgbSUlJ5XqTByDiWMjS0rJS7/FFRUWsysl10tLSmEN+AGjWrJnEhmM2NjY4e/YsFi1ahJs3bzLjdlZWFlxcXLB79+4KI76xzX///Qfg2xpp+PDhEj03dOhQEec/tWrVklop18HBgVFcLygoQFRUFFq1aiVVGnwiNjZWxNHL4MGD0aFDB4me1dLSwoIFC2BjYwM3Nzfk5eUxbdvPzw/Z2dlYv369WhkmcmFt4e/vL3LdvHlzHDlypIyc7dq1w/jx4zFjxgw8ffoUALBx40bGiE9LSwuenp6VGqW2bdsWvr6+cHJywtu3bwGUGscHBgZixowZMpehKtR9zFPlGpit+acmrfN+/vln+Pr6MlHykpKSMHHiRGzZskWq9fbTp0+xZMkSJCYmMuOskZERpk2bJreMXF/n8WWsEH8PJSUlld4v0B8SzFe+++47mfMeMGAA9u3bx3wHshpH8KEuXr9+LbI3NmrUKKkMYsaPH4/mzZtj7ty5IgY2N27cwKxZs+Dp6SmVIrU8cH284MvaQlK4MF5UhbobzmVnZ+PVq1fM92llZSWxsvZ3332HwMBAzJkzh0kDABISEjBp0iQcPnxYaW2O6+M2wJ++luv7s3ypB01C3ceK2NhYAN/mp5U5RmEbR0dHxjkLAMTExChFR+bly5fIz89n2tGAAQPQsmVLqdNp164devfujXv37gEo3ceJi4uTK6op1+eCfFhbSAoX2ram1AWBwFc4YTjXpUsXXL9+HUDpZCIqKgoFBQVKCyFLIBAIBIKisbOzg52dnYj3lX379uHFixdYtGgRbGxsqkwjIiIC27dvx4MHDwB8W4B37txZKRvefCgDULpQWbVqFVxcXFBSUgKKolBUVIQ9e/bg2LFjGDVqFLp16wYbGxuYmZlBV1cXBQUFSEtLQ0REBB4/fox//vkHX79+FYkCo62tDXd3d1Srxonpl9Lg6uapJIwYMULk0GH58uVo1KiRTEpekZGR+P3330WMSR0cHBQgdcXIGi1R3Th27JiqRVALnj59ipMnT4ps1Nna2iot/71794p4UgK+9Qd169ZFu3bt0KxZM5iYmMDAwAC5ubnIyMhAdHQ0Xr58ySgsCD976NAhGBgYwNXVVWa5UlNTRa6V6RnT2tpa5Prr169KyZcvbZuvGBkZwcPDAy1atMCuXbuYTVjgW5sZNmwY1q5dCyMjI1WKCgCwsLAA8K1tPn78mJXDiODgYADf5oaCfBRJTEyMSJ7yRJ8cPnw4YzgHlBrlVRWppTzCwsJEZJLWuFdbWxsrV65EkyZNsHHjRiad4uJi/PHHH8jOzsbUqVOllkvT4cN8li8ReFWlKMMmfKkLgnojHpkoMjKyzFwUAKKjoxEXF8fMP6oyekpPTxe5Voe5iSoJDQ1lfqcoChMmTJDqeSMjI3h5eWHz5s3w8fFh6iE3Nxeurq7Ytm2bUiIliK+RJF03Cs8BKYqSab0prnQQGxur0YZzkZGRAOSbnw4ZMgRWVlaYOXMmo+RB0zQCAwORnZ2NHTt2qM3epbqvLUpKSspEJNi9e3eFxn2GhobYtWsXhg4diszMTERHRwMoLd+4ceMkWh/UqFEDa9aswaRJk5h8L1y4oFDDOXVHlXMntuaemrTOMzY2xpw5c7Bx40ZmXIuPj8fUqVPRr18/jB8/Hl26dClj5A8AWVlZePr0KU6fPo3bt28zZzeC8rq6usoUYawiuLrO48tYIf4NJCcnVxp1Li0tTeS6fv36Muct/qz4XEhS+FAXgrFKUIZBgwZJnUanTp1w6tQpTJs2DZ8+fWLK8ODBA0yfPh0HDhwot82zDdfHC76sLSSFS+MFV3n58iXzbiiKwqRJk6SKiFW7dm2cOHECixYtwtWrV5l0BNEM9+/fj06dOimwBKJwddwG+NXXAtzdn+VbPWgC6j5WiO+TNm7cWK70pEE8r4yMDKXk+/79ewDf2tHAgQNlTmvQoEGM4RxQ6thLHsM5rs8F+bC2kBR1b9uaVBcEAl/hROuyt7fH5s2bmevc3Fw8evQIffv2VaFUBAKBQCCwy4YNGzB27FikpaUxk+KHDx9izJgxsLGxgZ2dHdq0aQMzMzMYGhoiJycHaWlpCA8PR3BwMCIiIgB8m5zTNA1TU1Ns2LCBlEFKevbsiaVLl2LDhg3MQoymaXz9+hU+Pj7w8fFh7tXW1kZxcbHI88LRkwS/L126VO089qkDXN08lYQJEybg0KFDSE5OZrw3Tpo0CX/88QdGjhwpcTrnzp3D2rVrkZWVxbwvc3NzpUVhFLBx40al5kdQDNnZ2Th16hQ8PT1RWFjIfFMNGzZEkyZNlCJDZGSkiNdeoLTfHDBgAFxcXNCxY8cq03j+/DkOHz6M69evi/TTXl5esLe3l8l7WXlIc1AoL6ra/CJtW/0JDg5mPMeXR3R0NBITE5XWhiujffv20NLSAk3ToGkaly5dws8//yx3usLRSoDSaAuKRlzpSp6DfsGzgjqUVelKEGlQgCT9ZXlMnjwZ5ubmWLp0KYqLi5k+dNOmTcjOzpbLAFkT4fp81tfXV9UisI4yD0HZrH8+1gVBPRHMlQXfb1BQULlRxP755x8A3/ZoqvLoGh8fL3K/Mgzd1RlBVCvB+7Czs5M6DYqisGzZMlhYWGD79u3M2qewsBALFy5Ebm4uRo0axbLkoogr19SqVUui58TrX9LnhBE4MhF8q5mZmVKnwSfE56eyzonbt28PPz8/TJs2jfG6TNM0rl27htmzZ8PT0xN6enosSCwf6r62ePPmDXJzc0U8TFe1JrOwsMDo0aNx9OhR5rumKEoqb9ddunQRiWgdExODvLw86Ovry1QOPsD1+bimrfOmTp2K8PBwnDt3jmk/JSUluHXrFm7dugUtLS3Ur18fNWrUYM6Qvn79ik+fPjFRxwRjqwAHBwfWowdx9bviy1ghbrz25s2bch09CBDfw5XHQ7/4s7JGVeZDXYgrfLdo0UKmdBo2bIiTJ09i+vTpiIqKYsrw/PlzTJkyBYcPH5YrAqykcLVdA/xZW0gDV8YLriK+fu/Ro4fUaejq6mLXrl1Ys2YN46iToihkZmZi+vTp8PLykildWeBy++ZbXyuAa/uzfK0HvsOlsULWOaUsiOuvKQvxdiTr2hYonQMD39q3+NxaFrg8VvBhbSEN6ty2Na0uCAQ+wgnDuQYNGqBPnz64c+cO05l5e3sTwzkCgUAgqJzt27fj0KFDAEoXWQLDL1moX78+du/eDRcXFyZ8uWBDKTw8vNK0hTeeBM/p6enB09MTDRs2lFkmaeFDGQRMmTIFurq62LBhg4hxifgmX3kbHML36urqYvny5VJ7itUUuOwBrip0dXWxdOlSLFq0iFnMZ2VlYdmyZTh8+DDGjx8POzs7NG/evMyzb968QXBwMPz9/REVFSViTEpRFJYsWQIDAwOllIOgHnh6esr8bGFhIdLT0xETE4OwsDDk5+eX+abmzJnDorSV4+HhgaKiIiZ/XV1dbNq0SSpvTB07doSnpyeCgoKwZMkSFBQUACjdCPbw8IC3t7dMsol7Ln7//j3Mzc1lSktaBF7YBJiYmCglX4J6s3fvXnh5eTGbvICogT5QOmY4OjrC3d1d5coNJiYmsLGxQXh4OIBSz/lBQUFyeSy+evUqXr58yfQZzZs3l0nxWlrElcTFo/NIg/iz4odHkiL+XEXRLCRh+PDhqF69OubNm4e8vDzm/e7ZswfZ2dlYvHixzGlrGlyfz8qibKVuCCvVUxSFXr16ydVmJeXVq1d48+YNa+nxoS4I3KBBgwaoV68e4uLiQNM0bty4gXv37qF3797MPR8/fmQM9wVtq6poSOJ7Po0aNVKI/FxBfNyuXbu2zGm5uLjAzMwM7u7uTH0UFRXh999/R3Z2NpycnOQVt0KE56FAadQsSRA34qlevbrUeYs/k5WVJXUafELccFCeNaO1tTVOnDiBadOm4f3790xbv3fvHpydneHt7a3yqJHqvrYQzAGk9aTev39/HD16lLlu1KiR1HvfQ4YMYQznSkpKEBERodSIHuoIl+fkmrjOW7duHYqKinDp0iURh1hA6d7e+/fv8eHDB+Z+8foVPn8ZPny4QhwvcvWb4stYYWNjA+DbO/n3338xZMiQCu+vV6+eyPXnz58rNbSrjLi4OJFrWeYwAD/qQrwM8kTJqVWrFo4fP44ZM2bgxYsXTBkiIiIwefJkHDlyRCn7fVxt23xZW0gLF8YLriL+TVlZWcmUDkVRcHd3h5mZGeMwk6JKoxnOnDkTHh4esLe3Z0PkSuFq2wb409dyfX+WL/WgiajrWCFuIBkbG6uUNiHIqzJZFIV4O5LHqZp4G2Erah5Xxws+rC2kRV3btibWBYHANzhhOAcAixYtwoMHD1BcXMx4YvDz81OrRTuBQCAQNBM2F1Zdu3bFyZMn8euvv+LTp09lovFUhPh9DRs2xO7du9GqVSvWZJMUPpRBwE8//YQ2bdpg/fr1jDKCJItaQTk7deqE5cuXo02bNooUk5MYGRkhJycHQOk7nTdvnlIUPE6fPl3Gs7QicXBwQGRkJA4dOiSymI+KisK6desAlHpDNTExgZGREbKzs5GRkYHCwkIAZY0jAGDatGlSRawj8ANPT09WNtXK+6YGDx6MH374Qe60JSE9PR33798XUcDdsWOHxApm4gwePBja2tqYO3euyEZSenp6GSM4SRCPaBAQECCXNzRpCAgIAPBN6U5W5Q4CP0hJScHixYvx8OFDEY9oNE1j5MiRSExMxMOHD5nvPjc3F25ubnj06BHc3d1Valw9YsQIvHr1ipFt+fLlaNSokUxzusjISPz+++8ifYaDg4MCpC6L+DuU56BUfFM7NzdX5rSEERgNy0rfvn1x8OBBzJo1C9nZ2cx7/vPPP5GTkwN3d3dW5OQrmjKf5QLW1taIjo5mrgcOHIgJEyYoPN/t27ezajhHICiTH374gVFqKy4uxqxZs+Do6Ii2bdsiKSkJJ0+eRHZ2NgAwEQ2qUqR79uwZ87u2tjYzt9ZUxL07y+vteezYsTA2NsbixYuZSEIlJSVYt24dcnJy4OLiIlf6FSFuAJeTkyNTZCtZ1rO6uroi14K9Ek1F3MtwZmamxIaM5VGvXj34+fnhl19+wZs3b5i54NOnT/HLL7/g0KFDKnfoos5rC3FlY0llEnagRVEUYxwiDeJ7zZ8+fdJYw7lq1aox/augTpVhuP3gwQORcY9NNGGdp6urix07dqBjx47w8PBATk5OpeOE+P9omoahoSEWLlzIuq4I19d5fBkratWqhdatWyMyMpLxuh8XF4e6deuWe3+XLl0AfPtW7t69K/Pe6u3btwF826Nt3LixTOnwoS7E98bS09PlKoOJiQmOHDmC2bNn49GjR0wZoqOjMWnSJBw5cqTCOpYXro8XfFlbSIs6jxdcR3y+oa2tLVd68+bNg4mJCTZv3sychxcUFGDevHnYvHlzuVHu2YDr4zbAn76W6/uzfKkHTURdxwpB1EJBfv7+/ujevTtr6VfG6dOnAXybz5bnyFsRiJ+jytOGxPce8/PzZU4L4P5ckA9rC2lR17atiXVBIPANzhjOtWjRAr/99hu2bdvGdA4bNmyAoaEhRo8erWrxCAQCgSADJiYmZDOgHFq3bo2AgAAcPHgQJ0+eZLxVVLYAEBhCmJiYYOLEiXB2dpZLuVde+FAGAba2tjh16hSCg4Nx9uxZBAcHl/E4KUzdunXRrVs3jBkzhjmsI5SlTZs2CA4OZq5LSkqUEmHh7t27Cs9DnIULF4KiKJHolMC3b76goADJyclITk4u86zwvRRFYcaMGZg/f76SJCeoI7Iaawu+JfHvb8yYMVi1ahUrsklCSEgIE21O4JFdVqM5AQMHDsT333+Pa9euASg9NA4JCcGAAQOkTqt9+/YwMDBAXl4eaJpGYGAgfvjhB4X350+fPkVAQACz1tXX10f79u0VmidBfXn06BEWLVqElJQUkeiQBgYGWLlyJUaPHg2apuHl5SUSjY6mafzzzz8ICwuDh4cHcyijbCZMmIBDhw4hOTmZibY6adIk/PHHH1IZfp87dw5r165FVlYW03eZm5tj8uTJihJdBHEv/zk5OTLPTQWH9wLEN9UlRdwgOCUlRe6omF26dIGPjw+cnZ2Rnp7OfG+nTp1Cbm4uNm7cqLRovVxDk+az6o6trS1zoASURqRRhmIGgcBlpk2bhtOnT+Pr169MhIG//voLf/31FwCIzEEAVBmhOj8/H3fv3mWeadGihczjHV8QP9BOSUmBmZmZXGkOHToUhoaGmDdvHvLz85n3vWPHDuTk5GDevHlypV8e4jKnpaUpLSq3wHhTgCqdQ6gD5X1T8kQbAUrnvMePH4ezszPCwsKYb+rly5eYMmUK/vzzT6XVd3mo89pCPAKipB7cxetRFs/v9evXB/Btj0eTozG2bNmSiUoIAG3btsXUqVMVnm9+fj5rhnOavM6bPHkyfvjhB/j6+iIgIKDScxcBdevWxY8//ohJkyYpRHmM6+s8Po0Vjo6OWL9+PSiKQl5eHtasWQNvb+9y77WyskLXrl3x9OlTxlB03LhxUiswZmZmwtfXlymjjo6OzE7V+FAX4v1TUlKSzFGpBBgYGODAgQP43//+h1u3bjF90fv37+Hk5AQfHx+FKDFzfbzgy9pCVtRxvOA64tE0U1JSZI6wKeCXX36BkZERVq1aJRLNcMmSJcjJycHYsWPlSr88uD5uA/zpa7m+P8uXetBk1G2saNu2LUxNTZGRkQGaphEUFISgoCAMHjyY1XzECQoKwpUrV5hx3cTEBO3atVNongLEo8RlZWXJ/F7F9wTl3Wfm41yQa2sLWVG3tq3JdUEg8AXOGM4BgLOzM1JSUnDkyBHGE+rvv/+Oe/fuYdmyZSSMMYFAIHAMFxcXtfFYpm5Ur14dCxYswIwZM3D16lU8fvwYISEhSEhIQFFREXNftWrVUKdOHXTp0gXdunXDoEGD1CZMMx/KIIydnR2z0RofH4+EhASkpaUhKysLxsbGMDU1hZWVldwbaPKSlZWFuXPnMkr0NjY2WLZsmczpbdq0CREREQBKI6N5eXmxovxma2uL4OBgkc1TvkJRFBYuXIgOHTpg/fr1zEJemuiFdevWxR9//IHvvvtOobIS1Bt5IpwKP6utrY0+ffpg6tSp6NGjBxuiScyXL18YeSiKYs0JiqOjI65du8a0q4SEBJnS0dXVxfDhw3HmzBnGI6arqys2b96ssPZ3+/ZtLFmyBEVFRSJe78WjKxDKp6ioCO/fv0dsbCxiY2Px5csX5OTkICcnh9lUNzIygqGhIQwNDWFpaQlra2s0bdoUjRo1QrVq6rUt4unpiX379ol4vaNpGs2bN8fOnTsZb9kURWHOnDmws7PDwoULkZiYyNwbExODcePGwc3NDePHj1d6GXR1dbF06VIsWrSIMZLNysrCsmXLcPjwYYwfPx52dnblejh88+YNgoOD4e/vj6ioKBGlfYqisGTJEqUpTLdt21bkOjk5WWbDuYyMDJFrWee64vPMmJgYVjxFtm3bFseOHcO0adMYpWSBIWZubi62b98udx7SwoW2rUnzWXWnXbt2OHv2LIDSOQapC/WGC+27KvhQhurVq2PLli1wdXVFYWFhGQcbwutVJycndO3atdL0bt++jdzcXGbsJ46EAEtLS5HrDx8+sBJVul+/fti/fz9cXV0ZT7s0TcPb2xu5ubly7QGVh7jTs3fv3kkVTVCedaz4HErTFV4bNmwI4Fv7DA8PlylamTimpqbw8fHBrFmz8OTJE+abioyMZDzhqwp1XluI7+tJ2reLr/Vl8Uotvi5RpOGcuo95tra2CA8P5/ScXJPWeeVhamqKX3/9Fb/++is+fvyIkJAQfPnypczZi+AMSWA4qii4vs7j01gxbtw4HDp0CImJiaBpGrdv38ayZcsqNPwURBIoKSlBUlIS5s2bBy8vL+jo6EiUX0FBAebOnYvU1FQApe9wwIABMkXaBfhRF02aNAHwrQwvX75kRfFaV1cXe/fuxeLFi3Hp0iVmjI+Pj4eTkxP+/PNPufMQh+vjBV/WFvKgbuOFNCQmJorMoQRO1gTzJ8EcSl6la2kQdxr3+fNnmSNsCiMwWl62bBkTzbC4uBgrV65Ebm4upkyZIncewnB93Ab409dyfX+WL/Wg6ajTWKGtrY3Ro0fDx8eH6QsXL16MpKQkTJo0SSF5+vn5YcuWLaBpmtn7cHR0hJaWlkLyE0fcKXBiYqLMe3np6eki1/I63ef6XJAPawt5UKe2rel1QSDwAdWf0ErJ0qVL0bhxY2zatImJAnDp0iVcvXoV/fv3x9ChQ2Fra4sGDRqoWlQCgUAgEOTG2NgYjo6OcHR0ZP6WnZ3NTPzV0cBMHD6UQRx1MJCriPPnz+PRo0cAShdq8nryat++PbOZAwCXLl1ixdBFeKORi5unsmBvb4/+/fvjn3/+QUBAAEJDQ1FQUFDh/bq6umjfvj1+/PFHODg4QFtbW4nSEoR5+PAhQkJCmOu5c+cqXQZ52p2Ojg6MjY1Ro0YNtGrVCra2tnJ7I5UV8U3O1q1bs5Juq1atRK7FFSylYfbs2bhw4QLjZTUjIwOurq4YOHAgpkyZUqXSsKQ8efIEx44dw7Vr15jNawDQ19fH7NmzWcmDr6SmpuLff//FjRs38PDhQ+Tn58uUjp6eHnr06AF7e3sMGDBApZ66kpOTsXDhQgQHB4t8DzRNw9HREStXrixXUadr164IDAzEkiVLcO/ePea5vLw8rFq1Co8fP8aaNWuUHsXXwcEBkZGROHToEHMQSNM0oqKisG7dOgClfZOJiQmMjIyQnZ2NjIwMFBYWAihfaX/atGlSRZWoiqioKAQGBlb4f5qmUa1aNcbhw5s3b2RWHnj37h2TJkVRZZRdJEUQRVDwXoKDgzFkyBCZ0hKnefPmOH78OH755RfEx8czdXb16lXMmTNHKZ5Puda2NXE+q67Y2tqKXMfGxiI3N1fjIxOpE1xr3+XBhzKI07t3bxw+fBjLly/Hhw8fRP4nGAenTZsmUdTzY8eOMc9RFIW+ffsqRGYuUd64zZYzjm7duuHPP//EjBkzkJGRwYzbR48eRU5OjtyRAoQRnLUJyhEdHS1xdO8dO3Ywv8ui2BsbGwvg23clbsSnaYhHlH78+DFrURuMjIxw6NAhuLq64v79+8w39fbtWzg5OZUZa5WJuq4txA3esrKyZDKCkwVFRwrj0phna2uLU6dOAeDunJzv6zxpaNCggcp1PLi+zuPTWKGnp4eVK1dizpw5IoafsbGxcHd3R5s2bUTu79ChA5ydnbF//35QFIV79+5h7NixcHd3rzJq3JMnT7B69WrExMQweWlpaWHmzJkyy8+HumjevLnImBMcHMyaore2tja2b98OfX19nD17lhnjk5OTMXnyZNa/J66PF3xZW7CFOowXFZGbm4t79+7h1q1biIqKwtu3b8tEzakIIyMjNGnSBC1atED//v3Ru3dvhe1tCYz0hb+pXr16sZK2g4MD9PX1sWDBAsZRD03T2LhxI2M0yBZcH7cB/vS1XN+f5Us9EL6hDmPFjBkzEBAQwIyvBQUFWL9+PQICAjB58mQMGTJEZicNAvLz83H58mUcP34c4eHhImfMJiYmmDFjBhtFAQCEhITA09Oz0nuEz1WjoqLQrFkzmfKKiYkB8G1PUF7jcr7MBQVwcW3BFqpu26QuCATuwxnDOXGvI7Vq1cKHDx+YzqGwsBDXr1/H9evXAZQq6Zubm6N69eqsHFRQFIWjR4/KnQ6BQCBwgYKCAty/fx8vXrxAWFgYEhMTkZ6ejpycHBgaGsLU1BSWlpawtbVFhw4d0KtXLxIVpQKePHnC/G5lZcWKVwsjIyOlGpvxoQxcQl4DnStXrjC/m5mZYfDgwXLJM3jwYJibm+Pr168AgIsXL7JiOCe+oEtJScGXL1+U6k1PFWhrazOGpPn5+QgLC6swemG7du1I36omPHjwAIcOHWKuVWE4t3HjRqXnqQjE+362Dl3F05FnjKlXrx6WL1+OP/74Q0QpT7DetLKygp2dHTp16oSmTZuibt26qF27doXGrSUlJUhISEBcXBxiY2Px/PlzBAcHM9Enxb3eL1++XOMVQisiNTUV3t7eOH36NGN4XFkEC/HIKeLk5eXh1q1buHXrFtauXYuffvoJM2fOVIkC+8iRI5GamiryPRgYGGDVqlVVKnSam5vj0KFDOHDgAHbv3s14cqVpGpcvX0Z4eDh27NhRRqFI0SxcuBAURTH9p3h9FBQUIDk5GcnJyWWeFb6XoijMmDFDIqV9SRF4Kr99+7bEzzx79gzff/+9TPkJovcKkLWN165dGxYWFsy3cv/+fZnSqYhGjRrBz88PP//8M96/f898R3fu3IG2tjZzzTZcbduaOp9VR1q2bAldXV1GQb6kpATh4eEk4pUawNX2LQwfylAZXbt2xeXLl/H48WOEhIQgOTkZOjo6sLa2xoABAyTq0z59+oSsrCzGmYWOjg66deumaNHVnvr166N69erIysoCTdN48OABq+m3b98eR48exfTp05GamsqM03/99Rere2516tRhygFAZM+qKoYNGyZX3v/995/ItboZeCgbExMTNGrUCB8+fGDmgoWFhRJH0qkKPT09eHt7Y8GCBUxEd5qm8enTJ3z+/Flhc0FJUMe1hYWFhch1SkqKzA4ypEU8whxbyqhcHPPE5+QfPnxAZmamWir5VwRf13lchevrPL6NFfb29pgxYwYOHDjApP3y5UuMHTsWXbp0wYgRI9CjRw/m3HL+/PkoLCzEn3/+CYqiEBkZiYkTJ6JFixbo3r07mjdvDlNTU9A0jfT0dERFReHRo0eIjo4WkZuiKEyZMkUup298qAtDQ0O0aNGCidx6//59Vo0gKIrChg0bYGhoiOPHjzN78enp6SKKomzA9fGCL2sLPvPff//By8sLd+7ckWgeVR5ZWVkICwvDq1evcPbsWejq6qJfv36YPXs2a04oBTRq1AgGBgbIy8sDUKr0zSYDBw6El5cXfv31V+Tl5THf1K5du1CrVi3W8uH6uA3wp6/l+v4sX+qBoF6Ym5tj8+bNcHV1FTn/DQ8Ph5ubG1atWgVbW1sRnYM6derA2NgY+vr60NPTA1BqHJeXl4esrCwRnYNnz57h1atXTPAZAEwe2tra2Lx5M2rUqMFKWWiaxrNnz/Ds2TOJn3ny5InMe4Pi56r16tWTKR0BXJ8L8mFtwRdIXRAI3IczhnPCobWFEffELiAzMxOZmZkA5Pe8J5wHgUAg8JmUlBQcOnQIAQEBIhFhhPvX7OxsJCUlISYmBg8fPgRQGi549OjRcHZ2LnNgrOlMnjyZGUNcXFywYMGCcu8TKM8Dpcr/6rQ440MZuIQ8Bjp5eXl49uwZU1/ff/89tLS05JJHS0sLgwYNYrzvPH36FAUFBXIbdNWtW1fEIA8AwsLCOLWRLS96enqc2SwGgJcvXyIyMhIxMTGIjo5GYmIisrOzkZOTg5ycHFAUherVq8PExAQmJiZo1qwZbG1tYWtri1atWsn9Laqa8jyUE6RHXNExJSWFlUhYKSkpAL6t3Ro2bChXemPHjkV6ejq2b98OACIbUHFxcfjnn3/wzz//MPdTFAU9Pb1yN7Hz8/PLbF6JK2IIrhcsWIAff/xRLtmlhStt++TJk9iyZUuZzf+K2iRN02Xec0XQNI38/Hz4+vrC398fS5YskTtiq7SkpKSIGGq2aNECO3fuRNOmTSVOY8aMGejSpQsWLlwo4kn+/fv3mDBhAl6+fKnAEpSFoigsXLgQHTp0wPr165m5oiT9qKDu6tatiz/++IM1D8rCskmyqSxcJzdv3sTSpUtlyk8QDRgoNaJv0qSJTOkApV6gL126BKD0YOfp06esziesrKzg5+eHX375BW/evGHKX1RUpJAxkMttW9Pms1lZWZg7dy5KSkoAADY2Nli2bJnM6W3atIk5/NTR0YGXlxczhkpLtWrV0KpVKxEvoa9evVLaXFvZ80N1rgthuNy+BfChDJKgra2Nnj17omfPnjI9X79+fQQEBLAsFT+ws7PDjRs3AJR6Wf7vv/9YVXhs1aoVjh07hl9++QWJiYnMuJ2VlcXqIXrLli3x9OlTAMDz58+VdmYm2HsGSpWN6tSpo/A81Z0ePXrg/fv3AIC0tDRcv34dQ4cOZS19HR0d7Nq1C8uWLcO5c+fKGJ2pCnVcW4grbb19+1aq9i1P+xSefwJgxRCNq2Nes2bNRJS+gdJ5YI8ePVhJX1nwbZ3HZfiwzuPbWLFgwQLk5+fj6NGjTPolJSV48uQJ4/jT0NAQ1tbWMDU1hZGREczNzUWMf16/fo2oqKhy0xff96dpGgMHDsTixYvllp0PddG9e3e8fv0aAJCTk4NLly5hzJgxrKQtYMWKFTAyMmKiBQo7mWMLPowXfFlb8I0vX75gw4YNuHbtmlTzo8oQpJGfn49r167h+vXrGDRoEJYtW8bamkhLSwudO3fGvXv3AAChoaF4//49q85KevfujYMHD2LWrFnIzs5mviPh70te+DBuA/zoa/mwP8uHeiCoH/3798fWrVvh5ubGROEESvv6vLw8PH36lNlzk4Xy5rI6OjrYtGkT+vfvL7f8AqpynCN8n+C7vnXrFtzd3WXK7+7du0w6Ojo6aNy4sUzpCODDXJAPawu+QOqCQOA2nNNeFSw0hQdh8Q184R/xZ6T9IRAIBE0hICAAw4YNg4+PD9LS0kT6war617S0NPj4+GDYsGEIDAxUYSnUE0nGkwEDBsDe3h729vY4ePCgEqSSDj6UgUvIOg+JiopivHgBYG0jUjid/Px8vHnzhpV0BV59BH2K8EYqQT14+PAhVq5cid69e2P8+PFwd3eHr68vHjx4gDdv3iAuLg5paWkoKChAfn4+kpOTERsbi9DQUPz9999YtWoVxowZg759+2Lbtm149+6dqoukdgQGBjI/4p6z+EinTp1QrVo1pt0LRzWVB+ENZW1tbXTq1EnuNJ2dneHl5QVLS0tmE0p4s1f4p6SkBLm5ufj69SsSEhKQkJCAr1+/Ijc3FyUlJWXuF0+rdu3a2LdvH1xcXOSWWxK41rbXrVuHNWvWIDc3V+T9lfdeLS0t0bRpU9jY2KBTp07o1KkTbGxs0LRpU1haWlb4nODvubm5WLNmDdatW6fQMlUETdMYO3Ys/vrrL6mM5gR06tQJgYGB6N+/v8jmqfD8QNnY29vj2rVr2LBhA7p27QodHZ1K92F0dHTQtWtXbN68GdeuXWPdaA6QXElVeE72/v17vHjxQuq8EhMTRRwbNGnSRC4HBIJDHEF6Z86ckTmtiqhZsyaOHz8OW1tbkTbCNnxo25o0nz1//jwePXqE4OBgPHnyBO3bt5crvfbt2zNpPXjwgFEUlpV27dox7ZWmaaXWhbL3kNW9LgB+tG8+lIGgepQxbjdt2hR+fn5MpBVFjNuCfoaiKGRmZsql0CMp8fHxePHiBVOedu3aKTxPLtCrVy8A374pgaMrNtHS0sKWLVswYcKEMgpYqkad1hYChz2CdxMZGSnxs/fu3WN+Zs2aJXXeAmVOQf3I63mdy2OelpYWE12dy3NyPq3z+ADX13l8HCvc3NywYcMGmJiYiOx3CfqZ7OxsvHz5Evfu3UNQUJCIAUVVOkPifd7kyZPh4eHBirMwPtRF7969mTRpmsaJEydYS1uY+fPnY+HChQr7nvgwXvBlbcEnnj59ipEjR+Lq1avMOVBl50iS/oinUVJSgqCgIIwaNYrVtVj37t0BKPab6tKlC3x8fGBmZiaSF5twfdwG+NPXcn1/li/1QFA/hg8fjpMnT6J169Yi9S6vbrtwOoK/tWnTBqdOncLw4cNZk188T0nuBYCEhASZIqp/+PBBRG+mWbNm0NbWljodYfgwF+TD2oIvkLogELgNZyLOCZC28ZPOgkAgEKpm+/btOHToULkTrcoWPuL3paenw83NDTExMVi4cKHiBOYYko5Fwoc96gYfyqAJxMbGAvhWDzY2NqykK/BYKKjbt2/fMpsK8mBra4vbt28z18rYmGjTpg1Gjx6t8Hy4zosXL7B9+3bmAKaisaCy9i78THJyMg4fPozDhw9j8ODBWL58OWrVqsWu0Bxl2bJlzHt0cXGpsN0KG5hZWVkxB5dcw9jYGPb29ggKCgJFUTh58iTGjBkj19ghfHhBURQGDBjAWtTT7777Dr169YKfnx8OHjyI1NRUJh95ELQPc3NzuLi4wMnJSe5InpLAxbbt7e2N48ePi8glGOc6d+4MOzs7dOrUCdbW1qhdu3aVG+fFxcX48uULYmNjERISgidPniAkJKSM0o2fnx9q1qwpkxKjrBgYGGDNmjVwcHCQKx1TU1N4e3vDx8cH27ZtQ1FREUsSyo62tjYcHR3h6OiI/Px8hIWFISEhAWlpacjKyoKxsTFMTU1hZWWFdu3aKaw9dO3aVa7nX7x4gQ4dOkj1zF9//YWSkhLm8Kpjx45yyTBgwAC4u7szh08XLlzAnDlz0KBBA7nSFcfU1BRHjx7FzJkz8eTJE9bn+Hxp25o0n71y5Qrzu5mZGQYPHixXeoMHDxbxCH3x4kW5yvX9998jOzubuVaGZ+mFCxeqZO9D3euCD+2bD2UgqAffffcdYxxC0zTOnj0LV1dXWFhYsJpP/fr14efnh2nTpiE6Opr1cbtTp044fPgwsxYICgqSe15VFf7+/iJthEseoBVJnz59GA/ZNE0jODiY9chUAtzd3WFsbIyDBw+q1X6vuqwtzMzMYGlpiaSkJADSOQaqWbOmXHmLO16SJ6I1H8Y8W1tbESVyZczJTUxMULduXdbS48s6jy9wfZ3H17HC0dER/fr1w9q1a5k1UXl5lnfWLcleZ9euXbFo0SK5HZMIw4e66NGjB0xNTZGRkQGKohAREYHr169j4MCBrOUhwMXFBdWrV8eaNWtYMYAQh+vjBV/WFnzh5cuXcHZ2ZiLXCM9zAKBOnTro1KkTmjZtCisrK9StWxdGRkbQ19eHvr4+ACAvLw95eXnIzs5GfHw84uLi8PbtWzx79gzx8fFl0k1LS4OLiwt8fX0ZYzF5+O6777Bt2zYm/b/++gszZ86EsbGx3GkL07ZtWyaaYXJyMuvfFNfHbYA/fS3X92f5Ug8E9aRNmzY4e/Ysrl69Ci8vLxHnO7L2i8LfTqtWreDq6opBgwbJLasw8vZ1CQkJUj8jbLQq2JtgA67PBfmwtuALpC4IBG5D0RyZfbVq1Uql+VMUhf/++0+lMhAIBIIi2Lt3L/bs2QOg7IZe3bp10a5dOzRr1gwmJiYwMDBAbm4uMjIyEB0djZcvXyIuLq7MsxRF4ddff4Wrq6sKSqRctm/fzkRXK2+sEBgcAaWbHwsWLCg3nVatWokYTlR0nyrgQxm4RFXfVGX4+Phg06ZNzLP379+Hubm53DKlpqaiZ8+eTP26ublhypQpcqebkpKCmJgY5lpfX594EFcxxcXF2LhxI/z8/ACUf8hcGeJLi/IMsSmKQvXq1bF48WKMHTuWDbEZ2Pguy+PTp08i411lCoIUReHo0aMSpy1Y51AUpTF97Nu3bzFq1CgUFBQAAGbPno3//e9/Mqfn6ekJT09PUBQFHR0dBAQEwNrami1xGYqKivD48WPcuHEDd+7cwadPn2RKp379+ujbty/s7e3RrVs3VKumeH82XG3bUVFRcHR0RHFxMZOXtrY2nJycMGnSJMbDv7x8/PgRx48fh5+fn0he1apVQ0BAAJo3b85KPpUxatQo7Nq1C40aNWI13ZcvX2L+/PmIi4sjexoqICsrC/b29khPT2f+tmPHDgwbNkyudKdMmYLg4GDm2sHBgVFyYJuCggL873//w61bt5i/ybtHxqe2rSnz2by8PHTt2pUxxB07dizWrFkjd7qrVq1iPDHq6+sjODhYKYbkXEbd64IP7ZsPZSAoD0n2cMaNG4eXL18y105OTvjjjz8UIk9aWhqcnZ3x6tUrxts0G2dbRUVFSElJYa51dHRY2W+qiLS0NNjb24so3AUFBbE+V1Y3JN0TnD9/Pi5fvsxcd+zYESdPnlSYXAcOHMCOHTuYa3Je+o2ZM2cySrq6urp4/PgxDAwMFJ7v4MGD8eHDB9A0jYYNG+Lq1asypcOXMS8iIgL//vsvc12jRg04OTnJlaYq4Po6j0/wYZ3H97Hi/fv38Pf3R2BgoMgcRZB3RYjvcVpYWGDAgAEYPnw4E3mJbfhQF7///jvOnj3LXDdv3hznz5+XK83KOH/+PNzc3Jh1L1vfEx/GCz6sLfhAbm4uhg8fjri4OBEdGUtLS4wZMwaOjo5yG79//PgRAQEB+Pvvv/HlyxeRfOrWrYuLFy+yMu8cMWIE3rx5A6C0rcl7XlcZHz9+xM8//4zPnz+z+k3xYdwG+NPXch1SD8pBHp0ovvDu3TtG5+D169dIS0uT6nkzMzO0bNmS0Tlo3LixQuRUNqmpqbC3t0dubi7zN09PT1YMWPkwF+TD2oIvkLogELgLZyLOkcggBAKBwD6RkZHYt29fGeXnAQMGwMXFRaJoCM+fP8fhw4dx/fp1kRDgXl5esLe3R8uWLRVZBLXHyMiIUfIQVvbgEnwog6Yg8GonQE9Pj5V0xdPJyclhJV0LCwvWPSFyiaysLISFhSEpKQkZGRnIzs6GkZERTExMUKtWLdja2rLu1a8yioqK8L///Q83b95kDisEfbqk0UfNzc3RpUsXZGdnIz09HbGxsSLfi+DejIwMrFy5EpGRkawe6gUHByvcyw5N0xV6EZc16qamRfVs0qQJVq9eDTc3N9A0jX379iErKwsLFy6Uqt8qKCjAjh07RAwV16xZoxCjOQCoVq0aevXqhV69egEo7QtjY2MRExODxMRE5OTkICcnh9nINTAwgKGhIQwNDWFpaYmmTZuiadOmMDIyUoh8FcHltr1v3z4UFRUx8tauXRteXl6sRD0VpkGDBnBzc8MPP/yAOXPm4MuXLwBKDQ737dsnsgmpKPz9/RViLNKuXTsEBgZi+fLlrKdNqJryjKnliQYhYMmSJXj16hVzraWlpbAxQldXF3v37sXu3buRmJjISpp8atuaMp+NiopCYWEh842x5TWxS5cujLFWfn4+3rx5w/p3wDfUvS740L75UAaCevG///0Pjx8/Zq51dHQUNm6bmZnh6NGjWLlyJWvjNlC6FlKGp3gBBgYGOHfuHHNNURSrkZ24zqpVq/Drr7+K/E2R+wUzZsxAmzZtWP2m+ELHjh0Zw7nCwkLcvn0bQ4YMUWie4eHheP/+PbO2lzYitjB8GfNsbGxgY2PDhqgqhcvrPDc3Nxakkh+KorBhwwa50+HDOo/vY0WjRo2wePFiLFiwAJGRkXj58iXCwsIQGxuLtLQ0ZGZmIjMzEyUlJTAyMmL2aOvUqYOmTZuiWbNmaNWqFdq1a6fw/XY+1MW6deuwatUq1tKrihEjRsDGxqaMUaS88GG84Pragi/jxZ9//skYzQne/5QpUzB//nzWnCg0aNAA//vf/zBjxgx4eHjA19eX+V98fDyOHDnCihPrGTNm4ObNm8x1UlKSwr6pBg0a4MSJE5g3bx6rfRQfxm2AP30t1yH1oHr4MlZURePGjTF9+nRMnz4dAPD161epdA4U6dBKlZiYmODOnTsif2NLZ4oPc0Eury341ra5XBcEgqbDGcO5jRs3qloEAoFA4B0eHh4iB6O6urrYtGmTVBEQOnbsCE9PTwQFBWHJkiVM9Jji4mJ4eHjA29tbUeJzAjMzM8bYTDjUOpfgQxk0herVq4tcp6WlsWKgIe7dSBmek/lKamoqTp8+jUuXLiEmJqZKoxVra2s4ODhg3LhxqFGjhkJl27JlC/79918RoxoAsLW1RY8ePdCiRQuYmJiAoihkZGQgKioKjx8/xosXL5j7v379CisrK5FNj48fP+LRo0c4f/48nj59ipKSEub+EydOQEdHB8uWLWO1LNJG01Il5UXukuRerjNq1Cjo6elh+fLlyMnJwbFjx3D9+nU4OTlh2LBhsLKyqvDZ+Ph4XL58GcePH0d8fDxomoaRkRHWrVuHoUOHKq0MhoaGaNu2Ldq2bau0PGWBq207JyeHccwgqONDhw4pNPpKmzZtcPDgQYwfPx65ubmgaRrXr19HTk4ODA0NFZYvAIVGWKpevTp2796tsPQJFWNkZMREFmUTZfc92tramD9/PitpaVrb5guxsbEAvh36sHW4KIhuLpjjvH37lhjOVYE61wUf2jcfykBQP3r37o3evXsrLT8jIyNs375dafkpAj09PdSrV0/VYqgtpqamMDU1VWqeAgcyBFHs7OxEorK9evVK4YZzAsccgrmArHVDxjz1g8vrvICAAJXvWwrahCKVW7mEpowV2traaNOmDdq0aYMJEyYoPX9J4ENdaGlpKT06vLW1tcIc5HEZrq8t+DJenD59WsRobunSpfj555/ZE1IIfX19uLm5wcrKCps2bWLyPXXqFCuGcyNGjMCIESNYkFQyateuzThuIohC+lr1gNSD6uHLWCEtNWrUYM1JHpepVq1aGb03wje4vLbgW9vmcl0QCJoOZwznCAQCgcAu6enpuH//vsim3o4dO2QObz148GBoa2tj7ty5TJr37t1Denq60ieK6kTr1q3x6dMnAMCzZ8/w4MED9OzZU8VSSQcfyqApiBtWvX//nhVFow8fPgD4tojkq/ciRVJcXIzdu3fDx8cHBQUFVRpIAaXv+82bN9i5cye8vLzwyy+/4Ndff4W2tjbr8r18+RLHjh1jNipomoaNjQ1WrVqFdu3alfvM8OHDAQD//fcf3N3d8fLlS9A0DV9fX+jo6GDRokUASj0INmjQAGPHjkVERATWrFkjYpBz9OhRdOjQgVXFIuFyKAI2061evToyMzMBlEbr0gSEja9sbW3x+PFj0DSNuLg4bNu2Ddu2bYOFhQWaNWsGExMTGBgYIDc3FxkZGYiOjma87gkbSNra2uLOnTtlPJBVhiYo03C5bb948YKJqENRFMaNG6dQBT4BzZs3x/jx43HkyBEApVEDXrx4QeY+BAJLkLbNTcQdabC1HhBfv6SmprKSLp9R57rgQ/vmQxnkJSUlBS9evEBMTAwyMjKQkZGBwsJCqdPRhLk2gUAgdOrUCVevXlVafgkJCXj+/DkTgZGiKPTt21emtMiYRyAQCAQCgSA9//33HxITE5k5VM+ePRVmNCfMzz//jLt37+L+/fsASiPD/ffff4wjJAKBQCAQCAQCgUAgVA0xnCMQCAQNJSQkhIk2R1EUBg4cKLPRnICBAwfi+++/x7Vr1wCUGoqEhIRgwIABbIjMSXr16oVr164xSuQzZszAgAED0KFDB5iampZrABMVFYXAwEDWZRk1apRMz/GhDJpC/fr1AXwzGrp79y4rSgd3794Vua4sEhShLImJiXB1dUV4eLhMkdBomkZ+fj7279+Pe/fuwcvLC5aWlqzKeODAAZGw8f369YOnpyd0dHSqfLZ169Y4efIkfvvtN1y7dg00TePIkSPo379/Ga9YNjY2OHnyJFasWIG///6b6VfWrVuHvn37suZdWlCW1q1bw9jYWO70Pn36hPj4eACldcemt68aNWowhnNhYWGspavOlOdNStzYMTk5mTGQE0bYaFH4mcePH0slg6Z4oeZy23779i2Ab3UlTURkeRk+fDiOHDkiEnWHKPGxR1ZWFsLCwpCUlISMjAxkZ2fDyMgIJiYmqFWrFmxtbVnpuwmqIyIiAlFRUcy18ByetG1ukpeXJ3Ktp6fHSrri6eTk5LCSLp9R57rgQ/vmQxlkobi4GBcvXoSvry/Cw8PlTk9T5tp8QXi9CwBdu3ZVoTQEPnDlyhXcvn0bgOKNaDVtbVGnTh3m7EVeNHXMI8hOZes8QHEOzAj8RJljBaFySF0Q2ESStQXXx4vXr18D+DaHmjx5stLynjx5MmM4BwCRkZG8N5zLzMxkzlABMA4kCMrH398fFy5cAFA6XggiYaua5ORkJCcnM9etWrVSoTSKR13rgW24PlYQCJpKVWsL0raVB1nnEQgVQwznCAQCQUP58uULgG+beqNHj2YlXUdHR8bICij1gqrJjBw5Ert378bXr19BURSKiopw7dq1cg+4BQuE27dvM5NXNpHV6IwPZdAU2rZtC2NjY2RnZ4OmaQQEBGDOnDlyKYhkZWXh7NmzjBGEvr5+hVGKCGXJzMzE9OnT8ebNGwDlR0LT09ND9erVYWhoiJycHGRmZiI/P5/5v/Azr169gouLC/z8/FhT/MnOzsatW7eYOra0tISHh4dEhjUCtLW1sW3bNgwbNgxxcXEoLi7Gtm3bcOrUqTL3UhSF9evXIy0tDTdu3ABQGtXg9OnT+OWXX1gpk6AsSUlJcHZ2ZiJoycr27dtx8OBB5vrYsWPyisjQtm1bvH//HkCpp8qzZ8/C0dGRtfS5gLARXVVGpeX9XxpDVE2C621b+DAUKI1wpywEhugCsrKylJY3X0lNTcXp06dx6dIlxMTEVLoxTlEUrK2t4eDggHHjxpWJgqRo4uLimN+rV6+O6tWry52mph3wX758GYcOHWKuhefwpG3Lz61bt/Dw4UPmWjiSq6IQbwdpaWkwMjKSO13x6GkGBgZyp8l31Lku+NC++VAGaYmLi8OCBQsQGhoKoOLDa+E5d1XjOIFbnD59mhm3KYpCRESEiiUicJ3w8HARhzlsK2ZwaW2hzmjimMcmMTExePfuHXNtb2+vOmGURGXrvLlz56pAIgKXUfRYQZAcUhcENqlqbcGH8ULYQAcAWrRoobS8W7ZsCeDbultcFj5y4MABsl5VEz5+/Ijg4GAA6rX3c/ToUY36RtS1HtiED2MFgaCpVLa2IG1buZB1HoFQMcRwjkAgEDSU9PR0kWu2vFGJe/DJyMhgJV2uYmBggM2bN2P27NkoLi4u12hGHEV42JBn04QPZdAUtLS00K1bN8ZgIT09HVu3bsXq1atlTnPbtm1IS0tjolN27doVurq6bInMe9zc3PDmzRuRdkNRFHr06IGRI0eiQ4cOaNy4cZnn3r17hxcvXuD8+fN48OABgG/GYFFRUVi2bBk8PT1ZkTE0NFQkAunUqVNlig6lp6eHX375BevWrWPS/fjxY4WKNytXrsSDBw+Ql5cHmqbx999/y204d+TIEaxcuRIfP34ERVFISUnBokWLcPbsWaxatUqpSkCS0r9/f1y8eJGp3+XLl+P48ePo2LEjTE1NoaWlVeaZkJAQ1upfGGVuVhFvUoqH6227WjXR7Yrc3FyYmZlJnY4s5ObmilyX1w4VQV5eHmJjYxEbG4svX74gJycHOTk5yM7OBgAYGRnB0NAQhoaGsLS0hLW1NZo0aaLWhibFxcXYvXs3fHx8UFBQIFHbp2kab968wc6dO+Hl5YVffvkFv/76a7lRjhXBgAEDmHHbxcUFCxYskDtNTTzgryjKria2bbYJCQnB0aNHmXerDMM5cSXz9+/fo169enKn++HDBwDf5sjm5uZyp8l31Lku+NC++VAGaUhISMC4ceOQkpIiEqVYQGXGcuXt0dA0Teb5HIXUG0ERlNevyAMX1xbqjKaNeWwTGBiocWs8oOJ1HlGAY5ecnByZ9vC4CNtjBduQuiAQpKeyORofxouioiKRazacGUmKeH9UUlKitLxVCVmvEqqCfCP8gg9jBYGg6ZS3tiBtWzWQdR6BUBZiOEcgEAgaivgmHhuRFMpLR5mbhepKnz59cPToUbi7uyM6OlrV4sgEH8qgKUydOhU3btxgjHD8/f1hYWGB//3vf1Kn5enpiVOnTjFpURSFyZMnK0BqfvLkyRNcv35dxGiuefPmWLt2LTp06FDps40bN0bjxo0xatQohIaG4o8//kBUVBRTFzdu3MDTp0/RpUsXueUUeEcW1HGfPn1kTkvwrKDMISEhFRrX1K5dG0OGDEFAQACAUk/NCQkJqFOnjsz59+jRAxcuXMDu3btx9OhRFBcXg6Zp3L9/HyNGjMCsWbPg7OxcRjlIlQwdOhQ7d+5EXFwcU78RERH477//ytwr2Ph/9uwZnj17xrosytqsIptiyoHrbbtmzZoi11FRUbCyspJWdJmIiooC8O3dicvCFsXFxQgODsaNGzdw+/ZtfP78WeoDPoqiUK9ePfTr1w/29vaws7NTGyXQxMREuLq6Ijw8vELlusqgaRr5+fnYv38/7t27By8vL1haWipK3DJ5s72JTA5vS9GEtq0slHnYIYgKIsjv7t276Nmzp9zp3r17V+RaWd+CNGRlZTGK5NJEbVUU6lwXfGjffCiDpJSUlGDOnDlITk5mHC3QNI127dqhffv2CA8PZ9YcFEVh7ty5yM3NRUZGBqKjoxEREYH8/HyR/YLhw4ejSZMmCpWbwD/UrZ8lqCdcXluoK5o05ikKssbTXPz8/ODk5KSQtCMjI/Hbb7/hypUrCkmfb5C6IBAIykZcF+bjx48wNTVVSt6fPn0SuTY2NlZKvgQCgUBQLw4ePIhTp04BKN0buX79uoolIhAIBAKBO6iPxiiBQCAQlEqjRo1ErlNSUljZXEtJSQHw7dCzYcOGcqfJBzp37owLFy4gJCQET58+RXR0NDIyMpCbmwuapvHkyRPmsL9OnTqMMpw6wYcyaAJ2dnaws7NDcHAwo8C2b98+vHjxAosWLYKNjU2VaURERGD79u1MpDNBe+7cubNchheKJjU1Fc+ePUN8fDyjdFW7dm107dpVJV5BDxw4IHLdtWtX7Nu3T+q+tn379jh16hRmzpwp0s4OHjzIiuFcZmamyLU8SjLiz8bHx1d6v729PWNcA5R+e/IYzgGl0bEWL14MBwcHrFixAuHh4aAoCnl5edi1axfOnz+P1atXs/Lu2KBatWrYuXMnfv75Z2RnZ1ca1aGqv8uCsKKrsiCGc+WTmZkp0h7r1q0rd3rCcK1tt2zZEsA3Zcjjx4+jX79+UqUhK8ePHxe5Fo+oLC8FBQU4efIkDh48KDJ3lgWapvHx40f4+fnBz88P5ubmmDlzJn766SeVRojNzMzE9OnT8ebNGwDf6lG4nHp6eqhevToMDQ2Rk5ODzMxM5OfnM/8XfubVq1dwcXGBn5+fUhQCiOc1xcHnts1n2rZtC2NjY2RnZ4OmaQQEBGDOnDlytcesrCycPXuWmYvo6+ujXbt2LEotGyUlJQgKCkJgYCCeP38uMp7WqFEDPXr0wNChQzFw4ECVyKfOdcGH9s2HMkjKlStXmLUSTdMwNDSEh4cHU97t27eLOOsQn8Pn5+fj3LlzOHjwID58+ACapvHvv/9i48aNGDJkiEJlJ3Abde9nCeoH19cW6oomjXkEAtusXbsWwcHBWL9+Pav9yIkTJ7B582YUFBSwlibfIXWh3rx79w6vX7/G169fy4zN0kLOFAjqgsBZjGAOdfnyZbRt21YpeV+6dAnAt3P7xo0bKyVfAoFAIKgXGRkZ+Pz5MwD1Ps8kc0ECgUAgqCPEcI5AIBA0lE6dOqFatWooLi4GUBoZSdyYThaePn3K/K6trY1OnTrJnSaf6Ny5Mzp37lzm78KHwyNGjMCCBQuUKZZU8KEMfGfDhg0YO3Ys0tLSGCW4hw8fYsyYMbCxsYGdnR3atGkDMzMzRqEkLS0N4eHhCA4ORkREBIBvG+80TcPU1BQbNmxQccnK5+XLl/D09MS9e/fKNTzQ0dFB3759sWDBAjRt2lQpMuXn54sYL5qZmWHnzp0yH94aGhpi586dGD58ONLT00HTNB49eoT8/Hzo6enJJav48/IcBos/W1RUVOn9gvoQbOjFxcXJnLc4rVu3xl9//QUfHx/s2bMHubm5AEqjX02ePBmjR4/GkiVLYGZmxlqesmJra4uAgACsW7cOd+/eVarHauIdW304cOAADh06BKC0TQj6Ylnhettu3bo1atWqheTkZNA0jXv37sHX1xdTpkyROi1p8PX1xd27d5n+u2bNmmjdujVr6d++fRvu7u748uWLSPuT92BDkFZKSgo2btyII0eOYNWqVUpTfBTHzc0Nb968EVFQpSgKPXr0wMiRI9GhQ4dyD/bfvXuHFy9e4Pz584wBv6AuoqKisGzZMnh6eiqzKASW4Wvb5jtaWlro1q0bbty4AQBIT0/H1q1bsXr1apnT3LZtG7NeoSgKXbt2ZdXg9+PHj7hz5w7i4uKQmZkJY2NjNGnSBL169arQOD06OhqLFy9GZGQkgLLzpNTUVFy6dAmXLl1C586dsXHjxgojsCoKda4LPrRvPpRBUo4ePQrg2xi9adMmqeYNenp6GDt2LEaMGIHVq1cjICAAubm5WLBgAapVq6YxRk8mJiZyO7zgKnztZ1WJJn9PlUHWFopBk8Y8AkERXL16FREREfDw8JDbYCIrKwvLly/H1atXle7gjA+QulAvYmNjceLECZw/fx4ZGRmspUuUpQnqQocOHaCjo4OioiLQNI1Tp07B0dER1tbWCs03JiYGp06dYuZQOjo66Nixo0Lz5AJPnjxRtQgASp3nEggEySH7H/yFr3NBf39/XLhwQerntLW1sXnzZlhaWipAKgKBQCDIAjGcIxAIBA3F2NgY9vb2CAoKAkVROHnyJMaMGSPXIQBN0zhx4gSA0kPoAQMGoHr16myJTCAQJKR+/frYvXs3XFxckJ+fz2yiA0B4eHilxhjiSvw0TUNPTw+enp4KjSD58eNH/P3337h79y7i4+NFlK569+6NcePGoWbNmmWe279/P3bv3o2SkpIKDYAKCgpw48YN3Lp1C8uXL8eECRMUVg4Bz549Y949RVFwcnKChYWFXGlaWFhg4sSJ8PLyAlBarmfPnqFHjx5ypVujRg2R6w8fPsgs64cPHypNWxzxOs3OzpYp34rQ0tLCtGnT8P3332PVqlW4f/8+810HBATg5s2bWLJkCUaPHs1qvrLQsGFDHDhwAPHx8QgJCRGJ6gkAAQEBzBjdrFkzpXmwJCgXNg0Z+dC2x48fD09PT6bdbtq0CfHx8fjtt9/kNhoWp6CgADt37oSPj49IJMaffvqJtTyOHDmCrVu3oqSkBICosZx43VMUBT09Pejp6UFfXx8AkJeXh/z8fOTn55d7v3Ba8fHxmD17NhYtWoRp06axVgZJePLkCa5fvy6i2Nq8eXOsXbsWHTp0qPTZxo0bo3Hjxhg1ahRCQ0Pxxx9/ICoqiqmTGzdu4OnTp2oTNVRShI1NtbW1VSiJesC3tq0pTJ06FTdu3GDeo7+/PywsLPC///1P6rQ8PT1FlH0oisLkyZNZkfPdu3dYs2YNHj58WO7/KYrCoEGD8Mcff4iMi2FhYXB2dkZGRgbTx5a3PyL439OnTzFp0iT4+Pgw3saVhTrXBR/aNx/KUBVZWVkICwtjvvEOHTpg0KBBMqWlr6+PjRs3gqZpBAYGoqSkBMuWLcPFixdRu3ZtNsVWS1xcXODi4qJqMZSKJvSzqkITv6eq0MS1BU3TeP36NeLi4pCbmwszMzPUqVNHIcrYmjDmEQiK5OPHj5gwYQIWL14ss9Hpq1evMH/+fHz69Ik4OJMDUhfqwd69e+Ht7c0YFMmL8HghL+pgpM2GszyC6jE0NIS9vT2uXLkCiqKQnZ2N6dOnY9++fQr7ziIjI+Hq6oqcnBymTdjb28PQ0FAh+XGJyZMnq9zImbRtAkF6yP4HP1HnuaCAFStWiOxp6urqYt++fVVGcf348SPjOF1SBLJ7eHhg48aNsopMIBAIBJYhhnMEAoGgwfz222+4desWCgoKEBERgT179sikaCVg7969CA8PB0VR0NHRwbx581iUlkAgSEPXrl1x8uRJ/Prrr/j06VOlyvnCiN/XsGFD7N69WySiINscOHAAe/fuRUFBgYhsX79+RVpaGp4/f44///wTa9aswbBhw5j/e3t7Y+fOneXKLg5N0ygqKsKaNWugpaWF8ePHK6QsAr58+cLkKzAkZgN7e3t4eXkxZRXkIw8C7+2CNK9duyazl8Jr164B+FbuWrVqSfW8lpaWTPlWRYMGDXD48GEEBgZi8+bN+Pr1K4DSb+z333/H2bNnsXr1aqVFJKwMKysrODg4lPl7QEAA8/t3331HonoSqoQPbXvatGk4c+YMvnz5AoqiUFJSAh8fH1y6dAljx47FqFGjUL9+fZnSFvD582cEBAQw+QhvwNepU4c1o7O///4bmzdvBgARpU+gtN137doVnTp1grW1NerUqQMrKytUq1b+lk1RURESEhIQHx+P2NhYhISE4OnTp0xkP0H6JSUl2Lp1K8zMzODo6MhKOSThwIEDItddu3bFvn37pI662r59e5w6dQozZ87EkydPmHIdPHhQ7ZRbqyItLY353cjISHWCqAl8atuahJ2dHezs7ESiKu/btw8vXrzAokWLYGNjU2UaERER2L59OxP1RVAvnTt3Rp8+feSWMTQ0FNOnT0d2dnaFax6aphEUFISIiAicOHECNWvWRHp6On799Vekp6czji8E9woj/r8vX75g7ty5CAwMhI6OjtzyS4o61wUf2jcfylAVoaGhKCkpYfIsb/0hLStXrsSDBw+QlJSE7OxseHt7w93dXe50CeqFpvSzBPVBk9YWcXFxOHjwIM6fP1+u85latWph6NChmDVrVpXObCRFE8Y8AkGRUBSFwsJCbNy4EY8fP8bGjRthYmIi8fNHjx7F9u3bUVBQwKRH0zTq1KmjKJF5C6kL1bN+/XocP368XAcJsipOs2nASIwhCWzi6uqK69evo7i4GBRFISEhAWPHjsWkSZMwadIkuedPAj59+gQ/Pz8cO3YMRUVFTLvS1tbG7NmzWcmDL5A2TiAQ1BHBuS3bZGZmilzHx8dX2g8qI7qfus8FASAqKgp///03kzZFUXB3d6/SaK48uSQxoBOsKf755x9MnjxZonMbAoFAICgezhjOBQYGqloEjBo1StUiEAgEAqs0adIEq1evhpubG6NolZWVhYULF0rlUbSgoAA7duzA0aNHmb+tWbNGIV5Q+UrXrl2Z3wWK7lyDD2XgG61bt0ZAQAAOHjyIkydPMhsoVRmYAYCJiQkmTpwIZ2dnqZVRpMHDwwMHDhyo0tt4VlYWFi9eDBMTE/Tu3RuhoaHYs2ePRBsu4opXGzduRPfu3dGoUSMFlKiU1NRUket69eqxkq74ppZ4PrLQvn17GBsbM4pvJ0+exMSJE6U+2Pny5Qt8fX1FIhx27ty50mfS09NFrhUdpXTUqFHo168fNmzYgPPnzzOyPnnyBCNHjoSzszNmz54NXV1dhcpBICgDPrRtQ0ND7Nq1C1OnThWJoPrlyxfs3bsXe/fuhZWVFTp27Ahra2vUrVsXderUgbGxMfT19Zn5bH5+PvLy8pCVlYWEhATExcUhJiYGz58/R3x8PACIjEM0TcPAwAC7du2CgYGBTLIL8/nzZ6xbt67MmGVvb49JkyZJHTm0WrVqqF+/PurXr4+uXbsyxuCPHj3C8ePHmYgMgrKsXbsW3bt3V8rBSH5+voghh5mZGXbu3CnzXMLQ0BA7d+7E8OHDkZ6eDpqm8ejRI+Tn57MeAUGRvHz5knkn5ubmqhZH5fClbWsiGzZswNixY5GWlsa804cPH2LMmDGwsbGBnZ0d2rRpAzMzMxgaGiInJwdpaWkIDw9HcHAw431ZcLBI0zRMTU2xYcMGuWVLSUnBjBkzkJWVBaDqNc/Hjx+xevVq7NmzB97e3khISBBZMxgYGKBt27aoWbMmaJpGcnIywsPDkZubK9LHxsbG4sCBA5gzZ47cZZAGda0LPrRvPpShKsQdvdja2lb5TEFBQaXrJENDQ4wfPx579uwBAJw7dw7Lly+v0BGAoikoKMD9+/fx4sULhIWFITExEenp6cjJyYGhoSFMTU1haWkJW1tbdOjQAb169SLrwCrQtH5WGPI9qQYuri2ysrJw+fJl3L17F/Hx8cjMzISxsTGaNGmCXr16YejQoeXmde7cOaxatQq5ubkV7m8mJibC19cXgYGB2LRpE7777ju55dWEMY9AUARubm7Ytm0bY8RA0zT+/fdfjBo1Ch4eHmjfvn2lz2dmZmLZsmX4999/RZQuaZpGv379GMdLhKohdaEe3Lx5E8eOHSvXQYKVlRWaNm0KExMT6Ovrq1JMlUalIkY9/KJFixZwdXXF7t27me++qKgIR48eha+vLzp37gw7OzvGUV7t2rWr/P4EczDBHOrx48cICQkBTdMi/RNFUXB1dUWLFi2UUVTOoKr2Tdo2gW+Q/Q92GTBggML7J5qmK3XirYyomFyZC3p5eTFjKkVR6NevH3766Sep0xHWmajqPqD0XRw6dAg7duyQOi8CgUAgsA9nDOeWLVum8vDaxHCOQCDwkVGjRkFPTw/Lly9HTk4Ojh07huvXr8PJyQnDhg2DlZVVhc/Gx8fj8uXLOH78OOPBxMjICOvWrcPQoUOVWAruc+zYMVWLIDd8KAMfqV69OhYsWIAZM2bg6tWrzEZ7QkICioqKmPuqVauGOnXqoEuXLujWrRsGDRqk8Igojx49wv79+0U2UIDyPY4DQHFxMVavXo2rV69i165djCc/mqZRvXp1DB06FB07doSFhQWjdPX8+XNcvnwZ2dnZTDr5+fnYunUrPD09FVY28TKUlJQoLC950dbWRr9+/XDx4kVQFIXc3Fw4OzvDx8dHYo+qSUlJcHZ2Zt4zRVFo3bo1atasWelz0dHRAL4pbCrDqKNGjRrYunUrfvjhB6xatQqfP39mPNJ6e3vj0qVLWLVqldSGLMpAUu9VBALAn7bdvn17HDx4EHPnzmUiVAjSBkq99QkU8aRFuK8WTtfU1BR79uxBu3btZJZbGG9vb0YBWDBmbdy4EQMHDmQlfQHdu3dH9+7dcePGDbi5uTEG83l5efD29saaNWtYza88nj17xihcUhQFJycnWFhYyJWmhYUFJk6cCC8vLwClB3fPnj1Ty366PHx8fBATE8O8k+bNm6taJLWAD21bE6lfvz52794NFxcXEeVqAAgPD6/0AFa8Xmiahp6eHjw9PdGwYUO5ZduyZUu531K1atVQo0YN5OXliTgSoWka169fR2RkJE6dOsU8Z2ZmhiVLlmDEiBFlDH4KCwsRGBiIbdu2ISMjg0nnxIkTmDlzplINhNS5LvjQvvlQhsoQd3JQnmMFbW1tkeuqDOcAoF+/fozhXE5ODsLCwmSOeCwrKSkpOHToEAICAkTKKfzes7OzkZSUhJiYGDx8+BAAYGpqitGjR8PZ2VnuuQtf0bR+FiDfk6rh2tri4sWLWL9+Pb5+/QpA9DsJDw/HhQsXsHv3bmzZskUkyt3Zs2exYsUKZu+wKqNUQQTHXbt2wd7eXm65+T7mEQiKYOrUqejUqRPmz5+PT58+MeNVXFwcnJycMH/+fEyfPr3cZ0NDQzF//nzmTFXwbLVq1bBgwQIShVFKSF2oB7t27WJ+p2kaWlpaGD9+PKZOnYomTZqoUDJRiIELgU1cXV2RlJSEkydPijj+oGkaT58+xdOnT5l7tbW1UatWLRgbG0NPT0/E+UB+fj6ysrKQlJSE4uJikTzEnc7SNI2JEyfC1dVVSaXkBqRtEwjyQ/Y/FIcy+ihV94NcmAtmZGQwjmdpmoauri6WL18uc3rCgQUqIioqChkZGaBpGjdu3EBWVpZCndYTCAQCQTI4YzgnQFUDPVFQJRAIfMTNzY353dbWFo8fP2YOFLZt24Zt27bBwsICzZo1g4mJCQwMDJCbm4uMjAxER0cjJSUFgOimna2tLe7cuYM7d+5ILAdFUax4mFcFJiYmSjH0IBDkxdjYGI6OjnB0dGT+lp2dzSzOFW0kVx7i7Z6madSqVQu9evVC7dq1kZubi9evXyMkJIQ5LPj06RPOnDmDBw8eMPOzQYMGYf369eVGNBozZgyWLFnCeA0VbITcunULycnJVRp/yIr4xmBcXBwrEWbi4uJErtmKWuPq6oorV66gpKQEFEXh3bt3GDFiBObMmYMff/yxwg2c7OxsBAYGYvfu3SJKbRRFwdnZucp8w8LCRK6VGam0T58+uHDhAnbt2oVjx44xCkrv37/HtGnTMHz4cPz+++9qExlo9OjRzO9t2rRRoSQELsGXtt21a1f8888/WL9+Pa5duwZAdI0u6z5BeWkMGjQIbm5ulTqPkIaCggJcuHBBZCPey8tLog11WbG3t4enpyemT5+OoqIi0DSN8+fPY8WKFQr3/CgewaYyL4fSYG9vDy8vL6bOBPnIwvXr13Hjxg2J7r116xaSkpKkzqOwsBBfv35FZGQkUlNTRdpQt27dpE6Pr3C5bWsyXbt2xcmTJ/Hrr78yiokCKqsz8fsaNmyI3bt3o1WrVnLLlJqayhiKC2SwtrbGokWLRLzexsfH49SpUzh8+DCzvti0aRNyc3MBlB70nz59ukLjMR0dHYwdOxZdunTB+PHjGQOR1NRU3Lp1i3WD6KpQx7oQlo3r7ZsPZaiIgoICkWtDQ8My94jvEXz9+rXKg33B/pigjDExMUo1nAsICMCmTZsYhQQB4s56hBHcl5aWBh8fH5w9exZubm7EiaIYmtjPku9J9XBhbSHgxIkTWLt2bbmGYoCoEZqzszOOHz+Otm3bIiYmBqtXr2bW7ML3iiP87RUVFeH333/HxYsXWdnb5POYR1AObBhxsgFFUbh+/bpS8rK1tUVgYCB+//13XL16VaR9btu2DcHBwdi8eTPMzMyYZw4dOoSdO3cyDg0F42q9evXg4eFBjEllhNSFavn8+TMiIyOZd6ilpYXt27ernYPduXPnyvScp6cn80116tSJM4681BW+jRfu7u5o1qwZtm3bxjjOEyA8fyoqKhJxRFDVvE9wj/B9BgYGWLRoEZycnOSWm0/4+vpK/QxN05g6dSrzfocPH45x48axLRqBwBnUbf+Db2OFonTOK9p/qOgeRcGVueD169eZKNUURcHR0RENGjSQOh3BHpUkgQVOnDjBOLUtKCjAxYsXMX78eKnz5At8a9sEAoG7cM5wThUGbKq2yicQCARFERAQUKZfFd+oS05OZgzkhKnIW+jjx4+lkkGwqOCq4ZyLiwtcXFzkTmfWrFkYP348+vfvz1ljbT6UQdMwMjJSicEcALx69QpRUVEiiuQzZ87E3LlzoaOjI3JvTEwM5s2bx0Qw2r17N/O/Tp06iVyXh4mJCTw9PTFx4kS8ePECQGn0uqtXr2LixInsFuz/qV27NoBv/ePNmzfRtm1budO9efMmgG99pyAfebG2tsakSZNw9OhRRubMzExs3rwZHh4eaNOmDZo3bw5TU1NQFIX09HRER0fj1atXyM/PF4mERlEU2rdvj2HDhlWZ761bt5hvwMLCAvXq1WOlPJJiYGCAZcuWYfjw4fjjjz9ENvUuXryIO3fuYMGCBWoRMXDjxo0qzd/f3x8XLlwAUFrHR48eZT2Pd+/e4fXr10hNTUVmZmYZhV5pkPUgnG/wqW3XqVMHe/bswatXr+Dl5YW7d++isLCQ+b+0cw+B91egVEG3b9++mD17Nit9tTChoaHMoTlFUfjhhx8UajQnwM7ODiNHjsSZM2cAlEadCw0NVXjeqampItds9evijirE85GGyMjIctdBwgi+jTdv3uDNmzcy5yXuFdjQ0BAODg4yp8dHuNq2NZ3WrVsjICAABw8exMmTJ0UiDFWEoF5MTEwwceJEODs7s+Zd8/Lly8yhJwA0b94cJ06cKONYw8rKCvPnz0erVq0wf/58UBTF7GFQFIWFCxdKFHGtSZMmmD9/PlavXs3kGRISonTDOUD96kIYPrRvPpShPMT3AfLy8qCvry/yN/FvIiEhoUplAnEDfUHUJWWwfft2HDp0qMzYC0hnSJqeng43NzfExMRg4cKFihOYY2haP0u+J/WAC2sLAIiIiMD69etF1s9AxUpseXl5WLFiBQIDA7Fr1y6RyLHa2tro3r07OnbsCAsLC9A0jeTkZDx//hyPHz8WMbDLyMjA9u3bWdsv4uuYR1AOnz9/FjGuVhXKPpcyNjbG7t274efnh82bN6OwsJB5D3fu3MGoUaOwfft2WFtbY+nSpbhz545IX0HTdKVOAQmSQ+pCdQjO3IDSNjhy5Ei1U5QG5DOcE9C5c2dy7iAnfBwvnJycMGTIEOzbtw+nT59m5k+S5CHJ3o2Ojg7Gjx+PWbNmKcwZLJexs7OTO426deuykg6BwEXUcf+Dj2OFosuiynfFlbng1atXAXzTs5o6darC8/zxxx+xa9cuZGRkACjVn9Bkwzk+tm0CgcBNOGc4pyjEO2TSQRIIBE1EuO+rqh8s7/+k75SdW7du4fbt27C0tMSPP/6IMWPGcC6SHR/KQFAewh5cKIrCjz/+iPnz55d7r7W1NQ4fPoxhw4YhJycHycnJzP8WLVokUX5aWlpYvHgxnJycmL5KPCISm3Ts2BG6urooLCwETdM4fvw4Jk6cWCYSnTR8/foVfn5+zGaCrq4uq977ly5diujoaNy/f1/kwDg/Px/Pnz/H8+fPyzwjvolK0zTq1q2LvXv3VplfbGwsIiIiGGMSVUbgsbW1xd9//43Dhw/Dy8sLeXl5AEqVkFavXg1dXV212MRRJR8/fkRwcDAAdsf7mJgYnDhxAhcvXkR6ejpr6cpzgD1lyhTW5JCGT58+KSRdvrXttm3bwsvLC9nZ2bh79y7u3LmD169f4+3bt8jJyZEoDQMDAzRt2hQtW7ZE37590adPH4UZksfGxgL4thEvHPlV0Tg6OuLMmTMiUV8UbTgn3k+qg+GxKhFuQ1paWli1ahVMTU1VLJV6wrW2TQCqV6+OBQsWYMaMGbh69SoeP36MkJAQJCQkMF77AaBatWqoU6cOunTpgm7dumHQoEGs10toaCiAb33t8uXLK1V2HDp0KAICAnDnzh0Rw9aRI0dKnOfo0aOxZcsWZt746tUrOUogH+pUF+XBh/bNhzIIIx5VOysrSyQCB/DNQEXQRiIiIqqcRyQkJIhcK2v9tHfvXhw8eBBAWYdgdevWRbt27dCsWTOYmJjAwMAAubm5yMjIQHR0NF6+fMlEdhd+9tChQzAwMICrq6tSyqDuaFI/S74n9YEra4v169ejuLhYpM51dHTQoUMHWFpaIi8vD69fvxaJDvv69Wtcu3YN169fZ/7WoUMHbNmypULj0rdv32LJkiUICwtj9qguX76M33//nVUjD76NeQTlosozQlXu2zo5OaFjx4747bff8OHDB6aNJiQkYOrUqTA1NUVqaiozjgr29pcuXUoiB7EMqQvlI3C+K3inJNIuQRL4Nl5YWFhgxYoVmD17Nm7cuIEbN27g4cOHMjuH1NXVRY8ePWBvbw97e3u5zpYJBAKhItR9/4NvYwVFUejVqxeGDx8ud1pXrlzB7du3mXRVGaiAK3NB4b0UGxsbNGnSROF56urqok+fPoxzakXqp3EJvrVtAoHAPThlOKfIjkt8Akg6SQKBoCnwtb8rKCjA/fv38eLFC4SFhSExMRHp6enIycmBoaEhTE1NYWlpCVtbW3To0AG9evUq4xlbFXz58gVeXl7w9vZGz549MX78eAwYMABaWlqqFk1i+FAGguL577//AIDxplyVkUvt2rXx448/ikRNsrKykspwrHPnzrCyskJCQgJommZkUAT6+vro2rUrY6iSkZGB+fPnw9vbG4aGhlKnl5+fj4ULF+Lr16+MMYqdnV2ZqADyoKWlBS8vL7i7uyMwMJDJR0B5jibE/29jY4Pdu3dLdIhz7do1EePaQYMGsVAK2dHW1saMGTMwePBgrFy5Eo8fP2Y2zwTevwns4uHhgcOHD6O4uJiV+YhwBEt5CA4OVll9K8JAk69t28jICEOGDMGQIUOYvyUkJCAxMRHZ2dnIyclBbm4ugFKlPUNDQxgZGcHS0hJ16tRRiEzlIW4Q2rhxY6XlLZ6XwKOdIhH/RuLi4soo58uC4ABOABtpStLW2GqPnTt3xv/+9z+VGolzBa60bcI3jI2N4ejoKGIYnJ2djaysLBgbGytFSVo4anCdOnXQvXv3Kp/54YcfcOfOHQClY5+NjQ309PQkzlNfXx9t27bFkydPAJTtp1SBOtRFZfChffOhDADQtGlTkeuPHz+ifv36In9r2bKlyPWDBw+q9MR77949AN8UJcSN8RRBZGQk9u3bV2b+OmDAALi4uEi0Z/D8+XMcPnyYMWAR9CdeXl6wt7cv8y40EU3pZ8n3pF5wYW0RExODkJAQkf0IBwcHLF++HDVq1BC598GDB1i2bBmSkpIAANu2bWOMAZs3bw5fX99KzyeaNGmCY8eOYcyYMYyDlvz8fFy9ehVjxoyRuQwVwZcxj6A8+HrWKCk2NjYICAjAihUrcPnyZWYsKSoqYpRJBX1Fo0aNsHPnTrRu3VqVIvMWUhfKRdyoulmzZiqShMAV+DxeWFhYYNy4cRg3bhwKCwvx7t07xMbGIiYmBomJicjJySl3DmVoaAhLS0s0bdoU1tbWaNy4MXR0dFRcGgKBwGfUff+DL2NFo0aN8P79e+bd3L9/HwDg7u6OBg0ayJxubGwsYzgHlDqfUhVcmAsmJSUhJSWF+U579+6ttLy7devGGM6lpKTgy5cvqF27ttLyVzf40rYJBAK34YzhXGRkJGtp5eTkID09HZ8/f8azZ89w8+ZNxsu+YELYo0cPbN26lXhuIRAIvEaeaCzqSkpKCg4dOoSAgAARRWXhyXd2djaSkpIQExODhw8fAgBMTU0xevRoODs7q7TvFyyYi4uLce/ePdy7dw81a9aEo6Mjxo4dW0aRSR3hQxkIiicmJoaZd7Vq1UqizYH+/fvj6NGjAEq/szZt2kidb9u2bREfHw8ASE1Nlfp5aXBxcWE2v2iaxpMnT+Dk5IS1a9eibdu2EqcTGRmJFStWIDw8XEQRx9nZmXWZ9fT0sGnTJvTp0wdeXl6IiYlh/iduSCTcr9aoUQOTJk2Ci4uLxEbIM2fOxMyZM9kRnEUaNWqEo0eP4u+//8aWLVuQnp5OjOYUwNKlS3Hu3Lkykc0A2TfM2N5oK082rqIpbbtOnTpqr6AnHPlH0RQXFystLwGC8VzwXd28eVOqMa8ibt68CeCbIr48hwp2dnaVroM8PT0Z+Tt16oQePXpInYeuri6MjY1Rr1492NjYoFatWjLLS+BG2yaIYmRkpFQjLcG8nqIoifsc8ftkMWxu3LgxY9CRlZUl9fPKQNl1IS18aN9cLEPTpk1RrVo1Zq4QGxtbZryrXbs26tWrh7i4ONA0jXv37iEmJgbW1tblppmZmQkfHx8RRxDiBnqKwMPDA0VFRSIRQzZt2oRhw4ZJnEbHjh3h6emJoKAgLFmyhIkKUFxcDA8PD3h7eytKfM6gKf0s+Z7UCy6sLa5evcr8TlEUvvvuO2zbtq3ce3v27Ik///wTo0ePRlFRET58+MA8t3TpUonW3Pr6+liyZAlmzpzJvJfQ0FCFGM6VBxfHPIJy8PX1VbUIaoGRkRE8PDzQokUL7Nq1S8Q5lWB+NGzYMKxdu1at5+h8gNSF8hCPeiqNowSC5qFJ44WOjg6aN2+O5s2bq1oUAoFAKIM673/waaw4f/489u7dyzgSBoD79+9jxIgRmD17NqZPn45q1Tijvl8uXJgLvn79GsC3fSBpnLPLi3hkuzdv3mis4Ryf2jaBQOA23B55ZUTgscXKygpdunTBjBkz8PLlS2zYsAEvXrwARVF4+PAhfvzxRxw+fFgpB7wEAoGgCvhmOBcQEIBNmzYhIyNDROlbPHKKMIL70tLS4OPjg7Nnz8LNzU3p4cMHDRqEf//9l9mcEJYvKSkJBw4cwMGDB9GjRw8mgpu6LaD5UAaC8sjMzGR+b9GihUTPiB8u1KxZU+p8hRXXhWVQBN27d0f//v1x69YtZtPxv//+w/jx49GzZ0+MGDECHTt2LNeb1MePHxEaGooLFy7g7t27KCkpETHi6devn0Kj1gwfPhzDhw/H/fv3cf/+fYSEhODLly9IS0sDTdMwMTFBzZo10a5dO9jZ2cHe3p7V6HfqwJgxY/Ddd99h/fr1jJMNAjv8/fff+Oeff8ooLFAUhQYNGqBx48YwNjZW+caquDKFMvNUFKRtKx/xKAOxsbGwtLRUSt6CKAQVyaIIOnbsCF1dXRQWFoKmaRw/fhwTJ06UyzHF169f4efnJ3KAJ8+hhp2dHezs7Cr8v6enJ/N7586debdmIhD4iPC8XtI+Vvxw0tjYWOp8hZ9RV8M5AqE8dHV10b59eyZKUkhICJycnMrc5+DggP3794OiKBQXF8PV1RVeXl5ljOe+fPmC3377DQkJCcx81sjICB06dFBoOdLT05ko74L1xI4dOzBw4ECZ0hs8eDC0tbUxd+5cJs179+4hPT0dpqamLEvPLTShnyXfk/rBhbVFeHg4gG97GkuWLKn0/mbNmmHUqFH466+/mP7SwsJCKm/nffv2hYWFBWPQGhERIaP0BAJ7VLbG1jSCg4Nx4sSJCvf4oqOjkZiYWEaBksA+pC6Ug3hUkdTUVJnmfQTNgIwXBAKBoHrUff+DT2OFrq4u5s+fj6FDh+KPP/5AWFgYKIpCXl4edu7cifPnz2PVqlXo0qWLqkWVGS7MBcUdqjdq1EhpederVw/ANx2QtLQ0peWtbvCpbRMIBG5DtNX/n3bt2sHPzw9bt25lPKPGx8dj8uTJ8Pf3ZwYxAoFAIKgn27dvx6FDh6SOXCN+X3p6Otzc3BATE4OFCxcqTmAxdu/ejdTUVJw9exZnzpzBu3fvROSjaRo0TePBgwd48OABzM3NmQhuDRs2VJqclcGHMqgDQ4YMKddoPy4urszf6tatK9F9bFNevtKSnZ3N/G5iYiLRM+Iba7JsuBgaGjK/5+XlSf28tGzZsgUTJkxgIuyJR2MESr1FV69eHQYGBsjNzUVmZqaIbML9Gk3TsLa2xpYtWxQuOwD06tULvXr1Ukpe6oi5uTm2b9+uajF4h8DLL1D6fevr62P69OkYN26cWnjYEjfma9WqVRlvaYrg06dPTERMRaPpbVuZCIzDBd+Vv78/unfvrpS8T58+DeDbt6wM77b6+vro2rUrc+iWkZGB+fPnw9vbW2QMlpT8/HwsXLgQX79+ZYxt7ezsFG7QqUyDWQKBID/5+flMPytpX2NgYCByraOjI3W+wo5gSkpKpH6eQFAlPXr0QEhICGiaxsOHD8u956effoKvry/y8vJAURTev3+PkSNHolu3bmjRogV0dHTw9u1b3Lt3j7lHMO/46aefFO4sKSQkhHHeRFEUBg4cKLOSj4CBAwfi+++/x7Vr1wCUeskOCQnBgAED2BCZs2hCP0u+J/WDC2uLN2/eMH1fs2bNJIqsOHDgQPz1118ApIviKICiKNja2uLWrVsAgOTkZGnFJhAICmLv3r3w8vISGbPEzyzfvHkDR0dHuLu7K92BpyZB6kJ5dOzYEYaGhsjNzQUAPHv2jJz5EggEAoGgxpD9D+XTqlUr+Pv7w9fXF7t27UJOTg6AUkcOkydPhqOjIxYvXgwzMzPVCioDXJgLijtUNzc3V1re4vtXGRkZSsubQCAQCOVDDOeE0NbWxrJly5CTkwN/f39QFIWUlBTMnj0bf//9t0wHewQCgUBQPHv37sXBgwcBlI0OU7duXbRr1w7NmjWDiYkJY5iSkZGB6OhovHz5kjE0En720KFDMDAwgKurq9LKYW5uDmdnZzg7OyM4OBinT5/GtWvXUFBQUMbALyUlBYcOHcLhw4dhZ2eHcePG4fvvv1f5WMWHMqiaNm3aoE2bNmX+PmDAAJF3SFFUuR6Fxe9jm4rylRbhyISSRpUS/zZkKaeiozmJY2JigsOHD2PmzJl4/fp1uRGscnNzmY2k8hB+plWrVvD29pbY2JBAUDdevnyJxMRERrHMwMAAPj4+aN++vapFY2jYsCE+fPjAXE+aNAk//vijwvPdvn07M58h8Ie2bdvC1NSUiYgcFBSEoKAgDB48WKH5BgUF4cqVK0xbMzExQbt27RSapwAXFxfcv38fQOnY9eTJEzg5OWHt2rVSKYVGRkZixYoVCA8PF1HEd3Z2VpToAESjcnfu3FmheRG4zZMnT1SSrzIcZXAZZc/3CQSuMnjwYCbKalpaGu7evYs+ffqI3GNlZYU5c+Zg27ZtjDJNUVER4xBJgLgScoMGDTBz5kyFl+HLly9M/hRFYfTo0ayk6+joiGvXrjHlSUhIYCVdvsDXfpZ8T+qJuq8t0tPTAYBxuiMJ4vfVqVNH6nyFnxFXACMQCMonJSUFixcvxsOHD5n+BSjtt0aOHInExEQ8fPiQ6X9yc3Ph5uaGR48ewd3dvYyxOUF2SF0oH11dXTg6OuL48eOgKAqBgYHEEJFAIBA0EHt7e5Xkm5GRwYzrBMkg+x+qgaIoTJ06FYMGDcLKlStx9+5d5ts9e/Ys/v33XyxdupRz8yguzAWzsrJErnV1daVO45dffpGprYjruJE9HAKBQFA9xHCuHFasWIH79+8ziihv3rzB/v37RZSnCAQCgaAeREZGYt++fWWMsgYMGAAXFxd07NixyjSeP3+Ow4cP4/r164wiEE3T8PLygr29PVq2bKnIIpSLnZ0d7OzskJ6ejsDAQJw5cwZv3rwBUDaC2+PHj/H48WOYmZlh9OjRGDt2LJo0aaJ0mcXhQxnUDUk3/MjGoHpRp04dnDlzBh4eHjh27BgKCwulUjSjaRo6OjqYMmUKfvvtN403LiVwm6ioKOZ3iqLw888/q5XRHFAajfz9+/fMdVhYmFIM5wj8RFtbG6NHj2Yi2xcXF2Px4sVISkrCpEmTFJKnn58ftmzZwsyzKIqCo6MjtLS0FJKfON27d0f//v1x69YtZl7933//Yfz48ejZsydGjBiBjh07okGDBmWe/fjxI0JDQ3HhwgXcvXsXJSUlIsr4/fr1Q7du3RQqP9n7IUjK5MmTVWY8QJQBCASCvDRv3hzff/89EhMTAQChoaFlDOcAwNnZGfHx8fDz82P2zABRYznhv1lZWWHfvn1KidgsMFgR0Lp1a1bSFTdqIZ6ANQPyPakn6r62EFa+ktQzfI0aNUSujY2Npc7XyMiI+V3gqV5TYautygKZkxMA4NGjR1i0aBFSUlKYPRiBs7CVK1di9OjRzHmjcAQ0mqbxzz//ICwsDB4eHmjRooWKS8J9SF2ojjlz5uDSpUv4+vUrHj9+jCtXrmDIkCGqFotAIBAISuTz588qmx/z1cGPoiD7H6rFysoKBw8exIULF7Bx40akpKQAAL5+/Qo3NzecPXsWq1ev5pS+nLrPBcX7iPT0dKkdZpibm8sUqU7cUI70VwQCgaB6iOFcOejq6sLV1RXLly9nJvVHjx7FL7/8InIYQSAQCATV4+HhwUSuomkaurq62LRpE4YNGyZxGh07doSnpyeCgoKwZMkSFBQUACgNH+/h4QFvb29FiV8lpqammDp1KqZOnYrnz5/D398fV65cQW5ubhljwa9fv+LIkSM4cuQIunTpgvHjx2PQoEEyeUthEy6VoaSkBM+ePUNUVBRiY2Px9u1bfPnyBTk5OcjOzmYUEQwNDWFkZARDQ0NYWlqiadOmaNq0KVq0aIFOnTopTDG9vGhlld3HNkQRQHZ0dHSwZMkSTJs2DadOncKVK1cQExNT6TulKArW1tYYOnQofvrpJ1hYWChRYgJBMaSmpgL45sVOnTZNBdja2uL8+fPM3CIsLEzVIhGqIC8vD7GxsYiNjWXGbcHYDYAZswXjtrW1NZo0aaI0L9IzZsxAQEAA4/myoKAA69evR0BAACZPnowhQ4ZAX19frjzy8/Nx+fJlHD9+HOHh4SJetU1MTDBjxgw2iiIxW7ZswYQJExATE8O0peLiYty7dw/37t0DAOjr66N69epMROjMzEzk5eUxaQgrtdI0DWtra2zZskWp5SCoFnVv2wK4rgxQXgS7unXrSnQf25SXryahSXXBlfZdGXwow549eyS6748//kCHDh2wffv2Mt6iBX2gtrY2fvjhByxatEhpa1fxsxq2jPXE0yFnQpoB+Z7UF3VeWwjOJQBI3L+L73PLso+sLKcoAtR5zFPlfjVReCN4enpi3759KC4uBvCtj2nevDl27twJa2tr5u9z5syBnZ0dFi5ciMTERObemJgYjBs3Dm5ubhg/frwqi8NpSF2olho1asDDwwMuLi4oKCjAsmXLYGBggH79+qlaNAJBLRDoQAjmUML6BoKfGjVqkLkFgReQ71j9Ifsf6oGDgwP69OmDjRs3IjAwkJmTBgcHY+TIkXB2dsasWbNUru8nCeo+FxTfm0hLS0OdOnWUkvfXr18rlYVAIBAIyocYzlXA999/j5UrVzKeprKysnDt2jW1CyVLIBAImkx6ejru37/PLCApisKOHTswcOBAmdIbPHgwtLW1MXfuXCbNe/fuIT09HaampixLLz0dO3ZEx44dsXz5cpw7dw5nzpxBREQEgLIGVU+fPsXTp0+xdu1ajBo1CuPGjWMOhlSJupbh33//xZUrV3D79u0yno/KO3xPT09nPDHFxMTg4cOHzP9MTEzQr18/DBkyBAMGDGBVThJxjvvUrFkTc+fOxdy5c5GRkYGwsDAkJSUhIyMD2dnZMDIygomJCWrVqgVbW1uYmJioWmQCgVXEIybWq1dPRZJUjK2trcj1mzdvUFBQwImNaU2huLgYwcHBuHHjBm7fvo3Pnz9LPfZRFIV69eqhX79+sLe3h52dHbS1tRUir7m5OTZv3gxXV1cRj9fh4eFwc3PDqlWrYGtri06dOqFp06aoW7cu6tSpA2NjY+jr60NPTw9AqXFcXl4esrKykJCQgLi4OMTGxuLZs2d49eoV8vLyyiiEamtrY/PmzWWiGigaExMTHD58GDNnzsTr16/LNf7Pzc1Fbm5uhWkIP9OqVSt4e3uTcZHncK1tC+fJZQYMGCBSBoqimDVaZfexTUX5ahJ8rguutm9h+FAGeRgxYgQcHBzw4sULPH36FMnJycjNzYWpqSmsra3Ru3dv1KxZU6kyNWrUSOQ6JSVFpshN4gg8PQvmbQ0bNpQ7TYL6Q74n9YWsLZQP18Y8rs/HCdwjOTkZCxcuRHBwsIjjIpqm4ejoiJUrV5brIKlr164IDAzEkiVLcO/ePea5vLw8rFq1Co8fP8aaNWtYGX80BVIX6kO3bt2wf/9+/Pbbb0hPT8esWbMwatQo/Pzzz2jZsqWqxSMQlEpERARu3brFOOp9//4947i5InR1ddGoUSPGUW///v1hY2OjJIkJBHYgOircgOx/qA+mpqbYtGkTfvjhB6xatQofPnxgHLDu27cPFy9exKpVq9CjRw9Vi1ol6jwXtLS0FLn+/PlzmQiJikLgBFHQLmrVqqWUfAkEAoFQMcRwrgJMTEzQsmVLESWBu3fvEsM5AoFAUCNCQkIYr64URWHgwIEyG80JGDhwIL7//ntcu3YNQOkhcUhICOsGUPJgbGyMiRMnYuLEiXj16hX8/f1x8eJFxsOrQFEaKDXw8vX1ha+vLzp27Ijx48djyJAhjAK2qlCXMty+fRu7du3Cf//9B6DsZp7g26oK4efS09Nx/vx5nD9/Hq1bt8a8efNY8aQTGRnJ6n0E1WNiYoJevXqpWgwCQalYWVmJXOfn56udAoKNjQ2qVavGeCguKipCZGQk2rVrp2LJCAUFBTh58iQOHjwocgAjCzRN4+PHj/Dz84Ofnx/Mzc0xc+ZM/PTTTwoxkuzfvz+2bt0KNzc3FBYWiijy5OXlMQ4DZEXYYE5wraOjg02bNqF///5yyy8LderUwZkzZ+Dh4YFjx46JlFsSBGWYMmUKfvvttzKGt8qmsLAQr169QkhICD58+IC0tDRkZmaiuLgYI0aMwNixY1UqH5fhctvmizIAcdChPvCtLrjcvgXwoQxsQVEU4xBJHejUqZPIvP3JkydllH9kQXhOpq2tjU6dOsmdJkH9Id+TesO3tYW6wtUxjyvzIgJ/GDlyJFJTU0WcIxkYGGDVqlUYOXJkpc+am5vj0KFDOHDgAHbv3o3i4mImjcuXLyM8PBw7duxAmzZtlFQabkPqQj1wc3Njfm/VqhUeP34MmqYRGBiIwMBA1KpVCy1btoSpqalMYzBFUdiwYQObIhMIrJOUlITDhw8jKChIJFK7pPOU/Px8REVF4c2bNwgKCsKePXtQp04dDBkyBNOmTSOK9gS1Z/To0aoWgSAhZP9D/ejZsyfOnz+PXbt2wdfXl6mb9+/fY9q0aXBwcICbmxvMzc1VLGn5qPtcsH79+kw6APD48WPY29vLnJ40PHr0SOS6QYMGSsmXQCAQCBVDDOcqwdLSEhEREcwGWVRUlKpFIhAIBKXw7t07vH79GqmpqcjMzKzSA1ZlzJ07l0XJRPny5QuAb5452NqMcXR0xLVr15hFk/DmprrRtm1btG3bFm5ubrhw4QL++usvvHz5UkRxQLAh+/z5czx//hwbNmyAo6MjJk6cqBaLMlWUITc3F7///juuXLkikr64woWkm9kVPRcREYFZs2ZhyJAhWL9+PQwNDaWWlUAgqD+CiJUAOcStivbt24tcf/r0CRYWFiqSpnz09PTQvHlzEUPksLAwYjinYm7fvg13d3d8+fJFZHyW17O8IK2UlBRs3LgRR44cwapVq1gxehdn+PDhaNy4Mf744w9mr6G8+Y60CKcjSKNNmzZYs2aNypV7dHR0sGTJEkybNg2nTp3ClStXEBMTU2lZKYqCtbU1hg4dip9++knlfURSUhJ8fX3h7+9fbmRiiqLQoUOHcp9NSUnB7NmzUVJSAqDUo/nSpUsVLTKn4HLb9vX1ZS0tVVNe5JbK7mMbouz8DT7VBZfbtwA+lIHPGBsbw97eHkFBQaAoCidPnsSYMWPkqh+apnHixAkApfU8YMAAVK9enS2RCWoM+Z7UHz6sLdQZro55ijx/IrDPkydPFJ5H165dFZ5HSkoKsxdD0zRatGiBnTt3omnTphKnMWPGDHTp0gULFy5EfHw8k9b79+8xYcIEvHz5UoEl4A+kLtSDgICAMtHTgW9jQGJiIpKSkmRKW7D3Rs5cNAsujRfZ2dnYu3cvTp48iby8vHKd9EqD8PPx8fHw8fHByZMn4eTkBFdXVxgZGbEiN4HANhs3blS1CAQJ4cv+B5fGCknQ09PDkiVL4ODggBUrVojorF+4cAF37tzBwoULMW7cOKXJJCnqPhds0aIFdHV1UVhYCJqm8fDhQ5nTkpaHDx8y9aijo4MWLVooLW+uwre2TSAQ1A9iOFcJ4pEP1NlwgkAgEOQlJiYGJ06cwMWLF5Gens5auoo8uBSXs3Xr1qykKx6SW1xBVh0xMDDA2LFjYWtriw0bNiA4OJhZjIorZKenp8PHxwe+vr4YNmwYfv31VzRs2FBVojMoqww5OTmYNm0aQkNDmUW2+MJdW1sbderUgZWVFaysrGBsbAx9fX0myl1+fj7y8vKQlZWFhIQExMXFISEhgfH8Iy7vlStXEB8fjz///JMYz5VDXFycTItfWZ6Li4uTOh9NJy0tDUlJScjNzYW5uTlq167Nmmfuhw8fIiQkhLnmqrJLeHi4yIYgOcStGCsrK3To0AEvXrwAANy6dauMMZ06YGtry0QjBUoN5/gGl9r2kSNHsHXrVsb4qDJjM4qioKenBz09Pejr6wMA8vLykJ+fj/z8/EoPrmmaRnx8PGbPno1FixZh2rRpcsldHm3atMHZs2dx9epVeHl5iRhoynooJVymVq1awdXVFYMGDZJbVjapWbMm5s6di7lz5yIjIwNhYWFISkpCRkYGsrOzYWRkBBMTE9SqVQu2trYwMTFRtcgAgIsXL8Ld3R3Z2dlllEclMS6xsLCAmZkZ7ty5AwCIjo7GnDlz1C7Spqrgetu2s7NjJR11gE9Rzk6ePImLFy8q5bmMjAyJ+wNJ4UtdcL1986UMmsBvv/2GW7duoaCgABEREdizZw/+97//yZze3r17ER4eDoqioKOjg3nz5rEoLT/gej9bGeR74gZcXVuoM1we87i6l6ipTJ48WWEOIIDS7y0iIkJh6YtD0zTGjh2LFStWMGdH0tCpUycEBgZi6dKluHXrFjPmFRYWKkBafkPqQj1RZHsn8BuujBexsbGYPXs2Pnz4UK6TXpqmZVrLiKeRl5eHP//8E9evX8e+ffukMg4mEAiE8uDD/gdXxgppsbGxwZkzZ3DkyBF4enoiNzcXQKl+pLu7O86ePcuZKKTqMhfU0dFB+/btGd2y6OhoPHr0CN27d1dovg8fPsSbN28YncT27duzpovBZ/jatgkEgvpADOcqQdxQQjARIRAIBL7h4eGBw4cPo7i4mBVFBMGBgqIXQeIetdjyWCOejrp77srNzWUitVWk2C++WUvTNIqLi3HhwgVcvXoV8+bNU6lyljLL4ObmhhcvXpQxmKtbty5GjhwJOzs7tG/fXmoDt9zcXLx48QJPnjzBP//8g8+fP4t4ugwNDYWbmxt27dolVbp8h6ZpXLx4USrlKcG3IO1zApSpdMVVUlNTceTIEVy/fh3v3r0T+Z+enh66deuGYcOGwcHBAdra2jLn8+DBAxw6dIi55rqyizLGPj4wZ84cuLi4AAD8/PwwdepUmJmZqVYoMfr27Yu3b98y18rYxHRxccFPP/2k0Dy42Lb//vtvbN68GUBZD3VWVlbo2rUrOnXqBGtra8bovVq18rc6ioqKkJCQgPj4eMTGxiIkJARPnz5ljKoF6ZeUlGDr1q0wMzODo6OjzLJXxqBBgzBo0CC8e/cON27cwJ07d/D69WukpaVJlY6ZmRlatmyJvn37wt7eHo0bN1aIvGxiYmKCXr16qVqMKtm1axe8vb1F5qCC3wX9vSTzCScnJ8ZwLj8/H0FBQRgzZoziBFcDevbsWaWiGl/bNhcRNuBl4z5VQtM0MjMzkZmZKdUzAKR+TgCbcz++1AUf2jcfyqApNGnSBKtXr4abmxtomsa+ffuQlZWFhQsXSqU0XVBQgB07duDo0aPM39asWQNra2tFiK1WtGnTBqNHj5boXq73s1VBvid2GDduHPr06aOUvLiytlBnyJhHkBRJ1nmSwoe9eQMDA6xZswYODg5ypWNqagpvb2/4+Phg27ZtKCoqYklC9YbNsYLUhXywVRd8aNcE+ZFmbSEJ6vxdvX//HpMnT0ZKSgqAsvOoatWqoU2bNmjatGkZR73CzgfEHfW+ffsW4eHhjOGucLqCPE+dOoUGDRoou8gqoUGDBiQqjJqgjDNMQtWwVQ982v9Q57FCVrS0tDB9+nQMGjQI7u7uePDggYjeGaB+Ok/qJEt5fP/993jy5Anz3nbu3IlTp04pNE+BbqDgTPn7779XaH7qAJvrPHX/ptQdZe7PEghcg6JJD1MhAwcOxOfPnwGUdsRmZmZ49OiRiqUiEAgEdlm6dCnOnTtXoRcseaAoSiRaC9vcuXMHM2bMYPK6cuUKGjVqJHe679+/x+DBg5l0vb290a9fP7nTZZtXr17B398fFy9eRE5OTrmGZUBppIsxY8YgPT0dFy9eRFZWVpl7KIrCzz//jKVLl/K6DDdv3sTs2bNFnrWyssLy5cthb2/PqjLOjRs3sH79esTFxYkYk6rr96RsWrVqpbLNHOH6UGQfBZRGLBZ4a9bW1kbt2rVlTuvLly9MVEN506qMs2fPYtOmTcjMzKywfgRtpVGjRlixYgV69+4tU17bt2/HwYMHmTQVXR+Kgi/lqAy2y7hy5Ur4+/uDoih06dIFhw8fhq6uLhuiEiqAi2378+fPcHBwQF5eHvM3mqZhb2+PSZMmoUePHjKlK86jR49w/PhxXL9+XWSOYGBggIsXL6Ju3bqs5CMJX79+RUxMDBITE5GTk4OcnBzGiY+BgQEMDQ1haGgIS0tLNG3aFObm5kqTTZM4ffo03N3dAYjOG7p06YIuXbqgVq1aWLNmDfO9uLi4YMGCBeWmVVRUhB49eiArKwsAMHjwYOzcuVMp5VBXNLFtExSLYG2hKpS1tuACfGjffCgD2xQWFiInJweGhoZq6xX38uXLWL58OXJyckBRFKysrODk5IRhw4bBysqqwufi4+Nx+fJlHD9+HPHx8aBpGkZGRli3bh2GDh2qxBKoN5rWz5LviSApwm3jp59+YpwEVcWAAQNkek7AgQMHGAUvsuYmcAlFjCfCjm2UNVaMGjUKu3btYuU8UpiXL19i/vz5iIuLI2sLCSF1oR54enoqPA9VOV0U7rcq2/8jsIu6jxdFRUVwdHREVFSUyNxGX18fgwYNwujRo9GpUyeZDc7z8/Px/PlzBAQEICgoCHl5eSJn6i1atEBAQIBczg81HdK2CYRSuLz/oe5jBZsEBgZi06ZNSEtLK6PTqQ5ycmEumJ6ejv79+yMvL495b66urvj1119ZklCUPXv2YO/evcz3ZGBggFu3bsHU1FQh+fEJTWrbBAJBNRDDuQqIjIzEqFGjRBa5TZs2xaVLl1QsGYFAILDH33//jeXLl5e7sGrQoAEaN24MY2NjubxIbty4kQ1RyyUrKwvdu3dnDEnWrl2LH3/8Ue50Be8FKPUG9vDhQ9ai2clLdnY2zp07h7/++ouZyFdkbNa1a1dMmDABgwYNYrzACiK7HT9+HK9fvxZ5hqIoHDt2DF26dOFtGZycnBASEsI806VLF3h7eyssqmB2djZmzZol4rmmS5cuOH78uELy4xKaoHQVHR2NESNGMNcjR47Epk2bZE7Pzc0NgYGBAEq9TAUFBaF+/fryiinCgQMH4OHhUa4xtTDCSwiKojB+/Hj8/vvvUhs+8cXgjC/lqAy2y1hcXIz58+fj6tWroCgKzZs3x7p169CuXTs2xCWIwdW2/ccff+Cvv/5ixtDq1atj48aNGDhwoEzpVcWNGzfg5ubGGBdSFIWxY8dizZo1CsmPoJ4kJyfj+++/Z5RHaZpGp06dsGbNGjRr1oy5T5rD9QULFjD7STVq1MDDhw8VWAL1h7RtAtu0atVK1SLwdg4oLXxo33wogzwkJyfjypUrePHiBcLCwpCYmChiUKGvrw9LS0vY2tqiQ4cOGDJkCGrWrKkSWYHSdbKAuLg4PH78mLkWjNMWFhZo1qwZTExMYGBggNzcXGRkZCA6OpqJDiA8T+7WrVulykHlQVEUNmzYIG9x1BZN6Wc1+Xt6+PAhQkJCmGtVKadzDWHHYNLsc4qvvWVF3v1NTR/zNIFPnz4hPj6euVZ1xJYBAwbI9FxBQQHS09PLRN8BAEtLSxHDgX///Vc+ISWUR1EOwDIzM7F8+XLs3r1bIenzDU2ri+zsbKSmpjJK0zVq1EDNmjVZiwZJKIsmGNeIR4ZWB4N2dR8vjh07hvXr14sYs9nb22PVqlWoVauWzOmWR3JyMlatWsU4IBDMoZYvX45JkyaxmpciCA8PZ6IPW1lZoW3btqym/+TJE5memzx5MvN9DB8+HOPHj5dLDlXPsSriypUruH37NgD+71uoM+pYD3zY/1D3sYJtUlNTsX79ely8eFHk7+RcQnI2bdoEHx8fkfF0xYoVcHJyYjWf48ePY926dSL5TJ48Gb///jur+bCFuu0JalrbFic/Px9nzpzB3bt3mTlU3bp18d1338HBwUFh+q0EgiZBDOcqYObMmbh9+7bIANavXz94e3urWjQCgUBgjb59+yIpKQnANy9Y06dPx7hx4xQWyYht5s2bh6CgIFAUBRsbG5w5c0buw+Yff/wR4eHhoKjSUNnqcCgSGhqK06dP4/Lly4wHFAHCm7ImJiYYOXIkfvrpJ1hbW1ea5qVLl7Bu3Tp8/fqVGescHBywdetWXpYhKSkJffv2BVBaz3Xr1sW5c+dgbGzMYinLkpWVhR9++IHxtERRFO7cucP6xjnX0ASlq82bN+PIkSNMXufPnxdRuJeW6OhoODg4MOnNnDkTv/32GxuiAgBu3bqFWbNmMekLKG+5UJ7BdevWrbFv3z6pxg++GJzxpRyVoagyenl5wcvLC0VFRaAoCra2tujZsydatGgBMzMzmSNaqOshlSrgatsuKChAt27dmDmDrq4uDh8+rPC6DQ4OxvTp01FUVMR4gHv8+DGJiKhBrFmzBidOnGDaQ79+/eDp6ck4cRAgjeKMj48PYzxPURRu3ryJOnXqKKgE6o2mtW3BoQYAVK9enRWHLOqo0KRqhA/6VYkiHQdxAT60bz6UQVaio6Oxe/du/Pvvv4yDqsqOjgRjoLa2NgYMGIBff/0VzZs3V4qswog75RE2XqnKMKW8/0tr/CL8jCLXgWFhYXjy5AlevHiBlJQUpKeng6IomJmZwdLSEl26dEHPnj1Zj7YiQFP6WU35nspj+/btOHToEHPNx30NRSBsOKds5PWUrcljniYh3LYpikJERISKJZKP2NhY3L17F35+fvjw4QMoikL79u2xe/duWFpaqlo8AkEhREZGwt/fH0+ePEFMTEyZMUdbWxs2Njbo2bMnJkyYwJnzfWXTunVrmZ5jy9hd8Lw69sN8GysAxY8XgwcPxocPH5i52NSpU7Fs2TIWJK8YcWX/hg0b4urVqwrNU0BBQQHzu5aWVpl98vLw8/PDvn37GOMaAbVq1cKMGTNYM/qT1VGvJrRt4NtZnaCMql7nTZkyhfl9xIgRGDt2rNxp+vv748KFCwBK6+Lo0aNyp8k26lYPgGbvfwjg6tri/v37eP78ucjfVG3oxBUyMzMxdOhQEcNPiqIwePBgrFq1CmZmZnKln5aWBnd3d1y9elUkwpmFhQUuX74MExMTFkrBPnzbE1SXtv3lyxf4+fkx1y1btsTw4cMrfSYyMhKzZ89GQkICgLJBKOrWrYvt27ejQ4cOihGaQNAQql7NaCDbtm1jjOaE6dOnj4okIhAIBPZ5+fIlEhMTmYm6gYEBfHx80L59e1WLJhW//fYbbt26hYKCAkRERGDPnj343//+J3N6e/fuZYzmdHR0MG/ePBallY7MzEwEBgbC398f0dHRAMqPzEbTNGxtbTFhwgQMHz5cYs+Cw4YNQ+PGjZkofTRN49mzZ7wtQ2hoKLM4FWxiK9poDgCMjY0xdepUEeWe0NBQhXnu5Qq+vr6qFkHh3Lp1i/nOW7VqJZfRHAA0a9YMbdq0YTbfb9y4wZrhXHZ2NlasWAFAtG02atQIDg4OaNWqFfT09BAfH4/g4GDcuHEDeXl5THuiaRoRERGYMGECDh8+jCZNmrAiF4H/zJgxA/n5+di/fz9omsbLly8RFhYmV5rqfEilbLjctkNDQ5Gbm8vI8sMPPyjFINLOzg4jR47EmTNnAAB5eXkIDQ0lxphSkpCQgJKSEgClCjzyKO18+fKFUeCXN62qoGkaV65cYb5/c3NzbNu2TSJlgMoQdxgQExPDOcM5tiIVaFrbHjBgAOueyQ8cOMA7hSZ50XSDNXWBD+2bD2WQFpqmsXfvXuzfv58xYhBQmcKL4L6ioiJcu3YNN2/exMyZMzFnzhy5lc7kQTjvquQo7/+qlL08Ll++jIMHD5ZRWBDfWxNEtu3Tpw/mzp3LeiRvTe1n+fY9VUVVEcpVBRfWFur2ziRBk8Y8e3t75vcJEybA2dlZ7jQPHjyIU6dOASit/+vXr8udpqLgkw/lpk2bomnTpnBycsK2bdvg4+OD0NBQODk54fjx48RgSALS0tKQlJSE3NxcmJubo3bt2jI7LhNH3SIVqANFRUVIT09nrnV1dSV2qJOQkICVK1fi7t27ACpuy0VFRQgLC0NYWBgOHz6MsWPHYsmSJdDX15dbfuFITlZWVqhfv77caaoKNvpCPvWn4vCtbIocL2JiYvD+/XtmDtWuXTuFG80BwLJly/D8+XOEhoYCAD5+/IiYmJgqnRDLy61btzB79mzm+ueff8bSpUsrfcbd3R3+/v7lfleJiYlYv349njx5gp07d7I2j5bnG+bb918eshg1KYLg4GBGDraU/j9+/Ijg4GAA6r8uU5d6KA9N2/8AuLu26NWrF3r16qWUvPg0FwRKnVtu2rQJM2bMEDFsCwoKwv379/HDDz9g7NixUjuBf/36Nfz9/XHu3DlkZWWJpK2lpYVNmzaprdGcAHXdE5QFdWnb586dw4EDB5h3umPHjkrvT0pKwrRp05Camsr8TdzA+fPnz5g+fTr8/PzUIlgBgcBViOGcEC9fvsS2bdvKDeUt8JxKIBAIfCEqKor5naIo/Pzzz5wzmgOAJk2aYPXq1XBzcwNN09i3bx+ysrKwcOFCiY2vgFJPWTt27BDxQLRmzRqFbzaWx9OnT+Hv74+rV68iPz+/Qo89BgYGcHBwwIQJE2BjYyNTXjY2NujRowfu378PAEhOTpa/AFDPMnz69InJl6Io9OzZU6b8ZEGwcSEou0AWaQgMDGRTJLkYNWqU3GnY2dnJL4gak5SUhLdv3zJ1LqygIQ8DBw5EeHg4gNKIAKmpqTA3N5c73YCAACQnJ4t4yZ4zZw5mz55dxlhg/PjxyMrKwv79+3HkyBEUFxcz5YyLi4OTkxMOHTokc5uWh/Lm8cpAOJoMQXIePHgAd3d3fPr0qYwxNYEduNy2Y2NjAXwbtx0dHZWSLwA4OjqKRDGOiYkhhnNSEB0djREjRjDXI0eOZKKtycLOnTuZeZCWlhaCgoIUdjgTHh6O1NRURvHBycmJFUcL9erVAwCRNsUmd+/exfXr1/Hs2TNGAc7CwgINGjRA3759MXjwYLnf2enTp1kx1tLEtq2IA3EyVhLUET60bz6UQRpKSkqwZMkSXLx4sUInR5UhfG9hYSH27t2L9+/fY8uWLUo9ZFfnPvHx48ciHnv79esnkWf97OxsLF++HEFBQQDKevMWPzQXcOfOHdy/fx9z5syBq6srG0XQONT5e9JEuLC24Oo3o0lj3ufPnwGU9p8ZGRmspJmRkSGSLkG5VKtWDcuWLYOWlhb+/PNPfPz4EbNnz8Zff/0FbW1tVYundqSmpuLIkSO4fv063r17J/I/PT09dOvWDcOGDYODg4Nc7+/Bgwci8x5iOAecOnUK69evZ67nzJkj0Xt5+PAh5s+fj/T0dImVWAVz8pMnTyIkJASenp5o0KCBXPJPnjxZImdAwvtc1atXl9g4UNmosr/m6nyB6yhivBA4NRGONqcsfv75Z8yfP5+5joiIULguS1BQEPP9amlpwcnJqdL7z58/j9OnTwOouM3RNI2rV6/Cw8ODFSdjleWlaEjbJnAZ8v2WoulriytXruD27dsASvvSDRs2MP/j21wQAHr37o3ly5dj7dq1Io6EMzMzceLECZw4cQK1atVC27Zt0aZNG1haWjJloigKmZmZyMzMRGJiIsLDwxEWFoakpCQA5Rufubm5kWA9KkLVbfvmzZsASr8LU1NTDP4/9s48rqb8/+Ovq31PTJJ9y5LIljWyLxUVMhi7fC2DsY4Myi5khqGxk2QdFcoeso5IimhRlhKV9n09vz/6nePe23aXc7dzz/Px8HBP95zP533uOZ/t/XkvI0fWev7OnTspGwWS6mxt8/PzsWrVKly+fBn16tWTgOQsLMxHYRzn6DaCLSkpQX5+PtLS0hATE4Nnz57h8+fPAKqmH+ZwOJgwYQIaN25MqwwsLCwssoSMUED2c6NGjZKxRKLj4OAADQ0N/PHHHygoKICPjw/u3LmDqVOnYsyYMbX231+/fsX169dx+vRpfP36FQRBQEdHB1u2bMHo0aOldg9ZWVlUZrYPHz4AqDkzW7t27fDzzz9j3LhxtBjytmrVinI6KykpEbkceb+HwsJCnmNpjuv8EUuKioqELmPNmjVyswlPh+Mc0yGdk8k+lq5o7/zlxMbGok+fPmKXe/78eUopxOFw8Ouvv2LRokU1nq+rq4sVK1Zg9OjRWLZsGU90xYyMDEyfPh0HDx5Ez549xZZNGLiVd9KG2zGJpW4uXrwId3d3KtI7+dzEfX7SegaSUACTilYSU1NTsctU5LbNHY0ZAFq2bCnxOmuqiy7DOmXh0qVLPHNAcaP5z5kzB/7+/gAqDfz//fdf2jKu8kMakJFthq7NDP75bn5+Pi3lxsbGwt3dHeHh4QB4+8Dk5GQqm+Sff/4Je3t7rFixAg0bNhS5Pjr6WGVs2/Iyh2dhkTRMaN9MuAdh2LRpEwIDAwHw6m3q1auHnj17okuXLmjXrh309PSgra2NgoIC5ObmIi4uDpGRkQgLC0NFRQXPtYGBgdDV1YWbm5vE5Qfk3yD76tWrVJYQDoeD+fPn13lNUVERZs6ciTdv3lRrcME/HvN/V15ejr///htfvnzhMdRmqRt5f5+UEXlfWyhyNkZlG/PYOTkzWb58OYKDg/Hp0ye8e/cOp06dwqxZs2Qtllzh5+eHHTt2IDc3t9o1fVFRER48eIAHDx7gn3/+wbp16zBgwACR62NSpgI6uH//PvWbqKqq4ueff67zmrdv32LhwoXUnib3XLs2uM+LiYnB3LlzceHCBRgYGIhzCwIFAxoyZIhARtWyht2/UV7oHC9SU1N5ji0sLOgQUSA6d+4M4Ed755dFEjx79oyqr1OnTrUGnSgrK8Nff/3FIyMZSFlLS4uyTyL3rI4fPw5HR0e0atVKLBnZts3CIjys/qMqyrq2iIqKgr+/P9VvczvOAcyaC5JMnToVqqqq2Lx5M08gYXI8SU1Nxb179yjHp9qoKYmAiooK1q1bh8mTJ0vgDliEQRZtu6ysDFFRUdQ7YW1tXauTW2JiIoKCgnhszszMzGBvbw8dHR2EhYXh2rVr1Pnv379HQECAVINgsbAwCYVxnJO0EWx1gxhJgwYNsGTJEonVzcLCwiIL1NTUeI7JLAiKhqurK/XZwsICz549A0EQSE5Oxu7du7F79240aNAAbdu2hb6+PrS0tFBYWIicnBy8f/8e6enpAHg3cywsLKiNIkHhj7wiLNbW1igrK6txUaWuro4RI0Zg8uTJ6NGjh8j1VIeWlhYt5cj7PWhqavIcp6Wl0eK0Jwjke0YiTDZEfmSt/GU3PAUjMTGR55iuiH+kYQn5HBITE8V2nMvKykJcXBxVZtu2bWt1rOGmU6dO8PPzw8qVK3Hv3j3KwSYvLw8uLi7Yt2+fTCIoyaKdsG1DcMLDwymnueo2/jU1NaGrqwt1dXVZiVgnklAAHz58mJZsTiRMa9tlZWVSq4t06GQRjfv371PvXYcOHdC2bVuxymvbti3Mzc2pNhEcHCwxxzn+ORtdme34536iBFHgJzQ0FAsXLkR+fn6Nhmnk38vKyhAQEIC7d+/Czc0NY8aMEbt+umDbNgsLc2FC+2bCPdREaGgoFWQB+LGhP2XKFMydO7dKAKDqSElJwfHjx+Hr60vN7QmCwLlz5zBmzBipZPWUd0OfJ0+eUL9L06ZNBdKHrVmzBq9fv+bJLEeO6cbGxmjXrh0MDAxAEARycnIQExOD79+/A+DVw/n5+aFt27ZKYeRDF/L+PgHA9OnTJVJuUlKSwPVwOBx4e3tLRA5+5H1t4ejoKJY88gSTxzxFYP/+/RIpNywsTKh6FKEf5EZVVRWTJ0/Gjh07QBAETpw4IbVxr6ioCAkJCUhISEBKSgoKCgpQUFBABcrR0dGBtrY2tLW1YWxsjDZt2qBVq1a07ccJwuHDh/Hnn3/W6cxGfv/x40e4uLhg0qRJWLt2rVzrZrmR12dBEATCw8Op371bt251BjMqKSnBr7/+isLCwirzQEtLS/Tu3RtmZmbQ19en5oKxsbF4+vQpz/yRIAh8/vwZK1as4MkCKAqC7nsIYlQtSxStf6sOMmsu3ZCBQAWtRxGDq9I5XvAH8DU0NKRBQsHgd4QtLS2VaH3fv39HcnIy1bYHDhxY6/n379/Hly9fqH5IS0sLW7duxahRo1CvXj0kJCRg9erVePPmDYDKOeHp06exfv16kWU8deqUyNfKE0OHDpVIufwBKmqrh8Ph4M6dOxKRQ5LUZu8rLMr0HJgwLtKNLNcW8kBNczmmzAX5mTRpEtq0aQNXV1ckJiby6GEBwe2NqtuXbdq0KXbs2EF7IGJl0wnShSzadkJCAoqLi6n3w8rKqtbzAwMDqQCFHA4HvXv3xtGjR6GqWuneM2XKFPTv3x9r166lyvTz82Md51hYRERhHOdIJGUEW93ATRAEDA0NceLECRgZGUmkXhYWFhZZwZ9tq7i4WGpORHTCHfmEhH8z4fv371WMYLm/57/m2bNnQslALgDFcZwrLS2tYhBDEASaN2+OSZMmwcnJCfXr1xe5fGkg7/fA/86Hh4eLHcFMULizgHA4HJiYmEilXhbZwZ01Cqi6mSEq/OXw1yMKERER1GcOhyN01CMdHR14eXnBw8MDJ0+epPqBwsJCLFy4ELt3764z7TzdKJJSThnx8PCo4jTXu3dvODs7o2fPngIZ6coDklAA07neVfS2zT9nSEhIgLGxscTq46+rNllkSVFREcLDw5GSkoKMjAxwOBzUr18fxsbGsLS0hLa2tkzlS0tLw4cPH6i2QddG47BhwxAVFQWgMopaRkaGRPQ0xcXFPMd0GYnxj9fiZqlMSEjAvHnzKAe8mqKP82/yZGdnY8WKFXj+/DnWrVsHFRUVseQQBbZtiw+3UTMdz1BShleioIjGV3Si6M+CCe2bCfcgKH///Tc1nyUIAgYGBjh48CC6desmcBmNGjWCq6srRo8ejf/973/Iycmhytu3bx98fHwkeAfyT1paGmVkyOFwMHjw4DqvCQ0NxY0bN3jGdnJzf8qUKTXqseLj4+Hj44OLFy9Sm+wEQeCvv/7CmDFjFGaNxVI3oaGhEtd5EASB58+f1/idtHQuir62kHeUacyTBBUVFdTn2qKGC8r+/ful0rYPHDhQ6zmKaEDLHVQuLS0Nr1+/lkj2n/LycoSGhiI4OBghISH48uWL0Ho8DoeDJk2aYNCgQRg6dCisrKwkti6/f/8+9uzZQ9VLUp3M/N+fP38ekZGR+Oeff+RyDqEozyI+Ph75+fkCO5wAwJkzZ6j5I3lPFhYW2LRpEzp27FjrtZGRkXBzc8O7d++o6x8/fownT56gX79+It2DMP2SvO/JKGL/xs+aNWukMlZwBy2uDkXV3dA1Xujo6PAcJycno3379mLLJwhfv36tVRa6+fjxI4Afa4BOnTrVej6ZCYU8f9WqVTwB3Fq3bo3Dhw9j9OjRyMnJAUEQuH79uliOc3UZoisK3A6HkoIgCHz58qXG7+W9H68JMkMrIH7AcPY5sEhrbaEoMGkuWB09e/ZEYGAgTp06hZMnT1J2pfxOdHVB9hlGRkaYOXMmZsyYIVYw/ZpQJp0g3Ui7bZPOiORv1q5du1rPv337NjX+cDgcrFu3jnKaI3FyckJgYCCePHkCAHj58iXy8vIU0tabhUXWKJzjnDQ6X3Iw69y5M3bs2CF2BEMWFhYWeaRr1648x0lJSWjQoIGMpKEP7nGirjFDnGgpkoI0iLGxscHkyZPRv39/idfp7OxMa9YYeb2Hzp07AwC12Dhx4gTGjh1bZbFBN6WlpTh+/HiVjS5hkUakdnkjOTmZ+qynpye2kTlQabjObbxuamoqdpnVwa9QpStqM385dEQTTEtLA/Bj0S7KJgOHw8GaNWvQoEEDeHp6Usqk0tJSrFixAoWFhVLdTGMzzskvHz58wKtXr3gUP+vXr8fUqVNlLZrQyPszV/S2bWZmRskAABcuXBA7w6agnD9/HoDgykxpEBISghMnTuDly5c19v2qqqro0aMHZs2ahUGDBklZwkrICMXkb9elSxdayuUvJzY2ViLvA7/BbHZ2Ni0K55SUFAA/fhdxDEMrKiqwatUqFBUVVckS1L17d7Rv3x6ampr4+vUrwsLC8O3bNwC8znXnzp1DUlIS9u3bJ9Vo9wDbtukgKyuL+kyHgYw0DK8ERZLzRe4omfb29pg4caLYZV64cAGBgYEA6Im0qejPggntmwn3IAipqakICwuj5uQqKir4559/hHKa48bS0hIHDx7E1KlTqbVYWFgYUlNTpeaEIY+8f/8ewI9namlpWec1Xl5e1GeCINCwYUMcOnQI5ubmtV7Xpk0buLu7w8HBAfPnz0d2djaAymwIhw4dwoYNG0S/EQFRhH6WSdSVPYgJKPraQt5RljFPUpCZrADxDXS5kbROs7byFbU/IYMUkvJHR0fTagBXUlKCs2fP4siRI5QhpajPiSAIJCYmwtfXF76+vjAyMsL//vc//Pzzz7Rmd8vPz8e6desA8OoCWrRoATs7O3To0AEaGhr4+vUr5YBG6hjI+eHbt28xefJkHDt2TGoBKOtC0Z4Fv8MJuUdZG6dPn+bRmw8ZMgT79u0TyKmvS5cuuHDhAhYuXIiHDx9Sz/7o0aMiO87p6OhQ/R13v8ciW9ixQjToGi+aN2/OU87du3el5jh39+5dAD/6FVIWScGfgaZNmza1ns+dcV1fXx8TJkyoco6RkREmTpxIZcPMzMzEx48f0bJlS9rkVmQk0cYEycgmi311uuAOykGHLQnAPgdlRtJrC0VDGeaCGhoacHFxwaxZsxAcHIzbt2/j6dOn1SZnqA4jIyP069cPw4cPx5AhQ6CmpiZhiZVDJ0g30m7b5N48SW12ibm5uYiOjqbk69KlS43+Kvb29pTjHEEQiI6Opj2zIQuLMqBwjnOSgnvy2apVK0ydOhVTpkyhJUocCwsLizzSuHFjWFpa4tWrVwAqow/yO9MpCkxRIBgbG2PixImYOHGiVKM4NmvWDM2aNaOlLHm+h6ZNm6JDhw6IiYkBUGnA9Pvvv2P37t0SW1ASBIE1a9YgLi6O2nRs3749mjZtKnRZyhipfciQIdSzcXFxwfLly8Uu8/Dhw5QynsPh4O3bt2KXWR38BvEZGRkwNDQUu9yMjAyeYzoy2ZEGdSTitF0XFxcYGhrCzc2N2rgpKyvD2rVrkZ+fL3HnKB0dHRQUFACofL5Lly5F9+7dJVonUGnwExQUJPF6mAB/FjQ7OzuFdJpTBBS9bXfu3BkGBgZU5NGbN2/i5s2bEs9gefPmTSrLB7nBK66BJnfESzU1NaGc9tPS0rB8+XK8ePECQO3z3tLSUjx79gzPnj1Dz5494enpKXVj9cTERJ7jujbTBYXcOCfnBYmJiRIx6uQPJBITE4MmTZqIXe7Lly95jvkzIQvD3bt3ERUVxROUoU+fPti0aVMVYwkyuvj+/fspp2XyukePHmHWrFk4fPgw9PX1RZZHWJjUtmVFZGQkdR90ZkeR9bpa0pt83NE4BXFeEYTExESEhoYCoFd+RX0WTGjfTLgHQYiIiKCyknE4HIwdO1bsdVO3bt0wbtw4+Pv7A6h8jyMiIjB8+HA6RFZI+I0M6zKmzMvLw4sXL6j3QFVVFUeOHKkzuwg3lpaWOHToEKZMmYKKigoQBIEbN25IxXFOkfpZJlBTxmG6kPVYBCj+2kLeUZYxT1KQjp0AaF1PsUa6wsPvUJSZmUlb2SEhIXBzc0NKSopAv6OgkGWlp6dj+/btOHHiBNzd3WkLguTv74/v37/z6A0WLVqEBQsWVNFJTZo0CXl5eTh06BBOnDiB8vJy6v6Sk5MxdepUHD16tM4sQ5JGEZ8Fv7FkXU4hnz9/RlJSEnVPjRs3xp49e4TKhKempoa//voLI0eORHp6OpUxorCwUCQnX0NDQ8pImjTmZJE97FghGnSNF5aWllBRUaHWWz4+PpgwYQJ++uknOsSskdTUVPj4+FB9e7169Whbd9UE/x5TbXvSMTExyMrKovQMNjY2NToiDxgwgNqrByrnVazjHC9MXufRycePH/H8+XOq32rRogWt5bPPQfmQ5NpCEVGmuaCqqipGjhxJ6US+ffuGhIQEfPv2DVlZWSguLgZQ6WhnaGgIExMTtG7dmnLIkibKoBOkG2m3bW7bEAC1BukNCwuj9moAwMbGpsZzuRNGAMCnT59YxzkWFhFQKMc5SXTKKioqaNiwITp27IhOnTrB2tpa5MiqLCwsLIrGokWL4OLiAgDw9fXFjBkzaHHskCa//vqrrEWghf3792PIkCEK7bCtCPcwc+ZMKoo/QRC4du0aEhMTsXnzZtqjwcXGxmL9+vU8hq0cDgczZ86ktR6mI4l079JY6PMbMUdGRqJ169ZilxsZGQngx+9Ch7F0eXl5rcfCMnHiROjq6mLVqlXURntFRQW2bNmCgoICatyRBObm5pRRHVCZlUeULFvC8vDhQ4nXIWtcXFzw888/i11OamoqgB/vsLOzs9hlMgXujJLCGETUhKK3bRUVFTg6OuLkyZPgcDgoLy/HqlWrkJaWhl9++YXWukh8fX2xc+dOEARBvaNOTk5iz224DdGFcQSPjo7G/PnzeYyC6hoTyfOeP3+On3/+GUeOHKHNwFQQuLO6AvQ4eFdXDn89dEFmcyF/50ePHmHIkCFil3vjxg3qs6amplhR7E6fPk19riv6OIfDwYABAzBgwACcPn0au3btQklJCTU3jYiIwLRp03Ds2DE0bNhQZJmEgUltWxacPHkS8fHxlBGKImbnYGEuTGjfTLgHQeCfk9vb29NS7tixY+Hv70+No2TGVWUlJyeH57iu9XtYWBjKysqoPt7Z2VkopzmSrl27Yty4cfDz8wNQaQjw7t07kcpikV/I9tuxY0daMiQnJSXh69evACrnkPJgdKHoawt5R1nGPEkQHh5OBSYBQIvOl0SWWYQUFX5HdWGCFdXGiRMnsGvXLlRUVADg1cfw/44cDgcaGhrQ0NCApqYmAKCoqAjFxcUoLi6u9nzusr5+/YoFCxZg5cqVmD17ttiynz9/nmdP6tdff8WiRYtqPF9XVxcrVqzA6NGjsWzZMnz69Imaj2RkZGD69Ok4ePCgzMYGRX0W/Fk56nKy5d/7mTVrFjQ0NISuV0dHBzNmzICnpyeASp3zy5cv0b9/f6HL6tixI9XGXr58iSdPnoicvY6FPtixQjToGi8MDAzQt29fPHr0iOon58yZgyNHjkgsqHBqaipcXFyo4KocDgf9+vWjbX5cE0VFRTzH2traNZ4bHh4O4EcfNmDAgBrPJTOZkn1wWlqauKIyBvL369Wrl0iBmPl58+YN4uLiAFT+3g4ODmKXWRvJycn48uWLwOc+f/5c6DpKS0uRmZmJN2/ewN/fn9pb5XA4tGUPUvTnwCI6klpbKCrKPBc0MTGRiVOcICiDTpBupN22S0pKBD6Xfw7Vq1evGs/ln2sqq06ThUVcFGZ0Dw4OprU8dXV16OrqihRZiYWFhYUpWFtbw9nZGRcuXEBubi4WL16MY8eO1Rj9SR5hiuPcsGHDZFr/06dPERYWRh2L8rsqwj04ODjg33//5YngHRkZCQcHB/Ts2ROOjo6wsrISWQH25csXhIaGwt/fn1L0kYsbDoeDHj16sIowIVHUiOKkQRopf3BwMC3P/u7duzzHdDhD8G/Ypqeni+1EPXr0aGhra2Pp0qUoLi6m2tuePXtQUFCApUuXilV+TVhYWPBEuX/9+rVE6lFG9PX1JZKRSJoOPfJOVlYW9VlHR0fs8pjQtufNmwd/f3/k5OSAw+GgpKQEW7duhb+/P6ZNm4ZRo0ZRRjCiUlxcjOvXr+P06dOIioricdjW19fHvHnzxL4PQZ3euMnMzMT8+fOp6NSCRo/jPi85ORnz589HQEAALe+UIPDLx+0QKg785ZSWltJSLj/GxsZo3749YmNjQRAEAgICsHjx4iqZZIXh2bNnPEaV3bt3F1khX1xczDOPbdCgATw8PARytv3ll1/Qs2dPLFy4EMnJyVQZMTExmDp1Kk6ePClWJjxhYErbBoA7d+4IrLO8f/++SIYgpDFAdHQ0MjIyeAwge/fuLXR5/NS2CcMiXZjwLJjQvplwD3XBv6FK15yc33GA31hY2eDfIFdTU6v1fNJAgXwfxowZI3LddnZ2lOMcAMTHx7OOcwyDnA+kpaVh7ty5sLW1Fas8T09PHDlyhDr28fERV0SxUfS1BQl32xMmkEpteHp6Ulk6OBwO3r59K1I5TBnzoqOjBY5+Hxsbi4CAAKHr4DbQvX//Po/zH93ZXjgcDvr37w83Nzc0a9ZMrLK42zaHw8G7d+/oEFGuuHPnDgB6A81dunQJHh4eAKrqYxo3boxevXqhe/fuaNOmDUxMTNC4ceMa1/llZWX49u0bvn79ioSEBISFheHFixdITk7mKb+iogK7du2CoaEhnJycRJY9KysLcXFxVLlt27at1WmOm06dOsHPzw8rV67EvXv3qH2tvLw8uLi4YN++fbC2thZZNlFQ5GfBrwcsLi6uVT+Xnp7OcyzObz1w4EB4enpSMvBnvxOU/v374/bt29S8Y968eRgyZAgsLS1hYGBQrT5K1H62Lti9VV7IsWLlypXQ09MTq6wjR47g3LlzVLlkv8o06Bwv5s+fj0ePHgGo/M1iY2Nha2uLpUuXYvz48bU6mAlDYWEhLl26hH379iE3N5cnk+j8+fNpqaM2+PuxkpKSGueGL1++5Dnu0aNHjeXyv7OS1h2Q/TxZt7htBqjUq3DrVkxNTcUqT01NjQqkQxAE3rx5A2tra8yZM0esQJuenp6UwxYAbN++XSw568LPzw8HDhyo9RzyHQ4KCkJQUJBY9ZHtmSzTzs5OrPKY8hxYREcSawtFhp0LyifKoBOkG2m3bX6flLy8vBrXgtxzKDU1NXTp0qXGcvn3F/gz27GwsAiGwjjONWnSRNYisLCwsDASNzc3ZGVl4datW3jx4gUmTJiALVu21DoRY2EeT548oTbbAcV0SBT0Hvbu3Yuff/4ZiYmJPBttL168wIsXLwAADRs2RJs2bdC4cWM0btwYurq6VJRKAFR0yry8PHz9+pXaaOM2hOV2mCMIAi1atMDevXtFvr/p06dTn+3t7TFx4kSRy2KRPKampmjevDkSExNBEASCg4MRHR2NDh06iFxmdHQ0j2LKxMSEFgNHY2NjnuPPnz/TUu6gQYNw6NAhLFy4EAUFBZTcBw8eRGFhIdasWSN2Hfxwj10EQbCOc3JIgwYNeI7rMh5VJrgzlNKhrGNC2zYyMoKHhwcWLlzIswEWFRUFV1dXuLu7w8LCAt27d0fr1q1hamoKExMT6OrqQlNTk2fcLioqQl5eHr59+4bk5GQkJCTg5cuXePPmDYqKinic2wiCgIqKCjw8PMRymOJGWEdwV1dXfPv2jWeuwuFwMGLECIwcORKWlpZo0KABCILA9+/f8erVK1y/fh13797lmX8kJSVhy5YtUtuI4/+9MjIyaMloTUbTJZFkNF1bW1vExMSAw+GgsLAQ69atq3OztyYyMzPh6urK4+gkTqbN169f82SimTx5slDRBDt06IBLly5h4cKFCA8Pp+T69OkTpkyZghMnTqBly5YiyycoTGrb0dHRPNmVqoOUIS4ujmeDXFj4nXC1tbXFNgYAmLkJJi24DfrpCPjBhGfBhPbNhHuoC34jMboc7PnLoSPirSLDbyyZkZFR62/CP98RJ6to27ZtAfzom/jLVhTo7meZwIkTJ7BhwwZKr5meno6VK1fCz88P7u7uYjvZyBNMWFsAogVSEaZccWDKmHfnzh2BDXRDQkIQEhIiVn3czn90ZW5dsGABjh49Sjl2Pn78GPb29li4cCFmz56t9JkOaiI+Ph4nTpzgMZgWR/8OVAZH3LJlS5VMZEOHDsUvv/yCvn37ClWeqqoqmjZtiqZNm6JXr16YNGkSAOC///7D6dOncefOHR49zubNm9GnTx+RDfAjIiKoz6TeQBh0dHTg5eUFDw8PKiMlqR9ZuHAhdu/ejZEjR4okm7Ao+rPgD2r2/fv3WnW+2dnZPMfiBDfivzYzM1OkcsaNG4d9+/YhMzMTHA4HZWVluH37Nm7fvl3lXDr72eqQhrH00KFDqc+TJ0/G3LlzxS6TTqe0sWPH4sqVK1SbePz4MaKjo+Hq6iqWwTT/+pCJtnl0jxc9e/bElClTcObMGep55OXlYdu2bfjzzz8xYsQIWFlZoXv37kLrWj9+/Ijw8HCEhobi1q1bKCgoqDL3mDx5cq2OaXTBv35NS0urMcAmd7A3Y2PjWvtOugJiCMqQIUOo34+uQBaHDx+mJZAFSUBAANavX4+XL1+Cw+GgqKgIf/75J65evYqNGzeie/fuYsssLQRdp9CxnuGeI9ja2oo9D2TSc2ARHkmsLRQdZZsLyjvKpBOkE1m0bf75UmJiYrWZiQsKChAREUGNZ506dao12UleXh7PsbjBrlhYlBVWy8rCwsKi5KioqGDfvn3w8vKCl5cXYmNjMWnSJFhYWKBfv34wMzODoaGhyIbtTIiYrixIahNfmghyDw0aNMCZM2ewePFiKvsHf6TKtLQ0fP/+XaS6yfq5y7S0tMS+ffuqOIwIA3cWrdqi2Lq6ulKfbWxspLaJqShwK+PFiQwmCEOHDqUW4BUVFVi5ciV8fX1FMsjJycnBypUred7xIUOG0CKnmZkZVSZQ+a4NHjyYlrJ79+6N48ePY968eVT0aoIg4O3tjYKCAlqi+nFjYWHBc5yeno6UlJRqlRBMpLi4GDk5OSJHSxc3IqIgtG/fnuc4NTWV9vdAETl58iTi4+Op8UMcI1kSprRtGxsb7Nq1C66urigtLeUZX4uKingc30WBf+5AEATU1NSwY8cO2NjYiC2/KERGRuL+/fs8MpmammLv3r1V+jkAaNasGZo1awZ7e3uEh4dj6dKlSEtLo57L5cuXsXDhQqkozPkNgCIjI6tknxGFyMhIANKJBDd9+nScOnUK6enpIAgCd+/exfLly7FlyxahogXHx8dj0aJFVHY3DoeDNm3aiDU3S0pKAvDjdxAl+nj9+vXh7e2NpUuXUhHkgcosN1OnTsXx48er9NWSQBnbtrhw30u9evXg7u4ucUNvltrhjubIH0FSmWFC+2bCPdQG/9ickpJCi5NbSkoKgB/jFB1zAFH5+PEjYmJikJGRgdzc3CrZ34RB1OBSJiYmPMdJSUlo3rx5jedXVFTwHIuTpYD/2oKCApHLkiXy0s/Kw/tE0rdvXwQGBmLfvn3w9vZGeXk5CIKgnGzmz5+PuXPnMsLJhglrCxJ51rczZcyTloEut94fAGbMmIEWLVqIVSYALF26FGPGjMH69eupPQtuQ113d3epGMgrEjdu3MCWLVuooE5AZRApcQ3gyMBQpE5FT08P27dvx7Bhw+gQm6JPnz7o06cPgoOD4erqSmWtKSoqwsGDB7Fp0yaRyiWDO5J9nJWVldBlcDgcrFmzBg0aNKCylnE4HJSWlmLFihUoLCyUiuGqoj8L/nnf27dvKX1tdfAbPZaWllIOysLC75TCP88UFC0tLXh4eGDBggUoLy+vspdaHXQ4QvAjrXH0y5cvVH05OTm0lJmTk8NTrjjs3LkT48aNg5ubG5KSksDhcPD9+3fWYLoOJDVerF27Ft++faMC2QGV739BQQEuX76My5cvA6jci27UqJFAgXpTUlJQXl5O1VHdPGrIkCH4448/xJJdUPiDM0ZHR1cbnPH9+/c8OvCePXvWWi6/ozBdwXxqg9v5kM4y6aJNmzY4c+YMzpw5gz179iAvLw8cDgdxcXH45ZdfMH78eKxcuVJhdME1/dZ0BcchyyGfq6OjI9zc3EQuj4Rpz0EU5En/IU0kNVYoOso2F5R3lEknSBeyatuk/pLbTqe6+VFISAhKSkqo8+qyseYPiMLaWbGwiAbbS7KwsLCwAADmzZuH4uJiHDp0CARBIDIyUuxMPXREV2JhkQQ//fQTfH19cebMGRw6dIhykuNfcAu6qOffMCeva9iwIebPn4/JkydL3EmLhDvjxU8//cQ6zvGRlZVFfZa0In7OnDk4e/YsiouLweFwEB8fj5kzZ2LPnj1o1aqVwOV8/PgRy5cvx/v376lNYjU1Nbi4uNAiZ9OmTaGnp4e8vDwQBIEnT57QUi5J165d4e3tjTlz5iAjI4O6h4sXL9L+DExNTWFkZMSjMHj9+jVjHedCQkJw7949REREID4+XmSHOUB6Y3bnzp1hbGyM1NRUAJURfenIgkY3d+7cQXBwsEDn3r9/nyfjqKCUlpYiMzMT0dHRPG2Dw+Ggd+/eQpfHD5Patq2tLVq2bIn169fj7du3NY67wlKd87y5uTk2bdoEc3Nz8QUXkWPHjlGfyQyj58+fx08//VTntd26dcP58+cxceJEpKenU2X4+vpKJNMnPx07dgTwY04VHBxMizHV3bt3eY4l2W9oamrC1dUVK1asoN7r69ev4/nz55gxYwZGjhxZoxFKYWEhwsLCEBQUhKtXr1LZ4QiCgKqqKtzd3cWSjd+oQFRjGHV1dezfvx9r167F5cuXqbaQnp6O6dOn48iRI1LJQM6kti2IrHRtGPbo0QNLliyhZaxgEY+EhATqM7tBxQsT2jcT7qEmunfvDk1NTRQXFwMAnj59SsvY+vTpU+qzhoYGunXrJnaZwhAfH48zZ84gKCioypgpDqIa+vAHsrh//z769etX4/n8Ronfv38XOdMIOQ8kEccJT5bIsp+Vt/eJGw0NDaxatQp2dnZYt24doqKiKCebvXv3UtHw6zJYlXeYsLZQFJgy5nFHD5cUZPlaWlqYM2cOFi1aRFvZ7dq1w9mzZ+Hr64s///wT+fn5AMBjqLtq1SqFNtQNCAgQ+dqSkhJkZ2cjISEBT58+RUpKCk+mRA6HI7a+vKSkBIGBgVSZ6urq8PLykmiA0KFDh2L//v2YM2cOysrKQBAErl69inXr1tUaab4m+McscfTiLi4uMDQ0hJubG/Ubl5WVYe3atcjPz8fUqVNFLrsumPAszM3NUa9eParfuHv3bq3jGL+jXVJSksgGnYmJiTzH4mT3tLa2hre3N9zc3PD+/XuRy1EU5N0wu3///ggMDMTevXtx6tQpVFRUUAbTdnZ2mD9/PlxcXBTeYFrexwugMovl33//jd27d+PkyZM8jlnc85GysjJ8+fIFycnJtZZX3RyGuzwOh4NZs2Zh5cqVUrM5IIOrkXLcvHmz2uyGpJMgKWddffXXr195zhcn8LCgyHvbJpkyZQqGDRuGjRs3Ijg4mArO+++//yI4OBi///47xo0bJ2sxa0RPT6/WIK2kgyVQaadRUwbDmuBwOFBXV4euri5MTU1hbm6OUaNG1RqkSBQU/TkIizzrP2pDEcYKJqBsc0F5Rxl0gkxo22ZmZlBVVaWcGy9evIjZs2dXCZZy+vRpAD/mRHVlVY+Li+M5n4mZollYpIFir5ZZWFhYWGjhyZMnPNHJgMpJlqQ3GVlYZImKigqmTZuGiRMn4ty5c7hx4wYiIyN5Ii8KqkTlbiv16tVD165dMXr0aEyaNIlNjS1nREZGUotiSUeUbtiwIWbMmIFDhw5Rdb579w5OTk4YP348Jk2aVGtWqbi4OJw/fx6XLl1CUVERz2J+2rRpVaLXi4OVlRXlJBQbG4t3795RBkp00KFDB/j4+GDWrFlITU2l7oWM1EbneGNhYYEHDx5Q7ff169e0R6GVNffu3cOOHTvw+fNnAJKJ3CVJpk2bBk9PTwCAj48Pfv75Z6lt9AlKdHQ0jyNydZC/e1xcHKWkEgX+qKHa2tqws7MTuTxumNS2zc3N4efnh1u3bsHLywvR0dHUd6JuenLL16FDByxcuBAjRowQW1ZxqKiowKNHj3j6/F27dgnkNEfSuHFjbN++HS4uLlQ5t2/florjnKmpKZo3b47ExEQQBIHg4GBER0eLFbktOjoat2/fpu7FxMRE4sattra2SEhIwIEDB6h609LS4OnpCU9PTyrjCfmMyCikpGEj93ckq1atEnujgjvrCgCRDLdIVFRU4OHhAT09PZw+fZoyas3OzsasWbNw8OBBqWQPV/S2bWVlVesG8P79+6n76N69e52bHtVBGgM0adIEnTp1Eqo/EITp06dTn+3t7TFx4kRay2cqHz9+xPPnz6nnS0emEaY9C0Vv3wAz7qE6NDQ0YGdnh3///RccDgenT5+Gs7OzWONKSUkJtdHL4XAwZswYqepD/vzzTxw7dozajBYX7rmYqLRq1QomJibUBv3169exbNmyGjOnkU7rZJ3Pnj0T2UkoNDQUwI/5SNOmTUUqR5ZIop8VFHl8n6qjY8eOuHjxIk6ePIm///6bmivGx8dj2rRpcHR0xOrVq2FoaEhrvdKCKWsLScCdiYQufYoij3lNmjSpde3C3ZeYmJgI3SfyG+h27twZAwcOpCVba3V1/fLLLxg+fDjc3NyobPQEQeDSpUuUoa40sn1JgjVr1tDSF/Lr0gCgZ8+emDx5sljlRkREUBnOOBwOxo4dK5V1sZWVFcaNG4d///0XQGWms4iICJHq5u4fqjsWlokTJ0JXVxerVq2iskxUVFRQUfslZXTIhGdhYGCArl274tWrVyAIAnfv3kVcXFyNe0JWVlY8jnbBwcEij3mkPpiuTNA9evRAYGAgwsLC8OLFC7x//x45OTkoLCwEQRBi97MswqGpqYnff/+dMph+9+4dOBwOiouLsW/fPgQGBsLd3V0qbUZSyPt4QaKiokI50Pz111+4f/9+lfpqkomEPLe6a8hzbWxs8Ntvv0k981GzZs3QpEkTJCcnU/PxR48eYcCAAdQ5iYmJOHPmDM+aZ9CgQbWWyx/EU5prPUXA2NgYBw4cwM2bN7FlyxYqcGdGRgbWrFkDf39/uLu7o2XLlrIVtBpmzJiBGTNm1Pg99zs8ZcoULF++XBpiiYQiPwdhUBT9R3UoyljBBNi5oPzBZJ0gE9q2trY2BgwYQOl0vn37hsWLF2PLli1o1KgRSkpKsHfvXoSFhfHYL/bp06fWct+8ecNzLEzAfhYWlh+wjnMsLCwsSs7Fixfh7u5ObZ7UppwTBkUz4mdRXjQ1NTFz5kzMnDkT6enpePjwIWJiYvDhwwfEx8cjNTWVisLOj4aGBoyNjdG6dWu0bt0a7du3h7W1tUQio6mpqaGsrAwAqP9ZhOPkyZOIj4+nNltrc1qji6VLl+LNmzd4/PgxteAtLCyEr68vfH19YWhoiE6dOsHQ0BDa2tooKChAVlYW3r59S2XH41cu9u3bFytWrKBVzr59+1IR0wDg33//xfr162mto3Xr1vD19cWsWbN4HLXpxsLCAiEhIdSxuNlTBcHc3ByOjo4SrwcAPD09cfToUQA/3g1FG7NnzpyJoKAgREdH49OnT/Dw8MDatWulKoM8wR20oF69enB3d6ctejiT2jbJiBEjMGLECHz8+BHBwcF48OABYmJieDKKCoKhobDn6tkAAQAASURBVCHat2+PgQMHYujQoXKzuRUVFYX8/Hyqbffu3VskIwdra2tYWlri1atXACojeX7//h0NGzakWeKqDB06FCdOnKCMqVauXAlfX1+R3uucnBysXLmSR7k9ZMgQukWulsWLF6NevXrw8vKiAiuQchQUFFDnkc6i/JDjvoqKClatWlXrhrGg8GdaycjIENtYc926ddDR0aEc/TkcDvLz8+Hi4oJ9+/Zh4MCBYpUvKIratq2srGBlZVXj9/v376c+9+jRQ+JRVkUhNDSU6rstLS1rPM/V1ZX6bGNjI3eZrZOTk/HlyxeBz33+/LnQdZDZYt+8eQN/f39qXcbhcGBhYSF0efww5Vnwo6jtmxsm3AM/S5Yswc2bN5GXl4dPnz5h06ZN2LJli8jlbd68GR8/fgSHw4Guri6WLl1Ko7S18/vvv+PKlSvVboaLutaha41kb2+PI0eOAKjMIHfgwAGsXLmy2nM7dOiAFi1aUAFSTp8+LZJjREVFBXx8fHiMlbp27SryPZAwoZ8VBHl+n6qjXr16mD17NoYPHw53d3ce/ZO/vz/u3buH1atXS01nQTdMWVvQTW5uLvWZ7oySijjmOTo61vqOcxvo2tvby7WBLkmjRo1w8OBBXLt2Ddu2bcP3798BAJmZmXB1dYW/vz82btwoN7oMYRGnX+TWhZLl9O3bF3///bfYjqRkplNy/HRychKrPGFwcnKighoAlQaPouiD+DO3pKeni20sOXr0aGhra2Pp0qUoLi6mxpk9e/agoKBAIvM+JjwLAHB2dkZ4eDg4nMpsfevXr8epU6eqDVhhZGSEgQMHUo433t7emDx5stABIFNSUqgASQRBQEtLiwrQIC49evRAjx49qvxdEftZacEdrLVevXq0lm1ubo5///0Xx48fx4EDB1BUVASg8p2dPn06HBwcsHr1arEyDsoaeR0v+OnQoQMOHjyI6OhoXL9+HcHBwbVm5REkkHXbtm0xdOhQjBo1itZgiMIyduxY/PPPP+BwOCgvL8f8+fPh5OSEzp07Iy0tDWfPnqWCyXE4HFhZWdWZOf3ly5fUZxUVFbGde2UBt62GpAKDjhw5Ev3798fOnTtx8eJFql//77//MHbsWMybNw/z5s0TKwgSS90w+Tkomv5DEnVKc6xgAkyfC3IHNqQTNTU16OnpQU9PDz/99BPMzc1hYWEBY2Njscpluk5Q0dv2tGnTqLUdQRB49OgRBg8ejAYNGiA3N5eyQyXXvJMmTapzvcAdfNnIyIjWYPssLMoE6zjHwsLCosSEh4dTTnP8E0ag0qFIV1dXIRf5LCyi0KBBg2qNkioqKlBQUEAZSWtra0NbW5v2TY7a0NfXR0ZGBgAgNTVVavVKkjt37lCRL+vi/v37VCQvYSCNrqKjo5GRkcFjONa7d2+hyxOWevXq4a+//sL8+fOpaDHAj742MzMTT548qXIdd1/MfU2PHj2wb98+2t+9wYMHU0aSBEHAz88PCxcupN0JtGnTpvD19cXs2bPx/v17iTjYTJ48mceAXRpZDkaNGoVRo0ZJvB4fHx/K6LK6cbsu6FB404GamhoOHTqE6dOn49OnT/Dx8UF+fj7++OMP2g2+xEWQ34mu37JHjx5YsmQJrX0Tk9o2Py1btsScOXMwZ84cAJX9KenwTo7ZZHQ1LS0tauwmHd4lnXVUVOLj4wH8UJKOGTNG5LJsbW0pxzmg0imvrmivdDBnzhycPXuWMqaKj4/HzJkzsWfPHqEin338+BHLly+n3imCIKCmpiaxaObVsWjRIvTs2RPu7u748OEDAMECjJBGDy1atICbmxv69etHizz8hi7fvn1D8+bNxS532bJl0NHRwZ49e6jNhKKiIixatAh79uzB8OHDxa5DUJjYtpkSVIY7E+tPP/0kd85afn5+OHDgQK3nkM8iKCgIQUFBYtVH9tNkmXRlixUEeX8WNcGE9s2EeyAxNjam1qqlpaW4dOkSsrOzsWHDBqEyW6anp2Pjxo24ffs2AEBVVRV//vknGjVqJCnRebh06RIuX75cZTOcw+GgWbNmaNmyJXR1daGhoSEVefiZNm0aTp8+jaKiIhAEgePHj6NFixY1ZpRcsGABFVU3KioKe/fuFdoYfffu3YiNjaV+E0tLS1rm/8rQz8r7+1QbzZo1w7FjxxAQEAAPDw9kZmYCqOyn1q5dCz8/P2zcuFHhjFKZtLagk6ioKOqzpKKHM2nMU2TGjBmDAQMGYMeOHfDz86Pe32fPnmHs2LFwcXHB//73P6Xaw+NeX7Vr1w4zZ87E+PHjaSk7Ozub51iajon8deXk5IhUDr/x5efPn2nJrDlo0CAcOnQICxcuREFBAfUuHjx4EIWFhVizZo3YdXDDhGcBVDqcHD58mAowERERgQULFmD//v3VZiFevXo1/vvvPxQXFyMnJwcuLi44ceJEFYfImsjIyICLiwu1l0nqFtXU1ES+BxbxIB2KANSYeVocVFRU4OLigpEjR2LDhg3477//qPYZEBBAGUxL0/lUXpDkeFETHTp0QIcOHbBs2TJ8/foVMTExSEhIqDKH4rc34J5DtWnTBu3bt6/T+UxazJ49G+fPn0dmZiblBHzx4kVcvHgRQNV126JFi2otr7i4GA8fPqSuMTMzk8v1VV1wB5XQ0dGRWD26urrYtGkT7O3tsX79emo8KSkpwYEDBxAYGAg3Nzf07dtXYjLQiampKfVZ0LFNHmDacwAUW/9BJ7IYK1jkF+7AhtKga9eumDx5MmxtbaGqKrobB1N1guIgD227f//+GD16NK5fv069VxUVFTx2j+R8yMTEBLNnz661vA8fPiAuLo5H58/CwiIarOMcCwsLixLj4eFRxWmud+/ecHZ2Rs+ePaVm5CIJPn78iJiYGGRkZCA3NxclJSUilyWPWQFYpEu9evWgq6srdkYPcWjSpAnS09MBAE+fPkVxcbHCK6qio6N5jD6rg1zQxsXFIS4uTuS6+CNlaWtrS824VU9PD6dOncKuXbtw6tQpVFRUVHvP3Jnl+B2c6tWrh1mzZmHFihUSiYDTpEkTdOnSBZGRkQCAwsJCeHl50Z6ZCqjcvD99+jTmzp2LN2/e0K58atCggUSyPsqa5ORkeHh48IzZlpaWWLhwISwtLXHkyBEep7p3796hqKgI2dnZiI+PR1hYGPz9/ZGcnEwpU8aPH49169ZJxbmQn0aNGuH8+fNwdXXFvXv34Ofnh+DgYIwfPx4DBgyAmZkZDAwMxFISioOVlVWt4//+/fupZ9G9e3eRNkPU1dWhq6uLJk2aoFOnTkIZKAsKk9p2XdSvXx89e/aUap2SgD+Kf/fu3UUui7yWfBakA76kadiwIWbMmEFlMCMIAu/evYOTkxPGjx+PSZMm1Zr1NS4uDufPn8elS5dQVFTE4/Q+bdo0qUdP6927N65fv447d+7g/PnzCAsL48k4x4+qqiq6deuG8ePHY+zYsbQ6u5O/G/lMX7x4UWu2M2GYN28edHR0KGdbDoeD0tJSLFu2DFu3bqWlDlFQ9LbNPZZUF4mThV4EdVKkw5mRe5yztbXliarKIhiK3r4Bxb+H/v374+TJk1ixYgW+ffuGO3fu4MmTJxg3bhzGjBmDzp07V7tWKC4uxuvXr3H9+nVcvnwZ+fn5IAgCjRs3xu7du6Xa3+3du5dnjaSpqYk5c+bA2dlZLvSaxsbGmD9/Pv78808qY5abmxsSEhKwePHiKoFDHBwccOvWLdy9excAcPDgQWRkZOD333+vM8hIXl4etm7dioCAAJ75U12b7sLA9H5W3t8nQXBwcMCgQYOwbds2XL16lXoXnj9/jnHjxmHu3LlYsGCBwjjZMG1tQQc3b97E27dvqXeVDocYQVDkMY87U1SzZs1kKIlo6OvrY9u2bRg7dizc3Nzw6dMnylDXy8sLgYGBcHd3VwhDXVGzdgE/9Gj169dHhw4dYGlpKfGxgTubjKQpLy+npRwzMzMAP8bR0NBQDB48mJaye/fujePHj2PevHnIycmh+lRvb28UFBRAT0+PlnqqQxGfBVDp1LR161ZMmzYNFRUVIAgCT548ga2tLdauXYthw4bxnN+6dWusWrUKmzdvpgIp2NnZYfXq1Rg1alSNuvLS0lIEBQVh9+7dSE9P53ES/9///kfb/bAIT2xsLPVZkk4izZs3x8mTJ+Hn5wcPDw/K+TQrKwt//PEHlalUUQymFW28qI7GjRujcePGsLGxkXrddKKnp4edO3di4cKFKC0trRLUk3vdNnXq1DqfXUhICAoLC6l9SkWdX0ZGRvJkfJE0vXr1wpUrV+Dl5YWjR49SY9XHjx8xe/Zs2NvbY82aNXIfvILUdSgqTHkOADP0H0wYK1jkG379Zl22D9XpQ/mv4T7n1atXiIiIgLe3N3bt2iW2focpOkEmtW0PDw/k5eVRQQOqex/q16+PAwcO1GmP6ufnx3OsCDogFhZ5RaEc58gNWG7oNmAnCIIn6g9QaSwvb5kPWFhYWMTlw4cPePXqFc9m8fr16zF16lRZiyYy8fHxOHPmDIKCgqpEIxQH1nGORR6wtLSklLAZGRn49ddfsXr16lqNQ1h+wK34q1evHtzd3WFgYCC1+lVUVLBmzRo4Ozvj8OHDuHbtWrUOvfxzXQ0NDdjZ2WHu3LlCRdIWhSVLluDZs2fUsZqaGo8zH50YGhrC29sbGzZsYEwGRUlz7NgxlJWVUc9j8ODBOHDgQK0OGZqamtDU1ESjRo3Qr18/LFq0CBcuXMDOnTtRWFiIS5cu4f379zh27JhEIyLy07FjR55jci6SlZWF48eP4/jx42KVz+Fw8PbtW7HKsLKyqtUZZf/+/dTnHj16yPVcgW3bigV/FGv+SOHCwH8tnfPjuli6dCnevHmDx48fU228sLAQvr6+8PX1haGhITp16gRDQ0Noa2ujoKAAWVlZePv2LeU8yP+e9u3bFytWrJDaPfAzbNgwDBs2DOXl5Xj79i0SExORlZWF3NxcaGhooH79+jA2NoalpaVEIkgDQKtWraCmpkYZjIWGhmLhwoW0lT916lRoaWlh/fr1lKN/WVkZXF1dJT4PYSryPD6QcL9T0jRGlBQ1jW/VZXQWBbIcso9ydHSEm5ubyOVxw7RnwSIbpk+fLvQ1RkZG+PbtG7U3cvbsWZw9exb16tWDqakp9PX1oaWlhcLCQuTk5CA5ORkVFRUAeI3l6tevj71791LH3t7e9N1YNURGRiI1NZWaa2hpaeHkyZPo2rWrROsVlnnz5uHZs2d48uQJ5Tx38uRJXLt2Dc7OzrCzs0OLFi2o83fs2IEFCxYgLCwMBEHgwoULuHHjBsaOHYs+ffrAzMwM+vr6IAgCOTk5iI2NxZMnT3D16lXk5eVR/ROHw0G/fv2qGGSLiyL3s7WhKO+TINSvXx+7du3C2LFj4e7uji9fvlBBEQ4ePIhr164pjJMNIP9ri9DQUISGhgp0blhYGI8+QVBKS0uRmZmJqKgoymmOvCc2OEPd+Pj4yFoEWujTpw+uXr2Kv//+GydOnKAMdT99+qQwhrry/iz4s7wnJCSIpZcRhoSEhFplEZSmTZtCT0+PmhM8efKEDvEounbtCm9vb8yZMwcZGRlUf3Tx4kVa9ctMeBYk3bt3x9q1aylnOIIgkJycjMWLF6NJkyawtbVFv3790L59exgaGlL79Nu2bUNFRQVSU1OxatUqbN26FT169EC7du1gYGAAgiCQnZ2N2NhYhIWFIScnhyfzE4fDwW+//SYVh2FFd1CWFOHh4ZQtBgCpOK05OTnBxsYGW7ZswbVr1xTWYFrexwtlY8CAATh27Bj++OMPfP78mec7giCgqqqK2bNnY9myZXWWRT5bsp8aOHCgRGSWJCdPnkR8fDy17paWrYa6ujp+++03jBkzBuvXr0dERATVxq9evYqQkBCsXLmyxgz3LPTAhOfAFP0HO1bID0yaC9al36wtWFh1TlF1OdMRBIG3b99iwoQJ8Pb2RpcuXUQRm4IJOkEmtW11dXUcOXIE/v7+uHDhAiIiIqh9lQYNGmD48OFYsGBBnQ7LhYWFuHDhAoAfcyhFD87AwiJLFMZx7tOnTxg1ahTP30xMTHD79m1asxCUlZXB3t4e3759o/6mqqqK4OBgqSnjWFhYWKRBREQE9ZnD4cDOzk6hneb+/PNPHDt2DOXl5bRFNZaUUTkLiyg4ODjg1KlTACoXQo8ePcKjR4+gpaUFAwODap1nzp49i6CgIFrl4HA4uHPnDq1lCtJm6WjXQKWDy5IlS9C7d29ayhOW1q1bY8eOHdi0aRNevnyJsLAwpKSkICsrC3l5edDV1YWBgQFMTEzQs2dPdOvWTWobWAMGDMCAAQOkUhcA6OjowNPTU2r1KTrcm5xkpGlhsxjVq1cPP//8M7p3747p06cjKysLERERWL58OQ4dOiQhyatSm4KQrrYuDRRFVrZtKxb8DlfiBAviN1gqLCwUuSxhqVevHv766y/Mnz8fYWFhVdp4ZmZmtcZb1W1IEASBHj16YN++fbRmbxMVFRUVWFhYwMLCQup1q6qqwtLSEs+fPwdQmXEuNTWVVn2Vk5MTtLW1sXLlSio7eUVFBRISEqhxiIVZ6OvrUxkpFdnpWU9PD6ampjV+T2bdBSr7R2EjvXM4HCpapampKczNzTFq1Cg0b95cLLm5YcqzYJEtoaGhIuuy+Mfr8vJyJCYmUt/VNY9/9+4d9Vka+jTu7A0cDgczZ86USyMfDoeD/fv3Y/bs2TxBzFJSUrB//37s378fjRs3hpmZGdq2bQsDAwMMGzYMHz58QGZmJmUUffr0aZw+fbrGeridGAmCQMuWLbF7927a7oMJ/WxtKMr7JAzW1tYIDAzE3r174ePjQxlmkE42ZLYbeXayAeR/bREaGsqTlb46SFlevnyJly9filwXf2YPVVVV2Nvbi1wei+Khrq6OFStWwNbWFuvWrcObN28UzlBXnuHP1nbhwgX06dNHKnWfP38ewI95lDhG+FZWVggODgZQOb69e/euSiAzcejQoQN8fHwwa9YsHqPrvLw82vQGTHkWJFOnTkV5eTl27NhB/Y0gCCQlJeHw4cM4fPgwgMqAFgYGBtDR0YGuri6ys7Op3zQzMxPBwcHUs+WmpsxPdGYerg1FMW6Njo5GdHS0QOfGxsYiICBA6DpIZ/c3b97g/v37lME0h8OBpaWl0OWJgpGREfbs2YNx48Zh48aN1Dyd22Dazc0N/fr1k4o8LMygV69euH79Op49e4awsDB8//4dampqaNOmDYYMGSJQhqqkpCTk5eVRmV/U1NRo2a+/c+dOtX1jddy/fx9paWlC10G27ejoaB7HcQ6HI3WbAzMzM5w7dw6nT5/Gn3/+iYKCAgCVgRM3bNgAf39/bNq0CW3btpWqXMqGIj8HJuo/WGSLoswF62L79u3U59u3b+Pu3bs86xszMzOYm5ujZcuW0NXVhbq6OvLz85Geno53794hIiICubm51Jzc0NAQ//vf/2BgYID8/HxkZ2cjLi4Or169QkpKCk8GssLCQsyfPx9+fn4wMTER+16YohNkCo6OjnB0dERFRQUyMjKgpqYmVKD/wsJCbN26lTpWU1ND06ZNJSEqC4tSoDCOc+fPn6+yyTF79mxaneaAyk7FxcUFmzZtov5WVlaGixcvYtGiRbTWxcLCwiJLSCMsUqHj7OwsY4lE5/fff8eVK1eq3RgQdYOGNQhlkTc6deoEW1tbBAUF8Rh7FBQUUIo4EvL9zc3NRW5uLq1y0Gn8ZmVlVWsWDm6jk+7du4sU9YY0umrSpAk6deqEn376SWR56URdXR19+vSR2mYvi/zA3y5rMzwkiY+PR2ZmJqU8s7OzEyvSrZmZGfbu3YsZM2aAIAg8ePAA165dw5gxY0QuU1hq6kvE7WOkNX5z911sdHcWOmnYsCHPcUFBgcjOc/zzAw0NDZHlEgU9PT2cOnUKu3btwqlTp6gMZvxwG9fzz+Pr1auHWbNmYcWKFVBRUZGa7PJMnz59KMe58vJy+Pn5Yf78+bTWMWrUKGhpaWHp0qUoLi5mg4ownCZNmiA9PR0A8PTpUxQXF0u9v6CDGTNmYMaMGTV+TxrlAMCUKVOwfPlyaYglFEx5FiyKCXcfL8pcXRZjBOloSo5R/IEX5QltbW14e3vDzc0NAQEBVRx/kpOT8fXrV4SEhPBcxz3+1rXW4T7PwsICBw4cEDtDCjdM6GdrQ5HeJ2HQ0tLCmjVrYGtri/Xr1yM6Opqa2wUFBeHBgwdYvnw5ZUAjryjK2qKudiqOzoLboIosZ9myZQIZKbMwjw4dOuDixYvw9vbG3r17qUA53Ia67u7uUpOHXKMCQOPGjRXWgKtz584wMDCgMnfdvHkTN2/exMiRIyVa782bN3Hjxg2eoGniZBro27cvgoODqT7j33//xfr16+kSF0BlgEBfX1/MmjULSUlJtM8FmfIsuJk+fTratWuHDRs2IDExsdo5Xnp6OtLT06v8nnXNB7m/V1dXx/LlyzFz5kxa5GYSd+7cwYEDB2o9h/yNQ0JCqszNhYV/XiJtZ/dBgwYhMDAQe/bswZkzZ6i/f/r0CXPmzMGYMWPg6uoqVZmYMl4oKyoqKujXr5/ITpdNmzaFv78/zVJVOsX6+/sLFMgiLi4OcXFxItfFb4+kra0NOzs7kcsTFQ6Hg2nTpmH48OFwc3NDSEgINXa9fPkSDg4OmDVrllSDKSojivoc5F3/wY4VLLKCdGzatGkT7t27R+lhJk2ahBkzZqBVq1a1Xl9SUoLbt29j7969+Pz5M7Kzs3HixAn8888/MDc3p84j7XP++usvvHv3jhpTMjMzsW/fPmzbto2W+5E3nSDbtiuDg/HbggiCkZERhg0bJgGJWFiUE4VxnLt69SqPwkdHRweTJk2SSF0TJkzA3r17kZOTQ9Xn7+/POs6xsLAwmjZt2shaBJG4dOkSLl++XGXjmMPhoFmzZlSkD9bYjIUJbN68Gbm5uXjw4AGAulPD071ZSbdDipWVFaysrGr8fv/+/dTnHj161Opkx1IVURy0WCTP4cOHcfToUQCVbfTt27d1XhMTEwPgx/g2cODAOq+py8Ghd+/eGDZsGO7cuQOCIHD06FGpOs4puoM62x+xSIrOnTvzHH///l1kxzlSp0HCn4FOGqioqGDNmjVwdnbG4cOHce3aNZSUlFQ5j79P0NDQgJ2dHebOnVvnRoSyMWjQIPz999/U5sa5c+cwe/Zs2jPUDho0CIcPH8aCBQtQUFDAOs0xGEtLS0RGRoLD4SAjIwO//vorVq9eTUtUfRbhYJ8FC10o+lxbUNTU1HiOmzRpIiNJBENDQwM7duyAnZ0d3N3dqzUyr+7ZkWu7usZi0rjbxcUFM2fOrPL7sNSOor1PwmJhYYFLly7h2LFj8PLyQlFREYDKNcPGjRuhrq4u99mF5X1tIenfjrt8U1NTLFmyBA4ODhKtk0W+IbNDkIa6jx494jHUdXJyklpfNm3aNGqccnFxqdF5Ojk5mfqsp6cHPT09qcgnKCoqKnB0dMTJkyfB4XBQXl6OVatWIS0tDb/88otE6vT19cXOnTt5slI5OTmJlRVz8ODB2LJlC4DKvsPPzw8LFy5EgwYN6BIbQKUDhK+vL2bPno3379/TqjdgyrPgp2/fvggMDMS+fftw5swZFBYWChWcoqY9QdJBfNy4cVi6dCkaN25Mm8xMQ9DxWtxxnX/+PmPGDLRo0UKsMkVBW1sb69atw9ixY/HHH38gLi6OGiuuXbuGhw8folmzZlKThynjBYvywm2PVK9ePbi7uwuVMYZuTExMcOjQIVy7dg3btm3D9+/fweFwUFZWxrMXLc/rPCagaM9B3vUf7FjBIku2bt1KJfjR19eHl5cXevbsKdC16urqsLW1xfDhw7F27VoEBgYiNTUVc+bMwfnz56m5IIfDwaBBg9CvXz+4uroiMDCQ6iOuXLmCX3/9lVbbLnnRCbJtm4WFRV5QCMe5mJgYpKWl8US4HjZsGO1GQSTq6uoYMWIELl68SHXWX758QUJCAlq3bi2ROllYWFikDf8GiaIaU+zdu5dHQaWpqYk5c+bA2dmZjbbKwji0tbVx+PBhXL9+HRcuXEB4eDi1qK0OeVG+iQMT7kFWiOKgxSIdhH2vs7KyeI6rc3bn3zQvKiqClpZWreXa29vjzp07AIB3794hJSVFKmNncHCwxOtgYamNI0eO4Ny5cwAq2w7ZDqRBbGwsAgICavyeIAioqqqirKwMQGUE1JYtW4pU18ePH6kyORwOjI2NRSqHDlq3bo0dO3Zg06ZNePnyJcLCwpCSkoKsrCzk5eVBV1cXBgYGMDExQc+ePdGtWzeJ6XwUnc6dO6Np06b48uULACAlJQVnzpyRSCRxKysrnDhxAi4uLlUcMeURWbZtRcbBwQGnTp0CUNlfPHr0CI8ePYKWlhYMDAyqNRI8e/YsgoKCaJVD0s+Me6NRX19fYvWIg7I8C1FgQvuW1j1s375dIuXKI/wGwcXFxSIHHJAmAwYMQGBgIK5evYqLFy8iMjKS+k5Qg3P+NWWLFi1ga2uLmTNnyqyPU4R+tjYU9X0SBhUVFcybNw8jR47Ehg0b8OzZM2rflcwyrAjI29qiQ4cOcHR0rPF77uwXbdu2rRIsRRDU1dWhq6sLU1NTdO7cGV26dJHr58WEcVuRaNKkCY4ePYorV65gx44dyMjIoAx1P3/+LDUjXUGylA8ZMkQgQzlZMm/ePPj7+yMnJwccDgclJSXYunUr/P39MW3aNIwaNQqamppi1VFcXIzr16/j9OnTiIqK4vnt9PX1MW/ePLHKb9KkCbp06ULNMQoLC+Hl5UV71jkAMDY2xunTpzF37ly8efOG1r6JCc+iOjQ0NLBq1SosWLAAV65cwb///lvj3o0gmYfNzc0xfPhwjB49WiaOWYqINPpFsnwtLS3MmTNH5kHau3TpAn9/fxw5cgQHDx6kgg/k5OTg7du3UnXoYMp4IQmePn2KsLAw6pgN4CgcgrzDdL3nPXr0wJIlS9C7d29ayhOXMWPGoH///tixYwe1/uDPjidJ+LNXcjicajMmSTrLZU31SgtZPwdBUQT9BztWsMiChw8fwtfXF0BlZjBhnOa4UVdXx65du5CZmYnHjx8jKysLv//+O6UnIVFTU8P27dvx4cMHaj1QXl6O+/fvY8qUKeLfEBfyohNk2zYLC4s8oBCOc0+fPq3yN0mnCR49ejQuXrzI87cnT56wjnMsLCyMoX379jzHqampChelITIyEqmpqdRkXktLCydPnkTXrl1lLRoLw/n69SsePXqE0NBQpKSkIDMzE0BleuyffvoJVlZWGDBggMQyfI0ePRqjR49GeXk5vnz5guzsbBQVFaGiogIzZsygFpG2trZwdnaWiAzSgHtDoEePHjKURHFhHQ+ZAXfmQAAwNDSscg5/ZtXCwsI6Hec6deoE4Iey/vXr11JxnJO3yHUsykdOTg7ldCTNzSqCIBASEoKQkBCBr3n58iWGDx8uUn38RjfykHlUXV0dffr0QZ8+fWQtikLzyy+/4Pr169Txf//9xzMHpJMuXbrg9OnTmD17NtLS0mgvn06k2bY7duzIc1xTkAL+8+iGjuAInTp1gq2tLYKCgniM8goKClBQUMBzLjm35M9sTAeSfmZ3796VaPl0oCzPQhRkNXbTibTuoTbnDabBr/9LSkqiPZOKpNDU1MTEiRMxceJExMbG4vHjx4iMjMTr16+RlJRU67UaGhpo2bIl2rZti/bt22Pw4MFykZlSEfrZ2lDk90lYWrRoAW9vb1y6dAk7d+5Edna2Qvat8rK2GDZsGIYNG1bj9/7+/tTnwYMHK4XBj7TGvOnTp/McczgceHt713ke3dRUr7QZO3YsBg4ciO3bt+Py5ctSb9fCOH/Lc59jZGQEDw8PLFy4kJKVIAhERUXB1dUV7u7usLCwQPfu3dG6dWuYmprCxMQEurq60NTUpHS0xcXFKCoqQl5eHr59+4bk5GQkJCTg5cuXePPmDYqKingMqQmCgIqKCjw8PFC/fn2x72PJkiV49uwZdaympiax397Q0BDe3t7YsGEDUlNTaSuXKc+iJnR1dTFlyhRMmTIFWVlZ1FwwISEBWVlZ1FqvoqICOjo60NbWhra2NkxMTNC6dWtqLvjTTz9JTEbubA+yhg69ZpMmTdCrV68av3/+/DnVRkxMTNC0aVOhyudwOFWc3QcOHCg3zgiqqqpYsGABRo0ahQ0bNvDcrzRhynghCZ48eUIFRAVYxzlBsbKyqvW32r9/P/Uude/eHX379hW6DrJtN2nSBJ06dZJo3ysqBgYG2L59O8aOHQs3Nzd8/vwZgHRsBbiDhZBttzoHNu7z6Ka2eqWJLJ+DoCiC/oMdK+QDps0F6+LAgQMAKt8/W1tbkZzmSDgcDtavX49Ro0aBw+EgIiICjx49woABA3jOU1NTw2+//QYXFxfqXQ4NDaXdcY5E1jpBtm2zsLDIAwrhOBcTE1Plb926dZNondVF64uOjpZonSwsLCzSpHPnzjA2NqY2Mf77779qM9jIM7GxsdRnDoeDmTNnsk5zLBLlw4cP2Lt3L27dusWj3OKPFEVG/B8xYgR+++03tGrVSiLyqKiooHnz5jV+b2pqCisrK4nULQ3YDQEWlkr4s8KqqKhUOYd/8zUlJQVGRka1lsv/PWnUxCI6paWlePPmDcLCwvD582fKyKG8vBz29vaYOHGirEVkkSGCRu7lcDjUuffu3cPvv/8uUn3//fcf9VlFRUVi8xF5g9+JhO7NlJKSEuTm5qK4uFjkMsSVaebMmRLJMFcT7dq1w8OHD6VWnyIg6Ea3PG2I18bmzZuRm5uLBw8eAKh+84r7XujesFKU30kasM+ChUVwGjduDEtLS7x69QoAcP/+fYXUC5qZmcHMzIw6LikpQXZ2NnJycpCXl4eKigrKUFpHRwf169dnDQckAFPeJ2EYP348Bg8ejK1btyI8PFzW4sgldK0tWIMfyRAaGlrFQLeu8+hG3p6toaEhPDw8KEPdupyx6UKY30Cefq+asLGxwa5du+Dq6orS0lKe96yoqAgvXrzAixcvRC6ffz+JIAioqalhx44dsLGxEVt+oDLDLb9RpiTR0dGBp6cn7eUy4VkIgqGhIQYOHIiBAwdKrU5B4M72IEvoCBoEVAYZqS3QSIcOHajP9vb2jHV2b9WqFXx8fHDhwgXs3r0bOTk5UqubaeOFJJDH7FTyjpWVVa32EPv376c+9+jRg/H2B3379sXVq1dx4MABdp0nQ+T5Oci7/oMdK+QHps0FayM5ORmvXr2i7tfe3l7sMlu2bEllAudwOLh27Vq1azRra2vUr18fWVlZIAgC79+/F7vuupCFTpBt2ywsLPKCQjjOxcXF8Rw3b94cBgYGEq1TV1cXLVu2xMePH6mOOD4+XqJ1srCwsEibadOmURsZPj4++Pnnn6s1xpdXMjIyAPzYnJR0NlIWxYdMqw5UOo8KowAKCAjAhg0bUFpaWsVQkXvRxv3drVu3cPfuXWzZsgXjxo0TU3oWFhZlhT8jbF5eHrS1tXn+xr8+SkxMrDPLTWFhYa3HLIKTlpaGU6dO4cKFC1U2msl5iqWlZbXXpqenY8GCBaioqAAA9OrVS2RHKRb5RhRHm0+fPuHVq1c1vj81kZqaipcvX1IOeK1atYK6urpQZSgqhw8fpiLz0rGZEhUVhStXriAiIgIxMTEoKioSqzxpbPCwSAduwzpBzqMbOh2ctLW1cfjwYVy/fh0XLlxAeHh4re8661wlOdhnwcIiHIsWLYKLiwuASp3PjBkzqs3QrUioq6vjp59+kssI9kyHie9TXRgZGUnE0YEp0LG24DbQNzc3p002Fpba6N+/P65duya1rOE6OjrIz88HAOp/RcfW1hYtW7bE+vXr8fbt21r3gYSBuxyyDHNzc2zatIntI2qAfRayhV1zMhdnZ2cMGzZMKsbZJEwcL1gUA2XryzQ0NKTu/Mu0QHN0IIvnICjyrP9gxwr5QlnabGRkJIAfdh3cQc7EoV27dlTZERERNZ5naWmJe/fuAQCysrJoqbsupK0TVLa2LY2MjdLIxMjCwkQUwnEuNTWVMvbicDho3LixVOpt3LgxPnz4QNX97ds3qdTLwsLCIi1mzpyJoKAgREdH49OnT/Dw8MDatWtlLZbA8GfgadKkiYwkYVEUNm/eTG2Eubi4COw4d+zYMezevbvaKG/8igL+70pLS7FmzRrk5ubil19+EfcWBEJZlBcsis+NGzcQEhICoLLtbNu2TcYSySdNmzblOc7MzISxsTHP30jlHdkHvXz5EiNGjKi13Hfv3vEca2lpiSuqUhIUFAQ3Nzfk5+dXcawWpD9u0KABDA0Nqcwy79+/x6JFi6pkEVQk6GrbklIocmcMAICvX7/W+qzEVTr26tVLrOtFcZy7ePEiKioqKCOgbt26iSWDokHHXOjDhw9Yv349wsLCaC2XhTltm4nGAKNHj8bo0aNRXl6OL1++IDs7G0VFRaioqMCMGTOoeYatrS2cnZ1lLC2zUdRnwYT2zYR7UASOHDmCc+fOAaicL965c0ekcqytreHs7IwLFy4gNzcXixcvxrFjx5QmYAALvbDvE0t1iDuX2759O02S0A8TxjwmzsnpQl1dXWp7ZoaGhpThW3R0tFTqlAbm5ubw8/PDrVu34OXlxXNvogZI4X4XO3TogIULF9apw2Vhn4UskXW2B2n239w63GbNmkmtXlliZGRUa6YuumHqeMFkXF1dJVq+NPaGuTPM9ejRQ6J1KSuCZvFjerY/RUKe9R/sWCFfKMtc8OvXrzzH/IGtRYUshyCIWnUw3AHUsrOzaalb3lC2ti3pjI1soF4WFtFRCMe5vLw8nmNJZ5sj0dfX5zlWBk9nFhYW5UJNTQ2HDh3C9OnT8enTJ/j4+CA/Px9//PFHlUw28gi/I3VxcbFCG5mzSAfSEV9Q/vvvP3h6evJcRy7OtbW1YW5ujgYNGoAgCKSnpyMqKgqFhYVVolXu2LEDlpaW6Ny5M/03xcWpU6eoz9IKNsBNbm4uj3EE0439WMQjKioK/v7+VFthHeeqp3Xr1gB+KCbj4+PRvn17nnPatm0LVVVVlJeXgyAI3LhxA6tWrao1k6yfnx+AH/0im9FAePbu3YuDBw/yOFaTn8nfVRCF7tSpUynHueLiYty8eRPjx4+XnOAShq62LWmFIlD5nIYMGVLj93QoHX18fMS6Xljy8vKo+QD5/vXp00eqMig6oaGhmDdvHoqLi3nat7jvozIaa1YHE9p2cHAwrefJGyoqKmjevHmN35uamkrVsEqZUbRnwYT2zYR7UARycnLw5csXAOIbYLi5uSErKwu3bt3CixcvMGHCBGzZsgVdunShQ1QWJYN9n1iUCUUf8wR1SpRn50Wm0LFjRyQlJQGoDOb15MkT9OvXT8ZS0ceIESMwYsQIfPz4EcHBwXjw4AFiYmKEzgRgaGiI9u3bY+DAgRg6dChatmwpEXmZDPsspI84Gf2EKYOOLILiIm0drjLClPFi+vTpEimX/G0EqYfD4cDb21sicnDDvc9DN+QemjQd51gkA+s4p5jIq/6DKWOFouDs7Axra+sav1eWuWBpaSnPcUZGBnR0dMQuNzMzk/pcVlZW43ncdcnaWVFSKGPbZu0CWFjkE4VwnCsuLuY5VlWVjtj8RqYFBQVSqZeFhYVFmjRq1Ajnz5+Hq6sr7t27Bz8/PwQHB2P8+PEYMGAAzMzMYGBgILW+Vxj4s4UlJSWhQYMGMpKGRVEQZpFZWlqK33//ncrYAlQubDp27IglS5bA2tq6StsoLS3F/fv3sW/fPsTFxVFG1mVlZVizZg0CAwNpvR9+ZG00efjwYRw9ehSAchj7sdCDsA6tykajRo3QqFEjpKSkgMPhICYmBmPGjOE5R11dHdbW1rh37x4AICUlBV5eXli8eHG1ZQYFBeH69es8jl3yFGmxpKQEmZmZyM7ORn5+PnR0dGBgYID69evLRbQ7ADh//jz++ecfALwOc7169ULPnj3x008/YdOmTQK92/3794eenh4VNObhw4cK7ThHQkfbloZCkWlKy+o2zVu1aiUjaRSP5ORkLFiwAEVFRQDAMwdkoQ9Fb9uCZm5gs6JLHv7I1zUZ3DAhQraioOjtWxrlS6sOZUFFRQX79u2Dl5cXvLy8EBsbi0mTJsHCwgL9+vWDmZkZDA0NoaamJlL54mYPVnSUrZ9l3ycWZUORxzxHR0daz2MRnf79++P27duUfmzevHkYMmQILC0tYWBgUG1gr9jYWAQEBNAui4ODA+1lkrRs2RJz5szBnDlzAFQaQcbHxyM1NRUFBQUoKChAYWEhAEBLSwva2trQ1taGsbExWrduDSMjI4nJpmywz0I6CJsJIiMjA+vWrcPdu3cBVPb/LVq0gJ2dHbp06YJ27dpBX18fWlpaKCwsRE5ODuLi4vD69WsEBQXhw4cP1J7qkCFDsHnzZvZZMQymjBehoaFSCT7w/PnzGr9TlD3VmuaBiiI/CwuTkVf9B1PGCkWhWbNmNWbaVaa5IH89L1++pCUDcXh4OPUu12bPyp3QR0tLS+x65RFlbNuSDD7AwsIiOvLnBVEN6urqlMESAKSnp0ulXv566tWrJ5V6WVhYWKRFx44deY7JyWlWVhaOHz+O48ePi1W+pJ1mGjduDEtLS7x69QoAcP/+/SrOdCws4hAQEEA5qpBKaGdnZ7i5udWYxUlNTQ3Dhw+HjY0N1q9fj4CAAJ4sUSEhIRg0aJA0b0Pq1LVIq67vqa6v4D+PbljHPhZFonfv3rhy5QoA4PHjx1i2bFmVc8aNG4d79+5RfZaXlxc+f/6MqVOnol27dlBTU8OHDx9w8eJFnD17lqdv69q1Kxo1aiTt2+IhLCwM169fx8uXLxEbG4vy8vIq56ioqMDMzAzdu3fHmDFj0L17dxlICnz//h07duzgcajp3r07Nm3ahLZt21Lnbdq0SaDyVFVVYW1tjWvXrgEAnj17Rr/QCoo0FIo11aGoSkcdHR106NBB1mIoLH/++Sfy8/N52nfDhg3h5OSEfv36oU2bNtDX14eGhoaMJVVs2LatmMjjb8cd+bq2SNVMiJDNX6e8woT2zYR7UEbIbLGHDh0CQRCIjIzE69evxSqT1Rsobz/Lvk8sygI75rHQwbhx47Bv3z5kZmZSQQRv376N27dvVzmXfO4hISEICQmhXRZpGrfWr18fPXv2lFp9LDXDPgvZk5ycjBkzZlBZJBo3boy1a9di2LBh1Z6vq6sLXV1dmJqaYtCgQfj1118RHByMbdu24cuXL7h79y5iY2Ph7e0NU1NTad4KiwRh2nhBysh0JzBx52z8vw9BEOw8kIVFjpA3/QfTxgpx+fTpEyIjI5GamoqcnBwq4LC+vj6MjY3RpUsXtGjRQtZiKvxckAyCSY5Z//77L8aNGydWmU+fPsXnz58pZ8DGjRvXeG5KSgr1makJI5SxbdMx32ED/LKw0I9COM7p6+ujqKiIMuxMTU2VSr1paWk8Czg60q+ysLCwyBPVTaoUbcK1aNEiuLi4AAB8fX0xY8YMGBoaylYoFsZw7tw5AD8MdIYOHSqwE4Samhp27NiB9PR0PHz4kGpbZ8+eZbzjXF0I2r8oSj/EwiINbGxsKMe5d+/eIS0tDT/99BPPOaNGjaIcysm1U2BgYLWZLvkjUi5ZskSyN1ALjx8/hqenJ969eweg9rZfVlaGt2/f4t27d/D19YW5uTmWLVuG/v37S0tcAICXlxcKCwup39DGxgb79+8XK0Nvly5dKMe5rKwsfPv2DSYmJrTIq+gwIasMi2JQWFiIGzdu8DgWDx8+HNu3b4eurq6sxWMcbNtWLE6dOkV9rm2DT1Lk5uYiNzeXOlZmwzlFeBZMaN9MuAdl4smTJ3Bzc0NSUhKPbpP9nVlEgX2fWJQNdsxjERctLS14eHhgwYIFKC8vF2ifURLvBdMdF2TNt2/f8P37d3A4HDRs2BANGzasMcAki3JRUlKCefPmITExEQDQqVMnHD16VOgMIUOHDkW3bt0wd+5cvH37FomJiZg3bx78/Pygrq4uCdFZpAzTxgtJ29XIwxzq119/Fem6kpISZGVlISYmBlFRUSgrK6N+ryFDhqBTp050isnCwiIi8qj/YNpYIQqxsbE4f/48goKCkJ2dXef5BgYGsLOzg7OzM8zMzKQgIS9MmAv26NEDOjo6KCgoAEEQePHiBXx9fTF16lSRysvOzoa7uzvPfrONjU2N50dFRVHvXNOmTUWqU95RtrYtbMZGEu451MOHD+Hn54e8vDxwOByMHDkS27Ztg7a2Ns3SsrAoFwrhOGdqakplewGAjx8/Ij09XaLe1enp6UhISADwowOWhSECCwsLi6SpaUIo7kRRWgtpa2trODs748KFC8jNzcXixYtx7NgxVoHOIja5ubl49+4dtZDV1NTE5s2bhS5n69atGDZsGEpLS6kFNovgmwls6nIWlkoGDx4MTU1NFBUVoby8HP/++y8WLFhQ5bzt27fjl19+QUZGBtV/VQd323JxcUG/fv0kJntNlJWVwcPDA76+vjxKeEHaPXnumzdvMHfuXEybNg2rV68Wy3FNUAiC4HGsMTIywu7du8Wumz9DWHx8POs4xwWHw0H//v1ha2srdlk3btygopNJO3MFi3zz/PlzlJaWUv1Qu3bt8NdffymEIVhubi6+ffuGgoICGBkZoVmzZgJdd+/ePQQFBSEiIoLHAK5p06YYNGgQRo4cKdG+iG3bioOVlZVM6z98+DCOHj0KoGrEWmULzCHPz4IbJrRvJtyDMnDx4kW4u7tTGavJcVxRdJuSICkpCV+/fqWOe/XqJVZ5ytTPsu9T9bB9WFWGDh3Kc8zhcHDnzp06z6ObmuoVpRx2zFM+3r59i9jYWOpYnKjr1tbW8Pb2hpubG96/f0+DdCx0kpeXh2fPnuHbt2/Iz89HgwYN0LVrV7Rt27bW61JTU3HixAkEBQUhLS2N5ztNTU3069cPdnZ2GD16tCTFZxESaffDx44do9q9np4e/vnnH6ENpUmMjIzg5eUFOzs75OfnIz4+HkeOHMGiRYvoFJlFCOheWzBpvCAN4Tt27EhL0DXu35rD4chFJk1RHee4ycjIgI+PD44ePYqysjI8fvwYo0ePhr29PQ0SsojDhQsXqOCrHA4H3t7eMpZIOZHVc5Bn/QeTxgphyMzMxJYtW6hAu4L+lllZWfD19YWvry9sbW3xxx9/oH79+pIUlQcmzAXV1dUxatQoXLp0ibIB2bp1KwoKCjB37lyh2sWHDx+wdOlSfPr0ibpORUWlRn1LTEwMtT8LVLUZkTV0ri2UtW0Lg7q6OoyNjWFsbAxra2ssXrwYf/zxB27duoWbN28iKSkJJ0+eZAP+srCIgUI4zrVr1w7h4eHUMUEQCAkJgZOTk8TqDAkJ4cnCwOFw0Lp1a4nVx8LCwiIrFH3THgDc3NyQlZWFW7du4cWLF5gwYQK2bNmCLl26yFo0FgUmPDwcFRUVVNp0BwcHkZQLxsbGsLW1hb+/PwAgPz8fsbGxMon0I08ok9EVCwsdaGlpwdvbGzk5OQBQY3bVVq1awdvbG0uXLkV8fDyA6hXcBEFARUUFS5Yswf/+9z+JyV0bq1evxvXr16s4zAnS7rnviSAI+Pj4ID09HZ6enpIRlouoqCjKMZHD4WDq1Km0KKaaNGkC4Me9JScni12motOiRQtKqUwQBB4/fgygcu4nqFNQdSQkJFAKXgBwdHQUW1Zx4X7eenp60NPTE7tMNjuT8JCGCaQ+aM6cOXLvNHfx4kX8+++/iIyM5Pl7/fr14eDggP/9738wMDCoct3Hjx+xevVqvH79GgBv3/v582ckJibi6dOn8PT0xKxZs7BgwQJoamrSIrMyte2SkhI2qAuNVDdHENSAhw5DH5Yf1DRfY0L7ZsI9KBPh4eGUkU916wlNTU3o6uoqXV98/vx5gRxcBUGZ+ln2faqZqKgo+Pv7U78L6wgFfPnyhSdgUU1GVPzn0Y04Ro3smMdy/fp1arwAxHOcAyqj9AcGBiIsLAwvXrzA+/fvkZOTg8LCQhAEgefPn1PvrImJCWMj6csT6enp2LFjB27evInS0tIq35ubm8PV1RU9evSo8t3169fh5uaG3NzcavuwwsJC3L17F3fv3oWPjw+2bt2KVq1aSeQ+WIRDmuM2QRA4ffo0gMoxacqUKWjUqJFYZZqYmGDq1Kk4dOgQAMDX1xcLFy4UecybPn06z3FNTgn859GNojql0Lm2IGHKeEHOodLS0jB37lyxAxB4enriyJEj1LGPj4+4IsoFRkZGWLp0KYYOHYo5c+YgOzsbv//+O9TU1DBq1CiRy+3YsSPPcU3vJ/95dENXu5AFiYmJCA0NBSCdDDwbN26Ek5MTLCwsJF6XIiHt5wAohv6DKWOFoERGRmL+/PnIzMysVc/Abc/O/3cACAoKwtOnT/HPP/9IxWZSEeaCgrJs2TLcvn0bubm54HA4qKiowJ49exAYGIhp06ZhxIgR0NfXr/H6yMhI+Pv749KlS1SQVvJ5zZw5s8Z39MqVKwB+PNvq1mayhO61hbK1bXHR09PDvn37sGLFCgQFBSEqKgpLly7FsWPHZC0aC4vCohCOc926dcOFCxeoY4IgcOzYMTg4OKBevXq011deXo5jx45VGWy7detGe10sLCwssiQ4OFjWItCCiooK9u3bBy8vL3h5eSE2NhaTJk2ChYUF+vXrBzMzMxgaGkJNTU2k8sWNnMaimKSkpAD4sTi1trYWuayBAwdSjnNApfGAMjvOCdr3MKWPUgSeP38uk3pZxyDh6Nq1q0DntW3bFleuXMGlS5dw8+ZNhIWFoaioiPq+adOmGDhwIGbOnInmzZtLStxa+euvv3Dt2jXK+Qyo7G91dXUxfPhwdOvWDWZmZjAwMIC2tjYKCgqQnZ2N2NhYhIeH4/bt28jLy6OuJwgC165dQ/PmzbF06VKJyv7x40dKXnHHB274ne/y8/PFLlPR2/bVq1dx4MABHDt2jIp4+PjxY9jb22PBggWYM2eOVLIMSoMhQ4ZQbcHFxQXLly8Xu0xBMwKx/CArK4vnWB6i+tZEZmYmFi1aRAWa4jdiy8jIwIkTJ3D16lUcPHgQ5ubm1HfR0dGYNWsWsrKyatyAI/9eUlKCw4cP49mzZzh69CgtjsLK1Latra1ha2sLBwcHNrCLhFAmhw5FgAntmwn3oEx4eHhUMfLp3bs3nJ2d0bNnT7ENNRQZupx0lKmfZd+nuqnJQEuZEdQpThK/m7jtXFnGvHnz5sHJyQlDhw4VeY+IydTl/CkKPXr0qNbYjztyvr29PS26D5aaiYyMhIuLC3JycmrsL968eYPp06fD3d0dEydOpP4eGBiI33//vUoGEn7Icl++fImpU6fC29sb7dq1o/lOWERFGuP269evkZ6eTh3TlWl12LBhlLF0ZmYmXr9+LbJeJTQ0lGd+V9Nvwn0e3Sj6HEpSAQAUdbw4ceIENmzYgMTERHA4HKSnp2PlypXw8/ODu7u7WAEImEznzp2xd+9ezJw5ExUVFXB1dYWFhQUVVFJY2CC9isfZs2dx7tw5tGnTBk5OThg7diwaNmwoa7GUEkXSfyjqWCEMERERmDt3LhUMld+ZkcPhwNTUFPr6+tDS0kJhYSFycnLw9etXVFRUVLkmPT0ds2fPxvHjxyW+L6UIc0FBadiwITZv3owVK1ZQ7YMgCMTExGD9+vVYv349mjVrhhYtWkBXVxdqamrIz89Heno6YmNjUVhYCKDqvK9r165YvHhxtXXm5ubi4sWL1LGWlhb69Okj0fsUFbrns8rQtulk69atePbsGb5//44nT57g0qVLGD9+vKzFYmFRSBRC2z1o0CCoqKhQWV8IgkBCQgJ8fX0xbdo02us7e/Ys4uPjq3T0NjY2tNfFwsLCIktEVULJK/PmzUNxcTEOHToEgiAQGRlJZVAQFWUxMh41apTCZ1al+x4yMzN5jjt16iRyWeS15NwiOztbdMEYgKB9D9P6KHlm2rRpMtu0k2TUbWVGRUUFzs7OcHZ2BgDk5eWhoKAAhoaGMo+On5iYyBOohCAIaGlpYeHChZg2bVqtGY0sLS3h7OwMd3d3+Pj4wMvLC4WFhdR7dOzYMTg5OUl0Y5Jb+QuAtihXGhoaPMfczo6iouhtW11dHcuWLcPo0aOxfv16vH79GhwOB0VFRfjrr79w9epVuLu7y7VzkzBIwoCC7V+Fg79/FCXbsDTIzc3FzJkzERMTQ/2tpgiTaWlpmD17Nvz9/WFqaoq8vDz8+uuvyMzMrOK8zA1/Zs+IiAi4uLjA19dX7CBWytS2s7OzcfbsWZw9e5Y1CGBRCpjQvplwD8rChw8f8OrVK57ovevXr8fUqVNlLRqLAsK+TyyioOjGusoy5j148AAPHz6Evr4+7Ozs4ODgwGa5YGE8CQkJmDt3LnJycgDU7hhZXl4Od3d3tGrVCj179kRiYiLWr19fYwYSbri/z8jIwOzZsxEUFFRrJgYWZsGtmwLo05WT+4PkOxYTE8MGJGKRG/r27YvAwEDs27cP3t7eKC8vp7L32tvbY/78+Zg7dy4jAhDQTZ8+fTBs2DDcuXOHmnPu2rVL5PLqGqf4z6MbeZ3nyzMEQeD9+/fYtWsX9uzZg/79+2P8+PEYPHgwG+RCSrD6D/mioKAAy5Yto7KcAT9sJ+zt7WFrawsLCwtoa2tXe+2bN28QGBiIwMBAFBQUUGXk5eVh2bJlCAwMhJaWlsTkZ9pccOTIkaioqMDq1atRVlZWZZz5/PkzEhMTq1zHPR5wX9O9e3ccPny4ih0ISXR0NEaMGEEdt23btsZzWZQbTU1NTJkyBfv27QNBEDh8+DDrOMfCIiIKsUozMjJCv3798PDhQ56MAh4eHmjRogUGDhxIW10PHz7Ejh07qkQc6tGjB2u8zcLCwiLHPHnyBG5ubkhKSuLpw1lllWCYm5vzZKFQROi+h+LiYp5jcQynDQ0NeY7JzUoWFnlDFn2mIkfZVCR0dXVpyRJEB//88w9KS0updZ2xsTGOHTsmVDRiDQ0NzJ07FzY2Npg9ezbS0tIAAKWlpTh48CC2bt0qKfGrjA90OSKSUeRI9PT0aCkXUPy23aFDB1y4cAGnTp3C3r17UVBQAAB4//49pk2bBicnJ6xatarKeKtosP2h7OHX++Tm5la7GSVrPDw8EBMTU8W5jR/uoA0bN27EoUOHcOLEiSprJm1tbfTt2xfNmjWDqqoq0tLSEBoaiq9fv/Lo4V69eoUTJ05gzpw5tNyHsrRtoKpBwIABA+Dk5MQaBLAwFia0bybcA9OJiIigPnM4HNjZ2bFGPiwiw75PLMJy6tQpWs+TJcoy5mVnZ+PMmTM4c+YM2rZtSwW1aNCggaxFY2EoRUVFCA8PR0pKCjIyMsDhcFC/fn0YGxvD0tJSovqG9evXIycnp069AVA57pWXl2Pjxo24evUqT6Ay8rrevXtjyJAhPHqDZ8+e4fbt2zxBzb5//44dO3Zg27ZtErs3UZDls2A6/EFI6dJv8pfDX4+wKLqzO4v8oaGhgVWrVsHOzg7r1q1DVFQUFYBg7969uHr1KjZu3KjwAQgkga2tLe7cuQOCIHDjxg24ubmJvH/Jtm3Fg3t+UVZWhgcPHuDBgwcwMDCAnZ0dHB0dFd5uSd5h9R/yhZeXF5KTk3kC0trY2MDd3R0mJia1XqutrQ0rKytYWVlh0aJFcHd3x71796h2lpycDC8vL6xYsUJi8ivKXFAYRo8ejXbt2uGPP/6g2ktd98W/7lJXV8eiRYswd+5cqKio1Hhdr1690KtXL3oEZ2E81tbW2LdvH4BKJ87Y2FiYmZnJWCoWFsVDIRznAGD27Nl4+PAhdczhcFBWVoalS5fC3d0d48aNE7uOq1evYsOGDTze4iR0GQWxsLCwsNDPxYsX4e7ujvLycgA/FiTiLshYBZpyY2BgwHMsTmYN/oVwRUWFyGWxsEgS1mmDRdIQBIG7d+9Syl9VVVUcPHhQKKc5btq2bYuDBw/C2dmZiuoZHBwsUcc5IyMjnuPs7GxanBJTUlIA/AjeQmemKya0bQ6HgxkzZmDEiBHYsGEDFViHIAj4+fnh7t27+P333+Hg4CBrUVkUGEtLS57NqYSEBDRq1EjGUvESFRWFS5cu8Wwwq6qqwt7eHn369EHDhg2Rk5ODsLAw+Pn5obCwEEBlloU3b97gzJkzPJFE582bhwULFlQbcfL27dvYsmULUlNTqWv279+PCRMmVJkri4qytG1+g4CQkBCEhISwBgEsjIYJ7ZsJ98BkUlNTAfyYP5PZtllYRIF9n1iExcrKitbzZI0yjHnca724uDjs3LkTnp6eGDBgAJXlgs0MI1m4DQKbNWsmQ0kkS0hICE6cOIGXL1+itLS02nNUVVXRo0cPzJo1C4MGDaK1/uDgYISFhfG8882bN8eCBQvQt29fNGjQALm5uXjx4gUOHz6MN2/eAKh0lr1x4waCgoKoa/X19angL/yMHz8e3759w++//45nz55R1/j7+2P+/Plo3rw5rfclCrJ+FsoAf1C5pKQkWvTaX758qbUeYdi+fTut57FIHkUaLzp27IiLFy/i5MmT+PvvvyldbHx8PKZNmwZHR0esXr1a4QMQ0Al35t+ysjKEhYWJ1P8GBwfTeh6L5OnWrRvCw8MBVHUyycrKgq+vL3x9fdGuXTsqyAX/niyL+DBF/6FIY0VNVFRUwN/fn2fPzsHBAdu2bRN6b79Ro0bw8vLC2rVrecr09/fH8uXLJWYroAhzQVFo27Ytzp07h5CQEJw7dw6PHj1CWVlZndc1btwYTk5OcHZ2lrv9ZUWBCW1bUvBnYoyKimId51hYREBhtL99+/bFoEGDEBISwjNZKCwsxJo1a3D79m0sXbpUJIPL+Ph47N27F7dv36bKBX5MEHv37o3BgwfTfUssLCwsLDQQHh5OOc3xp8gGKlMV6+rqSn0RJQwVFRV4+fIlYmNjkZCQgA8fPiAlJQUFBQXIz8+nIrxqa2tDR0cH2traMDY2RuvWrdG6dWuYmZmhe/fuYjl2sVTF1NSU5zg3N1dkxVxeXh7PsaampshysbBIEkXPSsUi/7x+/RpZWVlUBiNHR0d06tRJrDI7deoER0dHXLx4EUClI1tkZCS6dOlCh8hV4I9EHhMTQ0t28pcvX/IcN27cWOwySZjUths3bowjR44gMDAQ27dvR3p6OoDKSHOurq7w8/PDxo0b0apVK4nUr0hwK/Bri2bH8gNjY2P06tULoaGhAIC7d++ib9++MpaKl/Pnz1P6KoIg0KhRIxw5cqSKYnz06NGYO3cu5syZg/j4eADAtm3bqKiMHA4HGzdurHVTdPjw4ejQoQOmTp1KZfYsKipCYGAg7RFImdq2N2/eDH9/f6qPZw0CWJQRJrRvJtyDMtCmTRtZi8DCINj3iUVZYeKYZ2dnh+DgYMqQva6gFk5OTmLrqliqx8fHR6b137hxAyEhIQAq34PqsqKR7wkAqKmpCeVMmZaWhuXLl+PFixcAatfHlZaW4tmzZ3j27Bl69uwJT09PGBsbC1xXbZA6UqDyPnv27InDhw/zBMwxMjLCiBEjMGzYMCxbtgw3b94EAOzcuRMlJSUAKu//+PHj6Ny5c411mZiY4MiRI5g2bRoiIyOpv1+6dAnLli0T6z6Y8CyUAfK3IvvWu3fv8jjFiArp6ELqwMR5Jo6OjrSexyJ5FGG84KZevXqYPXs2hg8fDnd3dzx+/JjHYeHevXtYvXo1+479P6RDBdlvfPr0SaRyBN2Xo2P/joUezp49i8+fP+PSpUu4evUqkpOTAaCKnVdsbCw8PDywe/duWFtbw8nJiQ1yIUEUVf+haGNFdYSHhyM9PZ1qA82bN8fGjRtF3mMn9/1evnyJz58/AwDS09MRFhYmsQyoijAXFBUOhwMbGxvY2NiguLgYUVFRePv2LdLT05GTk4OSkhLo6upCX18fLVq0QJcuXdC0aVOpy8k0mNC2JQW/7fP3799lJAkLi2KjUDPKjRs3wsHBAdnZ2TzZhMisAsHBwejWrRtGjhyJLl26wNzcvFpHiZKSErx79w4RERG4desWwsLCAIDHaY5ET08PW7ZskfzNsbCwsLCIhIeHRxWnud69e8PZ2Rk9e/aU6wged+/epSbcOTk5PN9Vt4mTnZ2N7OxsAJVO30+fPqW+09fXx6BBgzBq1CgMGTJEsoJLkQsXLiAwMBBA5Zjv7e0ttbq7d+/Oc5yUlCSyAWtGRgbPMV0ZOphOSUmJXDu9MgkdHR3KSZfD4WDp0qVV2oAkOH/+PIKCgiReDxPYuHEjnJycaFE0ypLExEQAP9Zetra2tJRra2vLYxSSmJgoMcc5MiMQOfd49OgRLWPvjRs3qM+ampq0PGsmt207OztYW1tj+/btCAgIoHQDoaGhGDduHObOnYv58+cr9TiSlZVFfdbR0ZGdIArGkiVLMG3aNACVxmZz5syBiYmJjKX6wfXr16n3XUVFBX///XeN0eRMTExw8OBB2Nvbo7i4mCea68iRIwWKJNqsWTO4ublh0aJFVL93+fJl2h3nSJjWtidOnIiJEyfi8+fP8PPzw5UrVwQ2CBg/fjxsbGxYgwCaYMpcSpFhQvtmwj0wCf6AFmpqajKShAVQ/H5WUd6n58+fy6Recv7CojwwaczbvXs38vLycP36dQQEBFB2AbUFtTAzM4OjoyMb1IJhREVFUdkXAFRrAMetN3NxccHy5csFKjs6Ohrz589HSkoKtcary+CVPO/58+f4+eefceTIEbENl0tLS3kcNnR0dODp6Vltlnmg0tlj27ZtePnyJb5//46vX79Sss+ePbtWpzkSdXV1bN68mcpISRAEbty4IbbjnKI/C7I8WSDNcbtDhw7UZ4Ig4OvriylTpuCnn34SuczU1FT4+vryZE3kroeFRdIIMl5UR7NmzXDs2DEEBATAw8ODCmCWmZmJtWvXUgEIWrduLTHZFQFyz6qmY2UkICBAJvXGxsZKvc7mzZtj2bJlWLZsGZ4+fQo/Pz/cuXOnxiAX9+/fx/3792FoaAh7e3s4OjqiY8eOEpFNWZ6Doug/5B1Rxwpu+O0mpk6dKvYaW11dHVOnTuWRJzExUWKOc8oyF9TQ0ED37t2lYmdRE8qwtpAH6GjbkiIlJYXnmA1Sz8IiGgpleWFiYoI///wT8+bN44mczj1IhoeH8xgC6erqQk9PjzIYzM3NRV5eHioqKqjrq1OYEQQBNTU1eHp6sp7gLCwsSk1JSQkyMzORnZ2N/Px86OjowMDAAPXr15f5puiHDx/w6tUrnkyk69evl5gRJ12EhIRg7969ePfuHYCqTnJkFp664L4uOzsbV69exdWrV9GxY0csXboUgwYNoldwGZCYmEhl/KB7wh8YGIhXr17Veo6qqio154iJiRHZCSMmJgbAD4WHPBlfyzPW1tawtbWFg4ODxBxgWCoxNzen2hpQmQnTyspK4vU+fPhQ4nUwhbNnz+LcuXNo06YNlY2mYcOGshZLaMhI5SR0RSgnNxrJsYK/HjoxNjZG+/btERsbC4IgEBAQgMWLF1NRMkXh2bNn1JwGqDQMocNRgult28DAADt27MDYsWPh7u6Oz58/g8PhoKSkBP/88w+CgoLg7u4udxnDpEVkZCQ1T2YN/QSnZ8+emDVrFo4fP47i4mIsXLgQp06dgq6urqxFw4cPH5Cbm0utFwYPHlznHKlZs2awt7fHxYsXeebT8+fPF7jeoUOHwszMDHFxcSAIAm/fvpVogAMmtu3mzZvjt99+w2+//YanT5/C398ft2/fFtggwMnJSeYbg4oOU+ZSig4T2jcT7oEptG/fnuc4NTUVenp6MpKmeoYOHSqTenNycnj2zaSBovezivA+AcC0adNkZhQh7XeKRfYwaczT1dWlglokJibi0qVLtQa1iImJoYJaDBw4kMpyIals7pIy/hUEZWzb1QVT5v4OEG4/KjMzE/Pnz8e3b994rq3rd+U+Lzk5GfPnz0dAQIBYwY9iYmJQWlpK6Q3s7OzqzM6go6ODCRMm4J9//qFkUlFREWqv1czMDH379sXjx48BAJ8/f0ZeXp5YuhRFfxaAcozbrVu3pnRGHA4HOTk5WLRoEQ4fPgxDQ0Ohy8vJycGvv/5KzWc5HA7atWun9I5GgHKtLeSF2saL2nBwcMCgQYOwbds2XL16lfr9nj9/TgUgWLBggcxtbWQFaSNDIo/rLmmzZs0axo8X1dG3b1/07dsX+fn5PEEu+NseQRDIzMyEj48PfHx80L59ezg5OcHOzo7WvS9leQ6Kov9QFEQdK4DK356b/v370yESVQ4pV1paGi3lVgc7F5QeyrC2kCfEaduSgsyER8omjn0SC4syU0/WAghL3759sXfvXmhoaPD8nRwoCYKg/lVUVCAnJwdfvnxBbGwskpKSkJ2djfLycp7z+B0UCIKApqYm/vrrL1hbW0v7FllYWFhkTlhYGLZs2QInJyd0794dNjY2GDduHKZMmYJx48bBxsYG3bt3h5OTE7Zs2YKXL1/KRM6IiAjqM7kBJM9Oc4WFhVi2bBnmz5+Pd+/eVRmHqhvLavtX03Vv377F/PnzsWzZMjZCVw0QBIGvX7/i+fPntf4rLy+nrnny5InI9b1584bnuFmzZiKXpUxkZ2fj7NmzmDRpEuzs7HD8+HE21biEICPCk3Pi169fy1IclhogCALv37/Hrl27YGNjg//973+4desWSktLZS2awBQVFfEc05UFS1tbu9Z66MbW1pYaiwsLC7Fu3TqRy8rMzISrqyuPwlGQLFCCoCxtu1+/frh69Spmz54NFRUV6n4/ffqE2bNnY9WqVVWyvzKdkydPIj4+HgCoTQUWwVm1ahUmTJgAgiDw7t07jB8/XmaR/LiJjo4G8MPga+TIkQJdN2zYMJ7jJk2aCO2ERfZ7AFBeXk4FhpAkTG3bffv2xc6dO/H48WNs2bIFvXr1AoAqOkpugwBHR0c4ODjg1KlTVLRqFuFhwlyKKTChfTPhHhSdzp078xiC//fffzKUpnq+fPmC5ORkfPnyRar/cnNzZXK/itzPKsL7xI2g+mM6/7EoL0wb85o1a4bffvsNd+/excmTJzF27FhoamryOOmQOpqysjLcu3cPixcvpjLwkesyOpFFm2bbds0Iaxzn6uqKb9++8bw7ADBixAh4enoiODgYr169Qnh4OG7fvo1du3ZhyJAhVRzDkpKSsGXLFrFkJ3VBZNk2NjYCXcdvpNumTZs6He74GTJkCM9xVFSUUNdXhyI/C26Y3rZnz57NU+fr168xceJEyrBTUEJCQjBhwgS8fv2a5/nNnTuXVnkVFWVbWyg69evXx65du3DkyBGYmpoCqOxjSktLcfDgQdjb2+Pp06cyllI2nD9/HsCPsUqcrERMg+njRU2QTvynT5/GrVu3sHDhQpiamlIy8ttDRUdHY/v27Rg4cCB+/fVXBAcH89j1iAvTn4Oi6T+YDH9glkaNGtFSLn85kgoAQ8LOBaUL0/solupJS0vD0aNHedbIbdu2laFELCyKi0JlnCMZMmQIfHx8sGzZMiQlJfF0BrVFBxM0e0+zZs3w559/onPnzrTJzMLCwqIIPH78GJ6enjVmQuOmrKwMb9++xbt37+Dr6wtzc3MsW7aMtggogkBGXyH7eLqMzCVBQUEBZs+ejYiICB7lDvDjd1ZRUYGJiQkaN26Mxo0bQ1dXF5qampSzeHFxMYqKipCXl4dv374hOTkZ3759o5RA/E7gN27cwNevX3H8+PEqDgXKjjCbbeSC/NGjRyJn1rh37x5Vjq6uLpo0aSJ0GcoMQfwwvNqzZw8GDBhARflVU1OTtXiMgDtbDUEQjHWuUXT4s9E8ePAADx48gIGBAezs7ODo6Ahzc3MZS1k7/FGPUlJSaMnixB+RTdLRlaZPn45Tp04hPT0dBEHg7t27WL58ObZs2SLUmBsfH49FixYhOTmZmhu0adNGYGeYulCmtq2hoYHVq1fDzs4O69atw9u3b6mxNzAwEA8ePMCKFStkNl+8c+cOgoODBTr3/v37IkX/Ky0tRWZmJqKjo5GRkcGTlbl3795Cl6eskA5y48aNQ05ODm7duoVPnz5h+vTp6NixI6ytrdG+fXsYGhqKPA8hHaWEJSsri+e4U6dOAl3H7STH4XBEGitIR1ySz58/V/mbJJD3ti0O2tramDBhAiZMmIDExET4+/vj8uXL+PLlC4CqkfFJg4Bdu3Zh0KBBcHR0hI2NjcQ3PZkEE+ZSTIIJ7ZsJ96DoTJs2DZ6engAAHx8f/Pzzz3LZL8pbdFpJoej9rKK8T4DyvFNMwNbWlsrCqMhGwUwd8/r06YM+ffqgoKCAynLx4sWLKnYFBEEgIyMDp06dwqlTp9ChQwcqywVdOii2XSsmkZGRuH//Ps8YaGpqir1791a7Zm7WrBmVGT48PBxLly5FWloa1Z4uX76MhQsXihx8kd/BRdBAStwZHDgcjkgZz8kxnvwtvn79KnQZ4iBvz4IbprdvBwcHXL16FY8fP6Z+v8TERMyfPx9t2rTB6NGj0bVrV7Rt2xb6+vrQ0tJCYWEhcnJy8P79e0RERODGjRt4//49pQMhdeX9+/fH2LFjZXyH8gXT3yemYW1tjcDAQOzduxc+Pj6oqKgA8CMAga2tLdauXUtr1ix55uTJkwgODubZu+jZs6dE6xTVvkMWsO27cnxesmQJlixZgtDQUPj5+eHmzZsoLCwEUFXvEBwcjODgYBgZGcHe3h5r1qwRWwZleA6KpP9gMiYmJjzH+fn5tNhN5Ofn8xzT5ZBXE+xcULooQx/FwktkZCR+//13yv4DAPT19XlsgVhYWARHIR3ngEqDnatXr2L//v3w9fVFUVFRrYNCXQMGQRDQ0tLCtGnTsHDhQmhqatItMgsLC4vcUlZWBg8PD/j6+vJEixDU4RiozKg1d+5cTJs2DatXr4aqqvSHmDZt2ki9TkFxdXXFq1evqjjMmZqaYty4cbCyskLXrl2FdnArLCzEq1ev8Pz5c8rIkjviUkREBFxdXbF3715J3JZCImo0lNzcXAQGBsLJyUmo68LDw3kcIjp27ChS/coMvwI0JCQEISEhCmN4pQjwbxynp6cjJSVF4ko0FsHp1q0bwsPDAVR1lM7KyoKvry98fX3Rrl07yiBLHjfaGjZsCODHPfz333+0jN9kNDxyo42sR1JoamrC1dUVK1asoMbc69ev4/nz55gxYwZGjhxZo1FFYWEhwsLCEBQUhKtXr6KsrIwqQ1VVFe7u7rTJqYxtu1OnTvj3339x4sQJ7N+/n9pMy87OhpubG/z8/GRirBgdHQ1/f/9a59fkHCUuLg5xcXEi18U/l9fW1oadnZ3I5Skb06ZNqzZAE0EQVOAQceBwOHj79q1I1/IbwDVo0ECg6/gNOQW9jpsWLVoA+PF7SDvatLy2bboQxiCgtLSUMgho0KABHj16JEvRFQamzKWYCBPaNxPuQVGZOXMmgoKCEB0djU+fPsHDwwNr166VtVg1Is0IvdI2omBCP6tI75Msoj2zhjmiER8fj927d+PPP/9E//794eTkhCFDhihsMDCmjnna2toYP348xo8fj6SkJCqoRVJSEoCqQS3evXuHbdu2YefOnbCxscHff/9Nixxs21Y8jh07Rn0mCAImJiY4f/68QO2gW7duOH/+PCZOnIj09HSqDF9fX5GNvvPy8niODQ0NBbpOX1+/1mNBaNy4Mc8xv8GupJG3Z8GNMrTtvXv3Yvbs2YiMjOTpM9+/f4/9+/fXeT2/PpMgCHTt2hV//fWXxGTmZ968eXBycsLQoUMVYpxm8tqCaWhpaWHNmjWwtbXF+vXrER0dTe0JBQUF4cGDB1i+fDnlVMc0ysrKEBoaCm9vbzx48KCK05yk14XW1tawtbWFg4OD3BuYK8N4IQxWVlawsrLChg0bcOPGDQQEBOD58+c8QS7I3yw9PR3e3t7suC0giqT/YDL8SV3i4+Np2cNPSEgA8MNuQhq2VEyYCyoKytBHMQEyUK8olJSUIDs7GwkJCXj8+DFevXpFtWfyf357BhYWFsFRWMc5oHJxuWrVKsyaNQvnz5/HlStX8OnTpyrn8W/S8dOyZUs4ODhg4sSJIhkPsbCwsCg6q1evxvXr16tdiNQFfx/r4+OD9PR0KjqNJOHvs+VViX3v3j3cvHmT53dt3Lgx/vjjDwwdOlSsiayWlhb69u2Lvn37YsmSJQgODsbWrVspRy2CIHDr1i2EhIRg0KBBdN2SwrJ9+3axrhclU9yJEycA/FBKWFlZiSWDMrF582b4+/vj5cuXABTX8EoRMDU1hZGRETIzM6m/vX79mtHONYrG2bNn8fnzZ1y6dAlXr15FcnIygKpjdmxsLDw8PLB7925YW1tT2Rll4dBeHV27duWR+cyZM5g0aZJY8pWVleHs2bM8iqKuXbvSJXKN2NraIiEhAQcOHKDqTktLg6enJzw9PaGlpQXgR/9/5swZnDlzhsdohD+C+apVq2iNrqmsbbtevXqYM2cORowYATc3Nzx58oQnqADwI6MsE+FuY/Xq1YO7uzsMDAxkLJXiwb82EmaNJC3IzNR1wR9RV5SIlXp6ejzH0nacA5SnbXMbBNy8eRP+/v6UQQDAe4+kQR9L3TBlLsVUmNC+mXAPioiamhoOHTqE6dOn49OnT/Dx8UF+fj7++OMPoYNTSYJ69epRQcrIKMnGxsYSr/fNmzdiBWIQBSb0s/L+PgGAjo4OCgoKAFT+tkuXLkX37t0lXu/58+cRFBQk8XqYDHcWRn19fdjb28PBwaGKoZwiwPQxr2nTpli8eDEWL16M0NBQ+Pv74+bNmzxtj+zbS0tLcefOHbHrVFVVRXl5OVW+nZ0dFbxEkjx58oTSvbMIT0VFBR49esSjk9y1a5dQzqONGzfG9u3b4eLiQpVz+/ZtkY2++cdTQfcf+a8j9ZrCoKOjw3PM78QnSeTxWQDKNW7r6uri+PHjcHV1xe3bt6sEkq0L/nNHjBiBbdu20ZJ1RVAePHiAhw8fQl9fH3Z2dnBwcKg2W6GsUKa1BVOxsLDApUuXcOzYMXh5eaGoqAgAkJOTg40bN0JdXV3u5lDTp08X+dqSkhLk5OQgMTERZWVlAHj3xDgcDpYvX06LnLWRnZ2Ns2fP4uzZs2jTpg1lTyDpAJzCYGBggJycHACVv4ubmxusra0lXu+RI0dw7tw5idcjLtra2nBycoKTkxO+fPlCBblITEykdd9GmZ6DIug/lIEWLVrAzMwMsbGxAICgoCD069dP7HKvXr0KoPI9btOmDVq1aiV2mXXBhLmgvKNMawsmQKdjG79NUdu2bTF37lxaymZhUUZkvxNFAw0bNsSiRYuwaNEifPr0CWFhYXj37h2SkpKQmpqKgoIClJaWQk1NDdra2vjpp5/QrFkzdOzYET179kTz5s1lfQssLCwsMuOvv/7CtWvXqixadHV1MXz4cHTr1g1mZmYwMDCAtrY2CgoKkJ2djdjYWISHh+P27dvIy8vjyXJ27do1NG/eHEuXLpWo7O3bt+c5Tk1NrWLQKQ8cPXqU57hXr144ePBglU0kOhg6dCj69OmD+fPn4/nz59QzOXLkCOs4B8DR0VGq9aWkpCApKQkdOnSg/iYN5RpTmDhxIiZOnIjPnz/Dz88PV65cEdjwavz48bCxsZELwytFwcLCgor0B1Q61wwbNkzGUjGPZs2aoVevXiJd27x5cyxbtgzLli3D06dP4efnhzt37lSbjaasrAz379/H/fv3YWhoCHt7ezg6Oso866WRkRHMzc0RFRUFoDLimYeHB/744w+Ry9yzZw/i4uJ4MntKy4F28eLFqFevHry8vKhooGS/RCouyb9VZyxCjtMqKipYtWoVZsyYQbuMyty2mzVrhuPHjyMgIAA7duxAVlaWrEUSaHOAro3xHj16YMmSJejduzct5SkbNSmzxVFyi/ts+Q3X8vPzRTJmEwX+OZUsIyDLY9uWBNra2nB0dISjoyO+fPmCgIAAXL58GZ8/f5Y7IxpFgQlzKabDhPbNhHtQNBo1aoTz58/D1dUV9+7dg5+fH4KDgzF+/HgMGDCA0mvKQj/Qpk0bvH//njoeNmwYJk+eLPF6PT09ZWLcyoR+Vp7fJwAwNzdHaGgodVxRUSGVIF0PHz6UeB1Mh/v9z87OpoKBtW3bFuPHj4e9vb3CBXdVhjGvuiwXoaGhtAdWad++PaUrAyozD0hCR8RPcXEx6zgnBlFRUcjPz6d0kr179xZJ72ttbQ1LS0u8evUKAJCcnIzv37+LZNDPryPIy8uTyF5kdfC3h3r16kmlXkA+nwWgfOO2rq4u/v77b9y8eRN//fUXPnz4AEAwXRr5/rRq1QrLli3DiBEjJCprbWRnZ1NB8Nq2bUs52ch6nFa2tQVTUVFRwbx58zBy5Ehs2LABz549o/R8xcXFcpc5hHveIwr8YwO3TnP16tWwtLQURzyhZXn//j127dqFPXv2YMCAAVQgF1kH6LawsMCjR4+o42/fvokU0FlY5NG2qi6aNGmCX3/9FTNnzsTmzZtx+fJl2tqNsj0Hedd/KAvz5s3DypUrQRAEAgIC4OzsLFaA4IiICAQEBFDtYt68eXSJWifyOhd0dXXlOeZwONi2bVud59FNTfUKirKtLZiCuHojfnvutm3b4ujRo9DU1KRDPBYWpYRxM5sWLVpIJQIbCwsLCxNITEzEsWPHeCZYWlpaWLhwIaZNm1brJMvS0hLOzs5wd3eHj48PvLy8UFhYSCm7jh07BicnJzRr1kxi8nfu3BnGxsZITU0FAPz3339o06aNxOoThbS0NLx8+ZL6XUxNTfHPP/9IdKNKR0cH//zzD8aOHYuvX78CAMLCwpCWliZUdEVuAgICaJRQcMjIOopKo0aN4OfnJ2sxFJ7mzZvjt99+w2+//YanT5/C398ft2/fFtjwysnJicd5UVkQ1kHLwsICISEh1PHr168lIRYP5ubmUndolTXOzs5wdnYWuxwy22h+fj6uX7+OgIAAhIWFVYk2RBAEMjMz4ePjAx8fH7Rv3x5OTk6ws7OTWXbGSZMmYf369dTYePr0aRQWFsLV1VWo8bGoqAg7d+6skm3u559/lqD0VVm0aBF69uwJd3d3oRXABEGgRYsWcHNzoyWCXHWwbRtwcHDAwIEDsXXrVplFRLOyssKvv/5a4/f79++n3pvu3bujb9++Qtehrq4OXV1dNGnSBJ06dRJ53qfsmJqaylqEGuHvtzMyMqQWGZc/w5y0HPZqQx7atrQwMDCAsbExjIyM8PnzZ1mLwwgUeS6lDDChfTPhHhQBficrcl2QlZWF48eP4/jx42KVz+Fw8PbtW5Gvt7CwoIJ8AJVzcWkYt8oDitjPyvv7BFS+U9zGq9JY37GIx//+979aszDGxcVRwcAGDBiACRMmKFwwMGUY87S0tODo6Ihu3brhwIEDuHr1Kq2G7RYWFoiKimLbtoIRHx8P4Ef09zFjxohclq2tLeWsBVQ6gokSDJM/+1RKSgoaNWokslzCwK83kGa2Enl8FoDyjtsjR47EyJEjERoaiqCgIERERCAuLo7KrMmNiooK2rVrh65du8LW1lYqxr91we3YExcXh507d8LT0xMDBgzA+PHjZZYtWZnXFkykRYsW8Pb2xqVLl7Bz505kZ2fLndMcHfDfE0EQMDAwwNq1azFu3DiZyELaE4SEhCAkJAQGBgaws7ODo6MjzM3NpSoTCemwpWzjhSg8efKEcvAqKiqifU6uLM9BEfQfyoKdnR1u3bqFW7duoby8HP/73/9w5MgRkbLevnnzBgsWLKACXw4fPhxjx46lW+Q6kbe5oL+/P88YUJMDG/d5dFNbvYKirGsLRUfUd4pcj5D/GxgYYOrUqZg/fz7U1dVpk4+FRRlRHK07CwsLCwvt/PPPPygtLaUWwcbGxjh27BjatWsncBkaGhqYO3cubGxsMHv2bKSlpQEASktLcfDgQWzdulVS4gOoTG3s6ekJAPDx8cHPP/8MFRUVidYpDBEREdQCiMPhYMaMGVJJJa6rq4sZM2Zg+/btPLKImmFmzZo1MlPWstkUWLghDa8KCgpw7do1XL58GS9evBDY8Mre3h7169eX4R1ID2EdtCZPnsyjiJJGhJpRo0Zh1KhREq+Hyejo6GDChAmYMGECEhMT4e/vj8uXL+PLly8AqhpkRUdHY/v27di5cydsbGzg6OgIGxsbqY6d48ePh7e3N+Lj46k+/tKlS3jw4AGmT58Oe3v7Wg06UlNTERgYCB8fH3z79o1nnG3bti0mTJggtXsh6d27N65fv447d+7g/PnzCAsL48k4x4+qqiq6deuG8ePHY+zYsRKNwMy27UqMjIzg6ekJJycnhIeHS71+Mkp9Tezfv5/63KNHj1qd7Fgky927d2UtQo00btyY5/jjx48wMzMT+Hpx5tTZ2dk8x4aGhiKXRSeybtuSht8QgIV+FHEupSwwoX0z4R7knerGNrqzAIlDly5dqIBKBEEopUGDIvWz8v4+AZXvFImyvlOKxrJly/Dbb7/hv//+qzMLI2m8a2hoCDs7Ozg5Ock8C6OgMHnMy8vLw/Xr1+Hn58fjTEMnFhYWOHfuHAC2bSsS/FkWu3fvLnJZ5LVkv5CRkSFSOaTegCznw4cPPGNHbaipqVHXieIU9P37dwA/jEKlmZ1LHp8FwI7b3PrQ4uJifP/+Hbm5ucjPz4eOjg709PTQsGFDaGhoyFjSSuzs7BAcHFznOE062Tg5OaFTp05Sk49dWzAT0hlz69atcjuHomMtpKKiAjMzMyrTuDT36jdv3gx/f38qyy6/PUFWVhaVDbpdu3ZUlklpBnLhdpAhCAJv3ryRWt2KwMePH+Hv748rV67g27dvAH68l3Q7zpEw/Tkogv5Dmdi1axdKSkpw//59ZGVlYfLkyZg+fTpmz54tUPDM9PR0HD9+HKdOnUJpaSkAYPDgwZQtpaxQtLmgvKPsawtFQ5xAvWSw5Pr166NDhw6wtLSEtbU16zDHwkITrOMcCwsLi5JCEATu3r1LGayrqqri4MGDQjnNcdO2bVscPHgQzs7OKC8vB0EQCA4Olrjj3MyZMxEUFITo6Gh8+vQJHh4eWLt2rUTrFIakpCQAPzaKJJVNpjr69+8P4IeCg5RFHGShJGFidDUW8dHW1hbJ8GrXrl0YNGgQa+BaDQ0aNJDqZrY8k5GRgefPn+PVq1dIT0+nIj3Wr18fxsbG6NGjB3r27CnVqLmC0KxZMyxZsgRLlixBaGgo/Pz8cPPmzRo3eoODgxEcHAwjIyPY29tjzZo1UpGzXr162L17N3755Rfk5+dTc5HU1FR4enrC09MTjRo1gpmZGfT19aGtrY2CggLk5OQgLi6u2k0RgiCgp6eHXbt2yXTcGDZsGIYNG4by8nK8ffsWiYmJyMrKQm5uLjQ0NKh3yNLSUmrZmti2zUv//v2pOZK8wW5GsdRF8+bNAfzoz2NjYzFixAiBrj1//jz1WZRo8+/fvwfwY10jb5n55LltCwtpCHD58mWkpKQA4B3zuAOLsBuK9KIocyllgwntmwn3IM/UNP8Xd11Ax9yMPzp0QkICCgsL5SJzqyxQhH5Wnt8noOo7lZ6eLtVsQiyiweFweLIwksHAasvCePr0aZw+fRpmZmZUMDBFyHbLpDHv8ePHVBCL4uJiAJIx0AWqtu3Pnz8jNzcXenp6tNbDQi85OTk8x/zZ3oSB/1r+4DWC0qpVK5738927dwJn9BHX8DImJobnuEmTJmKVJwzy+CwAdtzmRkNDQ6rvhCjs3r2bcpYmsyUDtTvZmJmZwdHRUSpONuzagrmQAQjkEe4gzcLCbfTdrl07mb2rEydOxMSJE/H582f4+fnhypUrNWaDjo2NpbJBW1tbY/z48VLJBs3fvnNycpCYmIhmzZpJtF55Ji8vD9euXYOfnx8iIiIAVNWRc/+tS5cucHJyEqtOZXsO8q7/UBaeP38OoNL2kcPh4N69eygrK8OJEyfg7e2Nnj17omvXrmjTpg0MDAygqamJoqIiZGdnIz4+HhEREQgLC6PsNDkcDgYPHowZM2ZQbUdQevXqJYlbBCD7uaCg76U8v7/s2kKxkOdAvSwsyg7rOMfCwsKipLx+/RpZWVmUUsHR0VHsqGidOnWCo6MjLl68CKByMyEyMlLgaIaioKamhkOHDmH69On49OkTfHx8kJ+fjz/++EMuHBpIww8S/iwRkoR/cURHhgLWiY1FHhHG8Kq0tJQyvGrQoAEePXokS9FZ5IzIyEgcPnwYd+/erVMppq6uDicnJ7i4uMid8wDwI4LXhg0bcOPGDQQEBOD58+c8BlnkPaanp8Pb21uqxt4dOnTA/v37sXDhQhQWFlaR6du3b5SzADfcz4X7Gm1tbezfvx8dOnSQgvR1o6KiAgsLiyoKTBbmcePGDYSEhACofCe3bfs/9s48rqb8/+Ovm4qiUpJ9DSFZsq8p21CGQsZSZozsu2HEWMfXMGIsWcYeIhndzGSXshNJJUtJKCRK3fbldn5/9DvHPbftLueufZ6Ph4d7bud8Pu9zP/vn8142ypSOaIS5rl27ciJbVaVJkyYKPdxRJebm5jA1NWU8qT969EjiZzt16iRX3s+fP2ddN2/eXK701B2u2rakZGVl4fz58+Dz+RIrAjg7O8PJyUmhclVl1H0uRZAdZbdvRaAN70DDxT6TOis0WFlZQV9fn/H2XFxcjJiYGHTr1k3Fkqkede1n1bk+ASXeis3MzPD161fmu+joaKIkoyAUsbaoWbMmo7ybmJjIKO+W5wzs5cuX2LRpE8sZmL29fZVxBqbsMS8hIQGBgYGVOrGgKAr6+voYNGiQ3Aq6QIljSgMDA9YZztOnT9G7d2+50yYoDnEDgFq1asmcVs2aNVnX4meL0qTTsGFDxiCAVsRVBjExMcxnHo+Hli1bKi1vdSwLgIzbyoLLsaJWrVqscfrs2bMVGtm8fPmSMbIZMGAAXFxcFDZOk7UFQRqSkpLw8eNH5lrWOa2zszNXIqmcpk2bYuHChVi4cCHu3bsHPp+Pq1evluvIJTQ0FKGhoahduzZGjhwJFxcXhZ1B1q1bF/Xr12edi0ZHR2utwVZ5UBSFO3fugM/nV+i8gr6uW7cuRo0aBWdnZ1haWsqdf1UrB3Xf/6gquLm5sfZHReu5UChEWFgYwsLCKkxDvI2EhIQgJCREKjl4PB6ePXsm1TPqQmVzQdEz+IqQ9D5VQdYWBAKBwA3EcI5AIBCqKImJiQC+RQxwdHTkJF1HR0fGcI7OR5GGc0CJgdjp06fh6emJkJAQxgvomDFj0K9fP7Rp0wYmJiYK9wRVFjVq1GBdf/78Wa4DG2lITU1lXXMRjaAqRJzz9vZmPnft2pWTw+l79+4xngkB9V9wazKiileXL18Gn89nFK+Ab5GpgNJtRBm8fPkSkZGRePnyJdLS0pCZmYmCggKZ0uLxePDx8eFYQs0mJiaGNQZ17twZo0ePrvS54uJieHl54ejRo4zyiyii9YYmPz8ffn5+CAwMxNq1ayX23KtsDA0N4eLiAhcXF7x//56JYJOYmFjqgEHZ9OrVC4GBgVi6dCljJCDe54sbyol7dwVKynnLli1ae3BBUG9iYmLA5/OZusmF4RxBPlxdXeHq6qpqMRRG27Ztce/ePQBAZGQkCgsLoaenp/B8b926xXyuV68ezM3NFZ6nKuGqbVcERVG4ffs2AgMDJVYE+P777+Hi4sKJIgBBMtR5LkWQDWW0b0WjDe9AIx5pSVqCg4M5lIZ7dHV10bZtW1YEl6dPnypNuVUTHGCpUz+r7vWJxsbGBjdv3mR+n+joaAwePFjFUmknil5bNGnSBAsWLMCCBQvw4MEDBAQE4MqVK+Uq716/fh3Xr1+Hqakpvv/+e4wePVptHAgpCmWMedI6sbCxsYGLiwucnJw4iwino6MDa2trhIeHs9o2MZxTb8TXxTk5OTKf/+Xk5LCu5TnPa9euHWOM+/LlS2RkZMDExETm9CQlJCSE2Udv2bJlKQM0RaKuZQGQcVsZKGqsaNKkCWNkc//+fQQEBFRoZEMrqZuammLkyJFwdnbmdJwmawuCNJw+fRoHDx4EoNnGEIqCjgadk5PDRIN+9OhRudGgjx8/juPHj8PKyoqJBm1qasqpTDY2Nvj06RNrvBgxYgSneagrr1+/Bp/Px7///ouUlBQAFTuvcHBwgLOzM/r37w8dHR1OZakq5aAp+x9VCfFzIWn2xCrSr6gKVDYX1BbDOYCsLQgEAoELiOEcgUAgVFHEDUZatGjBSbq0B0F6kq5ow5R27dqxrulNk/T0dBw+fBiHDx+WK315NxLFI8xFRERw9ltXRkREBIBvSkj169eXOS0TExMIBAIAJb/JmjVr0L9/f07krIgDBw7Az89P4fmI4u3tzdRfDw8PTg6n7969y2xOA5qx4NZ0DA0N4ezsDGdnZ7x//57xFPzu3bsyjaAUzZkzZ3Ds2DG8evWKk/TkVS7URDIzM5GZmclclxXljc/nw8/Pj/ltHBwcKk23uLgYs2fPxo0bN0ptSNJU9H1ubi6WL1+OxMREtW/bjRo1wty5c/Hjjz/i999/x7lz51Rej5o2bYpTp07h2rVrOHHiRIUe08Tbbc+ePeHm5gYHBwfOD0YIykOStq0JVMV+maAaunTpgnv37oHH4yEvLw93796FnZ2dQvNMSEjAixcvmDoub/Q6TUIRbTs+Ph6BgYESKwLY29vDxcVFIYoABOlQx7kUQXa0YeyW5x1Eo480aNAAjRs3llseaTzaL1myBEuWLJE7z0aNGsmdhqLp2LEjoqKiAJSUmaiiq6LRtHqu6n5WE+oTUKIkQ3vSBqCUOmVtba1V0SbUkZ49e6Jnz55Ys2YNLl26BD6fX67yblpaGnx8fODj44N27dohICBAhZIrB677M9qJBR3NgnZsVp4TC3Nzc4waNUqhTixsbGxYUcWV0baNjY01dh9GHejQoQPr+suXLzIba9HnbzTyGJ3Z2tri2rVrAAChUIiQkBCJnMvJw6NHjxglcx6Phy5duig0P3HUtSwAMm4rE0XOfXv16oVevXohJycHFy9eRGBgYIXj9LFjx3Ds2DG0bduWMbbmwsiGrC0I0lDVDCdkwdDQEGPHjsXYsWORmJjIOHIpLxr0ixcv8Mcff7CiQQ8cOJCTKJM2Nja4evUqc62M9t2nTx9OnG/LQmZmJoKCgsDn85l3rch5RYcOHeDs7AwnJyeFOgSoKuWgKfsfVYnyxlhZxl5pn9GW8aIqzFXI2oJAIBDkR6MM5+Li4iAUClnftWrVitMIQoWFhYiPj2d9p6enRzw5EwgErSMvL491zZXnP0NDwwrz4ZqyFnDq5PWdPqyhlR+PHDmC77//XuHR7woLC3H48GGWgZCNjY3M6dnY2OD27dvMdXJyslI2U7jy2CotilhQl2d4o200adKkQuU4VWBiYgILCwuYmZnh3bt3Ss07IyMDs2bNQkRERJlRzAiSs3///kq9I9L9FEVRqFu3LgYMGFBpuhs3bkRoaCiTLv08UOLBs3HjxjAxMQFFUcjIyEBSUhKzJhG9f/fu3WjevDmcnJzke1EFcvfuXSYqa15entrUQR0dHQwdOhRDhw5FWloaHj9+jOjoaKSkpCAzMxPZ2dmoWbMmjIyMYGFhARsbG9ja2sLMzEzVohM4QJK2TdA+0tLS8PDhQzx58gSpqanIyMgAj8eDqakpLCws0LVrV3Tr1q3U2oJQogAnehAfHByscMM5X19f1nXfvn0Vmp82IhAImCgWkigCWFtbM4pVyogMQJAMdZ1LEQiy4ObmxnIatHjxYrnTJB7ty2bIkCHIzs5mruvVq6fwPLkyTFQ2pJ+VjAkTJqBHjx7MdY0aNRSe53fffYfvvvtO4fnIgratLUSjMCYlJTHOwBITEwGU3rt6/vy5ymTVROLj45loFp8/fwZQvhMLPT09ODg4KM2JxciRI1nndFxHMSkLDw8PeHh4KDwfTSU2NhaBgYHl/p2iKOjq6qKoqAhAiS5L8+bNZcrrzZs3TJo8Hg8WFhYypQOUKF+LOoSkHbYoEnoOSMvPteNNTS0LgIzb2oahoSHGjBmDMWPGICkpiTGySUpKAlD2OL1x40b8+eefGDhwIHbt2iVX/mRtQSAojiZNmmD+/PmYP38+wsLCEBAQgMuXL5cZZbKwsBDBwcEIDg5GnTp1WHo0suLm5gZHR0fmWtH6RMC3yHvKgqIo3Lx5E3w+HyEhIRI5rxg5ciRcXFzQunVrpchYFcqBoF4QRyYEaSBrCwKBQJAfjTGce/78OVxcXFjftWjRAhcuXOA0H11dXSxZsgSvX79mvtPR0cHFixfRtGlTTvMiEAgEVSJ+6Pbp0yeZve+JIn4Ao4zDPS49r4jCheFd48aN0bZtW7x8+RIA8OrVK/z666/w8vJSmPIHRVFYvnw54uLimMNeKysrubyH04ZzouG+tRmimCM7rq6ucHV1VbUYAEorXCmb3NxcuLm5IS4urkyvk+pg3KtpVPSbZWRk4M2bN8zvbG9vX2l6L168gK+vb6mycXBwwMSJE9G9e/dSHt5yc3MRFhaGEydO4NatWyylmnXr1mHAgAEwNjaW8Q25582bN4xCUHJyMgD1NuQ1MzPD4MGDMXjwYFWLQlAipD8sn8LCQjx9+hTh4eF49+4d0tPTkZmZCaFQiJEjR2LcuHGqFlEqoqKisH//fly/fr3SctfX14eLiws8PDw05uDoxo0buHXrFuORtmHDhhg4cCD69evHWZ/br18/xMTEcJKWJCQnJ8Pf3x/At7aqaEM9beLGjRtqrQhAqBxNm0sRCNKgSKdBhG/QUaQIZUP6WempU6cO6tSpo2oxVI62ry2AkrOFuXPnYu7cuQgLC0NgYCAuX76MnJwclsM8QsUIBAImmsXTp08BqKcTi/bt26N9+/ZKy49QMRRF4caNGyxv/pXx+PFjDBkyRKb8xB0OyNNXtW3bFkeOHJH5eWlJTk5GTk4O41CRx+OhT58+nKWvyWUBkHFbm2ncuDHmzZuHefPmISwsDHw+nxmnAbCMsQsLC5lIkPJA1hYEgnLo0aMHevTogdWrV+Py5cvg8/l4+PAhaw5Jf05NTeUkTwMDA62PAjZgwAB8+fIFQPnzcT09Pdjb28PZ2RkDBgzgJJqfNFSFciCoF9evX1e1CAQNgqwtCAQCQX40xnDOz8+PdQDA4/Ewffp0zvPh8XiYNWsWfvnlF+a74uJi+Pn5YdmyZZznRyAQCKrC3NwcwDcFhPv373MSXfP+/fsAvinf0PkoEnU/IP7xxx+xfPlyZgPtwoULSExMxO+//w4rKytO84qNjcWqVasQFRXF5Mfj8fDjjz/Kla5otDqKopgDZgJB3aAVrs6dO4dPnz4BKNtrMIBSBlFcs3v3bsTGxpbKt1mzZujevTuaN2+OWrVqKVyOqkJsbCyAb+NP165dK31m165dzP0URcHAwABeXl4YNGhQuc8YGBjAzs4OdnZ2uHjxIjw9PZGfnw8AyMrKwqFDh7Bo0SJuXkpGsrKycOHCBQQEBCAyMhJAxQpBHTt2LOWkhCAfBQUFyMzMZOqGLGiSMh+Bez5//oxjx47B398fAoGA9Te63+rcuXOZz6ampmLWrFkoLi4GAHTv3h2//vorJ3LFxMTgzJkzzHXnzp0xevToSp8rLi6Gl5cXjh49WqbxeFlKn/n5+fDz80NgYCDWrl2LUaNGcfIOlZGeno7Lly8z140aNUK/fv0qfObTp0+YO3dumXPkkydPokOHDvDy8kKzZs04l1fR1K9fH1FRUaoWQ2OZMWMGq36Lj8O6urpwcHBQmSIAoWzIXIpQVSBGSQRVQfpZAlA11hZc0qNHDxQVFUEgEODatWukD5eCvn37oqioqJSeAVDaiYWzszPatGmjEjkJ6oWkxqmie/8hISEy77/QZ6sAUK1aNbRo0UKmdFRB/fr1cezYMYWlT8qCoAmIGtlcunQJgYGBCAsLKzXeEAgEzcLQ0BDOzs5wdnbG+/fvmWjQ7969I44sZODz589MvyjeP7Zv3x7Ozs4YOXIkateurSoRCQQCgUAgEAhajkYYzlEUhUuXLrEmzaampvj+++8Vkt+IESOwefNmlpeL//77jxjOEQgEraJTp06sfvXkyZMYP368XKHmi4qKcOrUKZbBVqdOnbgSuUyCg4MVmj4XjB49Gv/88w8ePXrE/DZRUVEYPXo0unXrBmdnZ/To0UPmiHDv379nPNk9fPgQwDeFatp4RBKlg4oQNZwDSry0JiYmokmTJnKlW1UQNZxQRqj0qkZWVhbOnz8PPp8vscKVs7MznJycFCZTQUEBK5IZRVFo3rw51q1bR7xBKoh3796xrtu1a1fh/fn5+UwkTYqioKOjA29vb/Tt21fiPIcPH47q1atj9uzZTDrnzp1TieEcRVG4c+cO+Hw+goODmX6nvKg2devWxahRo+Ds7MyJ4XxVJyYmBv/++y8iIyPx8uVLuaNc8ni8Ut6NCVWH8+fPY82aNcjOzi6l2CfJQWydOnVQu3Zt3Lx5E0BJxOM5c+ZwEl2az+fDz8+P6VMcHBwqfaa4uBizZ8/GjRs3yo0eUtH3ubm5WL58ORITEzF37ly536Eyzp8/jw0bNjDX69evr/D+rKwsTJ48GUlJSeX2udHR0XBzc8OpU6eIt9IqSnmKAE5OTkqJ0q4NNGnShIlgoAjIXEpyFF0WBAJBOyH9LEGcqrC24IK3b98iICCAFZWRIB2FhYWsPWLgmxMLOpqFnZ0dcWJBYCGpIrzofW/fvsWTJ0/KdXRUHikpKXj8+DGz79OiRQvo6+tLlYY2Q8qCoEkYGBjA2dkZXbp0we7du/Hff/8RY3cCQUswMTGBhYUFzMzMSp1JE6SDHrPNzMwwcuRIuLi4cO5wnEAgEAgEAoFAKAuNMJyLjo5GRkYGyxBj2LBh0NHRUUh+Ojo6GDFiBHx8fJhNjC9fvuD58+eVKuASCASCpmBmZgZra2vExMQAAF6/fo3Nmzdj5cqVMqe5bds2xMXFMYeQ7dq1g5mZGVcil4mmKJ7u2LEDP/zwAxITE1mKII8ePcKjR48AlHg1tbS0RIMGDdCgQQMmEhUdjSo/Px/5+fnIysrCx48f8fHjR7x+/RqfP39m8hE1mKMoCs2aNcOOHTvklr9u3bqoX78+E8ELKBmfieGcZHz8+JH5XLNmTaXn//LlS8aYIy0tDZmZmSgoKJApLR6PBx8fH44llB6KonD79m0EBgZKrHD1/fffw8XFRSkKVw8ePEBubi7TFuvXr49Tp04RxWgFkpGRwbquLOJpeHg48vPzmT7T0dFRKqM5GgcHBwwZMgRXr14FUBJ1KD4+XmmKfa9fvwafz8e///6LlJQUAGVHWaQoCvr6+kxUm/79+ytsPVWVSEhIwKpVqxAeHs58RzxMEuRhx44d2LdvH6sd059FI2RWxqRJkxjDufz8fFy+fBljxoyRW77bt28zstStWxcDBgyo9JmNGzciNDQUQOnxWVdXF40bN4aJiQkoikJGRgaSkpIgFApL3b979240b95coYbvQIljDlo+Q0PDSqNRbN++nZnjl+VFmi6zlJQULF26FCdPnlSc8AS1haIoRhHA2dkZbdu2VbVIGoerqytcXV05T5fMpaRHUWVB0HyKioqYz/I45uKagoICfP36FRkZGcjOzkbNmjVhYmICU1NTogitBLStnyX1iTuqwtpCViqKygiQiKGyQv+G7dq1Y6JZkL1agjjyOoiQxVjrzJkzKC4uZsbFLl26yCWDtkDKgqBpZGVl4eLFiwgICMCTJ09ULQ6BUCHe3t6qFoFB3R1a3L17FwEBAQgODpbbaSahJJqrnZ0dXFxcYGdnp1b7RwQ2ZP+DQGDz9u1bREVFISUlBQKBgGkXxsbGsLCwQMeOHdGsWTNVi0lQMOpiP0IccRMIsqMRs8/79++X+m7o0KEKzXPIkCGllMLv3bunNh0fgUAgcMH48eOxatUqRkHhxIkTyM3Nhaenp1TGPXl5efjzzz9LRZv74YcfFCi9ZlGnTh2cPHkS8+bNw5MnT8pUrP38+TMT7VRSxA/MRdPs3Lkzdu7ciTp16nDyDjY2Nvj06ROTR3R0NEaMGMFJ2tpMdnY2Hjx4wPxuDRs2VFreZ86cwbFjx/Dq1StO0qPbtiqJj49HYGCgxApX9vb2cHFxUbrCVVJSEiMbj8fDzJkziSKGghGN7AhUHt1RvIzkiczp7OzMGM4BJcaqijScy8zMRFBQEPh8PqKjowFUHGWxQ4cOTFQbExMThclV1QgLC8P06dORn59f5u8vK8Twrupy+vRp7N27FwDbYK579+7o1q0b6tati/Xr10tUx/r27QsjIyNkZWUBAG7duiW34VxGRgbevHnD5G9vb1/pMy9evGBFYAVK6riDgwMmTpyI7t27M04iaHJzcxEWFoYTJ07g1q1brPF93bp1GDBgAIyNjeV6l/KgKIqZqwNAnz59KjwA/PLlC/z9/Vn9rrm5OQYPHoyaNWsiPDycSY+iKERERODKlSsK39MiqA+6urqws7ODs7MzBg4cSBQB1AQylyIQFENqairzWRVOg0QJDw/HxYsX8fjxY8TGxjKGM6JUq1YNbdq0ga2tLUaMGAFbW1sVSKqdaFs/S+oTEBoainv37jHXnp6ecqVXFdYW0iJNVEaKomBhYcE4CSNUjqmpKZycnODi4kKcWIgQHx+PN2/eMNeDBg1SnTBqwvHjx5WaX1ZWFo4dOwbgW3vv1auXUmVQV0hZEDSFO3fuMEY15Y3fmsyXL19Y+gtkHNUOvL291aZ+qqPh3Js3b8Dn83Hu3DnGsXRZ+ggASq1BCOXj6emJkSNHKtz5OkF2yP4HgcAmNjYWp0+fxvnz50s58i4LExMTODk5wdXVFW3atFGChARlQ3R5CATNRyO0NV6+fMm61tHRQadOnRSaZ4cOHVCtWjUUFxcz38XGxio0TwKBQFA2Y8aMgY+PD+Lj45nNnbNnz+LmzZtwd3fHyJEjUa9evXKfT0lJQVBQEI4fP47k5GRWtLNWrVph7NixSnwb9adu3brw9fXFyZMn8ffffzObzOKbkpJOssWV8+nnzM3NMXPmTEyYMAHVqlXjSPoSwzlRwxBa8UWR9OnTRyM3G4uKivD161fExMRg//79EAgEAErKTBkHChkZGZg1axYiIiJK1Sd12QSXBoFAgPPnz0uscGVtbQ0XFxeVKlyJb5rIEsmMIB0GBgas67S0NBgaGpZ7f1paGutaHgcZ1tbWAL61r69fv8qcVnlQFIWbN2+Cz+cjJCSEiRpZXpRFc3NzjBw5Ei4uLmjdujXn8shDWloaxo8fz6y1evTogT/++EPm9Dw9PREWFgYA0NPTwz///INatWpxImt5fPjwAbNmzWK8S5YVZYpAkIYvX75g06ZNrLpka2uL9evXo1WrVsx969evlyg9XV1d9O/fHxcuXABQEglVXug9EXrO37Vr10qf2bVrFytSnoGBAby8vCpUxjMwMICdnR3s7Oxw8eJFeHp6MkonWVlZOHToEBYtWiT3+5RFQkICcnJymHLo3bt3hfcHBQWhoKCAub99+/bw8fGBkZERc4+3tzdLEeHMmTPEcK4KcfPmzSqlCJCWloaHDx/iyZMnSE1NRUZGBng8HkxNTWFhYYGuXbuiW7duFc7RFIU2zaUkQZ3LgqC9hIeHM2N+3bp1VSLDnTt3sHXrVjx//hxAxfPzoqIiPHv2DM+fP4evry+sra2xaNEisn6XEW3sZ0l9+kZ4eDh8fHyYcpTXcK4qrC0k5fXr1wgMDMS5c+ckjsro4uKCfv36qWVURnXE29ubOLEoh8DAQBw8eBAA8VauKng8Xilnzi1atFCRNFUbUhYEaUhISGDG74qMaujxe9CgQRpr7O7j40PGCi1GVWdaos641YWsrCxGH0E86nNZ+ggdO3ZkHMAQJGPKlCkqzf/Zs2cs3V95nOpqG2T/g0Bg8/XrV2zYsIE5Z5d0vExPT4evry98fX3h6OiIlStXEgfrWoiq5y9EJ4lAkA+N2CGOj49nXbdo0ULhh/o1atRAy5Yt8erVK2bBJi4HgUAgaDo6Ojrw8vLC5MmTkZ2dzfR3KSkp2Lp1K7Zu3Yp69eqhTZs2MDY2hqGhIXJyciAQCBAXF4fk5GQA7A0jiqJgZGSELVu2qHyiqI5Uq1YNbm5uGDduHPz8/HDp0iVERUWxDLUl/d1EJ8K0Ufnw4cMxfvz4SiMtyYKbmxscHR2Za2UcNPfu3btShWVp8fb2xu7duyu8h/5tDxw4gAMHDsidp6jXscGDB8udXkXk5ubCzc0NcXFxpTac6UMaTeHGjRsaq3Al7l2fq8iPhPKxsLBgXScnJ6Nx48bl3l9YWMi6lsfDuLiRVmZmpsxplceAAQMYg+vyDmr09PRgb28PZ2dnDBgwgFPjaS4JCAhAYmIigJJ3kPdQydHREXw+n0nv3LlzmDRpktxyVsRff/3FzJ2Ab1GmXFxc0KdPH1haWsLY2Fgjjb8JqmHPnj3Izc1l6tTAgQPh7e0t13yrY8eOzIZ+eno6kpOTUb9+fZnTe/fuHeu6MoPj/Px83L59m5kH6ejowNvbW6rDs+HDh6N69eqYPXs2k865c+cUptxK9030HKqyOcWVK1dY969evZplNAeUeMy9ceMGY/x/79495OXlKWS+TlA/VG005+/vj6CgIABlKwFyRVRUFPbv34/r169Xut7Q19eHi4sLPDw8lBqNW5vmUhWhCWVB0D6ysrKwc+dOvH//nmlXyvaoW1RUhM2bN8PX15e19yHJHht979OnTzFt2jS4ublh2bJlxMBCSrSpnyX1qXy4Um6tCmuLisjMzGSUcqOiogBUHpWRdhKmLhHyNAlF78dXxr179xAeHs5cq1tUFU06L9BGatasSaI3qQmkLAiVIa1RjY2NDTN+i+8XahpkrNBOVFmu6lKnKIrC7du3ERgYWGnUZ6DEUTYd9dnS0lI1QhNk5uLFi4whMEAM5wCy/0EglEVUVBRmzpyJr1+/Vtgmytsjo585f/487t27h71796Jjx46KFZqgVNRlHkMgEGRDI2YqX758YXkbEVeKVRQWFhaIi4tjBjja0x+BQCBoE23btoW3tzdmz57NUtalJ3nJycmMpzRRRCeBos8YGhrC29ubHC5UQo0aNfDjjz/ixx9/RGpqKm7duoWXL18iISEB8fHxSElJYTbmxKlevTosLCzQsmVLtGzZElZWVujfv7/CDXMMDAzQqFEjheahLCRdxHCx2BFdKLdv3x79+/eXO82K2L17N2JjY1keDQGgWbNm6N69O5o3b45atWpphDHHjBkzWO8gfvCkq6sLBwcHtVS4atasGes6MzOTRHNQMPQBBV1Hbt26hW7dupV7v7gie1pamszrDPEIc4owhvj8+TPzbuJjdfv27eHs7IyRI0eidu3anOfNNdeuXWM+169fX24PdP369UPDhg3x8eNHAMClS5cUajiXm5uLS5cusdaoQ4YMwR9//KHwSHcE7YSiKFadMjMzg5eXl9yHS+Lz8fj4eLkM58SjqZqbm1d4f3h4OPLz85nx29HRUab27uDggCFDhjCRjz99+oT4+HiFHEzT/QhNkyZNyr03NzcXUVFRTLm1atUKnTt3LvNeFxcXxnBOKBTi5cuX6NSpE2dyc4FAIMDHjx+Rm5uL2rVrw8LCgsxdtIDExEQmKmtFh90xMTE4c+YMc925c2eJFAeKi4vh5eWFo0ePlumkQ3QuT5Ofnw8/Pz8EBgZi7dq1GDVqlBRvJDuaMpeqCmVBUA58Pp9xLlEZQUFBePLkidR5FBYW4uvXr0hKSoJQKGTNj/v16yd1evKwbNkyXLx4sVzltooQdzh0/PhxpKamYuvWrYoRliOysrKYcVtPT0/V4mhMPysJVbE+KZuqsLYQh6Io3Lp1C3w+H9evX5fISRitlCsahZygedy9e5eloKtuhnMEgiSkpaXh8ePHrH2DevXqoXv37mTvQMmQslAutFENn89HcHCwROP3qFGjiFENQe1xdnZWtQgqJT4+HoGBgfj3338livpsb28PFxcX9O/fXyFRn729vZnPXbt25dyxdEX5Hjt2DEDJez948EAp+aoSaQzDpCUzM1Mm57o6Ojpynd3JA9n/IBDYREZGYtq0aUxbFm8TPB4PDRs2hLGxMQwMDJCbm8ucr9IBE0SfSU1NxdSpU3H48GFiPKclBAcHq1oEAoEgJxphOJednc26NjExUUq+4vmIy0EgEAjaQq9evRAYGIilS5cyHtLENwrEDeXEF8FAiULXli1bKlQwVQUFBQX4+vUrMjIykJ2djZo1a8LExASmpqbQ19dXtXioU6dOmYpwxcXFyMnJQU5ODgDA0NAQhoaGCtmMq4qUtxlWllGoPNDpWVpaYvv27QqNxFhQUABfX1/WQrx58+ZYt24devbsqbB8FU15CldOTk5qG9a+c+fO0NPTY6KavXz5EvXq1VOxVNqNlZUVTE1NkZ6eDoqicPHiRcyfP79cg0pra2vWdUREBIYNGyZT3hEREQC+eZVSZMQOuh2YmZkxURatrKwUlh/XZGVlITo6mmnXXHn9Hjp0KI4ePQqgpDxycnIUpijw8OFDFBYWMu/QunVrbN++Xa2MdwmaRUxMDNLS0pg59qRJkzgxwqQdHtB19cOHD3KlJ+7UoTIj4aSkJADf+kZ5vHc6Ozszyq1AybiqCOUTet5NU1E5REREoKioiCk3BweHcu+lDeroskhISFALw7msrCzGaOb169elIlrb2NhgxIgRmDBhgloo5BMUB5/Ph5+fH1NHK6rPNMXFxZg9ezZu3LhRrsJBRd/n5uZi+fLlSExMVKrysLrPpapSWRAUy/v37xEWFlbhHgRdLz5+/FjKeFxSytpDqVOnDr777juZ0pOF7du348KFC6Wc7dSqVQtDhgxBly5d0KZNG5iYmMDQ0BA5OTnIyMhAbGwsIiIicPXqVWRlZbGU4y5cuICmTZtiwYIFSnuPyiguLsbly5cRGBiIiIgIljKWqakpevfujeHDh6s8spK697OVUVXqk6qpCmsLmvj4eAQEBODff/+VOCojrZRL9hm0B0Uq6BIIiiQqKgre3t64fft2mQrUenp6GDBgABYvXoyWLVuqQMKqAykL5RIfHw8+n49///0Xnz9/BlC+UY2enh4cHBwUalRDIHDNH3/8oWoRlI5AIGCiRtJO7iqKGmltbc1EjVS0nqq3tzeTv4eHh8SGc6IGkGPGjMHkyZOlyjc/Px8CgQAAmaeKkpiYiOTkZNZ3LVq0qNThy/79+1kOM6Th8OHDSjOYpCH7H4rF3d2ddc3j8eDj41PpfVxTXr6E0uTk5GDRokXIzMxktQkDAwOMHDkSjo6OsLGxKVMHJScnB0+fPkVQUBCCgoKQk5PDpJGVlYVFixYhKCgIBgYGcsuZlZXF9N00JiYmqFmzZoXPbd26VaY+SkdHB/7+/qX0q6oq2hJwgkCoymiE4RzttUfZ0FbgNHl5eSqRg0AgEJRB06ZNcerUKVy7dg0nTpxgvNKXhfiGfM+ePeHm5gYHBwe12QwODw/HxYsX8fjxY8TGxkIoFJa6p1q1amjTpg1sbW0xYsQI2NraqkDS8tHR0UGtWrVI9BoFIYmXJHkjzpmamsLa2hrfffcdRo4cqfAobw8ePGAiR1IUhfr16+PUqVNqa1wmKXT0nZEjR8LZ2VkjIloaGxtj0KBBuHTpEoCSCFgDBgxQsVTaz/Dhw3Hy5EkAJZvaR44cwbRp08q8t1OnTrCwsGAOPf39/WU2nPPz82Ndd+jQQaZ0KqNatWqws7ODi4sL7Ozs5I5GpQpEx2Qej8fZ2Gtra8sYzgmFQsTFxSnMKIVWKqYV9n7++WeizEaQizdv3gD4Vqe4ik4rPoeU1xmQ+GZ+WlpahQaqaWlprOt27drJnDe9GU8fMohH+uQKcQXeivpZcaPpipwUNGjQgHUtHmFDHoqLi/HgwQPcvHkTHz9+RGZmJmrVqoUWLVqgX79+5UZfffDgAZYtW4aUlJQy57xCoRCRkZGIjIyEr68vvLy8YGNjw5ncBPXi9u3bAErqc926dSWat27cuBGhoaEASju60NXVRePGjWFiYgKKopCRkcFEpBK/f/fu3WjevDmcnJy4fq1SaMJcqqqUBUF7EHesZWBggD///JMTJQBJSExMxKFDh0opM8yePRtubm4VGuN07twZrq6uWLt2LY4fP449e/aw9lQOHToEFxcXzh2EJSYm4ubNm/jw4QNr3O7bt2+5TlhevXqFpUuX4sWLF8x7ipKWloYLFy7gwoUL6Nq1K/744w+VODbThH62IjSxPmkqVWFtQePo6MiK/FqWUm779u0ZpVxNiMpIIGgqrq6unOy5iDomMjIygpGRkdxpikco4dIxW2JiIs6ePYtbt26VuW/g6upapiL433//jZ07d6K4uLjcs7KCggIEBwcjNDQUK1euxIQJEziTWxJIWXxD1WWhDQgEAgQFBYHP5+Pp06cA1MeohqBcuBovCOrBjRs3wOfzERISIlHUSNoBTOvWrZUqJ33OIA3Pnz9nnqEj5xHko7i4GNOnT2fO7YASB9mnT5+W6HlZ9Ys2bdqEwMBApRkwkv0P+alsrBB1aFZR+67M8Zk8yNKvVGX27NmDDx8+sPZwBg4ciLVr11YaFdLQ0BA9evRAjx49MGfOHKxduxYhISEs57Z79uzBkiVL5Jbzxx9/RExMDHNtYWGBs2fPVmo4B8jWRwmFQvzxxx84ceKE1M9qImQeSCBoPxpxalW9enXk5uYy17RHPkUjfhBDlCEJBIK2o6Ojg6FDh2Lo0KFIS0vD48ePER0djZSUFGRmZjLR2oyMjGBhYQEbGxvY2trCzMxM1aIz3LlzB1u3bsXz588BVDzpLyoqwrNnz/D8+XP4+vrC2toaixYtQt++fZUlLkEFTJkyheV9SxSKojB48GBm8frDDz+Ua3RTHjweD/r6+qhVq1al3pK5Rtz78syZMzXaaE5XVxd2dnZwdnbGwIEDNU7hav78+bh+/ToKCwvx77//wt3dXSOM/jQZd3d3+Pv7QygUgqIo7Nq1C61bt4adnV2pe3k8HqZOnYpNmzaBx+Ph7t27OH36NMaPHy9Vnj4+PggPD2c20KysrBQScc7T0xMjR45UqzFXFhISEljXXLWJNm3aAFBONKf09HTWdXlGKQSCpKSmprKuGzduzEm64gb78joDsrCwYF0nJydXKCsddZXG2NhY5rzFjQBFFZi4RHzulp2dXa7i/+PHj5nP1apVY6LKlYV4WYjuccnDo0ePsGbNGrx+/brMv//999+wsbHBpk2bWN7Gb9y4gfnz5zOGgpVFYn779i1++uknHDhwAF26dOFEdoL6kJGRgTdv3jD1wN7evtJnXrx4wYp0DZTUFwcHB0ycOBHdu3cvs96HhYXhxIkTuHXrFssT7bp16zBgwAC5+onK0IS5VFUpC4JyUYbTIKDECGbIkCGYMWOGQiM3ibN3714mGjRFUbCwsMChQ4ekUnCrXr06pk2bhoEDB2Lq1KmMc5XCwkLs27cP//vf/ziR9c2bN1i/fj3u3btX5t95PB6GDh2KVatWoU6dOsz30dHRmDZtGgQCQYURi+i/PXr0CJMnT8bRo0fRokULTmSXBE3oZytDk+qTplMV1hbiiCvl1qlTh3ESpklRGQkETaZJkyacKPA6ODiwosIsXrxY7jRFI5TweDw8e/ZM7jTpdHfv3o2CggLWnO/r169IT09HREQEDh8+jPXr12PEiBHM3/ft24ft27cz15VFMS4qKsL69euho6Mj9f66PJCyYKPKstAG+vbti6KiojKjaosb1Tg7OzNnEgTtg6vxgqAezJgxo0JHFrq6unBwcICzszMGDBigMt1QYtyiHgQFBbHOsqtXr44dO3ZIZJBCI21ZUhSF2NhYnD17FmPHjpXqWVkh+x/yQ8YK7aK4uBh8Pp9pEzweD6NHj8bGjRulbtP16tXDnj17sGLFClaafD4fixcvlqu/Dw0NZRw8ACXn09u2bas0IqYosvRR4eHhuHr1KoYMGSLVs5oIadsEgvajEdrHtWvXZnkm+PTpk1Ly/fTpE2ug4MJDFYFAIGgKZmZmGDx4MAYPHqxqUSSiqKgImzdvhq+vLyiKqlCRRBz63qdPn2LatGlwc3PDsmXLNM5IhyAZ0nidNDIy0qgw2+LRSzTdCPTmzZsarXDVsmVLrFy5EmvWrIFQKMT06dPh4+OjVMW1qkbz5s0xadIk+Pj4gMfjIT8/H/PmzcOvv/6KiRMnlhoTpkyZgsuXLzNRg9avX4+MjAx4eHhUOn4UFxdjz5492LNnD2sDzd3dXSHvNmXKFIWkq2wEAgHrmivjXnGP7FxGcxJHX1+fda3JBsoE9UA8ypl4HZMVcQVQefc0aCV4un+8detWhYaj4mN4WlpaKQVZSRGPAqEo5wTiSrTv378v87ChoKAAjx8/Zvr/Nm3aVBghIycnh3XNRRkHBwdj4cKFZSr0iF5HRUVh0qRJ8PPzQ7NmzZCcnIxly5YhPz+/lKGNKKIKBACQlZWFRYsWISgoiETE1jJiY2MBfHO+0bVr10qf2bVrF3M/7Y3Wy8sLgwYNKvcZAwMD2NnZwc7ODhcvXoSnpyfT/2VlZeHQoUNYtGgRNy9VBqqeSz179oz5rQFg9OjRpe6pKmVBUA6DBw8udz+DoiisWLGC6eft7Oykjr5NOw2qWbMmGjVqhJYtW0JHR0duuaWBoihcv36dqf+6urrYt2+fzF7hW7VqhX379sHV1ZVxxhIcHMyJok9kZCR+/vlnZGdnl2uoSFEULl++jGfPnuHkyZMwNzdHRkYG5s2bh4yMjDKjXNCI/+3Tp0+YO3cuAgMDoaenJ7f8kqAJ/WxFaFJ90gaqwtpCHLpeDRw4kHESRhy2Eghs3r59i6ioKKSkpEAgEDDOPI2NjWFhYYGOHTuiWbNmqhYTgGKiN3DhzECUv/76C/v376/U8D4rKwtLly6FsbEx+vXrh8jISOzatavCPQMa8TnIH3/8gV69eim1nEhZgElT1WWh6dAGBOK/t66uLuzt7eHs7Aw7OzsyfqsBmjReENSHsqI+Ozs7w8nJiZzzERgOHDjAOvefM2eOTA6ipJ1LUBSFkydPKsVwrqrsf6jDWCFpPeB67kmQnoiICKSmpjJjRdOmTbFu3TqZ1xk8Hg/r1q3D48eP8e7dOwAljnTDw8Plcsq8b98+Vh7u7u4SnSOJI0udO3bsmFoYzqlD2yYQCJqNRlgENGrUiAmDCpSEC37//r1CFdnfv3+Pt2/fshSOFBE5gkAgEAjcsGzZMly8eLHUoYMkk33xDfDjx48jNTUVW7duVYywBLVHUzcmxD1diXoo10RUbTTn7++PoKAgACX9hI+Pj9RpjB8/HgUFBdi0aRNSUlLg4uKCOXPmYPz48cQpg4JYsmQJwsLC8Pz5c/B4PBQUFGDDhg04e/Ys3N3dMWTIEKat8Hg8bNu2DVOnTkVCQgKEQiH++usvBAYGwtXVFb169ULr1q2Zg1ChUIjY2FjcvXsX/v7+ePfuHbNxzuPxmEMWQvkUFBSwrrkyUhdPh6toTmUhvg7NzMys0GCGQKgM8fEuIyODE8Mk2ukQ3U/Je/hrZWUFU1NTpKeng6IoXLx4EfPnzy9XWcTa2pp1HRERIbVSvuizwLd3UdT+TPPmzQF8Wx88fvy4zOiV9+7dYxw88Xi8Sg85xCNVylu+iYmJWLx4cbkKPaLvQFEUvn79it9++w3Hjx/Hrl27GOV7+t7mzZujS5cuqFOnDiiKwpcvX/DkyRNmX4zm06dP2LlzJ1asWCGX/AT1gj60o2nXrl2F9+fn5+P27dtMHdLR0YG3t7dUTjuGDx+O6tWrY/bs2Uw6586d02pjrYsXLzJRC4CyDTpIWRC4pG3bthVGdxbty9u0aaOR65jo6Gikp6czY6GzszPat28vV5r0mu7MmTMASuZlUVFR6Nixo8xppqamYvr06cjKygJQeZSQxMRErFu3Drt27cK+ffuQnJzMGtcNDAzQoUMHmJubM+N2TEwMa25CURRev36N/fv3Y86cOTLLrklI0s9WhKbUJ22hKqwtRLGysoKzs7PGR2UkEBRBbGwsTp8+jfPnz0vkCMvExAROTk5wdXVVabQndY8Kc//+ffz999/l7hnQ0H8TCoVYt24drly5gh07dkAoFDJzCiMjIwwfPrzUvkFERAQuXryI7OxsJp38/Hxs2bIF3t7eSntXUhbqUxbaAl027dq1Y8ZvYlSjejR1vCCoDxRFwczMjIkaWdGeCaFq8urVK8TFxTFjacOGDfHTTz9JnQ691ty4cWOl9545cwaPHz8GADx//hxxcXEyG7BJijbvf6jTWPHHH39weh9BsSQmJgL41n4nTZoktxNUfX19TJo0idUXJCYmymw4l5SUhCdPnjBrAzMzM8ydO1fqdEQNgyvj8uXLiIuLY6LOJSUloXHjxrKILxfq1LYJBILmoxGGc1ZWVnj48CHru5CQEEyePFlheYaEhLCueTweWrVqpbD8CAQCgSA727dvx4ULF0p506tVqxaGDBmCLl26oE2bNjAxMYGhoSFycnKQkZGB2NhYRERE4OrVq8jKymIpl1y4cAFNmzbFggULVPx2BGUTHBzMfNY0wyZxrynEmEM+EhMTERYWBkC+w1c3NzdYWVlh1apVePv2LbZu3Ypdu3bB2tqa6Ztk9QAvy0aItqOvr48DBw5g0qRJLEcYz549g6enJ9auXQsbGxtYWVnB0tISJiYmmDlzJjZv3oyvX78yCoabN29m0jQ0NARFUSxjLFHDBIqiYG5ujh07dqj9Qb2qMTY2Zl1//fqVEwMhcY/xioyG1LlzZ5bByevXr1GvXj2F5UfQfsQN3V++fMmJoyD6sI2mQYMGcqc5fPhwnDx5EkDJOHnkyBFMmzatzHs7deoECwsLfP78GUCJQbqsyq1+fn6s6w4dOsiUTmW0bdsWOjo6TATrM2fOYMqUKaUi6Jw6dQrAt8OFXr16VZhufHw86355y+J///sfK2KcqMMnCwsL5OXl4c2bN8jLy2P6q0ePHuHBgwc4d+4c812zZs3w+++/o0ePHmXmc/fuXaxZswaJiYnMMwEBAVi8eLHSInMQFI/4IVNZURZFCQ8PZ+ofj8eDo6OjTJGuHRwcMGTIEFy9ehVAiWFmfHy8TB58NYWKogsApCwIykdTnQbRiCs0ODo6cpKuo6Mjo+hD5yOPos+ff/7JGK0D3353XV1dmJqaIi8vj4kUTI+3165dw4sXL+Dn58c8V7t2bSxbtgwjR44s5TiksLAQgYGB8PLygkAgYNI5efIkZsyYwZnDEnWnsn62IjSlPmkT2r62oAkMDCRKuQRCGXz9+hUbNmzAhQsXAEg+L0lPT4evry98fX3h6OiIlStXEoOWMhBX1KYoCnXr1kXfvn1Rr1495Obm4uXLlwgPD4dQKARQooj5zz//4O7du8xYOnToUPzvf/8r86xszJgxWLZsGZYvX86KWhIaGoovX75Uup6pKpCy0CxMTU3h5OQEFxcXMn6rCWS8IMiLrq4u7OzsmKjPVWV9TJCeixcvAvi2LzB16lSZdTgASOSkqlmzZpg4cSIz3v/7779YsmSJzHlKgjbuf6jjWCGpkzJNdGamjaSkpLCuZTlnKQs6HbqN0/tasnDp0iUA39qum5tbKef60iCJrpmNjQ1mzJjBcrqoTCdt6ti2CQSC5qMRqwFbW1ucOHECwLeDw4MHD2LcuHGoXr065/nl5+fj4MGDpQ7XunTpwnleBAKBQJCPxMREHDp0qJTn5dmzZ8PNza1Chc7OnTvD1dUVa9euxfHjx7Fnzx7GOzNFUTh06BBcXFzQpEkTZb2ORpOcnIyXL18iISEBr1+/xqdPn5CTk4Ps7Gzk5OQAKDE+qVmzJgwNDWFhYQFLS0u0aNECVlZWqF+/vorfoARFRrRVNJ07d4aenh4KCwsBlCjeE2MO9cDc3BydOnXC27dvQVEU8vPzERERwXi5lhViOFc25ubm8PPzw/z58/Hw4UPWGJGXl4dHjx7h0aNHZT5LjwGimy7Z2dll3ken2ahRI+zfv18l3pU0DfENqVevXnEyzoobpSjSg7uFhQW6d+/OGNZev34dvXv3Vlh+BO2Hjp5A9yu3b9+Gg4OD3OnSG+gAUKNGDdjY2Midpru7O/z9/SEUCkFRFHbt2oXWrVvDzs6u1L30weKmTZvA4/Fw9+5dnD59GuPHj5cqTx8fH4SHhzP9s5WVlcKiQhgZGaF79+548OABACAhIQG//fYb1qxZw+w/+fr6IjQ0lJGnVq1a6NevX4XpxsTEsK7pyHay8OHDB9y4cYNlwNujRw/89ttvLK95BQUFOHfuHDZt2sTMxTdv3oyioiIAJYaUp0+fRu3atcvNq0+fPvDz84OLiwtzaJSdnY3g4GDODlMJqic/P591XZlRZFJSEoBvY660EX1EcXZ2Zoy1gJL1S1U21iJlQVAmot6MNdXrampqKuu6RYsWnKTbsmVLAN/mZuL5SENaWhrOnz/PGrctLS3xyy+/oG/fvozn4o8fP8LPzw+HDh1iFKY3bdrEOG8xMTHB6dOn0bRp0zLz0dPTw7hx49CtWzeMHz+eMcRLS0tDaGgoBg8eLPM7VBU0oT5pG9q+tqBRtdL9pUuXcOPGDQCQOOoBgaBooqKiMHPmTMaJGVC20TM9zy3rewA4f/487t27h71792q8UTK9VgdQbvRNSXn69CliY2OZvo7H42HGjBmYO3duKeXv+Ph4LFiwAK9evQIA7Ny5k/mbra0t67osjI2N4e3tjYkTJ+LJkycASiKmXblyBRMnTpTrPVQFKYuqi7e3NzGqUTPIeKH+5OfnIyYmBikpKRAIBMjJyYGhoSGMjY1hYWEBa2trheh1SsPNmzdJ1GeCRNy8eZMZs6tXr64UgyZbW1u0atUKr169Ao/HKxVYRBFo2/4HGSsIXCA+7+dKz048HXnWF6KBgKpVq4YffvhB5rQkxc7ODo0aNcKHDx8AlETTVpbhnLa27YKCAty5cwdPnjxBdHQ0UlJSkJGRwcyhTExMYGFhARsbG3Tu3Jl1hkAgELhBI1b8AwYMgJ6eHmuT6tOnT9i7dy8WLlzIeX779u1DcnIyq0PV0dHhRHGNQCAQCNyyd+9eFBYWMhsYFhYWOHTokFTh66tXr45p06Zh4MCBmDp1KuPho7CwEPv27cP//vc/RYkvFR8/fsTt27cRFhaGT58+MdF1zMzMULduXfTo0QP9+vVT+GG/KC9fvsSlS5cQHByMuLi4Mu8R9/hRntfn1q1bY9CgQRg2bJjKFQo0FWNjYwwaNIhRlL906RIGDBigYqkIO3bswIEDByAUCkvVf1k8/IseshLKx9TUFMePH8fp06fh5eWFzMxM1m9W0W8vyW9LURR0dXUxduxYLF68uFQkNULZ0MYi9G9869Yt2Nvby50urQRGo2gj6Pnz58PNzQ0AcObMGfz8889qYwBO0DwsLCxgZWWF2NhYUBSFwMBAzJs3Ty7PZw8ePMCTJ0+YtmZra8uJ0kfz5s0xadIk+Pj4gMfjIT8/H/PmzcOvv/7K8opJM2XKFFy+fJkxFF+/fj0yMjLg4eFRaV9bXFyMPXv2YM+ePayxz93dXe73qIjx48fjwYMHTJ58Ph9Xr16FpaUlvnz5gvfv3wP4thE/atSoSjes7969y3w2NjaWy2D40qVLTN48Hg+2trY4fPhwqfLV19fHuHHj0Lx5c0yZMgUUReH58+cASvrgZcuWVWg0R1OnTh0sW7YMS5YsYcosIiKCGM5pEQYGBqzrtLS0CqNWp6Wlsa7btWsnc97ihsPiEWSrGqQsCMpEG7wZ5+Xlsa7l8bArini7E89HGi5evIiioiKmbbVu3RonT54sFSmkQYMGWLRoEdq2bYtFixaBx+Mxhvw8Hg9Lliwp12hOlBYtWmDRokVYt24dk2d4eDgxnJMATahP2kZVWFuoAzExMeDz+cxvRAznCKomMjIS06ZNY0VbBdhRQxs2bAhjY2MYGBggNzcXAoEAHz9+RHFxcalnUlNTMXXqVBw+fFgtlOBkJT09nfks7xh07do15jOPx8PYsWOxaNGiMu+1tLTEoUOHMGLECOTk5ODLly/M33755ReJ8tPR0cHSpUsxadIkpmyio6PleAPVQsqi6qLqOfO9e/cQHh7OXFd1x5lkvFBfvn79Cj6fj6CgIMTGxjLOX8qiWrVqaNOmDUaOHInRo0erJNqLqo3m/P39ERQUBKCkTvr4+KhUHkLZFBcXIzY2FkBJOfXv37/CfVkuGThwIF69egWKovDixQsUFxdDR0dHYflp0/4HGSsIXCGu55GdnY1atWrJna64g255DPKeP3/O1NdevXpJdMbLBfb29kzQI/qcWdFoY9tOTU3FwYMHwefzkZGRwXwv7tD98+fPiI+Px7179wCUONRzdnbGtGnTUKdOHaXLTSBoIxphOFerVi0MHjwYFy9eZBSDKIrC33//jSZNmmDMmDGc5RUQEIB9+/axOk56Qkw6HgKBoG2kpaVh/PjxzKSxR48eLI/T0uLp6clEX9HT08M///zDyUKiPCiKwvXr15lxQVdXF/v27ZPKaE6UVq1aYd++fXB1dWU83QYHB6vccC4hIQE7duzAlStXWBNmcY8a58+fBwAMHToUCxcu5MwzUFnExsZix44duH79OksWUWi5ylNcEH8mNjYWcXFx2LdvHwYNGoT58+ertdfznJwcZGZmQigUwsjIqJTSk6qYP38+rl+/jsLCQvz7779wd3cnhogqZMWKFeDz+WV6wJHFaE6e56oq48ePx6BBg3D8+HHw+XwmYg4gmYEcjejvbmhoiCFDhmD27Nlo1qwZp/JKQ3p6Ou7evYvIyEjEx8dDIBBAIBAwUSelgcfjsQ7yFUXbtm1hamqK9PR0xiBlzpw5cq21UlNTERgYyIr+xEVkrYro1q0bfvrpJxw+fBj5+fmYPXs2jh07ptB5D0G7cXR0xMuXL8Hj8ZCbm4vffvsNu3fvlimtr1+/wtPTk6UQ6urqypmsS5YsQVhYGLNBX1BQgA0bNuDs2bNwd3fHkCFDmIM2Ho+Hbdu2YerUqUhISIBQKMRff/2FwMBAuLq6olevXmjdujXjYU8oFCI2NhZ3796Fv78/3r17xzISa9++vcIV/UeMGAE/Pz+EhYUxv2FmZiYiIyNZ4zlFUTA2NsasWbMqTC85ORnR0dHMmCPvhjyt8ET/LitWrKjQKLJ79+4YNmwYs6cGlBjvDR06VOI8hw0bhnXr1jEHFOIR9AiajYWFBes6OTm5wii64vMMeZwHiI+bdB2rqpCyIBCkQ1zh7tOnT5zMx0XXjGXlIw2RkZEAvo3bK1eurHD/aPjw4eDz+YyXc6Bk/Tlq1CiJ83R2dsaff/7JKCg9ffpUZvmrEppQn7QRbV9bqBPECRdBHcjJycGiRYtYDs4oioKBgQFGjhwJR0dH2NjYlKmknJOTg6dPnyIoKAhBQUHIyclh0sjKysKiRYsQFBRUyhmFphAVFcXsNcir4E8rM1IUhWrVqlVqfFOvXj2MHTuWMWQGSoz6u3TpInGeXbt2RYMGDZCcnMxy3KOJkLIgqIq7d+/i4MGDzHVVNpwj44V6UlBQgN27d+PIkSMoLCyU6Ly6qKgIz549w/Pnz/HXX3/hp59+wpw5c6pU5JTExERGh4rMx9WX169fIz8/nymjnj17Ki1v2qEZUBLFMTY2VqH6Pdqy/0HGCgKXdOjQgXUdHx/PSdS5169fA/i2JyPa3qXh7du3rHrau3dvuWWTlE6dOjGGc9nZ2YiPj4elpaXC8tPGts3n87Fp0yYIBALW/IneoywL+r709HQcPXoUAQEB8PT0xOjRo5UhMoGg1WiE4RwATJs2jYmeAnxTUlq9ejU+ffqEmTNnyuVtgTbE8/b2LvPwYNq0aTKnTSAQCOpKQEAAEhMTAZT0q05OTnKl5+joCD6fz6R37tw5TJo0SW45yyM6Ohrp6enMRNLZ2Rnt27eXK036wPzMmTMAgIyMDERFRcml4Orr68t87tChAzp16iTxs4GBgVi9enWpzUfxybPo365cuYLr169jw4YNUinWSEJxcTG2bduGw4cPg6KoSsNhV0RFzwQHB+P69euYOnUqFi9erFCPSpIgFApx5coVxtvfu3fvWJFwPTw8sHjx4lLP5eXlISkpibmuXbs2zM3NFSpry5YtsXLlSqxZswZCoRDTp0+Hj4+PQg0pCWXD5/MREBDAaq/0PLNJkyZo3rw5atWqherVq6tYUu3H3NwcixYtwoIFC3Djxg3cuXMHUVFRePHiBQoKCip93sjICJaWlrCysoK9vT369Omj0kOdjx8/Yvfu3QgKCkJ+fj7zvTxGlco8rOnbty+CgoLA4/GQl5eHNWvWwNvbW6a0KIrC2rVrkZuby7S13r17K2XcWLp0KQQCAf755x88f/4cY8aMwYYNG9C9e3eF503QPtzd3XHs2DGkpqYyziEWL16MDRs2SOXVMj4+HnPmzMGHDx+YNmFpaYlhw4ZxJqu+vj4OHDiASZMm4e3bt8z+zLNnz+Dp6Ym1a9fCxsYGVlZWsLS0hImJCWbOnInNmzfj69evoCgKr1+/xubNm5k0DQ0NQVEUcnNzme/EjdTMzc2xY8cOpfRXu3btwpQpU/DixQtWfqLjefXq1bFt27ZKDX/PnTvHuu7Vq5dcssXGxjK/SdOmTSU6ZBkxYgQuXrwIoOQdOnTowCgUS4Kuri5sbGxw584dACUHqQTtgT7gEo0G261bt3LvF1ccTEtLK2XwJSniUc1q1KghUzraAikLgjJJTk5WWMTk4uJibN++vcx9Ei6h91foNnP//n1ODu3v378P4Nv6XZ59HHouQVEU6tevL9E84Pvvv8fNmzcBgDHukWbfoEaNGujQoQMePnwIAPjw4YNswlcxNKE+aSNVYW1BIBC+sWfPHma/gm6XAwcOxNq1ayudlxgaGqJHjx7o0aMH5syZg7Vr1yIkJIRpxx8+fMCePXuwZMkShb8H1xw9ehTx8fHMPo6szkFp6LSAEidmkih8Dhw4kImAI6tCZ4cOHfDx40cApaNjawqkLAiqpqJz96oEGS/Uj8TERMyYMQMJCQky1VOKolBQUID9+/fj6tWrTKAEAkFdSEhIAPBt7a5Mx9QtW7ZkXSclJSk0f23Z/yBjBYFLmjVrhjZt2jCRJ8+fP48+ffrIne5///0HAMx5vax6e/Hx8QC+tS9xQz9FIt5HvXv3TqGGc9rWtrdu3YqDBw9K7Wxf/L6MjAx4enoiPj6e9E0EgpxojOGctbU1vv/+e5w7d47lNV0oFGLXrl24fv065s6dCzs7O6k3EW7cuIHdu3cjOjqaZTRHfx42bFiFSgoEAoGgqYhGlqlfvz769u0rV3r9+vVDw4YNmc34S5cuKdRwjjb6o/trR0dHTtJ1dHRkDOfofOQxnPv999+ZscXDw0Niw7lDhw7By8tLosmz+N8KCwuxfPlyZGZmYvLkyTLLLkpRUREWLlyI4ODgUjKJylOtWjVYWFigQYMGqFWrFmrUqMEo+OTn5yMvLw9ZWVlITk5GSkoKywBNND2KonDo0CG8efMGO3bskEq5l0t8fX1x8OBBJCcnM7KJUtG8o7i4GBMnTmS89Xfo0IFVtxTF+PHjUVBQgE2bNiElJQUuLi6YM2cOxo8frzaR8bQdiqKwa9cu1rWBgQGmTZuGsWPHcuKdiCA9Ojo6sLe3h729PYCSfi0xMREZGRkQCATIyspCcXExDA0NmX/169eXWQFZEYSEhGD58uUsb0RlGXVIg7KjGE6bNo2JkkpHd/X09MS6deukMkgsKCjAunXrcPXqVdYa8eeff1aU6Ay0EuqoUaMgEAhw5coVvH37Fu7u7mjXrh369+8PKysr1K5dG3p6ejLlQQzwqhY1atSAp6cnlixZwtTnixcv4uHDh5gyZQqGDRtW7kFybm4uwsPDcf78efz3338oKipiRWReu3Yt5/Kam5vDz88P8+fPx8OHD1lzuLy8PDx69AiPHj0q81laNtG+Jzs7u8z76DQbNWqE/fv3Vxh5iUtMTEzg7++P/fv3459//mHmgUCJEVnv3r2xZMmSSg8vCwsLGS98dB81cOBAuWSjjVtoRXpJEL+vUaNGUucr+gyJRKVdWFlZsaLBXrx4EfPnzy93/SWutBcRESGzcW5ERASAb+2jYcOGMqWjLZCyICiTUaNGYfPmzXKPS+J8+vQJixYtQkREhMIN5zp16sSaL5w8eRLjx4+vMBJrZRQVFeHUqVOs9YU0DrDEoRWVpVFoEL+vefPmUufbvHlzZs2SlZUl9fNVEU2oT9qKtq8tCARCCcXFxeDz+aw+cfTo0di4caPU+5n16tXDnj17sGLFClaafD4fixcvltvg5Nq1awgODpbo3tDQUHz+/FnqPAoLC/H161e8ePECaWlprN9F3ggnomv2Nm3aSPSMuIGYLIrOdevWLVMGeSBloT5lQSAoC00aL6oKb968wZQpUxhnauXph9SsWRMGBgbIzc1FdnY2hEIh83fRZ16/fg03NzccO3YMTZs2VeKbEAjlIxAIWNfKNOykI7PR7UTRY7c27H+QsYKgCKZPn45ffvkFFEUhMDAQrq6uctXjyMhIBAYGMnVo+vTpMqeVkZHBulZmHyVubCsuC5doW9vevXs3Dhw4AKD0/Klhw4bo2LEjWrVqBWNjY2YOJRAI8OrVK0RFRTEO8USfPXjwIAwMDDB79myFy08gaCsaYzgHACtXrsTDhw/x8eNHVudIURSePn2KWbNmoUGDBhg8eDA6duyIDh06wNzcnBVOOCsrC6mpqYiJiUFkZCSuXbvGdDBlRZqrV68eVq9erdT3JBAIBGWQlZWF6Ohopt8bPHgwJ+kOHToUR48eBVCieJWTkyNVlAxpSE1NZV1zFVGL9pZB/zbi+chCWWNMRdy/fx9bt24tZdANlHjIsLa2Rp06dUBRFDOuiUbboe/ftGkTOnfuzIm3kU2bNjHGlqJ5GBgYYMiQIejRowdsbW3RvHlziSP9FBcX4+3btwgPD8fDhw9x5coV5j3o9IODg/HHH3/gt99+k/sdpOHr169YtmwZbt++zTJOkdT7B1BSVmPHjsXhw4cBAE+fPsWrV6/QqlUrxQn+/7i5ucHKygqrVq3C27dvsXXrVuzatQvW1tZo06YNTExMZDbmmDt3LsfSah/0IpaeqxoYGMDHx0cuI1wC9+jq6mpUNMaHDx9i3rx5jMGxuIJYZf2T+DikbIM5mrZt22LIkCG4cuUK8w6BgYGIjo7GggULMGjQoArHEYqicO3aNezcuROvXr1ivuPxeLC3t1eKIqKbm1u5UaiePXuG58+fy5U+j8fDs2fP5EqDoHk4Ojri9evX2L17N9M2Pn/+jK1bt2Lr1q0wMDAA8K2+nzx5EidPnmQphorPOZcuXaowR0CmpqY4fvw4Tp8+DS8vL2RmZsrkJa08aMO/sWPHYvHixTA2NuZEbknR19fH3LlzMXfuXCQlJSE1NRV6enpo2rQpa5+pItLS0jBt2jTmWk9PT24vfKLK75VFuyvvPlkcKYi+c1nKyATNZvjw4Th58iSAEscxR44cYdVdUTp16gQLCwtGIdHf319mYy0/Pz/WtTK9ZKorpCwIyiIjIwOzZs3Cjz/+iCVLlsilHEMTGhqK5cuXIz09XSkHz2ZmZrC2tkZMTAwAMFGnVq5cKXOa27ZtQ1xcHLP/065du1LRHaVBVNlJUocs4o52JJ13lPcMMZyTDE2oT9qMtq8tCARCyXlhamoq02abNm2KdevWyTxn4PF4WLduHR4/fox3794BKDnLCw8Pl3sf5MWLF4xiXXnQ/VJcXBzi4uJkzkt8X9fQ0BBOTk4ypwew1+yS9ncmJiasa1nmH6JnwXl5eVI/XxakLNSnLAgEZaFJ40VVoKioCPPmzcOnT59Y52A6Ojro06cPHB0d0alTJ7Ro0YJ1rldcXIyEhARERUUhKCgI9+7dQ3FxMXPukZycjLlz54LP56vMeTKBIIq4sVrNmjWlTqNBgwYynVGL69OJG/FxjTbsf5CxgqAInJyccOXKFVy5cgVCoRAzZszAgQMHYGNjI3VatC1DcXExAGDIkCH4/vvvZZZNvI+SZV+rZs2aMjnlEO8PFWncq01t+8WLF9i7d2+p/U0HBwd4eHigS5culaYRERGBQ4cO4dq1a0z/SlEU9uzZg0GDBsHKykqRr0AgaC0aZThnbGyM3bt3Y8qUKaxDE1GF0Q8fPuD48eOs53g8HgwMDJCXl8cMRjSihy3inZSRkRF2795NDrIIBIJWEhsby3h54vF4sLW15SRdW1tbxnBOKBQiLi5OYQrs4pv9smxelIX4xgQXhwrSTOILCwvx66+/MpuHQMm41K5dO8yfPx/9+/cvpdBUWFiI0NBQ7Ny5k7UhUVRUhOXLlyMoKEgu+cPDw3HixAmWPDVr1sT8+fMxZswYmQ5ugJLoTy1atECLFi0wduxYrF69GmfPnsXOnTuRnZ3NjPG+vr4YMWIEZ/W0MnJycvDzzz/j+fPnLEP98uYNFUEbztH3X758WSmGc0CJ55dOnTrh7du3oCgK+fn5iIiIYKIJyAoxnKscUaMZHo+HKVOmEKM5glxkZ2djwYIFrEhSRkZGcHV1RefOnXHx4kUmihuPx8OxY8dYHokeP36MR48esYxqxo4dK9cGnTysW7cOMTExLAPTV69eYf78+ahTpw5sbW1hbW2N2rVrw9DQEDk5OUhPT0dMTAweP36M1NRUljIDRVFo2LAhNmzYoNT3EFeoKMvTJkG7cXV1Rf/+/TlLb968edDR0cGePXuY/Qu6PuXk5DD3URRVphI03R6qVauGpUuXYsqUKZzJVh7jx4/HoEGDcPz4cfD5fKSkpLDkkRTRdmNoaIghQ4Zg9uzZaNasGafyykLjxo1likhRr149zsugoKCApcQlCTVq1GBdy6KMIPpMVejjuG7b6o67uzv8/f0hFAqZyMmtW7eGnZ1dqXt5PB6mTp2KTZs2gcfj4e7duzh9+jTGjx8vVZ4+Pj4IDw9n+i0rKysS5QykLJSBNrRvLt/h6NGjePz4Mf766y+Zy10oFMLLywtHjx5V+hgxfvx4rFq1iqm/J06cQG5uLjw9PaXaJ8zLy8Off/5Zyjv2Dz/8IJd8+fn5Uo/btLMEGlmcHonuG4qfiRHKR93rE/At+rmyoR2QKpqqsLYgSIc2jNuEEhITEwF8c/gzadIk6Ovry5Wmvr4+Jk2ahI0bN7Ly0STlVnEjhLVr15YynJIWev8YAKpXry7RM+LzDVkUEzU9GgcpC82FjBXaBRkvuMHa2hrOzs5yp3P48GFG9wQoKRdra2usX78e1tbW5T6no6MDS0tLWFpawtnZGc+ePcPq1avx9OlTZo0UFxeHw4cPw8PDQ245CQR5yc3NZV3Lsr81ceJETJw4UernxPMSPQtUFJqw/1ERZKwgiMLlXHDLli0oKChAaGgo0tPTMWHCBLi7u2Pq1KkSGZ2lpqbi8OHDOHbsGAoLCwEA9vb22Lp1q1xyceHQdObMmZg5c6bc6SjSuao2te2//vqLpdulr6+PTZs2YcSIERKn0aVLF3h7e+Py5ctYtmwZCgoKAJScx/z111/Yt2+fosQnELQajTKcA4B27drh4MGDmDlzJtLS0kopKAKlJ5QURZXbYZe1aURRFMzMzLBv374KF3oEAoGgySQkJLCu27Zty0m6bdq0AfCtf01ISFCY4Rwdsp7m06dPMhtwiSJ6IF9WPoomMDCQ8dpFLwZcXV2xZs2acpVc9fT0MGTIEAwcOBCrVq1ihfuOj4/HjRs3ylS0k5S///6b+UxRFFq3bo0DBw6gfv36MqdZFjVr1oS7uzuGDh0KDw8P1kbs33//zZJDkSxbtgzPnj1jeezo1KkTfvjhB3Tr1g3m5ubo0qWLRIdPLVu2RIsWLZCQkMAoM86ZM0fh77Bjxw4cOHAAQqGQkyhTovWRUDl0eHr6N/vuu+9ULBFB0/Hz82Otf5o3bw4fHx8mGkFkZCTr/h49epRK4+3bt9ixYwcuXLgAHo+Hs2fPokaNGkqP6AmUjK379u2Du7s7KyIFRVH48uULrl69iqtXr5b5rLixGkVRMDU1xd9//610pyfl9Yny9JVVwSBFm2jSpAmaNGnCaZpz5sxBt27dsHbtWmbOLmkUBYqi0KxZM6xZswZ9+vThVK6KMDc3x6JFi7BgwQLcuHEDd+7cQVRUFF68eMFs4laEkZERLC0tYWVlBXt7e/Tp00fujXACQR4U0bbVmebNm2PSpEnw8fEBj8dDfn4+5s2bh19//RUTJ04s1QdNmTIFly9fZhxyrF+/HhkZGfDw8Ki0vyouLsaePXuwZ88e1hrD3d1dYe+nSZCyUDza0L65fAeKohAZGYnRo0dj48aNGDx4sFTPf/jwAYsWLUJUVBTL8ZCyGDNmDHx8fBAfH8/kffbsWdy8eRPu7u4YOXJkqQhuoqSkpCAoKAjHjx9HcnIy8w48Hg+tWrXC2LFjOZOV7KeoP5pQn8SjnysTZbVvsrYgiKIN47YktGvXTmV5K6tti5+79e3bl5N06XTovpGOxswFkvwuXP12Xbt2xfz589GzZ09O0tM2SFkQKqKqjBWDBg1SSb4CgUCp6zxNHC/Uke+++46Ts2k/Pz/WnlH//v2xa9euUo7aKqN9+/bw9fXF3LlzcevWLSbNU6dOEcM5glogvmb8+vUrjIyMlJJ3enp6hbIoAk3Y/6gITRgrVLnGE4XH4+HZs2eqFkOhVDYXlNYJ1Y8//ggej4eQkBAUFRXhyJEj8PHxQbdu3dCpUydYWlrCxMQENWrUQF5eHjIyMhAfH4/IyEiEh4czThF5PB7s7e0xZcoURpene/fuMr2juHONr1+/cqIfKwnifZR4oAcu0YS2LQkZGRm4c+cOaw61bds2qc9eaIYNG4Zq1aph7ty5TJq3b99GRkaG3M5eCISqiMYZzgFAx44d4e/vj19++QVPnjwpdUgkr5Jily5d4OXlhUaNGskrKoFAIKgt4uHduTIOq127NuuaNh5RBLQ3D7rfv3//PiwtLeVO9/79+wC+GbzIEqpaHvz8/Fj5Dxo0COvXr5foWT09PWzatAmpqanMpiMAnDp1SmbDOfEJvampKQ4ePFjhRom81K9fHwcOHICzszPS09OVOul/8OABE+aaoijo6upixYoVMnmHounfvz8SEhJAURSioqJQWFgok8dwSVmxYgX4fH4p4xJA9sNDYsghHeLlK0uUGgKbJk2ayLyRpA2cPn2a1S/t2rVL6n64WbNm2LZtG/r164fffvsNxcXF8PX1Ra1atbBw4ULFCF4BrVu3Bp/Px4IFCxAZGclsqAMV9znifVrnzp2xY8cOhY5L4mhzFBZlU9Xbdnn07NkTFy9exLVr13D69GmEh4dX6GVSV1cXXbp0wZgxY/D9999DR0dHidJ+Q0dHB/b29rC3twdQ4lk7MTERGRkZEAgEyMrKQnFxMQwNDZl/9evXh4WFhUrkJWgub9++RVRUFFJSUiAQCJCdnY2aNWvC2NgYFhYW6NixI4koIiVLlixBWFgYnj9/Dh6Ph4KCAmzYsAFnz56Fu7s7hgwZwnibpQ95pk6dioSEBMa7YWBgIFxdXdGrVy+0bt2acfwiFAoRGxuLu3fvwt/fH+/evWMdprdv354TL9jaAimLb2RnZyMtLY1xtGBqagpzc3OJozWoCk3oo2xsbBAdHc3MrQUCAebNm4dJkybh119/lWjP4tq1a1i5ciUEAgHLaK5mzZr4/fffFf0KAErmHl5eXpg8eTKys7MZGVJSUrB161Zs3boV9erVQ5s2bWBsbMxEsxYIBIiLi0NycjIAtnMOOrr3li1biLFbFUOT6pMq9umU3R7I2kJzuXfvHsLDw5nruXPnqlAazUCVe+/KatviTiG52scTT0eWCOvi9OjRo8J66+3tzfxutra26N27t9R56Ovro1atWmjUqBHat2+PunXryiyvNkPKQnshY4X0vH//XumOSmiUOQ/UpPGCazIzM5GZmclcq/ocKjo6Gh8+fGDKv27duti2bZvURnM01atXx7Zt2zBixAh8+fIFAPDx40dER0fDxsaGM7kJBFkQN5JLT09H06ZNlZL3169fK5RFEWjS/kdZaMJYQfSrKkaZc0FZnVCJ6q0IhUKEhYUhLCyswmfEdfRCQkIQEhLCfCerEaN4JMj09HSlOY4QN5yTJiqltGhC25aE8PBwJtocj8fD4MGDZTaaoxk8eDCGDBnCOB8XCoUIDw+Hg4MDFyITCFUKjTScA0qUj0+dOoVTp05h7969jBWwLIMcPWBZWFhgzpw5cHV1JQeiBAJB6xH3zsqVRwjxdMRD2nNJp06dWAuVkydPYvz48XK9S1FRUakw8oqKmFcWmZmZjHIcRVGoUaOGTMpG//vf/zB48GAUFhaCoig8evRIZpmePHnCRC2jQ2Erwzihfv36mDRpEry9vQGUeMN/8uSJXJHzJIEOZU2X/2+//YYffvhBrjTbt2/PfC4qKsKbN2/QunVrudIsDz6fj4CAgFIGKDweD02aNEHz5s1Rq1YttVc01HTEozFK4hGbUDGurq5wdXVVtRgqISUlBe/evWPa9aBBg+TqQ1xcXJCdnY3//e9/oCgK+/fvx6BBg1RyMFW/fn34+vri7NmzOHToEN69e8f8rbzo4PT6rVmzZpg2bRqcnZ0V6tmqLK5fv67U/LSZqty2JYHeSBUKhXj27BkSExORnp6OzMxMVK9eHaamprCwsEDnzp1hYGCganFLoaurixYtWqhaDIKWEBsbi9OnT+P8+fMSOWgxMTGBk5MTXF1dmcjohPLR19fHgQMHMGnSJLx9+5ZZkz579gyenp5Yu3YtbGxsYGVlxXjUnDlzJjZv3oyvX7+Coii8fv0amzdvZtI0NDQERVGsfQHxw3Rzc3Ps2LGD7MWKUNXL4sWLF/D398fDhw8RHx9fSsmgWrVqaN++Pfr06YMJEyYo1XlCRWhaH3Xq1Cls2bKFiW5I1wNfX19ERERg+/bt5R6+FxYWYvPmzfD19WUZXlIUhfbt22P79u1KUy4CgLZt28Lb2xuzZ89Gbm5uKWccycnJ+PTpU6nnROuW6DOGhobw9vZG27ZtlSA9Qd3QlPqk6r5aFZC1heZw9+5dHDx4kLkmxhCSoe3tWny/PDs7mxMP+dnZ2axrLuaGPXr0QI8ePcr9O31mBZREJyN1XHGQstBeyFghO2S8kA1FjBdcs3//fqZdqEOEoISEBOYzrSMir0GPkZERJk+ejL/++ov57vXr18RwjqByxPueFy9eoGPHjkrJ++XLlwC+6fSIy6IoNGX/oyw0ZaxQ9ZitzsZ7qpgLSvt70OUnieNn8WdkzbM8GjRowLqOj49X2tgZHx8PQDl9lKa07cqg+076N+PKWaWLiwuuXr3K1DPaiJlAIEiHxhrOASUDzcSJEzF27FhcuHAB//33H8LCwlBYWChxGnp6eujRowdGjx6NYcOGKSXcMYFAIKgDxsbGrGuuwjiLe8NRZGhoMzMzWFtbIyYmBgAYxbCVK1fKnOa2bdsQFxfHKP20a9cOZmZmXIlcKRERESguLmbyHz16tEzRAC0sLODo6Ag+nw+gZBEQGxsrkzIWbcRAT+jl9YIhDYMHD2Z5jBQ1qFAE2dnZePjwIZNfp06d5DaaA1DKwOX169cKMZyjKAq7du1iXRsYGGDatGkYO3asWh4CaCvimxRJSUlK7UsI2kVUVBSAb/3wkCFD5E7Tzc0NgYGBiImJAUVR2LNnD/bu3St3urKgq6uL8ePHY9y4cXj48CEePHiA8PBwJCcnIz09nYnQUbt2bdSvXx/dunVDz5490b17d5VvOBNUR3p6Oj5//ozc3FyYmZmhXr16nEVzVUePx9WqVYONjQ05QFYxKSkpCA8PR2JiIr5+/YrMzEwIhUIMHDgQw4YNU7V4WsvXr1+xYcMGXLhwAYDkB03p6enw9fWFr68vHB0dsXLlSs4irWsr5ubm8PPzw/z581nrIoqikJeXh0ePHpXrlIU2mhEtH/HDKPo+Os1GjRph//79JDpzGWhqWRQVFbGMxvT19SVWqkpOTsbq1atx69YtRq7y8oiOjkZ0dDQOHTqEcePGYdmyZTJ7PJcXTe2jdHV14enpiR49emDFihXIyMhg6k5MTAycnZ3x+++/Y/jw4aznEhMTsWDBAjx//pxZnwAl7z158mSJo9VxTa9evRAYGIilS5ciMjISQMWKCqLOhkT/1rlzZ2zZskVpHnsJ6om61yd1VnwiEGjEvawTKkfb23aHDh1Y1/Hx8ZycV7x+/RrAt31Ta2trudOUBG0vL02ClIXmQsYK6akK9V3bxgtpUacyTklJAfDtN+PKufHAgQPx119/MW2fDpRAKOHUqVM4f/68Up4TCAQqi2SpbrRs2RLAtzHp3r17SnP6effu3TJlUQbqvv9RHpoyVpC2VTHKngvKm4+8UevkoVmzZqz07t+/j9GjR8uVpqTcu3evTFkUgaa07coQd6zYrl07TtIVN0wWCAScpEsgVDU02nCORl9fH6NHj8bo0aORk5OD6OhoPH/+HElJSUhJSUFOTg4KCwuhp6cHQ0NDWFhYoHHjxmjXrh06duyoll7ZCQQCQdGIK+O8evWKk0WsuKcJRRuKjB8/HqtWrWI2dE6cOIHc3Fx4enpKFR46Ly8Pf/75Z6loc1wYTUmDuNeJ/v37y5zWgAEDGMM5oGQhIIvhnLiCXcOGDWWWSVrE8ypL2Y9LHj9+jKKiIgDgtPzr1KnDpAkAqampnKQrTlRUFD58+MDUYQMDA/j4+CjNGxbhG02aNEG7du3w/PlzAEBoaGiVKIe0tDQ8fPgQT548QWpqKqN8SUdE6tq1K7p16wZDQ0NVi8opmZmZyMzMZK657ifFjdIl8dSWn59faWTJcePGMYZzt27dQlZWlkIN3itDR0cHPXv2RM+ePVUmA6Fs1KVtp6Wl4ciRI7h27RrevHnD+lv16tXRs2dPjBgxAk5OTqhWrZrM+RCPxwRRCgoKEBAQgOPHjzMb6+LUrVu3TMO51NRU/P7778yBSJcuXfDjjz8qUlytIyoqCjNnzmSiaAHlRyQt73sAOH/+PO7du4e9e/dWiTmZPJiamuL48eM4ffo0vLy8kJmZWeZheFlIcnBIURR0dXUxduxYLF68uJRTH8I3NLEs/Pz88L///Y+5njNnjkTj6L1797Bo0SJkZGRIfGBOURQKCwtx6tQphIeHw9vbW+nGTtrQRw0aNAh8Ph+LFy/GkydPGDmzsrKwePFi3L9/HytXroS+vj4uXLiA1atXIzs7m3kniqJgYmKC//3vf0p1tFQWTZs2xalTp3Dt2jWcOHECYWFh5d4r3n569uwJNzc3ODg4QEdHR9GiEjQAda1Px44d4zQ9AoGgHlSFfYdmzZqhTZs2iI2NBVAy/+nTp4/c6f73338ASuZglpaWSolMKVpeXbt2VXh+hPIhZUGoSnAVqULd0abxQtvg6uxTPGoOMSz5BkVRpc6cJXkGKH1WLSnEeLmExo0bw8zMjNnju3fvnkRn7fKSn5+Pu3fvMntspqamSncyp677HxWhCWNFcHCw3PIQuEGZOo6KokWLFjAyMkJWVhYoisLdu3dRXFys8HYnFApx584dpo+qVauWQo17NaFtS4K4vrK8EXvLS0cavWgCgfANrTCcE8XQ0JAoWxIIBIIENG/eHMC3jZBbt27B3t5e7nRv3LjBum7UqJHcaVbEmDFj4OPjg/j4eGaifvbsWdy8eRPu7u4YOXJkhd4nUlJSEBQUhOPHjyM5OZlR/OHxeGjVqhXGjh2rUPnFETeOaN++vcxp0c/SZSzu0UJSxKOxZmRkKE25UVxmRXstpw0Xabp06cJJuuKGKIoyAKSNtICScp8yZQpRDFYhM2fOxIIFCwAAvr6+mDJlCkxMTFQslWKIiorC/v37cf369UoPOPT19eHi4gIPDw+t2KQCgP379zNGNjweD8+ePeM0/fT0dNY1bYwrinhfLclmfvfu3ZnPQqEQkZGR6Nu3r+yCErQOdWrbAQEB2LRpEzIzM8uUJS8vDzdv3sTNmzexd+9e/Pbbb+jXr5/M+RGPxwQACA8Pxy+//MKsE8qiojpSp04dfP78GY8fPwZFUbhz5w4mTJig8MNWbSEyMhLTpk1jDvzFPTPyeDw0bNgQxsbGMDAwQG5uLgQCAT5+/Iji4uJSz6SmpmLq1Kk4fPgwmSNLwPjx4zFo0CAcP34cfD6f8TINSNc3irYdQ0NDDBkyBLNnz1aoV0ptQ5PKIjQ0lMlHV1dXImc0z549w+zZs5GbmwtAci+sove9fPkS06ZNg7+/v9LWXNrURzVs2BC+vr7YunUrjhw5wshGURT8/f3x5MkTWFtbg8/ns/bNKIpC586dsW3bNrVZ2+no6GDo0KEYOnQo0tLS8PjxY0RHRyMlJQWZmZlMNGsjIyNYWFjAxsYGtra2JEI8oUzUsT716NFDYWkTCATVURUM5wBg+vTp+OWXX0BRFAIDA+Hq6opOnTrJnF5kZCQCAwOZOdX06dO5ErVCNKm8Pnz4gIcPHyrluQ8fPkidj7yQsij/GYL28ccff6haBKWhLeOFpmNubs66Ligo4CRd8XTq1q3LSbraADmPUi39+/fHuXPnAJToKfn6+mLq1KkKzfPEiROMs1IejyfXuaY8qOP+R2Wo+1ihaF1JguRcv35d1SJwQu/evXHlyhUAJdFaAwICFK7TGhAQgM+fPzN9VO/evRWaH6D+bVsSxM/cUlNTOXFgTgdpoM9omjZtKneaBEJVROsM5wgEAoEgGW3btoWpqSnS09NBURT4fD7mzJlTpjK+pKSmpjKTTdrThI2NDYdSl0ZHRwdeXl6YPHkysrOzmbxTUlKwdetWbN26FfXq1UObNm1gbGwMQ0ND5OTkQCAQIC4uDsnJyQDYik0URcHIyAhbtmxR+uZUfn4+61o8MqA01K5dm3Uta4hm8c3Kp0+fKs2Le0xMDIBvk34LCwuF5peWlsa6lqc9iKIsT2m0oSH9e3333XdKyZdQNsOGDYOTkxOCgoIgEAgwd+5cHDp0qJSBkzoQExODM2fOMNedO3fG6NGjK32uuLgYXl5eOHr0KCiKKlXX6T5VlPz8fPj5+SEwMBBr167FqFGjOHkHVaPIdi6edlkRs8W9CX3+/LlSI2e6T6XHurdv3xLDOS1DW9r2/v378ddff1VqzEb//c2bN/Dw8MD48eOxYsUKtex3CeqPv78/1q9fz4pGDJReN1TG5MmTER4eDqDEeUJwcDBGjBght3wUReHAgQM4cOCAVM8AkPo5GknfmQtycnKwaNEiVoQtOqLyyJEj4ejoCBsbmzIjXebk5ODp06cICgpCUFAQcnJyWBGUFi1ahKCgoDLHUwIbc3NzLFq0CAsWLMCNGzdw584dREVF4cWLFxIpyxgZGcHS0hJWVlawt7dHnz59SJ8sI5pQFhRFISIigmlvXbp0KaVkJU5BQQHmzp2L3NzcUv1s586d0bNnT2Y/h6IoCAQCxMbG4t69e4iOjmYZcL179w5LlixhRY1VFNrYR1WrVg3Lli1Dz5498euvvyI9PZ35bV++fInY2FhWlDkej4eff/4ZixcvlivSryIxMzPD4MGDVR4Jj+bUqVM4f/68Up4TCARKHberAupWnwgELnB3d1dIuklJSRLnw+Px4OPjoxA5COqHk5MTrly5gitXrkAoFGLGjBk4cOCATOeIT58+xaxZsxiHBEOGDMH333/PtcgaDUVROH/+vFTzCNGIyLLMW8j8o2w0uSzIWEFQBeo+XgQGBsr1fHnQ0VUkzUeSsx55aNeuHev67du3le7zSMLbt28BfNNnaNu2rdxpagNk/FQ9I0aMwLlz55gx9MCBAxg9erTCjMPS0tJw4MAB1l6bo6OjQvKSBk3Z/1D3sUJbIHNB9eG7777DlStXmD5jz549cHR0VNg5Qm5uLvbs2cPqo5Shg6gNbdvW1ha6uroQCoUAgIcPH3LiwPLRo0fM52rVqsHW1lbuNAmEqggxnJOQV69eISsrC507d1a1KAQCgcAZffv2RVBQEHg8HvLy8rBmzRp4e3vLlBZFUVi7di2j7ER7mlBGOPa2bdvC29ub8VAurmyVnJxcKpKY6N8BtiKsoaEhvL29VbJJJ+4ZXZ7fT1xxiV4ISIt45DofHx8MHz5cZrmk4ejRo2XKoijEFQcLCws5SVc8WpS4USNXiEfka9y4sULyIUjOxo0bUVBQgCtXruDRo0cYM2YMNmzYIJdHHEXA5/Ph5+fHtHMHB4dKnykuLsbs2bNx48aNco1ZKvo+NzcXy5cvR2JiokZ5hlUF4t6HcnJyUKNGDdZ3RkZGrOsPHz7A0tKywnTpjRqarKwsOaQkqCPa0LZDQ0Oxbdu2UvmVdYgo/vfTp08jKioKe/furTACMYEgTnBwMNauXYvi4mLWOqFhw4bo1q0b6tati0OHDkmUlr29PWrUqME4yLh58yYnhnO0TMp8TplORfbs2YMPHz6wFL0GDhyItWvXon79+hU+a2hoiB49eqBHjx6YM2cO1q5di5CQEEb+Dx8+YM+ePViyZInC30Nb0NHRgb29PROlvqioCImJicjIyIBAIEBWVhaKi4thaGjI/Ktfv77CHZ9URdS5LOLj4xmHRgAwYMCASp85efJkqbZuY2OD9evXl1LQEicqKgpr1qzB8+fPmefv3LmDu3fvok+fPvK/UAVocx9lZ2eHwMBA/PLLL3j06BHzjqJGc2ZmZti0aZNEZUwogaIoZGZmMhEKJX0GgNTP0RBP9QQCoTLCwsIU3ldQFFVupCR6bCFULbZs2YKCggKEhoYiPT0dEyZMgLu7O6ZOnSqRMn5qaioOHz6MY8eOMec39vb22Lp1q6JF10i0ed9A09DUsiBjBUFVqPN4sXz5cqW0C09PzwrvUbThnJWVFRo3boz3798DAC5fvoyuXbvKne7ly5cBlPRTDRo0IIZzAJydnVUtAgEle5nNmjXDu3fvwOPx8PXrV8yYMQPHjx8vdS4vL7m5uZg+fTrjuAoAmjRpAjs7O07z0XbUeazQFshcUH0YOnQoLCws8PnzZwDAx48fsXDhQuzdu5dz3VyhUIgFCxbg48ePzO9vbm6OoUOHcppPeWh6265VqxYGDRqEy5cvg8fj4dSpUxgzZoxcdZmiKJw8eRJAyRzKwcGhlI4YgUCQDGI4VwECgQD//fcf+Hw+YmJiMGfOHGI4RyAQtIpp06YxXuooikJwcDA8PT2xbt06qTyPFxQUYN26dbh69Wopz9PKolevXggMDMTSpUsRGRkJoHwlb/pvZSlfd+7cGVu2bFFaRDVxGjZsyLrOzMyU2YORuAGErJs5lpaWaNq0KRITE0FRFCIjI7F582b8+uuvMqUnKX/++SeePHnC1KkmTZpUagQiL+IR5j5//ixX1D+a+Ph4AN8W9VykWRbiCnqSRB4gKA56c2fy5MkoLCxESEgI4uLi8MMPP6BDhw7o27cv2rRpg9q1a5cyepSU7t27cyLr7du3AZTU0bp160qkALlx40aEhoYCKB2FR1dXF40bN4aJiQkoikJGRgaSkpIYQy3R+3fv3o3mzZvDycmJk3fRRsQNfgQCQamxoUWLFgC+/baRkZHo379/henSXh1p1DVShLZx48YN3Lp1izlsbNiwIQYOHIh+/fpxvvGr6W07Ozsbv/32W6m0mzVrBicnJ7Rt2xbVq1fHx48fERYWhuDgYOTl5bGizzx79gwTJkzAoUOHmHaiiRQUFCAzM7NUdGJpEJ9nahLiCuOKfJesrCysXLmSMZqj69zKlStZbejQoUMStdkaNWqgT58+uH79OgDg3r17nMipzQdFxcXF4PP5rLXl6NGjsXHjRqnfu169etizZw9WrFjBSpPP52Px4sVa/TsqEl1dXY3uU7UJdSqLN2/eAPi27u3QoUOlz5w4cYLV1h0cHLBz506J5qUdO3aEv78/Zs+ejVu3bjHt+eDBgwo1nKsKfZSpqSmaNGnCeDAVnYfR3q+J0Zx0kPGGQFAflLm20BQqi+5OIHAFvV/+448/gsfjISQkBEVFRThy5Ah8fHzQrVs3dOrUCZaWljAxMUGNGjWQl5eHjIwMxMfHIzIyEuHh4RAKhcy8xN7eHlOmTGHOBSWFq311UQoLC/H06VOEh4fj3bt3SE9PR2ZmJoRCIUaOHIlx48ZxnmdFVOU2TcqCe8hYQVAmmjJeKDpCWEXpK6st/vTTT/j9998BAKdPn8aECRPk2odKSEjA6dOnGfmnTp3KiZyazh9//KFqEaoEffr0QfXq1cv9O4/Hw/z587FkyRKmjj59+hTTp0/Hli1bOHPQ+enTJ/zyyy94+vQpa39x3rx5nKRfVdCUsUJbIHNB1aOrq4sZM2bg999/Z/qOmzdvYunSpfj9999haGjIST45OTlYtWoVbt68yeqjZsyYAV1dxZubaEvbXrhwIUJDQ1FQUIBnz55h165dmD9/vszp7d69GzExMeDxeNDT08OCBQtkTotAqOoQwzkxiouLcevWLQQEBCAkJASFhYXEcp1AIGgtbdu2xZAhQ1ihnAMDAxEdHY0FCxZg0KBBFXqloCgK165dw86dO/Hq1SvmO3rSqeyISk2bNsWpU6dw7do1nDhxAmFhYeXeK77R2LNnT7i5ucHBwUEpUfLKQzyMclJSksyGc2lpaaxr8Wh20jB58mRGCYyiKBw9ehTv37/H6tWrJfLmIQ2pqalYv349q17yeDy4ublxmk9Z0IZnooYnbdq0kTtd8brYunVrudMsC/HQ5PLUH4L8uLm5seaQop76o6Oj8fTpU7nS5/F4ePbsmbxiIiMjA2/evGFkpaNXVMSLFy/g6+tbygDZwcEBEydORPfu3UttPOfm5iIsLAwnTpxgFFvp32TdunUYMGAAjI2N5X4fbaRVq1as64SEBDRv3pz1nZWVFfOZoihcv3690mhftFdHup8l/YXkpKenM78fADRq1Aj9+vWr8JlPnz5h7ty5Zbb9kydPokOHDvDy8kKzZs04kVEb2jafz8eXL19Y0VzmzJmDWbNmldqYHT9+PLKysvD333/jyJEjEAqFrMgtkyZNwsGDBxUevZYrYmJi8O+//yIyMhIvX75EXl6eXOlxNWaoiv379+PgwYMAFP8uBw4cYHn57NixIw4fPlwq+qc0dOnShTGcS0lJwZcvX+SaQytaKUPVREREIDU1lSmDpk2bYt26dTLvzfF4PKxbtw6PHz/Gu3fvAJSsOcLDw9GtWzfO5FZHPDw88MMPP6haDEIVITk5mXUtPl8V5927d0hKSmLadoMGDbBt2zapnDno6elh+/btGDZsGFJTUxnvtLm5uTAwMJD6HSRB2/uo169fY8GCBXj16lWpd6LnZCdOnMDr16/x559/lnJARCiNto/bBPXjw4cPzGcjIyNOvA9rk7GZMtcWmoK40xyuqer94HfffYeWLVuqWgy1oKz9cqCkjgiFQoSFhVV4rkffK/psSEgIQkJCpJKD67b/+fNnHDt2DP7+/hAIBKy/0fuu5TlnTk1NxaxZs1BcXAygRDGPC6eVVbXdkbJQHGSsICgTTRkvFKFHKO4IurJ7FM2ECRNw4cIFhIeHIz8/HzNmzMDhw4fRuHFjqdN6//49Zs6cyTgHtLW1xaRJk7gWmUAol969e6N3794V3uPo6IiAgADcuXOH2QcLCwvDyJEjsXTpUowaNUoqJ/SiFBQU4Ny5c/Dy8oJAIGDpQvXp0wcjR46UKd2qiqaMFdoCmQuqBxMmTEBAQACePXvG9CEXLlxAVFQU1q9fX2kfVxl3797F6tWrGQfQQEnZt2vXDhMnTpRXfInQlrbdokULrFu3Dp6enqAoCnv37kVWVhaWLFlSoRG3OAUFBdi2bRt8fHyY79avX6/wwBMEgjZDDOf+n1evXiEgIAD//fcfvnz5AoAMyAQCoWqwbt06xMTE4MOHD8yk+tWrV5g/fz7q1KkDW1tbWFtbo3bt2jA0NEROTg7S09MRExODx48fM4pJwDcFmoYNG2LDhg0qeR8dHR0MHToUQ4cORVpaGh4/fozo6GikpKQgMzMT2dnZqFmzJoyMjGBhYQEbGxvY2toqzVggKCgIT548qfAeXV1dFBUVAQBevnyJjh07ypTXy5cvAXw7DBKPRiYNEydOxJkzZxjFKYqicPXqVdy6dQvfffcdRo8ejS5dusi1SfTkyRPw+XxcunQJeXl5jNw8Hg+tWrVSyiKsU6dOqFGjBrNhGxQUJLfnSXoDjP7d6tWrx5lRhDhNmjRBu3bt8Pz5cwBAaGiozPWHwB2ifaS4MYo6EBsbC+BbX9G1a9dKn9m1axdzP0VRMDAwgJeXFwYNGlTuMwYGBrCzs4OdnR0uXrwIT09Ppq1lZWXh0KFDWLRoETcvpWU0adIEtWrVQnZ2NgAgLi6ulBGUkZEROnbsiOjoaADA8+fPce3aNQwePLjMNOPi4nDy5EmWQZK1tbUC30IyMjMz8fr1a2RkZCAzMxOFhYUypTN69GhuBRPj/PnzrLnO+vXrK7w/KysLkydPRlJSUqmNOvo6Ojoabm5uOHXqFBo1aiS3jNrQtmnPo7RMc+fOxZw5c8q9v1atWliyZAmGDx+ORYsW4e3bt0zfm5aWBnd3d+zbt0+tDWUSEhKwatUqhIeHM9+py3ihapT1O4jO2wwNDeHt7S2X0RwAtGvXjnUdHx8vs+FcZUbR2kBiYiKAb/3XpEmTZF5n0Ojr62PSpEnYuHEjKx917g+4wNjYmDgmICgNeq5KU1ndi4qKAvCtrf/0009SHRjS1KxZE1OmTMHWrVsBAEVFRXj8+DH69u0rdVqSoM19VGBgINavX4/c3FzWnLBOnTrIyclBbm4u892dO3cwatQobNmyRe4DeW3G2dlZ1SIQqiAODg7MetPDwwOLFy+WO01tMzYjayw2dJ/frl07udc+QIkzt48fPwIoqS/aPueuDGtra0723ET3ZiZMmIBp06bJneaBAwfg5+cHoKSsrl27JneakiC+NyaNEqa4EYGq2/P58+exZs0aZGdnlzJ2kES2OnXqoHbt2rh58yaAEp2VOXPmyNUWjx07JvOzmgwpC8VCxgrNwN3dnfnMVXRFf39/BAUFASgpK1GlXUWj7uOFKiPOKQsdHR3s3r0bP//8M2JiYvDu3TuMGTMG8+fPh6urK/T09CpNo6ioCP7+/tixYwcyMjIAlMyP9uzZQ4IYEErx6dMnpKSkQCAQICcnB4aGhjA2NoaFhQVnEd8qY8uWLRgzZgySk5OZeYRAIMDq1auxdetWjBo1CnZ2dujQoUOl+58CgQBPnz7FzZs3ERgYiIyMjFJ9W/369fHnn38q/L20FXUfK7SFqjAX1IQ1t46ODv766y+MGzeOZYCbmJiIqVOnolWrVnB1dcWAAQMk1kt8+/Ytbt68CX9/f7x69aqUDrCxsTG2b9+u9CAU2tC2R48ejerVq2PlypXIycnB8ePHce3aNUyaNAkjRoxAgwYNyn3248ePuHjxIk6cOIGPHz+CoijUrFkTGzZswPDhw5X4FgSC9lGlDecyMjIQFBQEPp+PmJgYAGV7byGTIgKBoM2Ymppi3759cHd3Z0VWoCgKX758wdWrV3H16tUyny1L8dvU1BR///23WkStMTMzw+DBg8s1GlA2FEXh48ePzOJPEu7evSvzprZ4RJsmTZrIlA5QYsy3a9cuTJgwgaknFEUhNzcXgYGBCAwMhJ6eHtq3bw9LS0s0aNAADRo0QK1atVCjRg1GiaygoAB5eXnIyspifov4+Hg8e/aMMY4QX4SZmppi165dUnmdlxV9fX306NGDORgLCwvDgwcP0LNnT5nTPHDgAOONnsfjYcCAAVyJWyYzZ85kQnL7+vpiypQpckUbJMhPeZv+8hwGcDk/paMa0Igr94uTn5+P27dvM21UR0cH3t7eUimmDh8+HNWrV8fs2bOZdM6dO0cM58pBR0cH3bp1Q2hoKHg8Hh48eIDp06eXus/JyQlRUVHMb7ps2TJ4enpi9OjRrMOrq1evYu3atcjLy2PqYcOGDTmJsCkLHz58wIkTJxAaGoo3b95wUr8VbTgXHBzMyGloaIhRo0ZVeP/27duRmJjIMqAtS4EjJSUFS5cuxcmTJ+WWUdPbdnp6OuLi4pjfq1WrVhUazYnSvn17BAQE4JdffkFISAjzu2dlZcHDwwM7d+5E//79pZZJ0YSFhWH69OnIz88v1+haFsiehuTExcUxh6E8Hg8//PADLCws5E6XnofTZZmUlCTz/LIqGM6lpKSwrrkyfqHTocvh8+fPnKQrK5mZmYiOjkZUVBRSUlKQkZHBKAOYmJjAwsICHTt2hI2NDSeRYggERSM+XuXn56NmzZrl3p+amsq6lmdsHjBgALZu3crIIB79jku0sY/Kz8/H2rVrERgYyHJiRFEUevXqBS8vL2RkZGDhwoXM/IzeN5w2bRqmT5+O+fPnq0ThLS0tDePHj2cig/To0QN//PGHzOl5enoyHmv19PTwzz//yKUMIo8sBOWj7vVJGui2zHWaBO2E7tc/f/6MadOmwdHRUa70tm7digMHDjDXx48fl1dEAsB4fOfxeKUiacmKQCBgpassuNwvl/YZLvuyHTt2YN++faXOtOh8JDXYmjRpEnMmlZ+fj8uXL2PMmDEyy9WjRw+Zn9VUSFkoHjJWaAZhYWFMv1hedEVpSUxMZOa0yl7zacJ4wePx0LdvX/zyyy9y79+pyqC9Iuho1n/++Se8vLwQEhKCjIwMbNiwATt37sSgQYPQqVMnWFpawsTEBDVq1EBeXh4yMjIQHx+PyMhIBAcHQyAQMP2xvb09lixZgpycHOTk5EgsiyZHvSaUj1AoxLVr13D+/Hk8efKkwv2wunXronPnznB0dMTgwYMVpj9kZmaGw4cPw83NjdHzAUr6hfT0dBw7dowxjm/UqBEsLCxgZGSEWrVqMWeRmZmZSElJQVJSEpNuWfp15ubmOHToEOrUqaOQdykPbdr/0ISxoiIKCgqwbt06piyaNWuGmTNnypzevn378PbtWwAlZbFmzRpO2kpVmAtqypq7adOm2LdvH37++WfG0R1QUh/j4uKwceNGbNy4EUZGRmjXrh3TR9HzFNE+6tmzZ8jMzGSeF5WTdrK8b98+NG3alBPZpUHT27anpyfz2cbGBg8ePABFUfjw4QO8vLzg5eWFOnXqoFWrVjA2NoaBgQFyc3MhEAjw6tUr5vxMtFxsbGxw8+ZNZs0qCTwej+WwkUAgVEHDueLiYty8eRMBAQEIDQ1FYWFhpaHOiYcTAoGg7bRu3Rp8Ph8LFixAZGRkuUrd4ohHTurcuTN27NihNE8/moY04wm96Lx9+zYKCgpk8l5OK4pTFIVatWrJHb2mefPmOHHiBGbOnMko/wPf6khBQQEiIyMRGRkpddrlGa43adIEe/fuRfPmzeWSXRrc3Nxw8+ZNluHJiRMnZDI8vHbtGuMtjaIoVKtWDT/99JMCpP7GsGHD4OTkhKCgIAgEAsydOxeHDh2S2wM+QXo0ZQOf9u5HU1kEnPDwcOTn5zNjhaOjo0zKog4ODhgyZAhjnP3p0yfEx8fLFVJe1JumMhHd9FYU/fr1Q2hoKCiKQnh4OPLy8lCjRg3WPePGjcORI0cYo4+cnBysXr0amzZtQrNmzaCvr4+3b98iPT2dpTDA4/E48ZglLUKhEF5eXjh+/DiEQiFniiuKXr9RFIUnT54w+fTp06fCPvbLly/w9/cvdRAyePBg1KxZE+Hh4Ux6FEUhIiICV65cwdChQ+WSU9Pbtuh8gsfjYcKECVI9X7NmTezZswebN2/G0aNHmffKzc3F7Nmz4eXlhWHDhkmVpiL58OEDZs2ahby8PADEkY+qiIuLA/BNqcrBwYGTdMWVJrKysjhJV1sRP8Tjan0pno4yHHOURUhICE6fPo1bt24xh6EVoaOjg/79++OHH37AwIEDFS8ggSAj4h6Wv3z5UqFTJfG5SkXeNStD/NmvX7/KnFZlaFsfFR8fj4ULFzLeZEWdKMyZMwdz5swBj8eDubk5/vnnH/z+++/4559/mLmKUCjEvn378OjRI3h5eSl9TzAgIICJAsjj8eDk5CRXeo6OjuDz+Ux6586dw6RJk+SWk6AZaFN9IueaBEk4cuQIVq9ezez1p6am4pdffkFAQADWrl0rlyM+gmLQ9LatKfvlknD69Gns3bsXANtIq3v37ujWrRvq1q2L9evXS1Rmffv2hZGREbNXcOvWLbmMtaoapCwUCxkrCKpA3ceL77//Hv/++y/Tr9y5cwcvXryAp6enXIYE4nvI8up2cIFoNGuAfW6RkZEBPp/PrHnKQ1wRPyQkBCEhIVLJweNpftRrQmn8/f2xc+fOUsYB5ZGSksI4fq9Tpw4WLFjASWTNsmjRogX8/f0xc+ZMxMbGlqtDl5SUxBjFiCP+PuL6da1bt8a+fftU0ta1Yf9D3ccKSbl06RLOnj3L1I/169fLlV6dOnWwfft2Jr2+ffvKdR5e1eaCmrLm7tKlC44fP45Zs2YhJSWF5QiP7nsEAgFj0Foe5fVTFEWhbt262Lt3Lzp06KCYlygHbWnbfD6/VH0SH0e+fPlSysGk6N/Fn3nw4IFUMtDnPcRwjkBgU2UM5+Li4hAQEID//vuvzAl3eYMefY+xsTFatmypeEEJBAJBRdSvXx++vr44e/YsDh06xIpSUlYfKTrZbtasGaZNmwZnZ2fo6laZoUUqZFV6zszMRFBQEFxcXKR6LiIiAh8+fGAWR5VFmZEUS0tL8Pl8eHt749SpU4yCvSjSvqt4JBWKolC9enVMnDgRc+bMUZonIpr+/fuje/fuePjwIXg8Hj59+oQJEyZg9erVEhsxZGVl4eDBgzhw4ACKi4uZxcjw4cPRokULBb8BsHHjRhQUFODKlSt49OgRxowZgw0bNqBTp04Kz5vwjevXr6taBInIz89nXYsbY4lDG4nR9VqeyF7Ozs6sqKYvX76Uy3BO1JumspHUa62sDBs2DBs3bkRxcTHy8/Nx/vz5Uof2BgYGWLt2LWbPno3i4mJGpuzsbDx79owlo+jv1KdPH6mNkuSloKAAU6dORXh4eJneq8THBdG/l4UyjYsSEhKQk5PDyNO7d+8K7w8KCkJBQQFzf/v27eHj48M6BPX29oa3tzdzz5kzZ+Q2nNP0tk17laTlkcVDM4/Hw/Lly1GnTh0mCg2Px0NhYSGWLFmC3NxchUcnlJS//voL2dnZpQwsXVxc0KdPH1haWsLY2BjVq1dXsaTaTVpaGuuaK+cN4u0vNzeXk3S1lfr167Ous7OzOVkTZGdns66VbdyRkJCA3377DY8fPwZQ+cE5jVAoxI0bN3Djxg3Y2tpiw4YNSllTEAjSIu519NmzZxVGNBbvGwsLC2Ue54qKiljXkhilyoo29VEBAQH4/fffkZeXxzKaMzc3x9atW0tFR61evTo2bNiAnj17Ys2aNYxHW4qi8PDhQ4wePRqbNm2CnZ2dwmWnEfXAX79+fbkjAPbr1w8NGzbEx48fAZQorxDDuaoDqU+Eqkbv3r0RFBSEnTt3wsfHh3FqdOfOHYwcORIzZ87EtGnTtPLMJz09HXfv3kVkZCTi4+MhEAggEAhQWFgodVrqEhFGE9CU/fLK+PLlCzZt2sTaw7G1tcX69evRqlUr5j5JlV51dXXRv39/XLhwAQCkVoarypCyUDxVeawgqA51Hy/+/PNPjBo1CmvWrEFSUhJ4PB6+fPmitYYEZe1hSuP4r7w9T4J0iDqPHTlyJCcGY/7+/ggKCgJQUk4+Pj5ypykJX79+xYIFC/Dw4UOJdHdFETU2WL16NYKCgrB9+3aYmppyLmfDhg3xzz//wNvbG0ePHmXOeiXVjypPz05fXx9TpkzBvHnzVOb8Whv2P9R9rJCU8+fPAwDjEH/UqFFypTdq1Chs3ryZ2Wv+77//5DKcI3NB9cXa2hr//vsvfv/9d6YeSau/Wd79I0aMwKpVqxTSt1aGtrRtccpyRCDJvZI+QyAQJEerR6yMjAwEBQUhICCA8TwijbGcgYEBHBwc4OjoiP79+0NPT0/xQhMIBIIK0dXVxfjx4zFu3Dg8fPgQDx48QHh4OJKTk5Geno7s7GzUrFkTtWvXRv369dGtWzf07NkT3bt3JxO0CpAnpD0gmzexI0eOAJBP2bw8atWqheXLl+Onn37CwYMHcfnyZaSkpDB/lyfEtYWFBb777jv8/PPPKo1c+Mcff2D8+PFIS0tjNrsXLFiAFi1aYNiwYWjbti3r/vfv3+PatWv49OkTHj9+jFu3biEzM5P5/Xk8Hho3bozVq1crXPaHDx8CACZPnozCwkKEhIQgLi4OP/zwAzp06IC+ffuiTZs2qF27tsxzm+7du3MpMkHFGBgYsK7T0tJgaGhY7v3iRgXyGOZaW1sD+NZvcBUZQhJDK02jbt26+PXXX/HlyxcAKHfz0c7ODlu2bIGnp2eZxs3ih1n9+/fHX3/9pUDJy2b16tV49OgRIxNFUdDV1UXLli0hEAiYjXUej4fu3bsjLy8PAoEA79+/ZxSjRSPmde7cWWnrNdoDH51369atK7z/ypUrrPtXr15dynPo3LlzcePGDURHRwMA7t27V2ZUQWnQ9LYtHoVGnnmBh4cHateujTVr1jDlUFRUhBUrViA7O1vlyqu5ubm4dOkSq04PGTIEf/zxh9IdCFR1cnJyWNcVtRlpEDeGqFmzJifpaivi3gvj4+M5WRu8fv0awLf+mO6rlEFwcDAWL16MgoKCMucpoo5paMpSKgkPD8fo0aOxfft22NvbK0FyxZKZmYnMzEzmWls8SZZFnz591Nr4mYuysLa2ho6ODlNfr1+/XqGBurihXVJSUqm1tqTQ8zMaRR7oaksf9euvv+Lff/9l7VtQFIU+ffpgy5YtqFOnTrnPjhw5EjY2Nli4cCFevHjBmvPNmjULP/74I5YsWaLwqHlZWVmIjo5m8h88eDAn6Q4dOhRHjx4FUOKYKicnh7M5AUFxyNvPkvpUMaIGyqqK2ktQDNWrV8fSpUvh5OSE3377DTExMeDxeMjLy8OOHTvw33//Yd26dejWrZuqReWEjx8/Yvfu3QgKCmI5HJJHiVuT9x9FnQ3o6OioUBLNYs+ePYwDAQAYOHAgvL295VIW7dixI2OslZ6ejuTk5FIOGwilIWWhHKraWEFgI61RS1Whb9++CAoKwo4dO3Ds2DHGke6dO3fg5OSEmTNnwsPDQyuqsg38AAEAAElEQVQMCSoqd2nrhCx1iBjblSDqPLZz586cpJmYmMhEI1JW+05LS8OUKVPw6tWrch2pVoT4/WFhYZgyZQqOHj0KMzMzzuXV19fH4sWLMXHiRBw+fBjnzp1jnV+WZUgniug7mZiY4Pvvv8dPP/2k0n1wsv+hPhQWFrLatr29vdzGlPr6+hg8eDACAwMBAPfv34dQKJRrL4fMBWVH0Wvu2rVrY+vWrXB3d8f+/ftx48YNli6NNAbJ1apVg52dHWbMmEGc8nMEmcMQCOqJ5q/QxCguLsbNmzcREBCA0NBQFBYWSmUsp6enhwEDBsDR0REODg5yKSoSCASCpqKjo4OePXuW8ixNkA1nZ2el5vfp06dSCmf9+/fnPJ969eph5cqVWLlyJaKjo3Hz5k28fPkSCQkJePPmTaXeWfX09NCsWTO0bNkSVlZWGDBgAGxsbDiXUxYaN26MPXv24Mcff0ReXh6jQPb69Wvs27ePuY+eP1y4cIE5SBP9nn7OxMQE3t7eMDY2Vrjsbm5upTyV0Iq40dHRePr0qVzp83g8xiGBtuPh4YEffvhB1WIoHAsLC9Z1cnIyGjduXO794m1bnnotbhAiqqwrD9J4OuQKZRwoTJkyRaL7RowYARsbG2zfvh0hISGlDEEAoFWrVvj5558xevRopR92PnnyBIGBgaz+aerUqZg1axaMjIywdetWHDhwgLn/+PHjzOe8vDxERkbizJkzuHTpEoRCIYASo5Rdu3ZxFh2qImijPpqKPIfm5uYiKiqKeddWrVqVe6Dl4uLCGM4JhUK8fPlSrk1JTW/bdNmWdy0t48aNQ61atbB06VIIhULweDwUFxdjw4YNyMnJgYeHh1zpy8PDhw9RWFjItMXWrVtj+/btRCFVBdSuXZt1LRAIODnYoyMolpcPgU2zZs3Qpk0bxMbGAijxuNmnTx+50/3vv/8AlIzZlpaWSovaFhISgoULFzL9rPg8xczMDK1atYKxsTEMDAyQm5sLgUCA+Ph4pKamsp4BSiKKzp8/H7t27cLAgQOV8g6KYv/+/Th48CAA7V9n9O7du9IotaqEi7IwMTFBp06d8OTJE1AUhevXryMuLq5cJwM9evRgGdoFBwfLbDgXHBwM4JvRWcuWLWVKRxK0pY86d+4cy2CuWrVqmDt3LmbOnCnR+qB58+bw9/fHxo0b4efnx6RVXFyMI0eO4PHjx/Dz81PoO8TGxjJzRB6PB1tbW07StbW1ZRR9hEIh4uLiiLKABiBvP0vqU8Wkp6czn4kTCO2kXbt2OHPmDI4ePYpdu3YxUbLj4+Ph5uYGZ2dnLFu2TKPXMiEhIVi+fDkEAkGZziyqoiK3qJMXcQdMhLKhKIrl/MjMzAxeXl5yG0aIz4Pj4+MVaqz14cMH5rORkVEpJ1+yoGzHKKQsykdRZVEVxgpCaehyBshYIU6NGjXw66+/MoYEz58/B4/HQ35+Pnbu3ImgoCCsXbtW4x3Savp8h6BezJs3D3FxcaUiFzZr1gxOTk7o2LEjWrduXWqvPC4uDtHR0Th//jwSEhJYe1pxcXFYsGAB6zyZa+rXr48VK1Zg6dKlePjwIe7evYunT5/i9evX+PLlC8s4BijRuTM3N0fLli1hbW2Nvn37onv37moRtIPsf6gP8fHxLCcQXOlo9uzZkzGcy87ORnx8PNq0aSN3umQuKD3KWnN36tQJu3fvxpcvXxASEsL0UUlJSRVGxWzcuDHTR9nb28Pc3FxhMlY15s6dq2oRCARCOWiN4VxcXBwCAgLw33//MUol5RnMiXqsoA+Fe/XqhREjRmDo0KGcbEYRCAQCQTmkpaVh/PjxzEZEjx495Irw5unpyXhV0tPTwz///KNxkT7q1auHgIAApeZpY2PDMnorLi7G169fkZOTg+zsbGbBbGBggJo1a8LQ0BCmpqZq7cW0U6dO+Oeff7Bw4UJm8w4obRQn+h39vei9rVq1wp49e0p501c0onJK66mLUIKxsbFSjB1VjaWlJYBv8+Vbt25V6A1K3FtbWlpaKQMdSRGPQiWv0wrRtsfj8dC2bVulzO2TkpJKGVOpmiZNmmDr1q0oKCjAixcv8PnzZ+Tm5sLExAStWrVCgwYNVCYbbRRHl9Ps2bMxb948iZ6tUaMGY9zv4eGBZcuW4eXLl3j16hUmTpyIEydOKFRRGigdkaqieUJERASKioqYvtjBwaHce2mDOroeJyQkyHWgoOltW7z/TU1NlXujffjw4TA0NMSCBQuYiIwURWHbtm3IycnBggUL5EpfVuj+g24TP//8s9oazbm7u6sk36SkJKXkI94OuFKOevLkCYBvZazoyMqDBg1iPk+YMAHTpk2TO80DBw4wBhA8Hg/Xrl2TO82KmD59On755RdQFIXAwEC4urrK1SdGRkYyRtt0+sogLS0Nnp6eLONYiqJgYWGBSZMmwdHRsUKj5vfv3yMoKAinTp1CcnIyM54UFhZi+fLluHjxokIjaykDdVqffPr0CSkpKRAIBIxHXGNjY1hYWKg0Irqy4KIsXF1dERERwUR3XbVqFY4dO1amp1wzMzMMGDAAoaGhAAAfHx9MmDBBau/Qnz59wokTJ5hx3cDAAB07dpT7XSpCW/oo4FuftHXrVqmV+fT19bF27Vr06tULq1atQlZWFlMOkZGRCpL4GwkJCaxrWQ0vxaEVSbial1eG6Pxq5MiRGDdunNxp+vv7IygoCEDJe/j4+MidJheocz+rLfVJUYg6hOHKi7+2ry00ER0dHUydOhVDhgzB2rVrcefOHabc+Xw+QkJCsGzZMqU7CuSChw8fYt68eSzP66JRnyvbPxc3qlOnOaw80I4AAPkcKFUlYmJikJaWxqzNJk2axMkZYqNGjQB8q2uixlSKwMHBgcnLw8MDixcvljtNZTtGIWVRPoosC20eKwhlQ0dHB0B06crB2toa//zzDw4fPozdu3cjLy8PQMnesru7O0aPHo1ly5Zp5B7eixcvVC0CQYs4ffo0wsPDWfvkDRs2xIoVK8qNelarVi3UqlULDRs2hJ2dHebOnYvg4GBs3LgR79+/Z8agR48ewd/fH66urgp9Bz09PfTp04flREsoFEIgEKCgoABAyX6ZsbGx2p7zkf0P9eHVq1cAvp0ddujQgZN027Vrx7rmynAOIHNBaVH2mtvc3Bzjxo1j9pcLCwvx6dMnpKenIz8/H0BJBMHatWujXr16amHMq60QwzkCQX3RaMO5jIwM/PfffwgICMDz588BVB4mnp5o0P+vWrUK3333HerUqaM0uQkEAoHAHQEBAUhMTARQ0u87OTnJlZ6joyP4fD6T3rlz5zBp0iS55axq6OjooE6dOho/vlpaWuKff/7B0aNHcfz4cXz58gXAtzlGeXMNoGTR6+7ujqlTp3ISqURayvOQK09kKXVSCMjMzER0dDSioqKQkpKCjIwMRunKxMQEFhYW6NixI2xsbMhBTiVYWVnB1NQU6enpoCgKFy9exPz588vdzLW2tmZdR0REYNiwYTLlHRERAeDbHF1ez6dNmzbFu3fvmOvJkydj7NixcqUpCeIR0tQJfX19hSsOS0NRURFrA7Vx48aYNWuWTGlZWVnB19cX7u7uePbsGdLS0jB79mz8+++/ZSpncwW9qUhTkRdj8Tpekac4cWPGjIwMOaTU/LYtbrT37t07xhhQHuzs7PD3339j9uzZyMnJYerivn37kJubi+XLl8udh7SIRm8AUKGBo6oJCwtTepRKGlGnBYrCysqKyQsA7t69i759+8qdLh0JCSg5WFX0YeH79+8BlLyHQCDgJE2BQMBKV9E4OTnhypUruHLlCoRCIWbMmIEDBw7IFKH66dOnmDVrFuNsZciQIfj++++5FrlMtm/fjvT0dFb9/eGHH7Bs2TKJ1giNGjXCjBkz4O7uDi8vL/j6+jK/f0ZGBrZv345169Yp9B20GaFQiGvXruH8+fN48uRJqeiQotStWxedO3eGo6MjBg8erLaKD6rm+++/x/79+/HmzRvweDxERkZi1qxZ8Pb2LtOj6rJly3D//n3k5+dDIBDAw8MDR44ckfgQOS0tDR4eHoxjAx6PhxEjRij8wFdb+iiKotCvXz/8+eefchnCfPfdd7C2tsbChQsRExPDoYQVIz7GcaWEKO6sQd55eWWIzq/Ki04tLYmJiYxjMFXN3QDN6me1pT4pgqNHjyI+Pp4xTCgvkqi0aPvaQl1wdXVF//79pXqmSZMmOHToEAIDA7F582bGOc7Xr1+xYsUKBAQEYN26dQp3XMQV2dnZWLBgAePYiKIoGBkZwdXVFZ07d8bFixdx/vx5ACV149ixY0xki1evXuHx48d49OgRyzHv2LFjlTZeK4qIiAg8efKEeSdNKU9V8+bNGwDf9rykbV/lIW7wJRqZQFGI1mku01QWpCwqT1ORaNtYQSibN2/e4OHDh0z9bNasmYolUl+qVasGDw8PDBs2DKtXr8b9+/eZeUdgYCBjSODi4qJqUQkEhsp0bLnm2LFjrGtra2scOHBA6j2pQYMGoUuXLvDw8EBMTAzT1o4ePapww7myqFatmkYZxpL9D/WBDg5DU7duXU7SpdOh27V4PlxA5oKVow5rbj09PTRu3LhCB54EAoFQ1dA4w7ni4mLcuHEDfD4foaGhKCwslGgiX97GEDGGIBAIBM1GNNJB/fr15VZs7devHxo2bMhE/rh06RIZK6o41atXx4wZM/DTTz/h2rVrePDgwf+xd95hUVxfH/+OItKxYMOWiFgDNpRYUFEsUVSKFSMYDRoV6y8xmlhjr7HHEmNBsCSwqKAiIqBRIwiKqKBLEUEUpPe+7x+8M+4uCyy7s5X7eR4fd5aZe8/szG3nnoLw8HAkJSUJOE9oaGjAyMgIAwYMwNChQzF27FiFZCuU1vFI2QkKCsLly5dx//59xrCwNho1agQrKyvMnDkTI0eOlL2AKso333wDT09PAFUGdmfOnKkxO02fPn3QunVrxuDtypUrEjvX0JlraKSNomVubo7ExETmOCoqSi6OcwTxefnyJYqLixmDOzs7u1odz+pCT08Phw4dwsSJE1FaWorExEScPXtWplk6hLOnFRQUiDQEB4CIiAjmc+PGjWs1hG3atKnAMZ2tVRpUuW0LRyYMDQ2FtbW1RPIIY2lpib/++gsLFixAbm4us6l27tw5FBYWyt3hWtjRUxU22ERF5VcHOnbsiM6dO+Pdu3fg8Xjw9vaGm5tbjW1cHGJiYhiHYaBqrBJu77JAHZ7Nnj17UFpaiuDgYGRnZ2PWrFlMYAojI6M6r8/IyMBff/2F8+fPo6ysDABgbW2Nffv2yVp0AEBpaSlu3rwpEMBrwYIFWLlyZb3L0tbWxvr166Gvr4/jx48zZd64cQPr1q0jUSEl4MqVKzh06BCzaVyXUWFaWhoCAgIQEBCAli1bYvny5axkhVI3GjdujG3btmHOnDmorKwEj8fDw4cPMXHiRJHRo7t06YKffvoJW7ZsAUVRePnyJWxtbbF69WqMHz++xnliWVkZ/Pz8sHfvXmRkZDBtokmTJli4cKE8blXl+6jGjRtj+fLlrM2bO3bsiEuXLmH37t1wd3dnpcy6oCN500izrqitHDbm5Q0RVetnVel9unPnjkBghtoIDg6u1WGxJsrKypCVlYWYmBgmm484AWEkQV3XFspCx44d0bFjR4mutbOzw4gRI7B9+3Zcv36deQ/CwsIwZcoUfP/991i0aJFMgxexwaVLl5j3GAC++OILnDt3jsl0KZwlddCgQdXKSExMxMGDB3Hjxg1QFAUvLy9oaWlh3bp1rMkZExMjdlaXN2/ewMfHp9510G37xYsXCA4OZrLuURTFmvO2uiNsdMqWAaKwnoDOViRLVL3fJc9COVCXsUIZGD9+fJ0G1SkpKUxgq7pISUlBWFhYveXgHys4HI5AtlZJgsU0NDp16oSzZ8/C29sbu3btYhxHsrOz8euvv4LD4TR4R4KGhqurK2bOnKloMUTCvz6VZg9EHLhcLhOQhQ5kcezYMYkDObVo0QLHjh2Dra0t8vPzAVRlOONyuawFe1FXVEn/oe4I/0ZstUPhcuigc7JAleaCZM1NIBAIBECFHOfevHkDDoeD69evi9xoq81hjqIoWFhYID8/n6QRJxAIBDUiPz8fUVFRzBggbIAlKWPHjsXZs2cBVEUAobNYERo2mpqamDBhAiZMmMB8V1xcjNzcXGhpacklrbo43L17V9EiyISEhASsW7eOcUIRNrjinwvy/62iogIhISEICQlB//79sXXrVnz55ZfyEVqFcHZ2xpUrV1BRUQEej4fDhw/D1NQUI0aMqHYuRVGYN28edu7cCYqi8PDhQ1y+fBkzZsyoV53nzp1DeHg4ozzr3r271I6fZmZmAgq5qKgoqcojsI9wJGBxMmuVl5fXqrTv0KEDpk6dCg8PDwCAp6enTB3nhJ2i379/L9I4urS0FBEREcz72K1bt1rnE8JKazYUyKrctjt06AB9fX3k5+czRvds0qdPH5w7dw7z588XMAT9+++/oaury2pdddG+fXuB47y8PKWfe9LjrjwjicvLiGjcuHE4efIkKIpCdnY2duzYgd9++02iskpKSvDTTz8B+Nzv2dnZsSit+kIb9sydOxcURSEoKAjl5eU4c+YMzp07BwsLC/Tp0wcmJiYwNDSElpYWiouLkZOTg7i4OERGRiI8PJzp/yiKgrW1NVxcXKoZxtbFwIEDJbqH8PBw5OXlMe9ur169sGLFConKolm2bBnu37/PZHTKz8/HkydPMHjwYKnKbUhkZWVh+fLlCAsLq3dUZfr89PR0bNiwAb6+vjhw4IBKODzLk/79++OXX35hnOF4PB5SUlKwdOlStG/fHhMnTsSQIUPQvXt3NGvWjAlWtH37dlRWViItLQ0//fQTtm3bhgEDBsDU1BSGhobg8XjIycnBmzdvEB4ejtzcXKZ90/+vWLFCYueA+qAOfdT58+cxYMAAia6tiSZNmuDXX3+FpaUlfv31V1bLFoWwHiYrK4uVAEZ0hGQaRQRFUmVUtZ9VpfcpJiYGHA6n1t+U/i25XC64XK7EdQk7teno6MDW1lbi8kShzmsLcUhMTMTz58+RlpaG3NxcFBQUQFdXFwYGBmjdujXMzc0Vmt2lefPm2LNnDyZPnoxNmzbh/fv3oCgKZWVlOH78OG7cuIFNmzYp9Xz08uXLzHxBQ0MDhw8fZpzmxKVz587Yv38/hg0bhnXr1qGyshIeHh7Q09OTeo5Pc+fOHRw9erTWc+h2Quu7pYE/wxVFUZg0aZJU5TUU+IMpAuzo74AqXRA/8g7qpIqQZ6E8qMNYoQz07t0bvXv3rvUcb29vsccKPz8/JqOqpPCvuQGwPg9UZxwcHDBy5Ehs3bqVcbxXVkcCZSY5OZkJeA1IrgNRJAYGBkpjRyJMfHw881nW492bN2+YzxRFwcnJqd5zcmHatGkDJycnnDhxQqAeWTrOpaSkMJ/19fVZ+d3y8vIE5h+yDpStSvoPdUd4Pzo3N5eV/WHhrIKyHmtUZS5I1tyEhsSVK1fg6+sLoOr9O3funIIlIhCUB6V2nMvOzsb169fB4XAQHR0NQHxnOaBKiT1lyhRMnjwZHTp0wNq1a4njHIFAIKgRb968QUVFBYCqMaF///6slNu/f3/Gca6iogJcLhd9+vRhpeyaOHLkCPN5wIABrCwYHz16hPDwcObYzc1N6jIJgmhpaVXLPERgn8DAQKxatQqlpaUio1DTUXr4EeVIFx4eDjs7Oxw4cIC1rEXqwhdffIHZs2fj3LlzoCgKJSUlWLp0KX7++Wc4OTlVm3e7uLjA398fT58+BQD89ttvyMnJgaura53GR5WVlTh27BiOHTsmYOTq7Ows9X0IR7vkcrkoLS0lG09KhLCi9osvvqh2TqNGjQSOS0pK6ox2N2bMGMZxLjU1VaYRBWmZ6Xc9IiJC5Dzh0aNHKCoqYrLr1eUkmJ2dLXDMxoaCqrftQYMGMZkU3rx5g+joaPTs2VPi8oTp0aMH3N3d8d133yEtLY2ROz8/X8AgQNb07dtXoL74+HipNwxlBb9RK0VR6NGjh1wMiIQ3yGXJ/PnzcfHiRcZp8++//4aenh5++umnehnYZmZmws3NDVwul3m+7dq1g729vQyllx38mX6F+2lZMGfOHIHfm//dq6ioQGhoKEJDQ2stQ3jeGBQUhKCgoHrJQVEUXr16Va9raOgI4HR7mTlzptRG2o0aNcKsWbMEMluIG2mcUNUuXVxcEBsbK7BpCYhnrC98fmhoKFxcXHD27FmJoyOrK7Nnz0ZFRQV27tzJfMfj8ZCcnIyTJ0/i5MmTAKqiQxsaGkJXVxd6enrIyclh+sysrCwEBgaKzKokal04e/ZszJs3T8Z3VoU69FFsO83xY2NjU6fBJxsIO1PFxsay4jgZFxcH4HP/rYrtu74Oa2yhyv0seZ9Ew9+/NWrUCJs2bYKhoSHrZavr2qIm3rx5g8uXL8PPz4/JQlIbhoaGsLW1xfTp05ns7PLGysoKvr6+OHjwINzd3Zn1QWJiIubNm8dkl1W2dzwtLQ3v3r1jdDOjR4+WSl/k4OCAgoICbNu2DTweDydPnsTo0aNZy8Ajrh5CWn0F/XvQuLi4KNRBU5UQfsdzcnJY0eGlpqYC+NwnqmJwDjorFVCV3VjWkGdRM/J+FjSqOlaoGvIaKwDB+fnEiRPRo0cPqctsSLRo0QL79+/HlClTsHnzZqSkpFRzJNi4cSOGDBmiaFGVlsuXL+PPP/8EIJ0OpCby8vIQFRXFBLLIyclhgmobGhoygSzMzMzUzpH67du3CAsLY9q5rOeCaWlpAD6Pr2wFRbexscGJEyeY+6DrkRWjRo1i6nJ1dcWqVaukLvPkyZMyfc+FIfoP5UH4WSQnJ6Nt27ZSl5ucnAzg87No1qyZ1GWKgyrMBcmam9BQSEpKYvaolCmAGIGgDCid41xlZSWCg4PB4XAQHByM8vLyejnLGRoaYsKECbCzs5O5kwOBQCCoM3l5eYiPj0dOTg7y8vJQVlYmUTmyzKiQkJAgcMyWspbefKbHnISEBLk4zvErWNhwnHv48CGjYAGI4xxBNQkKCsKKFSuYPkg4CnWLFi3QtWtXGBgYQFtbG0VFRcjNzUVcXByTpZh//lhSUoJly5bh8OHDGDlypEQyseHgxQZsR4X53//+h9DQUERHR4OiKJSWlmLr1q3w8vKCs7MzxowZw0S9oigK+/fvx7x585CQkICKigr8/vvv8PHxwfTp0/H111/D1NSU2ZStqKjAmzdv8PDhQ1y5cgXv3r1jFHUURaFXr16sOBL06tULGhoajFN1eXk5YmJiYG5uLnXZBHYoKCgQOBa10SQcSS0/P7/ODGB0Jkm6vb9+/VpmjnM9evRAo0aNGKfdv//+Gy4uLtUcSS5evAjgs1L666+/rrVc4Q2Fdu3asSKvKrftwYMHIzAwkHmu//zzD9avXy/9j8JHly5d4OHhge+++w7JyckKURy2bt0aAwcOZJSXd+/eVXjUvZro1KkT3r17xxx/++23mDp1qszr3bdvH06dOiXzeoAqvZKbmxt27NjBOG+cOXMGDx8+xMKFCzFq1Cg0bdq0xusTEhLg5+cHd3d35ObmCjiSrlmzRq4GS2zC339ra2vLrV5hx5L6ZCQRbs/yzGICgJmL0gwaNIiVcunIyvT9ZWZmslJuQ2Dp0qWMMyv/u9S5c2fY2trC3Nwcpqam1dYWXC4XUVFR8PPzQ0JCAnM9j8cDl8vF8uXL4e7uruC7Uz6cnZ1hamqKDRs2ICkpSWT7zcjIQEZGRrX2Wldb5/+7pqYmVq1ahblz58rgLmpHlfsoWcPWXLY2hANa3L9/n5UgOcLRhIWzA6sCRUVFzGd5jtuq3M+q4vskTr/BVt8yYMAALFu2DJaWlqyUBzSMtYUwWVlZTNYRQPznk52dDQ8PD3h4eGDixIn49ddfFeLIoa2tjTVr1mDixIlYv349YmJimLbq5+eHe/fuYdWqVQJBNxTN8+fPAXzWtYwZM0bqMufMmQMfHx+8fPkSPB4Px44dwx9//CF1uTTyCORDl6+trY358+djyZIlUpUnrC+vSW8ta726PKKot2zZUuD49evXrPTtERERAsfymEuxDX9QsLp0uWxAnkXNyPtZ8KOKY4UqUpfdXG3niANdDj1+2tvbY+PGjRKXR9OQxgt+RowYAV9fX+zfvx+enp7M94mJiZg/fz4mTJiAtWvXyk0eVUMW86KgoCBcvnwZ9+/fF6s/atSoEaysrDBz5kyJ7QvqIiUlRewAaSkpKQgLC6t3HWVlZcjKysKLFy/A4XAYR2uKolgLBFFb3fx06NCBlXKFy5HUrq0+CAcKYqtMeaHs+o+GNFbQTnL0s3jw4EGdgXjF4eHDhwLH8gzWqgpzQVVcc6sDDaltEwgE5UZpHOfevHkDb29v+Pr6MoYldS3q6b83adIEI0aMgJ2dHUaMGIEmTZrIR2gCgUBQM1JSUnDhwgUEBwfj7du3rCwUZOk4J5y1hq3NYuFoK+JEfWUDWSpYSPQIgiqSmZmJtWvXoqysTMDgqnXr1pg9ezYmTpxYq1L1/fv38PX1xcWLF/Hx40fG8KqsrAxr1qzBzZs3Jeo3QkNDFd6mZNFfaGpq4tSpU5g9ezYSExMZhdGrV6+wdu1abNq0CWZmZujevTtMTExgaGiIH374Abt27UJWVhZ4PB7i4+Oxa9cupkwdHR3weDwBoz3+fonH48HIyAgHDx5k5X6aNm0KU1NTgSzTUVFRxHFOiRDO0kk7OfIjvJn/8ePHOhW6wg54sowoqK+vj4EDB+Lx48cAqpxk1q1bh40bNzLONB4eHggODmbecz09PQwbNqzWcl++fClwLCobnySoctu2trbG1q1bmfK9vb2xePHiaoYx0tKhQwd4eHhg3rx5iI2NVUgfv2zZMsyZMwcA8Pfff2P+/PmsRBVkG3NzcyQmJjLHUVFRcjFulTcuLi7gcrn4559/mHc6JiYGq1atQuPGjRlnXZrr168jJCQEnz59QlZWFgDBsZqiKMybNw9jx46V+72wxZs3b5jPBgYGcqu3pvYoSTut7zXSroeFM96y1XcJl8OGHlRRgSHoyKfy4PLlywgPDxdYVxgbG+OXX36pMcKxnp4e9PT0YGxsjBEjRsDNzQ2BgYHYvn073r9/z/QPT548wZUrVzB9+nSp5VS3ZzF48GD4+vri0KFD8PT0ZLLx1kRNDnT80MELGjVqhClTpmD58uUKM2ZV5T5KHejRoweaN2+O7Oxs8Hg8cDgcLFmyRKr+NiMjAz4+PgLzeFkbj8mC+Ph45rO8ouKrSj9bE6r0Pg0aNKjWAGn8Adr69+8vUVAOTU1N6OnpoX379ujVqxdatWolsbw10VDWFjTPnz/HDz/8wKyzgZrHudr2xP38/PDo0SP88ccfCtN3mZmZwcvLC6dPn8axY8dQXFwMoGq/ZvPmzdDU1JSLIZo40OszGnGCL5aUlNQaLAUApk2bxjjO3b9/H/n5+VJnumrfvj0TJEMU/BlB2rZtW29jY4qimLZtbGyMr776CsOHD2clQxe/vrw2vbUs9eqy0JeLgs6qS9f177//YtSoUVKXe+vWLeazlpaWSs4/nj9/zrR9eWSRIM+iZuT9LEShSmNFbWRnZ+Phw4eIjIxEXFwccnNzkZubK5FjBkVRuHPnjlTy6Ovrw9jYuMa/0xnNgKp9lvrq8ITHit69e2P8+PHo1KmTVHLTNKTxQhgdHR2sW7cOkydPxq+//soEHOHxeLhx4wbu37/PSsYnQu3Q+3m0k7RwH8T/bvD/raKiAiEhIQgJCUH//v2xdevWansE0uLt7Y2jR4/Weg7/msDPz0+q+ui2QJdpa2srVXl1Ia/xSB71KNpORFqUXf/RkMYKc3NzaGlpoaSkBDweDz4+Pli0aFG1vaX6UFpaCg6HwzwLDQ0NhSSfUca5oCqvudWBhtS2CQSCcqNQx7ns7Gxcv34dHA4H0dHRAMSLgEOf07dvX0yePBkTJ06EoaGh7AUmEAgENaWiogJ79+6Fu7s7KioqWFuYyHqyWVpaKnCsocHOsCZcDr9RuCwhk/PqPHr0COHh4cwxyZrXsDhw4ACys7MFFCYzZ87E6tWrq2WkEkX79u2xcOFCODs7Y+/evfDw8GDaWU5ODg4cOIDNmzfL9B5UDSMjI1y6dAnLli0TUAzxeDwUFxfjyZMnePLkichr6efEP4YIZxejz6PLbN++PU6ePMlaVDmgSglHry2AKsMrZUZZokhSFIXt27fLvB7hdVtBQUE1Q05hg7z4+Pg6FbrChlDCcwS2mTFjBh4/fsy89xwOBwEBATAxMUF6ejoTFZJWvk2ZMqVOJTd/9DcDAwNWN0lVtW23b98e5ubmTIT4oqIiHDt2jPWsc0BV1rcLFy7g+++/x4sXL+Q+L7OwsMB3332Hv/76CyUlJVi8eDHOnz+vdMp0MzMzXL9+nXkvlL2PlYbNmzejsrIS3t7eAu93eXk5uFwucwxUOfh++PBB4Hr+a7799lv8+OOPcpSeXZ4+fYpnz54x99SlSxeZ11mbEZCqIHwPeXl5rLTpvLw8gWM2HIYUGRhCXpuj58+fFzju3bs3Tp06VW9jitGjR6Nfv35wdXXFy5cvGfnPnj3LikOHOj6Lpk2b4qeffsKiRYtw7do1/PPPP3j16lWNMgC1O4X17t0bY8aMwTfffIPOnTuzLq84qEMfVRsVFRV4+fIlkpKSkJ2djdzcXFRUVGDAgAFKlxV36NCh8PX1BUVRKC4uxsaNG3HkyBGJyuLxeNi0aRPj4ElRFAYPHlwts7Sy8/btW4E5v7zaiar0s7WhKu/ToEGDas1kyy/zgAEDlFaf2pDWFpGRkfj++++ZeZzweEdRFIyNjatlY/zw4QMThZ3/moyMDMybNw9//fWXwpznGjdujAULFmDcuHHYsGGDgI6kpKREafY6+LMuAaKDWQjra8RxnOM3tquoqEBkZCSGDh0quaAA7O3tYW9vX+Pf+Z3+Jk2ahFWrVklVH0EyWrduje7du+PNmzeMcevSpUulCuz5+PFjgTV3//79WdvvlBdnz55FXFwcM+aZmprKvE7yLESjiGdRE6oyVojiw4cPOHr0KHx9fVFSUsJ8L82amY37dXFxgYuLS41/5x8rnJycyFihhJibm4PD4eDUqVM4fvw4s5eVm5uLV69eqYRDqaoSGBiIVatWobS0VGQgC+F9MFF/B4Dw8HDY2dnhwIEDrGTp4kfcZ8/GO8J/bxMnThQrwIQ0dOvWTeA4OTmZlcDowvuxwvUQRKMq+g91R1NTEwMGDMCDBw8AVO01njx5Uio9zsmTJ/HhwwfmWfTt21cs2ypZoGxzwYaw5u7Zs6dMytXQ0IC+vj709fXRqlUr9O7dG2ZmZhg5cqTS2TIQCARCXShUyzNs2LBqDhp1Ocu1b98ekydPhp2dncI2xgkEAkGdKC0txbx58xAeHl5NQSQcaUGc7GXyVOQJR0nLyspiZUIubHxPJvmK4+HDh/jzzz+ZY2U19CCwT2lpKW7evMkoTiiKwoIFC7By5cp6l6WtrY3169dDX18fx48fF4jgt27dOomydKjzpkXz5s3h7u6Oy5cvY+/evcjLy6sxwp4w4ii36MhWU6dOxapVq1jPWjN8+HAkJCQwx/LIRu3q6oqZM2dKdC0d8UuR0G1MHo5zwlnU0tLSqmXV6t69O4DP71NoaGitSkwAAtEhKYqSeVaFCRMm4NKlS4xxO4/HQ15eHiIjI6tlXjMwMMCiRYtqLe/jx4+Iiopi7lkWhm+q2raXLVvGZPcDqtq0rKKBNWvWDOfOncOGDRtkmrWwJn766Sfk5ubin3/+QXR0NBwdHbF169Zao9/JG+EIkVwuF6WlpVJFP1RWGjdujO3bt2PQoEHYsWMHcnJyan3vhP9Gt/+ff/4Zjo6OrMoWExMjkF21Nt68eQMfH59611FWVoasrCy8ePECwcHBjOEAvdEma+7evSvzOmQN3ZfT70Z0dDQrTm70s6efB5vRQtU1YzmXy2UMB3k8HvT19XHs2DGJIxC3aNECx44dg62tLfLz8wFURazmcrmsGSWq47PQ09ODk5MTnJyckJ2djefPnyMqKgrx8fHIzs5GXl4e8vLyUFlZCV1dXejo6EBHRwdt27ZFly5d0LVrV3Tv3l0mWY/qizr0UaK4f/8+3N3dERYWxkQB5sfV1VWk41xmZqaA7qZXr14yj1RO8/333zNR1nk8HgIDA7F27VomcrG4lJaWYvPmzQgICBDQQ8yfP19qGVNSUhhDLnHODQsLq3cd/OM2h8NBeXk5gKo+RB5ZUlSxnxWFKrxP4qIKequGsrYoLCzEypUrBdbgPB4P2tramDRpEiZOnAgzMzORhmyFhYV48eIFfH194evri8LCQqaM/Px8rFy5Er6+vtDW1pbrPfHTuXNnnDt3Dl5eXti9e3ed6yZ5I9wWRP1Wurq6AsefPn2qU6fRunVrAJ/naomJiVI7zqk68jT0VjQTJ07E69evQVEUioqKsG7dujozxNREVlYW1q5dKzBesOEofufOHQQGBop1bnBwMD59+lTvOuj5R0xMDDIzMwXuwdLSst7lSQJ5FlUow7OoDWUfK4QJCgrCmjVrkJubK3JtLons6tD3sUVDGi9qQkNDA4sWLcL48eOxYcMGgcAnBNkQFBSEFStWMNkihQNZtGjRAl27dq0WyCIuLg4ZGRkC1wBVgRaWLVuGw4cPY+TIkazKWpfdbG3niANdDj1O2NvbY+PGjRKXJy5mZmYwMjJifs+7d++yoq/gH2NbtGihkpliaR0OULUvJQ+UXf/RkMaKWbNm4cGDB8zvd/ToUbRr106ifUUOh4OjR48KPAtJbVjYRNXmgqqMrNpEWVkZMjMzkZmZiXfv3jEJELS0tDBhwgT88MMPYgWFbkhtm0AgKC8KdZwrLy9nBkFRgyHdAerr62P8+PGYMmUKLCws5CojgUAgqDsbNmxgMozQiycNDQ106dKFiWpK/23gwIEoLi5Gbm4u3r9/L2CEwW9EKQ8nBQDVIhDFxsaykp0lLi4OwGdlkaRGHoqGPwKelpaWAiWRDmUxGHz79i1ev36NrKws5OXlCfy+9YU4ANZNeHi4gEFJr169sGLFCqnKXLZsGe7fv4+XL18CqDIwefLkSb0j5u/YsUMqOVSFGTNmYPTo0XB3dweHwxFwIqlPe+RXaujo6GDMmDFYvHixzIJg2NjYwMbGRiZl14SBgQHrDoDqiomJicD7w+VyqzmJde7cGQYGBsjLywOPx4O/vz/Wrl1b42/M4/Hg7u4u8F379u3ZF16Iw4cPw8XFBTExMSI3znk8Hpo2bYr9+/eLjGjOz9WrVwWOv/76a/YF/n9UrW0PGzYMw4YNY7XM2tDV1cW+ffvkVh8NbSA9ZcoU5Obm4vbt20hMTISzszN69uwJKysrdO/eHc2aNZN4rs2GA16vXr2goaGBiooKAFV6nZiYGIVlOZAHdnZ2GDduHC5fvowrV64gPj6+zmuMjY3h4OCAuXPnyiQIx507d+o0BKPbaEhICEJCQqSqj99ZlaIoTJo0SaryGgrt2rVD3759mWj1Pj4+GDVqlNTlcjgcAFXPwtzcnBVnPBpxsn2xjTzWeW/evBGoz8nJCW3atJGqzDZt2sDJyQknTpwQqIcthw51fRY0zZo1w/DhwzF8+HC51UmomcTERPz444948eIFANHvXW3vR4sWLfDgwQOmrbVo0QLffPONXIx9evTogTFjxuD27duMftLHxwdRUVFYvnw5Ro8eXWuEax6Phzt37uDQoUOIjY1lvqMoCtbW1qw4J3t7e4s9bvv5+TGGS5JCy0+XKQ8nRlXsZ0WhCu+TOPDrHQcMGCCXOiWhoawtjh07hpSUFIF2OXLkSGzatKlaICFhdHR0mAyDS5YswaZNmxAUFMT0ySkpKTh27Bj+97//yfw+6sLR0RHW1tbYtm0bnj59qmhxGITXY4WFhdX2SoSDL6WkpMDExKTWcun3loZ28pUl/Gt6NvbB2ERcfbm66NWdnZ1x/vx5ZGRkgMfj4e7du1i1ahW2bt1ar2wOcXFxWLJkCdNHUBQFExMTjBs3TmoZY2Ji6gzYRvdJXC4XXC5X4rqE9/B0dHTkFkSBPAvR5SjiWYiDso4V/ISFhWHp0qXVbCBqyk4ljKjAWvKEPzu6Mu5ZNbTxoi6+/PJLuLu748qVK9i7dy9yc3MVLZJakpmZibVr16KsrExA39a6dWvMnj0bEydORIcOHWq8/v379/D19cXFixfx8eNHZpwoKyvDmjVrcPPmTVYyp+nr6wu0YWHoMQqo2seqbxunKAqamprQ09ODsbExevfujfHjx6NTp05SyV2f+mfPno2DBw8CADw8PODk5CRVgKy0tDR4eHgwv4uTk5PCbYokgT9LtnBQD1mhzPqPhjZW2NjYoFevXoiOjmaexbp16xAREYGVK1fCyMiozjLS09Nx4MABeHl5CcxZunXrhokTJ8r6FsRG2eeCyrzmrg/y6Afp96yoqAje3t64desWfv31Vzg4ONR4TUNr2wQCQXlRqOMcDb/DBfA5Uv2wYcMwZcoUjB49Wu0iDBIIBIIy8OzZM/j4+AgofefNm4dFixZBX18f+/btw6lTp5jz+Y3Si4uLERkZib///hu3bt1iNgoLCgpw+PDhahllZAFdBz1+3L9/H9bW1lKXK2xYKg/je1lAOz0C8lOwqBvx8fHw9PTE9evXWVVWE8e5uqGjsfNHQpJ2gd+oUSPMmjUL69atq1ZPfagr85U6YWRkhJUrV2L58uUICQnBgwcP8Pz5c8TExKC0tLTO6/X19WFiYoLu3bvD2toaQ4YMIfN6ETSkiEkGBgbo2rUruFwuKIrCixcvqkVMoygKY8aMgZeXFxMtePXq1Th48CCaNm1arcxt27bh+fPnzHymcePGcgm4YmhoiCtXruDkyZP4559/8PHjR+ZvGhoaGDx4MP73v/+hR48etZZTVlaGCxcuAPjc57EdoVIY0raVjzlz5tTogPnq1StER0dLVT5FUXj16pVUZQBA06ZNYWpqKpDtLCoqSu2MW4XR1tbG3LlzMXfuXKSnp+PJkydISkpiMiQ1bdoUzZs3R+vWrWFhYSGXtZC8ovLRhgA0Li4uMnN+V0eWLFkCV1dXAEBAQACCgoKkWrMGBQUxm9l0+WzA3+dQFIUePXrIPHsrACQnJwusW2UF7SRO3x9bQRZsbGxw4sQJ5vdjI1upuj8LgvIRFBSEH3/8EYWFhcx7x+/cwf+5NubMmcOstTMzM3Hv3j1WdHTisHnzZrx8+VLAMSU2NhbLli1Dy5Yt0b9/f/Tu3RvNmjWDjo4OCgsLkZ2djZcvXyIiIoIxtAY+36+xsTG2bt3KmozyjKbLP25PnDixzvUIG6hSP1sXqvA+1YWq6B0bwtqisrKScZag24ednR22b99ebz1nmzZtcOzYMfzyyy8CZXI4HKxatUopDERbtGihkEA0tSHsxJubm1stUOKXX34J4HP/GRkZCSsrq1rLTUxMFDiWh7O4cNAoZUJcfbm66NW1tLSwdu1a/O9//2Pa4s2bNxEWFgYXFxeMGzeuRkPLoqIihIeHw8/PD9evX2cCTdP2MZs2bZLvzbAA/xqmUaNG2LRpEwwNDeVSN3kWgijyWYiLMo4VNAUFBVi+fLnAu6Cvr4/p06ejb9++uHnzJhPkgqIonD9/nslKFRsbi4iICDx58kTA9m3q1KmYPHmy3O5B2bOjN7TxQlymT58OGxsbxvmEwC4HDhxAdna2gH5j5syZWL16tVhO1u3bt8fChQvh7OyMvXv3Cjhq5eTk4MCBA9i8ebPUcrq4uMDFxaXGv/Ov7Z2cnLBq1Sqp65Q38+fPh6+vL+Lj45GXl4clS5bg5MmTaNasWb3Lys3NhZubG3Jzc0FRFLp06cLo4VUN/j1ueQZ1V1b9R0McK7Zu3YrZs2ejuLiY+S29vb1x7do1WFtbw9LSEr169ar2LF69eoXHjx8jKCgI5eXlAsG0mjZtKlddlLgo81xQmdfc9UFYv1xX4AdhxA3qyH9eQUEBfv31V5SXl9eYtbshtm0CgaCcKIXjnHAEzC+//BL79+9Hz549FSwZgUAgqDe0UxzdDy9evBhLly4V61otLS1YWlrC0tISrq6uWL16NV6/fo3Y2Fg4OTnhwoUL6NKliyzFR48ePdC8eXNkZ2czm8RLliypM6tLbWRkZAg4E+rp6cHMzIxFqeVDQUEBHj9+zCxUaotORRDN0aNHcfz4cUbBIC3CgQLqi7Ozs9QysAFFUTh37pzM68nIyBA4HjRoECvl0lGC6OeQmZnJSrnqTqNGjWBtbc0YPpaXlyMpKQk5OTnIzc1Ffn4+KisroaOjw/xr27YtWrdurWDJlR9VMWhjE0tLS3C5XPB4PDx48EDkOTNmzIC3tzeAqnlKSEgIJk+eDEdHR5iamqJJkyZISEiAt7c3k/GN7mPHjh0rkwxPotDU1ISbmxvc3NyQnJyMjIwMNGnSBJ06dRJbhszMTHz//ffMcZMmTeqMbM4WpG0rH8LRixWRcaguzMzMBBz5oqKiFCiN/DEyMsL48eMVLQYA8Z0ZpIEuX1tbG/Pnz2fNUauhYGVlhdmzZ8PDwwMAsHLlSuzdu1cih4LAwED8+OOPzHOfNWsWa9m6OnXqhHfv3jHH3377LaZOncpK2bUhHKxHVpSVlQkc1xZFuj4IlyNcjySo+7MgKBfPnj3DypUrGaMMfsOKr776Cq1atcKtW7fEKmv8+PHYtGkTE1hLWkfh+tC8eXMcP34czs7OjDEcUDWGpaenIyAgAAEBASKvFZ578Xg8NG/eHCdOnGDdWKkmfRD/WC6N4wtdDr0usre3x8aNGyUurz6oUj9bF6ryPqkL6r62ePr0KTIyMph3olOnTti8ebPEbZ2iKGzevBkRERHMfCEjIwPh4eFyCSCkinTt2lXgOCEhoVqgk+7duzOf6YxVdenr/P39mfMpiiJtvAEyceJExMfH4+jRo8wc6tOnT9i3bx/27dsHbW1tAJ/fEU9PT3h6eqKgoIApQ3i/6KeffmK9LYujM2BLrzBgwAAsW7YMlpaWrJQnLuRZVEdRz0LVuXTpEjIzM5l34YsvvsC5c+cYJ+zIyEiB80XtWyYmJuLgwYO4ceMGKIqCl5cXtLS0BAJ6EgiiaNGiBWt74YTPlJaW4ubNmwJ7iAsWLMDKlSvrXZa2tjbWr18PfX19HD9+nCnzxo0bWLduHZo0aSKDO1AvNDU1ceLECTg7OyMlJQVRUVGYNm0a1q1bhxEjRohdTkhICLZt24akpCQAQLt27XDixAmVDPB59uxZxMXFMXo5U1NTudVN9B/KQ69evbBjxw6sWrVKwI6+rKys1udAI+zASFEUdu7cqZK2jgTpCAwMBFCVDGPv3r0ICgoCUPWOtGnTBmPGjMFXX32Fzp07Q19fH5qamsjPz0dGRgaio6MRGhqKR48eoaKiAhRFwdDQEGvWrIGFhQUKCgqQm5uLN2/eICIiAnfu3EFJSYlAP/Dbb7+he/fuUmWdJBAIBFmjFI5zgKAy6u3bt5g6dSq+/vprTJkyBWPGjGEUWgQCgUBgh/Lycjx48IBZOHXo0AGLFi2SqKzu3bvDw8MDzs7OePXqFTIzM7F48WJcu3ZN5sqJoUOHwtfXFxRFobi4GBs3bsSRI0ckKovH42HTpk0oKipiFBODBw+uNQW9MlFeXo6srCy8fPkSJ0+eZDKk0VHqCeKzbds2XLhwoZrCB5B840raDa/Q0FCFRw6WxvGvvgj3HdI4xNZWDlFiS4aGhgYTjZkgHQ3Rcc7GxgYXLlwARVFISkrCmzdv0K1bN4FzzM3NYWdnJxBFPTExEb///rvAecL9tLa2tthBANimQ4cOEhmItmnTptYokvKEtG3FU9M4y4YRNVsMHz4cCQkJzLE8xlJXV1fMnDlT5vWEhITgwIEDzLGVlZVSRm5t3749EwxAFGFhYcw707Zt23r3TRRFQVNTE3p6ejA2NsZXX32F4cOHy80pWd1Yt24dKisrcfHiRRQXF2Pp0qUYO3Ys5s+fL1ZGlRcvXuDPP/+Ev78/056dnJywfv161mQ0NzcXyJoRFRUlF2cteSGvzXo26lH3Z0FQHkpLSwWc5mgDl2XLlsHR0ZFZk/fo0UOseYienh4sLS2ZwBj//fefTOUXxtTUFBwOB8uXL0dkZKRAxtTa5kLC+p6+ffvi4MGD1TIUSYO+vn6tAa3oyN4AoKurCwMDg3qVLzxu9+7dG+PHj0enTp2kkrs+qFI/Kw7K/D6pG+q8tgDAGHLSOtXZs2dLvV+iqamJ2bNnY/v27QL1EMc50XTs2BF6enqMgwyXy63m2K2vrw9zc3PGcTM6Ohp37typMdgFl8uFp6enQCCT3r17y/AuCMrK0qVL0ahRIxw7dgyVlZUAPo8ThYWFzHk8Hg/5+fnVrqffocaNG+Onn35iVT84aNCgWvXOR44cYcat/v37Y/DgwfWug55/tG/fHr169UKrVq0klldayLNQnmehyly+fFkg6+Dhw4frPY/r3Lkz9u/fj2HDhjH6IA8PD+jp6WHFihWyEZxAINRIeHg48vLymH62V69eUrfFZcuW4f79+3j58iUAID8/H0+ePJGo/64P/HqF+uoNlIkOHTrgn3/+wa+//oqgoCAkJSXhhx9+gImJCb755hv06dMHXbt2hYGBAbS1tQUye0ZGRuLWrVuIjY1l1lijRo3C1q1bWdMX3Llzh3E8qYvg4GB8+vSp3nWUlZUhKysLMTExjMM2fT/ydnon+g/lYfz48dDW1sbq1auRk5NTr8Cq/OcaGhpiz549rAVdJKgW7du3R05ODpYtW4ZXr14BAFq3bo2ff/4Z33zzTa16fisrKyxYsACpqanYs2cPfH19kZOTg3Xr1mHTpk3MPtXAgQMxe/Zs5OTk4Pfff8elS5eYvqO8vBz79++XSzB+AoFAkBSlcJyjJ4D8A31FRQUePnyIhw8fYtOmTRg7diwmT56MIUOGKFBSAoFAUB9evnwpEFHazs4OGhqSDwt6eno4dOgQJk6ciNLSUiQmJuLs2bNYsGABi1JX5/vvv4efnx+AqkVgYGAg1q5di82bN9drE7q0tBSbN29GQECAgGJi/vz5rMh55MgRHD16tNZz6HHw1KlTrER659+4lSSjQUMlKCgI7u7uIpVC7dq1Q5cuXWBgYAAtLS1Fiqn2CBuV5eXlsWKsnZeXJ3Dcrl07qcskEAj1w9LSEkZGRkhPTwdQFcl1w4YN1c5bt24dEhIS8OzZsxqVw/zfa2hoYNeuXcTxi6CSqFJ2YBsbG7nPLQ0MDOSyGRwXF8dkvKAzcisj9vb2sLe3r/Hv/EEzJk2apJTOfw0FHx8fAECfPn2QmpqKu3fvgsfj4fbt27h9+zbat2+PPn36wMTEBIaGhtDS0kJxcTFycnIQFxeH58+fIzk5GcBng2tra2uYm5vj6tWr9ZLFzs6uxr+ZmZnh+vXrzBpS3bK9CDvoJycno3nz5lKX+/79ewCfn41wPZKg7s+CoDy4u7vjw4cPzHy6c+fOOHPmjFRzkgEDBjCOc0lJScjOzkazZs3YEFcs2rZtCw8PD3h5eeH06dMC2RtFGQXw70l17twZ33//Pezt7aXSj4rCxcWlVuNr/nHbyclJJcdtVepnxUVZ3yd1Q53XFgCQlpYmcDx06FBWyqXLod9FSYw1GwqNGjWChYUFgoODQVEUHj9+LHLPytbWFs+fP2fmYKtXr8batWthZ2cn4NAZEBCATZs2MXtrQNV6Xp79E0G5WLJkCSwsLLBp0ybGEVicoAP0uNG5c2ds3LiRdRuYQYMG1Zq5iD8A6YABA9QiuBt5FgRpSEtLw7t375i94dGjR0uV9cfBwQEFBQXYtm0beDweTp48idGjR5PMLwSCnBFeU86cOVPqIMGNGjXCrFmzBDJJ0vXIkrt378q8DlnTs2dPgWP+Pd7Y2FixAqQLB1QNCgqq9zqLoijGoUSYmJgYJqhrXTJwuVxwudx61S2qHLouHR0d2NraSlyepBD9h/IwYsQIcDgc7Nu3D7du3UJFRQWA2ue09PNo3LgxJkyYgFWrVhEbqAZMZWUlFi1axDh39+zZE6dPn66Xc3GbNm2wd+9eWFhYYPPmzSgvL8fGjRvRunVrAYdMQ0NDbNq0CaamptiyZQvznoaGhuLly5ckwBCBQFBaFDpjoY1BgJonWkBVFKirV6/i6tWraN26NSZNmoTJkycTJTSBQCBIwdu3bwF8VhKJE5G0vLy81sVuhw4dMHXqVHh4eAAAPD09Ze4416NHD4wZMwa3b99mNjV9fHwQFRWF5cuXY/To0bVmjOPxeLhz5w4OHTqE2NhY5jvaIJHN9NHiZvtgIysI/7jaq1cvWFlZSVVeSkqKtCJJhLCTkzw4ePAg85nH46FRo0aYMWMGXFxcFO6MwXbGGGWGzr5Bv8vR0dGsKHhiYmIAfG7nJEU8gSB/KIpCcHAwE/23JmWvrq4uTp8+jZ07d8LLy6va+fyK+U6dOmHbtm21ZmAiEJQZddj0VAdKSkoEjrt3764gSQjqwpo1awTGOWFH8OTk5FoNK/jn//zGAEFBQfWWpS7HOX64XC5KS0tlnkFeXpiZmcHIyAgZGRkAqvpcNozV+KMPt2jRgpUy1f1ZEJSHK1euMHo0TU1N/PHHH1I78gsbQMXFxWHAgAFSlVlfNDQ0MGPGDEybNg1hYWF4/PgxwsPD8fHjR2RnZ6OgoAC6urpo1qwZ2rZtCwsLC1haWmLgwIFSG881ZFSpn60P5H0iSEvjxo0FjtmKvi9cjnA9BEGGDRuG4OBg8Hg8hIeHo7i4uFpQvGnTpuHMmTP4+PEjKIpCYWEhNmzYgJ07d6Jz587Q1NREYmIisrOzGb0y/f/333+voDsjKAuWlpa4efMm7ty5g8uXLyM8PFwgy5kwGhoa6NevHxwdHTF58uRa9zBliTruN5FnQZCU58+fA/i8dzhmzBipy5wzZw58fHzw8uVL8Hg8HDt2DH/88YfU5RIIBPGh16g0tTky1wd6L5Je92VmZrJSrrojaryjHZaFE27URn0ycSkz/PfRqFEjbNq0CYaGhgqRheg/lAdjY2Ps27cPK1asgI+PDx4/foznz5+jtLS02rmampro06cPLC0tYWdnhw4dOihAYoIycfHiRURERACosrX5448/JM7IOXPmTMTFxcHd3R0VFRXYsGEDbt++XW2vavbs2Xjy5Alu3rzJfPfvv/8SxzkCgaC0KNRx7t9//8WNGzfA4XDw9OlTABBpTAJ8nuympqbi9OnTOH36NHr06IEpU6Zg0qRJaNmypXyFJxAIBBUnNzdX4PiLL76odo7wBkFJSUmdUWLGjBnDOM6lpqaCy+VKFZFNHDZv3oyXL18iJSWFUarExsZi2bJlaNmyJfr374/evXujWbNm0NHRQWFhIbKzs/Hy5UtEREQgIyNDIJoPj8eDsbExtm7dyrqsNSkNRBlESgNdnomJCQ4cOCB1maNGjVKYwoM/c56sef/+PWJiYpg6GzVqhH379uGbb76RS/21sWPHDkWLIFfatWuHvn37MpmmfHx8MGrUKKnL5XA4AKreK3Nzc5lGW1qwYAEcHBwwevRogcjEBAI//Malrq6uKpldQBLEjTqnq6uLLVu24LvvvkNAQACePHmC9PR0FBYWolmzZjAxMcHw4cMxZswYYihGEJuPHz8iPT0dFEXByMgIRkZG5P0hAKjqc/hRVV0TvxNxx44dFSgJgUY4eqwonacoags0Vh/qWsv16tULGhoaTATT8vJyxMTEMMEsVB2KojB79mwmSIqHhwecnJzQqlUrictMS0uDh4cH89s6OTmxsmZW92dBUA6SkpKQmJjIGCfZ29ujS5cuUpfbuXNnAJ/7nKSkJLk7ztE0atQIlpaWsLS0VEj99YHfYVFeWbDYRpX6WUlQlvdJVHR+UVHyhc9jm9qi8xMEadu2rcBxQUEB9PT0pC63oKBA4Jgthzx1Zdy4cdi+fTsqKytRUlICPz8/ODo6Cpyjra2NTZs2YfHixaisrGT2BwoKCvDq1SuBPQr+vmjIkCGYNWuWVPI5OzsLHFMUhXPnztV5HtvUVC9BfOgsmhUVFXj16hWTgTcvLw9NmzZF8+bN0bp1a/Tt2xfa2toKlZU/q5mi5muyhDwLQn3JysoSOObPCl0TJSUlaNq0aa3nTJs2jXGcu3//PvLz8yWaC6xdu1bgmKIobN++vc7z2KamegkEZUXYuJ8tfb9wOcQOQHxqWtdLst6X5Bo2g52zZcM0YMAALFu2TOE6B0B59B+Eqr29pUuXYunSpSgvL0dmZiays7OZuYShoSFatmxJMv2JQUNac58+fZqpy8nJqZpeqr4sW7YMly5dQnl5OVJTU+Hn5wd7e/tq57m5ueHmzZsCWecWLlwoVd0EAoEgKxQ6curp6WH69OmYPn06EhMT4e3tjWvXruHDhw8A6naii46ORkxMDPbu3YvBgwfDzs4ONjY2dSonCAQCgVB9c1VfX7/aOTo6OgLH+fn51YxJhaEzctH99uvXr2XuONe8eXMcP34czs7OyM7OFojMk56ejoCAAAQEBIi8Vnizk8fjoXnz5jhx4oTEUTdqQx4KlubNm6N3794YP348Jk2axNq4qKiITfI0inn27JlAvVOmTFEKpzkAIhef6s6SJUvg6uoKAAgICEBQUBCsra0lLi8oKIjJTkmXL0vu3buH+/fvw8DAALa2trCzs5N7dHSC8iPK6EYUo0ePZj7PmjWrwUWz7tKlCxYuXKgSCra0tDSEh4cjKSkJWVlZyMvLQ0VFBUaOHIlx48YpWjyVJz8/H48fP8bHjx9RUFCAli1bok+fPujatWut16WlpeHMmTPw8/PDp0+fBP6mpaWFIUOGwNbWVmnGfYJiaN++vcBxbm5unesfZcTd3V3RItRIQ9qgEkV911TyWoM1bdoUpqamTHZmAIiKilIrZ6358+fD19cX8fHxyMvLw5IlS3Dy5Ek0a9as3mXl5ubCzc0Nubm5oCgKXbp0YdYt0tIQnoUsuHXrFkJCQgBIZ8jXUPqoly9fAvicTYGtOaqw05dw0C6CaNQl87Cq9LOqDJsGfgT58NVXXwkcx8XFseLkFh8fD+BzP65qUbzZGrfFpVWrVvj555+Rnp4OoOZgTiNGjMCePXuwdu1alJSUVNPVCWe2sLKywu+//y61fKGhoQJl16Qj5D+PbWqrl1B/GjduDDMzM6XeC+B31lJnyLNQXeQ9VmRnZwsci3KuEXbAEcdxjj+4VUVFBSIjIzF06NB6y8fhcKqNFaJ+E/7z2Ka2egnyITk5mbGnBATfL4Jo+APVAEBeXh4rgSzy8vIEjmUZqFfdUPb16qBBg2odm48cOcL0s/3798fgwYPrXYempib09PTQvn179OrVS6qgQ4SGgYaGBlq3bo3WrVsrWhS5weZcsKGsuWNiYpCSksIc89sXSYq+vj4GDRqEBw8egKIoBAYGirRdNDExQceOHZGcnAwej4fk5GSp6yYQCARZoTQu5507d8bKlSuxYsUKPHr0CF5eXggMDERxcTEA0U50dJrm8vJy/Pvvv/j333+ho6ODcePGYcqUKST6AYFAINSClpaWwDEdzZwfYSPRjx8/1rmxK+yAl5aWJqGE9cPU1BQcDgfLly9HZGQkEzUbED+CP4/HQ9++fXHw4EHWo7S6uLjU6PjE4/FgY2PDyDJz5sx6O0RQFMUoWISfLVs0hI3TjIwMAJ8XrXZ2dooVqIFjZWWF2bNnM1ksV65cib1798LGxqbeZQUGBuLHH39kogPPmjULw4cPZ1tkkeTk5MDT0xOenp7o2rUrHBwcMHnyZJXNYtOQeP78OXx8fBAREYEPHz4wWc7atm2LIUOGYPz48axEchenf33//j1zLjFAVT5KS0vh7e0Nd3d3xoBNmFatWok0Ss7IyMCWLVuY+Uq/fv0wd+5cWYqrkmRkZGDnzp3w9/dHWVlZtb/37t0ba9euFRmZ+ebNm9i4cSPy8vJEzguLiopw9+5d3L17F+7u7ti2bRsTDILQsBA2pIqLiyOb3izTUDaoaFTJgMXMzAzR0dHMcVRUlAKlYR9NTU2cOHECzs7OSElJQVRUFKZNm4Z169ZhxIgRYpcTEhKCbdu2ISkpCUCVYcyJEyeqGdBJg7o/C1nw8uVLAQNBSTfSG0ofRes+aOoKQCAuwgG4CgsLWSmXoBqoUj+ryoij7+Y/j22U3chRHEpLS1FaWsocs2E4WxOdO3dGt27d8ObNGwCAn58fhgwZInW5169fB1D1nE1MTFRu/crWuF0fXFxcxDpvwoQJMDMzw4EDBxAUFCRyLOvatSvmz58POzu7BrFnQiAQCIpA3mOF8BxHVCZCYbuJT58+1ZkxmjZwp+8jMTFRIsc5AgEALl++jD///BMAyQItLnQgKroNRkdHs6LvpwNe0TqcPn36SF1mQyAwMFDRItTJoEGDMGjQoBr/fuTIEebzgAEDiAM8gSAjFKE3UHX495SAqqyFbECXw+Pxap17mJmZMfpc4aAUBAKBoEwojeMcDUVRGDJkCIYMGYL8/HzcuHEDHA4HT58+Zf7Ofy4NrcgoKCgAh8MBh8NB27ZtMXnyZEyePBkmJibyvRECgUBQcgwNDQWOCwoKqjm9CUe2iY+Pr1Ppk5WVJXDMvwkta9q2bQsPDw94eXnh9OnTePfuHfM3URuYtAM2ULWJ/f3338Pe3l4mqcz19fVFZvWr6VzhbBfKgiKMI+S5+Sy8Ec6W8RhBctatW4fKykpcvHgRxcXFWLp0KcaOHYv58+eLlXXhxYsX+PPPP+Hv78+8v05OTli/fr2sRWegnfUAgMvlYvfu3di3bx+GDRsGR0dHWFtby6TfUQXy8vIEovIJR/5jg6KiIjx+/BgpKSlM5tQuXbqgX79+NToaf/r0CevXr2eiWPH3fZ8+fUJ6ejpevHiBkydPYtKkSfjll18kiqJfX4gxjnISHh6OH3/8ER8/fqxxnKzt2bVs2RKfPn1CREQEeDweHjx4gFmzZql0JnW22/bz58/h6uqK3NzcGn/jFy9ewNnZGZs2bcK0adOY7319ffHzzz8zQSJqehZ0uREREZg9ezbOnTsn86zJBOWjdevW6NOnDyIjIwEAd+7cwbBhwxQsFUGVUebsf8IMHz4cCQkJzHGTJk1kXqerqytmzpwp83poOnTogH/++Qe//vorgoKCkJSUhB9++AEmJib45ptvmAymBgYG0NbWRlFREXJzcxEbG4vIyEjcunULsbGxjFHMqFGjsHXrVtaz1TeEZyErSLYU8cjPzxc4ZstppKioSOBYlLEpQb1RlX5WlSFZ56Tn8OHDcjU4XrBgAX788UfweDz4+Phg+vTpUhnWRkZGwsfHhxnvFixYwJaockdZx+2OHTti3759KC0tRUxMDD59+oSioiIYGhqia9euMgmuouptm43AYmxAnAgIBPVDXmOF8JqosLCw2v6R8D5/SkpKnXZowoGLhddi9UHVxwqAjBdsoMzPVxlp164d+vbti2fPnoGiKPj4+GDUqFFSl8vhcABUvUvm5uZSzQ/Xrl0rcFxTZiXh89hGHhklldUGqr6QdihbyFhB4IetuaA6zKPqIj09XeCYrSBk/OUIB+Tjp3nz5szngoKCan8nbZtAICgLSm2hq6enh+nTp2P69OlITEyEl5cXrl27ho8fPwKo24nuw4cPOHnyJE6ePIlevXrJ1XmDQCAQlJ0vvvhC4DgtLQ1t27YV+K579+4APvexoaGhNWZNo4mIiADwefEirrMYW2hoaGDGjBmYNm0awsLC8PjxY4SHh+Pjx4/Izs5GQUEBdHV1mYxBFhYWsLS0xMCBAxW+SavMC7CmTZsy4yhFUXB2dkaPHj1kXi9/+nV5IPy+qrLTgjrg4+MDAOjTpw9SU1Nx9+5d8Hg83L59G7dv30b79u3Rp08fmJiYwNDQEFpaWiguLkZOTg7i4uLw/PlzJgU83SdZW1vD3NwcV69erZcskmQftLW1RWBgIGM8yB8VvLy8HCEhIQgJCYGhoSFsbW3h4OCAXr161bseVebkyZMyM1bKycnB3r17ce3aNZHrAB0dHcycORNLly4V2ABNSkqCi4sLPnz4wPTLwuMDf399/fp1REdH48yZMzAyMqq3nNra2kyW7ZKSknpfr4qEhYUxn9u1a4cOHTpIXWZycjI+fPjAHMsrw8+VK1fw22+/oby8HED16P/8jrO18e233yI8PBxAlSIxMDAQEyZMkJHUsofNth0fH4/vv/+eybRY23ytoqICmzZtwpdffgkLCwskJSVh/fr1qKioqDMzA//fMzMzMW/ePPj5+dUZNZigfsyfPx/Lli0Dj8eDt7c35s2bh06dOilaLLWiIWxQqSI2NjYSZXaWBgMDA7n1s8Kbcvz9fmxsrEC04JoQnhsGBQXVO1K8OOOiuj8LZach9FHCzzovL69atjhJEN44l0dwEYLyoEr9rKoibnR+VYjir2jk2Yfb2toyusyKigosXLgQp06dqpbtWhxevHiBRYsWobKyEgAwZswYTJ48mW2RCf+PpqamWIHbpGXHjh2snqcIVHleRCAQCADQpk0bgePc3NxqwRvoDK/0XDUyMhJWVla1lpuYmChw3LhxY4nkEzejkbJnPiLjBUERLFmyBK6urgCAgIAABAUFwdraWuLygoKCcPv2baYvWLJkiVTy8WdUou0ZRDmw8Z/HNrXVSxCEv58dMGCAAiVRX8hYQWAbdVhzi4PwGJGamsqKzW5qairzuVGjRjWex+9gJypwPGnbBAJBWVBqxzl+OnfujFWrVmHlypV4+PAhvL29ERgYyBiZ1uVE9/LlS4U7RBAIBIIyYWJiItAvcrncapuAnTt3hoGBAfLy8sDj8eDv74+1a9fWaEzF4/GqRdRXVNSgRo0awdLSEpaWlgqpv77wGzTI29lQHHr27Ilnz54xx0ZGRnU6UbJBfHy8XB3nhDPMZWZmshZ5nVB/1qxZI3KOR8/vkpOT8f79+xqv51948xtdBQUF1VsWSRzn9u7di/z8fNy8eRM+Pj6MU4zwXDU7OxseHh7w8PBAt27dYG9vj8mTJzeYiOqyUJAkJibC2dkZaWlpNZZfUFCAv/76C2FhYThz5gx0dXVRUlKCxYsXIyUlBYDodQVFUdW+53K5cHNzw6VLl+otq76+PrOm4c+Uqs7MmTOH+Q1dXV2xatUqqcu8fPmyXCPGA1Vj96ZNm1BZWSnQPxkbG8PCwgKtWrXC6dOnxSrL2toaWlpajPPkvXv3VNpxDmCvba9fvx65ubki26MwFEWhoqICmzdvxvXr13Hs2DEUFRUJPB9LS0uMGjUKHTt2hIaGBj59+oTHjx8jICCAOZfH4yE9PR07d+5UiY3CkJAQ3L9/nxkTjY2NMXLkSAwbNozoQSRg7NixGDNmDAICAlBaWooFCxbgwoULEjlHE6rTUDaoCMqHqLGDntfxZ6Ovi7ocsQmqTUPpo1q2bClw/O7du2qGopIQFRUF4LPBVatWraQuk6A6kH5W9oirZ1eXKP7qxJ49e1BaWorg4GBkZ2dj1qxZcHZ2xrx588RaZ2RkZOCvv/7C+fPnUVZWBqBKj7Bv3z5Zi06QA+Lus8hjP0YaFK1/IOMGgUCQBuH94YSEhGpBiOmAw0BVn3P37t06HdX8/f2Z8ymKknjfT10c5wAyXhDkj5WVFWbPng0PDw8AwMqVK7F3716JglYFBgbixx9/ZNa5s2bNwvDhw9kWmaDEqEI/qw6QsYLAJuqy5q4LYV38v//+W22OW18qKirw33//MeNebTqsnJwc5nNNQfpI2yYQCMqAyjjO0VAUhaFDh2Lo0KHIz8+Hn58fOBwOY8wv3Lnyb7KJ6vgOHz6MCRMmwMTEROayEwgEgjJhYGCArl27gsvlgqIovHjxAo6OjgLnUBSFMWPGwMvLCxRFoaioCKtXr8bBgwdFZuLatm0bnj9/zkyYGzduDAsLC3ndkkqj7AYN5ubmePbsGTOu0sZQ6ka/fv2go6PDZAiLiIhQuQwjCxYsgIODA0aPHo0mTZooWhxWEI44Lo7zhPB54pxfn3LERU9PD9OmTcO0adOQlJTEZFAWdsyi5Xr9+jV27dqFvXv3Yvjw4XBwcIC1tbXEUSgbIgUFBfjuu++YyEe1PT8ej4eoqCjs3LkTW7ZswenTp5lxkf47UOWEYmRkxDjT0JnN+I0AIyMj4eHhgdmzZ9dLXhMTE6SlpQEAHj58iA8fPqBdu3b1vm9Vg94oZrtMeZGfn49ff/2VcZrj8Xjo3Lkzfv31V4FNstOnT4t1n1paWhgyZAju3r0LAHj06JHMZFclAgMDER4eLpC5r1OnTli0aBEGDx6Mli1bIi8vD0+ePMHJkyfx4sULAEBsbCxu3boFPz8/5loDAwPs378fw4YNq1aPo6MjPn78iJ9//hmPHz9mruFwOPjhhx/kMhfIzs5mDCmAqrmhKFn5SU1NhZubG3Pf/Hh6euKrr77C3r170blzZ9blZYvnz5/Dx8cHERER+PDhAwoLC5nM0EOGDMH48eOrZS+RB7t378aiRYvw33//4e3bt5g8eTJ+/vlnTJw4UWSUPHnh7OwscExRFM6dO1fneWxTU73i0FA2qAjKSU1jsiRzEkmuIZtyyk9D6aPovRD6PX78+DErGZv5Ax81atRILll6aiMvLw/x8fHIyclBXl4e42xSXyQJpAMAa9euFTiuKXq78HlsI8+o8erczyr6fSKoLmFhYQCAuXPngqIoBAUFoby8HGfOnMG5c+dgYWGBPn36wMTEBIaGhtDS0kJxcTFycnIQFxeHyMhIhIeHo6KigtGlWFtbw8XFBZGRkfWShY2+nkCoCTLX/UxpaSny8vKYAFmSYGxsLNF1ojLAigowJmtdi7JkgCXPQnmehbLTsWNH6OnpoaCgAEBVwGHhjFT6+vowNzdn9sijo6Nx586dGp1vuFwuPD09BXTbvXv3luFdqAZkvCAognXr1qGyshIXL15EcXExli5dirFjx2L+/Pli6S5evHiBP//8E/7+/sw77OTkhPXr17Min7jtgrQfgjxQBv0HedcFKSkpQW5ursTPQtL5LEG14M+OzOPx4OHhgVmzZom07xWXf/75Bzk5OYxdFF2HKJKSkpj6awrSR9o2gUBQBlTOcY4fPT09zJgxAzNmzMDbt2/h7e2Na9eu4ePHjwBEZ6ETdqA7duwYjh07hu7du2PixImYMGGC0jsvEAgEAltYWlqCy+WCx+PhwYMHIs+ZMWMGvL29AVT1oSEhIZg8eTIcHR1hamqKJk2aICEhAd7e3oiJiWEm4BRFYezYsSRbl5pgZmbGfObxeCINtNUBTU1NODg44MKFC6AoCj4+Pipn0HLv3j3cv38fBgYGsLW1hZ2dncDzU2Xqu4hWtkV3x44dsWLFCqxYsQL//fcfvL29mQxHgOB8tby8nMmO17x5c0yaNAn29vbo0aOHIm9BJTh48CBSUlLEzk5FO8csWLAA58+fZ67T1NSEq6srZsyYUS06U2pqKjw9PXHmzBmUlZUx5Zw+fbrejnMWFhZ49OgRKIpCSUkJnJyc8P3336NPnz4wNDQU6TSZl5fHOF+yiTyVpoqOJiUtp06dQnZ2NnMf5ubm+Ouvv6Sa9/Tr149xnEtLS0N6enqDz3D1999/M58pioKFhQVOnjwJbW1t5vsWLVpg7NixsLGxwcqVKxnns927d6O0tBQA0KRJE/z111/46quvaqyrbdu2OHXqFObMmYPnz58z33t5eWHlypVs31o1/Pz8sHXrVub4t99+q/X8/Px8fPvtt0hOTq7mYE4fR0VFYc6cObh48aJM9RxFRUV4/PgxUlJSkJ+fD11dXXTp0gX9+vWDlpaWyGs+ffqE9evXMwb2/P30p0+fkJ6ejhcvXuDkyZOYNGkSfvnlFzRr1kxm98APbdi6YMECVFRUICwsDJmZmVizZg12796N4cOHo3fv3mjTpg309PQkcqST1GA1NDRU4DnX1Jfyn8c2snB8JhDkhbKtDwgERWFiYoK2bdsiNTUVPB4PXl5eWLRokVQBW5KSkhAYGMiMET179lSITjAlJQUXLlxAcHAw3r59y0q7l1QvxOFwqo3bohzY+M9jm9rqlVV96oQyvU8E1WXOnDk17ldXVFQgNDQUoaGhtZYhvOajdYb1gThOEGRJYGCgokVQKC9fvsS1a9cQGRmJ169fo7i4WKrypGmvDd3wnjwLgqQ0atQIFhYWCA4OBkVRePz4MRYsWFDtPFtbW4EgwqtXr8batWthZ2cnEMw0ICAAmzZtQnFxMTN+Gxsbo1u3bnK7J2WkoY8XBMXg4+MDAOjTpw9SU1Nx9+5d8Hg83L59G7dv30b79u1rDWTx/PlzJCcnA/i8xra2toa5uTmuXr1aL1lErQfVKaMkQXVRJv0HGSuqgpMFBQUhMjIScXFxEjvMAUQX0JAwNzdHu3btGN+J5ORkbNy4ETt27JBI9/zixQvs2bNHwA54zJgxIs+trKzEq1evmHo6duxY7RzStgkEgrKg0o5z/HzxxRdYtWoVVq5ciYcPH8LLywuBgYFM9Cj+DCX05I5/khcTE4PXr19j//796NOnD2xtbTF+/PgGb6hIIBDUGxsbG8ZBKCkpCW/evKmmsDU3N4ednR1jxMHj8ZCYmIjff/9d4DzhzVttbW0sXbpUPjfSgCgsLEReXh4qKiqgr68PfX19udQr7Hj14cMHZGZmokWLFnKpX54sWbIEN27cQFZWFh4/foxbt25h/Pjxihar3uTk5MDT0xOenp7o2rUrHBwcMHnyZLRs2VLRoomNOkdB/vrrr/H111+jsLAQN2/ehI+PD548eVLNGJ3H4yEzMxPnz5/H+fPn0aNHDzg4OMDW1hbNmzdX4B0oJ/n5+bhy5YqAEZKRkRF++OEHjBw5Em3atEFxcTFev36NS5cuwdfXFxRFoaKiAnv27EF2djaAqjHs7Nmz6NOnj8h62rRpg5UrV2L48OGYN28e45zz4cMHPHz4EEOGDBFb5qlTp+KPP/5ARUUFKIrChw8fBJxn+KHH2kuXLuHSpUti1yEORGlaP65evcrMi3R0dHDkyBGpDYOFowvHxcU16PVoWVkZHjx4wPzOurq62Ldvn4DTHD+NGjXC9u3bERERUS0z5Lx582p1mqPR1NTEli1bmM0cHo+HW7duycVxLjAwkGnjOjo6mDJlSq3nHzhwAElJSUyEN1peGvp3S0tLw08//QRPT0/WZc7JycHevXtx7do1ph/kR0dHBzNnzsTSpUsFHOiSkpLg4uKCDx8+VFtD0PDfy/Xr1xEdHY0zZ87IpU3UZtiakZEBHx8fZrNdEkh/SyB8prS0VKD/kKWTDdmUkw+087G8kUVQCXVn1KhRzPzg48ePOHr0KJYtWyZRWZWVlfjll19QUVEBoGqss7W1ZU1WcaioqMDevXvh7u7OZGViA+IsLj7q1M+S94kgC4TXPqLWcTVR23pJGsi4/ZnU1FSkpaUhNzcXhYWF0NHRgYGBAVq3bl1jpHTCZxpqUOKEhASsX78e4eHhzHfK4AQlbv8iS8d9eUOehWjY+A0a0lgxbNgwBAcHg8fjITw8HMXFxdWCgk2bNg1nzpzBx48fQVEUCgsLsWHDBuzcuROdO3eGpqYmEhMTkZ2dzez30f9///33cr8nZaOhjhcExbJmzZoa9f1AlWPB+/fva7xeeN8FkCyQBUAc5wjKhzLqPxryWBEUFISdO3fi3bt3AJRjPtuQ5oLqwLRp03Do0CFmDnr16lVkZ2dj48aNaNeundjleHt7Y8eOHcjPz2fas6GhYY22k//99x8KCgqYc0XZZTTktk0gEJQLtXGco6EoCkOHDsXQoUORn58PX19f+Pj44NmzZ8zfRU3O+DPRRUZGIjIyEjt27MCgQYMwYcIEjBs3DgYGBvK8FQKBQJA5lpaWMDIyQnp6OoAqQ/wNGzZUO2/dunVISEjAs2fPalTy83+voaGBXbt21ZqimVA3FRUVuH37Nh49eoTw8HC8e/cO5eXlzN9dXV2xatWqatcVFxczUa8AoFmzZlIbGX/xxRcwMDBAXl4e811UVBRGjBghVbnKSPPmzfH777/D1dUVpaWlWLNmDbS1tVXuXvmDBXC5XOzevRv79u3DsGHD4OjoCGtra4kypMgTd3d3RYsgc3R0dODo6AhHR0ckJyeDw+Hg6tWrTBsW7nOjo6Oxfft27N69GyNHjsThw4cVJrsy4u/vz0Tw5PF4MDY2hqenJ9q2bcuc06RJE1hYWMDCwgJfffUVdu7cCYqiEBAQAKDqN1+8eHGNTnP8DBgwAEuWLMH+/fuZZ/X48eN6Oc61adMGy5cvx759+5i1Sl1KUGVQkiob/OOjrPs2LpfLbIxTFIWZM2eidevWUpdLR96i36Xk5GRYWlpKXa6q8vr1ayajI218XdfvrKuryzij0r9j48aN65UJslu3bhg8eDCTjfndu3fIz8+XqTMHj8cTmGcPGTIEmpqaNZ6fnp4u0knYxsYGurq6CA8PZ8rj8Xh4+vQpbt++jbFjx7Imc2JiIpydnZGWllZjn1RQUIC//voLYWFhOHPmDHR1dVFSUoLFixczGx6isoMK6214PB64XC7c3NxYdxquDWkMW2UJiVhOUCcOHz6MP//8E4DsnUrJppx8EHY+lifizKMJn1m4cCG8vLxQWloKHo+H48ePo2XLlvXOoF1aWorVq1cjLCyMeQbNmjXDzJkzZSS5aBnmzZuH8PBwkZl4a5pv1ASb71FDGrfVpZ9V5vdJXEpLS2tdTxAUQ03viSTjZn2vqek9bMjjdkVFBe7cuQM/Pz88e/YMnz59qvHcVq1aoW/fvpg4cSJsbGykytBKUB9CQ0OxYMEClJSU1KjPkAQ22kVDmn8A5FnImoY0VowbNw7bt29HZWUlSkpK4OfnB0dHR4FztLW1sWnTJixevBiVlZWMjAUFBUyWDVFzxCFDhmDWrFlyuxeCbBk9erRC6s3NzVX4HEqVqUnfz/83UdRkY1pfSCAVgrKhDvoPdWLfvn3MXgn9+yvDfLYhzQXVge+//x7Xrl1DYmIi8/uFhIRgwoQJsLGxwbhx42BmZlYtQFBpaSlev36N//77D9euXUNsbGy1IBA//fRTjckdOBwOgM/vrjoHyScQCKqPcltLS4menh5mzpyJmTNnIiEhAd7e3rh27RpSU1MBCE7mRE32Kioq8N9//+G///7Db7/9hg0bNmDatGnyvQkCgUCQIRRFITg4GJWVlcyxKHR1dXH69Gns3LkTXl5e1c7ndz7u1KkTtm3bRibBUuLh4YE///yTSaFdk6OiKCorK+Hk5MQ4uX311Vf4+++/pZbpq6++wqNHj5i61dVxDqhyKj1x4gRWrFiBnJwc/PDDD7Czs8PcuXPRvXt3RYtXK7a2tggMDERRUREAwXZaXl6OkJAQhISEwNDQELa2tnBwcECvXr0UKTLh/+nQoQOWLl2KpUuXIjQ0FBwOB/7+/igsLATwWTHE4/FQVlaGO3fuKFhi5SMiIgLAZ4XM2rVrBZzmhJk7dy78/f3x9OlTpq1oamrWawNz5syZOHLkCMrKygAAL168qLfcrq6u4PF4OHToEOMAVls0cbaVk+qgcMzIyGA+6+rqyrQuLpcL4PN7NmrUKFbKFVY05ufns1KuqhIXFwfg8+88cuRIsa4bOnQo/vjjD+bYxMSk3o6No0aNYhznAODly5cydWJMSEhAYWEh07YHDx5c6/m+vr4oLS1lzu/VqxfOnTsn8A4dOXIER44cYc75+++/WXOcKygowHfffSdStyIMj8dDVFQUdu7ciS1btuD06dPgcrnVnNCMjY1hZGQEHo9XLWMgPf5FRkbCw8Oj3gb9ksKmYSuNtP3tjh07WD2PQFAG1GEeQqiOIp4rMUCqH23atMHcuXNx4sQJUBSFyspKbN26Fffv38fixYthbm5e6/VFRUXw9/fHH3/8gXfv3glsoi9btqxaZgZZsmHDBjx58gTA53WzhoYGunTpgtzcXIF5xcCBA1FcXIzc3Fy8f/9eYP1Fy9+3b180adJEarlI1HjVRFnfp/pgZWWFiRMnws7Ors62TJA9xsbGihahThrauH3lyhUcOnSI0SXVdf9paWkICAhAQEAAWrZsieXLlyvEXmDBggVwcHDA6NGj5d6vEARJSUnBokWLUFxcDEB5Au0A4meAVZdMseRZyI+GMFa0atUKP//8MxNwuKYAfSNGjMCePXuwdu1alJSUVJNT+D20srLC77//LkPJP7N582Y4ODjAzMxMLvU1VN6/f68wY36i+5Ce+j43ZRhTlJ0jR45U+06UrkPUeWwjqY6lZ8+eAsc1BXkTPo9tZB1cjh910H+oC+7u7jh16hQAyeaz4joCS0NDGPPUYc2tqamJI0eOYO7cucjIyGDaaFFREXx9feHr68ucp6enhyZNmqCgoAAFBQXMMxblKOvk5FQtoATNu3fvcPPmTebYyMgI/fr1k9UtEggEgtSoteMcP19++SX+97//YdWqVXjw4AG8vb0RGBiIkpISAHU70ZWXlzNGYQQCgaBOiJuVRVdXF1u2bMF3332HgIAAPHnyBOnp6SgsLESzZs1gYmKC4cOHY8yYMUoTcTMvLw/x8fHIyclBXl4e49RQX+zs7NgVrBaysrKwevVq/Pvvv7Vm3agNHR0dTJ06FX/99ReAKieO2NhYdO3aVSrZzMzM8PDhQ+Y4KipKqvLEoWPHjnJ3wly7di3zuUePHnj8+DF4PB58fHzg4+ODVq1aoXv37jA0NJRosUxRFLZv386myALs3bsX+fn5uHnzJnx8fBAeHs7US8Pj8ZCdnQ0PDw94eHigW7dusLe3x+TJk9GiRQuZyUYQn0GDBmHQoEHYsGEDbt26BR8fH4SGhsps49fZ2ZnV8sSFPzsmG0RHRzOfW7RoARsbmzqvcXR0xNOnTwFUtZOePXvWK7OUgYEBevXqxWS4fvfuXf2E/n8WLFgAOzs7eHl54cmTJ4iNjUVubi7jBMsP2aSpTnh4OKP4a9WqlUzryszMFDj+4osvWClX2LhY1LOvL6rctvmz3AKAqampWNd16dKF+UxRFHr06FHvunv37s1cD4DZHJIVSUlJAD47CdZ1r7dv3xY4f8OGDdUcL93c3BASEsLM1x49eoTi4mJWjNgPHjyIlJQUseandLvkcDhYsGABzp8/L+Co7OrqihkzZlRrt6mpqfD09MSZM2eYzIM8Hg+nT5+WueOcMhu22tvbs3oeQXKEI0tTFCUyqIGsI1DXVC+BoGiIIZdqsHz5csTExCAkJEQgAm1ISAjatGlTbR4VFBSE2NhYpKWlISYmBhUVFdV0V5MmTZJrJoVnz57Bx8dHINDMvHnzsGjRIujr62Pfvn2M4QkgmNm+uLgYkZGR+Pvvv3Hr1i1UVFQAqAoScPjwYann+cRxTvVQ5vepPuTk5ODixYu4ePEiTExM4ODggMmTJ8PIyEhuMhA+c/fuXUWLUCcNZdzOysrC8uXLERYWVu8AVfT56enp2LBhA3x9fXHgwAE0b95cZvIKc+/ePdy/fx8GBgawtbWFnZ0dcYxQEL///jsKCgoEdPVGRkZwcHDAkCFDYGJiAgMDAzRt2lTusombAVZdMsWSZyE/GspY4eLiItZ5EyZMgJmZGQ4cOICgoCAmACY/Xbt2xfz582FnZye33+/ixYu4dOkSmQPKiYbSLlQdEvBb9vAHcaSpyXFO1u1GUh2LOmSJrQ/qov9QB1JSUrBr1y6B+Wzfvn2xePFi9O3bF6dOnRJwqouOjkZxcTFycnIQFxeH8PBwcDgcZt+Woig4Ojpi3bp1rAY2awhjnrqsubt27Ypz585h8eLFTOY5QLD/KikpYfwmhBHOPOnq6or//e9/NdZXWloqYAPZrl07Nm6DQCAQZEaDcZyjoSgKw4YNw7Bhw5Cfnw9fX19wOBxERkYyfxc+X10mvQQCgcAGXbp0wcKFC7Fw4UJFiyKSlJQUXLhwAcHBwXj79i0rfbi8HOcKCwsxf/58REdHC6S8liTLEO04R5/v7+8vteOco6OjgJKjphTcbDJ9+nRMnz5d5vXww+FwRDrU088hLS0Nnz59kqhs+rnK0nEOqMq6O23aNEybNg1JSUnw8vLCtWvXkJKSAqD6Pb1+/Rq7du3C3r17MXz4cDg4OMDa2lppnGAbMtra2rC3t0e/fv1w9OhRXL9+XSZKKX6nPHnD5nz706dPzH2YmZmJdU99+/YVOOZ3uhEXExMTxnFO2NmnPrRu3RqLFi0S+bcePXow9+Pq6opVq1ZJXI86kZ+fj0OHDjERPimKQrdu3WRap/AmuI6ODivlFhQUCByzkTlPldu2cMa9Zs2aiXWdgYFBrcfiIKzQFX42bCPsmNexY8cazy0qKsLz58+Z37dr167V+jEaBwcHxnGuoqICr1+/Rp8+faSSNT8/H1euXKlmkPTDDz9g5MiRaNOmDYqLi/H69WtcunQJvr6+oCgKFRUV2LNnD7KzswFUjW9nz56tUZ42bdpg5cqVGD58OObNm4fS0lIAVb/Vw4cPMWTIEKnuozZUwbCVoHiEI0vX1NfKOgJ1Q9isJEjH8+fP4ePjg4iICHz48IEJftS2bVsMGTIE48ePl0mk5IYQgVYdaNSoEX7//Xe4ubnh4cOHAuP7x48fmUCC9POMjY1FbGysSD0Vj8fDqFGjsHXrVrneA204QutbFi9ejKVLl4p1rZaWFiwtLWFpaQlXV1esXr0ar1+/RmxsLJycnHDhwgWJ1ocE1UXd3icej4fY2Fjs2bMH+/fvx7Bhwxidn6pGzibIhoYwbmdmZsLFxYUZx+obkV/4/NDQULi4uODs2bNyD0SXk5MDT09PeHp6omvXroxjRMuWLeUqR0OlqKgIt27dEsiuMWbMGOzYsaNewdgI0kOehXxpCGNFfenYsSP27duH0tJSxMTE4NOnTygqKoKhoSG6du2qMKNh4Tng0KFD4ejoSOaAMkSe7UPZ2wXb9O7dW+ogcfwOPwTZIzzXrukcNuGfC0hbDlC3fLJqh/LsS9RN/6HKnD59GuXl5cx7ZW1tjaNHj6JRo0Y1XqOlpQUtLS20adMGQ4YMwZIlS3DlyhXs3r0bRUVF8PLyQmxsLE6fPs2KvQHQsOaC6rDmNjExwbVr13Dw4EF4eHiITC5UE/SzNjU1xaZNmzBgwIBaz+/atavU9qgE9nF1dcXMmTMVLQaBoJQ0OMc5fvT09DBz5kzMnDkT8fHx8Pb2xrVr15CWlgag4S04CQQCQZWpqKjA3r174e7uLhDxWlrkORasXr0ar169Ygz/eTwe+vTpg5kzZ8LCwoJJZy2OTF26dMGXX36JhIQEUBSFhw8fYsmSJVLJ16lTJ3Tq1EmqMlQZVZ0XdOzYEStWrMCKFSvw33//wdvbGwEBAUwmI34FYHl5OYKCghAUFITmzZtj0qRJsLe3lyhbD0F66MyB3t7ejFOWrKnL+FvZ4Xe0ETdjkPDmpSRONvyOxMLOPg0RDocDDocj1rm+vr4Svd9lZWXIyspCcnIyKioqBDZFhg0bVu/y6oOwA1dubi4rznPCTtniOoqJgyq2beGsyOLKLnydtrZ2vesW3kSQdbsWdsaszbjn6dOnzAYKRVEYNWpUjefSDnX0b5eQkCC145y/vz+Ki4uZNmdsbAxPT0+0bduWOadJkyawsLCAhYUFvvrqK+zcuRMURSEgIICRZ/HixWLJMmDAACxZsgT79+9n7uPx48cydZwjEOqDuE5xsuh/SaCvhkNRUREeP36MlJQU5OfnQ1dXF126dEG/fv1qjBr76dMnrF+/HiEhIQAE35dPnz4hPT0dL168wMmTJzFp0iT88ssvrMw9dHV1mXGNoigsX74c/fv3l7rcurh8+TL8/PxkXo86oqOjg9OnT+Po0aM4fvy4gKEGILr/EnYe0NDQwIIFC7Bs2TK5yExTXl6OBw8eMH1xhw4dagxEUhfdu3eHh4cHnJ2d8erVK2RmZmLx4sW4du0aNDU1WZacoIyo4/skrPOjM0oaGhrC1tYW9vb2TLZtQsOkIY3bS5cuBZfLZdbSQFXb6Ny5M2xtbWFubg5TU1MYGBhAW1sbRUVFyM3NBZfLRVRUFPz8/Ji9Frqf4HK5WL58udyNsfnXIFwuF7t378a+ffswbNgwxjFCWDdCYI+wsDCUlZUx75GpqSkOHDhAghAqAPIs5ENDGiskRVNTE+bm5ooWg0F4Dnjv3j3cu3ePzAFZpFGjRkzwY4qiMHToULRu3Vrm9b548QJcLlfm9SgT48ePx/jx4xUthlKwefNmODg4KG32I0VmbGOrzIaSdU4d9R+qzI0bN5hnYWBggO3bt9fqNCeKRo0aYebMmejfvz+cnZ2RnZ2NyMhIrFq1CidOnJBKvoY4F1SXNXfTpk2xevVqLFiwABwOBwEBAXj16hWKi4trvMbY2BgWFhZwdHSEpaWlHKUlsI2BgYFEtm8EQkNA+XtwOdGlSxf8+OOPWLVqFR48eABvb2/cvXu3xpSkBAKBQFAeSktLMW/ePISHh1czDK8pemhthouKUHQ8fvwYd+7cYRZgGhoa+OWXX+Dk5CRxmVZWVkhISACPx8Pz589RVlZGIsmJiaoru2ri66+/xtdff43CwkLcvHkTPj4+ePLkich2kpmZifPnz+P8+fPo0aMHHBwcYGtri+bNmyvwDhoG9Fw0MDCQmYvKy+lF3EhqsqiTDYqKipjyxHVkEnaQkUSJy9+3VlRU1Pt6deP9+/d1Zjqj37EPHz5Uy7YlLqIyXbRs2VLmm2jCkcTj4uIEnIYkhXYgpPvkNm3aSF0mjSq2bWGHN9pRQB4I/0713aCoL8J6h9qU7U+fPgXw+T2pTWkt7Bick5MjhZRVRERECNS/du3aWt//uXPnwt/fH0+fPmXeCU1NTcyaNUvsOmfOnIkjR46grKwMQJWBAEF1kUVmK0mgKAqvXr2SqoyGspFOUBw5OTnYu3cvrl27xmTe5EdHRwczZ87E0qVLBRzokpKS4OLigg8fPtS4juB/L69fv47o6GicOXMGRkZGUsncu3dvhIaGMseVlZUYNGiQVGWKw/3791kpR536qPrW5+bmBkdHR/z111/w9vYWK+OupqYmJk6ciMWLF9eaMVdWvHz5knHopygKdnZ2Uhkt6Onp4dChQ5g4cSJKS0uRmJiIs2fPYsGCBSxKTVBW1Ol92rJlCzgcDjN3F9b5ZWdnw8PDAx4eHjA1NWUiZ8s7axZB8aj6uC0uly9fRnh4uIBuxNjYGL/88gtsbGxEXqOnpwc9PT0YGxtjxIgRcHNzQ2BgILZv3y6QVfrJkye4cuUKpk+fLvP7sLW1RWBgYI0B8YSdYx0cHNCrVy+Zy1UfSktLsXnzZlRWVgIAOnfujB9++EHi8o4fP47ExEQAVfrZjRs3ytxpitZj0nqR+fPnE0ctBUGehXxoKGOFutCvXz9Gf6zKc0BlHy9MTEwQGxvLHNvY2NRL3y0p+/btUwnHuby8POTl5THH4gY6JdTOxYsXcenSJZiYmDDtV1o9HluImxVQ2uyBsiQwMJDV85QZddF/KPtYIQ5xcXHIyspinoW09ljdunXDwYMH4eLiAh6Ph3v37uHGjRuYMGGCxGU2pLmgOqy5RdGsWTN89913+O6771BRUYG4uDhkZGQgNzcXpaWl0NfXh76+Pjp37qwU44o6tG1JuXXrFhMMk6IobN++XcESEQjqCXGcE6JRo0awsrKClZUV8vLy4OvrCw6Hg+fPnytaNAKBQGCdsLAw5nO7du3QoUMHqctMTk4WMIAfOHCg1GXWxYYNG/DkyRMAnyN/aGhooEuXLsjNzWXkoSgKAwcORHFxMXJzc/H+/XuUl5cLXEdRFPr27St3B7Pjx48D+LzBs27dOqlTJvMv0MrLy/H27VuYmppKVWZDwM3NTdEiyBwdHR04OjrC0dERycnJ4HA4uHr1KpKTkwFUd7CIjo7G9u3bsXv3bowcORKHDx9WmOzqSkJCAnx8fHD16lWkpqYCEHSWo/soHo8HTU1NjB49Gg4ODqzVL+xs3KNHD4EsarJCeMxgE1k7uigCYngviPDGr7a2Nnbv3i1RhrH60L17d4H6Hz58iKFDh0pdLv9mS5MmTaTODAaodtsWjtCamprKqjNhbfBv6gLiO+JKinC2oIKCghrfY9r4FQAaN27MZJUTRdOmTQWOaUW/NERHRzOfW7RoUaORIT+Ojo4CBhs9e/asNaueMAYGBujVqxfjXPru3bv6Ca1ivHr1Cm/evGGO7ezsFCeMDFCXsez8+fOsnkcgCJOYmAhnZ2ekpaXV2G4KCgrw119/ISwsDGfOnIGuri5KSkqwePFipKSkAKg+X6K/E/6ey+XCzc0Nly5dkkpuMzMzgQAKUVFRUpUnb9Slj5KUdu3a4ddff8WaNWvw4sULPHnyBElJScjOzkZeXh6aNm2K5s2bo3Xr1kx2WeH5hjx5+/YtgM9zXQsLizqvKS8vr9UYqEOHDpg6dSo8PDwAAJ6ensRxroGgTu/TtGnTMG3aNLx79w7e3t64du1atXGB7u/evHmDXbt2Ye/evbCysoKjoyNGjhypEpGzCdKj6uO2uAjPyXv37o1Tp07V21Fg9OjR6NevH1xdXfHy5UtGX3v27Fm5OM7t3bsX+fn5TEC88PBwALU7RnTr1g329vZK4xhx69YteHl5MTL/9ttvUpXXsmVLHDhwgClv6NChGDdunNRy1kZ2drbAsTjjhTJSWlqq8llAyLOQDw1lrFAXLl68iHfv3sHLywvXr18Xew7o4OCgVNlTlH28MDMzYzLZAlXtQh6Oc6rCyZMn8eeffwKQf2AgdYfH4yE2NhZ79uzB/v37MXToUCb7kSIDaO/YsYPV8xRB+/btWT1PmVEX/YeyjxXi8Pr1awCfn8Xw4cPrvEY4KLowlpaWsLGxwZ07d8Dj8fDnn39K5TjXkOaC6rDmrovGjRujW7duihajVtShbUvKy5cvweFwGFmJ4xyBIBuUY9WrpOjr62PWrFmYNWsW4uPjqxnPEQgEgqozZ84cZrLl6uqKVatWSV3m5cuX5aoIe/bsGXx8fAScSubNm4dFixZBX18f+/btw6lTp5jz3d3dmc/FxcWIjIzE33//jVu3bjFZggoKCnD48GF88cUXMpWdpqCgAGFhYcyz6NOnj9ROcwCqOcnFx8cTxzkxaAiOc/x06NABS5cuxdKlSxEaGgoOhwN/f38UFhYCgEDbKisrw507dxQssfqQn58PPz8/cDgcREZGAhBtzEp/Z2ZmxmT+Y9vxpVOnTgKOCN9++y2mTp3Kah2iEO6jCTUTExOjaBHqjTiGx2wYJ2tra2PMmDFYuHAhTExMpC6vLjp27IjOnTvj3bt34PF48Pb2hpubm1QOezExMXjw4AHT7s3NzVkxQlbltk1nS6N/k4SEBJibm4t1bZMmTZjrJNnsT09PB/B586Fly5b1LqM+CDuRvX//XmREt9LSUkRERDBjc7du3Wp16qPHcho2jHA+ffrE/LZmZmZiZRYUdu7r0qVLves1MTFhHOfUXTdz8+ZNZj0FSOY4t2DBAjg4OGD06NFKmXFa1hl064KNsUfciJryiLzZ0Dly5Ei170St6USdxzZsrSULCgrw3XffMQE16sriGxUVhZ07d2LLli04ffq0gPEW/b4bGxvDyMgIPB4P6enpAgGG6HElMjISHh4emD17tsSy84/VtGyqhjr0UdLSuHFj9OnTh5VADrIkNzdX4FiUHk84oEpJSUmd88MxY8Ywhj6pqangcrky1adt3rwZDg4OMDMzk1kd0qCO/awo1OV94qdTp05YsWIFVqxYgUePHoHD4SAgIKDGyNnBwcEIDg5Gs2bNMGnSJDg4OKBHjx5ykZWgGNRh3K4LLpeLuLg4Zr6jr6+PY8eOSWzQ1qJFCxw7dgy2trbIz88HUKWvkFfb1tPTY5xjk5KS4OXlVatz7OvXrxnHiOHDhzOOEYqKru7n58fIp6enhylTpkhV3pQpU7Br1y4mU+7169dlbgAnrFuRJiOEIrGyssLEiRNhZ2cntr5N2SDPQj40hLFC3ejUqRNWrlyJlStX4tGjR/D29sadO3fEngPa29srPBu7so8X5ubm8Pb2ZmQk7aI6yqDbUEeE2++9e/dw7949JvuRvb09evfurWApCcqOuug/lH2sEAfhQBCi7ByEddXFxcV12iRMmjSJseuKjo6WKjhtQ5sLqvqaWx1Qh7YtLXU5yBIIBOkgjnNiIolhF4FAIKgCsphsyVMRRhtl0/exePFiLF26VKxrtbS0YGlpCUtLS7i6umL16tV4/fo1YmNj4eTkhAsXLsil/4+IiBDIfMeG0xwAxsibfr4ZGRmslEtQXwYNGoRBgwZhw4YNuHXrFnx8fASiB7HVtkePHi1wTFGUSIc84fPYpqZ6ZQmPx8O///4LDoeDwMBAlJaWMt/TMvEfGxkZYcqUKXBwcJCpQ5C5uTmTnh6oihQlD+cagnpiY2NTY8Q9Ho+HX375hXnXR4wYUW/FFEVR0NTUhK6uLtq3b48uXbrIPcPguHHjcPLkSVAUhezsbOzYsUPiaFclJSX46aefAHyez7CVYUqV2/aXX34pMEeNjo4WWzEqrdKejvBHI+sIkvSmFH2/ERERIg3VHz16hKKiIsbJoa4okMIbLvXJ8lYTtGEgUOWEIQ60EySNgYFBvevldxjnl0FdEZ4X1Jd79+7h/v37MDAwgK2tLezs7JTKGJ8YThDY5MiRI9XaSk0OHbLeaGLLoePgwYNISUkRmS1OGNoInMPhYMGCBTh//jxznaamJlxdXTFjxgy0atVK4LrU1FR4enrizJkzKCsrY8o5ffq0VI5zwn1NRkaGXLPGsgHpo1QHerObRlSAGeEgA/n5+dDV1a213C+//BLA53H49evXMjX0uXjxIi5dugQTExM4ODhg8uTJIoMoKAp17GdFoS7vU00MHjwYgwcPRmFhIW7cuIGrV6/iyZMn1fYGeDwesrKy4O7uDnd3d3Tv3h0ODg6YNGmSyjokEGpGHcbtuuDP5k1RFJycnKS+vzZt2sDJyQknTpwQqEfebbtjx46Mc+x///0Hb2/vWp1jg4KCEBQUhObNmzOOEfJ0ji0rKxPYa7C2tpY6wI+mpiZsbGzg4+MDAPjvv/9QUVEhUyNFYR1RXl5erUGNlJWcnBxcvHgRFy9eVNo5SF2QZyEfGsJYUR9SU1ORlpaG3NxcFBYWQkdHBwYGBmjdurVS/ib0HLCgoEAge4q4c0BbW1u5Z09RhfFCuF3Ex8ejqKhIquCKBEJd9OvXD0+fPgVQe/YjU1NTZixRhexHBPmjDvoPVRgrxEE4UGizZs2qnSMcaFec8aZXr14APj+LqKgoiecpDXkuqGprbnVAXdo2gUBQbojjHIFAIDRwVDlCQXl5OZOdhcfjoUOHDli0aJFEZXXv3h0eHh5wdnbGq1evkJmZicWLF+PatWusZOeoDTqKPE2/fv1YKVfYOFpYAcI2/JGlBwwYgMGDB0td5qNHj5j050DDywanKLS1tWFvb49+/frh6NGjuH79Oqt9xfv375l2C9TcDwmfxzby7P/i4uLA4XBw7do1fPr0CUD17HJ0Zr8mTZpg1KhRcHBwgJWVlVwcgszMzJjn3BAiRRFkS48ePWpVAv7yyy/M527dusHe3l4eYrHK/PnzcfHiReTn54PH4+Hvv/+Gnp4efvrpp3r1LZmZmXBzc2Myw/B4PLRr146130SV27auri6MjY2ZCG5hYWFyq/vly5fMZ4qiZB5IoUePHmjUqBEzDvz9999wcXGp1v9fvHgRwGcHy6+//rrWcuPi4gTOF3ZgkwTacQ+ovnFWE8KbaZLMrfmzptFZogl1k5OTA09PT3h6eqJr167MhrmssyjWRmBgoMLqJqg/4gQGYnttQY+xbK0t8vPzceXKFYFNVyMjI/zwww8YOXIk2rRpg+LiYrx+/RqXLl2Cr68vKIpCRUUF9uzZwzhNa2tr4+zZszVmDGvTpg1WrlyJ4cOHY968eUxAjw8fPuDhw4cYMmSIRPIbGxujRYsWyMrKYr6TZmNe3pA+SrXQ0tISOBY1RxCeh3z8+LHO91HYYCgtLU1CCcWHx+MhNjYWe/bswf79+zF06FA4OjrC2tpaqbLHqkM/WxPq9D7Vho6ODqZOnYqpU6ciKSkJHA4HV69exfv37wFUD+gUExODHTt2YM+ePRgxYgTs7e0xcuRIYlyiJqj6uC0OdJuj+xEbGxtWyrWxscGJEyeYNqPotv3111/j66+/RmFhIeMYUZNzbGZmJs6fP4/z58+jR48ejGOErJ1j4+LiBHQKlpaWrJRraWnJGMAVFBQgLi4O3bp1Y6VsUfTt21dgzyI+Pl6l24zwHGTYsGFMlgRlmoOIgjwL+dAQxoraqKiowJ07d+Dn54dnz54x+3uiaNWqFfr27YuJEyfCxsZGqeZLurq6Es0Bd+/ejZEjR8p1DqgK40X37t2hqamJsrIyAEBlZSVevnxZZ6A7AkEaLl68iHfv3sHLywvXr1+vMfvRmzdvmOxHVlZWzFhSV7YwQsNBHfQfqjBWiIPwHE/UOCts95eamlqnU6zw3+nxXhIa+lyQRhXW3OqAurRtAoGg3JBZMYFAIBBUlpcvX6K4uJhxOrGzs5NK4aOnp4dDhw5h4sSJKC0tRWJiIs6ePYsFCxawKHV1MjMzBY7ZMmSVd5R0/sjSrq6urDjOPXz4EH/++SdzTBznZE9+fj5u3rwJb29vPHv2TKZ1iesUJwvjKHm0j9zcXPj6+oLD4eDFixcC9dL9Fv93vXv3ZpQmhoaGMpePH+FIUVwuF6WlpTJ3HCY0XFQ9k4ehoSHc3NywY8cOpi87c+YMHj58iIULF2LUqFHVIsDxk5CQAD8/P7i7uyM3N1fAGHTNmjWsbUCretvu2bMno8x//fo1cnJy5NI/BgUFMc+kS5cudUZRlBZ9fX0MHDgQjx8/BlD1fqxbtw4bN25k3iMPDw8EBwczcunp6WHYsGG1lsvvAAh8zmzHFvLO9EioP/xzLS6Xi927d2Pfvn0YNmwYY4wv7w1zWWdwJDRMxJ1XyGL+wXaZ/v7+jJ6Dx+PB2NgYnp6eaNu2LXNOkyZNYGFhAQsLC3z11VfYuXMnKIpCQEAAgKq2v3jx4hqd5vgZMGAAlixZgv379zPrk8ePH0vsOAdUzT/u3bsnENGWLSN1WUP6KNVCeF5YUFBQzUhHONtifHx8nW2D3xAEAONYKkuEIxTfu3cP9+7dg6GhIWxtbWFvb4/evXvLXI6aUKd+tibU6X0Sl44dO2LZsmVYtmwZQkND4e3tDX9/f5GRs8vKyhAYGIjAwEC0bNkS//77r9T1Ozs7S12GJCQnJ7NSjrD8FEXh3LlzdZ7HNjXVKy6qPG6LA23QTtOhQwdWyhUuR7geRaGjowNHR0c4OjoiOTmZcYyg33thfXR0dDS2b9/OOEYcPnxYZrLFxsYydVMUha+++oqVcnv27ClwLGsDuNatW2PgwIEIDQ0FANy9e5eVvTBFITwHCQkJQUhIiNLMQWqDPAv5oe5jRU1cuXIFhw4dQkZGBoC656VpaWkICAhAQEAAWrZsieXLl2PatGnyELVe1GcOWF5ezswBW7RogUmTJmHNmjUylU8VxgsNDQ306NFDIFDhixcv5OY4x9a+OW1Azjb8GX/FqcfOzk4mcqgjnTp1wsqVK7Fy5Uo8evQI3t7euHPnTo3tNzg4GMHBwWjWrBmT/Ui4LRDqhyrtsdaEOug/VGGsEAfh3z0/P79a0FLh55WUlFRnO6b7hJqO60tDnQuKQpnX3OqAqrTt0aNHSyuSSHJzc8Wuh6Io3LlzRyZyEAjqDnGcIxAIBAKrlJeXM59lbYT59u1bAJ8nzOIoI8vLy2uVq0OHDpg6dSo8PDwAAJ6enjJ3nBNWrLC1yUpHmqcRldadbWQRAbqurGQEdnjw4AG8vb0RGBiIkpISALL97RVpdCUvhg4divLycoF7EFaUGBkZMYpqRUa06dWrFzQ0NJiIYuXl5YiJiYG5ubnCZCKoLzt27GA+q3IkJxcXF3C5XPzzzz+McXtMTAxWrVqFxo0b48svvxQ4//r16wgJCcGnT5+YzQP+cZOiKMybNw9jx45lTUZVb9v9+/dnFH4VFRUICgqS+SbqkydPkJqayjg4s5UJuC5mzJiBx48fM+8Sh8NBQEAATExMkJ6ezjgQ0u/MlClT6tyce/jwIfPZwMAAHTt2lOk9EJQHW1tbBAYG1rhhLmx85eDggF69eilSZAJBYsTN0qoqGW4jIiIAfO7v165dK+A0J8zcuXPh7++Pp0+fMm1dU1MTs2bNErvOmTNn4siRI4wugg76ISlmZmYICQlhjuWR8bZ3794q84wJ7CEcFCAtLa1ae+nevTuAz2NhaGhone+KcDsUNmJhm379+uHp06cCctL1Z2dnw8PDAx4eHjA1NWWyx9YVWZpN1K2frQl1eZ8kZdCgQRg0aBA2bNgAf39/cDgchIWFCegG6c+08bi0hIaGKkzfK24wr9rgl782nbgs75MNXby6j9vy6i/l2S+LS4cOHbB06VIsXboUoaGh4HA48Pf3R2FhIYDP7YB2jpW1wZVw3yFsjCspdDl0W2Crj6qNZcuWYc6cOQCAv//+G/Pnz691zq6MbNmyBRwOhxmnlHEOIg7kWcgHdR8rhMnKysLy5csF5kKAeHul9Pnp6enYsGEDfH19ceDAAaXNMMI/B7x16xZ8fHyY+xbez8zIyMC5c+dk7jinKuOFubk5nj9/DqDqN5JHu6Bhyx5jzZo1Mp+P83g8rF27ttZzJN3zETYmr8mAXFbG7XXVK2sGDx6MwYMHo6CggMl+FB4eLjL7UVZWFtzd3eHu7o7u3bszgXyVbVxXBaysrDBx4kTY2dmpzF6rMOqg/1CVsaIuhAOyZGVloXXr1gLf0bYUtEwRERF12hJER0cLHGtra0slZ0ObC4qLsq251QFVadvv379nRbdYGzwer9ZskcSGlkCQHOI4RyAQCARW4Z9cyjo7h3CkBVFZNIQzYZSUlNTp0DdmzBjGcS41NRVcLhempqbSCVsLwhnmPn36xIoCPS4uDsBnxYQ8lPJkYl5FTk4OgOrRf5SNhIQE+Pj44OrVq0hNTQVQPSMavZDX1NTE6NGj4eDgIHW958+fZ/U8ZaWsrEwgsxxQ9ftqaGjA2toa9vb2GDFiBGuZpaShadOmMDU1RUxMDPNdVFSUyip8AcDX11eirImSXMdWtPKGgrIrOevD5s2bUVlZCW9v72qOKVwulzkGgI8fP+LDhw8C1/Nf8+233+LHH39kVT5Vb9tDhgwRiBSdlpYm8zrpTLf0/MnKykrmdQLAhAkTcOnSJcaoksfjIS8vD5GRkdWMVQ0MDLBo0aJay/v48SOioqKYd0xVnjmBHfbu3ctkEaY3zIHaja+6desGe3t7pTSEIxBqg98hn43zFA3/pnaLFi3Eitzq6Ogo4HTTs2dP6OnpiV2ngYEBevXqxcyB3717Vz+hhZg1axYGDRrEHGtpaUlVnjiMHz8e48ePl3k9BOXCxMREYGzjcrnV5jydO3eGgYEB8vLywOPx4O/vj7Vr18LAwEBkmTweD+7u7gLfyToT4cWLF/Hu3Tt4eXnh+vXrSElJAVA98M6bN2+wa9cu7N27F1ZWVnBwcJBL9lh162drQl3eJ2nR0dGBvb097O3t8f79e0Zv+O7dO5kbhBAUg7qP28IBm5KTk1nZJxEObqPsgaFEOUYIO3/KGuEsB9Iab9ZUDm2kKEssLCzw3Xff4a+//kJJSQkWL16M8+fP12sOrmimTZuGadOm4d27d/D29sa1a9fEnoM4Ojpi5MiRcs9gLwryLOTzLNR9rOAnMzMTLi4uiI2NFel8UhfC54eGhsLFxQVnz55Van2bjo4OHBwc4ODggPfv3zPZU5KSkuQ6VgCqM16MGTMGBQUFzHGbNm2kKk8c/ve//+F///sf6+XK+tnWVr40tiXCRus1lSVr43ZF28fo6upi6tSpmDp1KpKSkpj2S89XhdtwTEwMduzYwWQ/sre3x8iRI5XCXkEVyMnJwcWLF3Hx4kWYmJgwDu1GRkaKFk1s1EH/oSpjRV106dIFwOd2GhcXxzgt0nTt2pUJksvj8XDr1i389NNPtbZZb29vAJ/Xq9I6HzWkuaCkyHrN3VCcxVWtbcs6CUFN5RP9LIEgHYrXZhEIBAJBrQgPD2cUT2xFfqgJfmUkUD2NOYBqaczz8/PrdOijM8TQE9DXr1/L1HGOjt5D1xcZGcnKRmtoaKjAsSzvgVClZPzjjz/w4MED5t3U1taGtbU15s2bh969eytYwiry8/Ph5+cHDoeDyMhIANWd5fi/MzMzY6KOsRUVil+pwsZ5yg79W/bs2RP29vaYNGmSUkaXNDMzEzDUlWd0RLbh8Xj48OFDNSeluq4BUO/raIgBWcOkcePG2L59OwYNGoQdO3YgJyenVgWZ8N9oJ6iff/4Zjo6OMpFRldt2jx49cObMGbnV9/HjRxQWFmLgwIEAqp7XkCFD5Fb/4cOH4eLigpiYGIF3hX9sbtq0Kfbv318t8IIwV69eFTj++uuv2ReYoNTo6ekxxldJSUnw8vKq1fjq9evXjPHV8OHDGWN8smFOIMiXT58+Me3TzMxMrI23vn37ChzTG+71wcTEhHGcy8vLq/f1/LRs2bLOcYqgfJSVleHevXt4/vw5Xr9+jaysLOTl5TEZ6euLPCKuGxgYoGvXruByuaAoCi9evKg2p6YoCmPGjIGXlxcoikJRURFWr16NgwcPomnTptXK3LZtG54/f86s7xo3bgwLCwuZ3gcAdOrUCStXrsTKlSvx6NEjeHt7486dOzVmjw0ODkZwcDCaNWvGZLHv2bOnzOVUZ9TpfWILQ0NDtG7dGi1atJDaqbo2VFmXIq7synyP6j5um5mZwcjIiAn4ePfuXZiZmUldbmBgIPO5RYsWrJQpD7S1tWFvb49+/frh6NGjuH79utyMvYX35XJzc6vt30mCcIBNTU1NqcsUh59++gm5ubn4559/EB0dDUdHR2zdupXRKakKnTp1wooVK7BixQo8evQIHA4HAQEBYs9BHBwc0KNHD0XeAnkWcngW6j5W8LN06VJmPsj/m3fu3Bm2trYwNzeHqakpDAwMoK2tjaKiIuTm5oLL5SIqKgp+fn5ISEgQCE7K5XKxfPnyag4Fykr79u3h5uaGuXPnYsuWLbh69apcHYNUZbywtLSEpaWlVGUoC6pu9C3u/qys71MZ6NixI5YtW4Zly5YhNDQU3t7e8Pf3r3EsCQwMRGBgIFq0aIFJkybJPKOkOsHj8RAbG4s9e/Zg//79GDZsGLOn0qRJE0WLVyvqoP9QlbGiLtq0aYM2bdogNTUVFEXh9evXmDBhQjUZrKysEBQUBKAq+P+xY8ewdOlSkWX6+fnh5s2bAn3jgAEDpJKzIc0FpUVWa+6G4iyuqm1bVr+3ss0zCAR1gTjOEQgEAoEV8vPzcejQIWYSLo8om8JRTCoqKqqdIzyp/vjxY50Rv4Sdg2Sd3aRPnz7Q0tJijJF8fX0xbdo0qcosLS1lFNk8Hg9t2rRB586d2RBXrvAbaMkjag0AvHr1Cr/99htzbG1tjYULF9Z6jY+PD9atW8dE+aEpLCzEjRs34O/vj59//hlz5syRmdy1wePx8O+//4LD4SAwMBClpaXM90B1w2kjIyNMmTIFDg4OMDExUYjM6kLz5s1ha2urFBvIdTF8+HAkJCQwx/JQ6rq6umLmzJmsl1tfhY2iowESVB87OzuMGzcOly9fxpUrVxAfH1/nNcbGxnBwcMDcuXNlGgVZndq2rGnbtq1Cs50aGhriypUrOHnyJP755x98/PiR+ZuGhgYGDx6M//3vf3WOJ2VlZbhw4QKAz9EER44cKUvRCUpOx44dGeOr//77D97e3rUaXwUFBSEoKAjNmzdnjPGVfR4jb2gHRGXA2NhY0SIQWCQ/P5/5LO6zbdeuncBxTZF/a4NfD8IvA0H9KS0txfHjx+Hp6YmcnByBv0mzMSuvNZalpSW4XC54PB4ePHgg8pwZM2YIRFoOCQnB5MmT4ejoCFNTUzRp0gQJCQnw9vZmAhjQc6ixY8fKPWPJ4MGDMXjwYBQUFAhkjxWV8SIrKwvu7u5wd3dH9+7dmcBHypzNQplRx/dJEh4+fAhvb28EBgaiuLhYZvWomkODMA0lG6OqQ1EUZs+ejYMHDwIAPDw84OTkJFXQx7S0NHh4eDB9spOTk0roFums5N7e3kzABHkiHEguOTmZCSopDcnJyQA+6z+aNWsmdZl1ERYWBgCYMmUKcnNzcfv2bSQmJsLZ2Rk9e/aElZUVunfvjmbNmkmsh1NEH0nPQeh9ratXr+LJkydiz0EUETCQPAvleRbqwOXLl5kAwUDV72tsbIxffvmlxmzwenp60NPTg7GxMUaMGAE3NzcEBgZi+/btAobLT548wZUrVzB9+nR53pJECM8F5T3GqdN4oSooMuOcvMpuiIbnorIfhYWFCYwl9O+SkZGBc+fOSew45+zszJrc0kBRFM6dOye3uoDPeyohISEICQmBoaEhbG1tYW9vrzSBtUWh6voPdRorLC0tce3aNQDAgwcPsHLlymrnTJkyBUFBQcxvfOzYMbx79w6zZ88WeBZ///03Ll68KPAs+vTpI5esqAT5rLnV3Vlc1do2Xd7AgQPRoUMHqct78eIFuFwugKpnaGdnJ3WZBAKhOsRxjkAgENQYDocDDocj1rm+vr4STdzLysqQlZWF5ORkVFRUCCzAhg0bVu/y6oOhoaHAcUFBQTWnN+EN0Pj4ePTp06fWcrOysgSOaScjWaGpqYlBgwbh3r17AKoyxT1+/FiqKGWnTp1CRkYG48Q4fPhwtsSVK/xZn+rKFMgW169fZ9oCRVFYvXp1rec/f/4c69atQ3l5OXMNP7SybPv27WjRogUmTpwoE7lFERcXBw6Hg2vXruHTp0+MPLScdHvl8Xho0qQJRo0aBQcHB1hZWaFRo0Zyk1NdOXLkCEaOHAkNDdWYctvY2NS4+ScrDAwMJDLsrYuGuAFCUDza2tqYO3cu5s6di/T0dDx58gRJSUnIzs5GXl4emjZtiubNm6N169awsLDAF198IRe51KltNwQ0NTXh5uYGNzc3JCcnIyMjA02aNEGnTp3E3mTKzMzE999/zxw3adKEOMITGL7++mt8/fXXKCwsZIzxazK+yszMxPnz53H+/Hn06NGDMcYnxlfAqFGjlMI4lqIovHr1StFiEFikqKiIebfEjaQpvFaWJFomvxGpqKBEBPUkNTUV8+bNQ3x8vMho8JL2c/Jcj9nY2ODChQugKApJSUl48+ZNtUBe5ubmsLOzA4fDYfQgiYmJ+P3330XKTd+3trZ2jdGb5YGuri6mTp2KqVOnIikpCRwOB1evXsX79+8F5KTljomJwY4dO7B7926MHDkS9vb2GDlyJMkeWw/U+X2qi7dv3zLvWGpqKgDROkQAIqPLS4KqZF2pCXt7e1bPI8iO+fPnw9fXF/Hx8cjLy8OSJUtw8uRJiQylcnNz4ebmhtzcXFAUhS5dusDV1ZV9oVnkwYMHjAMEHaiwrij1soA2dqPrfPDgAStZKB4+fChwLA+j0Dlz5gj8dvxj8qtXrxAdHS1V+Ype5+no6Eg0B9mzZw9GjBgh1zkIeRbK8yzUAeGAar1798apU6fqHZRi9OjR6NevH1xdXfHy5UtmHnX27FmldZyj54LXrl1jgrkpYqwA1Gu8UCUoisLQoUPx448/VrO3qS+nTp3CpUuXmHJllY1e3CCIigyWqAzo6OjAwcEBDg4OeP/+PTOWJCUlVRtHJCU0NFThunLh/Q1ZsWXLFnA4HERERAAQ7CN5PB6ys7Ph4eEBDw8PmJqawsHBAZMnT1a6AEeqrv9Qp7Fi5MiRjONcdHQ0Pn36VM3Ocfz48ejbty+ePXvGPAtfX1/4+vpWK0+4LSxbtky2N0CQ25q7ITiLq0rbbtKkCcrLy5n2+OLFC1hZWWH+/PlSrb327dvHOM4BJBgXgSArVMOKl0AgEAgS8f79+zqVFPSE+cOHDwJOSvVBlHFNy5YtMX78eInKExdhg/O0tLRqkSa6d+8uIFdoaGidm9W0koNeUEqrHBSHOXPm4N69e8ykevXq1bhw4QI6duxY77Lu3LmDY8eOMWU1btwY3333nQykli0FBQV4/Pgx8+zklUnh33//ZT536NAB/fv3r/X8nTt3MgsioPoilP/7LVu2YPjw4TJ9p3Jzc+Hr6wsOh4MXL14IyEQbuvB/17t3b8YIWtgZlSAd8nZUIah+tHJCFenp6cjJyUFeXh7KysokKkPR74KRkZHM50EE9adDhw4SRSdr06YNXFxcZCCRIJIG3pDkOjoSHIE9dHR04OjoCEdHRyQnJzMb5vRvLTxnjI6Oxvbt2xlj/MOHD8tUvtLSUmzevBmVlZUAgM6dO+OHH36QuLzjx48jMTERQNWGxsaNG6U2HFPlzSdhFBUVmLTt2iHBTJQXVeij6qKwsBDfffcdkymZv99Xpf7N0tISRkZGSE9PBwBcunQJGzZsqHbeunXrkJCQwBiYALXrbzQ0NLBr1y58+eWXMr4D8ejYsSOWLVuGZcuWITQ0FN7e3vD3968xe2xgYCACAwPRokULTJo0SeKo8Q2NhvI+0eTn58PPzw8cDgeRkZEAatchmpubw97eHra2tooRmECQEE1NTZw4cQLOzs5ISUlBVFQUpk2bhnXr1mHEiBFilxMSEoJt27YhKSkJQFXW3xMnTkgUtEDWJCQkwMfHp05nWB6PB01NTYwePRoODg4ylcnc3BxaWlooKSkBj8eDj48PFi1aJNXvV1paKmDIq6GhUWfgTDYRNoZky/hcmajPHKSsrIyZg7Rs2VJgr03WkGehPM9CVeFyuYiLi2P6E319fRw7dkxiR4cWLVrg2LFjsLW1ZbK6JyQkgMvlwtTUlE3RJSY/Px83btyAt7e32HNBWY8VdD3qNl4oK5MnT8a1a9cEjNNjYmKwdu1aqQIBC9tBtG/fXio5a2LQoEGsntcQaN++Pdzc3DB37lxs2bIFV69eVbjDm6oxbdo0TJs2De/evYO3tzeuXbuGlJQUANXnH2/evMGuXbuwd+9eWFlZwdHRUWmCLqu6/kOdxgpra2toaWmhuLgYFRUV+Oeff7Bo0aJq5+3YsQPffvstMjMza806xt+mXV1dMWTIEJnJ3pCR95q7oTiLq0rb9vHxwfr16xEREQGKolBcXIzff/8d169fx+bNm+u0MyUQCIpF8TMxAoFAIKg8wlF0tLW1sXv3bmhra8u0XhMTE4G6uVwuzM3NBc7p3LkzDAwMkJeXBx6PB39/f6xdu7bGLCg8Hq9atFtZKfP4sbKywsCBAxEWFgaKopCamopZs2Zhw4YNGDt2rFhl5Ofn488//8SpU6dQWVnJOP598803SmeYURPl5eXIysrCy5cvcfLkSeTm5gKoesd69Ogh8/oLCgqYjREAdW6cR0ZGMgsh+veeOXMmHBwcoKuri7CwMPz+++/MfeTk5ODChQsiFR1sMXToUJSXl4t0aKW/MzIywqRJk2Bvb18tchSBPSoqKmRq7Hj//n1YWVnJrHxVRNWjlTdUioqK4O3tjeDgYDx//pzpMyVF1pGAQ0JCcODAAebYysoKq1atkll9BIIywuPx6h14Q9qAHbVtBBGko0OHDli6dCmWLl2K0NBQcDgc+Pv7o7CwEAAENnjKyspkFiWYn1u3bsHLy4uZx/72229SldeyZUscOHCAKW/o0KEYN26cVGUq2qiAzfagyKjApG0TVBFV6KPq4s8//0R8fHw1fUHfvn0xZMgQmJiYQF9fH1paWjKVQ1ooikJwcDDjxFhTX6arq4vTp09j586d8PLyqnY+v8Ngp06dsG3bNoUH46iJQYMGYdCgQdiwYQNu3boFHx8fhIWFCUSUpu8lIyMD586dI45zYtIQ3icej4d///0XPj4+tUbCpo9btWqFyZMnw8HBgWSxJrBGcHAwHj16xByvXbtW5nV26NAB//zzD3799VcEBQUhKSkJP/zwA0xMTPDNN9+gT58+6Nq1KwwMDKCtrY2ioiLk5uYiNjYWkZGRuHXrFmJjY5m+dtSoUdi6datSZY6orzOsmZkZE1BPHsEjNTU1MWDAADx48AAA8PHjR5w8eRJubm4Sl3ny5El8+PCBub++ffuKnbWZDWoaJ6RZWynz2oh/DuLv7w8Oh8PMQQDBtV1GRoZcZSPPQnmeBVvIe6x48+YN85miKDg5OUmdiaJNmzZwcnLCiRMnBOpRpOMcj8fDgwcPwOFwxJ4LTpkyBfb29nKbC6rjeKGs7N69G1OmTMHGjRuRnJwMiqKQnp6OH3/8Ed7e3ti0aZNEQZ4JysvDhw+ZrEjFxcUKyYSkLnTq1AkrVqzAihUr8OjRI3A4HAQEBNQY4Cg4OBjBwcFo1qwZJk2aBAcHB7nYP9WEqus/1Gms0NbWxrlz5xj7iJoyo3/55Zc4d+4cli9fjri4OACinxsdXH/ZsmVYuHChzORuiChyzd1QnMVVpW2bmJjA09MTnp6e2L9/P/Lz80FRFLhcLr799ls4Ojrixx9/JMkLCAQlhTjOEQgEQgNAHCUFG4oMbW1tjBkzBgsXLpSL8tTAwABdu3YFl8sFRVF48eIFHB0dBc6hKApjxoxhDJqKioqwevVqHDx4EE2bNq1W5rZt2/D8+XOBbG1spH0Whx07dmDGjBlMhJj09HQsX74cX375JcaNG1dNcfL+/XvcuXMHqampiIiIwP379xkHQXrC36FDB5GRgSThyJEjOHr0aK3n0O/RqVOncOrUKanr5N/ckUf2rri4OAFlT11RRq5fvw7gc3bC2bNnY926dczfTUxMYG5ujunTp6OiogI8Hg/Xrl2TqeNcWVmZwKKclk9DQwPW1tawt7fHiBEjZB69ngDMnj0bBw4cqJYJU1oqKyuxf/9+/PXXXzJ1DiIQ5MGFCxdw6NAh5OXlAVCNjZW4uDhER0cDqBorFi9erGCJCAT5U98NVUU7GBHER5QxPr9Tlbz6aT8/P6Y+PT09TJkyRarypkyZgl27dqGgoABA1TxeWqcUVRizCASCbFCFPqo2KisrceHCBYHx+YsvvsCuXbtUMuq+uJG6dXV1sWXLFnz33XcICAjAkydPkJ6ejsLCQjRr1gwmJiYYPnw4xowZoxI6Ex0dHTg4OMDBwQHv379nsscmJSWpZZYVeaGu71NcXBx8fHxw7do1pKWlAag9Era1tTUcHBxgZWVFMqASWCc8PBznzp1j+ipZO0P07NlT4Ji/j4yNjcWRI0fqLEPYoSAoKAhDhw6tlxyyCPREO8PSDhClpaUi5eUPqDdlyhSFOcPOmjULDx48YPqco0ePol27dtX29cSBw+Hg6NGj1YIaygNjY2O51KOs6OjowN7eHvb29nj//j2TaeHdu3dyD4xCnoXyPAu2kfdYwT8/oiiKtT1pGxsbnDhxgrkPuh55Ex8fDw6HI/ZccNSoUbC3t1fYXFBdxgtVYOjQofD19cXBgwdx/vx5JjjzgwcPYGtrix9++AGurq5KkSGLIBlv375l2v/Hjx8BVJ8rSsuOHTtYKUdVGTx4MAYPHozCwkLcuHEDV69exZMnTwQCHAFVv3tWVhbc3d3h7u6O7t27w8HBAZMmTULz5s3lLreq6z/UaawQVx/btWtXXLt2DV5eXvD390d4eDiKi4uZv3fo0AHDhw/H3Llz0alTJ1mJ26BQtTW3OqBKbdvJyQk2NjbYvHkzAgMDQVEUKisr8c8//yAwMBA///yz1HtHBAKBfcjKhkAgENQYGxubGrOl8Xg8/PLLLwKZteprlENRFDQ1NaGrq4v27dujS5cucleeWlpagsvlMgo8UcyYMQPe3t4Aqu47JCQEkydPhqOjI0xNTdGkSRMkJCTA29sbMTExAhPmsWPHQk9PTy730qFDBxw7dgxz585lIjzxeDzEx8fj+PHjzHn0guvGjRu4ceNGte/p6wwNDXHkyJEas+tJgribLGxsxvArkXr16iWXzFrJyckCx3VF/QsODhZI5y3KeaJXr16wtbWFj48PgCrlZFpaGlq3bs2a3KKgn0HPnj1hb2+vMIVbQ+bZs2ews7PDjh07YG1tzUqZHz9+xMqVK/H06VPihEBQaXg8Hn788UfcuHFDZCQuScqTlzEAHYWVpnv37jKvU9UoLS1lFMcA5DaXIsgPVTa8IYiHtrY27O3t0a9fPxw9ehTXr1+X29yjrKxMwFnP2toampqaUpWpqakJGxsbZk7+33//SZUdOCYmRip5lBXStgmEulGFPqouIiMjkZuby8yfW7RogQsXLsDIyEgm9SkbXbp0wcKFC9Uq6nL79u3h5uaGuXPnYsuWLbh69SrRGcgJZX6fcnNzmUjYUVFRAGqPhN27d28mEjaJiEyQB8KGpLKsRxhhJwFxUCan5Li4OMYA+tOnTwBqdoBo0qQJRo0apRTOsDY2NujVqxeio6MZGdetW4eIiAisXLlSrLlIeno6Dhw4AC8vL4F77tatGyZOnCjrWwAA3L17Vy71qAKGhoZo3bo1WrRogXfv3sm9fvIsPqPoZyEr5DVWlP0fe2ceUFP6//H3bVO0UNJYG7I0SdkboW3MMBTKMtkNYxmybxkNgwYzdhNfEiOyhYoha4XIWlQkKqSISvu+nd8f/c5x72273Xvu/rz+cY+e+5zPuedZP89nKS/nuW7Xrh0r9fLXw38fcZKfn4+LFy8KvBY0NzeHs7OzTKwFFWW+kBc0NTWxatUqODo6wsPDg/ndS0tLsWfPHly8eBF//PGHzGTRJjRMQUEBgoODERAQIFBWJAsLC7i4uAh9P2dnZxElVgyaNm2KsWPHYuzYsUhJSWECHL1//x5Azf1EfHw8Nm/ejK1bt8LW1hbOzs6ws7OTieA7tSFr+g9lnStUVVUxfvx4jB8/HkB1f6edGEXVURO+IK97bkVA3vp2q1atsHfvXly9ehWenp5Me8nKyoK7uzsCAwPxxx9/4Ouvv2b1vgQCQXiI4xyBQCAoMKampvWmd//tt9+Yz127dpVLhcaQIUOYKNkpKSl49eoVunbtylPGwsICo0ePRmBgILOoTk5Oxs6dO3nK8UcE0dLSwoIFCyTzIP+PpaUlzp49i8WLFzOZ9Phloz9zH9DyK7g6d+6Mffv2iSWKTF0HFPzyiApdn4mJCXbt2iWRg5GsrCyeawMDgzrLpqWlITU1lfntBw4cCH19/VrLchvAAdVKMHE6zrVo0QKOjo5wcXGpdwyQFh8+fJC2CAzijkiak5ODefPmYdq0aVi+fLlIEfnCwsKwevVq5ObmsighgSAdduzYwWTq4FYs0g5WBQUFzN9at26NkpIS5OXloaKigqmD29FdktGFmzVrxnNd31yhrPzzzz/w8fEBIJ6I6qKQlZWFqKgopKWlobi4GM2bN4eRkRH69euHpk2bSlu8WklPT0dkZCRSUlKQnZ2N/Px8VFZWws7OTqzZaGqDHI4rBwUFBbh8+TICAgLw9OlTid8/KSkJxcXFzPrfysqKlXqtrKyYNXlhYSGSkpJq7B2VFXnu21OnTpW2CACq5ztfX19pi6GQyNrcrQhj1OvXrwF8MUL95ZdflMZpTlGJiIhAQEAAQkJCmGBcbEHGWfnj1q1bCAwMRFhYmECRsJ2cnODi4tJgADFpwJ1dhq39z5UrV3Dr1i0A1b/Hpk2bRK6TIPvUNS4KM14K8x02nO3y8vIYB4hnz57x1CtPzrCenp6YNGkST/DIgIAAXLhwAfb29rCysoKZmRmaN2+Opk2boqioCDk5OYiLi8ODBw8QFhaGiooKniBaTZo0gaenp7QfTangX3sQpAd5F+xQ1/muvN2Hoijcvn1bIdaCZL6QPN27d8fZs2dx+PBh7N27lxlTkpKSMHXqVIwePRorV64kgXplFDrQOJ0ViQ4CWlf/NzQ0xKhRo+Ds7EyyIomB9u3bY+HChVi4cCEePnyIgIAAXL16FcXFxQB430d5eTlCQkIQEhICAwMD3LlzR5qiyxVkrqgOXksC2LKDouy5FQF57NtDhw7FwIED8ffff+PMmTPMfe/fv4+RI0di9uzZmD17NnFwJRBkAOI4RyAQCEqOLETHFAUrKyu0bNkSmZmZAIBTp05h7dq1Ncp5eHjgzZs3ePr0aZ2RQbn/X01NDX/99Rc6duwo5ieoiYmJCc6ePYsjR47g2LFjzLPR8tV2MEs/i66uLqZOnYoZM2aIzYBMkDYjartq0aIFunfvjmHDhsHJyQlNmjQRqT5BKSoq4rmuT8EQGRkJ4IuhWX0Z8ehsRPS7S0tLE1XUOvHy8oKdnZ1IDlrixsHBQSYin0vCmYPeDPv6+iIqKgo7d+6sMxNoXVRUVGDbtm3w9fWVWHRNAkGcJCYmwsfHh8dhbtiwYViwYAFMTEywfft2HDx4kCnPHTk4OTkZkZGROHv2LKKiopj+0LFjR2zdulUiB9z8fTgvL6+GMx1B9taYMTEx8PLywp07d2qVTV1dHTY2Nli6dCk6deokBQl5KSsrQ0BAAI4dO8YYt/NjaGhYq+Ho58+fsXHjRuY5e/XqhenTp7Mi17Fjx1iphyCb3L17lzG2qutgXRIkJiYy9+ZwODA3N2el3m+++YbnmjjOfUGe+zZ35i9pQdbo4kFW525FGKP4gwbZ2NiI5T4E8fL27Vsm8vHHjx8BiGfeJuOs/DFnzhye4Gv8xj1qampwcHCAs7MzbGxsZDaaPQAmEB5Q9/6nsTx//pynXuI4pxzImo5CGAYOHMgYftHU5QDh7Owss3sdMzMzbN68GUuXLuUxYisvL8f169dx/fr1er/PH2SSw+Fgy5Yt6NGjhyTEV2rotcf58+fx6dMnALVnXQAgsTM9ZYW8C/bhHzNTU1NZcQ6iswzR45W4x2YbGxvGrqCutaC6ujrs7e1lfi2oyPMFdyCHxqCiogJ3d3fo6OiIQapqVFVVMWvWLAwdOhRr167F/fv3md8wKCgIYWFhWLlypUjZyQjs8vr1a0Y3kJ6eDqDurEgaGhrMXpBkRZIc/fv3R//+/bF27VpcvXoVgYGBePToUa3B0z9//ixNUeUORZ4rZIVHjx5JWwQAkgn+qCh7bkVAXvu2trY2NmzYACcnJ/z+++94+/YtOBwOysrKsHfvXly8eBHr1q3DgAEDxCoHgUCoH9m1qCYQCASC2Nm8eTPzWV4X9BwOBzdv3kRVVRVzXRvNmjXDoUOHsGXLFpw7d65GeVpZBAAdOnTAn3/+KdWo+02aNMGcOXPw888/48aNG3jw4AGTaYQ2YgUANTU1tGzZEn369MHAgQPxww8/iC2azLRp0+rMSkhRFIYMGcL8nq6urvjll18aVT+Hw4GGhga0tbWhqakpsrzCQLcLmsrKyjrLPnnyhOe6b9++dZblP1yhMymJgyFDhoitbjZRBGOFhtDR0UFBQQGzGY+JiYGzszM8PT3xww8/CFTH+/fvsWTJEsTGxtYwFHN1dRWX6AoNiVYufQ4ePMi0Zw6Hg3HjxmHDhg0CfdfY2BjGxsZwcXFBeHg4PDw8kJ6ejoiICEyYMAF+fn4wNDQUq/z8CrWkpCS0bt1arPckVJOSkoJz584hPDwcaWlpyM/Ph7a2Njp27IhBgwZh/PjxtWZLOXDgAPbs2YOqqqo655+ysjKEhITg5s2bWLNmDSZMmCDux6mTyMhILF++HB8/fqxT3voMhw0MDJCRkYGoqCgmyuiECROIoQyhVt68eYOgoKAGja3og/XvvvtO7IYR/IfDbI3rdD10/yGH0ARZ5+LFi0JlfRTme6mpqY2+jyAo4tytiGPUV199JbF7sQ238Ubr1q3Rrl07ketMTU3lCXgkS1k5CwoKEBwcjICAAERHRwOoP/KxhYUFMWhsBIrWnvjbg5mZGZydneHo6EiyRIA4ZCoTISEh0haBFcrLy3nGeuCLMyztAGFrayuzDhDcDBs2DFpaWli5ciVyc3PrDHZZG9xl9fT0sHXrVhIEQIwUFBTg0qVLCAwMFHjtQc81BHYh70K89OjRAy1btmT2YaGhoawY1nLPQfr6+mI31s3IyKgRiJd/Lejk5ITmzZuLVQ62kPX5wsvLCw8fPmSuVVRU8Mcff+Drr7+u93v8gRwag66uLlatWtXo7zWWDh064MiRIwgICMBff/2F3NxcAEBOTg7WrFmDwMBArF+/XiaCECoj+fn5TFak2NhYAPXPCebm5sycQLIiSY+mTZvC2dkZzs7OeP/+PXMu8+7dOx7nOUmgSPoPWZ8r5J0pU6ZIXXciiYDogGLtuRUBee7b/fr1w4ULF7Bv3z74+Pgwtqdv377FjBkz4OTkBHd3d4llvSYQCLwQxzkCgUBQYupygpI3BM2s1axZM2zcuBE///wzrl+/jsePHyMzMxNFRUVo3rw5TExMYGNjg++//15mNjoaGhoYPnw4hg8fzvxfSUkJ8vLyoKmpCV1dXYnJoqOjI3AEMx0dnUZn1ZIF+DMG5eTk1OmI+PjxY0aBpa2tzWSVqw1+RUJ5ebnowtZBZWWlWNtveHh4vdn1BEXayhVJKB4DAwOxdOlSxMTEMM+bl5eHRYsWYeLEiXB3d4e6unqd37927Ro8PDyQn5/PE0VHW1sbGzduxI8//ij2ZxCWmJgYBAUFISoqCmlpacw4+9VXX8Ha2hrDhg2rkVFBUpBo5dKFoiiEhIQw7blly5Y8zoyNYfDgwfD398ekSZOQmpqK5ORkzJ8/H6dPnxbrGNOqVStYWloyBgo3btzAoEGDxHY/QjXe3t7Yu3cvysrKeMbw7Oxs5OTk4MmTJzh8+DA2bNjAs27av38/du3axVzX1zYoikJFRQU2bNgAFRUV/PTTT2J5lvrw9/fHhg0bUFFRAaCmgYOgh2eTJ09msuMWFhYiJCSE53chKDeNNbbq0aMHXFxc4OjoKNaIxjTFxcU811paWqzUy18Pf7ZpgvyiiEE5KIpCWlpao7KV079DY79Hw7aBhqLO3YowRvE7+5WVlYntXuKG23hj1qxZWLp0qch1nj59Gj4+PgAkZ5hRH3QghMDAwHqzwtLXhoaGGDVqFJydnWFiYsKaDMqAorUniqKgr6/PRMI2NTWV2L2VAWnptfiRhXFK1pHHc4r6oMfkb775hnGAkEdnWFtbWwQGBmL79u24cuUKY0jW0NqPoiioqqpi+PDhWLp0KQlmJQYoisKdO3cQFBQk8Npj5MiRcHFxYW3tQaiGvAvJweFwMGnSJOzevRsAcPz4cUycOFGkQCnp6ek4fvw4854mTpwosbNRuk3Qa0EXF5d6z7FlGVmdL1JTU7F//35UVlYyZ7hubm4NOs3VJmtj8PPzw4QJE9ChQ4dGfU9YXFxcYGdnB09PTwQHBzO6o0ePHmHUqFH45Zdf8Ouvv0JDQ0Mi8nDz4cMHid+zLtq0aSP2e1AUhdu3byMwMBBhYWGMLqeuOYHOiuTi4oIuXbqIXT5C49DT00OrVq2gr6+Pd+/eSfz+iqb/kNW5QhC4dQtsvYvt27ez/i6URTcIKM6em59Xr14hOjoaMTExSE9PR25uLoqKitC0aVNmTLKwsIClpaXMJN+Q576toaGBxYsXY/jw4fj9998RHR3NrKP+++8/3Lp1C8uXL8e4ceMkLhuBoOwQxzkCgUAgKB2dOnXCnDlzMGfOHGmLIhSamppSy8jWEPK+Webf7CYlJdUaXSkjIwOvXr0CUL0h69mzZ7315uXl8Vw3bdpUNEHrYdKkSdi1axfrEeOrqqqwY8cOHD58mChWBKRdu3Y4ceIEtm3bhiNHjvBkbTlx4gSePHmC3bt3o3379jzfKy8vx5YtW3DixAmerFwURcHc3Bw7d+6s8R1xUFxcjAcPHuDDhw8oKChAs2bN0KlTJ/Tq1avOMSgjIwO///47k32N+z1nZGQgMzMTz549g7e3N5ycnPDbb7/JTWRLQSDRyhsmPj6eycTI4XAwatQokYyNjYyM4OXlhTFjxqCqqgqxsbE4ffq02DMyzpw5EwsXLgRFUQgICMCMGTMkdlCpjOzcuRPe3t41DgC5oSgKBQUFWLFiBXR1dTFo0CBER0fjn3/+qREZrjb4nYU2b96Mb7/9FsbGxmJ4otoJCQnBH3/8gaqqKh5Z2rRpg759+8LQ0BCHDh0SqC57e3toamoyBjW3b98mjnNKDm1sRRvdC3KwPmrUKKkYW/EHs8jLy2Nl/cy/JpeGQQeBfTZv3ixtEcRCY9eUsrYGVeS5WxHGKHNzc57r9+/fy3V0U3Hsw2RBZ/H69WsEBgbiwoULSE9PB1B/VlgHBwc4Oztj8ODBUFFRYU0ORR1n60IR2pOamhpsbW3h7OwMOzs7gYPOERqHLIwTBOWjRYsWcHR0hIuLi0I4w7Zp0wbbt2/H4sWLERQUhAcPHiAmJqZWp34NDQ1YWlrCysoKo0ePZiUrBoGXpKQkBAUFCbz2sLe3h4uLC+trDwJ5F9Ji5syZuHjxIl6/fo38/HzMnz8f3t7eQp1h5eXlwc3NDXl5eeBwOOjUqRNmzZrFvtC1oKqqCltbW7i4uMDW1lYh1oKyOF/s378fFRUVTJ+0tLTEvHnzGl1PY/YedPAgb29veHp6NvpewqKvr48dO3Zg1KhRWL9+PT58+AAOh4Py8nLs378fwcHBWLduHaytrSUmEwA4ODjIhD5MUg5CNjY2yMzMBFB3EDx1dXUmK5KNjY3MBAvn5vz584z8Ojo6+O6774SuKzQ0lNGnqampyUWW1YiICAQEBCAkJAQlJSVSlUUR9B/cyOJcIQj16c/ZqJctpDXeSrpNKdqeu7S0FGfOnMHp06eRmJhY4+/848DZs2cBAJ07d4arqyvGjh2LJk2aSEze2pDXvk3TtWtXnDp1Cn5+fti5cycTMDE3Nxdr165FYGAgNmzYgM6dO0tZUgJBeZD/HTKBQCAQCASZICQkhPksiUwU4oCOmkJvDMPDw2Fra1uj3JUrV3gUGP369au33oyMDJ5rcToKPX36FKNHj8bmzZthb2/PSp0fP37EkiVL8OTJE1YUIvHx8SxIJR+oqanB3d0d/fv3x+rVq5kU8hRFIS4uDs7OzjwZFt69e4fFixfjxYsXPEoKiqIwdepUrFixot4sdWyQm5uLbdu24cKFC7UqG5o2bQpXV1csWLCAx4EuJSUF06ZNQ1paWp0KPm7F1n///YcXL17g33//RcuWLcX0NARZIykpCcAXJZwgB2kNZdI0NTWFk5MTgoKCAAC+vr5id5z74Ycf8P333+P69esoKyvD7Nmz4efnR9qyGLh//z4OHDjAcwAI1FSU03+rrKzE+vXrce3aNezevRuVlZXMuKujo4Mff/wRvXr1goGBASiKQmZmJp48eYLLly+jsLCQqae0tBRbt26Fl5eXRJ6zoKAAa9asYZzmKIqCsbEx1qxZAxsbG6bcoUOHBJqLNTU1YW1tjdDQUADAvXv3xCY7QbZJSkpijO7pNWldxlbq6upwcHCQurEVfzCL1NRUVoJCpKamAvgyBymS874y4+zsLG0RxII8G+Mr+tytCGNU586d0bFjR7x58wZAtdFOjx49xHY/cSMLhnJskZ+fj4sXLyIwMBCxsbEA6s8Ka25uDmdnZzg6OkJPT08sMinqOFsXitCebt++LdfOsOKGO3OoqMHppN1e5Hm9QGg8Xl5eCusM2759eyxYsAALFixARUUFsrKykJOTg4KCAmhra0NPTw8GBgYK8ey3bt1CeHg43r9/D6DaCNDOzg6DBg2SypiSl5fHZKQXZO3RvXt3JiO9uNYekoK8CwI/GhoaOHDgAKZOnYoPHz4gNjYW48aNg4eHR61nxXVx69Yt/Pnnn0hJSQEAtG7dGgcOHJBIAKfVq1fDyclJYdeCsjJfFBcX49KlS4zuQlVVFX/88YfQY4cgWVAyMzNRXl4OiqJw5coV/P777xI3ZLe1tcXFixexY8cOnDhxgvn/5ORkzJw5E8OHD8fq1aslKpMyrYczMjKYNsY/J5iZmTFZkWRZ533v3j2sWrWKkX/u3LkiOc49e/YM//vf/5jrtm3bolevXiLLyTZv375FYGAgzp8/j0+fPgGo/YwGgET7tbT3s+JCVuaKxiDr70JZxlpF23M/ePAAa9euxbt37+o8m6nr/CYhIQGenp44evQoNm7ciP79+0tG6HqQx75Nw+FwMGXKFHz//fdYt24dbt26xYz9UVFRGD16NH7++WcenSWBQBAfsjdKEAgEAoFAkEvatm0rbRFEplOnTtDR0UFBQQGTRejnn3/mebbS0lL4+vryKLAGDRpUb720oxhtACfubGE5OTmYN28epk2bhuXLl4u0MQwLC2McvgjC4+DggKCgICxZsgRPnz5lFBAFBQVYtmwZ7t+/j969e8PT0xOFhYVMW6EoCnp6eti0aZNIimNBSU5OxtSpU5Genl6nAqywsBCHDx/Go0eP8O+//6JZs2YoLS3FvHnz8OHDBwC1K1hqM5xNSEiAm5sbTp06JcanIsgS/GNJp06dapThVw6XlpY2mMXjxx9/ZBzn3r59i+TkZLFnG/n777/x66+/4v79+3j79i1GjhyJVatWYcSIETKpkJNXNm3axHNNURQMDQ0xcOBAGBkZobi4GC9fvkRkZCQqKysBVBuenz17FhEREUx7+uGHH/Dnn3/W6tw/ZswYrFy5Eu7u7ggNDWXG35s3byIzM1MiDpEHDx5ETk4OI6+FhQUOHz4MbW1toevs1asX4ziXnp4usWfhPhy3s7PD0KFDRa7zypUrTDZTDodTo10QeMnLy2OM7p89ewZAvoytaAcUWs67d++ib9++ItcbERHBc21kZCRyncoE6duSoaGgLPKAos/dijJGzZo1C7/99hsA4Pjx45g+fbrUo8cqKxRF4fbt2wgMDERYWJhAWWGdnJzg4uKCLl26SEdogkwjbUNpf39/XLx4EUB1+/X19ZWqPPzQRuwARNpvAcpjPEaQDYYMGSLV+9+7dw+RkZHMtZubm1juo6amhlatWqFVq1ZiqZ8NcnJycPXqVea6bdu2DZ4Rffr0CW5ubswenZsTJ07A3Nwc27ZtE7s+k+bWrVsKsfYg74LANu3atcPZs2exZs0ahIWFISUlBXPnzoWJiQl+/PFHWFpaonPnztDV1YWWlhaKi4uRl5eHxMREREdH48qVK0hMTGTO+BwcHODp6Smx9dm0adMkcp+6iIuLw6tXr5jr0aNHi+1e0pwvbt68ieLiYkbPOmzYMKGy0tDthNbh18eBAwewc+dOANXntNeuXYOTk1Oj7ykqTZs2hYeHB0aOHIk1a9YgISGB0ckEBwcjPDxc7HYQ3Ejb2UQa+wH6nvr6+syc0K1bN4nLIQz0OS5FUVBTU8OUKVNEqm/y5Mnw9vZmsj8GBATIjONcQUEB4xAfHR0NoP4zGgsLCyYwEoE95GFvIescPXq00d+hKArTpk1j2vmIESMwfvx4tkVjHUXac584cQKenp5M4FR+O6265i/+csnJyZg+fTrWrl0r9sDVjUFe+/ZXX32FAwcOIDg4GJs2bUJmZiY4HA4qKirg4+MDADy2qAQCQTwQaz4CgUAg1ElmZiZyc3ORn5+P8vJyoeoQt9HXo0ePmM+tW7dmJc1yamoq0tLSmGtFMFwjCIaamhqGDh2Ks2fPgsPhoKioCFOmTMGyZcvQvXt3ZGZmYvfu3UhNTWU2jJ06dYKZmVm99dLRIWlqcxRhE3oj5evri6ioKOzcubPRjo0VFRXYtm0bfH19a2ykCcLRunVrHD9+HDt27MDhw4cBfHlXZ86cwZkzZ3gUphRFoVevXtixY4dA0QZFpbCwED///DMT6ay+d05RFGJjY7FlyxZs3LgRhw4dYg5H6L8D1VFaW7ZsyWSGoMdW7uhp0dHROH78OCZNmiTmJxQfbEYrV3Ty8/N5rmszhNbS0uK5LioqatBxjjYUoNtgXFycWI0b6PXH7NmzUVlZiUePHiErKwvu7u74+++/YWNjg+7du8PIyAja2tpCOdKR9Ud1tMhXr14x4wWHw8GcOXPg5uZWI/tmUlISFi1ahMTERADAnj17mL/17t2b57o2dHV14eXlhYkTJ+Lp06cAqjPgXLt2DRMnTmT3wWrh/PnzzHM2bdoUXl5eIhtxfvPNNzzXSUlJEnGcCwwMZPqioaEhK841z58/56mXONfUz8CBA1FRUcGjWK/L2MrZ2ZnJuiwrWFhYQFNTE6WlpaAoCkFBQfj1119FisxdVlbGtCH6YN7S0pJFqWtHXJmvNDQ0oK2tDR0dHRgaGsLc3FzkMaMhSN+WDMeOHZO2CCKhDHO3ooxRLi4uuHjxIiIiIpCRkYG1a9fir7/+Eus95YWKigrmsyQCYtjY2CAzMxNA3UZU6urqsLe3h7OzM2xsbOrNyE2QLSTdnmSBlJQUPHz4EID0DVn5yczMxMOHDxm5RDHqDQkJYUssAkEuiIiIYAy5APE5zskDly5dgqenJ3O9YcOGessXFBRg8uTJSE1NrdMhKjY2FlOmTMHJkyclEqRyzpw5PAZ5/GsPNTU1ODg4yPzag7wLApvw61K530NiYqJAOh7+dhUWFoaBAwc2Sg4Oh4O4uLhGfUdWuHz5Ms9cIU7HOWlCO+zSeo+ff/5Z7PecPHky9u/fj5KSEgDAjRs3pOI4R2NhYYHAwEAcPHgQ+/fvZxx/8/LyEBcXJzGjb2UzLFdVVYWtrS1cXFxga2srd3vMu3fvMuOjlZWVyE7F+vr6GDBgAMLDw5mgRNKEoijcuXMHQUFBCAkJQWlpKfP/QM01h6GhIUaOHAkXFxeYmJhIR2gWUUb9h6xCB6sDIPLakY1MY23atJGJjGWyDlt77jNnzjD7otqyWnbt2rXOQBAJCQnMWoMes6qqqrB+/Xqoqalh7Nixojwi4f8ZPnw4Bg4ciC1btvCcCwGyp0slEBQRskohEAgEAkNxcTECAgJw8+ZNxMTEIC8vT6T6JKHYnTJlCrNonDVrFpYuXSpynadPn+aJ5CCvymlZpaioCPn5+aisrISOjk6tThPSZObMmTh//jwTmerDhw9Yvnw5TxluI8CZM2fWWx9FUQgLC2O+06FDB7Fm8qAz5tH3i4mJgbOzMzw9PfHDDz8IVMf79++xZMkSxMbG1nCak6UoMvKIqqoqVqxYgf79+8Pd3Z3JLsTvMAdUj2mLFy+W2EHo7t278eHDh1qzxfFDyxkYGIjZs2fj6NGjzPc0NDQwa9Ys/PTTTzA0NOT53qdPn3DixAn8+++/KC8vZ+o5dOiQXDvOsRmtXNHhz2JRm+KH/zf8+PFjg84+zZs357mmHUDFBff6A+A97Pj8+TOCgoKYyInCQNYf1dy4cYP5zOFwMHbsWCxZsqTWsiYmJjh06BCGDx+OoqIixvgYQI15vC5UVFSwYsUKTJo0iXmn/M7v4iAhIQEfP35klNeurq6sREijjUDpZ0lNTYWVlZXI9UoT4swvGPQcyz+nq6mpMUb3tra2MmtspaGhgT59+uDu3bsAqucBb29vkQwzvb29kZaWxvwuPXv2bNApmw28vLwk1mY7dOiAYcOGYfz48XKXDZz0bcVBGeZuRRqjdu7ciZ9//hlxcXG4cOECysrKsHHjRqXf03z+/Jn53KxZM7HfLyMjg2m//EZUZmZmcHZ2hpOTU409D0E+kHR7kjcKCgoEPoPIz8/Hhw8fGn2P8vJyZGdn4/nz5zh69CgT/IjD4TQYDK0+5G29RSCwATHkqiYkJIT5LZo2bYpRo0bVW37Xrl1ISUmpNbsI8EXXnp6ejhUrVuDEiRPiE56PutYejo6OaNGihcTkEBbyLghsUtt5GLexsaAOOrW1LWVCGeaKp0+fMu2iY8eOMDc3F/s9mzVrhoEDBzJ6F0mcWzSEmpoafv31VwwbNgxr167Fo0ePJPre4+PjJXYvWWD16tVwcnKSeoZxYUlOTmYy6wDVQYTYwNbWFuHh4QCA9PR0pKSkSDTrIVAdHCwoKAgXLlxAeno6gJqBkeh5RENDA/b29nBxccHgwYOhoqIiUVnFCdF/yA7cgYwloWMmsIeo66jU1FQmQCX3mtTMzAwzZszAkCFD6g0EXlpaiuvXr+Pff//F8+fPecawP//8EwMGDCD6MJbQ09PD5s2bMXLkSKxbtw7v3r0DoLx7CAJBkhDHOQKBQCAAAPz8/LBnzx5mAyVPCzFxGNnJyvO/ffsWL1++RHZ2NvLz85moRMIgjQigdLR3OqX4u3fveCIN1eXsWFJSgtTUVOa6efPmEsmQAgAdO3bEwoULsX379hrRVwDeDWrfvn3h7Oxcb31RUVGMEpDD4aBXr15ikx2ozgSxdOlSxMTEMLLm5eVh0aJFmDhxItzd3WtE+ufm2rVr8PDwQH5+PtO3KIqCtrY2Nm7ciB9//FGs8isLtra2mDFjBk87A76MZ/PmzcOCBQskJk9BQQH8/f155GjZsiXmzp0LOzs7GBkZoaSkBC9fvsSpU6dw8eJFcDgcVFZWYuvWrcjJyQFQnSnsyJEjdWZHMDIywpIlS2BjY4MZM2YwEQjT0tIQEREBa2triTwvm7AZrVwZ4HeWLigoqKE85z/0efv2bYMHj/yZ7OhIWOKGX3mp7IfibPPixQsA1b+nqqpqg2sZIyMjjB07Fr6+vsy7aN26daPm3j59+qB169b4+PEjKIpiZBAnCQkJAL7MAQ4ODqzUW1t/IygX9Fj0zTffMEb38mJsNWHCBCYCLUVR2Lt3L1q3bo0xY8Y0uq7AwEDs3buXJ/iFpINBSGJeSE5Ohre3Nw4ePAhXV1esWrWqhsM6gSBulGXuVpQxSk9PD0ePHsVvv/2Ga9eu4cqVK7h79y5jvGNqago9PT2lixIdGRnJvA/+YDDihJ4r9PX14eTkBBcXF3Tr1k1i9yeIB2m1J3nhyJEj2Lt3b71l6L5x6tQpnDp1SqT7ces6AWDYsGEi1UcgEJQPiqIYhwkAsLa2rjfzcGZmZq169yFDhqBZs2aIjIzkccB48uQJrl27JnAQRDaeh157ODs7w9TUVCL3ZQPyLgjioC57A2HsEIT5DjlXkH1ycnJ4guDZ2tpK7N4DBgxgHOfS0tKQlZUlE05UHTt2xLFjx+Dv749t27aJHJybUDvTpk2T6v3j4uLw6tUr5rqxGSX5z8F69OjBilzdu3fnuU5KSpLIWX1eXh4uXbqEwMBAxpG1ruyxtJwuLi5wdHQUa5BtaUL0H7LD8+fPmc8kEJdysWPHDhQXF/OcNSxfvhwzZ84UaG3apEkTODo6YsSIEfj333+xdetW5m8lJSXYsWMHtm/fLs5HUDoGDBiA//77D3v37sWTJ0+kLQ6BoBQo14kngUAgEGpAURSWL1+O4ODgWjfywtTH72gkbhQtYtnr169x4sQJ/Pfff6wqFiXtOHf8+HH4+Pjg48ePAGoq++t7b1VVVZg4cSLjCGFubo4zZ86IT1g+Zs2aBYqi8M8//6C8vBxATWeI3r17Y8+ePQ22v5MnT/JcDxo0SAwSf6Fdu3Y4ceIEtm3bhiNHjvA4/504cQJPnjzB7t27aygMy8vLsWXLFpw4cYLpx/T3zM3NsXPnTuIQxBKlpaXYsGEDAgICarQf+jffv38/VFVVMW/ePInIdPXqVZSUlDD3b9OmDU6cOIGvvvqKKaOuro6+ffuib9++MDc3x5YtW8DhcHD9+nVG9nnz5tXpNMdNnz59MH/+fOzYsYP5DR48eMCK45w8RytXBoyNjXmuMzMzYWRkxPN/Xbt2BfBl3I2MjISjo2O99fJH15RUlgw2D9JpyOH4F5KSkpjf0tTUtEZbqQ07Ozv4+voCqH4P/IdmgmBubo60tDQAQFZWVqO/31j47/H111+zUi9/xDh6rCLINtbW1qw4O7Vo0QKOjo5wcXGRS2OrIUOGwMzMDC9evGDWJx4eHoiKisKSJUsECqqRmZmJXbt24dy5czx73a5du2LEiBHifgSGuoJw1FWmvrINlaMj1548eRIPHjzA0aNHYWBgIIzYCsn58+eZ31BHRwffffed0HWFhoYya041NbUG1yrKgrLM3YowRn3zzTc81/Rz5OXlwdfXl3knwiKPGZQLCgqwZ88evH//ntGJ0HsTcaOqqgpbW1u4uLjA1tZWbp0VyTj7BWm2J3lD0D0wG3tl7nWTtbU1+vbtK3KdBOnh5eVV4/9qOwOprRzbSCNoIUE6vHnzBkVFRcx4MmDAgHrLX7x4EWVlZUx5MzMz+Pr68gQ78vLy4slWfubMGbE7a6mpqcHW1hbOzs6ws7OTy7UHeRcEcUB084SGoLOc0WfpvXv3lti9TUxMeK5fvnzZ4NgnScaPH48hQ4YgMTFR2qIQxMDly5fh4+PDXDfWce7Tp08812xlLGrTpg2AL3s9Yc79G8OtW7cQGBiIsLAwJkAwf5BV+rply5ZMYKQuXbqIVS5pQvQfssXVq1cRFxfHtEf+uYOguBQVFSE0NJTHac7DwwOTJk1qdF0cDgczZsyAlpYW1q9fz9QZGhqK4uJiaGlpieEJlJcmTZrUmnSCQCCIB6J1IRAIBCVnx44duHTpEoAvRjJ0dingS2YKDoeD1q1bo6SkBHl5eTxZw7gX3bRigiAce/fuxf79+1FRUcGaMYA4MvLVR3Z2NlauXIk7d+7U6YzZ0LM1bdoUY8eOxeHDhwEAz549Q2JiIjp37iw+wfmYPXs2hg4dioCAACZrnLq6OkxMTPD999/jxx9/bPB3/fTpE65cuQKg+pnV1NRgY2MjdtnV1NTg7u6O/v37Y/Xq1cjNzWXaQlxcHJydnbFhwwYMHz4cAPDu3TssXrwYL1684GkvFEVh6tSpWLFiRb1Z6giCk5SUhMWLFyMxMbFG3+R2WKysrMQ///yDR48eYevWrWLPuBgVFcUjw+rVq3mc5viZPn06rl69iidPnjDPoKGhgQkTJgh8T1dXV3h5eTHOqc+ePRPhCb5AopXLNrRylm43iYmJNYyjO3XqBC0tLZSUlICiKFy+fBnu7u71OpLQTsr0+xDESFsUyHpHMnBnEhT0kIX/8EmY8ZM7EiJ/NkNxUFRUxHPdtGlTVuotLCzkuebP7ihPcDv98TsEKhoDBgwQ2eDBy8tLIYytPD09MWnSJB7n/oCAAFy4cAH29vawsrKCmZkZmjdvjqZNm6KoqAg5OTmIi4vDgwcPEBYWxuyr6O83adIEnp6eEnuG0aNH8xzaP3jwoMYBetu2bfH1119DW1sbGhoaKCgoQFZWFl69esXjnA9URwe1s7MDUN3Hc3NzkZiYyDgKcdedlJSEuXPnws/PT2Yzz0myb9+7dw+rVq1ifqO5c+eK5NDx7Nkz/O9//2Ou27ZtK/bs4vKAsszdgPyPUfU54sqSsWhgYCACAwMFKnvx4kU8ffq00fegA6OkpqaisrKSR5cm7uBHALB69Wo4OTnJRKYAUZCHcVYZ2pO8IkhwATb023R9VlZW2LZtm8j1EaQLt3MLTV2Oc+I+HyGOc+xRWlqKvLw8RmfcWMSts0tJSQHwRQfZkBH0tWvXeMqvXbuWx1ELqG4/t27dYgKD3bt3DyUlJWLdI92+fVvu1x7kXRDYJiQkRNoiEBqBtOaLzMxMnuuOHTsKVY8wtGvXDsCXdXF2drbE7i0o+vr66N+/v7TFIIgJfgexxkDbndHwz8HCwl8P/7kY28yZM4fHLoA/u5yamhocHBzg7OwMGxsbqKqqilWeuiD6j2pkYW/x8OFDPHz4UKCykZGRQgV+4Q76TDvN0e+iT58+ja6PIJ88fvyYOavgcDjo37+/UE5z3EyYMAFXr17F/fv3AVRnnXv06JFE7B7rQxb6NoFAkF/k24KGQCAQCCKRmJgIHx8fHoe5YcOGYcGCBTAxMcH27dtx8OBBpnxoaCjzOTk5GZGRkTh79iyioqIYZUDHjh2xdetWuVbyczsFStLY9M8//4Sfn1+tCidhjZYkbexUVFSEmTNn8jhg0W2LRlBFGu04R5e/evWqRB3ngOrMSEuWLBH6+wYGBrh37x5zzeFwJJYFCQAcHBwQFBSEJUuW4OnTp8xvWVBQgGXLluH+/fvo3bs3PD09UVhYyPPO9PT0sGnTJpGMnAi8BAUFYf369YwzEP1bt2zZElu3bsWnT5+Yv9N/u3fvHkaPHo2tW7eKNWrgixcvmM/6+voYMmRIg98ZM2YMkyqew+Hgm2++aVT71tXVhZmZGaOIfffuXeOErgcSrVx20dfXR4cOHfDu3TtwOBy8ePECo0aN4imjqqoKe3t7BAcHAwByc3Ph6emJjRs31lqnj48P7t69K1ElMPeaiCA+uA+4dHV1BfqOnp4ez7Uw8y6341pJSUmjv99YmjdvznOdl5fHivNcRkZGvfeRJ2hjKEByGSXr49OnT0hPT0deXh6KiorQtGlT6OrqolWrVmJ33BUEQeZxcXLv3j1ERkYy18IakZqZmWHz5s1YunQpz9qpvLwc169fZ7Le1gX3vor+/pYtW9CjRw+h5BGGLVu2AACCg4Ph4eHByNKlSxdMnjwZw4YNqzFuccsfExODc+fOISAgABUVFcjNzUVGRgZ27tzJMy6+ffsW/v7+OHXqFBNxn6IoPHv2DD4+Ppg/f75EnrexSLJvBwUFAfhiwDBlyhSR6ps8eTK8vb1RUVEBDoeDgIAAiTnOrV69mvlsZ2eHoUOHilznlStXcOvWLQDVfWbTpk1C1aMsczegGGOUOLInA+zqot6/f4+HDx/WKxN9v7S0NCbzYGOpTW9lYGAgkcAo06ZNE/s96iMuLg6vXr1irhsbNZ5GHsZZZWhP8oog44awY4uGhga0tbXRpk0bdO/eHcOGDZOpzBwEdhAkeCDbZyXSCFqoiNy6dQthYWGIjo5GUlKS0IZvgGQy3vLPDe3bt6+zbHFxMWJiYpi20rlzZ/Ts2bPWsi4uLoyzVmVlJV6+fAlLS0vW5OZH2me4/v7+uHjxIoDq9yZMtmPyLtiBjXehKLCV/YggHmRlvuAP1iPuwKfc8AfGozN0EwjygIaGBs81fa4iKvyBKSUFf/ApMzMzODs7w9HRES1atJCKTNwoq/5DVuYKbh4+fNhgMBf6d4yKimICXgsDv62hmpoanJychK6PIF98/PgRwBf9yE8//cRKvePHj2cc57jvI0lksW8TCAT5hTjOEQgEghJz8OBBngxH48aNw4YNGwT6rrGxMYyNjeHi4oLw8HB4eHggPT0dERERmDBhAvz8/HgifssTnz9/Zj5LKjNHWFgYjh07ViMiEQC0bt0anTp1gq6ursxn2Fi5ciUTwYY+gLK0tISrqyv69u2Lli1bolevXgIdJnfq1AkdO3bEmzdvwOFwEBERIbMGn3WhpqbGWrQsYWndujWOHz+OHTt2MBn86Hdz5swZnDlzpobBXq9evbBjxw60bt1amqILFU1JEGiDGR0dHRgaGsLc3FyshrolJSVYv349goKCeMZciqLw7bffYtu2bczBSo8ePbB48WIkJCQwZTIzMzFz5kzMmjULixYtgoqKCusyZmRkMP2yR48eAvVR/oPlTp06Nfq+JiYmjOMc25khSLRy2cXKyopxlLx7926tZcaOHYvg4GCmH5w9exZv3rzBhAkT0KVLF6irq+PNmzc4c+YMbt68yWOsNHDgQKkbHBDYgTaSBSBwtiT+DKnC9HNJG73xt9ekpKR6s34KCj2+SioTo7jIzMzkOeCrzxBKXFRWVuLGjRu4dOkSnj59WsMpkRtDQ0P07NkTI0aMwJAhQ6QWUVSaREREwMfHh7kWJfvCsGHDoKWlhZUrVzJZlAHBjF65y+rp6WHr1q1SiYIYFBTE4+i0ZMkS/PLLLw22DQ6HA0tLS1haWmLatGnMGjEiIgLTpk2Dn58fs1/9+uuvsXLlSri6umLBggV4+fIlMzcePXoU06ZNkwmnU24k3bdpJ3ugei0i6lpBX18fAwYMQHh4OCiKwu3bt9kQUyACAwOZZzE0NGTFce758+c89QrrOKcsczeNvI9RspRZTtrwB6/S0tLC33//DS0tLSlKJRkuX77MM28L6zinSOOsqChze2osbm5u9a4VTU1Nmd9z1qxZWLp0qaREUwoePXoklft++PCBtbokGTxLEnUqE2FhYdiyZQujI5SX35PfOLu+fdaTJ0+Y9TGHw4GDg0OdZWldOz3mvXnzRqzOWtImJSWFybwh7FqevAt2aOhdKMJcQZBvZG2+4D/LFMZ2Y8yYMUJlZeO/F3GcI8gT/M5kGRkZrDie8p/VSMppjaIo6Ovrw8nJCc7OzjA1NZXIfWUNWdF/yNpcURcNySWK3LXZGi5ZskRuz4YJjYc/Ey1bAfosLCwASCfjrbz0bQKBIF8QxzkCgUBQUiiKQkhICE/GI25jvsYwePBg+Pv7Y9KkSUhNTUVycjLmz5+P06dPy2W0zcjISOZ3kZTz3+7du5nPFEVBRUUFP/30E6ZNm4aOHTtKRAZRefDgAW7cuMH8dmpqavjtt98wceJEoescPHgw3rx5w2RbKC8vr2FUR2gYVVVVrFixAv3794e7uztycnKY9wSA5/OsWbOwePFimTDybijyEpt06NABw4YNw/jx41mNKpmYmIjFixcjKSmJJwuBiooK5s+fj/nz5/M8o4mJCc6ePQtPT0+cOXOG+VtVVRW8vb0RGRmJ7du3s67gKigoYD4Lmpae37FS0IwS3HA7lnLLwAYkWrns4uDggDNnzgCo7iMpKSk1jOWtra1hZ2fH4xQXGRnJk8GIhju6t6qqKhYuXCj+hyAQWKRbt24AviicIyIiMHDgQJHrDQkJYT6rq6uzZuRTUFAg8KF8fn6+UIYu5eXlyM7OxvPnz3H06FEUFxcDqP6NzMzMGl2fKPj7+2PPnj1McI2G5o709HQm05CBgQEWLVqEcePGSUJUmaK2LNrCYmtri8DAQGzfvh1XrlxBZWVlg3XTWa9VVVUxfPhwLF26VCpBIZKSkrB27Vpmrlq9ejWmTp3a6HpMTExw9OhRuLq6Ijk5GfHx8fD09MTmzZt5ynXo0AHe3t4YO3YsMjMzAVQb0dy8eROOjo713kOR+3ZycjIyMzOZNsOWc5KtrS3Cw8MBVPf92tY08gbJmtJ45HWM4l4nyAPi3N9xo6Wlhe+//x5z5syBiYmJyPXJC6LO2/I2zpL2RJAkZWVlWL9+PaqqqgBUByScO3eu0PXt378fycnJAKr3eevWrRNajztlyhSpzfvc+mhhcXZ2ZrUcQXJs376dcdrmDjQnCpIyoCstLeW5VlOr29zmyZMnAL48o5WVVZ1l+deCubm5IkipHJB3IRnkfa4gyDeyOF/wfz8vL6/RznNff/01vv7660bfm99pj/QPgjxhYGAA4Ive4cGDB/jmm29Erpd2/qbHCPo+4kJNTQ22trZwdnaGnZ1dvesPWUAZ9B+yOFdIqs666m/Tpg0WLlwodHAsgnzCvx5hy5G4efPmPNeCBkwUFXnp2wQCQf6Q7dUbgUAgEMRGfHw8CgoKmIXlqFGjRIr6YmRkBC8vL4wZMwZVVVWIjY3F6dOn4erqyqLU4qWgoAB79uzB+/fvmd+la9euYr/v+/fvER8fz+NQs337dvz4449ivzeb7N+/H8CXDYuHh4fI75/beLKiogJv375Fly5dRKpTmbG1tcWMGTOwffv2GhGHOBwO5s2bhwULFkhZyppIYvOanJwMb29vHDx4EK6urli1apXIG/5z587B09MTJSUlPE5zhoaG2LZtW52Hs02aNMHGjRvx7bffYu3atSgqKmK++/jxY4waNQp//fUXbG1tRZKPm+LiYqY9NG3aVKDv8Gfk1NDQaPR9uR1haQNTUSHRymWfQYMGQUdHhznk8/f3x7Jly2qU27hxIyZPnozk5OQ6s3dwZ3AEgNWrV7MWPUuWiYuLw6tXr5hroviWb9q3bw9jY2O8e/cOFEUhICAAbm5uIq3N4+PjebJ+WFhYsKbIPnLkCPbu3VtvGbpPnjp1CqdOnRLpftxzKFCd3UcSZGdnY9GiRXj06FGjs5XS5TMzM7F27VpcvHgRu3btkli0U0WkTZs22L59OxYvXoygoCA8ePAAMTExKCsrq1FWQ0MDlpaWsLKywujRo9GuXTspSFzN7t27UVZWBg6Hgz59+gjlNEfTokULrFu3DjNmzABFUQgKCsKMGTNq7I+MjIzg5uaGdevWMe314cOHDTrOKXLfTkhI4LknW2uF7t2781wnJSXJveMcQTjkcYxiM2CMOBkyZEidslIUhd9++40Z62xtbRudgZHD4UBDQwPNmjVD27Zt0alTJ7FkeVd05GWcJe1JPpF3o5YrV67g3LlzTNvasGGDSPUZGBhg165dTH0DBw4UOfusNH5jNpww+INIiFqOIBmOHTuGgwcPAkCd+r764M9qIWn4jRELCwvr1N9ERUUxn1VVVZlMZrXBr7Ohg4wQ6oa8C8kir3MFQX6R1fmCf5zJzs5Gq1atWKu/PnJycuqVhVA7BQUFcHNzYwJZmJmZwd3dXej6tmzZgri4OADV59z79u2TmBOBPGNpaQkVFRUmmFRwcDCmT58ucr2XLl3iuTY3Nxe5zvq4ffs29PX1xXoPNlAW/YeszhXcmJqa1hvMJTAwkJGjc+fOQrVh7qDP5ubmsLCwIOsoJYT/nCE7O7verNyCwr/+kMR5hjz0bQKBIL8QxzkCgUBQUpKSkgB8MWiwtrZu8DuVlZX1Ri81NTWFk5MTgoKCAAC+vr4iO04FBgYiMDBQoLIXL17E06dPG30POup9amoqKisrGeM9DoeDQYMGNbq+xsItM+3EKG9Oc4WFhXj06BGz+bC0tGTFaZLfCPT169fEcU5ISktLsWHDBgQEBNRQktBtfv/+/VBVVcW8efOkJGVNBDFUr22jW1vZhsrRitqTJ0/iwYMHOHr0qEhRydasWcPUT//GAwcOxNatWwVSqI4YMQLm5uZYvHgxXrx4wdSVk5ODuXPnYvr06Vi1apXQ8tUFMeoiiBt1dXVcuHCBMTqo63DP0NAQx44dg7u7OyIiIgDU7Nt0v9bR0cG6desadApQFC5fvsxE2ALqdpwTxUFDFFJTU6VyX3lm6NCh8Pb2BofDQU5ODjZv3iy0QWVpaSlWrFgB4Mtan23nSkGVzGwoo7n7vbW1Nfr27StynQ2RlZWFadOmITExsUb2JUGeib/8w4cPMW3aNBw5ckQuDlVlmfbt22PBggVYsGABKioqkJWVhZycHBQUFEBbWxt6enowMDCQiUiv+fn5CA0NZdrD2LFjRa7T2toa7du3R0pKCgAgICCg1vWgs7MzNm/ejNLSUlAUhWfPnglUv6L27U+fPvFcs+UwRGdqpp9FmCx8BMVCnsYoecHU1BSmpqZ1/v23335jPnft2pVkFZIS8jLOkvYkf8THx0tbBJGhDTkpioK2tjZGjRolUn10QK3CwkIAwH///Sey4xwxqCNIig8fPuCvv/7iMXzr2bMn5s2bh549e+LgwYM8xnEvXrxASUkJcnNzkZSUhMjISAQGBuLDhw9MMK0xY8bAw8Oj0dl+hIXf8PD9+/do2bJljXJlZWWIiopizgW6du1ab8C6oqIinmthgtQpG+RdSBYyVxAkiSzPF/zjzKdPn9CtWzeR6hQUet8lqcxa4iI1NRVpaWnMdb9+/cR6v//++w/3798HUN1eJkyYIFJ9lpaWOHLkCNM+g4ODyd5RAHR1dWFmZobnz58DAGJjY3H16lWR9jLXrl1DTEwMM8d36dIFhoaGbIlcK9I+3/H398fFixcBVLdnX1/fWsspg/5DlucKboYMGYIhQ4bU+Xdue0h7e3sS9JkgNL169WIclIHqcZaNQI8xMTEAwCSC6N27t8h11oe89G1pIOgcQCAQ6oec0BIIBIKSkpuby3PdqVOnGmX4leClpaUNZiL68ccfGce5t2/fIjk5GcbGxkLL+f79ezx8+LBehTy96E9LS+NRsjWG2pxzDAwMJJLR4vPnz4wM4jBslgRRUVGoqKgAUP37sZVpkFb40u+E/q2kQUxMDO7du4fIyEi8e/cOOTk5yM/PR1VVVZ1ZqyiKQklJCXOtrq4uFQO5pKQkLF68uE7jb3qzWFlZiX/++QePHj3C1q1baz1klCSjR4/mMY568OBBjWgybdu2xddffw1tbW1oaGigoKAAWVlZePXqFeOUQ3+nefPmsLOzA1Dt7Jmbm4vExERkZWXxlKMoCklJSZg7dy78/PxEjhJHURRUVVXh5uaGuXPnNuqA0djYGKdPn8aWLVtw4sQJnuxaR44cEYvjnDJAogpJn9atWwtUrlWrVjh8+DAiIiJw5coVPH78GJmZmSgqKkLz5s1hYmICGxsbjB8/Hjo6OmKWWrag23F9Y0pDayhxwp1FiNAwM2fOxMmTJ1FQUACKonDmzBloa2tjxYoVjXqHWVlZcHNzQ0JCAvMOWrduLZZDL0Ec2tlof3R9VlZW2LZtm8j1CcKCBQuY35B7fWBsbAxHR0dYWFigS5cu0NXVhZaWFoqLi5GXl4eEhATExsbi0qVLePPmDc+8nZCQgEWLFuHYsWMSeQZlQE1NDa1atZJYVOfGwr9H6tOnDyv19urVi3Gce/z4ca1l6IxWDx48AABmvSsIiti3CwoKeK7ZWjPw10MbsMsj3FkU5P3wUFaQ9TFKkSBrTumjSOMsaU8ENikvL+fZl9vb24vsgKGhoYEhQ4YwZzD3799vMOBhfZA2T5Akhw4dQkVFBU+f2Lt3b72B3DQ1NaGpqQkjIyNYW1tj/vz58Pf3x99//43i4mKcO3cOiYmJOHToEJo1ayb2Z/j6668BfNkTRUVFwdLSska5e/fuobi4mNELNBQohD+KPxuZARQd8i4kB5krCJJGlucLOkgILdujR49gY2MjdH2N4dGjRzzX0spgLyqnT59mAkNyOBwme5u4uHLlCvO5efPmIgedGDp0KPT19ZGdnQ2gOlCGPDodSQMnJyc8e/aMOTNZs2YNjI2N63Xwqov4+Hgmaxpt76IMwVVTUlLw8OFDAKLr6OV9fpfluaKx8NtwEQjCoK+vjwEDBuDu3bvgcDg4c+YMhg8fLnK9/v7+AKrHnG+//VbsDsSK1LfZhs05gEBQZojjHIFAICgp+fn5PNe1GTTwZ4ApKipq0HGOzgZGL9Di4uJEcpyTFPyORFpaWvj777/rzILDJvzRCzt37iz2e7INf2TpXr16sVIv/4GUNAwRb926hf/973+Ijo5m/k9Qo9Hc3FzY2dmhtLQUANC/f3+JR/wICgrC+vXrUVJSwihcKIpCy5YtsXXrVnz69In5O/23e/fuYfTo0di6dSsGDBggUXm52bJlC4DqSG0eHh480cImT56MYcOGQU9Pr9bvUhSFmJgYnDt3DgEBAaioqEBubi4yMjKwc+dO6OrqMmXfvn0Lf39/nDp1CkVFRcx9nj17Bh8fH8yfP1+k52jVqhV27NghdBYNDQ0NrF27FlZWVvDw8KhhkEZoHIoQrVwZsba2Fig7LoEgr+jp6cHNzQ2bN29m5qF///0XERERmDNnDhwcHOp15H7z5g0uXbqEY8eOIS8vj+ew0N3dXWgjyvoQ5FBN2IM3DQ0NaGtro02bNujevTuGDRsmsTXJ6dOnERkZyeMw16ZNG/z22291RoXU1tZm5LW1tYWbmxtCQkKwadMmvH//nnkfjx8/hr+/P8aPHy+RZyFIl3fv3vFcs3WYRNdDURSSk5PrLNeuXTvGcY7f8K8+FLFv8xuoC6LbEAT+vbw8QztjAsQwlCBfbN68mfnctWtXKUqi3CjKOEvaE4FtkpKSGGcNoDpgABtYWVkxjnOFhYVISkoSqs0ePXqUFXkIBEEJDg5m9se6urrYtGlTvcZvtaGiogJXV1f07t0bU6dORU5ODqKjo7F06VIcOHBATJJ/wdTUlIniTwc+mjZtWo3nOHnyJIAvRrDffvttvfUmJSXxlBc06JgyQ96FZCBzBUEayPJ80a1bN6ipqaGyspI5U5cUERERzO+iqqoqsUx34kBSDjslJSVM1lEA+P777xvdlvhRUVHBDz/8gFOnTgGoDmxWVlZGMpQKwIQJE+Dj44PMzExwOBwUFBRg8uTJ+P333xuVmfvChQvYuHEjCgoKmHerr6+PKVOmiEt0hUMR9B+yPFc0Bm7H2+7du0vkngTFZdGiRbh37x4oisL9+/dFPpP29/fH/fv3weFwoKKigkWLFrEobe0oSt8mEAiyC3GcIxAIBCWF3/C2NucffmOpjx8/NpiBqnnz5jzX/A5VwiJO4z1utLS08P3332POnDkwMTERuT5B4HdaFDW7lTTgz2BAZ4oTFWlGOSorK4OnpyfOnDnDIwt/5pH6aN68OUaOHMlEYHn06BHev3/PRKMTJyUlJVi/fj2CgoJ4sspRFIVvv/0W27ZtY/pzjx49sHjxYp7sNJmZmZg5cyZmzZqFRYsWiaxEFpagoCCsXr2auV6yZAl++eWXBh0AOBwOLC0tYWlpiWnTpjHPFxERgWnTpsHPz4+JJPP1119j5cqVcHV1xYIFC/Dy5Uvmdzh69CimTZsmtPHooEGD8Ndff7FiKD106FCYmZlhyZIlePbsmcj1EQgE5UHeowYC1ZlH+SOqiut7Hz58aPR92GDatGlISEjA2bNnmXkoPj4eS5cuhaqqKjp27MhT/r///sOtW7eQkZHBRDfljkrI4XAwY8YM/PDDD6zK6ebmBjc3tzr/bmpqyshQV1ZeWYbfIKh79+44ePBgo+fy7777Dr169cKsWbPw/PlznoyxxHFOOeAP+pGfn89KJEPuIAr1ORRwB4qgM9/VhyL37RYtWvBcZ2RksJJdOyMjo977yAuZmZk82XDat2/PSr3KMHfLMzExMbCwsJC2GCJDorrLBooyzpL2RGCbxMREAF/2aebm5qzU+8033/BcC+s4179/f1bkIRAEISkpCdnZ2cw5haOjo0jjeteuXbF7925MmzYNFEXh9u3bCA4OZiWifn3o6OigX79+TJCSN2/ewMPDA+vWrWPO9o4fP46bN28yegBtbW0MGjSo3nqfP3/Oc01nUyPUDXkXkkER5govL68a/1eb/qO2cmxTn96FUI2szxeampowMzNDTEwMgOoxIy4uDmZmZkLLKAjPnz9nMnUB1etBTU1Nsd5TEXj16hXKy8uZ303YILf89O3bl3GcKy0tRUJCAnF4EQANDQ2sWrUKy5cvZ/p4QUEB3N3dcejQIfz000/o378/E6ydm4SEBDx8+BD+/v549eoVT8BoDoeDlStXSiQouqIg7/oPWZ8rGgO3EyOBICoWFhZYvHgxduzYAQD4448/UFxcjGnTpjW6rmPHjjHB7imKwoIFC2rN8M0mitS3CQSC7EIc5wgEAkFJ4XfWKigoqGHEx28c+vbt2wYPd/kz2ZWUlIggJTBkyJA6nYwoisJvv/3GKLpsbW0xdOjQRtXP4XCgoaGBZs2aoW3btujUqZPEHYT4M8xlZWXJXYR3/gha5eXlrNTLnxmB3zFTXFRUVODXX39FREREDaczbgc6QXB1dYW/vz/z/StXrmDmzJniFB+JiYlYvHgxkpKSeJSGKioqmD9/PubPn88jv4mJCc6ePcs4CtJ/q6qqgre3NyIjI7F9+3YYGRmJVW5+kpKSsHbtWuYZVq9ejalTpza6HhMTExw9ehSurq5ITk5GfHw8PD09ayihOnToAG9vb4wdOxaZmZkAgLy8PNy8eROOjo6Nvu/SpUsxe/bsRn+vPtq3b49Tp05h69atJNIngUBokH79+klbBFagKAqXLl3CpUuXGvUdAI3+Hg09d0qa9evXo6qqCgEBATyO+hUVFUhISGCugeqgFmlpaTzf5/7O5MmTsXz5cglKL/8kJCQgKSmJef86OjrYt2+f0A7w+vr62LdvHxwdHRlnpzdv3iAhIaHWw1+CYsGfGTkhIQFfffWVyPXSY0Ft9+CGznoNQOkNaejALvQY+eDBgxoG58Lw8OFDAF+M4dkKIFNQUIC8vDyByubn5wvlNFZeXo7s7Gw8f/4cR48eRXFxMYDq34gNYy9lmrvllfHjx6NLly4YPXo0Ro4cCUNDQ2mLRJBj5G2cJRAkxefPn3mu2Rpr6XroPsd/HwJBFnn58iWAL2O6jY1Ng9/hDg5UG1ZWVhgyZAhu3LgBiqLg4+MjEQO4n376CQ8ePGDWn4GBgbh+/TpMTEyQmZmJ9+/f88g/atSoBrPQREREMJ91dXVZC2ah6JB3QRAELy+vGmNJXY5zgp79CgtxnGsYeZgvvvvuO8TExDD33LVrF7y9vYWuTxB27doF4Muzfv/992K9n6Lw+vVrAF9+N7YcHOn9Lt0G3rx5QxznBMTR0RHx8fHw8fHhscF59eoVPD09AQDq6urQ1dVFs2bNUFhYiLy8PMb+qDZbnRkzZjQqYx1B/pGHuYJAkBazZ8+GqqoqduzYgcrKSmzZsgUXL17EzJkz4eDgUO9+qKysDGFhYTh8+DBiYmJAURTU1NSwZMkSsds5AqRvEwgEyUAc5wgEAkFJMTY25rnOzMys4RRDRymlF5iRkZENOo/ExsbyXIvqAGZqagpTU9M6//7bb78xn7t27SqXkXF69eqFpk2bMoZqUVFR6NChg5Slahz8hisZGRmsRIFOSkoC8GWjI6kI/hs3bsTdu3d5lHWtW7fGmDFj0KdPHxgaGsLR0VGgAxQzMzO0adOGMWyPiIgQ64by3Llz8PT0RElJCY/TnKGhIbZt2wYrK6tav9ekSRNs3LgR3377LdauXYuioiLmu48fP8aoUaPw119/wdbWVmyy87N7926UlZWBw+GgT58+QjnN0bRo0QLr1q3DjBkzQFEUgoKCMGPGjBpG60ZGRnBzc8O6deuY9/vw4UOhHOfYdpqjUVNTw+rVq/Htt9+KpX4CgaA4HDt2TNoisIawhvDCfk/cRhJ1oaqqik2bNqF///7YvHkzcnNz65WF/28URUFXVxerVq3CmDFjxC1uncir48KrV6+YzxwOBxMnThQ5cICRkREmTpyIAwcO8NyHOM4pPq1atQLwpZ9eunQJgwcPFqnOd+/eMYY5FEUx96gNbgNqtgKQyGvftrS0hIqKChMIJTg4GNOnTxe5Xn7nLrayyBw5cgR79+6ttwz9Lk6dOsVEuBYW7n0jAAwbNkyk+rjrleT3pDV3yzOJiYnYtm0bdu7ciYEDB8LFxQUODg5QV1eXtmgEOUPexlmC9FGWzC+0vp+GrQwI/PXUl4WYQJAV+IMkmpiY1CjDv54rKSlpsN84OTnhxo0bAIAXL17g06dPYg8AOHz4cJw6dYrJ2kxRFPLz8xEdHc1jzE3raH799dd66/v48SNiY2OZ51eErMCSgrwLQmNpyLCWLsMm3BmRCA0jD/PF6NGj8c8//6CyshIURSE8PBxnzpzBuHHjhKqvIfz9/REeHs60JVVVVeIkJCD87UnYAHn88NusZGVlsVKvsrBs2TJwOBz4+PgA4A0ICVQ7bmRmZjKBjrnhLsvhcDB79mwsWbJEQpITZAV5mCsIBDYRRj82aNAg3Lp1CxRFITY2FkuWLIGmpia6desGExMT6OrqQktLC8XFxcjLy0NSUhJevnzJJMigx9lBgwahuLiYkUGcejTStwkEgiQgjnMEAoGgpNCLS3pBmZiYWCMKUqdOnaClpcU44Fy+fBnu7u5o0qRJnfWePHkSwJcFtCQWmvJqvEejoaEBFxcX+Pn5gcPhICgoCKNHj5a2WI2CzpxAt6fo6GjG8VIU6MjSNJIwMI6Li+PJEAcAM2fOxOLFi4U2HrOxsWGMGaOiolBVVSW2zIZr1qxh3gP9DAMHDsTWrVsFUgaPGDEC5ubmWLx4MV68eMHUlZOTg7lz52L69OlYtWqVWGTnJj8/H6Ghocz9x44dK3Kd1tbWaN++PVJSUgAAAQEBtT6Ls7MzNm/ejNLSUlAUhWfPnol8b3Fgb28vlnovXryIp0+fSuR7qampjb4PgUBQPpTRqGD06NEYOnQoTp8+DX9/fyYyan20adMGLi4umD59ulSzF8fHx0vt3qKSnp4O4MteZsiQIazUO2TIEBw4cIBpy/R9CKJRWlrKE222sbRp04ZliXjp06cP1NTUGCOaCxcuYPz48ejdu7dQ9VEUhQ0bNvAY//Xv37/O8vHx8UybY+NZ5blv6+rqwszMDM+fPwdQHfDn6tWrjc5Yz821a9d4nBi7dOnCasYuQfUcbOhDuOdZa2tr9O3bl9U6lRVZH6No6My2t2/fxu3bt6GrqwsnJyeMHj2aOCkRBEYex1mCdFGWzC/NmjXjuc7Ly0PTpk1Frpc/M21D2ZMIBFkgPz+f57q24B78Z4/FxcUNGsDRmWPosSI2NlYi55L//PMPpk2bxrPv4paDoig0adIEO3bsaDBj6vnz53muScC8xkHeBUEQJLnHlkSdiow8zBdGRkZwcnJCYGAgs19Zv349WrZsyfrZbUhICNavX8/jgOno6EiMvQWENv6nqc/OqTHw10MCWTQODoeDZcuWoWfPnvjzzz/x4cMH5v8bgh5T27Rpg99//11s9hIE2UYe5go2SE9PR2RkJFJSUpCdnY38/HxUVlbCzs5OJJ1bY3j06JHIdXz48EHkevr16yeyHPKMsPox7j0RRVEoLi5GdHQ0oqOjay3PvW6lv3vr1i3cunWL+X9x6tGUpW8TCATpQhznCAQCQUnR19dHhw4d8O7dO3A4HLx48aJGZCpVVVXY29sjODgYAJCbmwtPT09s3Lix1jp9fHyYLF204q5Pnz5ifY7Nmzczn9lw1JIW8+fPR3BwMLKzs/HgwQNcuXKFtSjvksDS0hKampooLS0FUO1AI2pUtbKyMpw/f55pT0ZGRjUyJYqDvXv38hij/vrrr1i4cKFIdXI7pZaUlCA5ORkdO3YUqc6GoCPOubm5Ye7cuY3aRBsbG+P06dPYsmULTpw4wZN578iRIxJxnIuKikJFRQUAsDqW9OrVi3Gce/z4ca1lNDQ0YGlpiQcPHgBQrihxFEUhLS2NyZAo6HcANPp7NNxOqqKgLNHKCQRlQ5kNC7S0tDB9+nRMnz4dmZmZePz4MVJSUpCTk4P8/Hw0adIELVq0QKtWrdC3b198/fXX0hZZ7uF3bmjXrh0r9fLXI6wThbJz69YthIWFITo6GklJSSL9jhwOB3FxcSxKV5PmzZvDysqK2SNXVVXh119/xf79+9GrV69G1VVeXo41a9bgzp07PGun4cOH11o+PT0d7969Y65JhsPqiJLPnj1jfr81a9bA2Ni43gz3dREfH4/ffvuthtES29S1h6vt8FIU6PqsrKywbds21upTNuRtjAJqZlugKAq5ihxXTgABAABJREFUubk4fvw4jh8/js6dO2PMmDFwcnJq0MhYVsnMzERubi7y8/OFfifKbpghKPI4zjYW0p7EgyJnfuHPRJGamsoEoBMFOhAV/QxsZReuDdqIFQB0dHSgo6Mjcp35+fk8xlDCOotPnTpVZFnYgMPhwNfXV9piyDz8QQlVVVVrlOEPAvTp06cGgwHy//39+/dCStg49PT04O/vD29vb5w9exYfP35k/qampoYBAwZg2bJlDc6D5eXl8PPzA/ClT9vZ2YlTdIWDvAvpI8tzBVAdLJPNcgTxIi/zxZIlS3Dt2jUUFRWBw+GgoqICbm5umD59OhYtWiRyYIPy8nLs3LkTvr6+qKysZNatWlpaJLtWI+Afj3JycmoEtxAG/ow4bGWWVja+++472NnZ4fz58wgMDER0dDTKysrqLE/bcIwdOxaOjo61jg8EdpB1/Ye8zBXCUFZWhoCAABw7dqzOoKqGhoa1Os59/vwZGzduZHQovXr1wvTp00WSZ8qUKULrTmg5Ll26hEuXLgktg6R05fJAY/Vj3EH366urseXEhbz07aCgIJG+LyyvXr2Syn0JBEWDOM4RCASCEmNlZcUY0929e7fWMmPHjkVwcDBzmHz27Fm8efMGEyZMQJcuXaCuro43b97gzJkzuHnzJs+h88CBAwXKcCUKiqLEbtGiBXbu3IlZs2ahrKwM7u7u0NLSgq2trbRFEwgNDQ30798ft2/fBlCdKe7BgwewsrISus6DBw/i8+fPjNOWjY0NW+LWSVlZGY/zZ+fOnUV2mgOAbt268VwnJSWJ3XGuVatW2LFjh9DZAjQ0NLB27VpYWVnBw8MDBQUFLEtYP9yGvkDNjayw0PVQFIXk5OQ6y7Vr145xnONXfisyjVV0yFImCWWJVi7LcB+QSxtJZeggiJejR49KWwSZoWXLlnIVVEFeEffeRdL3URTCwsKwZcsWZn0oT045S5Yswf3791FVVQUOh4Pc3FxMnjwZEyZMwJQpUxoMDFJeXo4bN25g165dPM/P4XBgb28PS0vLWr936dIlnmAgPXv2ZPW55JEJEybAx8cHmZmZ4HA4KCgowOTJk/H777/XCCJUHxcuXMDGjRtRUFDArCn19fUxZcoU1mUWpK0L2x80NDSgra2NNm3aoHv37hg2bBgGDBggVF3cKOPcLa9j1LVr13Du3Dn8999/NSJ708+QkJCAv/76C9u2bcPgwYPh4uICe3t7qKnJ7rFScXExAgICcPPmTcTExNTIytRYiGGG4MjjONsQpD2JF2XI/EI7ydFt+e7du6xkdo2IiOC5FmeUbAcHB0b+WbNmYenSpSLX6e3tDR8fHwCi9YuHDx9KXTcpCQdMRYHfcL2goKBGBkY9PT2e65SUFHzzzTf11ltcXFzvtTjR0NCAm5sb3NzckJqais+fP0NdXR0dOnSoYcxXF1lZWfjll1+Ya3V1dZiYmIhLZIWFvAvpIstzBcAbhJeNcgTxIi/zRatWrbB27VqsWrWKsWWorKzE4cOHce3aNUyYMAGjR49utB44OzsbgYGBOHXqFFJSUpi1Bv3v2rVrWVv7fffdd6zU01jy8vJYC6raEPyBLJKTk9G2bVuR6+XX0xJ9v/CoqqrCxcUFLi4uKC0tRWxsLD5+/IicnBwUFBRAW1sbenp6aN26NSwsLEi2bTEhb/oPeZkrGktkZCSWL1+Ojx8/1jlG1rf/NDAwQEZGBqKiokBRFO7evYsJEyawkm1TlDFbXvTlso4wv6M0dW/CIC99293dXWq6IEmtoQgERUZ2TzgJBAKBIHYcHBxw5swZAEBiYiJSUlLQvn17njLW1taws7PjcYqLjIxEZGRkjfq4DwlVVVVZcThSJqysrHDgwAEsXrwYubm5mDt3LkaPHo3p06fXcLySRaZMmYLbt28z7WTlypXw8/Or0aYE4caNG9i3bx9Tl6qqKn7++WcxSM1LVFQUSkpKGAX3xIkTWam3ZcuWAL4oMTIzM1mpty4GDRqEv/76ixUl7dChQ2FmZoYlS5bg2bNnLEgnGIWFhTzX+fn5rESA43YALCoqqrOcrq4u85nOfKcMKMoGW5Gjlcsy3Afk0oQYIyoO/fv3l7YIEuHWrVvYtWsXcz148GBWDEwIjYc/g3VqamqNw3VhoCPX0fOEPGfKljTbt29nDKXo30/UuUaS6x1zc3P88ssvOHDgAI8RDZ3NqVu3bjA3N4exsTG0tbWhrq6OwsJCZGVlIT4+Hk+ePEF+fj6PExxFUdDX18fatWtrvWdlZSVOnTrFlFVRUcHAgQMl9syyioaGBlatWoXly5cz76KgoADu7u44dOgQfvrpJ/Tv37/W7HwJCQl4+PAh/P398erVqxpGSytXrmQ1sjRt8FkXpqamrBslsoWyzN008jxGdejQAUuWLMHixYtx//59BAQE4MaNG8yhMbcTXUVFBW7evImbN2+iefPmcHJygrOzc4MH0pLGz88Pe/bsYTJTKMr+Vl6Qp3FWEEh7Ei/KkvnFwsICmpqaKC0tBUVRCAoKwq+//iqSsWdZWRkCAwOZPqKmplZnMAW2EIe+i/Qp5YM/E3t2djZatWrF83/0Xplub1FRUfjhhx/qrffFixc819LK+NKuXTuhstYbGRlh2rRpYpBIeSHvQjqQuYLAFvI0X4waNQqJiYk4ePAgsweiKAopKSnYunUrdu7cCXNzc5ibm6N79+4wMjKCtrY2dHR0wOFwmMyK6enpeP78OWJjY/H8+XOUl5fz6AJpfv75Z4wePVpkuWnev38vNeNrSZ0l0u2Jvl94eDisra1Frjc8PJznunXr1iLXSQCaNGnCSqARQuOQR/2HPM0VguLv748NGzYwtkn8Ac4EHa8nT57M2HMWFhYiJCQEw4cPF1k+admAyEN7lATyrh8TFHnr24q8hiIQFBniOEcgEAhKzKBBg6Cjo8NsgP39/bFs2bIa5TZu3IjJkycjOTm5xuaMhlsZCACrV69Gjx49xPwEisPq1auZz6ampnjw4AFzmB4UFARDQ0N069YNenp6NVJTCwKHw8GmTZvYFLkGgwcPRr9+/fDo0SNwOBx8+vQJEyZMwNq1axvcpNAUFBTAx8cHBw8eRFVVFXPQ8uOPP4o9QxsApKWlAfhywMOW0R9/VBR+pzA2Wbp0KWbPns1qne3bt8epU6ewdetWiWUQ4I8Sk5CQwERpFoWEhIQ678FNaWkp81lTU1Pk+8o6/fr1k7YIrKAM0cplHfI7yB/caxA7OzsMHTpU5DqvXLmCW7duAZDMGkTeSUpKYhS2HA4H8+bNk7JEykuPHj3QsmVLfP78GQAQGhrKyp4mJCSE+ayvr0/2SQJy7NgxHDx4EEDNQ0JB4D48kOb8tGTJEhQVFeHYsWM19s3x8fF4+fJlnd/lN5KhKAoGBgbw9fWtc218584dUBTFBDDp3r07iXr8/zg6OiI+Ph4+Pj487+LVq1fw9PQEUJ1VQFdXF82aNUNhYSHy8vJQXl4OoOb7AIAZM2Y0KpMSQXFQlDGKw+FgwIABGDBgAAoLC3H58mUEBQUhMjKyhvErRVHIzs7GsWPHcOzYMXTt2hVjxoyBo6OjVMcZiqKwfPlyBAcH8/RTYQ+RuZ22CI1DEcZZ0p4kg7JkftHQ0ECfPn1w9+5dAMDHjx/h7e1dr4N8Q3h7eyMtLY1plz179qwRfZttZNkoh/Qt+aFTp04AvrSnpKSkGgEjO3fuDDU1NVRWVoKiKFy5cgUrVqyAqqpqnfUGBAQA+DLeGhoaiukJCARCfcjyXEGQL+Rtvli2bBk4HA68vb159g0URaG8vBxPnz7F06dPBa6vtj0RRVGYNWtWrXY8bKDI/dfc3Bza2tooLCwERVEIDAzE/PnzBc5GWhsFBQUICAhg9nmampqwsLBgUWoCQTLIs/5D3uaKhggJCcEff/yBqqoqnnmkTZs26Nu3LwwNDXHo0CGB6rK3t2cC+ADA7du3RXacI/tu6SPv+jFBkbe+rchrKAJBkSGOcwQCgaDEqKur48KFC0w06boiKhgaGuLYsWNwd3dHREQEgJqLP3qjpKOjg3Xr1sHR0VGMkisedJRYGn6jq/T0dGRkZAhVN73wl4TR+ubNm/HTTz8hKysLHA4HmZmZWLRoETp27IihQ4fC1NSUp/z79+9x48YNfPr0CVFRUQgPD2cyKtBKmXbt2tWZTYFtsrKyeK75I5cIC39/qaysZKXe2mDbaY5GTU0Nq1evxrfffiuW+vmhf3v6t7t06RIGDx4sUp3v3r1DTEwMo7Cr7/3SBvMA0Lx5c5HuKw8cO3ZM2iKIjLJEK5d1pK0cIorbxsO9BjE0NGTFce758+c89RLHufrhdtYGILOZhr28vGr8X20Gn7WVYxtRDE3rg8PhYNKkSdi9ezcA4Pjx45g4caJICvT09HQcP36c6Q8TJ06U+lgpD3z48AF//fUXz76oZ8+emDdvHnr27ImDBw/yOKy8ePECJSUlyM3NRVJSEiIjIxEYGIgPHz4w+4oxY8bAw8NDKkER1qxZg65du+Lvv/9Gfn6+QA4z/MY2ADBw4EBs3LgRbdq0qfNetra2sLW1FVg2Zejb3NAGTXSWMP7fuKysDJmZmbVmCecuy+FwMHv2bCxZskTsMtcGWfNIF0Ubo2iaNWuGsWPHYuzYsUhJSUFgYCDOnz/PZE7l7y8vX77E5s2b8ffff8PW1hYuLi6ws7Or95BaHOzYsQOXLl1iZKQoChRFMYZwdOZ5DoeD1q1bo6SkBHl5eTzZ5bmzm9U3xhIaRt7HWdKeCGwzYcIE3L17l2kXe/fuRevWrTFmzJhG1xUYGIi9e/fytDFXV1cxSC0fKIvhmKJgZGQEIyMjfPr0CRwOBy9fvqxhwKmhoYHBgwcjLCwMAPDp0yfs27cPCxYsqLXOS5cu4fLlyzwGun369BHvgxAIBAJBrMjjfLF06VJ069YNGzZsQG5ubq06PUHh1xnq6uri999/h5OTE2vy1oUkdU2S0o+rqKjAysqKCWyXm5uLrVu3Yv369ULXuW3bNuTk5DDvuV+/fiJllCYQpIU86z/kca6oi4KCAqxZs4ZxmqMoCsbGxlizZg1sbGyYcocOHRJo7NTU1IS1tTVCQ0MBAPfu3RNJPkkFVicQAPnr2yTjHIEgnxDHOQKBQFByWrduLVC5Vq1a4fDhw4iIiMCVK1fw+PFjZGZmoqioCM2bN4eJiQlsbGwwfvz4Gtm1pElmZiZyc3ORn5/PRC9uLNLMxCRvC9527dph3759mD59OkpKSpiNx+vXr7F//36mHL15CA4ORnBwcI3/p7+np6cHLy8v6OrqSkR+FRUVnuuqqipW6s3NzeW5ri/Tmaxjb28vkfv06dOHJ0rMhQsXMH78ePTu3Vuo+iiKwoYNG3jaWH0ZBePj45n+R4yc5ANliVYu6wirHGpsxg1ZydBBqB/+LCWE2mnWrBnPtYGBgZQkqR8vL68a77Mu5xpxv3dxOtfMnDkTFy9exOvXr5Gfn4/58+fD29tbKEf6vLw8uLm5IS8vDxwOB506dcKsWbPYF1oBOXToECoqKpi2ZG9vj71799ZYr3OjqakJTU1NGBkZwdraGvPnz4e/vz/+/vtvFBcX49y5c0hMTMShQ4dq9DtJMG7cONja2uLff/9FUFAQsrOzef7Ob1DDPb/169cPkydPZsW5mR9l6ds0HA4Hy5YtQ8+ePfHnn3/iw4cPzP83BP1O2rRpg99//11ieyN+4uPjpXJfwhcUcYzip3379li4cCEWLlyIBw8eIDAwEFevXmWCb3GPWRUVFQgNDUVoaCj09fXh5OSE0aNH1wieJA4SExOZ7Ga0gc+wYcOwYMECmJiYYPv27YwTIwDGaAQAkpOTERkZibNnzyIqKop5po4dO2Lr1q0kW6eQyPM4S9oTQRwMGTIEZmZmePHiBdO2PDw8EBUVhSVLlqBly5YN1pGZmYldu3bh3LlzPLrNrl27YsSIEeJ+BNbhNrQUxdmaBMeSP6ysrHDhwgUAwN27d2t1jh41ahTCwsKY/rJv3z68e/cOkyZNQpcuXaCuro43b97gzJkzOHnyJI+xrqWlJYyMjCT9WAQCQQywNVcQ5BN5nC9GjBiBb7/9Fv/88w/OnTvH2KU0VpdGr/XU1NQwZswYLFiwQKD1ojCoqKgw+x4Oh4OBAweyFlS4Pp49e4aEhASx34dm2rRpCAkJYdqAv78/DAwMsHDhwkbX5eXlhVOnTvG0pylTpohBagJBvCiC/kMe54raOHjwIOOMCwAWFhY4fPiwSJkxe/Xqxbyz9PR0ZGZmCj2X1GdTRSCIA3no23p6esjLywNQvdZbt26dyIkABOHgwYM4deqU2O9DICg6xHGOQCAQCI3C2toa1tbW0hajToqLixEQEICbN28iJiaGWagKC4fDQVxcHEvS1Y+iGP5bWlri7NmzWLx4MRISEmoYgHJH8eB+Zv7oa507d8a+ffvQoUMHicneokULnuusrCxWnNySk5MBfHEg4L8PoSbNmzeHlZUVE5G5qqoKv/76K/bv349evXo1qq7y8nKsWbMGd+7c4Wl//JFpaNLT0/Hu3TvmukuXLsI/CIGgRDTWiDsrKwseHh6M4paOoObo6AgLCwt06dIFurq60NLSQnFxMfLy8pCQkIDY2FhcunQJb968YeYOBwcHbNy4kRgjKiG0IS5QnfmYjQAO+fn5yM/PZ67F7UDdtm1bnuu8vDyZMJivD0GcItle23IrtcWJhoYGDhw4gKlTp+LDhw+IjY3FuHHj4OHh0agsXrdu3cKff/6JlJQUANUBSw4cOECizwpIcHAw8851dXWxadOmeh1SakNFRQWurq7o3bs3pk6dipycHERHR2Pp0qU4cOCAmCSvn1atWmHVqlVYunQpHj9+jOjoaMTFxeHz58/Iy8tDWVkZtLW1oauriw4dOsDS0hL9+vVD+/btJSKfIvdtfr777jvY2dnh/PnzCAwMRHR0NMrKyuosr6GhAUtLS4wdOxaOjo7EcE8EFGHuVtQxqi6srKxgZWWFtWvX4sqVKwgMDMTjx49r9F2KovD582f4+vri6NGjEtGnHTx4kJGDw+Fg3Lhx2LBhg0DfNTY2hrGxMVxcXBAeHg4PDw+kp6cjIiICEyZMgJ+fn0hZZ5UdeRxnSXsiiAtPT09MmjSJJ9BcQEAALly4AHt7e1hZWcHMzAzNmzdH06ZNUVRUhJycHMTFxeHBgwcICwtDRUUF0z4pikKTJk3g6ekp7UcTipycHOazrO99CexiZ2fHGMC9ePECGRkZNcbGYcOGoWfPnnj69CnT3i9evIiLFy/WqI9/LSKMATzbpKenIzIyEikpKcjOzkZ+fj4qKythZ2cnlkAohLoh70K+IXOFciOv84WBgQH++OMPLFy4EIGBgbhx4wZiYmJQWVkp0PdVVFTQs2dPfP/99xg9erTYz7tMTEyQmJjIXA8ZMgQTJkwQ6z0BYPv27RJ1nOvfvz/69++Phw8fMm3lf//7H54+fYrly5fDzMyswTri4uKwfft2REREAPjSpvr06SMRQ3kCgW0UQf8hr3MFP+fPn2dka9q0Kby8vERymgOAb775huc6KSlJbE7YBALbyEPf7tGjB+7cucNcf/z4sYa9hziQpUQmBII8QxznCAQCgaAw+Pn5Yc+ePYyxlDw5okkisr4kMTExwdmzZ3HkyBEcO3YMmZmZAL5EVavNKJJ+X7q6upg6dSpmzJiBpk2bSk5ooEYUtdjYWHTs2FHkeh8/fsxzzUadysCSJUtw//59VFVVgcPhIDc3F5MnT8aECRMwZcoUGBsb1/v98vJy3LhxA7t27WIc4ehNsb29PSwtLWv93qVLl3gcPXv27MnqcxEIhGqD6WnTpiE1NRVAtUPJb7/9hiFDhtRaXltbG9ra2mjTpg1sbW3h5uaGkJAQbNq0Ce/fv0doaChevXoFX19fkiVSyXBwcGDWFbNmzcLSpUtFrtPb2xs+Pj4AJBNEoUePHjzXSUlJAmeFljSCrq/FsQ6X5Nq+Xbt2OHv2LNasWYOwsDCkpKRg7ty5MDExwY8//ghLS0t07ty5hnNvYmIioqOjceXKFSQmJjLrDgcHB3h6ehLnXgFJSkpCdnY2c2jr6OgoUuCJrl27Yvfu3Zg2bRooisLt27cRHBxcZxAFSaCuro4BAwZgwIABUpOBG2Xp2/yoqqrCxcUFLi4uKC0tRWxsLD5+/IicnBwUFBRAW1sbenp6aN26NSwsLIjjK0vI+9ytDGNUXTRt2pTpM+/fv0dgYCDOnz/POInzB04SNxRF8USNb9myJVavXi1UXYMHD4a/vz8mTZqE1NRUJCcnY/78+Th9+jTJoCwC8jTOkvbEHrNmzYKrq6u0xZApzMzMsHnzZixdupTH+a28vBzXr1/H9evX6/0+f0A6DoeDLVu21NhLygsxMTHMs5A9kvwwbNgwdOrUSaQ67O3toampiZKSElRWVuLs2bP49ddfa5TbvHkzJk+ejKysLJ5AePxwj6mzZs2SWtDPsrIyBAQE4NixY3j9+nWtZQwNDWt11vr8+TM2btzIPGOvXr0wffp0cYqr0JB3oTiQuUI+sba2RpMmTUSuR97nC319fcycORMzZ85EYWEhXrx4gTdv3jB7odLSUgBAkyZN0Lx5c3z11Vfo2LEjvvnmG4k6ivbo0YMnCHJsbKxEHOekwaZNmzBu3DgmqxNFUbh37x7GjBkDMzMz9O/fH927d68RyOL58+d4+PAho2fiXsvr6elh06ZNUn4yAqHxKIr+Q97nCgBISEjAx48fGT2zq6srK5k/6UCM9DOlpqbCyspK5HoJ4oWNPbciBC2Uh75NO85xr6EIBIL8QBznCAQCgSD3UBSF5cuXIzg4mOcQWdiNOLfCS1IomuMcUK3snTNnDn7++WfcuHEDDx48YKI70gphAFBTU0PLli3Rp08fDBw4ED/88IPIEXSExdLSEmpqakzkt2vXrmHkyJEi1VlVVcUTJahFixYkg5mAmJub45dffsGBAweYPl1ZWYnjx4/j+PHj6NatG8zNzWFsbAxtbW2oq6ujsLAQWVlZiI+Px5MnT5Cfn1/DuERfXx9r166t9Z6VlZU4deoUU1ZFRQUDBw6U5GMTCApPWVkZZs+ezRjYmpmZwcfHp9EH4N999x169eqFX375BXFxcUhJScHs2bMREBBADNulTHFxMfNZU1NT7PcTR6YiSa4DW7VqBUtLS0RHRwMAbty4gUGDBkns/oLi7OzMajlZhT8SI7cTQGJiIry8vBqsg3vtAQBhYWGNXk9IMvO1rPHy5UsAX/q2jY1Ng99paBywsrLCkCFDcOPGDVAUBR8fH5l0SpEGytK3G6JJkybo27evtMVQGuR57iZjVDVt27aFm5sb3Nzc8PjxYxw9ehTXrl2TqFNQfHw8CgoKGH3BqFGjoKWlJXR9RkZG8PLywpgxY1BVVYXY2FicPn2aOACxhKyPs6Q9sYeuri50dXVZqcvHxwejRo1SiGx9w4YNg5aWFlauXInc3NxGORtzl9XT08PWrVsFmn9kkSNHjiApKYnpa0RPLj90794d3bt3F6kOLS0t+Pr6Ii8vDwDQvHnzWst17NgRvr6+WLRoEZKSkgDUHYxRVVUVCxcuxJw5c0SSTVgiIyOxfPlyfPz4USBDPX4MDAyQkZGBqKgoUBSFu3fvYsKECaw4nigb5F0oDmSukF/YChKlSPNFs2bN0LdvX5ncC1lYWCAgIABA9W+kyEbf7dq1w549ezBr1iyUlpby2AI9f/68Xj0895zCnf3Zy8sLHTp0ELvsBALbKIr+QxHmCjr7JncQTjbgd5YqKChgpV6CeGFjzy3vQQsB+ejb3IGsKIrCs2fPWKmXQCBIBuI4RyAQCAS5Z8eOHbh06RKAL8oqiqIY5yt6E8jhcNC6dWuUlJQgLy8PFRUVTB3c0VpJphp20dDQwPDhw3mMvuh3oKmpyZohBRs0a9YMvXv3xsOHDwFUGznHx8fD1NRU6DpPnz6N9+/fM4onaUU9lVeWLFmCoqIiHDt2jPkNaQV1fHw8Y7RYG/xG6xRFwcDAAL6+vvjqq69q/c6dO3dAURQThal79+4kmuX/wx1pzM7OrtaorI3lypUruHXrFoDq90Qi8ykHhw4dQmJiIoBqxe3//vc/ofuZvr4+9u3bB0dHRxQWFiIpKQkHDx7E/Pnz2RSZ0Ehop0gAEnGGV4SsDTNnzsTChQtBURQCAgIwY8YMmTt03bx5M6vlZJXajKu41yCCOmZIOuuOIpGTk8NzbWJiUqMMf78vKSlp8HDXyckJN27cAAC8ePECnz59gpGRkWjCKgDK0rcJsoU8z91kjOIlIiICgYGBCA8Pl/h7pQ/EaX2eIPqWyspKqKqq1vl3U1NTODk5ISgoCADg6+urFI5OBOVpT/n5+YiNjUVMTAzS09ORm5uLoqIiNG3aFHp6emjVqhUsLCzQo0cPVqJSi8q2bduwa9cuWFtbY8yYMXBwcIC6urq0xRIaW1tbBAYGYvv27bhy5QoTvK2+8ZPeg6iqqmL48OFYunQpqxnKb9y4gZCQEIHK3rx5ExkZGY2+R3l5ObKzsxEfH88TCZzD4ZCo90qIpaWlQOU6d+6MCxcu4Ny5c7h69SoiIyNRUlLC/L1du3awsbHB9OnTpaY/8ff3x4YNG5izRn49gKABOidPnozIyEgAQGFhIUJCQmQ+iIKsQd6FeJH3uWLq1KkifZ8tOBwOfH19pS2G3KBI84Wswp+9+PXr1yguLhbJgUaW6devH06ePIkFCxYgNTWVZw1e3xzBX65Dhw7Ys2ePSPYjBII0UST9h7zPFVlZWTzXX3/9NSv18ge15Q54Kw4UIcuZIiHPQQtpZL1v86+h8vLykJKSwtgZEggE2YY4zhEIBAJBrklMTISPjw+PIeuwYcOwYMECmJiYYPv27Th48CBTPjQ0lPmcnJyMyMhInD17FlFRUczGoWPHjti6dStxlhEjmpqaEslAIww//fQTHj58yGQ3W758Ofz8/OqMYlIf0dHR+Ouvv3gOeKZPn866zIrOmjVr0LVrV/z999/Iz88XSJHNnXWSLjNw4EBs3LixXqWKra0tbG1tWZRecQgMDGR+U0NDQ1Yc554/f85TryQc5xQpWrk8QlEU/Pz8AFT304kTJ4psEPzVV19h0qRJOHDgAADg+PHjmDdvnlwbZMszmZmZzDwKgCgIBeSHH37A999/j+vXrzNZGf38/NCyZUtpi6aU1DV+CDOuCPMdZXe24z4MA2qPJsgf8V0Qow4zMzMAX95JbGysXDilEJSH2jJa1padXpDMl6JS230J1ZAxCnj79i0CAwNx4cIFfPz4EYB4DuQbIjc3l+e6U6dONcrwy1RaWoqmTZvWW++PP/7IGPq8ffsWycnJMDY2Fk1Ygsyj6O0pLCwMp0+fRnh4OKqqqhosr6KigsGDB8PV1RV2dnbiF7AeKioqEB4ejvDwcOjq6sLR0RHOzs4wNzeXqlzC0qZNG2zfvh2LFy9GUFAQHjx4gJiYGJSVldUoq6GhAUtLS1hZWWH06NFo164d6/LEx8fz6OZqg96fJCQkMBHxhYE/yFnTpk3h6OgodH2N4fz588z9dXR08N133wldV2hoKBP5XE1NTWLPoIyoqqpi/PjxGD9+PIDqIJlFRUVo3rw5NDQ0pCpbSEgI/vjjD1RVVfGcQ7Rp0wZ9+/aFoaEhDh06JFBd9vb20NTURGlpKQDg9u3bxFmrEZB3IX7kfa7g1lVLC2nsl5QJWZ4vZJlu3bpBQ0MD5eXlAICqqio8f/5cJrPjscU333yDwMBAHDx4ECdPnmR0PIKMb7q6upg4cSJ++eUXiQSMlDWsra1JFlYFQdH1H3Uhi3NFUVERz3VDv7GgFBYW8lw3a9aMlXrrQhGynCkSyrbmlEbfNjQ0xFdffYVPnz4x/xcbG0vsYggEOYE4zhEIBAJBrjl48CCjbOZwOBg3bhw2bNgg0HeNjY1hbGwMFxcXhIeHw8PDA+np6YiIiMCECRPg5+dHHCuUkBEjRsDHxwfx8fHgcDhITEzEpEmT8NdffwlskEFRFM6ePYtNmzYx0Uw4HA4GDRokt0Yd0mbcuHGwtbXFv//+i6CgIGRnZ/P8nd9JjtvgvF+/fpg8eTIrjl4E8SDJQ0NFi1Yub8TGxuLz58/MtSiGStwMGTKEcZzLzs5GbGwsLCwsWKlb3ikoKGAMuhoiPz+fJyqcoNARgZ8/f46jR48ykes4HA5jBC5PcGclri+CItv8/fff+PXXX3H//n28ffsWI0eOxKpVqzBixAioqRH1jSRRdsc1acM/L9fWD/mNEz59+tRg4BP+v79//15ICQkE8eDl5VVjTVyX45y4187y5jgnyblbWceogoICBAcHIyAgANHR0QB450v+PbmgUWFFgd+JsbZoxvwOi3Rmrfro0qULgC/PFBcXJ1OGPgTxoKjt6c2bN/Dw8EBUVBSAmuvcuoJTVVZW4tatW7h16xZ69+4NT09PdOzYUTJC88E9vuTm5uLEiRM4ceIEOnfuDBcXF4wcORIGBgZSkU0U2rdvjwULFmDBggWoqKhAVlYWcnJyUFBQAG1tbejp6cHAwECh9oLc71JFRQV//PEH9PT0xH7fe/fuYdWqVcz9586dK5I+6tmzZ/jf//7HXLdt2xa9evUSWU5hyMnJQUREBKKjo5GUlIS8vDzk5eUxBvCNgcPhMNlvZRVtbW2ZMFQvKCjAmjVrGEctiqJgbGyMNWvWwMbGhil36NAhgdbtmpqasLa2ZgJ/3rt3T2yyKxrkXSge0porCHWTmpqKtLQ05rpfv35SlEYwZGG+WL16NfPZzs6OlTPqK1eu4NatWwCq+4qowUjV1NRgamqK2NhY5v+ePXsmMcc5aRn26+joYOnSpZg9ezauXbuGBw8eIDIyEh8/fuTRL6mpqeGrr75C3759YWVlhR9++EHszieyzIABAzBgwABpi0FgAUXVfzQWWZgr+AOy5eXlseI8x5/9V5gg8Y1FEbKc1Yay7bkVAUn17R49euDTp088gRBJ0BUCQT5QHG07gUAgEBiEMXgWF+JMl01RFEJCQpjDkJYtW/IoIRvD4MGD4e/vj0mTJiE1NRXJycmYP38+Tp8+rXTROAjAn3/+iUmTJqGkpAQcDgdJSUkYP348Bg4ciKFDh8LU1JSnfF5eHl68eIH09HRERkbi6tWrePfuHaMcoCgKLVq0wMaNG6X0RIpBq1atsGrVKixduhSPHz9GdHQ04uLi8PnzZ+Tl5aGsrAza2trQ1dVFhw4dYGlpiX79+pGoLoQaKFq0cnni5cuXPNdsRUtv27YtgC/K+JcvXxLHuf/nyJEj2Lt3b71laMXzqVOncOrUKZHuxz33AcCwYcNEqk8a5OTkMJ8ldRD66NEjAMDs2bNRWVmJR48eISsrC+7u7vj7779hY2OD7t27w8jICNra2kIZT8qDUYMsEBISIm0RlB7+g9qCgoIah4X8RlMpKSn45ptv6q2Xduqt65pAkCUEOWhm++CYO1O6vCHJuVuZxiiKonD37l0EBgYiJCSEybzBnwWCoihQFAVDQ0OMGjUKzs7OMDExEbt8/JHOa2u7/IfkHz9+bDCjL78xCXfkWILioojtKSQkBEuXLkVZWVmNfgt86bvc1OZIFxkZidGjR2PXrl2wt7eXgORfaN26NWOoze+gm5CQgL///hvbt2/HoEGDMGbMGNjb28ulo5mamhpatWqFVq1aSU0GQdYVbK09+vTpg4ULF8LKyoqV+hqCznpAURTU1NQwZcoUkeqbPHkyvL29UVFRAQ6Hg4CAAIk7zqWlpWHv3r24ePEiMz8Dor0jeVwDSouDBw8iJyeH+c0sLCxw+PBhkYzzevXqxThrpaenIzMzs8E5hkDehaSR57lCFgyvxUF4eDhu3LiBqKgoZGRkoLi4GAYGBmjfvj1sbGwwdOhQkc9gTp8+TTK+CAF3lkZDQ0NWHOeeP3/OU6+ojnNA9bgZExMDoLqfcDvRiRtp66C0tbXh4uICFxcX5v8KCwuZQBbK7CRHUGwUUf8hr/AHUktKSsJXX30lcr1Pnz4F8GWcNTIyErnOhlC0/STZc39BWgGHZZ0ePXrg+vXrzLUk1lAk+yuBwA7yd3pAIBAIhAbhToMtTcStPI2Pj0dBQQGTbW7UqFE1It80BiMjI3h5eWHMmDGoqqpCbGwsTp8+DVdXVxalFh+5ubkAahpoERqPmZkZduzYATc3NyZSZVVVFe7cuYM7d+4w5ehN8enTp3H69Oka/08bHqqrq2Pnzp2sKDkI1RH+SVQzgigoarRyeaCubJGiwl8P/32UHUGVuGwYEHC/C2tra4lFJ2WTmJgYZg5vKDsMW0yZMoXnt+Mepz5//oygoCDG2E8YiFGD4NCOuAThGTZsGDp16iT09/kNerKzs2sYEXft2hXAl74SFRWFH374od56X7x4wXMtyt6xtv44evRogcqxTW33JcgvkpyzJVGnpJDk3C0PY5SovH79GoGBgbhw4QLS09MB8Oo56N+aoihoaGjAwcEBzs7OGDx4MFRUVCQmZ21OjPyGbfzt4e3btw0GTOGPvF1SUiKClLIPOXCvRtHaU1hYGBYvXsxEwOZ3OtPX10fnzp2hq6sLLS0tFBcXIy8vD0lJSUyWeO79SWlpKRYuXIh//vkHdnZ2EnkGAAgNDcX9+/dx7tw5hISE8GQ3p5+noqKCyY7XvHlzJjiSPGY/lwb9+/evN9Msd6bb3r17C6WP1dDQgLa2Ntq2bQszMzMYGhoKLa8w3L17l3kGKysrkdcK+vr6GDBgAMLDw0FRFG7fvs2GmAITFhYGd3d35OXl1eoUK4yuTZ7XgdLg/PnzzHqoadOm8PLyEjmiPX+QhaSkJIV21po1axYrZ6/kXYiOIO9C3ueKzZs3s1aXrPDq1Sv88ccfePLkCQDecfzDhw9IS0vDw4cPsXPnTjg5OWHZsmUitWMyT8gWbDqcff/99ygsLGSuJeFcsWzZMixbtkzs9xGGZs2aEYc5gsKjaPoPeaZbt24AvuzhIiIiMHDgQJHr5Q4Qqq6uDktLS5HrVCbInpsXaQQclgemTJmCESNGMNeSCORF7CQJBHYgjnMEAoGgoMjzoltQkpKSAHxRDlpbWzf4ncrKynojYJiamsLJyYkxcPT19ZVpx7n4+Hj873//w927dxmlppaWFuzt7TFjxgx0795dyhLKL/b29jh8+DCWL1+OjIyMGgYm3NQVnZnOhOjl5YWePXuKXWYCQd7gzqKgqakpkXsqS7RyWUVDQ4PnOjU1FS1atBC53vfv39d7H0LdSlzuOYyNw1a6PisrK2zbtk3k+iTNkSNHkJSUxBiFd+nSRaL351fA17f+kFV8fHwwatQoiRtDEmSH7t27i7QPoZ3u6PaflJTEHCDSdO7cGWpqaqisrARFUbhy5QpWrFhR714vICAAwJf9oyht1N3dvcaYWZsDW23l2EZSjnOkb4sfZ2dnVsspC5Keu+VhjBKG/Px8XLx4EUFBQTzR5oEvznLc/2dubg5nZ2c4OTlBV1dXorLSGBsb81xnZmbWMPLjd2KMjIyEo6NjvfXyR4cV1fha1iEH7tUoUnvKysrC6tWrUV5eztN3W7VqhUmTJmHEiBH1Zh55//49Ll68iJMnT+Ljx4/MGFBeXg53d3dcvnyZlX28IHA4HKaNFhYWIjg4GEFBQYiMjGT+TkNRFLKzs+Hn5wc/Pz907doVLi4ucHJyklhAFHmkf//+6N+/f51/9/LyYj736dOnXscJWSQ5ORmZmZlMW7GxsWGlXltbW4SHhwOozkiVkpKC9u3bs1J3fTx69AgLFixgIr5zO7PT1zS16RH49yaS1jVwOyTNmjULS5cuFbnO7du3SzQTUkJCAs/Y6Orqykq2SLr90O8oNTVVYlkZpYGurq7Ia0jyLthBkHch73OFou2hHz58iHnz5qGwsLDW8R/4Mr5XVFQgKCgIoaGhWLduHYYPHy5xeYVBEeYLecHKykqhxzhC/aSmpjJn5gDQr18/KUpDkBSKov9QhLmiffv2MDY2xrt370BRFAICAuDm5iZSQLX4+Hie4DEWFhZyGTBLWlnO5H3PLQ4kHXBYXvq2lpYWCcZLIMgpxAKUQCAQFBRpZ5yTxOKfzrBGU1tWA/7fobS0FE2bNq233h9//JFxnHv79i2Sk5NrKA/YJi4uDhs2bGCu7e3tMWfOnHq/ExQUBA8PD8YQi6aoqAjBwcG4evUqVq1ahSlTpohNbkF4+/YtXr58iezsbOTn5/OkMW8skj5ssbKywvnz57Fr1y4EBQWhrKwMQP39i940q6mpwcnJCUuWLGHlsI5AUERSUlKYz5IyRiTRyqULPR7Sv3doaCh69Oghcr105DTa0JiMuzURZG0m7PqNjgjcpk0bdO/eHcOGDWPN+PbGjRs8kfHq4+bNm8jIyGj0PcrLy5GdnY34+HhkZWUxyl8OhyPxQ+O61hiirO0lrZTftm0bdu3aBWtra4wZMwYODg5QV1eXqAwE+cbIyAhGRkb49OkTOBwOXr58WcOwR0NDA4MHD0ZYWBgA4NOnT9i3bx8WLFhQa52XLl3C5cuXmf4NVBtziUpdBkp1lWMbSe77Sd8WP4JGwZf1aPmKPnfL0xjVEHSWHNqQktZ58I9t9HXLli3h5OSEMWPGoHPnzmKXryFMTEwAfJEzMTGxhuN2p06doKWlhZKSElAUhcuXL8Pd3b1eg5GTJ08C+LK3kETEfYL0UaT2tGvXLuTk5PCMKa6urli5cmWDenGgOgPznDlzMHXqVGzbtg3Hjx9nfpfc3Fzs2rUL69evF+sz1EazZs0wbtw4jBs3DikpKQgICMD58+fx4cMHADXHrJcvX2LLli3YunUrbG1t4ezsDHt7e4kaXCkK8mzolZCQAOBLH2RDBwWgxviQlJQkdse5wsJCLFq0CBUVFUz/1tHRwfjx49GzZ09cvnwZly5dAlDdH44ePcpkk0xMTERUVBQeP37Mk6Vm7NixGDlypFjl5kbQ/ZOw9UoC/jbl4ODASr21Zf6QFvn5+YiNjUVMTAzS09ORm5uLoqIiNG3aFHp6emjVqhUsLCzQo0ePGnJLEvIuZOddAPI9V8gTr1+/xuzZs5ksPnUFXeM36s7NzcWyZcvw6NEjeHh4yPx6SBHmCwJBVMLDw3Hjxg1ERUUhIyMDxcXFMDAwQPv27WFjY4OhQ4fWGxBFEE6fPk0cSpUQRdF/KMpcMXToUHh7e4PD4SAnJwebN2/msR1sDKWlpVixYgWAL+9BUoEX2UYaWc4UYc/NNtIIOKwofZtAIMguxHGOQCAQFBRhF3wNRccQtTyb8Kd6r+1QgD8SC32gUB/0Qp9+tri4OLE7zv333394+vQpc9+VK1fWWz4mJgYeHh48UU64oR0/Nm3aBH19fZ700JLg9evXOHHiBP777z/k5eWxVq80ohTq6+tjw4YNWLRoEQICAvDgwQM8efKEyfDHjZqaGszNzTFw4ECMHj1aIlFmCQR5JTMzEw8fPmTGL0n1FxKtXLqYmpoynymKwvHjxzFx4kSRMmqkp6czhnz0WoT7PoqItbW1wNHh3Nzc6p0/TU1NmXbPVtQuNomPj0dgYGCDTutAtcEMbTQjDPyK2KZNmzYYQZEt2rRpI5H7SIqKigqEh4cjPDwcurq6jAOyubm5tEUjyAlWVla4cOECAODu3btYsmRJjTKjRo1CWFgYM/7v27cP7969w6RJk9ClSxeoq6vjzZs3OHPmDE6ePMnjWGNpaUkcIYSA9G2CICjD3K0IY9TWrVtx4cIFZGZmAqg7u5y6ujrs7e3h4uKCwYMHy5SBpb6+Pjp06IB3796Bw+HgxYsXGDVqFE8ZVVVV2NvbIzg4GEC104+npyc2btxYa50+Pj5MVGb6fUjCiZEgfRSlPZWVlfE44nI4HMyePbvWcaohtLS08Pvvv0NHRwf79+9n6gwODoaHh4dUHejbt2+PRYsWYdGiRXjw4AECAgJw7dq1OoMjhYaGIjQ0FC1atMDIkSMxevRohdcbsAW3PkEex8NPnz7xXLMVDZzew9NtjXbgFCenTp1iAgYAwNdffw1fX19mzRAdHc1TvrbsUMnJydi9ezeCg4PB4XBw7tw5aGpqwsPDQ+zy00g76KeoZGVl8Vx//fXXrNSrqanJc02PZ5IkLCwMp0+fRnh4OKqqqhosr6KigsGDB8PV1RV2dnbiF5AP8i6+IO13Ie9zhbxQVVWFFStWoKSkhGeto6qqit69e6Nbt27Q1NREWloaIiMj8fHjRwC866JTp04hNTUVe/bsESmbjSSQ9/lCHHCPR/xjFUFxePXqFf744w88efIEAK8N1ocPH5CWloaHDx9i586dcHJywrJly9CyZUuh70ccCZQPRdF/AIoxV8ycORMnT55EQUEBKIrCmTNnoK2tjRUrVjTq+bKysuDm5oaEhATmPbRu3VpuM+9KOssZIB97bkUPWkijCH2bQCDILsRxjkAgEBSQ+Pj4RpXPysqCh4cHQkNDAVQrR4yNjeHo6AgLCwt06dIFurq60NLSYqJlJCQkIDY2FpcuXcKbN28YwxoHBwds3LhRIhsXfoPx2hbO/BmMPn782KDiqHnz5jzX/Ier4uDOnTvM53bt2qF37971lt+yZQsT5QSoO5IcRVHYuHEjbGxsJBZtcO/evdi/fz8qKipYUbRxb8KkiYGBAWbNmoVZs2aBoihkZWUhJycHeXl50NTURIsWLaCvrw8NDQ2pykkgCEtBQYHAjq75+flCGYTQSpbnz58zEZiA6n4ujWxuJFq55OnUqRO6du3KKG3z8vIwf/58eHt715h/BSEvLw9ubm7Iy8vjiXRVWxZaRYJ2/iSwC3efV1FRwR9//AE9PT2J3JtehysK3L9lbm4uTpw4gRMnTqBz585wcXHByJEjYWBgIGUplYucnBxEREQgOjoaSUlJyMvLQ15eHsrLyxtdF4fDwY0bN8Qg5Rfs7OwYp5QXL14gIyOjhpP1sGHD0LNnTzx9+pTZM1y8eBEXL16sUR//fmLhwoUiydevXz9Wy8kLpG8TZA1pzd2yPkYJwqFDh3j0Lfx7HzMzM7i4uMDR0VGodbqksLKywrt37wBUOzHWxtixYxljBYqicPbsWbx58wYTJkyo4cR48+ZNnt9l4MCBchk0JTU1FWlpacy1os1H4kIR2lNkZCTy8/OZPm1mZobFixeLVOfChQsRHh6O58+fA6jWHz1+/Fhm9qRWVlawsrLCunXrcOXKFQQGBtaI8A2A0ef6+vrC19cXpqamcHFxwZQpU8Qqn7gcqtTV1aGjoyN2o2lpBLJjE/5MUWydkfDXU1uQPbY5ffo0M6aoqanhn3/+abSjvbGxMXbs2IFBgwbBw8MDVVVVOH78OLS1tUUeK5SFoqIinmtBMnkKAn8bklRWBQB48+YNPDw8EBUVBaDhzFU0lZWVuHXrFm7duoXevXvD09MTHTt2lIzQIO9Clt6FvM8V8kJoaCieP3/OE0Dw22+/xYYNG9ChQweeshRF4e7du/Dy8mL2pPT37ty5g59//hne3t7Q1dWVxqMQhCQlJYX5zG8DQ1AMHj58iHnz5qGwsLDOjDv0/1dUVCAoKAihoaFYt24dhg8fLnF5CZJn1qxZcHV1FbkeRdB/KAp6enpwc3PD5s2bmd/w33//RUREBObMmQMHB4d6g+m+efMGly5dwrFjxxh7Cfo9uLu7y6UdizSynAHysedWhqCFBAKBIG6I4xyBQCAoOR8+fMC0adOQmpoKAGjdujV+++03DBkypNby2tra0NbWRps2bWBraws3NzeEhIRg06ZNeP/+PUJDQ/Hq1Sv4+vqKPXMG/+FkQUFBjQMM/s3427dvG4yGz5/JrqSkRAQpG6awsJDZ9AGAra1tveWjo6MRFRXFs+F1dXWFi4sLmjVrhkePHmHnzp2MA0xubi78/Pzw66+/ivU5AODPP/+En59frYo8YZ3oJBnlqqCggOkLQPXGj/+wAah+LgMDA2IUSlAojhw5gr1799Zbhu6Pp06dwqlTp0S6Hz1+0XUOGzZMpPpEhUQrlxwzZsyAu7s785vGxsZi3Lhx8PDwaHAO5ObWrVv4888/kZKSwjMn/vLLL+ISvVF8+vQJ6enpyMvLYzLe6urqolWrVjKX5UgeIkoKIiNbz9GnTx8sXLhQYlHTFI3WrVszhtr8RvgJCQn4+++/sX37dgwaNAhjxoyBvb091NSIekpcpKWlYe/evbh48SJKS0uZ/xelv0gioIW9vT00NTVRUlKCyspKnD17ttb9zObNmzF58mSeqIe1wS3zrFmzYG1tLZJ8x44dY7WcPED6NqGxKPLcLetjVGPglktfXx8jR46Es7MzunXrJjEZRMHBwQFnzpwBACQmJiIlJaVGNnNra2vY2dnxGPFERkYyWce54Xa0UVVVFYsTY3h4OG7cuIGoqChkZGSguLgYBgYGaN++PWxsbDB06FC0a9dOpHucPn0aPj4+AKrfcVxcHBuiKzzy2J74ef/+Pc+9XV1dRV67qaioYMKECTzRsen7yBJNmzaFi4sLXFxckJqaisDAQJw/f57R9fKvX168eIFNmzaJ3XHOwcFBrOtnVVVVGBoaonv37ujRoweGDh3KWtYlRYA/yB2tnxEVfocdcZOens5khOBwOPjuu+9EMh50cXFBYWEh/vzzT1AUBW9vb3z33Xfo0aMHi1JLhsrKSuazJIxC+QMK5OXlsdKm+DMBSCpwQUhICJYuXYqysrI6z/UEcd6KjIzE6NGjsWvXLtjb20tAcvIuavs7IJ13QZAMfn5+zGc6mPGePXtqHfs4HA4GDRqEQYMGwc/PD1u3bkVZWRmzfo2OjsaUKVNw6NAhkTJVyROSni/YJjMzEw8fPmT6Pf8+hdB43r59i5cvXyI7Oxv5+fk8uvPGwoYD8evXrzF79mzGNqmhANr033Jzc7Fs2TI8evQIHh4ectm+CYKjq6vLitOzIug/xIG05opp06YhISEBZ8+eZX7r+Ph4LF26FKqqqjUCIvz333+4desWMjIykJ2dDYD3HXA4HMyYMQM//PADK/IpQ5YzsueuiTQDDrONvK8DCQQCuxDrBQKBQFBiysrKMHv2bCY6lZmZGXx8fBod+eW7775Dr1698MsvvyAuLg4pKSmYPXs2AgICxJp9y9jYmOc6MzOzhiF6165dAXxZ0EdGRjYYASM2NpbnWtwRu5KSklBVVQWgWk5LS8t6y//3338Avmx8J02axGO4YGJiAgsLC4wfPx6VlZWgKAoXLlwQu+NcWFgYjh07Vmuk8tatW6NTp07Q1dUVexRcUbh8+TLWrl3LXE+fPh2rVq2SokSKSVBQUI3/Gz16tEDl2Ka2+yozghquspVNksba2hp9+/YVuU62kPVo5fLO6NGj8d9//+Hu3buM0jMlJQVz586FiYkJfvzxR1haWqJz5841Mt4mJiYiOjoaV65cQWJiIo8RAR3BbuTIkVJ5rsrKSty4cQOXLl3C06dP61UKGxoaomfPnhgxYgSGDBkiVQVdYzMVS5r+/fvXe+jo5eXF9MvevXsLlfVAQ0MD2traaNu2LczMzGpkjCE0jtDQUNy/fx/nzp1DSEhInQ7IdCTs5s2bw9HREc7OzlLJPqrIhIWFwd3dHXl5ebUaXQljwCspR1stLS34+voywUDqMlTr2LEjfH19sWjRIiQlJQGo/bkoimIObOfMmSM2uRUZ0rcJgqIMc7eijFF09Fw7Ozs4OzvD1tZW7hxeBw0aBB0dHSYIlr+/P5YtW1aj3MaNGzF58mQkJyfXa3zG7Ui4evVqVo0ZXr16hT/++ANPnjypcf8PHz4gLS0NDx8+xM6dO+Hk5IRly5aJZMQqD8ExZA15ak918fnzZ57r/v37s1IvnbWQft6srCxW6hUX7dq1w4IFC7BgwQI8evQIAQEBuHr1KoqKiup8Z+JEnPeqqKhAWloaPn78iJCQEOzatQtWVlZYsmRJg+cMykCLFi14rjMyMlhxEODX+fDfh21iYmIAfDkT+v7770Wuc8qUKQgKCsLz589BURT27duH//3vfyLXK2m4A2GylXGsPvjPT5OSkvDVV1+JXO/Tp08BfHnHkgi6FRYWhsWLFzOZ6PnHR319/Vr1s0lJScx8w722LS0txcKFC/HPP//Azs5O7PKTdyE770KROH/+PPO76+jo4LvvvhO6rtDQUGbPqKamJlKGjtLSUjx+/JhZXxoYGOCvv/4S6Fxh8uTJ6Nu3L+bNm4cPHz4wdbx8+RKTJk3CkSNH0Lp1a6FlkxfYni8KCgqY9yvIvYXJQkw7ETx//hxHjx7l0cURXZtwvH79GidOnMB///0n8PsTBFEd56qqqrBixQqUlJTwzAGqqqro3bs3unXrBk1NTaSlpSEyMhIfP34EwDtfnDp1CqmpqdizZw+0tLREeyCCUOTn5yM2NhYxMTFIT09Hbm4uE7hDT08PrVq1goWFBXr06MFaJmxhUQT9hziQ9N6Cm/Xr16OqqgoBAQE1zlzorGH0b/zx40cmyCEN93cmT56M5cuXsyabMmQ5k7c9tyIHLRQH0uzbBAJB9pCvU1ACgUAgsMqhQ4eQmJgIoFr5+7///U/odOn6+vrYt28fHB0dmQxqBw8exPz589kUmQcTExMAXzZMiYmJ6N69O0+ZTp06QUtLCyUlJaAoCpcvX4a7u3u9qcxPnjwJQHKHItwZzgA0GLWEO6KPmpoa5s2bV6OMmZkZHB0dGcejt2/fIj09Ha1atWJNbn52797NfKYjjvz000+YNm1ajQg4skpWVhbPRpytCDwEXrgzTdHU5sBWWzm2IY5zNanrN+dWrLDxXuj6rKyssG3bNpHrEweyGq1cEdi9ezdmzJiBmJgYnt8xMTERXl5eDX6fX2lKURQsLS2xa9cusclcH/7+/tizZw9jqNCQIjI9PR3Xr1/H9evXYWBggEWLFmHcuHGSEFXu6N+/f73GntztpU+fPqxE9lRG4uLi8OrVK+ZalPmRw+FgwIABGDBgAAoLCxEcHIygoCAmCiW/A3J2djb8/Pzg5+eHrl27wsXFBU5OTkLvS+qitrGltvYiyBgkKpJop48ePcKCBQtQUVEB4EtGIUEzQ/PP9dIwvhfU0Ldz5864cOECzp07h6tXryIyMpIna3i7du1gY2OD6dOn15pNmiAYstq3lREfHx+MGjVKZh29lWXulvcxytTUFM7OznLfL9XV1XHhwgXGgLAu4zBDQ0McO3YM7u7uiIiIAFD3XKejo4N169axapTx8OFDzJs3D4WFhbXOxdz3r6ioQFBQEEJDQ7Fu3ToMHz6cNTkI9SMv7ak++IPYGRgYsFIvfz3q6uqs1CsJ+vXrh379+sHDwwMbNmzA+fPnJZJBmRtJ3Y9ud/fv38ekSZMwZ84cLFiwQCL3llXotku/gwcPHuCbb74Rud6HDx8C+HKGxFZfqws6iwCNqalpg98pLS2t9xwMAMaNG8cY8YWHh6OgoEDsgSTZ5vnz58xnSWQGo7Py0m0qIiICAwcOFLle7gwO6urqYnd8zcrKwurVq1FeXs6jX23VqhUmTZqEESNG1JsB9/3797h48SJOnjyJjx8/MgbT5eXlcHd3x+XLl8XuUEreRTWy8C4UhXv37mHVqlXMe5g7d65IjnPPnj3jMY5u27YtevXqJVRdsbGxqKioYN7vhAkTGjVem5qa4ty5c5g3bx6ePHnC6AmTk5MxceJE/PvvvwqfsZbt+eLIkSPYu3dvvWXotdmpU6dw6tQpke5HrznoOocNGyZSfcrI3r17sX//flRUVLAWIJY/4KqwhIaG4vnz5zzv+Ntvv8WGDRtq6IooisLdu3fh5eWFp0+f8jgt3blzBz///DO8vb1ZyUpGEIywsDCcPn0a4eHhTMD0+lBRUcHgwYPh6uoqNQd3RdB/iANJ7y24UVVVxaZNm9C/f39s3rwZubm59Y4vtb0HXV1drFq1CmPGjBG3uGJDWlnO5GXPrQxBC8WBNPs2gUCQPYjjHIFAICgpFEXBz88PQPXGY+LEiSI7iH311VeYNGkSDhw4AAA4fvw45s2bJ7aDYX19fXTo0IFJl/3ixQuMGjWKp4yqqirs7e0RHBwMAMjNzYWnpyc2btxYa50+Pj48GXA4HA769OkjFvlp+CP01nfImpaWhtTUVJ7MOnUZOA0ZMoQnY1d8fLzYHOfev3+P+Ph45ndTUVHB9u3b8eOPP4rlfuKCv63WdxhFEJ26jMXqKsc2kjaSkRfEGZ2IVrK0adMG3bt3x7Bhw4RS1kgDWYtWLu9oa2vj8OHDWL16Na5fv15rttL64C/7ww8/YNOmTRI37snOzsaiRYvw6NGjRjuX0uUzMzOxdu1aXLx4Ebt27SKGDEJA+p7oXL58GT4+Psw1W47lzZo1w7hx4zBu3DikpKQgICAA58+fZyLs8vflly9fYsuWLdi6dStsbW3h7OwMe3t7VrIych8W0NTlOCfuNYK4nUQKCwuxaNEixqCGoijo6Ohg/Pjx6NmzJy5fvoxLly4BqH4HdMRiOrNnVFRUjUyrY8eOlVpGT0FQVVXF+PHjMX78eADVUZ+LiorQvHlzsWZBV1ZkqW8rI9u2bcOuXbtgbW2NMWPGwMHBQa4cGADlm7tlcYySRIZ3SSFodoRWrVrh8OHDiIiIwJUrV/D48WNkZmYy78LExAQ2NjYYP348q5G/X79+jdmzZzMOk/VF6KahKAq5ublYtmwZHj16BA8PDzJmSghZb08N0aZNG57r/Px8VvbJ3JGZAcF/J1kgOTkZAQEBuHDhAuNQIGnq6u+CzocNBb2ord6Kigrs27cPFEVh4cKFjRVZYbC0tISKigoTRCQ4OBjTp08XuV56P0Vjbm4ucp31kZOTw3Nd2xkS/5pCECM+OpskAFRWViI6OpoVxyNJcfXqVcTFxTFtnw62KU7at28PY2NjvHv3DhRFISAgAG5ubiJldomPj2fOJQHAwsKiwXcnKrt27UJOTg6Pgb6rqytWrlwpUAT+tm3bYs6cOZg6dSq2bduG48ePM/Ln5uZi165dWL9+vVifgbyLamThXSgK9B6JDlwraoDEyZMnw9vbm9HPBQQECO04RwdzpHV1gwcPbnQdLVq0YDKih4WFMe0kLS0NkyZNwuHDhxmHVEVDXPOFoGs5tpy0aKytrdG3b1+R61Qm/vzzT/j5+QkcVE4Q2NRt0XZbQLVsDg4O2LNnT616AA6Hg0GDBmHQoEHw8/PD1q1bUVZWxswj0dHRmDJlCg4dOsRKpmVC3bx58wYeHh6IiooC/o+9Mw+oKf////No0V6KKBmUbUTha98qIT5CXWMG2UYYSxjbWCbD2I0xY2iMbQYjW0O3UEoqTTOGFCol2lBI0nJbtJ/fH/3u0b1tt3vPXXs//nGPzn2/X/ec9/p6vxY0refhU1VVhYiICERERGDAgAHYuXOnXAKRK7v+g23ksbeoDxcXFzg5OeHSpUvw8fFBWlpak98xNzcHh8PB/PnzpWorocpZzpRlz91SghayiTT6tvBzlpXNm5eXF/78808ANXPMvXv3ZFIvgaBqEMc5AoFAaKHEx8czWVEASBQxrTZjx45lHOfy8vIQHx8PGxsbVsqujyFDhuDly5cAgH///bfeez777DMEBgYyyqLLly8jPT0dM2fORPfu3aGhoYH09HT89ddfAtncmnJMY4uSkhKB68Y2svxo/qIoxoWjLQqnameTR48eMZ8pisLUqVOVzmkOqBtZREtLSz6CEAhywMPDo1HFSa9evZjxZNGiRVizZo2sRFM4FCFauSqgp6eHw4cPIzg4GAcPHkR6ejqA5jmdde3aFatXr5ZLhtDc3FzMmzcPKSkpdaJKNsf5j39/VFQU5s2bh9OnTyt11g9ZU3vcknawA1VHVId2cenUqRNWrVqFVatW4d69e/D19cXNmzeZiJbCRp5hYWEICwtDmzZtMGXKFLi4uIgU4U8URIkEy7ZTB5sRaJvi4sWLyM3NZerq0qULzpw5wwRKiY2NFbi/vkOWFy9e4JdffmH2UVeuXIGWlhY8PT2lLj8b6OnpKV2mBGVFkfp2S6KyshKRkZGIjIyEgYEBnJ2d4erqKnWjbTYgczcZo+TN8OHDMXz4cJnUVV1djfXr16O0tFRgPFRTU8OAAQPQs2dPaGlp4c2bN4iJiUFWVhYAwbHz4sWLyMzMxKFDhyQyBCdIB1m2J1Hg6+H5bejJkyesOLklJSUB+LiOlnb2HUkpKipCYGAguFwuo7eW9n6nIfjPLjc3F99++y3Cw8MZWfr164cJEybA2toanTt3hr6+PjQ1NVFUVIT3798jKSkJ9+7dQ1BQEBNt3sjICJ6ennB2dkZRURF4PB6Sk5Px4MEDcLlcZGdnC4whv/32G/r164fRo0cLyCWcdY2iKCQmJtaRn43sbI3RUL1sYWBggN69ezPRxePj4xEcHAwnJyexy7x58ybi4uKYPV737t2lHoFdeH9a33ygq6srcP3u3bsmM43wAy3y28yLFy8kMuKLiopisvE1RUxMjFgZ3ysqKpCXl4eEhATG+E1WQTD5ODk54fjx46AoCvn5+dizZw+2b98uVlllZWVYv349gI9jLFvBjBqivLwcN27cEHh2ixcvxurVq5tdlra2NrZs2QJ9fX0cPXqUKTMwMBCenp5SD/BB3sVHpPEuWspcwae20+SQIUMk1tEbGxtj2LBhiIyMBE3T+Pvvv8Uuq6CgQOC6U6dOYpWjqakJLy8vbN68mTnXoigK79+/x9y5c3HixAmp2nXwUaX5oqG1ZXMDLTYFv7whQ4bgxx9/lLg8NggKCkJERESzv9eqVSts3LhRZg424eHhOHv2bL0BPM3MzGBpaQkDAwO52YWUlZUhOjqaaaMmJibYt2+fSMFzZs+ejYEDB2LZsmV4/fo1U8bTp0/h5uaG06dPK1XQE2UiNDQUa9asQXl5eYMOmaI40sXExMDFxQUHDx6Eg4ODDCQXH1nrP1Rprmgu2tramD9/PubPn4+cnBxER0cjIyMD+fn5KCwsROvWrdGmTRuYmppi4MCBUs8a2xKynCnLnlsUFD1ooSr07dptftGiRSK3eVdXV+bztGnTMHv27GbVW1ZWBh6PB4AkCiAQJIE4zhEIBEIL5enTpwLXbGXW6tixI4CPC7SnT59KVcE6ZswY/PXXXwCAlJQUZGRk1FEWDx8+HPb29gJOcTExMYwTWm1qG7OqqanJJBprdXW1wHVVVVWD9z58+FDgurFoYsIZa4qKisSQTjT4TpiyOkySFsKRnHJycpQ6KpKiUjuqDhv3EQiyRhGilasSTk5OcHJyQlRUFAICAhAbG4vk5OR650M1NTV0794dtra2mDRpUqMRtaTNihUrkJycXOewrXPnznB2doaNjQ26d+8OAwMDaGtrM9mckpOTER8fj4CAAKSnpzPfp2kaycnJWLVqFc6ePSu336VskEhpysmQIUMwZMgQbN26FUFBQeByuXUynAE1fSo3NxdnzpzBmTNn0KtXL3A4HLEjPssyCrAsymyIS5cuMeOKuro6Dh8+3Ozs4p07d8ZPP/2EkSNHwtPTE9XV1Th37hz09PTw9ddfS0dwggDJycn4559/8OrVKwA1UUPt7e1haWkpZ8kaRl59uyVSe+1RUFCA8+fP4/z58+jWrRs4HA6mTJnSaDZ7eULmbkJLIiwsDAkJCQIZRIYOHYrt27fjk08+EbiXpmn8+++/8PLywqNHjwT2Cf/88w++/PJLHD9+vEmDDELLxszMDP369WPakJ+fH8aMGSNxuVwuF0DN/GNjY6OQxpc0TePOnTvw9fVFaGgoysrKmP8H6mZ5MzU1xdSpU2Ui26tXrzB37lwmO++nn36Kbdu2NeiAaGhoCENDQ1haWuJ///sfNm/ejCNHjuD3339HQUEB1q9fj/T0dKxYsQJ6enowNzeHnZ0dVq5ciT/++AOHDh0SyD79yy+/1HGck+feSNZMnjwZjx8/Zp7Ht99+i86dO4sVvCEpKQmbN28WMLpydnaWgtSCCDvcl5SU1DHuFj7HeP36dZOR1IV1b5KeIUVFRTWZxZ3fph48eMBk5xAH4b6trq6OyZMni11ec3B3d8eFCxdQVFQEmqbx119/QU9PD+vXr2+Wnjg3NxceHh6MfpGmaZiZmQkY00mDmJgYFBYWMrL27t1b4n3+ypUrERkZyTipFhUVITo6WuqR98m7qAub76IlzRUvXrxATk4O8y6E501xsbOzQ2RkJAAgOzu7XjsGUeAHJ+IjSeZyNTU17Nu3D/r6+vD29mb2HQUFBfjyyy9x9OhRqZ/PqtJ8Ic3sO3wnAnNzc1hbW2PChAlSGVe9vLwEDNhbtWqFbdu2NemIkZCQAC6XK9YZqYGBATZs2NDs74nDL7/8wnymaRqtWrXCF198gXnz5skly5cw8fHxzNqdoijMnDmzWcGWevXqhStXrmDZsmV4+PAhM4+9ePECs2bNwqlTp6TuVNPSCA8Px9dff42KigoAdfeaxsbG6NatW53z4dTUVMauqna/KSsrw8qVK3H48GHY29vL9scoMKo0V0hC27ZtMWHCBLnK0BKynCnLnrsplCFooar0bXGC5T558oT5TnZ2NityEAiE5kMc5wgEAqGFkpeXJ3DNltG/cDnC9bDNyJEjoa+vj8LCQgCAj48P1q5dW+e+HTt2YPbs2Xjx4kUdxQWf2gYpALBp0yb07dtXqvIDdaOS5OfnN6gMqx1tSk9Pj8kqVx/C74KvuJEGwlnzunXrJrW6pImtrS20tLQYw4qYmBiFUJiqGqI6hBDHEcVDFQ5AxUWRopWrKrWVrmVlZcjJyUFhYSGKi4uhq6sLfX19tG3bFq1bt5azpDVOKTExMQJrCnNzc2zevBljx46t9zv8zCJ8gzYPDw+EhoZi9+7dePXqFTO/R0dHw8fHB59//rlEMtYXfas+RbU4UbqaizIqyAmyQUdHBxwOBxwOB5mZmeByufD390dmZiaAugeOT548we7du8VyrhHV2EnaRlHSJjs7Gy9fvmT2No6OjujevbvY5XE4HBQXF2PXrl2gaRrHjx+Ho6OjTPZJqsCHDx8EAra0adMG1tbWjX6nqKgImzdvRkhISJ2/7d+/H+PGjcO2bdsUOjupLPt2S8TMzIzJKC/8LJOTk/HDDz/gwIEDGDlyJKZNmwYHBweoq5NjAAJBHnh7ezOfKYrCmDFjcOjQoXojx1MUhZEjR2LkyJHw9vbG/v37UV5ezuwTYmNjMWfOHPz+++9o27atLH8GQclYvnw5Fi1aBAAICQlBeHi4RJHrw8PDcfPmTWbOWb58OStyskV6ejqz1uAbndTW1/D7EE3T0NTUhKOjI1xdXTFy5Ei0atVK6vKVl5dj8eLFzL5/xIgR+PXXX5uV0aJ169ZYvXo1+vXrh5UrV6KiogJHjhxBp06dBALYqampYdGiRejSpYtAQMDExERER0fXCcLX0DmJMNLSe8lKzzhz5kycPHmScYgoKirC7NmzsWXLlmY5T169ehU7duxAUVER80yMjY1lsoYVDoTC4/Hq7Af45xh82WJjYzFq1KhGy33x4oXAtSiZTUSlqfcryfuvL2PM6tWrmx0wRlwMDQ3h4eGBPXv2MGPMqVOncOfOHXz11VcYM2ZMo/rL9PR0BAQE4OzZs+DxeAKOmBs3bmT1PdQHPzgLv84ZM2ZI3M9btWqFmTNnCmSp59cjTci7qAvb76KlzBXJyclMfRRFsab3EtYBpaamiuU4J2yonZubK3EWc09PT+jq6uLYsWPMuFpcXIxFixbh0KFDrDkPNoWyzhceHh6Nnnv06tVLIBPJmjVrJK5TGmRmZuLo0aOoqqpi2r+Hh0ezHa2a+568vb0xc+bMOgFl2ObVq1dISkpixvdWrVrhwIEDmDhxolTrbQ58fSn/+Te1fquPNm3a4MyZM1i1ahXCw8OZtvfmzRu4ubnhjz/+aNSuiCA6ubm52LRpEyoqKgTGF1NTU7i5uWHSpEmNBq1/9eoVrl+/jgsXLjDBeSmKQkVFBTZu3IgbN27UCZBOUN65oiWh7HZEyrjnrg9ls8lQ5r5NbMQIBOWFnJgTCARCC0U4EllmZiYrG3Bh5bskEc9EQUNDA1evXmUirdWXLhsA2rVrh7Nnz2Ljxo24c+cOgLqLWP5CWV9fH1u3bpVJpFCgbma41NTUepUp7969w7NnzwDUyN6vX79Gy+WnZ+ajo6MjmaCNIKywVwSnBnHQ1NTEhAkT4OfnB4qiwOVy8dlnn8lbLAJBIUhKSpK3CDJHkaOVqzqtW7dmstgqIn/++afAtbW1NU6cONFsJwZHR0f0798fixYtEshEcfr0aVYc54TXOg05zklbsadsSlqCfLCwsMCKFSuwYsUK3L9/H76+vggODkZJSYnIRjqNsWfPHlbvU1Ti4uIAfDxoHzdunMRlzpkzB35+fkhISABN0zhy5Ah+++03icttjE8//ZT5zJZxyYEDB3Dy5EkANXN4YmKixGU2xY0bN/Dtt98y1xs2bGjUca6iogLz589nnnV9hISEIDU1FefPn4ehoSHrMrONtPt2SyQsLAx3797FlStXEBoayuhDaj/PyspKREREICIiAkZGRnB2doarqyt69+4tT9FVBlUZowjSpaysTCAAlomJCfbt2yeSgcTs2bMxcOBALFu2DK9fv2bKePr0Kdzc3HD69GmFzPhFUAxGjRoFNzc3nDt3DkCNUciPP/7YYJCXxggNDcW6deuYNjhz5kyZGVE3RmFhIQICAsDlcgXWv0D9hjF9+/aFq6srnJ2dZZ618eTJk0hNTQVQ42T1008/NctprjYODg5YunQpDh06BJqmsWfPHowdO7aO4fy4cePwxRdf4OLFi8z/3blzp47jXEvJJKSpqYkNGzYwbZnvPLdx40b8/vvv+OKLLzB48OB6A44kJycjKioKPj4+ePbsGbPP4v/7zTffNHgmxSbCgQrT09PrGLTXNoamaRphYWFN6mOCg4OZ+ymKYi04h7TbTO3yzc3NsXLlSgEnUlkwb948JCcn4/Lly0ybSEpKwpo1a6CmplYnIOO1a9cQERGBd+/eMQFHa0eopygKCxYswPjx46UuOz/TCZ/Gskc0B36GKv5vys3NZaXcpiDvoi5svouWMle8fftW4Jqtswlzc3MAH98FP/tscxG2JcjKymLF4Wj16tXQ1dXFTz/9xMyRpaWlWL58OX766SdW9IqN0RLmC0Xn6NGjAtnObG1tsWzZsmaX05wzJr7e6vjx49i5c2ez62oO/ECoQI2MU6dOVSinOQAoKCgQuBbHuRaoWfN6eXlh8+bN8Pf3Z97p+/fvMXfuXJw4cQI2NjZsiNyiOXjwIPLz8wUCss+YMQPffPONSPZYHTt2xFdffYW5c+fixx9/xLlz55j+U1BQgIMHD+L777+X6m9QNshcofgoQ5azplC2PbcqQPo2gUCQF8RxjkAgEFoopqamAD4qscLCwliJnhYaGgrg46KfX480EdVQxNTUFH/88Qfu3LmDoKAgREdHIycnByUlJTAyMoKVlRVGjx6Nzz//vI4jmDTp0aMHgI/vIjIyEnZ2dnXuCwoKEjAA4B98NMS7d+8Ero2MjFiQtn6EN5FsRLqTF8uXL8eNGzdQXl6OBw8e4MqVK5g2bZq8xSIQCDJE0aOVEyQjKCgIERERAGre5+7du5v1/eTkZKSmpjLtQF9fH0eOHBFb0WlsbIwjR47A2dkZRUVFAGraYHJyskRZompT2/ijsXvYpLYhGYHQXAYNGoRBgwbB09MT27dvZw56CU0jnPG7V69eTX6nrKysycAX06dPZ5y5IiMjUVRUJNX1vrSyusrakOvmzZtMna1bt24yKMfRo0fx+PHjeg2+a1+npaVh48aNUndgZBvSt9mBoigMGzYMw4YNQ3FxMQIDA+Hn58dkN6z9TGmaRl5eHry9veHt7Y0ePXqAw+Fg8uTJ5JBWAlRljBImKSkJcXFxePr0KfLy8lBYWMgED2kuFEXhzJkzLEuoXMTHxwsYIM6cObNZc2evXr1w5coVLFu2DA8fPmTW1y9evMCsWbNw6tSpZmcBILQcPD09UV1djQsXLqC0tBQrVqzA+PHj4e7uLpKx5OPHj3Hy5EkEBwczY9OsWbOwZcsWaYveIPx1KJfLRVhYGMrLy5n/B+oGN2rbti2mTJkCDodTR3ctK6qrqxkHRoqi4ObmJnHgA3d3d5w4cQKlpaXg8Xjw9/eHm5tbnfsWL16MixcvMs/l/v37An/nn+M0haj3KTrOzs5ISkrCyZMnBXR7z549Ywy2NTQ0YGBgAF1dXRQXF4PH46GiogJA/XP/ggULZBZAq1OnTtDT00NxcTGAGt2UcCZJfX192NjYID4+HkBNVudbt2416DSbnJyM8+fPCxj9NpUduyl69erVaBZ3LpfLPMNu3bqhT58+za5DU1MTenp6MDc3R58+fWBjYyO3PcX333+P6upq+Pr61gliUTt7FVDj5MLPGs2n9ndmz56NdevWyURu4YCnJiYmrJQrXI6GhgYr5YoCeReCsPUuWtJcwdfL82HLTkC4HP443lz45wT8thodHc2ao+XixYuhq6vLzIf8zEerV6/Grl27WKlDmJYyX8h7j98UHz58QEBAALMWUFNTw7Zt28R+TqLY7OTk5KCiogI0TSMoKAhbtmyRakBmvoMy/6xKEQ3m+QGx+EgSmFxNTQ379u2Dvr4+vL29mXVvQUEBvvzySxw9erRJGyNCw5SXl+PGjRsC55+LFy/G6tWrm12WtrY2tmzZAn19fRw9epQpMzAwEJ6enjJdRykqLWWuUAVUIYCusuy5VQHStwkEgrwhjnMEAoHQQqltQEnTNM6dO4dZs2ahXbt2YpeZnZ3NRMThL/pFMdSUNcOHD8fw4cPlLQaDpaUl9PX1UVRUBJqm4evriy+//FIgml1ZWRnOnDkj8GxHjhzZaLn87FB8pY240alEoX///tDR0WEUew8ePGAl0p086NSpE7777jsmM8TWrVtB0zTJPEcgqDjKFK2cIBkJCQkCCrfmOs7xs78CNW1j1qxZaN++vUQytW/fHrNmzcKxY8cE6pHUcU6eEYEV/VCYoNi8ePECvr6+uHr1KrKysogyuxnk5+cLXNdndCV8+C6K41ztA/WqqirExsZixIgR4gsqAqrw3vmODkDNM2zMYaKwsBCnT58WWHNoaWlh0KBB0NXVRWxsLN68ecPsCW/fvo3//vsPw4YNk8lvYQPSt9lHV1cX06dPx/Tp05GRkQFfX1/4+/szUeyF17BPnz7F3r17sX//ftjZ2cHV1RUODg4iZcAiCKJK7ffKlSs4ffo0UlJSWCmPBE+oITMzE8DH5zFq1Khml9GmTRucOXMGq1atQnh4OPNc37x5Azc3N/zxxx8C0Y4JBADw8/MDANja2uLt27cICwsDTdO4efMmbt68iY4dO8LW1hZWVlYwNDSElpYWSktLUVBQgNTUVMTFxdVpvw4ODrCxsYG/v3+zZGHDMDU1NRW+vr64du0aEyiuIX2NhoYGHBwcwOFwMGrUKLnPb48fPxbIJmRvby9xma1bt8bQoUOZMeH27dv1Os6Zm5ujW7duSE1NBU3TyMrKEvi7qJl02Mq4owisXbsWFEUJZHgFPran8vJy5OTkICcnp853a98riYGsuLRq1QoDBw7E7du3QVEU7t27h8WLF9e5z9nZGXFxccye4ZtvvsGmTZvg4uIiYHwbEhKCbdu2obS0lPlt5ubmTJBHcRk7dmyj2S25XC7z2cHBgZWsvfJETU0Nu3fvxuDBg7Fnzx4UFBQ0ugYS/htN0zAwMMCGDRtkGryRnwGLT2FhISuBcQoLCwWuZZkdl7wLQdh6Fy1prhDWlZWUlIiUOagpSkpKJC4DALp27QoNDQ1UVlYCAKKiosTKCtYQbm5ujBNHdXU1KIpCZWUlNm3aVCdrIxu0hPmCb6ehyNy+fRsfPnxg1tQTJkwQy7aHvz4KCwtr8t5jx47h559/BlDjSHrz5k1Mnjy52XWKinAflFdAjcYQdrBlI0C1p6cndHV1cezYMeb9FhcXY9GiRTh06JBCZBFXRmJiYlBYWMisI3r37o2vv/5aojJXrlyJyMhIJCQkAKhx5I6OjlYqnb+0aAlzBUFxUJY9typA+jaBQJA3xHGOQCAQWiiWlpbo0aMHkpOTQVEUeDweli9fjuPHj4uVmYzH48HDwwM8Ho9RvnTv3h2WlpbsC69iqKurw8nJCZcvXwZFUSgpKcGcOXOwdu1aWFtbIycnB7/88gsyMzOZDZWlpSV69+7daLn8KCd8pPkuNDU1weFwmMhVfn5+ChmxS1T4B2Pff/89ysvLsWXLFly/fh1z5szB6NGjSYQnAkFFUMZo5QT2ENegt3YWQoqiGlXsNYexY8cyh1i16xGXxiJ1iXOfrPn0008FrimKQmJiYpP3sU1D9RLYp6ioCIGBgeByuXj06BEA6WX0UWWEnVa1tbXr3KOrqytw/e7duyadwIUzlr948ULqjnPKTkZGhoCxXlPP68aNGyguLmYO3Dp16oTTp08zBmhVVVXYunUrs28EgIsXLyr8ITrp27KjU6dOWLVqFVatWoV79+7B19cXN2/eZALcCGdeCAsLQ1hYGNq0aYMpU6bAxcVFouBHZO5WPoqKiuDh4YF79+7VmT/k3T/5zp+KgLBBs6gUFBQIXIsb0EpTUxNeXl7YvHkzk6mToii8f/8ec+fOxYkTJ0TKINaSUYX21Bw2btwo0IeFdRuZmZl49epVg9+vPR7wvxseHo7w8PBmyyKpfnj69Ol4/PixgFz1BTfq3bs3OBwOnJ2dxTrbkBZPnz4VuGbLiYTfjvgZ0xqiV69ejFO08JjUEqEoCmvXrkW/fv2wa9euOoEGGoPf1szNzbFly5Y6kedlwciRI3H79m3QNI2YmBiUlpZCS0tL4J7p06fj1KlTTJCKkpISfPfdd9i7dy86d+4MTU1NvHjxAvn5+Yxei//vwoULZfI7VNHB3sXFBU5OTrh06RJ8fHyQlpbW5HfMzc3B4XAwf/58qWZzrw/+uoH/Hp48ecLK+CQczNPW1lbiMpsLeRc1KMK7UDbatGkjcP3u3Tu0bdtW4nL5Tv8N1SMq6urq6NevH5NBNjo6GtnZ2Yy+jg04HA50dHSwbt06VFVVgaIoVFdXIy0tTSCwr6xQxflC0QgODgbw8Vl/+eWXUq9z9uzZOHr0KEpLSwEAt27dkqrjnLBTmjSz24mL8LiQlZXFSoDq1atXQ1dXFz/99BOzhyotLcXy5cvx008/Ydy4cRLX0dLg76P5fWbGjBkSj1OtWrXCzJkz4enpWacecWhp+g8yVxDYRFX23KoA6dsEAkGaEMc5AoFAaMEsWLBA4CA9Pj4e06dPh6enJ+zs7EQuJyIiArt27UJGRgZZ9IuJu7s7/P39UVlZCYqi8Pr1a6xbt07gntrP1t3dvdHyaJpmos7SNI1PPvkEhoaG0vwJWL58OQIDA5GXl4d79+4hKCgIEyZMkGqd0mDTpk3M508//RSxsbGgaRr37t3DvXv3oK6uju7du6N9+/bQ19dvduRiiqKand2I0HySk5Pxzz//MIpFc3Nz2NvbE2deAgDljlZOkD8VFRUC1xYWFqyUK1yOcD3NZc+ePazeJ2vkmS2PIDtomsadO3fg6+uL0NBQlJWVMf8P1DXyNTU1xdSpU+UjrJIgbORVUlJS52BH2GDg9evXsLKyarTcqqoqgeuioiIJpJQPtX+DLObzly9fAvh4wNNURqCgoCCB+7ds2SIQtV1NTQ3ff/89Hjx4gPT0dNA0jYiICJSXl9eJjC5vSN+WP0OGDMGQIUOwdetWBAUFgcvlIjo6us6BI03TyM3NxZkzZ3DmzBn06tULHA4Hc+bMaXadZO6WDFmPURUVFfjqq68QExMDAHXahbzf05gxYxTicFwSR0y+0yofScZqNTU17Nu3D/r6+kzQKoqiUFBQgC+//BJHjx4VyA5LEEQV2pM4CM+7wv28Iep7VuKMCWw889qB4YTXDyYmJpg8eTI4HI7CRuzOy8sTuGarHdYuJzc3t8H7ajsRFhcXs1K3KuDo6Ah7e3v4+/uDy+UiNjaWCaZVH5qamrC1tcVnn30GZ2dnuekGnZycsHv3blRXV6OsrAwBAQF1MmNpa2tj27ZtWLZsGZMxiKZpFBcXIzExUcDxoXY7Gj58OGbOnCn131A7eJO1tbXU65Ml2tramD9/PubPn4+cnBxER0cjIyMD+fn5KCwsROvWrdGmTRuYmppi4MCB6NKli9xkNTMzQ79+/fDo0SMmEOaYMWMkLpefGYCiKNjY2Mg041xtyLtQnHehTJiYmAD4ODbeu3ePlaAvUVFRAD7qevj1iMPQoUMZx7mqqir4+vpiyZIlEstYmwkTJkBbWxurVq1CWVmZgG2CLFHl+UKR4I89NE2ja9eu6NOnj9Tr1NXVxYgRI3Dr1i0AdQNBs41wEFQ2srmxTffu3QF8HH+io6MxePBgVspevHgxdHV1sXPnTqaOiooKrF69Grt27WKljpZE7WziAFh7T3x9Dr8NNLbHa4qWpP9Q1bni/fv3CAwMxKNHj/Ds2TPk5uaisLBQbLsBEmROdBR5z92Sghaqat8mEAiKA3GcIxAIhBaMi4sLrl27hn///ZdZvGdkZGDJkiWwsrLCxIkTYWtri27dusHAwADa2tr48OEDeDweUlJSEBsbi6CgIKSkpNRxOBgxYgSmTJki51+oPHTt2hUrV67EgQMHmGdYX3RfABg4cGCT2WEePHiAnJwcpqz+/ftLTXY+bdq0wc8//4xFixahvLwcGzduhLa2drOcMBUBLpfbaFTmiooKJCYm4smTJ80um3+4QBznROPDhw+MER9Q08aa2hgXFRVh8+bNCAkJqfO3/fv3Y9y4cdi2bRuMjY1Zl1dZ8fLyqvN/Hh4eIt3HNvXVyzbKHq2cIH9kNX6QcaruHNzUfWwjb4NxVSY9PR1cLhf+/v4CWRwBCKyFaZqGpqYmHB0d4erqipEjR6JVq1byFF3had++vcA1j8erM5507doVwMe+Exsbi1GjRjVa7osXLwSuldGRvLCwkPmso6Mj9fqEo7t27ty5wXvLy8sRExPDtH0LCwuMHj26zn1qamr4/PPPsXfvXgBAWVkZUlJSmsxGLitI31Y8dHR0wOFwwOFwkJmZybyfzMxMAHXn2idPnmD37t1iOc7VV15T97GNMs/dsh6jzp8/z4w7fGiaRvv27TF06FBYWVlBX1+/jvO1LFHm9wnUdVRnw0DP09MTurq6TKZqiqJQXFyMRYsW4dChQ/XOHYQalL09SUJzf7uiPavac4u6ujrs7e3B4XBgZ2en8GtSDQ0Nges3b96womOqvc4UrqM2tZ+PogVakDdqamrMGqmsrAzx8fHIyspCfn4+ioqKoKenB0NDQ5iZmcHGxkYhnl+7du2wYcMG5OTkAKjJPlQfdnZ22L9/PzZt2sQ4PdRGeL02atQo/Pzzz1KU/COKGryJbdq2bavwQSWXL1+ORYsWAQBCQkIQHh4uUSbF8PBw3Lx5k2lfy5cvZ0VOSSHvQnHehaJja2uLVq1aMTqLwMBAzJ8/X+JyAwICBK4lcUyys7PD4cOHGd3KxYsXsWDBAtbnKDs7Oxw/fhxLly5FSUmJXBwwWsp8IU/y8/OZbDkURcnUnmPYsGGM49ybN2+Qm5srtfOw/v37Q0dHhwls8+DBA1ayubFJ165doaGhgcrKSgA1DrfLli1jrXw3Nzdoa2tjy5YtjJNHZWUlNm3axJwTEERDeLyVxBm6sXIa2+OJgqLt6aWFqs0VOTk52LdvH27cuMEEWGsp71JRUOQ9d0sKWqhqfZtAICgexHGOQCAQWji//PILFixYgLi4OIHFe0pKikhOEvVFjLe1tcXBgwelJrOqsmjRItA0jcOHDzPRYoQ3VAMGDMChQ4eaVFJfuHBB4HrkyJFSkLguQ4YMwbFjx/D111+joKAAS5YsgYuLC+bPn99khgVFRxEiM7U0bty4gW+//Za53rBhQ6OOcxUVFZg/fz4SEhIaVAiEhIQgNTUV58+fl3oWRmXBy8urTvtuyHFO2v1AFo5zyh6tnCB/hNtGZmYm2rRpI3G5/AyZfCdr0gZblhK4JVBYWIiAgABwuVzExcUBaNyBuW/fvnB1dYWzszMMDAzkI7QSIhxFNz09vU709NrrcpqmERYW1uQcHBwczNxPUZRSOvcmJCQwn2XhFC+c1aMxZ4m4uDjmgI2iqEYjzA8YMADAx3WMvB3nSN9WHiwsLLBixQqsWLEC9+/fh6+vL4KDgwUM4SSdU8ncLT6yHqNOnDgh8N5NTEzw7bffYuLEiQqj/5C3HJK2U+E9QlZWFisGeqtXr4auri5++uknZpwtLS3F8uXL8dNPP2HcuHES16GKKHt7ag6qln2QpmkmI+rkyZNZ2X/LClNTUwAf219ERITE0b/Lyspw9+5dxmi+Xbt2Dd7L4/GYz7q6umLVp4jZjdmmdevWGDhwoLzFEIl58+aJdN///vc/9O3bFwcPHkR4eDhKSkrq3NOtWze4u7vDxcVF7mOkMhERESFw/jlq1CisWbNGfgKJyahRo+Dm5oZz584BqFlf/Pjjjxg7dmyzywoNDcW6deuYcWnmzJkyceYn76Iu8noXqjBXGBgYoHfv3sy+LD4+HsHBwXBychK7zJs3bzL2FzRNo3v37o3O203Rp08fWFhYMOcIb9++xfnz51lx8BNm8ODBOHXqFBYtWiSwniCoDklJSQA+6nr5+kZZYGVlJXD99OlTDBs2TCp1aWpqgsPhMJnb/fz84OLiIpW6xEVdXR39+vVjMkpGR0cjOzub2UuwAYfDgY6ODtatW4eqqipQFIXq6mqkpaXVCehNaBhzc3OB68LCQlYyGNYOpgVA4kyx8l7bk/bUfOLj47Fw4ULweLx6z1bERdJ30ZKynPFR5D03CVpIIBAI7EAc5wgEAqGFo6enhz/++AObNm1CSEhIvYZtjSF87/jx47F7925WFAQtkcWLF8PJyQm+vr5M1jgNDQ1YWVlh3LhxIhkwvX37FkFBQQA+RuKVxcHIpk2bmM+9evXCvXv3QNM0/Pz84Ofnh3bt2qFnz54wNDQUK0qSLDO1kQ2fYnDz5k3mXbRu3RqfffZZo/cfPXoUjx8/rnccq32dlpaGjRs34rfffpOi9MoJ/4CkqXvYhK+Ql6USV5mjlRPkT9++fdG2bVu8f/8eABAWFoa+fftKXG5oaCjz2djYmJUylZnaz4ON+wjygaZpREZGgsvlIiwsDOXl5cz/A3X3Em3btsWUKVPA4XDqOIARRKNTp07Q09NjnLaSk5PrRCrX19eHjY0N40z+5MkT3Lp1q0GjrOTkZJw/f17gEL2pLMCKRnBwMBITE5k2J2ygIQ34kYz5tG7dusF7Hz58CODjWqwxYxELCwuB64KCAgmkFA/St5WfQYMGYdCgQfD09MT27dvh7+8v8XqczN3iI+sxKjExETk5Ocy4rqOjgz///FMmY2NzEHfvKZxFj+37RaV79+4C5UdHR2Pw4MGslL148WLo6upi586dTB0VFRVYvXo1du3axUodqoayt6fmcPbsWbnUKw3mzp0LDoeDXr16yVsUseCPA0BNezh79ixmzZolUfCAU6dOMU7vTQXdSU9PB1DTLjt06CBWfaNGjcKkSZPg4uICGxsbscogyIdOnTrhwIEDKC8vR1JSEt69e4cPHz7A0NAQ3bp1k9ggt6WSmpqKJ0+eAKjpW2xmhJE1np6eqK6uxoULF1BaWooVK1Zg/PjxcHd3F6m/P378GCdPnkRwcDAz582aNQtbtmyRtugAyLuojbzfharMFZMnT2bOGGmaxrfffovOnTuLtQ5JSkrC5s2bBc6/nJ2dJZZx9uzZuHHjBnN99+5dzJs3TyrnazY2NvD29saCBQvw7t071stXVuoLPN1QMFJpI0kwUn42HT6yzDzG123y221eXp5U61u+fDkCAwORl5eHe/fuISgoSOGykQ4dOpRxnKuqqoKvry+WLFnCah0TJkyAtrY2Vq1axQRwk/X5vLLDn+P4z+zJkyesrKmFHVltbW0lKq8l6T9UgdevX2PBggWMAyVbAe7YgATJaxxZ77nJ+yAQCAR2II5zBAKBQICenh4OHz6M4OBgHDx4UOBAtSn4C+6uXbti9erVGD9+PCsyvX79mpVy2EA4cpC06dy5M1avXi32901MTPDff/8x1xRFycSRkcvlCrQZ4Q19dna22Ip1vpJIFo5zssh4RRCNhw8fMu1o0KBBjbbjwsJCnD59WqDdaWlpYdCgQdDV1UVsbCzevHnDKIFv376N//77T2oR7JQNeSpZ5KG4UeZo5QT5Q1EU3Nzc8MsvvwAAzp07h1mzZkkULTY7Oxvnzp1jxrBZs2a1+MOqjh07snofQbakpqbC19cX165dY9Z/DWWg0tDQgIODAzgcDkaNGiU1B+a5c+dKpdzmQlEUzpw5I7XyW7VqhYEDB+L27dugKAr37t3D4sWL69zn7OwsEPX6m2++waZNm+Di4iIQ5CIkJATbtm1DaWkp897Mzc0lzooZFRWFqKgoke6NiYkRy9ikoqICeXl5SEhIYBxS+PuK//u//2t2ec1FONp6SUkJtLS06r33wYMHzOemojxra2vXKVdWKGLfJojHixcv4Ovri6tXryIrK4uVdYcqzd2qPkY9e/aM+UxRFObPn69wTnN8oyFRyc3NhaenJ8LCwgDUjEOdO3eGs7MzbGxs0L17dxgYGEBbWxsfPnwAj8dDcnIy4uPjERAQgPT0dIGsnzt27JA4u2rXrl2hoaGByspKADXtik2Dbjc3N2hra2PLli2orq4GRVGorKzEpk2bZGr0qAyoQntqqWzevFmu9WdmZuLNmzfMdXOz+fXo0QNdunTBixcvANS0rTVr1uDXX39tNKhCQ0RERODIkSMCc0ZDmXAqKiqQlJTEzPGdO3dudn1ATZCGCxcu4MKFC7CysgKHw8GUKVPQtm1bscojyB5NTU2lcGTJzs5GTEwMMjIykJeXh8LCQlRVVcHe3l6ijE9sU1ZWJnBdO6O7MuHn5wcAsLW1xdu3bxEWFgaapnHz5k3cvHkTHTt2hK2tLaysrGBoaAgtLS2UlpaioKAAqampiIuLQ2ZmJoCP53cODg6wsbGBv79/s2QRN/MPeReK8y5UZa6YOXMmTp48yQQZKSoqwuzZs7FlyxZMnTpV5HKuXr2KHTt2oKioiJmHjY2NMWfOHIllnD9/vlQyzDVE9+7dERkZKbP6REHe84WXl1cdHUpDjnPSPuORxKZBOMOVLPurcCZkaWc1bNOmDX7++WcsWrQI5eXl2LhxI7S1tWFnZyfVepuDnZ0dDh8+zKzzL168iAULFrCezdPOzg7Hjx/H0qVLmWAcBNExMzNDv3798OjRIyaD4ZgxYyQul8vlAqjR0dnY2EjkbEP0HzXIe65oDnv37kVhYaHA2YqBgQGcnJwwaNAgdOnSBXp6emLpENiAZDlrGlnsuUnQwhqUqW8TCATFhTjOEQgEAoHByckJTk5OiIqKQkBAAGJjY5GcnIyqqqo696qpqaF79+6wtbXFpEmTWIuYzGfMmDEKoaiRZcpvtlBXV4e+vr68xWBQhPfYHIjjnGKQkZGBgoICpv2MGDGi0ftv3LiB4uJiRqHcqVMnnD59mjHKrKqqwtatW3H58mWmzIsXLxLHOQCurq6s3qfoKHu0coJi4O7ujuvXryMtLQ2FhYVYvnw5jh8/DiMjo2aXxePx4OHhAR6PB4qiYGlpiUWLFrEvdAOcPHkSU6dOlcjxj0CozfTp0/H48WMADTvUAEDv3r3B4XDg7OwsVt9pLlFRUXJfl8oqguvIkSNx+/Zt0DSNmJgYlJaW1nHYmj59Ok6dOsU4zJSUlOC7777D3r170blzZ2hqauLFixfIz89n5Ob/u3DhQolljIqKatKAhN9WHjx4IOBY1lyEs6Cpq6tj8uTJYpcnKsJ7sjdv3tR7aFxdXY2YmBjmGVtaWjaahUQ4k52sHNIUtW8TRKeoqAiBgYHgcrl49OgRgLr9g1CDqo9Rubm5TN0URWHcuHFSrU/avH79GvPmzWMMhs3MzLB58+YGM6nq6elBT08P5ubmsLOzg4eHB0JDQ7F79268evUKYWFhePbsGc6cOSNRMC11dXX069ePiRofHR2N7OxsmJqail2mMBwOBzo6Oli3bh2qqqpAURSqq6uRlpYmkCmWIDqK2p4I8uHSpUs4efIkAPHPCebMmYMdO3YwffLff//FzJkzsX37dvTp00ekMsrLy3Hs2DEcP34cFRUVzJxhZmbW4BgeEREhEPxC0qz2NE0jJSUF+/fvx08//YSRI0eCw+HAwcFBIPAGgdAcysvL4evri7NnzyItLa3ee9q1a1evAdz79++xY8cOZq7r37+/TJxJhI39TUxMpF6nNNi4cWOjgTAzMzPx6tWrBr9fe43B/254eDjCw8ObLYu4zlrkXUDgvtrflfW7qC2LMs8Vmpqa2LBhA9atW8foO4qKirBx40b8/vvv+OKLLzB48GCBjLJ8kpOTERUVBR8fHzx79qyOLu2bb76pEwiJIDqKOl+Ioutle0/GVpYwYce5hoJ9Nca0adPEshESrkvajnMAMGTIEBw7dgxff/01CgoKsGTJEri4uGD+/PkK4Xjdp08fWFhYMOP927dvcf78eamsbQYPHoxTp05h0aJFMnn2qsby5cuZM9yQkBCEh4fDwcFB7PLCw8Nx8+ZNpk8vX76cFTlFQdX0H4o6VzRGXl4eQkND6wTH2b59OwwNDaVevyiQLGeKgSoFLWwuyti3CQSCYkMc5wgEAoFQh8GDBzNKrrKyMuTk5KCwsBDFxcXQ1dWFvr4+2rZtK/WIJmRjpXyQd0Zgi5cvXwL4eOjQlNI6KChI4P4tW7YIKAXU1NTw/fff48GDB0hPTwdN04iIiEB5eTnr0dqUjT179rB6n6Kj7NHKCYqBpqYmjh07hrlz5+L169eIj4/H9OnT4enp2awolREREdi1axcyMjIA1BxKHDt2TKbj0o8//oiDBw9i+PDhmDZtGsaMGaMUhgwExSU+Pp75LGzsY2JigsmTJ4PD4UicsYzQME5OTti9ezeqq6tRVlaGgIAATJs2TeAebW1tbNu2DcuWLWOy1NA0jeLiYoHMR4CgQ83w4cMxc+ZMVuVtag8hyR6jPseu1atXo3379mKXKSoWFhaMDAAQGxsLa2vrOvdFR0czztOiZJoqKCgQuJZFdnGA9G1lhaZp3LlzB76+vggNDWWyMgj3b/61qalpsyLptwRUcYziZ0Djwx+vlJHy8nIsXryYWU/37t0bJ0+ebHZ0a0dHR/Tv3x8LFy5EYmIiMjIysHjxYvj6+kq0Nh86dCjjOFdVVQVfX18sWbJE7PLqY8KECdDW1saqVatQVlbGmiFlS0TR2xNBPkiq7541axb8/PwQHx/P9M/ExERMnz4d/fv3h5OTE/r06cNEkdfQ0EBxcTHev3+PpKQk3L17F0FBQSgoKKhjhL9ly5YGz2iuXLkiMA4MGTJEot9Re76qrKxEREQEIiIiYGhoCGdnZ7i6uta71iUQGiImJgbr1q1DVlZWg/2ssbnMxMQE7969w4MHDwScUqV9bilsiMjj8eo4cCkTwvuC2s+8sfGvvncjzngpyXqFvAvUuU+U+5tTjrhlKPNc4ezsjKSkJJw8eZLZr9E0jWfPnmHnzp0AAA0NDRgYGEBXVxfFxcXg8XioqKgAUH9wmgULFpB9tgQo4nwhTycCtsoULofH4zXbea5Lly7o0qVLs+sWdtqTtn3Jpk2bmM+9evXCvXv3QNM0/Pz84Ofnh3bt2qFnz54wNDQU62yMoijs3r1bYjlnz56NGzduMNd3797FvHnzpLK3t7Gxgbe3NxYsWIB3796xXr4qM2rUKLi5ueHcuXMAavR4P/74Y4POZo0RGhrKOGvTNI2ZM2di9OjRbItcL6qm/1DEuUIUoqKimEBYFEXB1tYWv/zyi1TrbA4kyxlB3ihr3yYQCIoNcZwjEAgEQqO0bt1abhEp5G3gQZzAmgfJ1EZgk9evXwtcd+7cucF7y8vLBbJ0WFhY1KtUVFNTw+eff469e/cCqHEMTklJQe/evdkVnkBoBDailRMUAwsLC1y+fBnffvstwsPDkZGRgSVLlsDKygoTJ06Era0tunXrBgMDA2hra+PDhw/g8XhISUlBbGwsgoKCkJKSwhi8jRkzBjt37mz2oQQbVFZWIjIyEpGRkTAwMGAMGUSNfk8gCFPbUEZdXR329vbgcDiws7OTWXas+mgp6/t27dphw4YNyMnJAVCT8aY+7OzssH//fmzatIkxtK+NsDPHqFGj8PPPP7Mqq7TfSe3yzc3NsXLlSokjqItK7ey2fGOMWbNm1bnvr7/+Yu6hKKpJo+bnz58L3N+hQwf2hG4CRe3bhLqkp6eDy+XC398f2dnZAOpmCqRpGjRNQ1NTE46OjnB1dcXIkSPRqlUreYquUKjqGCW83qyqqpJ6ndLi999/R0pKCoCaTJ+//fab2OtpY2NjHDlyBM7OziguLkZqaipOnDghUbRvOzs7HD58mOlzFy9exIIFC1g3HrKzs8Px48exdOlSlJSUyF2nqqwoensiKCcUReHIkSOYM2cOnj9/LrCeevjwIR4+fNhkGfUZ4a9du7bBzAZPnjxhMlADQKdOnfDpp5+KJf+OHTvA5XKZ7KrCjhz5+fk4d+4czp07h+7du4PD4WDKlCly0W0QlAcfHx9s376dceYX3nuKmjV19uzZiImJAQAUFxcjNDQU//vf/6QkdQ3C2RtTU1NhZmYm1TplQXPXvYqgXyHvQrz7pYGqzRVr164FRVEC5zjAx2ddXl6OnJwcRu9Wm9r3UhSFxYsXY/Xq1TKSXPVQxPnC1dWV1fvkhXAGxLy8PFazozdGfn5+o7KwDZfLbTSzZ3Z2ttjOY/y+zobj3Pz582WaBad79+6IjIyUWX2qhKenJ6qrq3HhwgWUlpZixYoVGD9+PNzd3WFjY9Pk9x8/foyTJ08iODiYaYezZs3Cli1bpC06gyrpPxRxrhCVt2/fAvg4lixcuFCq9TWXlpzljCB/lLlvEwgExYY4zhEIBAJBbgQFBSEiIgJA/ZGYxFX2ixqFT9z7CfVDHOfYwcfHB9evXwdQ0zbPnDkjZ4nkQ3FxscB1Y5k04uLiGGNvvvNJQwwYMADAx35PHOcI8oDMNcqPsMFZbUVdSkoKvLy8mixD2PAtPDwcI0aMaJYcbDlf1pa/oKAA58+fx/nz59GtWzfGkMHExETieqQByRyqmNA0jV69eoHD4WDy5Mlo06aNvEVSmcypojJv3jyR7vvf//6Hvn374uDBgwgPD0dJSUmde7p16wZ3d3e4uLiwZojfq1evRg1Iahs0dOvWTSxHXk1NTejp6cHc3Bx9+vSBjY2NTB0JjI2NYWNjw2Rqi4+Px6FDh7By5UrmnvDwcAQEBDAHPK1bt24yqmxCQoLAdWMBJthGEfs24SOFhYUICAgAl8tFXFwcgLrOcrX/r2/fvnB1dYWzszMMDAxkJqcyzN2qPkYJr2Xfvn0LIyMjmdTNJjRNw9vbG0BNG581a5bE2fo6dOgANzc3HDt2DABw7tw5LFu2TOx306dPH1hYWODVq1cAap71+fPnpWIMN3jwYJw6dQqLFi0Cj8djvXxVRxnaE0F5adeuHby9vfH1118jOjq63nm5MWrfq6WlhY0bN2LGjBkN3m9kZMS0Z6Cuw3RzmD59OqZPn46XL1/C19cXV69eZQKeCf+GZ8+eYd++ffjxxx8xatQoTJs2Dfb29g0G8iC0TEJDQ7Ft2zYm8zlQ04bMzc0xcOBAtGvXDr///rtIZTk4OEBLS4vJqvz3339L3QDO1NQUtra2iI2NBQDcunULI0eOlGqd0mDQoEHyFkFiyLtQHFRtrqAoCmvXrkW/fv2wa9euOr+lMfi/09zcHFu2bGnQyZ3QNIo6X4iqY1Z0XXTbtm0Frt++fYuePXvKpG5hRxF5nT2RfRlBHPz8/AAAtra2ePv2LcLCwkDTNG7evImbN2+iY8eOsLW1hZWVFQwNDaGlpYXS0lIUFBQgNTUVcXFxyMzMBPCxDzg4OMDGxgb+/v7NkkXc4FuqpP9Q1LlCVD58+CBwLYrjJUG+vH37FtnZ2eDxeCgpKYGOjg4MDAxgamoqcT8ifETZ+zaBQFBsFEf7QCAQCIQWR0JCgoCxUW3HuaSkpGaVlZubC09PT4SFhQGoWTB37twZzs7OsLGxQffu3etkfElOTkZ8fDwCAgKQnp4u4HSzY8cOhYh0FxcXh//++w8xMTF4+fIl8vPzUVhYiOrqaixatAhr1qyp8x2aplFaWspca2hoKNSBA6FxMjIyEBUVBaBlK2yFlUSNpUrnR2bmKxeHDRvW4L0WFhYC1wUFBRJISSAQWir1GbYJZ28RheYYykkLMzMzvHnzpl55kpOT8cMPP+DAgQMYOXIkpk2bBgcHB4VaV4waNQqTJk2Ci4sLOVBQEObOnQsOhyOQbUsRUPQov/KkU6dOOHDgAMrLy5GUlIR3797hw4cPMDQ0RLdu3aQSsX3s2LEYO3Zsg3/ncrnMZwcHh3r3PcrAZ599hri4OGZ++O233xAYGAhra2vk5OTg/v37qK6uBlAzBk+cOLHRgBEAmL0CUBORWVaOc4rat1s6NE0jMjISXC4XYWFhKC8vZ/4fqDu3t23bFlOmTAGHw0G3bt3kIrMyzN2qPkZZW1ujQ4cOyMrKAgDcvXtXZgZybBIfH4/3798z146OjqyUO3bsWMbQJy8vD/Hx8RK11dmzZ+PGjRvM9d27dzFv3jyp6HxsbGzg7e2NBQsWiB0xv6WiLO2JoLy0bdsW3t7eOHfuHI4ePcr00abGAr6OgaIo2NvbY/Pmzfjkk08a/Y6ZmRnra/hPPvkEX3/9Nb7++mv8999/4HK5CAkJYXS4tdcclZWVuH37Nm7fvg0jIyNMnjyZrCNZ4NWrVxg3bhyzrnN0dBQpcFNDeHh4IDQ0FEBNlvLbt29L3XC9qKgI3377LWP8xj/H+/bbbwUCiPz+++8izZNaWloYPnw4cy7433//SU322ri7u2PlypWgaRq+vr5YsGBBk/1S0Th79qy8RWAF8i4UC1WbKxwdHWFvbw9/f39wuVzExsYye+760NTUhK2tLT777DM4OztDTU1NhtKqFqoyXygy/OxA/Od3//79JoN5scX9+/cFroXP7qUBCWhKYIuNGzc2msEwMzOTCZ5UH7XbYu3AquHh4c2WRVzHOVXRf6jCXGFoaChwraurK/U6Cc2jqqoKt27dQkBAAB49etSovrVdu3bo168fJk2ahLFjx8plLagMQQubQtn69oULFxAQECCT7/F4PJEz7REIhIZRHGs3AoFAILRY+Ae/4vL69WvMmzePicxjZmaGzZs3N2jkpKenx0T1trOzYw4Id+/ejVevXiEsLAzPnj3DmTNnYG5uLrZckhAREYHffvuNiZQI1K9EqY+CggLY29sz0TIGDx7cYrOWEZQX4c18SUkJtLS06r33wYMHzGeKopiscvWhra1dp1wCgUAQh4bmYnHWNOJ8hy2FWFhYGO7evYsrV64gNDS0QUOGiIgIREREwMjICM7OznB1dVWIjJ0FBQW4cOECLly4ACsrKyZDnnDEVILs2Lx5s1zrz8zMZJxBAdWI3C0rNDU1FcqQW9J9oiLw2Wef4dy5c3j27BlzmPH8+XO8ePECwMffyM82t2zZskbLy83NRUxMDPNc+vbti1atWkn9dwCkbysaqamp8PX1xbVr15jD2oayy2loaMDBwQEcDgejRo2Su/Geqszdyj5GzZ8/H3v37gUAnD9/HrNnz5Z722guT58+Fbhmy9hO2IDw6dOnEs2P8+fPl0qGuYbo3r07IiMjZVafqqAs7Ymg/Li5uWHGjBkICwvDzZs3ERcXx6wNhdHW1kafPn0wcOBAcDgcdOrUScbS1s+wYcMwbNgwlJSUIDAwEP7+/oiOjq4zN9I0jby8PJw9exZnz55Fz549SeZiCfD19RUIurFo0SKJylu4cCFu3boFAKisrMSVK1ewePFiieVsjBMnTiA/P59pJzY2Nvjjjz+aDB7SGP3792cM4LKzs5GTkyP1deX48eMxbtw4hISEoLy8HIsXL4a3t7fSrWdVAfIuFBdVmSvU1NTA4XDA4XBQVlaG+Ph4ZGVlIT8/H0VFRdDT04OhoSHMzMxgY2OjEIbKpaWlSEtLQ1paGt6+fYuSkhKUlJSguLgYQI1Rvo6ODnR0dGBqagorKyt07dq1zvmpPFGV+UKR6dmzJ9TV1VFVVQWapmXqTHjnzh1GH6qmpib1QD4eHh5SLZ/QMhEOWiY8tzVEfbpEcc57JdFJqor+QxXmCuHAdrm5ucR5ToHw8fHBoUOHGEfTpvpqdnY2QkJCEBISAhMTE6xatQrTp0+XhagMyhC0sCmUqW/TNI3CwkIUFhY26zsAmv09Psp8JkUgKArEcY5AIBAISg3/ICQjIwMA0Lt3b5w8ebLZ2eIcHR3Rv39/LFy4EImJicjIyMDixYvh6+srUyV3eXk5du7cib/++gtAw4ZvjWFkZIQpU6bAx8cHQE3UrlevXjGKCgJBGdDX1xe4fvPmTb39urq6mjEepmkalpaWMDAwaLBc4Ux2ymYYKE9OnjyJqVOnol27dvIWhUBQCFQlkhM/U+ewYcNQXFyMwMBA+Pn5ISYmhvk7H74hg7e3N7y9vdGjRw/GkEHemXppmkZKSgr279+Pn376CSNHjgSHw4GDgwM0NDTkKhtBtly6dAknT54EUNN+ExMT5SwRQRxqZwi0traWoySS0apVKxw5cgRubm7Iysqqc6DBX8O2atUK27Zta9IYOjAwEFVVVUw5Lcl5jPTtj0yfPh2PHz8G0LjOoHfv3uBwOHB2doaRkZFcZG0MZZ67VWGMmj17Nq5evYrExES8fPkSBw8exNq1a+UtVrPIy8sTuGbr0Fi4HOF6CKqJMrQn4SjwFEUxTi+N3cc2DdVLEB01NTWMGzcO48aNA1ATTTsvLw8FBQUoLy+Hvr4+DAwM0K5dO5kFSRAHHR0dfPbZZ/jss8+QkZEBLpcLf39/JsOC8NokKSkJe/bswf79+2FnZwdXV1fY29sT/ayIhIWFMc+0c+fOsLW1lai8fv36wdLSEunp6QCAkJAQqTvO+fv7M3sgHR0deHl5SWT8BgCffvqpwHVqaqpMHCF++OEHLF26FHfv3sXz588xZcoUbNiwAZMmTYK6OjHBkSXkXSg2qjRXtG7dGgMHDpS3GHWoqqpCVFQUQkNDERERgVevXjX77IKiKHTs2BF2dnZwdHTE4MGD5frMVWm+UFS0tLTQu3dvxMXFAQASEhKQmJgo9WCJCQkJePz4MdP3P/300wYD57IFcZwjSJPmjreKcLasDPoPUVCFucLW1hYGBgbg8XgAgIcPHypMwJzmoApZzmqTl5eHVatW4f79+yInOODDvz8nJwffffcdrl+/joMHD8osIIQqBC1Upr5NnNgIBOWEaIoIBAKBoNT8/vvvSElJAVDjaPPbb7+JbbhtbGyMI0eOwNnZGcXFxUhNTcWJEyewfPlyNkVukMrKSixduhR37txhIu7xNwPCEYuaYsaMGfDx8WG+HxQUBHd3d2mKTyCwCj+yFb/Nx8bG1muQGB0dzaQjpygK//d//9douQUFBQLXkm6wWxI//vgjDh48iOHDh2PatGkYM2aMwhu0EgjSIjQ0VN4iSAVdXV1Mnz4d06dPR0ZGBnx9feHv74/Xr18DqGvI8PTpU+zdu1fAkMHBwUEuh+oNZcgzNDRkMuQpq2E7ofkowuEjQTL27NkjbxFYo2PHjvD19cX+/fsRGBjIZAbnY2VlhQ0bNmD06NGNlkPTNM6ePct8pigK9vb20hJbISF9u4b4+Hjms/DcbGJigsmTJ4PD4aBHjx5ykU9UlHnuVoUxSl1dHb/++ivc3Nzw+vVrnDx5EtXV1VizZo1CGKWKgrBBRmZmJitGCHwj3obqIagmytCeXr16xeh6gYb1xML3sQ0xCmEfPT096OnpKaWBHJ9OnTph5cqVWLlyJaKiouDr64vg4OB6s9pXVFQgNDQUoaGhMDExwT///CNP0ZWC/Px8JCUlMdd8p0tJGTduHI4dOwYASExMRGFhYZ2AdmyRnJzMBBOhKAozZsyAqampxOXy+w2/jWVmZmLIkCESl9sY9+/fBwAsXrwYVVVVuH//PnJzc7Fx40b88MMPGD16NKytrdG+fXvo6emJ5bzVkoKkSAJ5F8oFmSvYpby8HBcuXMCJEydEzoTSEDRNIyMjA+fOncO5c+dgbGyMr776CjNmzJD5fkiV5gtFx9HREXFxccwzOXjwII4fPy7VOg8ePAjgo26TrTUNgSArVGFdoAz6j6ZQlblCQ0MD06ZNw6lTpwDUZBmfMmWK1OqTFqqQ5YxPbm4u5s2bh5SUlHozJTeF8P1RUVGYN28eTp8+LdMgxMoatFCZ+jY5ryQQlBfiOEcgEAgEpYWmaXh7ewOoWdzOmjUL7du3l6jMDh06wM3NjTksPHfuHJYtWyYTg4AdO3bg33//FXCYMzMzw7Rp0/B///d/aNeuHZydnUWSpXfv3jA3N8ebN28AAHfu3FEKxzm+U5OhoaGcJSHIm169ejGfaZqGn58fZs2aVee+2tkZKYpqcnP7/Plzgfs7dOjAntAtgMrKSkRGRiIyMhIGBgaMQWufPn3kLRqBIFNaQhbXTp06YdWqVVi1ahXu3bsHX19f3Lx5s15DhsrKSoSFhSEsLAxt2rTBlClT4OLiIjCWS4sdO3aAy+XiwYMHAnLxZcvPz2cO/Lt3785EVpN3hjwCgdCyMDY2xp49e+Dp6YnHjx/j/fv30NDQgKWlJaysrEQq482bN7Czs2OuNTQ0yBqsBVN7HlZXV4e9vT04HA7s7OwU3umJzN2Kg5mZGS5cuICVK1ciNjYWf/zxB27duoU5c+Zg5MiR6NKli7xFbBT+oTm/DYWFhaFv374Sl8sPksHXG7BxOE9QfJSpPYnqFCcNfTYxCiGIwuDBgzF48GB89913CA4OBpfLFYjUXrsN8w39CY3z7NkzgefXr18/VsqtXU51dTWePn0qtWxKycnJAD6Oh2PGjGGlXGFHv6KiIlbKbYw5c+YIjLG11+bv37+Hn58f/Pz8xC6/pWfYbg7kXSgvZK6QjIiICGzduhVv375tdiaUxqj9zPfs2YNTp05h27ZtAvooaaMq88XJkycxdepUtGvXTqr1SIKLiwsOHz6Mqqoq0DSNyMhI/PXXX5g+fbpU6vPx8UFkZCTTv9XU1DB16lSp1KWqlJaWIi0tDWlpaXj79i1KSkpQUlKC4uJiADXBMXV0dKCjowNTU1NYWVmha9eu0NbWlrPkqgM/sJ0yo0z6j4ZQlbkCAJYsWYLAwEBkZ2fj3r17uHr1qtI5z6lCljM+K1asQHJyMmO3CdS0s86dO8PZ2Rk2Njbo3r07DAwMoK2tjQ8fPoDH4yE5ORnx8fEICAhAenq6gN1ncnIyVq1aJdPxQ1mDFipL33Z1dZXo+wQCQb4QxzkCgUAgKC3x8fECynJHR0dWyh07dizjOJeXl4f4+HipR0VJTEwUyBAHAO7u7vj666/FjvYxevRoXLx4EQDw4MEDVFdXo1WrVqzJzBZJSUn47bff8O+//zJKPW1tbTg4OGDBggUKuVkjSB9jY2PY2Ngw2RTi4+Nx6NAhrFy5krknPDwcAQEBTL9p3bp1k5k6EhISBK47d+7MvvAqTG0FS0FBAc6fP4/z58+jW7dujALMxMREzlISCAS2GTJkCIYMGYKtW7ciKCgIXC4X0dHR9UZay83NxZkzZ3DmzBn06tULHA4Hc+bMkZps/Ax5L1++hK+vL65evdpghrxnz55h3759+PHHHzFq1ChMmzYN9vb2YkWbJqg2/v7+TLvR19eXaJ8RFhYGHo8HoCa7j7OzMysyEpQTXV1dsaMYmpubY/PmzSxLRFBWaJpm5tnJkyezEhVYVpC5WzGoPbdVVVUBqHnuL168wK5duwDURIY2NDQUSy9FURRu3brFjrANIBxw59y5c5g1a5ZEhonZ2dk4d+6cgH5OFsEgCPJHWdqTqI5rxMGNoAjo6OjA1dUVrq6uePXqFfz8/ODv74+XL19KNSuiKvLixQuBa7YyC3fr1g3AxzXYixcvpOY4l5ubK3DNloO+lpaWwDU/4JMsEM4AKryWJcgO8i6UFzJXNJ9Tp05h//79qK6uBlA3GE1tKIpC69at0bp1a2a8LC0tRVlZGcrKyuq9v3ZZb968wdKlS7Fu3TosWLBAWj9JAFWZL3788UccPHgQw4cPx7Rp0zBmzBiFy/DSvn17TJ48GVwul+lv33//Pdq2bQsHBwdW6woNDcX333/P1ENRFJydnSUOiq3qVFVVISoqCqGhoYiIiMCrV6+aPS5SFIWOHTvCzs4Ojo6OGDx4sMIH3SJIF2XRfzSGqswVQE1Q+YMHD8Ld3R0lJSX49ttvAUDpnOcA5c1yxufSpUuIiYkR2Evwz+XGjh1b73f09PSgp6cHc3Nz2NnZwcPDA6Ghodi9ezdevXrF9Ino6Gj4+Pjg888/l+pvUPaghcrSt/fs2SPR9wkEgnwhJ8wEAoFAUFqePn0qcG1hYcFKufwsMvwNxNOnT6XuOPfrr78KHOwsXbpUwEFIHGo7nJWWluLFixfo2rWrRGU2RmJiIrZv385cOzg44Kuvvmr0O35+fvD09GQimfEpKSlBYGAggoODsWHDBqka3BMUl88++wxxcXGMMuG3335DYGAgrK2tkZOTg/v37wscDE2cOBF6enqNlhkVFcV81tbWJo5zzcDMzIzJYil88JycnIwffvgBBw4cwMiRIzFt2jQ4ODgQg1YCQcXQ0dEBh8MBh8NBZmYmuFwu/P39kZmZCaDu2PDkyRPs3r1bJvP4J598gq+//hpff/01/vvvP3C5XISEhDSYIe/27du4ffs2jIyMMHnyZHA4nBZtFD18+HC0bt1a3mIoBP/99x82bNjAtJklS5ZI5Dj3+PFj/Pbbb8x1x44d0b9/f4nlbIxXr15h3LhxTF90dHSEl5eX2OXxD3qAGue/27dvy9VRPjs7GzExMcjIyEBeXh4KCwtRVVUFe3t7ODk5yU0uAkFWzJ07VyXmLVWdu5VljKp9cN+QgXFZWRmys7PFKl8ama6EsbS0RI8ePZgowDweD8uXL8fx48dhZGTU7PJ4PB48PDzA4/GYqMDdu3eHpaUl+8ITFA5laE9//vknq/cRCLLE0NAQpqamMDY2xsuXL+UtjtLBD8bCx9DQkJVyhcspLCxkpdz6KCkpEbjW0dFhpVx+MEY+urq6rJQrCg2tdyRZBxEnIfEg70I1IHNF01y5cgX79u0DUHf/ZmZmhkGDBmHAgAGwsrJChw4dYGZm1uA5XWVlJbKysvDmzRukpaUhJiYG0dHRdQLbVFdXY//+/TAyMgKHw5H2T1Sp+aKyshKRkZGIjIyEgYEBk+GlT58+Uq9bVFavXo2bN2+ipKQEFEWhsrISHh4emD9/PlatWgVNTU2Jyq+oqMDPP/+MM2fOoKqqimlX2traWL16NRs/QSUpLy/HhQsXcOLECSaQuLjzEk3TyMjIYBwljI2N8dVXX2HGjBkSv1+CcqIM+o+mUKW5AgD69++PP/74Ax4eHsjJycGGDRtw/fp1zJ49G0OGDFGa81tlzXLGR1ifZm1tjRMnTjTbqczR0RH9+/fHokWLkJCQwOjgT58+LXXHOWUPWqhqfZtAICgmxJKVQCAQCEpLXl6ewDVbRjnC5QjXwzbl5eX4999/mc1St27dJHaaA4CePXsKXKempkrVce7atWt49OgRgJpn+M033zR6f1xcHDw9PVFZWcl8pzb8zfTu3bthbGyMSZMmSUVuguLy2Wef4dy5c3j27BnTP54/f85E2OUb+PGzzS1btqzR8nJzcwUiBPXt21chszAqKmFhYbh79y6uXLmC0NDQBg1a+QowIyMjRgHWu3dveYpOIBCkgIWFBVasWIEVK1bg/v378PX1RXBwMHPACsjPwGTYsGEYNmwY44jv7+/fYIa8vLw8nD17FmfPnkXPnj2VMnMPG/CfGaEmsANQ0z7U1dUldvycPXs2jh8/jsrKSlAUBV9fX6k7zvn6+goEF1i0aJFE5S1cuJDJGlRZWYkrV65g8eLFEsvZHMrLy+Hr64uzZ88iLS2t3nvatWtXr1PK+/fvsWPHDmZM6t+/P+bPny9NcQkEqSLvzIOZmZlMQA0AGDRokMRlKvvcrcxjlLDTnPBncZDlGnDBggXYuHEjI3N8fDymT58OT09P2NnZiVxOREQEdu3ahYyMDAGHwoULF0pLdAFKS0uRlpaGtLQ0vH37FiUlJSgpKWEO9XV1daGjowMdHR2YmprCysoKXbt2hba2tkzkaykoensaPHgwq/cR5EtFRQUeP36MmJgYvHz5Evn5+Yyz9eTJkzF9+nR5i8gKd+7cga+vL0JDQ1FaWipvcZQWfnZYPtI6C5PmOxI2wuXxeKwYwb17967ReqSBubm51OsgiAZ5F6oBmStE49WrV9i5c2edPbKjoyNmz57dbN2uuro6LCwsYGFhgUGDBuGLL74AANy9exfe3t64desW4wBB0zR27NiBoUOHSr3fqdJ8UfucpKCgAOfPn8f58+fRrVs3JsOLPIOTAYCpqSm+++47JpAcRVGoqqrCH3/8gZs3b2LmzJlwcXFpttNAXl4euFwuLl68iIyMDIEzfYqi8N1335Fscw0QERGBrVu34u3btwL6FbZ0Ne/fv8eePXtw6tQpbNu2rVl7XYLqoOj6j6ZQpbmCT79+/XD16lXs3r0b169fZxyv1dTU8Mknn8DQ0FCsrG0UReHMmTNSkPgjyp7lDKgJFJ6amsq0Y319fRw5ckRsGY2NjXHkyBE4OzujqKgIAJCeno7k5GR0796dTdHrRVmDFqpi3yYQCIoHcZwjEAgEgtIiHAEpMzOTFUOpV69eNVoP2zx48AClpaWMMnLWrFmslNu2bVsAHzc8OTk5rJTbEP/88w/z2cLCAgMGDGj0/r179zIGxEBdw6ra/79jxw6MHj0a+vr6LEtNUGRatWqFI0eOwM3NDVlZWXUUwnylRatWrbBt2zZ06tSp0fICAwMFotmxYeDZkqAoijFoLS4uRmBgIPz8/BATE8P8nQ/foNXb2xve3t7o0aMHY9CqSAowAoHADoMGDcKgQYPg6emJ7du3w9/fXyZZRppCR0cHn332GT777DNkZGQwGfL4az3hNUhSUhL27NmD/fv3w87ODq6urrC3t4eamprcfkNt3r59i+zsbPB4PJSUlEBHRwcGBgYwNTUlh8wswg9oAQBDhgyReN4yNjbGsGHDEBkZCZqm8ffff7MhZqOEhYUxv6Fz586wtbWVqLx+/frB0tIS6enpAICQkBCZOs7FxMRg3bp1yMrKatAZo7Exx8TEBO/evcODBw9A0zT+/fdfzJw5U2midBIIisalS5dw8uRJADV9LzExkbWylXHuVuYxShWyaLi4uODatWsCAakyMjKwZMkSWFlZYeLEibC1tUW3bt1gYGAAbW1tfPjwATweDykpKYiNjUVQUBBSUlKY58HXz40YMQJTpkyRitxVVVWIiopCaGgoIiIi8OrVq2a/D4qi0LFjR9jZ2cHR0RGDBw9WmHWrsqKs7YmgXLx79w5//vknfHx86mQR4xsZ9uvXr97vvn//HkuXLmWCZAwaNAgbNmyQtsjN5vnz58wc/vbtWwCo0yf412RNLhrCRl25ubmsnJXk5uYKXEvz/EV4b52amooOHTpIXC4/mCO//8hCPxIWFib1OsTF0dFR4JqiKCYQTmP3sU1D9bINeRdNI6t30VzIXNF8jh49ig8fPggYdO/Zswdjx45ltZ6hQ4di6NChCA0NxaZNm5hspKWlpTh69Ci2b9/Oan3CqMp8YWZmxgQdEtZlJCcn44cffsCBAwcwcuRITJs2DQ4ODnLL8DJ16lSkpKTgxIkTAv0vIyMD+/fvx88//4w+ffqgT58+sLa2Rvv27aGnpwd9fX1QFIXCwkIUFhYiOzsbCQkJiI+PR0JCAioqKgT6NZ8vv/wSLi4ucvmttXn37h3u3btXbyCLmTNnyiyQTm1OnTqF/fv3CwTF41OfLU3r1q3RunVraGlpAajpp2VlZSgrK2vQ9oZf1ps3b7B06VKsW7cOCxYskNZPIigoyq7/UJW5QpjQ0FDEx8czMgA1wSzT0tLEOncXDkonLZQ9yxlfLj58u01J33/79u0xa9YsHDt2TKAeWTjO1UaZghaqat8mEAiKBXGcIxAIBILSYmpqCuDjRissLAx9+/aVuNzQ0FAAHxfM/HqkBV9pyq+PrajAwoecwqmn2aS4uJiJvgKgyShEsbGxePDggUDUoRkzZoDD4UBXVxf379/Hzz//zBgPFBQUwNvbG0uXLpXabyAoJh07doSvry/279+PwMBAlJWVCfzdysoKGzZswOjRoxsth6ZpnD17lvlMURTs7e2lJbbKo6uryyjAMjIy4OvrC39//wYVYE+fPsXevXsFDFodHByIUR+BoCK8ePGCUYTX5+isCHTq1AkrV67EypUrERUVxWTIqy+yWkVFBUJDQxEaGgoTExOB4ACypKqqCrdu3UJAQAAePXpUJxpabdq1a4d+/fph0qRJGDt2LBlfxeTFixfIyclh2kNT6wtRsbOzQ2RkJAAgOzsbGRkZTTr8i0t+fj6SkpKY63HjxrFS7rhx45jDncTERBQWFsokqIWPjw+2b99eJ0t17cNYURwNZs+ezTj7FxcXIzQ0FP/73/+kJDWBoPrIwuFKGeZuZR6j/vzzT6mWL0t++eUXLFiwAHFxcQLvICUlBV5eXk1+X9iQj6Zp2Nra4uDBg6zLWl5ejgsXLuDEiRN4//69QP3NhW/UxI/YbGxsjK+++gozZsyQehAwVUaZ2hNB+QgICMDWrVtRXFxcJ3uEKGOBiYkJjIyMmGAcKSkpWL58OfT09KQms6gUFRUhICAAXC4XsbGxAOo6QNT+PxsbG7i6usLZ2Vk+AisZwkZqiYmJ6Ny5s8TlPnnyBMBHfbk0A5717NkTwMfx8c6dOxgxYoTE5fLP8wBAQ0ND4sAxys6rV68ExpSGdHTC97GNIuoGZQ15F3Uhc4X4lJeX4/r160xb0dTUxJEjR6QaINTR0RFeXl5wd3dHZWUlaJrGtWvX4OnpKdX9hqrMF2FhYbh79y6uXLmC0NDQBjO8REREICIiAkZGRnB2doarqyt69+4tVdnqY+3ataAoCsePH6/THysqKvDo0SPG6FwU6hv7aJrGokWLsHbtWlZlby5JSUk4fvw4bt68WSerL39NJBzggs/79+8xdepU5nvDhg3DTz/9xIpcV65cwb59+wDU1S+ZmZlh0KBBGDBgAKysrNChQweYmZk16GhSWVmJrKwsvHnzBmlpaYiJiUF0dHSdc/zq6mrs378fRkZG4HA4rPwOgvKgzPoPVZkr+OTn52PFihWIjo5m/k+R1nCioqxZzoCas1u+bBRFsRaYYOzYsTh27Bjz2/n1yANlCFqoan2bQCAoJsRxjkAgEAhKS+0NE03TOHfuHGbNmoV27dqJXWZ2djbOnTsncEgh7Y2ZcFRPthz1hDfSwoo/NklNTRWIfNXUJuPatWsAPm463dzc4OnpyfzdysoKNjY2+Pzzz1FVVQWapnH16lXiONdCMTY2xp49e+Dp6YnHjx/j/fv30NDQgKWlJaysrEQq482bNwIOnRoaGujTp4+0RG5RdOrUCatWrcKqVatw7949+Pr64ubNmw0qwMLCwhAWFoY2bdpgypQpcHFxkZsCjEAgiE9RURECAwPB5XIFonQBiq/MHzx4MAYPHozvvvsOwcHB4HK5uH//fr1G7nyDZlnj4+ODQ4cOiWxQnZ2djZCQEISEhMDExASrVq3C9OnTZSGqSpGcnAzg4xqVjaAcAGBtbS1wnZqaKjXHuWfPngm05YayVTSX2uVUV1fj6dOnGDhwICtlN0RoaCi2bduG6upqgfWEubk5Bg4ciHbt2uH3338XqSwHBwdoaWkxQRj+/vtv4jhHICgRijh3K/sYxVbQJkVAT08Pf/zxBzZt2oSQkJB6jW4bQ/je8ePHY/fu3aw7okRERGDr1q14+/ZtHYcZSajd9vfs2YNTp05h27ZtTQa1ItSPsrQngvLxyy+/4OjRo/XOXfz9hyhtzM3NjXGcKysrQ3BwMKZNmyY9wRuBpmn8888/8PPzQ2hoKDOP1WdACdQEfJkyZQo4HI7IOl1CDfznxX+mt2/fxsSJEyUu9/bt2wLXXbp0kbjMhujUqRM6d+6Mly9fgqZp+Pr6wsPDA9ra2mKXmZSUJJA13sbGhmSm+v+IOqZIQ4enClmN2aSlvwsyV7BDbGwsk22OoihMmTJFqk5zfAYPHoypU6fi8uXLAGqyWcXGxkq1blWZLyiKYjK8FBcXIzAwEH5+fkzQnPoyvHh7e8Pb2xs9evRgMrxI06ldmDVr1qBnz57Yvn07CgoKmr0Xqo3w7zMwMMCWLVswefJkVmVuLsePH8ehQ4cY+xOgeeOviYkJBg8ejMDAQADAzZs38f79e5iYmEgk16tXr7Bz5846z83R0RGzZ8/GsGHDmlWeuro6LCwsYGFhgUGDBuGLL74AANy9exfe3t64deuWQHbBHTt2YOjQoTA3N5fodxCUC2XWf6jKXAHUzK3u7u5ITExkdAPijr2KhDJlOQOAiooKgWsLCwtWyhUuR7geeaGoQQtVqW/PnTuX+Tx58mRW7DZ8fHxw/fp1ADXv6MyZMxKXSSC0RIjjHIFAIBCUFktLS/To0QPJyclM5Kfly5fj+PHjMDIyanZ5PB4PHh4e4PF4zGa0e/fusLS0ZF/4WrRq1Urgmu+AJikFBQUC14aGhqyUWx+ZmZkC102lFr99+zajiFNXV8eyZcvq3NO7d284OzvDz88PAPD8+XNkZ2dLPQMgQXHR1dXFkCFDxPquubk5Nm/ezLJEBGGGDBmCIUOGYOvWrQgKCgKXy21QAZabm4szZ87gzJkz6NWrFzgcDubMmSNH6QkE1BtBz8PDQ6T72Ka+euUNTdO4c+cOfH19RTJ0MDU1xdSpU+UjrAjo6OjA1dUVrq6uePXqFfz8/ODv74+XL19KNdJzY+Tl5WHVqlUCzgCAaIe3/PtzcnLw3Xff4fr16zh48KBMDxaUnbdv3wpcd+zYkZVy+QfO/PfIj+wqDV68eCFw3aNHD1bK7datG4CPv+HFixdSdZwrKirCt99+yzik0DSNzp0749tvvxXIBPj777+L1D+0tLQwfPhwhIWFAQD+++8/qclOIBCkh6LM3WSMUjz09PRw+PBhBAcH4+DBg0hPTwfQvDVU165dsXr1aowfP551+U6dOoX9+/cLBJ0Srp8PRVFo3bo1WrduDS0tLQA1RjRlZWUoKyur9/7aZb158wZLly7FunXrsGDBAtZ/S0tA0dsTQfm4dOkSfvvtNwCCDhSDBg1inK23b98uUhsbMWIE9PX1UVRUBACIjIyUueNcamoq/Pz8cPXqVYGo7MDHjEE0TTMZcRwcHMDhcDBq1Kg6ZyEE0bC0tET79u2RnZ0NmqYRGBgIDw8PiQKyZGRkCGQvatOmDT799FMWpa6Lk5MTk8kmPz8fe/bswfbt28Uqq6ysDOvXrwfw0fnUxcWFRWkVl8TERDx79oy5Fv7doq6JldkQV1Eg76JhyFzBLmlpaQA+jneyzAzF4XBw+fJlZp2Smpoqdac9VZsvdHV1MX36dEyfPh0ZGRnw9fWFv79/nexf/D7y9OlT7N27VyDDi4ODg1QzvPCZNGkShg4disOHD+PKlSuMgX9znXv5v0VdXR3Tpk3DihUr0LZtW9blbQ4bN26Ev7+/gGMKfxwCRP+Ns2bNQmBgICiKQlVVFYKCguDm5iaRbEePHmWcY2mahr6+Pvbs2cNaxiM+Q4cOxdChQxEaGopNmzahsLAQQI3O4ejRo2L3M4Lyosz6D1WZK3777TckJCQIjEtATVCTgQMHokuXLtDT01PaACHKkOUMgMwc1WXpEC8qiha0UFX6dlRUFNO+2Qpym5GRgaioKACKH8iaQFBkiOMcgUAgEJSaBQsWYOPGjcyCMD4+HtOnT4enp2ezIitHRERg165dyMjIYBb9FEVh4cKF0hKdQdiYOTc3lxUnN77RLP+3SNNoWjhrXmNRtd68eYPMzExm4z9ixIgGN4djx45lHOeAmk0ycZwjEBQfHR0dcDgccDgcZGZmMgowvpOtsALsyZMn2L17N3GcI8iEzz//HKNGjar3b15eXnWUTA05zklbGaVIjnPp6elMPxbF0MHR0RGurq4YOXKk0hg6GBoawtTUFMbGxnj58qVcZMjNzcW8efOQkpJSr8NxUwjfHxUVhXnz5uH06dMKqYhXRPjGp3z09fVZKVe4nOLiYlbKrQ8ejydwzVbwDOFy+Ifq0uLEiRPIz88XiAD4xx9/SBSttH///oxTSnZ2NnJycuRusEEgEMRHnnM3GaMUFycnJzg5OSEqKgoBAQGIjY1FcnIyqqqq6tyrpqaG7t27w9bWFpMmTZJaFr4rV65g3759AOruhc3MzDBo0CAMGDAAVlZW6NChA8zMzKCuXv/RXWVlJbKysvDmzRukpaUhJiYG0dHRdQwuq6ursX//fhgZGcnUqFbVUMT2RFA+cnJysHfvXoH+P2DAAGzfvp0JTgFAZCMgdXV1jBo1islyce/ePfaFrgcej4eAgABwuVzEx8cDqKsXqP1/1tbW4HA4cHZ2lmpAv5aEnZ0dfHx8QFEUKioqsHHjRpw6dQqamprNLqu8vBwbN25EZWUlgJp3KItMpe7u7rhw4QKKiopA0zT++usv6OnpYf369c3Ss+Xm5sLDw4MJqknTNMzMzODq6ipF6RWHGzdu4OTJk8x1bcO/P//8U6QyRL2P0DjkXQhC5grpIRwsV5oZQoURrktY9ygNVHm+6NSpE1atWoVVq1bh3r178PX1xc2bN+vN8FJZWYmwsDCEhYWhTZs2mDJlClxcXNCrVy+pymhiYoJt27Zh5cqV4HK5uHXrFuLi4urdB9VHq1at0K9fP4wbNw4uLi4KcTbh5eXF2Jzw24K2tjYmTJiA//u//0O7du3w1VdfidS+/u///g8mJiaMfcw///wjkeNceXm5QDADTU1NHDlyRKoOqo6OjvDy8oK7uzsqKytB0zSuXbsGT09PsdaWqoCjo6PANUVRuHXrVpP3sU1D9UobZdR/qMJcUVpainPnzgnIa2lpie3bt0s1cKW8UNQsZ0DdIKSZmZms2FjyHQT55/5sBTuVBooStFAV+jaBQFBsiOMcgUAgEJQaFxcXXLt2jUmrTNM0MjIysGTJElhZWWHixImwtbVFt27dYGBgAG1tbXz48AE8Hg8pKSmIjY1FUFAQY6AMfFTejxgxAlOmTJH6bxB2BIuPj0fXrl0lLjc6Olrgmo0yG6KkpETgujFjsZiYGAAfN4YNOS8AQM+ePQF83CC/efNGUlEJBIKMsbCwwIoVK7BixQrcv3+fUYCVlJTUOSglEGRBp06dRIrILey41NA9bFLbeV/eFBYWMoYOcXFxABo3dOjbty9cXV3h7OwMAwMD+QgtBrUz6JWWlspVlhUrVjDK29rPt3PnznB2doaNjQ26d+9eZ02bnJyM+Ph4BAQEID09XcCZMTk5GatWrcLZs2fl+tuUBeFD4ZKSEujo6EhcrvBaWZoIH2SyNZ4IlyPt/uLv78+0Yx0dHXh5eUnkkAKgTvaE1NRU4pRCICghijB3kzFK8eFHygVqIsvm5OSgsLAQxcXF0NXVhb6+Ptq2bSv1aM2vXr3Czp076wQ4cHR0xOzZszFs2LBmlaeurg4LCwtYWFhg0KBB+OKLLwAAd+/ehbe3N27duiWwFtyxYweGDh3KZL8liIeitCeCcnLkyBEmewQA2Nvbw8vLq0EHWVGwsbFhHOfy8/ORlZWFDh06sCKvMBEREeByuQgPD0d5eTmAhrPOt23bFpMnTwaHw0H37t2lIk9LZtGiRfD19WX2fA8ePMDSpUuxf//+Zhmk5+Xl4ZtvvkFMTAwzX7Rq1UomQSQNDQ3h4eGBPXv2MHWfOnUKd+7cwVdffYUxY8Y0Opamp6cjICAAZ8+eBY/HE9Cjbdy4USaZeBSFhrLjiGq4TBy82YO8CzJXyAO+47MsENVZik1aynwxZMgQDBkyBFu3bkVQUBC4XC6io6PrDaqXm5uLM2fO4MyZM+jVqxc4HI7Ug5EaGxvD3d0d7u7uKC4uxpMnT5Ceno6srCzk5+ejrKwMANC6dWsYGRmhQ4cO6Nq1Kz799FPo6upKVbbm8PLlSxw9elQgAOSECROwdetWsZwiKIrC6NGjweVyAQD379+XSL7Y2Fhmv0BRFKZMmSL1rI5AzfwzdepUXL58GUCNvj82NlYmdSsir169EnAMaehcRfg+tpH3+bAy6T9UYa6IiYlBUVERU3eHDh1w/vx5GBkZSb1ueaNoWc769u2Ltm3bMnWFhYWhb9++EpcbGhrKfDY2NmalTFkgz6CFqtC3CQSCYkMc5wgEAoGg9Pzyyy9YsGAB4uLiBBTwKSkp8PLyavL79SnvbW1tcfDgQanJXBtbW1uoq6sziuebN29K7LBXXV0tYMjVpk0bqR5AVFdXC1w3pkR/+PChwHVjkXKElZXCWUAIBIJyMWjQIAwaNAienp7Yvn07M04RCA1RXFyM3NxcJqNHmzZtpK6QF/WwQxqHIvJ2IqVpGpGRkeByuQgLCxPJ0GHKlCngcDgCkfIVnefPnzMZ9N6+fQug/gx6AGR2+HPp0iXGaI0vj7m5OTZv3oyxY8fW+x09PT3o6enB3NwcdnZ28PDwQGhoKHbv3i1weBcdHQ0fHx98/vnnMvktyozw2vPdu3esOC28e/eu0XrYRPhALTc3l5XMecIZptnKxlcfycnJyMrKYvrjjBkzWMk6zXea5vezzMxMDBkyROJyCQSC9FGkuZuMUcpH69at0bFjR7nUffToUcYAjqZp6OvrY8+ePQ2u78Rl6NChGDp0KEJDQ7Fp0yYmM2xpaSmOHj0qciYrQtPIsz3xMwsqAsQZUzRomkZQUBAzBhgbG+PHH3+UyGkOQJ0sI6mpqVJznONn3mgokI66ujrGjBkDV1dXjB49mhggSZFOnTqBw+EwWedomsadO3cwZcoULFy4ENOmTWt0n1ZYWIgrV67g5MmTeP/+vYDx2NSpU2FlZSWT3zFv3jwkJyfj8uXLjAxJSUlYs2YN1NTU6gSAvHbtGiIiIvDu3Tvk5eUBEAx2RVEUFixYgPHjx8tEfgKBUBcyV0gfYV1iWloaK/tQUUhLS2tUFmnRkuYLHR0dcDgccDgcZGZmMvqPzMxMAHXPZZ48eYLdu3dL3XGuNrq6uhg4cKBSZkDy8vJCZWUlMzZNmzYNO3fulKjMPn36MI5zxcXFyMjIEClgZ33w+xi/vcoyazyHw2H6GFCzr2ipjnN8RHWKk4Z9g7zPiIWRp/5DVJR9rkhNTRWQYcmSJS3Caa42ipLljKIouLm54ZdffgEAnDt3DrNmzUK7du3ELjM7O1sgo+CsWbMU3jZKEYIWAsrft6VF7f6g6G2JQFBkiOMcgUAgEJQePT09/PHHH9i0aRNCQkLqzYLSGML3jh8/Hrt375Y4Wrio6OrqYsCAAYiKigIAhIeHIykpqc4BeHO4dOkSYzBNURSGDx/Olrj1Ihw1LD8/v8HnFx0dzWxs9PT0mKxy9SG80K+oqJBcWAKBIDdevHgBX19fXL16lTE2JRCESUpKgo+PD+7fv4/U1NQ6c7mamhp69+6N4cOHY+bMmWjfvj1rdbu6urJ6n7KQmpoKX19fXLt2jXHwacjQQUNDAw4ODuBwOBg1apTSGDoUFRUxGfRiY2MBNJ5Bz8bGhsmgJwv+/PNPgWtra2ucOHGiWVHjAcDR0RH9+/fHokWLkJCQwKy5Tp8+TRznRMDExATAxzXovXv36mQAEgf+Op+vpOfXIw2EjVcSExPRuXNnict98uQJgI+/obltszkkJycL1DVmzBhWyhU2IiVBOQgExUZR5+6WOEYVFxczkaUVKWq8IhAUFISIiAgANe1y9+7dzN/Ky8tx/fp1Zj2mqamJI0eOSNUIzdHREV5eXnB3d0dlZSVomsa1a9fg6elZJ7MuQfForD0BwJgxYxRCj0JRFBITE+UthlKQkJCA3NxcZt5yc3Nj5cyBb7zIbw+ycKoUnnd79+7NzLuyMqAnAJs3b8bjx4+RmJjIzC85OTnYt28ffvzxR/Ts2RPW1tYwMjKCjo4OSkpKkJ+fj4SEBDx9+hRVVVV1giP16tULW7Zskenv+P7771FdXQ1fX1+BtlVZWSmw1gKArKwsvHnzRuD7tb8ze/ZsrFu3TobSEwiEhiBzhfTo0aMHgI/P2MfHB0OHDpVJ3ZcuXQLwcQ8sy0yBLXG+sLCwwIoVK7BixQrcv38fvr6+CA4ORklJSbPsXwg1VFVVISwsjFk3mZubY+vWrRKXK2zHk5aWJrbjXEFBgcB1ly5dxBWr2QjXxePxZFa3IiLPwKotjab0H81BmeeK4uJigesRI0bIrG5FRJ5ZzgDA3d0d169fR1paGgoLC7F8+XIcP35cLGdGHo8HDw8PJuOZpaUlFi1axL7QLKBIQQtro8x9W1p8+PCB+aytrS1HSQgE5YY4zhEIBAJBJdDT08Phw4cRHByMgwcPIj09HYBoERb4C+muXbti9erVcokw8cUXXyAqKgoURaGqqgrr1q2Dt7e3WBuw2NhY7Nu3TyBi6Pz581mXuTbCBx6pqamwsLCoc9+7d+/w7NkzADXvpl+/fo2WK6yc09HRkUxQAoEgc4qKihAYGAgul4tHjx4BqJu9iqA6VFZWChzyaGpqipyVKCsrC9999x0iIyMBNHzwUFlZifj4eMTHx+P333/H9OnT8c0330BLS0ti+ffs2cPqfcrA9OnT8fjxYwCNG6P37t0bHA4Hzs7OShPtjqZp/PPPP/Dz80NoaCjKysqY/wfqGnO0a9eOyaAnq0jrQI0BfmpqqkAmkiNHjojtmGRsbIwjR47A2dmZMbpPT09HcnKyTA0blBFbW1u0atUKNE2DpmkEBgayso4OCAgQuO7Tp4/EZTYEv+3y2/ft27cxceJEicu9ffu2wLU0D/CFs9uxVZfwPFH7gIFAICgGyjB3q/oY9ebNGwQFBeHhw4eIi4tDTk4OqqqqmL+rqamhbdu2sLGxQf/+/TFhwgSYmZnJRVZFICEhAVwul2mbtQ19YmNjmWxzFEVhypQpMoncPnjwYEydOhWXL18GUJN1LjY2tsVHjVcGGmtPfIiBnnLx/PlzAB8NzUeNGsVKucLOd8LGdtKAnzFv8uTJcHV1lSjoH0F8tLS08Ntvv2Hu3Ll48eJFHeOxhISEeh1b64tKTtM0unTpgqNHj8rc4EpNTQ27d+/G4MGDsWfPHhQUFDSqJxb+G03TMDAwwIYNGzBt2jRpi0sgEESEzBXSo0+fPjA0NASPxwNN0wgODkZwcDCcnJykWm9wcLBA9lwDAwPY2NhItc7atPT5YtCgQRg0aBA8PT2xfft2+Pv7k3PVZhIbG4uioiJmXz5nzhxoaGhIXC4/oCf/ffAdDdigsrKStbKaora+p6UjHNxS0vsIjSOK/kNUlHmuELZ/k2bASkVGUbKcaWpq4tixY5g7dy5ev36N+Ph4TJ8+HZ6enrCzsxO5nIiICOzatQsZGRkAADMzMxw7dkyhgpopatDC2ihz35YWtTNBi2qDRSAQ6kIc5wgEAoGgUjg5OcHJyQlRUVEICAhAbGwskpOT61X6qKmpoXv37rC1tcWkSZMwePBgOUhcw6RJk3Dy5EkkJSWBoiikpKTAzc0N+/btE9mwlqZpXL58Gbt372Y2kxRFYeTIkVI1zgXqRrqLjIysd+MYFBQksNlqymiHn/WGj7IY6hMILR2apgUUXE0ZvJqammLq1KnyEZbAKhcvXsSuXbuY6+XLl8PDw6PJ7/33339YvXo1CgoKRHaspGkaFRUVuHDhAmJiYuDl5SV2RMeWTHx8PPNZuG+amJhg8uTJ4HA4zFyvDKSmpsLPzw9Xr15FdnY2gPojo/Ezf9TOoNeqVSuZy8sPKsCXb9asWRJnUmzfvj1mzZqFY8eOCdRDHOcax8DAAL1790ZCQgKAmv4hqRHKzZs3ERcXx7S77t27o127dmyJXAdLS0u0b98e2dnZjPOfh4eHRONjRkaGQMacNm3asJKJryFKSkoErtkKniFsUEyyJhEIioMyzd2qOkY9e/YMXl5eCAsLY3Ro9TnoVFZWIisrC2/fvkVISAgOHDiAMWPGwMPDQ6nWi2zDd4qpDf8gm/83DocjM3k4HA4uX77MyJSamkoc55SI+toTH3kbyhLHvebx/v17gev6As2Jg3CEb2kalqmrq8POzg6urq6wt7eHujoxLZA37du3x5UrV7Bp0yaEhIQAEBwb6uun9f3dyckJu3btYiULori4uLjAyckJly5dgo+Pj4ARWEOYm5uDw+Fg/vz5cpWdQCB8hMwV0kdNTQ2urq44ffo0E4R3/fr1ePfuHWbPni2VOs+dO4cffviB2Yvz9zTy0J+31PnixYsX8PX1xdWrV5GVlSWXvcCmTZuYz/b29qw4a7KZaaop+E4L/DY8bNgwVsoVNlbnBzAUB+EA1WlpaTA1NRW7vOYg3JdacnZQUW3F5GlTpoo0pv9oLso4Vwif2xUVFbWYcytFzXJmYWGBy5cv49tvv0V4eDgyMjKwZMkSWFlZYeLEibC1tUW3bt1gYGAAbW1tfPjwATweDykpKYiNjUVQUBBSUlKYtj1mzBjs3LlTIZwilSFoYX0oY9+WBs+fP8f9+/eZ99S5c2c5S0QgKC9EY0EgEAgElWTw4MGM0qKsrAw5OTkoLCxEcXExdHV1oa+vj7Zt28p0g9UUu3btgpubG0pLS0FRFFJTU/H5559jxIgRcHJyqhOZj8fj4cmTJ8jOzkZMTAyCg4Px8uVLZgPGN2rdsWOH1GW3tLSEvr4+ioqKQNM0fH198eWXX6Jjx47MPWVlZThz5ozABnfkyJGNlpuUlATgo8KEOEQQCIpNeno6o+ASxeDV0dERrq6uGDlypFwO2wjsc/v2beadq6urY8aMGU1+JzExEcuWLWOyaggr5Rqi9n1Pnz7FwoUL4ePjA0NDQ0l+Qouk9rNUV1eHvb09OBwO7OzsoKamJmfpRIPH4zGR0fjOgI1FRrO2tmYy6Mm7zdQeLymKwtixY1kpd+zYsTh27Bjz2/n1EBpn8uTJePz4MTNnffvtt+jcubNYUbKTkpKwefNmgUzQsojGZ2dnBx8fH1AUhYqKCmzcuBGnTp0SK5pheXk5Nm7cyES6pSiqWZEVxUE4WAaPx2PFMYUE5SAQFAtlnbtVcYw6ffo0fv75Z5SXl9ebkaY++PdVVlYiJCQEERERWLNmDebNmyd1eZWF2pm4AelmaxVGuC4ejyezugnShTiuKRd8IyQ+bEUXLywsFLiWZpTpv//+WyEMvAiC6Onp4fDhw/jnn39w7Ngx3L9/v849tc9hao8dQ4cOxVdffcWa4bikaGtrY/78+Zg/fz5ycnIQHR2NjIwM5Ofno7CwEK1bt0abNm1gamqKgQMHynQ+JRAIokHmCtmwePFicLlc8Hg8UBSF8vJy7Nq1C1wuF3PmzMGECRPqZDJvLmVlZbhx4wa8vb2RkJAg4NBgYGCAxYsXs/FTxKKlzBdFRUUIDAwEl8vFo0ePANQ1aJcltTNCtWvXjhXHOTYzTTVFbm6uwLWZmRkr5Qo7CFdUVIhdlnCAah8fHwwdOlR84ZrBpUuXAHw8myKBFwnKjrLNFQMGDICamhoTxCw5OVniwKqKjKJnORMOGFpbnpSUFHh5eTVZhvCcHR4ejhEjRjRLDoqi6s0kLy7KFLSwIRSxb79+/RqvXr0S+d769DZNUVFRgby8PDx+/BhcLlfgrL5v377NLo9AINRAHOcIBAKBoPK0bt1awIFLUenduzd++ukneHh4oLq6GhRFobq6Gv/88w/++ecf5j7+BubSpUuMMqv2//M3NRoaGvj555/RoUMHqcuurq4OJycnJpp1SUkJ5syZg7Vr18La2ho5OTn45ZdfkJmZyWwQLS0t0bt370bLrZ0Fh/8dAoGgWBQWFjIKrri4OACNK7j69u3LKLgMDAzkIzRBKtA0jYcPHzLvvH///mjbtm2j3ykvL4eHhwc+fPhQp63069cPQ4YMQY8ePWBgYACapsHj8fDs2TP8999/iI+PF1DmvXz5EmvXrsXJkyel+0NVEJqm0atXL3A4HEyePFmpokpGRESAy+UiPDwc5eXlABqOjNa2bVsmg54iHQAKH6qylYVAuBxJDm9bEjNnzsTJkyeRk5MDiqJQVFSE2bNnY8uWLc3Kjnr16lXs2LEDRUVFTFs0NjbGnDlzpCU6w6JFi+Dr68sctj148ABLly7F/v37m2XIlJeXh2+++QYxMTHMWNuqVSssXLhQWqIDQB0ZU1NTWdnT1DY2oShKpQ8gCQRFRtnnblUbo/bt24fTp0/X+w6aE8iirKwMe/fuxdu3b/HNN99IV2glhX+wLQv4awCCasEPMEaQHdbW1nB1dRX7+8JzRkFBASuRrmtHY6coSqp7eHk7Qvj4+OD69esAauadM2fOyFUeRWPkyJEYOXIkMjMzce/ePcTExODt27fIy8tjgkgaGRmhQ4cOGDhwIIYMGaLQZ2Vt27bFhAkT5C0GgUBoJmSukA3GxsbYt28fli1bJhBENyEhAZs2bcK2bdvQt29fDBgwAJaWljA3N0eHDh2gp6cHLS0tJphwWVkZSktLUVRUhKysLLx+/RppaWl48OABHj9+jNLS0jo2B2pqati3b5/CnBuo2nxB0zTu3LkDX19fkTLAmJqaNktPraiwmWmqIYT3xmwFihQOZCHJeXefPn1gaGgIHo8HmqYRHByM4OBgVpwUGyM4OBhBQUFMPzcwMICNjY1U6yQQZIkyzBVGRkYYOXIkk4UzKCioyeDzyoYyZTlrKHt7bccyURA1SLQ0UdaghaKgKH3b19cXv/76a6P38J9vQEAAAgICJKqv9vofgMwcSgkEVYQ4zhEIBAKBIAFBQUHMJpaiKIkjYjk4OOCPP/7AunXr8O7du0Y3VML/V/vetm3bwsvLC/369ZNInubg7u4Of39/VFZWgqIovH79GuvWrasjI38x7+7u3mh5NE0jPDyc+c4nn3yi8Bs0AqGlQNM0IiMjweVyERYWJpLBK1/B1a1bN/kITZA6qampKC4uZt7/6NGjm/zO+fPn8fr1awElT9++fbF9+/Y6Ub2EiYuLw9atW/HkyRPm+//++y/u3LmD4cOHS/6DWghz584Fh8MRK5uWIvDVV18JtB9hZa+6ujrGjBkDV1dXjB49WiEz6MnKuETeRizKgqamJjZs2IB169Yx7amoqAgbN27E77//ji+++AKDBw+u14EjOTkZUVFR8PHxwbNnzwSU2BRF4ZtvvoG2trbUf0OnTp3A4XCYrHN844spU6Zg4cKFmDZtWqNZKQoLC3HlyhWcPHkS79+/F/gNU6dOlfphVc+ePQF8XE/cuXOn2REZ6yM0NJT5rKGhAVtbW4nLJBAIzUfZ525VGqPOnTuHU6dOARDcw7Vq1QqDBg1C//790aNHDxgaGkJbWxsfPnxAQUEBnj17hocPHyI6OpoJ/MT/7qlTp9CxY0e4ublJXX5FR9ioNC0tDaampjKpOy0trVFZCASCaEyYMEEiYxwTExOB66dPn7LitPTgwQOBa7YyZygiGRkZiIqKAiCfLCvKgoWFBSwsLDBt2jR5i0KQM69fv5a3CAzm5ubyFkGukHchO1rSXGFvb4/9+/dj06ZNqKioENiLlZaWIjo6GtHR0WKXX98Zn4aGBvbu3Qt7e3uJ5ScIkp6eDi6XC39/f5EywDg6OsLV1RUjR45UmAwwio7wmUheXh4rgSwyMzMBfDRiNzIyErssNTU1uLq64vTp06AoClVVVVi/fj3evXuH2bNnSyxrfZw7dw4//PAD074oigKHwyHtikCQA6tWrcK///6Lqqoq+Pn5Yfbs2Up7Zl8bZc1y1tBaUpw1pjjfkdTZTtmDFiobor4vNpwoa7enSZMmqcQ4QSDIC+I4RyAQCASCBCQkJIDL5TILVEkd5wBgyJAh8Pf3x8GDB+Hn58dsZhrbVPE3lOrq6pg8eTJWr14tM2McPl27dsXKlStx4MABgY0un9ryDxw4sMlovQ8ePGAyfVAUhf79+0tNdgKBIBqpqanw9fXFtWvX8O7dOwANRybS0NAQUHApmsGrvJA0Wrki8/z5cwAfD4r69OnT5He8vb0FHDLGjBmDQ4cOidRebGxs4OPjg2XLliEyMpJpfydPniSOc81g8+bNcq0/MzMTb968Ya4HDRokVjnCyt7evXsz2S0V3VC4R48eAteZmZmsyPzq1SsAH/ukcD2EhnF2dkZSUhJOnjwpsK599uwZdu7cCaDGqcHAwAC6urooLi4Gj8djsvoJH0IAwIIFC2QaCXjz5s14/PgxEhMTGflzcnKwb98+/Pjjj+jZsyesra1hZGQEHR0dlJSUID8/HwkJCXj69Cmqqqrq/I5evXphy5YtUpe9U6dO6Ny5M16+fAmapuHr6wsPDw+JnA6TkpLw77//Mr/FxsaGibRNIBDkg7LO3aoyRr1//57R3/ChKApffPEFvvrqq0adMCZNmgSgJuPR0aNHcenSJQFn8Z9++gkTJ05s8U77/LUX/xn7+Phg6NChMqn70qVLAD6uA4nxA0GVqa6uRn5+Png8HkpKSqCjowMDAwMYGRnJ3fDT2toawMdx4J9//sGYMWMkLjcoKIj5rKWlhb59+0pcJoFAUA3GjBmjEI5DFEUhMTFR3mLIFfIuCNJi0qRJ6NKlC7Zs2cLo/Wq3NXENcxvKPrJ9+3ZmTUOQnMLCQiYDTFxcHIDGM8D07duX0ZVIktWspdK2bVuB64SEBHTq1EnicoUDWUha5uLFi8HlcsHj8UBRFMrLy7Fr1y5wuVzMmTMHEyZMgJaWlkR1lJWV4caNG/D29kZCQoJAxj8DAwMsXrxYovIJBIJ49O7dG+vXr8eePXtQWVmJxYsX48yZM+jatau8RWs2qpDlTJ5Z4thA2YMWKiMN7fkaspdtLvxy+PO2q6srtm7dKnZ5BAKBOM4RCAQCgcAKtRVLbGBsbIzt27dj1apV8PX1xb179/Dw4UMUFxfXuVddXR19+vTBiBEj4OLiwoqyT1wWLVoEmqZx+PBhxnBYePM7YMAAHDp0qMnndeHCBYFrVUtJTyAoG9OnT8fjx48BNK7g6t27N6PgkiTCnqoiabRyRSYrK0vgukuXLo3e//LlS2RmZjJtyMzMDD/99FOzFHQaGho4ePAgnJyc8P79e9A0jfv37+PDhw8yyepEkJxLly7h5MmTACQz5KBpGsbGxpg8eTJcXV2VKspW37590bZtW7x//x4AEBYWxorhY+3MNcbGxsSYspmsXbsWFEUJtE/g43xXXl6OnJwc5OTk1Plu7XspisLixYuxevVqGUleg5aWFn777TfMnTsXL168EJCpsrISCQkJ9fa3+hT5NE2jS5cuOHr0qMzGVicnJxw/fhwURSE/Px979uzB9u3bxSqrrKwM69evB/Dxnbi4uLAoLYFAEAdlnrtVYYw6evQoSkpKmIN0XV1deHl5YdiwYSKX0b59e2zduhVOTk5Yvnw5SkpKAAAlJSU4evSo3AM0yJs+ffrA0NAQPB4PNE0jODgYwcHBcHJykmq9wcHBCAoKYt6tgYEBbGxspFongSBrHj9+jICAADx69AhPnjxBWVlZnXtat26NTz/9FP369cOkSZNECu7DNqampujZsyeTjdrPzw8rVqyQyEH83r17ePToEbNWHzBgANTVyXE/gUD4iLIbe6oS5F0QpIW1tTV8fX1x8+ZNHDlyBElJSczfxLVXqN1ee/XqhWXLlmH8+PESy0qoebaRkZHgcrkICwsTKQPMlClTwOFw0K1bN/kILUU+fPjAfJbUGawpbGxs0KpVK+bZhoeHs3JGe+3aNWbPraenJ7FzqbGxMfbt24dly5YJBCZKSEjApk2bsG3bNvTt2xcDBgyApaUlzM3N0aFDB+jp6UFLS4sJvlRWVobS0lIUFRUhKysLr1+/RlpaGh48eIDHjx+jtLRUoN3RNA01NTXs27dPoYNYEQiqzrx586Cmpoa9e/ciOzsbHA4HS5cuxYwZM5TCaVpVspzVPldXdpQ1aKEyoa+v32hm79evXzPvQVdXt9l9maIoaGpqQk9PD+bm5rC2tsaECRPwySefSCQ3gUAgjnMEAoFAkCOff/45Ro0aJW8xFBoTExMsWrSIcUjLzc1lIuhqaWmhTZs2MDY2hqamprxFZVi8eDGcnJzg6+vLZI3T0NCAlZUVxo0bh4kTJzaptH/79i0TOZcf9WT06NGyEF/uLFq0CDNmzJC3GARCHfhRoYC6ihYTExNGwaUKGY0UOVq5IiPs3N2U8qd2NE2KovDll1+KlVlDV1cX8+bNw4EDBwAAlZWVePDgAUaMGNHssgjyQRIjEnV1ddjZ2cHV1RX29vZKaTBIURTc3Nzwyy+/AADOnTuHWbNmoV27dmKXmZ2djXPnzjHj9axZsxQiyrUyQVEU1q5di379+mHXrl14/fo18/9NwW/T5ubm2LJlCxwcHKQqa0O0b98eV65cwaZNmxASEgJAUP76+l59f3dycsKuXbugp6cnZYk/4u7ujgsXLqCoqAg0TeOvv/6Cnp4e1q9f36y2nJubCw8PDyQnJzPGAGZmZiqb/ZVAUAZUYe5WhTEqODhYIPPzoUOHmuU0V5uhQ4fi8OHDWLBgAVNmcHBwi3ecU1NTg6urK06fPg2KolBVVYX169fj3bt3mD17tlTqPHfuHH744QfQNM28Ww6HQ/axBJXh33//xYEDB/DkyRPm/xraT5aWluLRo0d49OgRTp8+jd69e2Pt2rUyz1A/adIkPH36FBRF4cOHD/D09MSvv/4qVll5eXnYtGmTwPj9+eefsywxgUBQduSt/yHOYh8h74IgbcaPH4/x48fj+fPnCA0Nxd9//42nT58iPz+/WeUYGRmhZ8+eGD16NBwdHZsMikgQjdTUVPj6+uLatWt49+4dgIYDk2poaMDBwQEcDgejRo1S6QwwGRkZzGdp65uNjIzQt29fxMXFgaZp3LhxAytXrkTHjh3FLjM4OJjR41AUhSFDhrAy3tvb22P//v3YtGkTKioqBNpHaWkpoqOjER0dLXb59TmxaGhoYO/evbC3t5dYfgKBIB5eXl7M5+HDh+Pvv//Ghw8f8PPPP8PLywt9+vRBjx49YGhoCA0NDbHq8PDwYEvcelGVLGeSzA2KhjIHLVQW5s2bh3nz5jX499rPfNasWVizZo0sxCIQCCKgfKfSBAKBQFAZOnXqJNfsaIpCUVERMjMzmWsdHZ16I0RQFAUTExOYmJjIUjyx6Ny5s0RZNUxMTPDff/8x1xRFydRQV54YGBgoRdQgQstEWMFlb28PDocDOzs7hVVwiYqyRCtXZIQPhsrKyqCrq9vg/fzsWnwkcaYfPXo0Dhw4wMggnP1OVObOnSu2DGxCURTOnDkjbzGUgr///hvGxsbyFkNi3N3dcf36daSlpaGwsBDLly/H8ePHxcrcyePx4OHhAR6PB4qiYGlpiUWLFrEvdAvB0dER9vb28Pf3B5fLRWxsLBMxsT40NTVha2uLzz77DM7OznKfH/X09HD48GH8888/OHbsGO7fv1/nntoHWrWNqoYOHYqvvvpKbEcKSTA0NISHhwf27NnDyHfq1CncuXMHX331FcaMGdOos3V6ejoCAgJw9uxZpi/wjYs3btwo9/dCILRkVGHuVvYx6unTp8jOzmaMGCZMmCBx0Inhw4djwoQJTBCk7OxsPH36FD179mRDZKVl8eLF4HK5zHsuLy/Hrl27wOVyMWfOHEyYMEHiCPtlZWW4ceMGvL29kZCQwLQloEbHtHjxYjZ+CoEgV8rKyrBt2zb4+fkBqN/guCH49yYkJMDd3R0uLi7Ytm2bWIF7xGHu3Ln4888/8f79e9A0jbCwMKxZswY7d+6Ejo6OyOWkpqZi+fLlTMRqiqJgZWUl9SyWBOWkuLgYxcXF0NXVbVQ3R1BNiLOU4kDeBUFWdOnSBe7u7nB3dwdQ42yfmpqK7OxslJSUoKSkhMnypa2tDR0dHejo6MDU1BSWlpZKv0dXRKZPn47Hjx8DaNhZDqjJAMPhcODs7CzWWYCykZOTg6ioKOY5yMJWaOrUqYiNjWX25OvXr8fp06fFCkydkZGB7777TkCP4+bmxpqskyZNQpcuXbBlyxYkJibW2e+IO6/U1/asra2xfft2ibPlqQr8wImKQGMZjAiqh5eXl0A/r91Xy8vL8fDhQzx8+FCiOqTtOMeHZDmTP6oQtJBAIBCkDRkZCQQCgUCQMzdu3MB3333HXM+fPx8bNmyQo0TyR11dHfr6+vIWow6FhYWIj49HXFwcsrOzUVBQwGSjMjQ0hKmpKWxsbNC3b1+FlJ9AkBSaptGrVy9wOBxMnjxZJRRcyhitXFERdvrNyclp9MC1oKBA4NrMzEzsuoW/m5eXJ1Y5tQ/s5EVtQ1dC08j7UN/HxwfXr18HIJnDo6amJo4dO4a5c+fi9evXiI+Px/Tp0+Hp6Qk7OzuRy4mIiMCuXbuYqK1mZmY4duyYQmUnljbW1tasZ+pRU1MDh8MBh8NBWVkZ4uPjkZWVhfz8fBQVFUFPTw+GhoYwMzODjY2NQj7vkSNHYuTIkcjMzMS9e/cQExODt2/fIi8vjzGoNDIyQocOHTBw4EAMGTJE7tEV582bh+TkZFy+fJkxRkhKSsKaNWugpqaGrl27Ctx/7do1RERE4N27d8w8UHtMpSgKCxYswPjx42X+WwiSI42+TZAPqjJ3K/MYlZaWJlC/i4sLK+W6uroyjnNAjZNHS3ecMzY2xr59+7Bs2TLmedM0jYSEBGzatAnbtm1D3759MWDAAFhaWsLc3BwdOnSAnp4etLS0GMeesrIylJaWoqioCFlZWXj9+jXS0tLw4MEDPH78GKWlpQLGmDRNQ01NDfv27VOJfTuhZfPhwwcsWbIEUVFR9WZJaAphQ1M/Pz+8fv0ax44dk9hxVRS0tLSwadMmrF27lumfN27cwP379zFv3jw4OTk1aDD84cMHxMTEICAgANeuXUNlZSVThrq6OrZt2yZ1+QmKz5s3bxAUFISHDx8iLi4OOTk5qKqqYv6upqaGtm3bwsbGBv3798eECRMk0sGxyfv37xEYGIhHjx7h2bNnyM3NRWFhISoqKsQqj6IoJCYmsiylcpGUlCRvEQj/H/IuCPKkTZs2GDhwoLzFYA1lnC/i4+MF6gM+rl1NTEwwefJkcDgc9OjRQ6pyNEVRURF4PJ5I9xYWForlXFRRUYG8vDwkJCTgzz//ZJw4KYpC7969m11ec/n8889x+vRpZGRkgKIoPHz4EO7u7ti/fz86dOggcjn//fcf1q5di4KCAsYRzdbWlvWgc9bW1vD19cXNmzdx5MgRgflE3LPD2vumXr16YdmyZURHLsSYMWMU4myWrGfFRxnnitoI6zskdZqt7eArK0iWM/mjCkELhVHWvl3bCZokTyAQFAviOEcgEAgEgpzJzc0V2AQTJZXiER4ejkuXLiEyMhLV1dVN3t+qVSuMGjUKM2bMgL29vfQFJBBkwNy5c8HhcFRGwaXM0coVFeFsqYmJiY0e+gkbqFVUVIj9DCsrKwWuRRmrCQQ2yMjIQFRUFADxDy35WFhY4PLly/j2228RHh6OjIwMLFmyBFZWVpg4cSJsbW3RrVs3GBgYQFtbGx8+fACPx0NKSgpiY2MRFBSElJQU5iBkzJgx2Llzp8opyJtiwoQJmDBhgtTKb926tVIbnlhYWMDCwgLTpk2Ttygi8f3336O6uhq+vr4CRiaVlZVITk5mroGabKNv3rwR+H7t78yePRvr1q2TofQENpF23ya0HNicu5V1jMrNzRW4ZstQj+8kx/9d4gazUDXs7e2xf/9+bNq0CRUVFQLvvbS0FNHR0YiOjha7/PociTQ0NLB3716ik2qhFBUVwcPDg9kX9+7dGxs3bhS7vL179zIGJRoaGjhy5IhM9R/ffPMN7t27B0Cwnevp6WHs2LGwsbFB9+7doa+vDx0dHZSUlKCwsBDJycmIj4/HrVu3UFhYyOh7aJpGVFQUvvnmGxw6dEgmv2HSpElIS0vDr7/+ysjw7t07HDhwAAcOHIC2tjbzuyiKwvnz53H+/HkUFxczZQgbvK1fv16p9yUEyXn27Bm8vLwQFhbGOMrVZ1BZWVmJrKwsvH37FiEhIThw4ADGjBkDDw8PuRnr5+TkYN++fbhx40ajshMIBAKhZaPs80Xttau6ujrs7e3B4XBgZ2cn9UzzonL69Gn8+uuvjd7Df+YXL17ExYsXJaqvdkAZADLR9fEDTixevBhVVVWgaRr379/HxIkTMXXqVDg5OdU5+6ZpGjweD9nZ2Uwgi/v37wvIr62tjR07dkhN7vHjx2P8+PF4/vw5QkND8ffff+Pp06fIz89vVjlGRkbo2bMnRo8eDUdHR3Tp0kUq8qoCyjS+ED6i7HMFICgvW7LL8hmQLGeKg7xtAtgKWggof98OCwuTtwgEAqEByCxFIBAILZD8/Hy8e/cOHz58gLGxMdq3bw8NDQ1Wyv7vv/8QExPDXMsq5bcyI2yoZWFhISdJCMKkp6fD09MTDx48AFB3E9ZQlJ+qqipEREQgIiICAwYMwM6dO+tEmycQlI3NmzfLtf7MzEwBQ9NBgwaJXZayRytXVKytrdGqVSvmGYaFhTWavULY0S4zM1Nsx0x+di0+kmRVUCaFG0F1+PTTTwWua49JKSkp8PLyarIM4fEsPDwcI0aMaJYcsoqyVl1djfz8fPB4PCZ7r4GBAYyMjNCqVSup109QHtTU1LB7924MHjwYe/bsYSL6NoTw32iahoGBATZs2KA0zoLKDOnbhJaGso5RtR0xAEBfX5+VcvX09BqtpyUzadIkdOnSBVu2bEFiYmKdgC3i7kFql8Mvw9raGtu3b4e1tbXkghOUkmvXruHu3bsAatrIzJkzJSrP1tYWp0+fZtpaYGCgzLLA3rx5EyEhIXUc5jw8PDBz5sxGHfj4eqPvv/8eFy9exOHDh1FUVMQYuoaEhCAkJATjxo2TyW9ZsWIFWrVqhSNHjjBOjfx+W1JSwtxH0zSKiorqfL92Nsn169dj3rx5MpGboJicPn0aP//8M8rLywXmkMbWIfz7KisrERISgoiICKxZs0bmbSk+Ph4LFy4Ej8drViCzpiD6PAKBQFAtVGG+oGkavXr1AofDweTJkxU2G7ioz4SNZ1f7/Q0fPlxmgSCGDx+OrVu3YsuWLYwMHz58wKVLl3Dp0iXmPv5vPHnyJE6ePClQRm2nOYqisGvXLnTv3l3qsnfp0gXu7u5wd3cHUBOkKDU1FdnZ2SgpKUFJSQmTxU9bWxs6OjrQ0dGBqakpLC0t5e5EoUzIO+McWc82H1WYK2SlX5EmqpjljCAebAUtVIW+TSAQFBfiOEcgEAgthNzcXJw6dQq3bt3C8+fPBf7WunVrDBkyBP/73//g7OwsUYSrO3fuCCiRiONc0xgZGQlct2SnC0UiNDQUa9asETh8FjZqEsWRLiYmBi4uLjh48CAcHBxkIDmBoJpcunSJmV8kdexQhWjlioihoSFsbW3x6NEj0DSNsLAwJCcnN3hwNHjwYAFHu9DQULEd50JDQ4H/x955BkRxfX//u1TpiC0GW0RUUAGNwg97LwEVFiskWLFiN0SNjSQSTEAN+rdHJYItEbCgiCIiUQMBpKMgloAovS29zPOCZ0d26exs5X5e7d2dOXNmZ24/BZ82rvr3798uOT///HO7ziMQBKWxhdr6bUxrF3Lb4gQsauLj4+Hv74/o6GgkJSWhoqKiwTHKysowMDCAiYkJLCwsMHToUDFoSpBErKysMGPGDFy9ehXXrl3D69evWzzn888/B5vNxtKlSxs4cxCYg9RtAkH62igtLS2ecm5uLiM68Gey479OR2fIkCHw8fFBYGAgjh8/jhcvXtC/tXfTv/6Yb/DgwVi3bh2mT58usK4E6SYgIID+rK2tjRkzZggkb8aMGdDR0aGzSPr7+4vMsOvUqVP0Z4qioKuri3PnzqFv376tlqGkpAR7e3tMnDgRy5YtQ0ZGBj3POnnypMgc5wBg/fr1GDlyJPbv3483b94AaF39584J+/bti3379mH06NHCVpUgwRw8eBAXLlxoNBhYS2sB9Y+tqKiAq6srMjMz4eTkJFyl/z8ZGRlYvnw5iouLG+hDIBAIBAIXWegv7O3twWaz273nJWqaGpO21kG/tXDlmZmZwc3NTWB5bWH+/PlQVFSEs7MzysrKmn2vGrMBqZ9pztXVVeB5Vnvp3LkzyTwtJKSpjSHIRl8ByIZtgrid5pjMckYQP7JStwkEguRCHOcIBAKhA+Dj4wNXV1cUFxc3OpAsLy/H48eP8fjxY5w4cQK7d+/G2LFj2329xpyMCE3Dn4ksJyeHsWjfkkBsbCydifC///5DQUEBiouLUVtbCwcHB2zdurXBORRFoby8nC4rKiqKNJ17cHAwNm/ejKqqKgANJ2I6OjoYMGAANDU1oaKigrKyMhQVFSE1NRW5ubk85wBARUUFNm7ciKNHj2LixIkiuw8CQdZgYjFElqKVSyILFizA8+fPwWKxUF1djT179uCPP/6AkpJSg2N1dHQwfvx4PHr0CADg6emJxYsXt3lxNTMzE15eXjybVkZGRu3SXxaiuhGkl6bGzu0ZU7fnHGEtOD958gTu7u5ISkpq8Vrl5eWIjo5GdHQ0Lly4AENDQ2zbto0YhhIA1EXMXbp0KZYuXYqcnBxEREQgLS2Nnl8oKyujc+fO6N69O0aOHIl+/fqJW2WZhtRtAoEXaWqjunTpwlOOiIhokxNKU0RFRQH4FMyC/zqEOqZPn47p06fj7du3CAoKwuPHj/Hy5UsUFBS0SY62tjYGDRqE8ePHY8qUKaTfIwCo63OjoqLo+cC0adMEzvoqJyeH6dOn48qVKwDq2ozKyspG5/lMkpaWhoSEBHqur6ysjNOnT7e7verTpw9Onz4Na2tres03MTERaWlp6N27N5OqN4uZmRnu3r2LBw8e4OrVq4iMjOTJOMePgoIChg8fDhsbG8yZM4dk8e3geHt74/z58wB49yzk5OQwatQoDB8+HAMHDoSWlha9b1FYWIjk5GQ8f/4cERERqK2t5Tn3/Pnz0NXVhZ2dndD15+5T1r++pqYmZsyYgVGjRqFfv35QV1dvdn2WQCAQCLKPLPQXu3btEuv109PT8eHDB7rM3d9sitbsDbR3/0BJSQnq6ur4/PPPMWTIEMycORPm5ubtkiUoVlZWGDZsGFxcXPDkyRMArQ9kAdQFBN29ezcGDhwoVD0Joqd+cCOCdCALfQWBGZjKckaQDEjdJhAIwoY4zhEIBIKMc/r0aRw+fLhFZzbu72/fvoWDgwMWLlyIXbt2CX0DnAAYGxujU6dOdGT+yMjIBs500khISAhOnDiBmJgY+rvWRiUrLCzExIkT6f/E1NRUZFFh8vLysHPnTlRVVfFMxLp37w47OztYWFigV69eTZ7//v173L59G5cvX8bHjx/pCGRVVVXYsWMH7t69i86dO4vkXggEQkNkLVq5pDFnzhycPn0ab9++BYvFQkxMDNauXYtjx45BRUWlwfFOTk74559/UFFRgaKiIjg4OOD8+fPQ1NRs1fXy8vLg4OBAG5mxWCx89dVXUFRUZPS+CARRIGuR0ioqKrB//374+fkB4A2u0dLGBffYhIQErFixAlZWVti/fz9ZBBcCJSUlKCkpgZqaGtTU1MStTqvp2rUrZs6cKW41OiSkbhMILSPpbdSQIUMAfFqXuXbtGmxsbASWy3Wq4b8OoXH69euHFStWYMWKFQCA/Px8pKamIisrC6WlpSgtLUVZWRmAOsdMVVVVqKqqonv37ujfv7/YozkTJJPk5GSeNU2mMhGMHDmSruMVFRVISUkReh1PSEigP7NYLCxYsAB6enoCydTT08OCBQvg5eVFfxcfHy9SxzkuU6dOxdSpU1FTU0M78DXmbG1iYtLoegqh45Gbmwt3d3eeMTeLxcLChQuxevVq9OzZs8lzLSwsANQFnzp58iSuXr1KO7pTFIVDhw5h1qxZQu1b8vPzERQURF+TxWJhxowZ+OGHH0iWWgKBQCDQkP6CGa5evYqzZ88CqBsvJCYmNnqco6MjHB0dm5QzePBgeuzRVEBkaUNPTw+///47Xrx4gStXriAsLIzOBt0Y3bt3x+jRo2FjY9OiAyKBQBANpK8gtIVjx441+K6xvq+x45imuT6XQOo2gUAQDcRxjkAgEGSYR48e4dChQwB4nZQaM8rl//3q1auIjY3FiRMn0KNHD+Er24FRUlLCzJkz4efnBxaLBV9fX8ybN0/carWbyspK/PTTT/jzzz8BNG5I2ZJhuLa2NubMmYNr164BAP7991+8f/8eurq6QtS8jiNHjqCgoICeiAHAokWL4OTkBFVV1RbP19XVxerVq2Fvbw83Nzd4e3vT911YWIgjR47A2dlZqPdAIBAaR1ajlUsS8vLyOHDgAL755hvU1taCoig8ffoUFhYW2LVrF6ZOncpzfP/+/fHtt9/ixx9/BIvFQkJCAiwtLeHk5ISZM2c2mW20qqoK/v7+cHNzQ25uLv1MFRUVsXr1alHcKoHAKEFBQeJWgVHKysqwZs0ahIeHNwjg0RoHQf65iZ+fHzIyMnDq1Cl06tRJOEp3AD58+ICAgAA8f/4csbGxyMnJQU1NDf27vLw8unbtCiMjIwwfPhwzZ85s1viS0PEgdZsA1DlDkSy90k3Pnj2hr6+PV69egaIoxMbG4uzZs1i5cmW7ZXp6eiI6Opoel+vp6ZE+pI107tyZMScnQsfl9evXAD5lfjQ0NGREroGBAYBPffmbN2+E7jiXmZkJ4NO9MOWQPGvWLDprPQBkZWUxIre9yMvLY9iwYRg2bJhY9SBIPidPnkRpaSnd16qpqeHYsWNtytjSo0cP7Nu3DzNmzMD69evpQFSlpaU4efKkULPjhIeHo6amht4nMjY2xm+//Sa06xEIBAKBl+LiYrx+/RqFhYUoLi6m97TaipWVFbOK8UH6C+aQtUB9TDN48GDs378fQF2QzvT0dOTn56O4uBidOnWCtrY2evTo0WH3ewkESYb0FcwREBCAkJAQAHVrPi4uLmLWiHmOHTvWIOhjU45zws5YRxznmkca6vbOnTt5yk3VG/7jmEZW6yuBIAqI4xyBQCDIKCUlJdi9ezcAXkO2vn37wtLSEoMHD4aysjI+fPiA8PBwBAUFoby8nB58UhSFxMRELF68GL///rtMZECTZNavX4+7d++isrISUVFRuH79OiPRvkVNdXU11q5di6dPn9JGDdz3qaWsh/wsWrQI165do88PCAigo3ALi8rKSty9e5cnesmqVauwZcuWNstSUVHBnj17oKGhgZMnT9Iy79y5g927d5NsSASCGJD1aOWSwogRI7Br1y7aGY6iKGRkZGDDhg3Q1dWFhYUFRo8ejUGDBkFbWxt2dnYAABcXF9TW1iIrKwvffvstDhw4gC+//BL6+vrQ0tICRVEoLCxEcnIyIiMjUVRUxBMdm8ViYfPmzR36vydIL6IIDiBKnJycEBYWBoB3LqKuro6pU6fCyMgI+vr60NDQgKqqKkpLS1FcXIyUlBTExcXhwYMHKC4u5hlLhoeHw8nJCR4eHuK8NakkOTkZx44dw8OHD2lHucYMJ6qrq/Hx40dkZmbi/v37cHd3x+TJk+Ho6IiBAweKWm2CBELqNgEAZs6cKdHZ1AitY+7cuXBzc6Proru7O6qqqrBmzZo2GwicPXsWhw4d4hmXs9lsIWlOIBCao6CggKfMVPaozp0785Tz8vIYkdscFRUVPOX2Bj3ih18O/3UIBEnl3r17PH2th4dHm5zm6vO///0PR48exfLly2mZ9+7dE6rjHL8zrCAO+wTB4XA4cHR0RG1tLQDA0NAQO3bsaLc8V1dXOpuRoqIijh8/TjKLtxLyLAjCJCMjA15eXnj06BHevn3LiCOVsB3nSH8heXQEBzwdHR2S1Z1AkCJIX8EcCQkJ8PX1pdeDZd0Rh/vOtHQMk9SfxxOaRxrqdv36wtWzsXpT/zimae66BAKhZYjjHIFAIMgovr6+yMnJ4cmatX79eqxdu7ZB9paFCxeCw+Hg1KlTOH/+PB29AahbULWzs8PZs2cZi1BLaEjv3r2xd+9efP/99wCAffv2gaIoqcs89+OPP+LJkyc8hpA9e/aEjY0NvvzyS3Tr1g2WlpatmhwYGhri888/x4cPHwAAT58+FbrjXGRkJG3IydVh8+bNAsncuHEjQkNDaYcdDoeDiIiIdm9qEwiE9tNRopVLAnZ2dqipqYGrqyv9HUVRSE9Px+nTp3H69GkAdZtRWlpaUFNTg7q6OgoLC+n+Iz8/H0FBQY1m4mrMGdvOzg7Lly8X8p0RCISWCAwMxP379xs41Tg6OmLx4sXNGuuMGjUKAODs7IwrV67g6NGj4HA4dLtw//593L9/H9OmTRPJvcgCFy5cwOHDh1FZWcmz2dPceJx7XHV1Ne7fv4+QkBBs3boVS5YsEbq+BMmF1G3pora2FgUFBSgqKkJpaSlUVVWhqakJbW1tyMnJiVs9ggRgb28Pb29vfPz4ka6LHh4eCAwMxKpVqzBlyhQoKSk1eX5VVRUePnyIM2fOICEhgWfzv2fPnvj6669FdSsEAqEe5eXlPGWmDOX55XCzVAkTLS0tnnJzbVJb4JfDfx0CQRJ5+fIlsrKy6H2XmTNnYsyYMQLJHD16NGbOnImAgAAAdeuZL1++xKBBg5hQuQFlZWU8ZSMjI6Fch9A6bt26hX/++QdA3frA4sWLBZJnbGyMCxcu0OPBO3fukCzVrYQ8C4IwqKmpgZubGy5evIiamhrGDMBFYfBN+gvJ4sWLF+JWgUAgEBpA+grmkXXHrtaOhYThLN4RHNCZgtRtAoEgCojjHIFAIMgoV69e5Yla4ejoiPXr1zd5vLq6OrZt24ZZs2Zhy5YtePfuHb0Jl5eXB3t7e5w8eRIjR44U4V10LLgZ5pydnVFZWYk9e/bg9u3b+OabbzB+/HiJz1CWmJjIkyEOAFasWIHNmze3W/fx48fjypUrAICoqCjU1tYK1cjv/fv3AD4tCixatEjgxQE5OTksXryYzgBZ/zoEAkG0kGjlosXe3h76+vrYu3cv0tLSeAztueTm5iI3N7dBW9vYsU39rqSkhK1bt2Lp0qVCuIumuXHjBq2fhoYGpkyZ0m5ZDx8+RFFREQBAQUEBlpaWjOhIIIiDU6dO0Z8pioKuri7OnTvXpjZXSUkJ9vb2mDhxIpYtW4aMjAx6jHny5EniXNNKDh48iAsXLjRwNq6fDbop6h9bUVEBV1dXZGZmwsnJSbhKEyQWUrcln/j4ePj7+yM6OhpJSUmNjkmVlZVhYGAAExMTWFhYYOjQoWLQlCAJKCkpwcXFBatWrUJ1dTVdF5OSkrB161aoqKjAwMAAAwcOhKamJp1FsqioCCkpKUhKSkJpaSlPH0NRFBQVFeHi4sKYgwuBQGgbGhoaPOWCggKoqakJLJc/k52KiorAMltCT0+Pp5yRkQFNTU2B5XKDtHHXf/mvQyBIIq9fvwbw6b1lKtuPtbU17TgHAKmpqUJznON3UmWibSK0n/rPXVtbGzNmzBBI3owZM6Cjo4P8/HwAgL+/P3HWaiXkWRCYprKyEsuXL0dkZGSja4L192IaC1DIj6iNvUl/QSC0neLiYrx+/RqFhYUoLi5GVVVVu+QIO6MkgcAUpK8gtIXWjoXJmFn8SEvdFqcjJoFAEBziOEcgEAgySEFBAVJSUuhFzgEDBjTrNFcfQ0ND+Pj4YPv27QgODqad5zgcDhwcHODh4YFx48YJU/0Oyc6dO+nPBgYGiImJAUVRCAsLQ1hYGBQUFKCvr48ePXpAQ0MD8vLybZIvihTN//d//8ezwL527Vps3LhRIJlDhgyhP5eXl+Pdu3f44osvBJLZHLm5uTxlU1NTRuRyMyxw62ReXh4jcgkEQtsg0cpFj7m5OW7fvg0PDw9cunQJZWVlzW7CNuVAVx+uw4ecnBzmzp2LTZs2oWfPnozr3hzPnj3Dd999R+u3Zs0agRzn4uPjceLECbqsq6uL4cOHC6wngSBq0tLSkJCQQBvPKysr4/Tp0+12VO7Tpw9Onz4Na2trerM3MTERaWlp6N27N5Oqyxze3t44f/48AF7jGDk5OYwaNQrDhw/HwIEDoaWlBRUVFZSVlaGwsBDJycl4/vw5IiIiUFtby3Pu+fPnoaurCzs7O7HdF0E8kLot2Tx58gTu7u5ISkqiv2tqQ668vBzR0dGIjo7GhQsXYGhoiG3btmH06NGiUpcgQZibm8PV1RVOTk4N2vzS0lJERUUhKiqq0XMbM8CUl5eHq6sr/ve//4nmBggEQgM6d+7MU3737h10dXUFlvvff/8B+GRsraOjI7DMljAxMYGGhgY4HA4A4PHjxxg8eLDAckNCQujPampqMDExEVimIFRWVqK4uFigIEyff/45gxoRJBH+/YSBAwcyIpfrJMftz7mONsJgwIABPOW8vDyJNYKTdEaPHi1QRtHy8nJERUXRz33atGkCB6yUk5PD9OnT6UCYERERqKyslPlgCuRZECSRvXv3IiIiAsCnACcKCgro378/ioqK6CACLBYLo0aNQnl5OYqKivD+/XtUV1fznMdisWBiYiLS4L6kvyAQWkdGRga8vLzw6NEjvH37lhHjfOI4R5AWSF9BaAs///wzo8cRhIc01G1HR0dGjyMQCKKHOM4RCASCDBITE0N/ZrFYWLx4cZvOV1NTw/Hjx+kMBVznubKyMqxbtw5ubm4CR7wj8OLr68vjHMCfaaeqqgqJiYk8hnCthbuwLUzHucrKSjx58oReSB8wYIDATnMAGkQ3TU1NFarjHP/GUZcuXRiRyy9H0rMHEgiyColWLh6UlZXx7bffYu3atbh58yb++usvJCYmNnpsS5nmgDqn6mnTpmHWrFmMZQ1sK35+fgBAbzp/8803Asn7+uuvcfr0aTrbh4+PD3GcI0glCQkJ9GcWi4UFCxYI3Cbq6elhwYIF8PLyor+Lj48nzjXNkJubC3d39wbzi4ULF2L16tXNOhtbWFgAADIzM3Hy5ElcvXqV7t8oisKhQ4cwa9YskRhL1yc3Nxd37txBdHQ0kpOTkZeXJ1D0XBaL1WRfRGgIqduSSUVFBfbv388zLgFAr+E0B/fYhIQErFixAlZWVti/f79ARp8dGWluoywsLNCzZ084OTkhPT29wfvT2Li8sWN69+6NX375hYxhCQQx06tXLwCf5tahoaGMOEeHhobylEURvEZBQQHz5s2jg0F4eXnB1tYW6urq7ZbJ4XDosQeLxYKNjQ0UFES7VZ6QkICbN28iJiYGL1++RHl5uUDyyLi2Y1BSUsJT5s8u2V746xP/dZjE2NgYmpqaKCoqAgA8f/6cjP3bibm5OczNzdt9fnJyMqqqqui+YuTIkYzoNXLkSNpZq6KiAikpKTzBMWUR8iwIkkZ0dDT8/PzodTyKorB8+XKsXbsWGhoacHd3x5kzZ+jjL168SH8uLy9HTEwM/vzzTwQEBKCmpgZAXd9w9OhR9OvXTyT3QPoLgqh59+4dYmNjkZWVhaKiIpSUlEBNTQ2ampro3r07jIyMxLYX2Rg1NTVwc3PDxYsXUVNTw1g2m5bWEgl1cDgcODo6ora2FkBdYPodO3a0W56rqys9n1NUVMTx48fJ+mwrIH0FgSCbSEPdJo5zBIL0QxznCAQCQQbJzs4G8MmAvz1Zs1gsFnbs2IEuXbrQRpcsFgtVVVXYtm0bysrKSMQhESAtC1RRUVEoLy+n3xNbW1tG5Hbt2hXAp/8hJyeHEblNwR+dt7i4WCBjjPpy6iPqzEgEAqGOjhKtXFJRV1eHra0tbG1tUVBQgNjYWMTFxeH169coKChAcXExiouLUVtbCzU1NaiqqkJVVRWfffYZ+vfvjwEDBmDQoEHo1q2buG+FdhYHADMzM4EdSHR0dGBubo7Q0FBQFIXHjx8zoSaBIHIyMzMBfJqHzJw5kxG5s2bNgpeXF13vsrKyGJErq5w8eRKlpaW0kYyamhqOHTvWJmOuHj16YN++fZgxYwbWr1+P0tJSAEBpaSlOnjyJXbt2CUt9HnJycnDw4EHcvXuXNthhyhiA0HpI3ZY8ysrKsGbNGoSHhzea+asl+J2e/Pz8kJGRgVOnTqFTp07CUVoGkZU2asSIEbh58yauXr2KS5cuIS0tjed3/vel/j326dMHtra2WLBgAVRVVUWmc0ehuLgYr1+/RmFhoUDOmGQNt+MwdOhQqKuro6SkBBRFwdfXF+vXrxfY2czHx4ceW3bq1AlGRkYMat0069atg7+/P7Kzs5GdnY3t27fDw8OjXVlzqqqqsH37dmRlZYHFYqFbt24iNWJ58+YN9uzZg8jISPo7aewzCOJBS0uLp5ybm8vIvgV/Jjv+6zCJoqIibGxsaGdYHx8fzJkzR2jXEzeZmZm0AX5paSlUVVVpA/wePXqIVbfXr18D+DS/MzQ0ZESugYEBgE9jxzdv3kiEsxZ5FpLzLAjCh+sUx32n1q1bhw0bNrTq3E6dOsHMzAxmZmZwcHCAk5MTXr58iVevXsHW1hZeXl7o37+/MNUH0PH6C4J4SE5OxtWrV+Hv74/CwsIWj9fS0oKlpSUWLFjAWObf9lBZWYnly5cjMjKy0fXAxgIhNWdvROYjbefWrVv4559/ALQviD0/xsbGdDB7ALhz5w6sra0F1lPWIX0FgSCbkLpNIBBEAXGcIxAIBBmEf3FHkIV/BwcHaGtrY9++ffRiS3V1NXbt2oWSkhLY2dkJqi7h/yPNC1P82Zba46zZGPyRU4UZ8RQAbfTBXZhKSkpixMntxYsXAD79P8bGxgLLJBAIbUdWo5VLI9ra2hg/fjzGjx8vblXazLt375CTk0P3FUzdw4QJE+go/llZWUhLS5O4CFoEQktUVFTwlJmKxMovh/86BF7u3btHGzazWCx4eHi0OwL6//73Pxw9ehTLly+nZd67d08kjnNxcXFYuXIlioqK2pRJq7o40NcAAQAASURBVCWked4lLkjdljycnJwQFhYGgNdARl1dHVOnToWRkRH09fWhoaEBVVVVlJaWori4GCkpKYiLi8ODBw9QXFxM1ymKohAeHg4nJyd4eHiI89akBllro1RVVbFs2TIsXboU8fHxiIqKQmxsLLKzs1FcXExHXNfQ0EC3bt1gZGSEESNGYOjQoVIT9ElayMjIgJeXFx49eoS3b98y8k4Qx7mOg5ycHMzMzBAUFASgbp/g119/hbOzc7tlurm5oaCggG7jRo0a1S7HtfagoaGBkydPYunSpSgqKkJISAjs7e3h7OyMQYMGtVpOcnIy9u7di5iYGB65TGXtaonw8HCsWrUKFRUVMtFnEERPly5deMoRERGMjMmjoqIAfNq34L8O06xZswZ37txBVlYWwsLCcPPmTZkxgqupqcGDBw/g7++P6OhoOsBpY3Tr1g0mJiawsLDA1KlTIS8vL0JNgYKCAp4yUxnlO3fuzFPmd8wUFeRZSM6zIIiW6upqOuAfRVHo1asX1q5d2y5ZgwYNgre3N+zt7ZGYmIi8vDysW7cON2/eFMk4UJb7C0nh2LFjDb5rLKhEY8cxjSiDWeTn5+Onn37CnTt3ALR+PF1QUABvb294e3vDwsIC33//fYO2VhTs3bsXERERAEDXdQUFBfTv3x9FRUW0zQ533lZeXo6ioiK8f/8e1dXVPOexWCyYmJhAUVFR5PchzQQEBNCftbW1MWPGDIHkzZgxAzo6OsjPzwcA+Pv7E8e5VkL6CgJBNiF1m0AgCBti0UkgEAgyCDfKdVPltjJ//nyoq6vj22+/RU1NDVgsFmpra/HTTz+htLQUDg4OAsknSH+KZv5Nl+7duzMil994QNB3uSV69uwJExMTREdHg8Viwc/PD5MnTxZYrq+vL4C6+zEyMiIZ5wgEMSJL0coJ4iElJQXAJ6OiYcOGMSKXP+pvamoqcZyTATraBjR/dHqmDCn45QgzCr608/LlS7pf4mYGGzNmjEAyR48ejZkzZ9KbwllZWXj58mWbjJXbSkZGBpYvX05nbm5LJi0C85C6LVkEBgbi/v37DRzmHB0dsXjxYigrKzd57qhRowAAzs7OuHLlCo4ePQoOh0Mbzdy/fx/379/HtGnTRHIv0oost1Hc8S1TY1xZZ8GCBRg3bhwjsmpqauDm5oaLFy+ipqaGsfeJODZKD0y9T0uWLEFQUBDdtl+7dg1dunTBxo0b2yzr2LFjuHLlCo9x5TfffCOwjm3B0NAQ165dw9atW5GYmIiYmBiw2WyMGTMGX331FYyNjfHFF180OO/NmzeIiYlBQEAA/v77b7peGRoa4tChQ+jXr59I9M/IyMDatWtRXl4OQLb6DILo4K4Zcd+fa9euwcbGRmC5V65cafQ6wkJLSwtHjhzBihUrUFpaiu+//x4ApN4I7tq1a/Dw8EBubi6Alut3VlYWPe7u0qULNm3ahPnz54tCVQCg2yMuzc0f2gK/HG7melFCnkXjcsTxLAiiJyEhAeXl5fSaoJWVlUBBHtXV1eHh4QELCwtUVlbi3bt3uHDhAlatWsWg1o0jq/2FJHHs2LEGc8Wm9i2EPacU1b5qbGws1qxZg/z8/GazsfFnbqv/PVDn2PTs2TOcOHFCZJm4ASA6Ohp+fn703IyiKCxfvhxr166FhoYG3N3d6ayTAHDx4kX6c3l5OWJiYvDnn38iICCAtrkpKSnB0aNHRTY3knbKy8sRFRVFvx/Tpk2DnJycQDLl5OQwffp0elweERGByspKkQWrERdMrH+QvoJAkE1I3SYQCMKGOM4RCASCDKKpqclTzs3Nhba2tkAyZ82aBVVVVWzatAkVFRX0gsyhQ4dQWlqKTZs2CSS/oyPtjhb8C0K1tbWMyOXPnigKQ8r169fTzqD3799HcHAwJk2a1G55wcHBCAwMpBfQ1q9fz4ieBAKhfchKtHKC+MjMzOQp6+rqMiL3888/B/Bpoy4jI4MRuQTx0tE2oPX09HjKGRkZDeYm7YE/uzH/dQifeP36NYBP/xVTGWasra15oqmmpqYK1XHO1dWVzoYF1N2PpqYmZsyYgVGjRqFfv35QV1dnzKiM0DykbksWp06doj9TFAVdXV2cO3euTVlHlJSUYG9vj4kTJ2LZsmXIyMig13lOnjxJHOdagLRRBC69e/dmJNhFZWUlli9fjsjIyAYGfPxGe80Z+PEfQ5AumHqfTE1NYWpqivDwcLptP3HiBKKjo7F9+3YYGhq2KCMxMRHu7u54+vQpgE/v4ZdffsmYs2hrmDJlCv25fkC1mpoahIaG0lnb5eXloa6uDhUVFZSVlYHD4fAcX7/e5OXlYcWKFW3Sg8Vi4cGDB+26h8OHD6OkpISnTnft2hVsNhujR4+Gnp4eNDU1SZ9BaJaePXtCX18fr169AkVRiI2NxdmzZ7Fy5cp2y/T09KQDCFIUBT09PZEE/Bs+fDjOnTsHR0dH5OTk4LvvvsPt27fx9ddfw8zMTKrqQn5+PjZt2oR///2Xp+9tzfoO9/icnBzs3bsXt2/fxpEjR0SSvYZ//bqgoABqamoCy+XPnqaioiKwzNZCngUv4nwWBPHx9u1bAJ/GbSNHjmzxnOrq6mad63r16oV58+bB29sbAHDp0iWROM4BstVfSDpNOYrxH8Mk9QNziIKYmBisXLmyyQBILBYLn3/+OTQ1Nek5BTeDG9fupf45ubm5WL58Oc6dOycy5zmuUxz3f1u3bh02bNjQqnM7deoEMzMzmJmZwcHBAU5OTnj58iVevXoFW1tbeHl5oX///sJUXyZITk5GVVUV/S60pp1tDSNHjqQd5yoqKpCSkiL0gBbihqn1D9JXEAiyCanbBAJBmBDHOQKBQJBB+LN9/ffff4wYoE2YMAGnTp3CunXrUFpaymNUVVZWhh07dgh8DYJ0wr+BlJeXx4iT27t37wB8WgAUxUbVuHHjYGdnR28CbNmyBW5ubpg6dWqbZQUFBWH79u10XVm8eDHGjx/PtMoEAqGNSHu0coJ44XA4PGWmnCX55ZSUlDAilyA5dIQNaBMTE2hoaND15PHjxxg8eLDAckNCQujPampqMDExEVimrMKfCXrgwIGMyOU6yXHfpfz8fEbkNkZ+fj5PlhQWi4UZM2bghx9+IBnJxASp25JDWloaEhIS6PqhrKyM06dPt8lprj59+vTB6dOnYW1tjaqqKgB1zhJpaWkk820TkDaKIAz27t2LiIgIAJ/GbwoKCujfvz9trMf9bdSoUSgvL0dRURHev3+P6upqnvNYLBZMTEygqKgotvvpCJSUlCAvLw8FBQX0mmXXrl0lxnDDxcUF8+fPp/WjKArPnj2DjY0NDA0NYWpqiiFDhkBbWxuqqqooLS1FQUEBEhISEB4ejsTERACf5jAURUFLSwsuLi4ivY/37983OqfhfseluroaBQUFDRwF6h8P1N1PZmZmm+dd7Z1PlZWVISAggOcepk2bhp9//hnq6urtkknouMydOxdubm70++Tu7o6qqiqsWbOmze/o2bNncejQIZ53k81mC0nzhpiYmODmzZtwcXHB7du3aUdYeXl59OnTB1paWu3qx1gsFjw9PYWgcUPy8vKwZMkS2pmxMSf35uA/Pjw8HEuWLMGFCxego6MjFJ258O+zvXv3jpHAYP/99x+AT32HsO+DC3kWDRHXsyCIl6KiIp5yY/tV/IFwKyoqWsxKN23aNHrPPDMzEykpKdDX1xdM2VYiC/2FJNPaMbEwArOIMthLaWkptmzZ0iAAkoqKCmbPng0LCwsMGzYMqqqqjZ4bHx+P27dv4/bt27SNFFC3V7hlyxbcvn1b6A7K1dXVePLkCT1269WrF9auXdsuWYMGDYK3tzfs7e2RmJiIvLw8rFu3Djdv3pT5LGeCwh+0sDVBaVqDgYEBgE9jkjdv3kik49yzZ88QGRlJlyUlODzpKwgE2UTa67azszPYbDaGDRsm9GsRCIS2QRznCAQCQQbhGkdyJ9bh4eECZcyqj5mZGc6dO4dVq1ahqKiIXpzx9PREaWkpybTTQeF31oyLi2vU6aStcI2GuDAhszXs3r0btbW1uHz5MsrLy7FhwwZMnz4dK1asaFXUsPj4eJw9exb37t2jF35tbW2xZ88eYatOIBBaQBailRPEC//GUWlpaaMbam2ltLRUYBkEyaSjbEADgIKCAubNm4fz588DALy8vGBrayuQUSiHw4GXlxeAurbTxsamRYOOjgy/0y1T8zP+ZyhM597w8HDU1NSAxWKBxWLB2NgYv/32m9CuR2gZUrclh4SEBPozi8XCggULBA6UpKenhwULFtDPA6ib0xLHucYhbRSBaaKjo+Hn50evsVIUheXLl2Pt2rXQ0NCAu7s7HVkeAC5evEh/Li8vR0xMDP78808EBATQc9aSkhIcPXqUBHdhmBcvXuDatWv4999/kZqa2mCsLS8vD0NDQ4wePRqLFy9Gjx49xKRpXXYQDw8PODg4oKKigsfRLCEhgXaMawz+TD1cR+1jx46hT58+Qte9Mbj7HPzOc0zIaQlB5lT//vsvT0YCfX19HDlyBPLy8u2WSei42Nvbw9vbGx8/fqTrpoeHBwIDA7Fq1SpMmTKlWWPnqqoqPHz4EGfOnEFCQgKPg1HPnj3x9ddfi+pWANQFHYyLiwPwqZ5VV1fj9evX7arfogwaBAAbNmxASkoKPSbk6tC3b19YWlrCyMgI+vr6DTLXpKSkIC4uDv7+/njz5g19PkVRSElJwaZNm3j6emHQq1cvAJ/awtDQUIwePVpgudx1dS6iyGAIkGfRGOJ6FgTx0po1Qf59DA6H02KWQ+7ePPc9ffnypcgc5wDp7y8kFWtra0aPk2SOHz+OjIwMnjnRxIkTsX//fnz22WfNnquqqkpn9F6/fj3279+P4OBg+h3KyMjA8ePHsW3bNqHeQ0JCAsrLy+m+ysrKSqB1VHV1dXh4eMDCwgKVlZV49+4dLly4ILKMktIKf6AWphzTGwtSLok8ffoUZ8+epcuS4jgHkL6CQJBVpLluX758GVeuXIGenh7YbDbmzJmDrl27iuTaBAKheYg1AoFAIMggvXr1oqPBUxSFp0+fMirf2NgYnp6eWLFiBfLy8uhFpj///LPFxVWCZHLt2jXcvn0bQPuiaxgbG0NBQYE20AkMDMScOXME0qm2thY3btyg36/OnTuLZCHez88PQN09ZWZm4uHDh6AoCoGBgQgMDISuri6MjY2hp6cHLS0tdOrUCeXl5SgsLERqaipiY2ORnp4O4NOka9KkSTAyMsKNGzfapIuVlRXDd0cgEKQ9WjlB/PBvYGRnZzOyyJWdnd3sdQjSSUfagOaybt06+Pv7Izs7G9nZ2di+fTs8PDzaFa20qqoK27dvR1ZWFlgsFrp16yZRm3GSCH+2o9zcXEayWfBv1gozq1JmZiaAT2PplStXCu1ahNZD6rZkwF8/Zs6cyYjcWbNmwcvLix6jZmVlMSJXFiFtlGRQUFCA7OxslJWVQUdHBz169GAsw5qoI2hzneK479S6deuwYcOGVp3bqVMnmJmZwczMDA4ODnBycsLLly/x6tUr2NrawsvLC/379xem+lJDdXU1CgsL6bKSklKrAwx8/PgRe/fupY3Qm5r/V1dXIy4uDnFxcfj9998xf/58ODk5oVOnToLfQDsYNWoULl++jA0bNiA9Pb3VGXj4j+vTpw88PDwYyTbbHkQdDIRJuNkiufV7xYoVxGmujTg4OGDRokXiVkMiUFJSgouLC1atWoXq6mp6LTMpKQlbt26FiooKDAwMMHDgQGhqatLZJLkOQklJSSgtLeUJBkZRFBQVFeHi4iKyDCMFBQXYsGEDT9BEaVsnvXr1KiIjI3nWhz///HPs2rULU6dObfQcdXV1qKur4/PPP8eECRPg6OiIoKAguLi48KxXR0RE4Nq1a1iwYIHQ9B86dCjU1dVRUlICiqLg6+uL9evXCxwYxcfHh76PTp06tSoIpaCQZ9EQcT0LcUL6ijr4x5z1A0Fy4bfj+PjxY4vBHvjHzKJaL5CF/kKS+fnnnxk9TlKpra2Fr68vz76wlZUVXFxc2vw+9ejRA8ePH8euXbt4ZPr6+mLr1q1CfT/fvn0L4NO8YuTIkS2eU11d3axzXa9evTBv3jw6o+SlS5eI41wLlJeX85SZyjjPL0eSA63Wn0tIAqSvILQGe3t7casAgGQxbAuyUrcpisKrV6/w66+/4tChQxgzZgxsbGwwadIkxvYyCARC2yGOcwQCgSCjmJqaIigoCACQnJyMpKQkOsU7EwwePBgXL17EsmXLaGM3iqLA4XAaOB/IMgsWLMC4cePErYbApKWlITw8HED7JhtqamoYMWIELSM4OBgvXrwQyKDi6tWr9CYVi8ViJMpia9ixY0ej0Yu573R6ejrev3/f5Pn8UZmBuv8jODi4zboQxzkCQXhIa7Rygvjp0qULgE/PPCwsjJExFrcP5W58ca9DkG46ygZ0fTQ0NHDy5EksXboURUVFCAkJgb29PZydnTFo0KBWy0lOTsbevXsRExPDI5dkuG4e/rYjIiICffv2FVhuVFQUANG0UWVlZTxlWTfwkhZI3ZYMKioqeMpM1O/G5PBfh/AJWWmjOBwOHB0dUVtbCwAwNDTEjh072i3P1dWVzmClqKiI48ePM2ZAxCUvLw/nz5/HgwcPaKMxLsrKyjAzM8NXX30FS0tLgRxTRBlBu7q6Gk+ePKHXUnv16oW1a9e2S9agQYPg7e0Ne3t7JCYmIi8vD+vWrcPNmzdF5gwhyVy5cgUHDhygy+vXr2/Vs3327Bm2bNmCwsLCVhuIURSFqqoqXL58GZGRkTh27JjYsngaGBjA19cXZ86cweXLl1FcXAyg+Xvg3qempiZsbW2xcuVKRgIxtIc//vhDLNdlCv5gTK0xcCXwoqmpCU1NTXGrITGYm5vD1dUVTk5OqK2t5dm7KC0tRVRUFD1344e/DaMoCvLy8nB1dcX//vc/kehfXl6OFStWIDExkZ5b8u+/SAP8bdOQIUNw5syZNmcdmTJlCoYPHw4HBwckJCTQ44ELFy4I1VlLTk4OZmZm9B5yYWEhfv31Vzg7O7dbppubGwoKCuhnOmrUKJGMP8izaIi4noU4IX1FHfxBrkpKShqstXTr1o2n/Pr1axgbGzcrNz8/n6dcWVkpgJatQ1b6C4L4ef78OXJzc+n3p0+fPnB2dm638T2LxYKzszOioqLw33//AagLXBcZGSnUsX5RURFPubHs8nJycjzlioqKFrPSTZs2jXacy8zMREpKikgzSkob/G1qQUEBI4Hl+eeNKioqAsvsCJC+gtBawsPDxe50RbIYth5Zqtv19a6ursbjx4/x+PFjaGlpwdLSEtbW1hgyZIiYtSQQOh7EcY5AIBBkFHNzcwQFBdGDsL/++gt79uxh9Br9+/eHt7c3li1b1iBqbUehd+/eYjN8kDQWLlxITzhramqwfft2eHl5QVtbu82yYmJicPDgQZ7oX0uXLmVc5+bg30huT1Tm1hzfFjkEAoEZpG1BhdAyAQEBCAkJAVDXfrq4uAjtWsbGxpCTkwNFUaAoCnfu3GGkj/L39+cpDx06VGCZ0sCQIUNkKtsaoQ5DQ0Ncu3YNW7duRWJiImJiYsBmszFmzBh89dVXMDY2xhdffNHgvDdv3iAmJgYBAQH4+++/UVNTA4qiYGhoiEOHDjW6IUzghbvAzh1LXrt2DTY2NgLLvXLlSqPXEQb8hj4kq7nkQOq2+OGvH0wZQPLLEWZWSWlHVtqoW7du4Z9//gFQ12csXrxYIHnGxsa4cOEC3f/cuXOH0TGej48PXF1dUVxc3Oh8rry8nN54PnHiBHbv3o2xY8e2+3qiiqCdkJCA8vJy2gDAysqqRcO25lBXV4eHhwcsLCxQWVmJd+/e4cKFCyRqPIBHjx7Rz1VBQaFVWUkSExOxbt062mG2tUYa9Y97+fIlVq5ciWvXromtbdXQ0MDWrVuxatUqBAYGIiwsDJGRkfj48SOqq6vp4xQUFPDZZ59h5MiRMDMzw/Tp08Xexpmamor1+oLC37/KWmb54uJixMXFITY2FllZWSgsLERpaSlUVVWhpaWF7t27w8jICMOGDSNBEhjEwsICPXv2hJOTE70v19LeRWPH9O7dG7/88guGDx8uEr0B4MSJE7RTUv0AnP369cPIkSPRr18/qKurM+58zyQpKSlITU2l9dfQ0MDx48fb7KjFRUdHB8ePH4elpSU4HA6AuvmTsA3XlyxZQu8hUxSFa9euoUuXLti4cWObZR07dgxXrlzh2c/75ptvhKA1L+RZNERcz6I5SF8hOvjXVrKysvDZZ5/xfMcNfMTtE8LDw1uct/EH0xLFc5KF/oIgGaSlpQH49P7a2dkJvJampKQEOzs7nn3ItLQ0oTrOlZSU8JQbq4eqqqo8ZQ6H0+J8jruOy20TXr58SRznmoF/Pvfu3Tvo6uoKLJfrhMl9T9s7lulokL6CQJBNZKVuDx8+HM+fPwfQ0N60oKAA3t7e8Pb2hr6+PthsNubMmUPafwJBRBDHOQKBQJBRJk2ahJ9++glA3aDLx8cH69atYzwzQK9eveDt7Y3ly5fj1atXxNmnA2NhYYGzZ8/ixYsXYLFYePXqFezs7HDw4MFWG/9TFIW//voLLi4uKC8vB1A3gRg7dqzYHAja6mBDHHIIBMlG2qOVExonISEBvr6+9DhEmI5zmpqaMDQ0REJCAgAgLi4O9+7dw4wZM9otMzAwELGxsfTin76+foPor7LKzJkzMXPmTHGrQWCQKVOm0J9ramp4PoeGhiI0NBQAIC8vD3V1daioqKCsrAwcDofn+PoG63l5eVixYkWb9GCxWHjw4IEgtyKV9OzZE/r6+nj16hUoikJsbCzOnj2LlStXtlump6cnoqOj6TZKT08PPXv2ZFBrXgYMGMBTzsvLE7vRNoHUbUlBT0+Pp5yRkcFIZP0PHz4A+GSgwX8dwidkpY0KCAigP2traws0lgWAGTNmQEdHh85G4O/vz5jj3OnTp3H48OEWndm4v799+xYODg5YuHAhdu3aJdEZNriZ87h1rzWGdtXV1c061/Xq1Qvz5s2jo8ZfunSpwzvOURSF58+f0+/O8OHD0bVr12bPqayshKOjI8rKyho4zJmYmMDMzAwDBw6EpqYmKIpCUVERkpOT8ezZM8TFxfEYd/z333/Ytm0bTyZDcaCurg42mw02m01/V1JSAg6HA3V1dalsyyQdfiPK4uLiBgat0khwcDCuXr2K0NBQOnNpc8jJyWHcuHFYtGgRJk6cKHwFOwAjRozAzZs3cfXqVVy6dIk2CufCb5RVf8+iT58+sLW1xYIFC0T6PpaXl8Pb25tHt/79++OHH36QqmyMycnJ9GcWiwVbW1v06NFDIJk9evSAra0tTp06xXMdYRqum5qawtTUlA6GSVEUTpw4gejoaGzfvh2GhoYtykhMTIS7uzuePn0K4NN45ssvv8S4ceOEpjsX8iw+Ie5n0RikrxA9enp6PG1sSkpKgwzpffv2haamJh2Q5N69e9i5c2eT6woUReHixYs83zHhJNIcstJfECSDrKwsnvKYMWMYkcuVw31Ps7OzGZHbFJ06deIp119r5cI/n/v48WOL/SK/Ax7//0XgpVevXgA+PffQ0FCMHj1aYLncdXUugu692NvbC3R+U6Snp7f6OiwWC56enkLRAyB9BaHtEDs+6UCW6vbly5fx33//4fr167h16xYyMjIANAzMlpycjIMHD8LNzQ3jxo0Dm83GpEmTBAquRyAQmofULgKBQJBRdHV1YWRkhNjYWABAWVkZjh8/znjWOQDo3r07vLy8sHLlSsTHxxPnuQ7MgQMHYGdnR0fLTk1NxYIFCzBmzBjMmDEDgwcP5jm+qKgISUlJyMrKQmRkJO7du4f//vuP3tShKAqdO3fGjz/+KLJ7GDVqlMiuRSAQRI+0RysnNA+3/xA2s2fPpsc8FEXh+++/R9++fRv0c63hxYsX2LVrF08kYEtLSyFo3X5qa2tRUFCAoqIiOiKwpqYmtLW1IScnJ271CBLG+/fved5nLvWjwgF1Rt8FBQUoKChoVE79hePMzMw2b2p05DnJ3Llz4ebmRv/n7u7uqKqqwpo1a9r8v5w9exaHDh3ieab1ja2FgbGxMTQ1NVFUVAQAeP78OcnyLQGQui0ZmJiYQENDg86A8Pjx43aNP/jhZu4F6gxtTExMBJYpq8hCG1VeXo6oqCi6Pk2bNk3gMZ2cnBymT59OZyiNiIhAZWWlwE5rjx49wqFDhwA0dALgh//3q1evIjY2FidOnBDYiFpYcN8jLo1l4OR/NhUVFS1unE+bNo12nMvMzBR6phRJJzU1FSUlJfQ7Mn78+BbPuXTpEjIyMnj6uWHDhuGHH36AgYFBs+fGxsZi3759SEpKos9/8uQJnj59yohRHZOoqakRhzkhYmJiwvMOvX79WmLbo9bw5s0b7N69myfzTH2aaqdramoQEhKCkJAQjBgxAj/99FOjWYoJbUNVVRXLli3D0qVLER8fj6ioKMTGxiI7OxvFxcUoKSmBmpoaNDQ00K1bNxgZGWHEiBEYOnSoWMbUkZGR4HA4dJ347LPPcOnSJWhra4tcF0HgGpRz50VTp05lRO7UqVNx6tQp+tmIwnDdxcUF8+fPR0FBAf1cnj17BhsbGxgaGsLU1BRDhgyBtrY2VFVVUVpaioKCAiQkJCA8PByJiYkAwLOfp6WlJdSAZvUhz0JynkV9SF8hPjQ1NTFgwACkpKSAxWIhPj4eNjY2PMewWCxMmzYN169fB4vFQllZGZycnPDbb781mrXjwIEDPAH/5OXlhW60LCv9BUEykJeX5ykzNRbnl8N/Habhz15eUlLSwOmNPxjn69evYWxs3KxcbvAjLpWVlQJoKfsMHToU6urqKCkpAUVR8PX1xfr166Gurt5umRwOBz4+PnSb16lTpwZOz22F64wvTCiKwr///tvkb8K+PukrCG3h559/FrcKhFYia3W7T58+2LJlC7Zs2YJnz57Bx8cHDx48QFlZGQDe/dLq6mo8evQIjx49gra2NmbPng1ra+sW16EJBELbIY5zBAKBIMNs3LgRYWFhdFlRUVFok1RtbW14enpi7969ItlEKCgoQHZ2NsrKyqCjo4MePXpAUVGREdnPnj1DZGQkXXZ0dGREbkfA0NAQhw4dgqOjI2pra8FisVBbW4u///4bf//9N30cdzPk6tWruHr1aoPvuZMgRUVFHD58GJ999pnI7oE/ch6BQCAQCPwsXrwYZ8+eRU5ODlgsFjgcDr7++mvs2bMHc+fObbWcmzdv4scff6QXAAFAR0cH33zzjbBUbzXx8fHw9/dHdHQ0kpKSUFFR0eAYZWVlGBgYwMTEBBYWFmLLDkuQTLjvNL+DDRNyWqKjRw60t7eHt7c3Pn78SI+rPTw8EBgYiFWrVmHKlCnNOjJUVVXh4cOHOHPmDBISEnjmkD179sTXX38tVP0VFRVhY2OD8+fPAwB8fHwwZ84coV6T0HpI3RYvCgoKmDdvHl0/vLy8YGtrK7CBhpeXF4C652FjY0OiWTaDLLRRycnJqKqqousfU4aPI0eOpB3nKioqkJKSgiFDhrRbXklJCXbv3g2AdxO5b9++sLS0xODBg6GsrIwPHz4gPDwcQUFBdCAnbv+XmJiIxYsX4/fff5dIw9uSkhKeMr/hG4AG2YA4HE6Ljk7ce+X+by9fvuzQjnP8mf1aM2/x8vLicRifPHkyPDw8WmUQaWRkhGvXrmHdunUIDQ2ln8PZs2clznGOIFy6d++OUaNGITw8HADw8OFDmJubi1mr9hEUFIStW7eisrKy0Qyg/FnNGvsdqDOCsrKywpEjRzBp0iQRaC77sFgsDBs2DMOGDRO3Ks2SmpoK4FNbvGbNGqk0fquqquIpczOPCAq/HP7rCINevXrBw8MDDg4OqKio4HH0TUhIoJ2xGqN+feeep6ysjGPHjqFPnz5C1x0gz4KLJDwLLqSvED9mZmZISUmhAzc0xsKFC+Hj4wOg7j8PCQnBnDlzYGNjA319fSgqKuLNmzfw8fHBixcveMbE06dPF2j9oTXISn8hK5w9exZz585t4JQlLfDbmJSUlDDyDvPP5YUdHIM/yE5WVlaDexs0aBCAT+1qeHg4rK2tm5Vb38mZxWI1uiZB+IScnBzMzMwQFBQEACgsLMSvv/4KZ2fndst0c3OjHedZLBZGjRolcBAqLo31xbIC6SsIbaGltpAgOchy3TY3N4e5uTlKSkpw9+5d+Pn5ITIysoEdN0VRyM/Px8WLF3Hx4kUMGjQIbDYblpaW0NHREeMdEAiyA9kBJxAIBBlm7NixGDt2rMiup6amBnd3d6HJz8vLw/nz5/HgwQPa4IGLsrIyzMzM8NVXX8HS0lKgqE5Pnz7F2bNn6TJxnGsbkyZNwrlz57B9+3ZkZ2c3SDNdn6Y2SCiKQteuXXHs2DES6Z5AIBAIEoeSkhK+++47bN++nd7M4HA42LFjB37//XcsXLgQpqamjRqnpqSkIDw8HNeuXUNycjJPJGAWiwUnJyeoqKiI4a7qePLkCdzd3ZGUlER/15SjQnl5OaKjoxEdHY0LFy7A0NAQ27Zt61DGoA4ODli0aJG41ZA4iHOLeFFSUoKLiwtWrVqF6upquo1JSkrC1q1boaKiAgMDAwwcOBCampp0tPKioiKkpKQgKSkJpaWljQa1cHFxYWzjtjnWrFmDO3fuICsrC2FhYbh586bUOabIIqRuSwbr1q2Dv78/srOzkZ2dje3bt8PDw6NddbOqqgrbt29HVlYWWCwWunXrJvNrIEz03dLeRr1+/RrApw1oQ0NDRuRyo59y13bevHkjkOOcr68vHaiC2/6sX78ea9eubeDcuXDhQnA4HJw6dQrnz59HTU0NrUdGRgbs7Oxw9uxZxu6VKTp16sRTrqmpaXAMv5Pcx48fWzTK4zd2E0WQM0nm48ePPOXGMvvV57///kN6ejpP4IBDhw61ab1ZUVERR44cwYwZM5Cbm0tHYy8rKxPrfI8gejZu3EgHx/nzzz+xYsUKkQaJY4Lg4GBs3ryZdh7hX+/X0dHBgAEDoKmpCRUVFZSVlaGoqAipqanIzc3lOQeoc67euHEjjh49iokTJ4r2Zghig9/AfMyYMWLSRDBEZagmquuMGjUKly9fxoYNG3j6PqD5+R//cX369IGHhwcj2bBbC3kWdUjCswBIXyEpTJ06lQ4AkZaWhuTkZAwcOJDnGCMjI1hZWcHX15eea7179w6HDx/mOY7f4UJFRQUbNmwQ+j3ISn8hK7i5ueHIkSMYPXo0bGxsMHnyZMaCWYsC/qApqampjDi58a+rCLL20Rr09PR42siUlJQGWcn69u0LTU1NFBcXg6Io3Lt3Dzt37oSmpmajMimKahBQWldXl3nlZYwlS5YgKCiIbj+vXbuGLl26YOPGjW2WdezYMVy5coVnj5jJwKrN2WkxgTj3CkhfQSDIJh2hbqupqWHevHmYN28e0tLS4Ovrixs3buD9+/cAGrbdL168wM8//4xffvkFEydOhLW1NSZOnCj0bLcEgixDHOcIBAKBIBX4+PjA1dWVXujhp7y8HI8fP8bjx49x4sQJ7N69WyCnQVmOviMKzMzMcOPGDRw5cgR+fn6orKwE0Pz/yY00qKCggNmzZ2PLli3o3r27qFQmEAgEAqFNWFpa4sWLFzh79ixPVovk5GT89NNPAOqMJTU1NaGmpoaSkhIUFRXRxgONjTWWL1/epox1TFJRUYH9+/fDz88PAK9+LY2H6kdAXrFiBaysrLB//34oKysLVWdJQFNTs8mNx47KH3/8IW4VCKiLXOfq6gonJyc6EzRQV19LS0sRFRVFR5Tlh799oigK8vLycHV1xf/+9z+R6K+lpYUjR45gxYoVKC0txffffw8AUuWYImuQui05aGho4OTJk1i6dCmKiooQEhICe3t7ODs709GlW0NycjL27t2LmJgYHrmyHl2aib5b2tuogoICnjJTxsCdO3fmKefl5Qkk7+rVqzzGQ46Ojli/fn2Tx6urq2Pbtm2YNWsWtmzZgnfv3tFj2by8PNjb2+PkyZOMZdhjAi0tLZ5ySUlJgzrIH9n/9evXMDY2blZufn4+T5m7LtdR4Te6aKkNiI2NBfDJCHLZsmXtmtuoqalhyZIldKC56upqREVFyaTRB6FpRo4ciWXLluHcuXOoqKjAunXr8Mcffwg9WwtT5OXlYefOnTyZSimKQvfu3WFnZwcLC4tmszy9f/8et2/fxuXLl+mM2CwWC1VVVdixYwfu3r3boP8gyCb8GVSlNVI6vwNKeno6I+8w10iO2/fwX0eYGBgYwNfXF2fOnMHly5dRXFwMoOX9PKCuT7W1tcXKlStF3q6RZ1GHJDwL0ldIDmZmZujatStycnIAAFeuXMHevXsbHLd79268efMG0dHRTTpW1P9eQUEBBw8eFEkWb1npL2SJ6upqhIaGIjQ0FJqamrC0tIS1tXWrMnmLm759+2LgwIFITk4GAPj7+zMS+PHWrVsA6uqJnp6e0OuGpqYmBgwYgJSUFLBYLMTHx8PGxobnGBaLhWnTpuH69etgsVgoKyuDk5MTfvvtt0bnswcOHEBsbCy97iIvLy9R6yWSiqmpKUxNTREeHk7/dydOnEB0dDS2b9/eqoBNiYmJcHd3x9OnTwF8GnN8+eWXGDduHGO6cuUaGBgwMjZIT0/Hhw8fANS9b+J8X0hfQSBIJoIGLexodbt3797YuHEjNm7ciPDwcPj4+ODevXsoKysDwDser66uRlBQEIKCgqCjo4PZs2djx44d4lSfQJBaiOMcgUAgECSe06dP4/Dhwy06s3F/f/v2LRwcHLBw4ULs2rVLJBkRCA3R0dHBDz/8gE2bNsHHxwdhYWF4/vx5A2MVAFBQUMDQoUMxZswYWFlZoXfv3mLQmEAgSDJDhgyBtbW1uNUgEHjYtm0bWCwWnamWf5O5srISOTk59EZ1feofy2KxsGrVKmzZskVEmvNSVlaGNWvWIDw8vFGHmZbgj2zs5+eHjIwMnDp1qkEWDVFSXFyMuLg4xMbGIisrC4WFhSgtLYWqqiq0tLTQvXt3GBkZYdiwYTLvJCBKTE1Nxa0C4f9jYWGBnj17wsnJiY5W3lLE8saO6d27N3755RcMHz5cJHpzGT58OM6dOwdHR0fk5OTgu+++w+3bt/H111/DzMysQzjnShKkbksWhoaGuHbtGrZu3YrExETExMSAzWZjzJgx+Oqrr2BsbNyo0c6bN28QExODgIAA/P3336ipqQFFUTA0NMShQ4dazMIkbKSp75bmNqq8vJynzJSu/HJKS0vbLaugoIA2CAOAAQMGNOs0Vx9DQ0P4+Phg+/btCA4O5skQ7eDgAA8PD0YNkQSBv85lZWU1yETFdYjl/hfh4eEtzo25zvHcuYa464u44V9LrqioaJDJrz7crCdcBHlfxo8fD3d3d1oH/ux3hI7Bt99+i6KiIvz1119ISkqCjY0NfvrpJ4waNUrcqrXIkSNHUFBQwJP9c9GiRXBycmpg0NQYurq6WL16Nezt7eHm5gZvb2+6PhQWFuLIkSNwdnYW6j0QJAP+PR8Oh9NsWyypDBs2DF27dqX7iocPH2LYsGECyw0KCqI/6+joMCKzLWhoaGDr1q1YtWoVAgMDERYWhsjISHz8+BHV1dX0cQoKCvjss88wcuRImJmZYfr06WJ7juRZSM6zIH2F5MBisfDo0SPU1tbS5cZQU1PD77//DldXV1y/fr3B8dxgtwDQp08fHDhwQGTjFlnpL2SJ+u9FYWEhLl26hEuXLmHAgAFgs9mYM2cOunTpImYtm2bVqlXYvn07vXe1YMGCFoPRNEdMTAz8/Pzo/2XVqlVMqdosZmZmSElJAUVRePLkSaPHLFy4ED4+PgDqnldISAjmzJkDGxsb6OvrQ1FREW/evIGPjw9evHjBE6xo+vTpUhPcQ9y4uLhg/vz5PH3fs2fPYGNjA0NDQ5iammLIkCHQ1taGqqoqSktLUVBQgISEBISHhyMxMRHApzUbiqKgpaUFFxcXRvXkys7OzsbKlSthYWEhkDx3d3ecOXOGLvNnLBQlpK8gECQTQYMWduS6zXXM3rt3LwICAuDn54d///2X7iuAT/v6ubm58PT0JI5zBEI7IY5zBAKBQJBoHj16hEOHDgFoaJTND//vV69eRWxsLE6cOIEePXoIX1lCo3Tp0gUODg5wcHAARVHIy8tDQUEBioqK0KlTJ3Tu3Bk6OjrEwZFAIDTLzJkzMXPmTHGrQWiBf//9VyzXzcjIEMt1WSwWtm3bBhMTExw4cIDWozUZa7ljmc8//xx79uzBpEmThKprczg5OSEsLAwA7yaouro6pk6dCiMjI+jr60NDQ4Pe5CkuLkZKSgri4uLw4MEDFBcX82TeCw8Ph5OTEzw8PER+P8HBwbh69SpCQ0PpTf/mkJOTw7hx47Bo0SJMnDiRUV3s7e0ZlddeWCwWPD09xa0GQQyMGDECN2/exNWrV3Hp0iWkpaXx/M4/h6o/z+rTpw9sbW2xYMGCVhk6CQMTExPcvHkTLi4uuH37Nh3dWF5eHn369IGWlhYUFRXbLJfUCYI0M2XKFPpzTU0Nz2duHQEAeXl5qKurQ0VFBWVlZeBwODzH13eWz8vLw4oVK9qkB4vFwoMHDwS5FRpJ6rvbgrS2UfxOVAUFBYxsQPNnslNRUWm3LG4mRKDu/1i8eHGbzldTU8Px48dx8OBBXLhwgR6nlpWVYd26dXBzc8OMGTParR9T6Onp8fTFKSkpMDIy4jmmb9++0NTURHFxMSiKwr1797Bz584mjRAoimpgvKSrq8u88lIE/3+Vk5PTbMTiwsJCnnLPnj3bfW3+c/mzAYqSt2/f4uXLl8jPz0dxcTEqKiraLcvR0VEgXbiZzutjZWXVquOYprHrMgl3nWTu3LkoKipCYGAg3r17B3t7exgYGGDcuHEYNGgQtLW129VnABCaIXtlZSXu3r3LY1Db3qA/Kioq2LNnD53hlivzzp072L17d7vvnSA9jBgxAvLy8vR4NCUlRSr37VgsFuzs7PDbb78BALy9vWFra9sgQ2xbyMrK4nEUsrW1bdXaojBQV1cHm80Gm82mvyspKQGHw4G6urpEGS2SZyEZz4L0FZKHgkLrzADV1NTw448/YtmyZbh//z4iIiKQk5OD0tJSaGtrQ09PD+PHj8e0adMgLy8vZK0/ISv9hazQs2dPngxTwKf1pJSUFPzyyy9wd3fH2LFjYWNjg0mTJrX6HRQVlpaWCAwMRGBgIGpqarB69WqcOXOmXY7R8fHxWLt2Lb12NW3aNMyZM4dplRtl6tSp8PLyAovFQlpaGpKTkxtkRTUyMoKVlRV8fX3pNvTdu3c4fPgwz3H8ATRVVFSwYcMGkdyHLNCrVy94eHjAwcEBFRUVPI7jCQkJtGNcY9Tff+Gep6ysjGPHjqFPnz6M6Hf+/Hns3bsXaWlpYLFYyM3Nxfbt2+Hj44P9+/fLRBBz0lcQ6iNolrOOgjQELSR1uy7rHnce+P79e/j6+uLGjRt0mw60LvA1gUBoGsmarRAIBAKBUI+SkhLs3r0bAO9CXN++fWFpaYnBgwdDWVkZHz58QHh4OIKCglBeXs5jtJ2YmIjFixfj999/bzTaOoEZOBwO0tPT6bKqqmqjCzssFgtdunSR6KhjBAKh/dTW1tKOsdxFFk1NTWhra0NOTk7c6hFEwDfffCM2Y4L6GxOiZsqUKZg4cSJu3LgBX19fxMTEoLKyssnjlZSUYGxsjHnz5sHS0lKkG8/8BAYG4v79+w0c5hwdHbF48eJmM5BwjfOcnZ1x5coVHD16FBwOh34W9+/fx/379zFt2jSR3MubN2+we/dungwb9WkqCENNTQ1CQkIQEhKCESNG4KeffmJs3BgeHi62OsGlfiQyQsdEVVUVy5Ytw9KlSxEfH4+oqCjExsYiOzsbxcXFKCkpgZqaGjQ0NNCtWzcYGRlhxIgRGDp0qES8O0FBQYiLiwPwqe5WV1fj9evX7dKP1AmCtPP+/Xseo0Qu/GOh6upqFBQUNHBmqn88UFcnMjMz2zyOYqIeSWLf3VaksY3q3LkzT/ndu3eMOFb9999/AD7dQ3OOSS2RnZ3NI6s9WS9ZLBZ27NiBLl260Bm/WCwWqqqqsG3bNpSVlQndYaYlNDU1MWDAADq7Xnx8PGxsbHiOYbFYmDZtGq5fv047/zk5OeG3335rdKx+4MABxMbG0m2CvLw8Ro4cKapbkkj41ygTExMbGBjWhz9rdlVVVbszM9bPDAOgVc7BTPL69WtcunQJt27dQlFREWNyBXWc27FjR4O2rrH62NhxTCPsdoB/naR+/5uYmIikpCSB5LNYrGYNMwUhMjKSDpID1GX03Lx5s0AyN27ciNDQUCQkJACo21eIiIiAubm5oOrKPBwOB46OjnQ7YmhoKFB0cVdXV/rdUVRUxPHjx4WaMVdbWxtjx45FSEgIACAgIABjx44V2vWEyYoVK3D79m28fv0axcXFWL9+PU6fPg1tbe02yyoqKoKjoyOKiorAYrHQv39/ODg4MK+0AKipqUmMkxY/5FmIH9JXSD/9+/fH6tWrsXr1anGrAkC2+gtxMmTIkBYzlbeGhw8f4p9//sH169cRFBSEsrIyALxj2urqanqNRltbG5aWlrC2toahoaHA12eKX3/9FZWVlXj06BEKCgqwePFi2NvbY/ny5ejatWuL5+fm5uLcuXP4448/UFVVBQCYNGkS3N3dha06jZmZGbp27YqcnBwAwJUrV7B3794Gx+3evRtv3rxBdHR0kwb29b9XUFDAwYMHiS1VGxk1ahQuX76MDRs2ID09vcUg8Fz4j+vTpw88PDwwePBgxnQzNzfH7du34eHhAU9PT9TU1NCZCmfPno01a9Zg5cqVEufk2hZIX0Goj6BZzupz48YNug5raGjwBDFsKw8fPqTX4hQUFGBpacmIjm1FmoIWkrrNi66uLhwdHbF06VL8+OOPuHHjBtnfJhAYQHpHQAQCgUCQeXx9fZGTk8Nj/LV+/XqsXbu2wSR+4cKF4HA4OHXqFM6fP4+amhp6sJiRkQE7OzucPXtWohboZIm7d+/yLMwtXboU3333nRg1IhAIoiI+Ph7+/v6Ijo5GUlJSoxHLlZWVYWBgABMTE1hYWGDo0KGM69GRopVLA+JwYBP3IpG8vDwd/amiogJxcXH4+PEjCgoK6EjAWlpa6NmzJ4yMjCQm0+qpU6fozxRFQVdXF+fOnUPfvn1bLUNJSQn29vaYOHEili1bhoyMDHr8dvLkSZE4zgUFBWHr1q2orKxsEC0TaJhJq7HfgTpjDysrKxw5ckSsWQAJBGHAYrEwbNiwdkXTFQcFBQXYsGEDIiIi6O/E3dYTCJIEtz40ZowvqJyWYGKsJ+19tzS3Ub169QLwSd/Q0FCMHj1aYLncbIdcBMnSxZ/xS5DIsg4ODtDW1sa+fftoR7zq6mrs2rULJSUlsLOza7dsJjAzM0NKSgptxNQYCxcuhI+PD4C6dz8kJARz5syBjY0N9PX1oaioiDdv3sDHxwcvXrzgca6dPn061NXVRXlLEseQIUMgJydHtxsPHz5sdt7O72iXnp7ebiM2/my//I6rwuT//u//cPLkSVRXVzPSbjfmtC0ojbX/zR3HNKJst/nvVRqiRL9//x7AJyfmRYsWCfyfycnJYfHixXTAxPrXITTPrVu38M8//wBoXzZWfoyNjemsrABw584dRgzsm2PTpk148uQJampq4Ofnh6+//ppRI2FRoaSkhFOnTsHe3h4ZGRmIi4vD/PnzsXv3bkyYMKHVckJCQnDgwAG6r+jZsydOnTolMWuG0gB5FuKH9BUEYSAr/YU4mTlzJmbOnCmwHBaLBXNzc5ibm6OkpAR37tyBn58fIiMj6d+5UBSF/Px8eHl5wcvLCwMHDgSbzcbs2bMFCqwjKNwM0EuXLgWLxUJwcDCqq6tx/vx5eHp6YuTIkTA2Noaenh60tLTQqVMnlJeXo7CwEKmpqYiJiUFkZCTtfMRisTBp0iQsWbIEMTExbdJFkEzRLBYLjx49op0emmpr1dTU8Pvvv8PV1RXXr19vcHz99bY+ffrgwIEDQstgLesYGBjA19cXZ86cweXLl1FcXAyg+Xkm97/X1NSEra0tVq5cKZQ1G2VlZXz77bewtLTE7t27kZCQABaLhfLycvz222+4desWnJ2dpTrQEukrpANpyHLG5dmzZ/juu+/oOrxmzRqBHOfi4+Nx4sQJuqyrq4vhw4cLrGdrkdaghaRuf+Lp06fw8fHhSSRCIBAEh0VJ8oo8gUAgECSOjx8/0s5sXbt2RdeuXYWWJWX27Nl49eoVvQDl6OiI9evXt3heYmIitmzZgnfv3jXInnLy5MkWJ//u7u44c+YMgLqJgqBRX6UBQe/51KlTOHz4MH3+pUuXRDrhIxAIoufJkydwd3fnaS9aG0HN0NAQ27ZtY8Q4k8vgwYMbLBQ01pY1dhzTdIR+oylE8f82B3fM0JGfQVtIS0vDtGnTaANIZWVl+Pj4QE9Pr90yU1NTYW1tjaqqKvp5BAYGonfv3gxqzktwcDA2btxIR/rkN0DU0dHBgAEDoKmpCRUVFZSVlaGoqAipqanIzc3lOYd7nqKiIo4ePSpwJDVJWcgl9YIgbZSXl8POzg6JiYkNDLSZMvwmdYIgrchC3yLJfXdrkPY2qra2FqampigpKQFFUdDW1saDBw8EMtThcDiYOnUqCgsLQVEUVFRUEBYW1m5j49OnT+PQoUMA6v6PZ8+etStzSH3u3r2Lb7/9FjU1NQA+zR22bt3Kk01E1OuC//zzD23AB9RFNm4sG9rOnTvh6+vLE2CMf+5V/3uKoqCqqorr16+TyPEAFi9ejOjoaDqivq+vL/T19Rs9Ni8vD2PHjqX/z9auSTfGoUOHcPr0aQB1z8XLywtffvll+26iDRw4cABeXl5NOiYLAhP1grt2UF+/5tZwhOk4J+w6Lsx1EmGvgfCv+QcEBLQpyE5TvHv3DjNmzKD/ly1btmDVqlUCy5V1lixZgrCwMAB1TrhPnjyBnJxcu+XV1tZi7NixyM/PBwCMGTMGZ8+eZUTX5vD09MTPP/8MAOjevTs8PT2ltp/Ky8vD999/j+DgYAB19URPTw+zZs2CsbFxo+PZV69eISYmBgEBATz7n5MmTcJPP/0kVscCaYY8C/FB+gqCsJCl/kIWSUtLg4+PD27cuIGMjAwAjQeGYLFYkJeXx4QJE2BtbY1JkyYJzbaoKZoaj7c2iEdbj20KYWaKborXr1/j/v37iIiIQE5ODkpLS6GtrQ09PT2MHz8e06ZNE/nzkFU4HA4CAwMRFhaGyMhIfPz4kScDvYKCAj777DOMHDkSZmZmmD59usiyyNbW1uLChQs4evQoysrKeILiWFtbw8nJqVVrbpJoR0f6CsFJS0vDhw8f6LKpqSkjcqUpyxmX7777Djdu3ABQV2cfP34s0JwgLy8P48ePR3V1NVgsFubNm4cff/yRKXWbpTVBC/lp6ndlZWWRBy3syHX77du38PX1xc2bN/Hx40cADcchxCaKQBAMknGOQCAQOhAcDgdhYWH4+PEjSkpK0KVLF3rDoDmysrJw/vx5+Pv7Izs7m+e3Tp06YfTo0bC0tMSsWbMY07WgoAApKSn0oG/AgAGtNlAwNDSEj48Ptm/fjuDgYLBYLLBYLHA4HDg4OMDDwwPjxo1jTFdCw0VCbvRySYI/EgyLxcKDBw9aPI5pmrougSAtVFRUYP/+/XTmtvqT9NZGCE9ISMCKFStgZWWF/fv3Q1lZmTH9OlK0ckmmI2ack0YSEhLozywWCwsWLBDIaQ4A9PT0sGDBAnh5edHfxcfHC81xLi8vDzt37kRVVRXPYmH37t1hZ2cHCwuLZscl79+/x+3bt3H58mV8/PiRbsuqqqqwY8cO3L17V6CsENxFXQKB0DZOnDhBR0Gtbyzdr18/jBw5Ev369YO6ujqjYwgCQVr4448/xK2CQEh6390apL2NkpOTg5mZGYKCggDUZXf79ddf4ezs3G6Zbm5uKCgooP+TUaNGCZShQ1NTk6ecm5srsOPcrFmzoKqqik2bNqGiooJ+docOHUJpaSk2bdokkPz2YmZmhq5duyInJwcAcOXKFezdu7fBcbt378abN28QHR3dZKaq+t8rKCjg4MGDHcaooCUWLFiA58+f0xkH9+zZgz/++KPR91RHRwfjx4/Ho0ePANQZayxevLjNxjKZmZnw8vKi3zUVFRUYGRkxcTvNEhwcjIsXL/Ks03DflZ49e6J///7Q1NREp06dhK5LU7Q2o4EsZD74/PPPxa1Cu+GvH126dGFELr8cRUVFRuTKMuXl5YiKiqLr9LRp0wRymgPqxgPTp0/HlStXAAARERGorKwUeoatJUuWQF5eHq6ursjKygKbzcbatWuxaNGiBv2/pGJgYMBTrt/Wvnr1CseOHWtRBv8adnBwMMaMGdMmPcRhgC9pkGchfkhfQRAWstBfyDK9e/fGpk2bsGnTJoSFhcHHxweBgYEoKysDwNseV1dX4+HDh3j48CE6d+6MOXPmwMrKSuSBoQTJAN1U0BpJp3///li9ejVWr14tblVkHnV1dbDZbLDZbPq7kpIScDgcqKuri8xJrjHk5OSwfPlyTJs2Dfv378eTJ0/odQpfX18EBwfDyclJ6NmnhQHpKwSnd+/ejO7hS2uWMwB03QDq1msFDaSho6MDc3NzhIaGgqIoPH78mAk1WyQ4OBibN29mLGhhRUUFNm7cKLKghUDHq9scDgd37tyBj48Pnc22MTs87ndGRkY8/Q2BQGgbxHGOQCAQOgC5ublwdXXFvXv36IFxfYYMGYKdO3c2Gu327t272LdvH4qLixtdACorK6MXui5evIgDBw4wMnnhDgSBukHg4sWL23S+mpoajh8/joMHD+LChQv0QLKsrAzr1q2Dm5sbZsyYIbCehDr4jZfEaXjRFO/fv282KndTxzENcewgSDNlZWVYs2YNwsPDG41q0xL8C2F+fn7IyMjAqVOnJLLdILQdNTU1lJaWAqh73ps2bcKIESOEft2rV6/C399f6NeRNTIzMwF8iko1c+ZMRuTOmjWLNhAF6oIwCIsjR47QRtrcdmjRokVwcnKCqqpqi+fr6upi9erVsLe3h5ubG7y9vWm9CwsLceTIEYGMyKVxo4lAEDfl5eU8dRGo2+T/4YcfWsweTiB0BJiK+iouJL3vbglZaaOWLFmCoKAg+jlcu3YNXbp0wcaNG9ss69ixY7hy5QpPxOpvvvlGIP26d+/OU/7vv/8EDvAAABMmTMCpU6ewbt06lJaW0jqfPHkSZWVl2LFjh8DXaCssFguPHj2ioy83tW6kpqaG33//Ha6urrh+/XqD4ymKoutUnz59cODAAZlwOmKKOXPm4PTp03j79i1YLBZiYmKwdu1aHDt2DCoqKg2Od3Jywj///IOKigoUFRXBwcEB58+fb7VxRl5eHhwcHHjmx1999ZVIjL5/++03+jNFUZCTk8PChQuxZMkSiXGkvHjxIqPHSTIPHz4Utwrtht/pr7i4WKDspPXl1Kdnz54Cy5R1kpOTeYIOMDXmGDlyJO04V1FRgZSUFAwZMoQR2Y1R34lp9OjRePz4McrKynD48GEcO3YMQ4cOxcCBA6GlpdXu9tLR0ZEpdZukqej83HFFa/eW2rKuTmgc8izED+krJAsLCwuw2WzMmTMH3bp1E7c67UZW+gumefbsGSIjI+mypNyDmZkZzMzMsG/fPgQEBMDX1xcRERH0+gAXiqKQl5cHT09PeHp6YvDgwWCz2QKvH7SWpuba7bHdaOs5pH/pmKipqYnVYY6f3r174/fff4efnx8OHjxIZ57Oz8/Hrl274OPjA2dnZ/Tv31/MmraOjtxXSGp/0JosZ61xpIuMjISVlZVIs5y9e/cOOTk5tD7jx49nRO6ECRMQGhoKoM5eIi0tTWjBhgHZCFrYUeo2RVF48uQJfH19ERQUhIqKCvp7oOEctVu3bpg7dy6sra0Z2SchEDoyxHGOQCAQZJzY2Fg4ODigqKioyQWZ+Ph42NvbY//+/Zg/fz79/e3bt/Hdd9+hpqYGQNMLQFy5UVFRsLOzg6enJ/T19QXSm5vZjrug1h7DMBaLhR07dqBLly5wd3fnGdBv27YNZWVlsLKyEkhPQh38Rhc5OTnQ0NAQkzbN01qnOGE4uJFFUYK04+TkhLCwMAC8E3V1dXVMnToVRkZG0NfXh4aGBlRVVVFaWori4mKkpKQgLi4ODx48QHFxMc/mdXh4OJycnODh4SGQbh0pWrkkM2TIEISHh9Pl2tpakRh3cxccCW2DuwDHpW/fvozI5ZfDfx2mqKysxN27d3mMtFetWoUtW7a0WZaKigr27NkDDQ0NnDx5kpZ5584d7N69m0Q1BuhMo/VpbCzd2HFMQ8bwsk1kZCQ4HA5dDz/77DNcunRJ4ExDhMYhdZsgSmSh75aVNsrU1BSmpqYIDw+n7+XEiROIjo7G9u3bYWho2KKMxMREuLu74+nTpwA+reF9+eWXGDdunED6DRw4EMCneWd4eDhjhhJmZmY4d+4cVq1ahaKiIvr+PT09UVpaKpb1LAWF1m3Vqamp4ccff8SyZctw//59REREICcnB6WlpdDW1oaenh7Gjx+PadOmQV5eXshaSxfy8vI4cOAAvvnmG9TW1oKiKDx9+hQWFhbYtWsXpk6dynN8//798e233+LHH38Ei8VCQkICLC0t4eTkhJkzZzb5zKqqquDv7w83Nzfk5ubS75eioqJIovy/f/8eL168oK8rJycHd3d3zJo1S+jXJsge3AyJ3LY4KSmJEceFFy9eAPjUbxgbGwssU9Z5/fo1gE//WWv66dbAzdbFfcZv3rwRuuNc/X2X+uvLlZWVeP78OZ4/fy7QNURlACdO43tAeHtNb9++xcuXL5Gfn4/i4mKB1vTIsxAMaXkWpK+QLFJTU+Hm5obDhw9jzJgxYLPZmDx5stStbctSf8EkT58+xdmzZ+mypN2DqqoqnXErPT0dvr6+uHHjBtLT0wE0NABPSkqCi4uL0B3npDkDNIEgDKysrDBhwgS4uLjg1q1b9PrBv//+i7lz52LlypVYu3at0DNRC0pH7isksT+Q9ixnKSkptL4sFgvDhg1jRC7//Do1NVWojnPSHrQQkP26/fr1a/j6+uLmzZt08Gn+7HJcJ1MlJSVMnjwZ1tbWGDduHOTk5MSmN4EgSxDHOQKBQJBhXr9+jZUrV6KoqAhA8wv+NTU12L9/P7744guMHDkSaWlp2LNnD2pqalqMtFf/97y8PCxfvhz+/v4CpUcuLCzkKffo0aPdshwcHKCtrY19+/bRk5zq6mrs2rULJSUlsLOza7dsQh3Gxsbo1KkTvXETGRkpMRGM69PaDSzi4EYgNCQwMBD3799v4DDn6OiIxYsXQ1lZuclzuc5qzs7OuHLlCo4ePcpjbHr//n3cv38f06ZNa7d+HSlauSQzbNgw2vgWAOLi4sSsEaE5tLS0eMpMbYLwy+G/DlNERkbSzrgAYGhoiM2bNwskc+PGjQgNDUVCQgIAgMPhICIiAubm5oKqK/Xs2LGjwXyiMSeXxo5jGuJc0zwcDgeOjo50JhpDQ0OBMui4uroiMTERAKCoqIjjx4832+8LSmpqKoBPG1Rr1qyROocUaYLUbYIokYW+W5baKBcXF8yfP59nM/3Zs2ewsbGBoaEhTE1NMWTIEGhra9OBUQoKCpCQkIDw8HC6b+D+FxRFQUtLCy4uLgLr1qtXL2hoaIDD4dAOTkxibGwMT09PrFixAnl5ebT+f/75p0RFA2+K/v37Y/Xq1SJxxJIlRowYgV27dtHOcBRFISMjAxs2bICuri4sLCwwevRoDBo0CNra2vSasYuLC2pra5GVlYVvv/0WBw4cwJdffgl9fX1oaWmBoigUFhYiOTkZkZGRdAC7+k7CmzdvFqphDJfo6Gj6M4vFwty5c4nTHKHd9OzZEyYmJoiOjgaLxYKfnx8mT54ssFxfX18Ade+okZERySLUCgoKCnjKOjo6jMjljxSfl5fHiNyW4I+g3liWgbZQv70VFbK0h/T69WtcunQJt27doveTmUBUxojkWbSMMJ8F6Sskk+rqajx+/BiPHz+GpqYmZs+eDSsrKwwdOlTcqrUJWegvmKaxDD6SSK9evbBhwwZs2LAB//77L3x8fHDv3j068zsguvZbmjNAEwjConPnzvj1118xZ84c7N+/H+/fv6eD0J88eRJ37tzB/v37pWJvtKP2FZLUH8hClrPMzEyesq6uLiNyuc7b3P8lIyODEbmNIQtBC+sjS3W7uLgYt2/fhq+vL20/xe8sV/+7oUOHwtraGpaWlkKzsyEQOjLEcY5AIBBkmD179tCRk7k05/xWU1MDZ2dn3Lp1C8ePH0dZWRnP4MzMzAyTJ09G7969oaCggOzsbISFheH+/fv0sRRFIScnB66urgIZynCz3DVVbivz58+Huro6vv32W9oZsLa2Fj/99BNKS0vh4OAgkPyOjpKSEmbOnAk/Pz+wWCz4+vpi3rx54laLhz/++IPR4wiEjsapU6fozxRFQVdXF+fOnWtThiolJSXY29tj4sSJWLZsGTIyMui+4+TJkwI5zhEkA26EWaDuPSGOc5KNnp4eTzkjI0OgwAdcPnz4AOCTETX/dZji/fv3PNdZtGiRwIudcnJyWLx4MXbv3t3gOoQ6WrsZI6yNb0nYBJJ0bt26hX/++QdA3f+1ePFigeQZGxvjwoUL9H9/584dWFtbC6xnU5SUlPCUx4wZI7RrET5B6jZBFMhC3y1LbVSvXr3g4eEBBwcHVFRU8ESiTUhIoB3jGqN+W8A9T1lZGceOHUOfPn0Y0c/U1BRBQUEAgOTkZCQlJdGZcZhg8ODBuHjxIpYtW4asrCz6PuoHeSHIHnZ2dqipqYGrqyv9HUVRSE9Px+nTp3H69GkAdU4pWlpaUFNTg7q6OgoLC+n3Ij8/H0FBQfT7WZ/G+lM7OzssX75cyHdWBzdKN7edJU7pBEFZv349vXdy//59BAcHC5QBNDg4GIGBgXQdWb9+PSN6yjrl5eU8ZaYCmfDLKS0tZURuc9TvX5nqa0XdZzfW/ksr//d//4eTJ0+iurqakf9R1MaI5Fk0jSifBekrJI/69h2FhYXw9vaGt7c3BgwYABsbG8yePRtdunQRs5bNIwv9BaGOUaNGYdSoUdi9ezd++OEH3Lhxg6wDtgMLCwuw2WzMmTMH3bp1E7c6BBlh3LhxuH37Nn777TdcvHiRDsb47t07LF++HBYWFti1axdjgTuYhvQVkoEsZDnjcDg8ZQ0NDUbk8svh31tgElkIWshFFuo2RVF4/PgxfH19ERwcjMrKSh49+J3lunbtitmzZ4PNZkNfX1+kuhIIHQ3iOEcgEAgySlBQECIjI3kmJn369MHatWthbm6OLl26oLi4GBERETh9+jTi4+MBAK9evUJAQAD8/f3pczU1NXHo0CGMHTu2wXVsbGzw8eNHfPfddwgLC6PP8fX1xZo1a9ptLMNvtJ2bmytwBO9Zs2ZBVVUVmzZt4jEIOnToEEpLS7Fp0yaB5Hd01q9fj7t376KyshJRUVG4fv06bGxsxK0WjampKaPHEQgdibS0NCQkJPAYRJ4+fbpNTnP16dOnD06fPg1ra2tUVVUBABITE5GWliaSCOwE4TFs2DCecm5uLjIzMwXKHEsQHiYmJnQmDwB4/PgxBg8eLLDckJAQ+rOamhpMTEwEltkYXKNQLkz14dwsmdwFS1FFXCcQmCIgIID+rK2tjRkzZggkb8aMGdDR0UF+fj4AwN/fX6iOc/wbaZK6KUsgENqOLPTdstZGjRo1CpcvX8aGDRuQnp7e6sit/Mf16dMHHh4ejIwluZibmyMoKIi+1l9//YU9e/YwJh+oy9zm7e2NZcuWNbh/guxib28PfX197N27F2lpaY1mPMjNzUVubm6Dd6Kl7Aj1f1dSUsLWrVuxdOlSIdxF4/A7vQwYMEBk1ybIJuPGjYOdnR28vb0BAFu2bIGbmxumTp3aZllBQUHYvn07vb64ePFijB8/nmmVZRJ+Y7uCggJGMqTyZ7JTUVERWGZzCHMeKUqYyj4gbg4cOAAvL69Gnb7ba1QoamNE8iyaRpTPgvQVksPq1atx69YtOpsJ/9g1JSUFBw8ehJubG8aOHYt58+Zh4sSJUFCQLNNBWekvCHW8e/cOPj4+uHnzJp1JiNB2UlNT4ebmhsOHD2PMmDFgs9mYPHmySLL+EGQbFRUV7NixAxYWFtizZw9evHhB98P+/v54/Pgxtm7dSjvVSQqkr5AMZCXLmZKSEk+5tLS0VU5/LSGK4DRcZCFoISA7dXv8+PHIyckB0HR2OUVFRUyaNAnW1tYYP3485OXlxaYvgdCRkKzZL4FAIBAY488//6Q/s1gsjBw5EqdPn+bZ+NLR0cH06dMxdepUbNmyBffu3QMA/PLLL3SkA0VFRZw7dw5Dhw5t8lqfffYZzpw5g2+++QaxsbH099evX2/XZAgAunfvzlP+77//GMlWMmHCBJw6dQrr1q1DaWkpT6ajsrIy7NixQ+BrdFR69+6NvXv34vvvvwcA7Nu3DxRFSVzmOQKB0Ha4EYSAuj5lwYIFArfJenp6WLBgAby8vOjv4uPjieOclPP555/zOFcAQFxcHHGck1AUFBQwb948nD9/HgDg5eUFW1tbqKurt1smh8Oh6zWLxYKNjY3QNt75F7GZipLLL0dUG483btygF041NDQwZcqUdst6+PAhioqKANQ9Z0tLS4H14zolMHUcQTiUl5cjKiqKXnifNm0a5OTkBJIpJyeH6dOn48qVKwCAiIgIVFZWNqiDTME/FuBwOIwYhRIah9RtgiiRhb5bFtsoAwMD+Pr64syZM7h8+TKKi4sBNJ8Jkjtm0dTUhK2tLVauXCnQGLIxJk2ahJ9++om+no+PD9atW8d4ZoRevXrB29sby5cvx6tXr4gRXwfB3Nwct2/fhoeHBy5duoSysrJmn31TDnT1oSgKFEVBTk4Oc+fOxaZNm9CzZ0/GdW8OfucaprJSETo2u3fvRm1tLS5fvozy8nJs2LAB06dPx4oVK2BkZNTi+fHx8Th79izu3btH9x+2traMO0PLMp07d+Ypv3v3jhGHof/++w/AJ8M6YQcE+Pnnn4Uqn9B6goODcfHixQaGewDQs2dP9O/fH5qamujUqZM41ewQyMqzIH2FZLBlyxZs3rwZ//zzD3x8fPDgwQOUlZUB4HWiq66uRkhICEJCQqCtrQ1LS0uw2WxGM3wLAukvpB8Oh4M7d+7A19cX0dHRABrPzk1oO9XV1Xj8+DEeP34MTU1NzJ49G1ZWVs3acxGEz9u3b/Hy5Uvk5+ejuLgYFRUV7Zbl6OjIoGatZ9iwYbh+/Tp+//13HD9+nM56XVRUBGdnZygpKfEE7hc30tBX2NvbC0Vuenp6q6/DYrHg6ekpFD0A2clyxj/nzs7ORteuXQWWm52d3ex1mEQWghYC0lG3W0N2djb9n/HP8wwNDWFtbY3Zs2cLnESEQCC0HeI4RyAQCDJIVVUVnjx5Qk9a1dTU4O7u3mS0SDk5Obi4uCAqKgo5OTn48OEDgLqB2/Lly1u1yKKkpIQff/wRVlZWAOoGewEBAe12nBs4cCCtAwCEh4dj0qRJ7ZLFj5mZGc6dO4dVq1ahqKiI/p88PT1RWlrKWMrtjgg3w5yzszMqKyuxZ88e3L59G9988w3Gjx9PIl4RCFJKZmYmgE9GFDNnzmRE7qxZs+Dl5UW39VlZWYzIJYiXYcOG4fHjx/RzjYuLa1d0WYJoWLduHfz9/ZGdnY3s7Gxs374dHh4e7XKIqaqqwvbt25GVlQUWi4Vu3boJdYPn888/5ykXFxczYrDNNRbnIgpj12fPnuG7776j682aNWsEcpyLj4/HiRMn6LKuri6GDx8ukI4XL15k9DiCcEhOTkZVVRX9Lo0cOZIRuSNHjqQd5yoqKpCSkoIhQ4YwIpufESNGQF5eHjU1NQDqomETB2zhQeo2QZTIQt8tq22UhoYGtm7dilWrViEwMBBhYWGIjIzEx48fUV1dTR+noKCAzz77DCNHjoSZmRmmT58uNMdBXV1dGBkZ0UG6ysrKcPz4caEYz3bv3h1eXl5YuXIl4uPjRWrIZ2FhATabjTlz5qBbt24iuy6hzqns22+/xdq1a3Hz5k389ddfSExMbPTYljLNAcCQIUMwbdo0zJo1C3379hWKzi3Bn2EuLy+PcadWQsfCz88PAGBsbIzMzEw8fPgQFEUhMDAQgYGB0NXVhbGxMfT09KClpYVOnTqhvLwchYWFSE1NRWxsLG3Ux11XnDRpEoyMjHDjxo026cLde+qI9OrVC8Cntig0NBSjR48WWG5oaChPWdTOvgTx8dtvv9GfuU7fCxcuxJIlS/DFF1+IUbOOhyw8C9JXSBYsFgvm5uYwNzdHSUkJ7ty5gxs3biAyMpL+f7lQFIX8/Hx4eXnBy8sLAwcOBJvNxuzZs6U+uzpB9FAUhadPn8LHxwdBQUG04xC/wxy33L17d8ydO1c8ykox9f/HwsJCeHt7w9vbGwMGDICNjQ1mz57NeMAhQuO8fv0aly5dwq1bt+hAlkwgLsc5AJCXl8eqVaswY8YM7N27F2FhYbQ9XUVFBXF8bSPh4eFC/88oisK///7b5G/Cvr6sZDnjtptc3cPCwhgJKBAeHg7g0/8jzPZZFoIWyiLccY+Ojg5mz54NNpuNQYMGiVkrAqFjQxznCAQCQQZ5+fIlbSzJYrFgaWnZIIMbP2pqapg3bx5OnDhBTwTk5eVhZ2fX6usOHDgQ5ubmePLkCYC6aJUcDqddm/O9evWChoYGOBwOvcjGJMbGxvD09MSKFSuQl5dHT/b//PNPqY8ULi527txJfzYwMEBMTAwoikJYWBjCwsKgoKAAfX199OjRAxoaGm1OMc1iseDi4sK02gQCoRXwR0VjygCMX44g0dcIksOwYcMQEhJCl+Pi4oR+zSFDhsDa2lro15FFNDQ0cPLkSSxduhRFRUUICQmBvb09nJ2d27Rol5ycjL179yImJoZHrjADEnCjFXPHrklJSYwYeb148QLAp0VsY2NjgWW2BNfAhKIoKCgo4JtvvhFI3tdff43Tp0+juroaLBYLPj4+AjvOEaSD169fA/j0/hoaGjIil7tBxK1vb968EZrjnLa2NsaOHUv3JQEBARg7dqxQrkUgSBLcvqA+jRn9NXYc0wjL2FAW+m5Zb6PU1dXBZrPBZrPp70pKSuj1PVGvmW3cuBFhYWF0WVFRUWhGH9ra2vD09MTevXtFGtQlNTUVbm5uOHz4MMaMGQM2m43JkycTIwQRoq6uDltbW9ja2qKgoACxsbGIi4vD69evUVBQgOLiYhQXF6O2thZqampQVVWFqqoqPvvsM/Tv3x8DBgzAoEGDJMLxcfjw4VBVVaUzi0RFRaFPnz5i1oogzezYsYOnzeU3eE5PT2/WgK2+syn33ODgYAQHB7dZl47sDDF06FCoq6ujpKQEFEXB19cX69evF8gxlsPhwMfHh94b69SpU6uyQhGkn/fv3+PFixf0s5eTk4O7uztmzZolbtU6HLLyLEhfIbmoqalh/vz5mD9/PtLS0uDj44ObN2/Sz4P/Wb18+RKurq749ddfMWHCBFhbW2PSpElt3tOXdTIyMsRyXf6gQZLCmzdv4Ovrixs3btBz6frOctw2jqIoKCkpYcqUKbC2tsbYsWMhJycnTtUB1I2J4uLikJ2djaKiIpSUlEBNTQ2ampro1q0bhg0bJhHBSFavXo1bt27R7x9//U1JScHBgwfh5uaGsWPHYt68eZg4cSIUFIhpsDD4v//7P5w8eRLV1dWMZGDj1hNJcUzr27cvPD09cf36dfzyyy8oLCyUGN2kEVnOuCkrWc6MjY0hJydH91d37tzB0qVLBZbr7+/PUxZmdlBZCFooa8jLy2PChAlgs9mYMGEC6ZMJBAmB1EQCgUCQQVJTUwF8MhiaOHFiq84bM2YMT2YKPT29Fh3u+Jk8eTLtOAcACQkJMDMza5MMLqampggKCgJQZ4ydlJTESEQPLoMHD8bFixexbNkyOjMKRVHgcDgSlWJeWvD19W12Y6SqqgqJiYlISkpqs2zuu0wc5wgE8aClpcVTbk8mqsbgl8N/HYJ0snjxYp5F0U6dOgn9mjNnzmQsE2JHxNDQENeuXcPWrVuRmJiImJgYsNlsjBkzBl999RWMjY0bjXD85s0bxMTEICAgAH///TdqampAURQMDQ1x6NAh9OvXT6h69+zZEyYmJoiOjgaLxYKfnx8mT54ssFxfX18AdWMZIyMjkSwAc7NFA3XZkQWN6KujowNzc3OEhoaCoig8fvyYCTUJUkBBQQFPmano0J07d+YpC3uTatOmTXjy5Alqamrg5+eHr7/+GoMHDxbqNQkEccNvbAg0bvTX2HFMIyxjQ1npuztaG6Wmpia2IFNjx44VqWOimpoa3N3dRXa9+lRXV+Px48d4/PgxNDU1MXv2bFhZWQnVoILQEG1tbYwfPx7jx48XtyrtQklJCWw2G15eXnQ7K4kG5PUDsIkTst7cevgN/fiz1TRFY2OW9uy7yKKBYVuQk5ODmZkZvV9WWFiIX3/9Fc7Ozu2W6ebmhoKCAtqgfdSoUYyt+UoqAQEBdPCDjlz/o6Oj6c8sFgtz586VOkctWUHWngXpKySb3r17Y9OmTdi0aRPCwsLg4+ODwMBAOuBC/X396upqPHz4EA8fPkTnzp0xZ84cWFlZyfS8tz4t9ReTJ08W2/smKTYsxcXF8Pf3h6+vL50lnt9Zrv53w4YNg7W1NSwtLaGpqSkepeuRl5eHq1ev4s6dO0hNTW2xjdLT04OlpSUWLFjQYJ1cVGzZsgWbN2/GP//8Ax8fHzx48KDJ+hsSEoKQkBBoa2vD0tISbDabUTurjs6BAwfg5eXVqDNUe+unJNTrxrCxscGkSZNw4MABPH/+XNzqSBRtmVvwt4lMI873R1aynGlqasLQ0BAJCQkA6gJD37t3DzNmzGi3zMDAQMTGxtJ9t76+vlCDbslC0EJJgKl1g507d5IszgSChEIc5wgEAkEG4Y/2oK+v36rz+vfvT39msVjtWvzkZh3gDsQ/fPjQZhlczM3NERQURMv666+/sGfPnnbLa4z+/fvD29sby5YtQ3p6OllUFwLkPyUQpB89PT2eckZGBiMbG9w+grvIwn8dgnTSpUsXxhZFCcJnypQp9Oeamhqez6GhoQgNDQVQFxFLXV0dKioqKCsrA4fD4Tm+/gZRXl4eVqxY0SY9WCwWHjx40Gb9169fDwcHBwDA/fv3ERwcjEmTJrVZDpfg4GAEBgbS45f169e3W1ZreffuHXJycuhrMmWkO2HCBPr5ZWVlIS0tDb1792ZENkFyKS8v5ykrKyszIpdfTmlpKSNym8LQ0BDffvstfv75Z1RXV2PVqlXw9PRs1ImXQJA1WhuBVlgb4sKew8tC303aKMG5du0abt++DaDunfP09BSzRuKnvhFNYWEhvL294e3tjQEDBsDGxgazZ88m8yxCq1i/fj3u3LmD/Px8hIWFISAgQOICzfAHYBMHJFBb+2jr+ENSDUClkSVLltD7ZRRF4dq1a+jSpQs2btzYZlnHjh3DlStXeDJbCJr5XhpISEjgaX86av3nZoXgPntJdLDuKMjqsyB9heRjZmYGMzMz7Nu3DwEBAfD19UVERESDbEcURSEvLw+enp7w9PSEgYEBfHx8xKi5aGhNfyGu91acY2iKohAaGgpfX188fPgQlZWV9Pf1deOWu3btijlz5oDNZmPAgAHiUZqPmpoaeHh44MKFC6isrGzVc6QoCikpKThy5AiOHz+OZcuWYcOGDWLJxMhisWBubg5zc3OUlJTgzp07uHHjBiIjIxutv/n5+fDy8oKXlxcGDhwINptNjPgFJDg4GBcvXmzUQbRnz57o378/NDU1RRJUVlTo6OiILciUJNOWuQW3fhoYGDCSASw9PZ22s2GxWBg5cqTAMtuLLGU5mz17NuLj4+l58vfff4++ffu2y3b2xYsX2LVrF8+c29LSUghaf0JWghaKG6bWDZYsWcKkWm0mMTERycnJdFlW5poEAhMQxzkCgUCQQTgcDk9ZW1u7VefxO0G0xymCf4BcUlLSZhlcJk2ahJ9++glA3UTSx8cH69atY9xIpFevXvD29sby5cvx6tUrsW/aiwMHBwcsWrRIYDlkc4NAkE1MTEygoaFB9y+PHz9mJLIkN1IPUBfZ38TEpN2ySLRyAqF9vH//nmfRlgt/5NLq6moUFBQ0yGZV/3igbiyQmZnZ5jFBe8df48aNg52dHby9vQHURd10c3PD1KlT2ywrKCgI27dvp+998eLFIsk0kZKSAuDTxsmwYcMYkcsNaMElNTWVOM51ADQ0NHjKBQUFjGQJ4q/7KioqAstsiSVLlkBeXh6urq7IysoCm83G2rVrsWjRIomITEwgENqHLPTdAGmjBCUtLQ3h4eEASMCl1atX49atW8jIyADQ0NgwJSUFBw8ehJubG8aOHYt58+Zh4sSJUFAg23uExuncuTMOHz4MBwcHVFZWYseOHVBRUcGECRPErRpBChk1apS4VSD8f0xNTWFqaorw8HB67HPixAlER0dj+/btMDQ0bFFGYmIi3N3d8fTpUwCf1iG+/PJLjBs3Tti3IDHwr4F1NPgD4UiKM0NHRFaeBekrpBdVVVWw2Wyw2Wykp6fDz88PN27cQFpaGoCGc5OkpCSx6SoOmusvOlI/kpqaCh8fH9y6dQvZ2dkAms4up6ioiEmTJoHNZmPcuHFicS5riqysLKxbtw4JCQmtDlpVH4qiUFFRgVOnTuHvv//G8ePH0b17d2Gp2yJqamqYP38+5s+fj7S0NPj4+ODmzZt4//49gIb19+XLl3B1dcWvv/6KCRMmwNraGpMmTZKoZyQN/Pbbb/RniqIgJyeHhQsXYsmSJSSgVgelNXML7vwtOzsbK1euhIWFhUDXdHd3x5kzZ+jyxYsXBZInCLKU5Wzx4sU4e/YsHeyWw+Hg66+/xp49ezB37txWy7l58yZ+/PFHcDgc+n/R0dERSbAaWQhaKClI+7rB3bt3cfbsWbpMHOcIhE+QnTUCgUCQQfgNJ1o7kOM/rz3GkPxGmfxOfG1BV1cXRkZGiI2NBQCUlZXh+PHjjGedA4Du3bvDy8sLK1eupCOIdCQ0NTUFNuxydHRkSBvhwDVAkgT4o+4QCJKOgoIC5s2bh/PnzwMAvLy8YGtrK1C0KA6HAy8vLwB1/ZSNjY1Ahn8kWjmBIBjc+sPvPMeEnJYQ1PF+9+7dqK2txeXLl1FeXo4NGzZg+vTpWLFiBb1g3xzx8fE4e/Ys7t27R+tia2srlDFnY2RmZvKUdXV1GZHLHW9wn4UkjYUIwqNz58485Xfv3jHyTv33338APvV1wo5Ke+zYMfrz6NGj8fjxY5SVleHw4cM4duwYhg4dioEDB0JLSwuKiortuoakz18IHY/WGhvKglGitPfdpI0iMMmWLVuwefNm/PPPP/Dx8cGDBw9QVlYGgNfQrbq6GiEhIQgJCYG2tjYsLS3BZrNhYGAgTvUJEoqZmRlOnTqFzZs3o7CwEGvWrIGVlRWWLl2KQYMGiVs9ACQAm7QgTgM8QkNcXFwwf/58FBQU0MaXz549g42NDQwNDWFqaoohQ4ZAW1sbqqqqKC0tRUFBARISEhAeHo7ExEQAn+Z1FEVBS0uLrGX+f+qP8bg0NiZr7DimEeZYkD/gDlOZ6pmEPAvpgvQVskGvXr3g6OgIR0dHhIeHw8/PD/fu3UNpaWmDIHuEOsTxn4h6H3T+/PmIj48H0LSzHAAYGhqCzWbD0tKy1UG9RUlxcTFWrFhBBzHk1x+oa4M1NDToMVRxcTEqKiro3+ufEx8fDwcHB3h7ezOSWUlQevfujU2bNmHTpk0ICwuDj48PAgMDm1xbePjwIR4+fIjOnTtjzpw5sLKyYiRgrqzz/v17vHjxgm4T5eTk4O7ujlmzZolbNYKEcv78eezduxdpaWlgsVjIzc3F9u3b4ePjg/3798tEsFNZynKmpKSE7777jg7Ux3We27FjB37//XcsXLgQpqam0NfXb3BuSkoKwsPDce3aNSQnJ/PMuVksFpycnEQSkFRWghYSmKE9gQIIhI4AcZwjEAgEGYR/sM3hcBjJMtAa+BcI5eTkBJK3ceNGhIWF0WVFRUWhRXXQ1taGp6cn9u7di6ysLMblt5fi4mLExcUhNjYWWVlZKCwsRGlpKVRVVaGlpYXu3bvDyMgIw4YNa7DJIkok3ahr8uTJEjEZYLFY9AY1gSBNrFu3Dv7+/sjOzkZ2dja2b98ODw8PKCkptVlWVVUVtm/fjqysLLBYLHTr1k3i2xACQZaR5k1vPz8/AICxsTEyMzPx8OFDUBSFwMBABAYGQldXF8bGxtDT04OWlhY6deqE8vJyFBYWIjU1FbGxsUhPTwfwyXBs0qRJMDIywo0bN9qkS3sjdfEHmmBqPMcvR5BM0ATpoVevXgA+LYKHhoZi9OjRAssNDQ3lKQt7k+rYsWONOvJSFIXKyko8f/4cz58/F+gaZOxBkDRaa2wo7UaJstB3kzaKwDQsFgvm5uYwNzdHSUkJ7ty5gxs3biAyMrLBOihFUcjPz4eXlxe8vLwwcOBAsNlszJ49W+iO7QTpYOfOnfTnwYMHIywsDBRFwc/PD35+fujWrRsGDRrUbudeJgIGkTaOQGgfvXr1goeHBxwcHFBRUcHjyJCQkNDsvkP9tR/uecrKyjh27Bj69OkjdN2lAf4xHtC0s5aw95qE2U7yZzXLy8uTCKP/+pBnQSCIF1NTU1RXV6OoqAgPHjyQiP11SUJZWRmVlZUA6vpUe3t7kTgdBQQEICQkROjXqU9cXBz9md/ZrEuXLpg9ezbYbDYGDhwoUr3ays6dO5GSksJzD9x5+Ny5c2FiYoJ+/fo1OO/t27eIjo7GrVu36Iy93HFUcnIyduzYIRIn7rZgZmYGMzMz7Nu3DwEBAfD19UVERESjawt5eXnw9PSEp6cnDAwM4OPjI0bNJZ/o6Gj6M4vFwty5c4nTHKFZzM3Ncfv2bXh4eMDT0xM1NTWgKApPnjzB7NmzsWbNGqxcuVKg4NKSgCxlObO0tMSLFy9w9uxZ2nmO2+b/9NNPAOrsVjU1NaGmpoaSkhIUFRWhqqoKQOOOSsuXL29TxjpBkfaghQQCgSBspLvXJRAIBEKjdO/enaecmZmJHj16iOTaxcXFPGVVVVWB5I0dOxZjx44VSEZbUFNTg7u7u8iu1xzBwcG4evUqQkNDUVtb2+LxcnJyGDduHBYtWoSJEycKX0EpRJodAwgEcaOhoYGTJ09i6dKlKCoqQkhICOzt7eHs7NymaOXJycnYu3cvYmJieOQy4ShC6jiB0Hb++OMPcasgEDt27GjScB0A0tPT8f79+ybP5zccA+rGYMHBwW3Wpb3G9/wOyNwACYJSWloqsAyC9DF06FCoq6ujpKQEFEXB19cX69evFzhLrI+PD71B1KlTp1ZtrjAB/yYT/+Z+W6kf4ZFAIIgHWei7+XUhbRSBSdTU1DB//nzMnz8faWlp8PHxwc2bN+l6wV9nXr58CVdXV/z666+YMGECrK2tMWnSJMjLy4vtHgjixdfXt9l2NisrC9nZ2e2SzW2jiOMcgSA+Ro0ahcuXL2PDhg1IT09v9fiD/7g+ffrAw8ODZBdpgtaMyZheixbVWHD48OFQVVWls9BERUVJtPMkeRYEguh49+4dPf/4+PGjuNWRWAwMDHgcaLp27Qpra2uhX/f169cid5wDeOcTCgoKmDhxIthsNiZMmCAV885///2XxwGUoijo6+vjxx9/hImJSbPn9uvXD/369YOVlRViYmKwZ88eJCcn0/1EUFAQIiIiMHLkSBHcSdtQVVUFm80Gm81Geno6/Pz8cOPGDaSlpQFoOE9MSkoSm67SQm5uLoBPYxNB1xUJHQNlZWV8++23sLS0xO7du5GQkAAWi4Xy8nL89ttvuHXrFpydnSWyHWktspblbNu2bWCxWDh79iyAhu1lZWUlcnJykJOT0+BcfgftVatWYcuWLSLSXDaCFhIIBIKwIY5zBAKBIINwo/9zB+Rv3rxptWGjoqIifV57oppwJwbcAXSXLl3aLKOj8+bNG+zevRtRUVEAGm74NLURWlNTg5CQEISEhGDEiBH46aef8MUXX4hGaSlB3MZnxKmHIO0YGhri2rVr2Lp1KxITExETEwM2m40xY8bgq6++grGxcaPtzps3bxATE4OAgAD8/fffdDQtQ0NDHDp0qNEofm2FGF0RCO3D1NRU3CowQnsN1xsbG7TX0L29dO7cmaecnZ2Nrl27tltefTnNXaet1M9cIU6YMNSVZeTk5GBmZoagoCAAQGFhIX799Vc4Ozu3W6abmxsKCgro6IqjRo1qV8bZtlK/LjI1jibj8YaQuk0QF9Lcd/Nfk7RR0sXHjx+Rk5MDFouFrl27omvXrhJr7Ne7d29s2rQJmzZtQlhYGHx8fBAYGEgbV9c3xqiursbDhw/x8OFDdO7cGXPmzIGVlRVxiCDQiHtdlEAgMIeBgQF8fX1x5swZXL58mQ5o2Vw9544zNDU1YWtri5UrV5LMVo3Q2vGYMMZtohoLKikpgc1mw8vLCywWC35+fhJp1EieBYEgGjgcDu7cuQMfHx864GVjAWsInzAyMkJ0dDT939TPyiaLUBSFwYMH05nOBd1nEDWnT5/mKY8aNQonTpxo8zjI2NgYV65cwerVq/Hvv//Sz//MmTMS7/DSq1cvODo6wtHREeHh4fDz88O9e/dQWlrKk8GY0Dz8wSr5M8cSCM1hYGCAP//8ExcuXMDRo0fptb3U1FR88803sLa2hpOTE7S1tcWraDuRpSxnLBYL27Ztg4mJCQ4cOICMjAz6+5bg6v75559jz549AmXeaw+yFLSQQCAQhAVxnCMQCAQZ5IsvvuAZCCclJbU67bOgC3svX77kKevq6gokr6MRFBSErVu3orKystEU3hRFtcqRLjIyElZWVjhy5IjIJ2Li4tq1a7h9+zaAuv/E09OzwTFk0Y9AaD9TpkyhP9fU1PB8Dg0NRWhoKABAXl4e6urqUFFRQVlZGTgcDs/x9du2vLw8rFixok16sFgsPHjwoMH3xHGOQCAAbe/rJWFswA00wR3ThYWFwcDAQGC54eHhAJgLaMGfuUIcMJXhQtZZsmQJgoKC6E3va9euoUuXLti4cWObZR07dgxXrlzhibb+zTffCEFrXkQRpZlQB6nbBHEjjX03aaPEB4fDQVhYGD5+/IiSkhJ06dIFxsbGLRorZWVl4fz58/D3928QXKBTp04YPXo0LC0tMWvWLGGqLxBmZmYwMzPDvn37EBAQAF9fX0RERDTIhkJRFPLy8uDp6QlPT08YGBjAx8dHjJp3bAICAuisEKLs6yShrSQQCMJFQ0MDW7duxapVqxAYGIiwsDBERkbi48ePqK6upo9TUFDAZ599hpEjR8LMzAzTp0+HmpqaGDWXXFo7xpOFseD69etx584d5OfnIywsDAEBAZg5c6a41aIhz0JyngVBNqEoCk+ePIGvry+CgoJQUVFBfw/wGllTFIXu3btjzpw5YLPZYtNZkhg2bBj9maIoxMfHi1Eb4WJvbw82my21AVkqKioQHh5Or21ra2vjyJEj7Q4eoKqqiiNHjsDCwgKFhYWgKAr//PMPKioqoKyszLD2wsHU1BTV1dUoKiriycRHaBkNDQ2esrQ8c1EhrvUPaUJOTg7Lly/HtGnTsH//fjx58oRun3x9fREcHAwnJyepG+PKapazKVOmYOLEibhx4wZ8fX0RExODysrKJo9XUlKCsbEx5s2bB0tLS7EGapP2oIUEAoEgTIjjHIFAIMggampq+Pzzz+moF//++6/Irp2QkEB/ZrFY6N+/v8iuLe0EBwdj8+bNqKqqAtAw8oeOjg4GDBgATU1N2iGlqKgIqampyM3N5TkHqFsI3LhxI44ePYqJEyeK9mbEQFpaGm0g3tgk7MWLF6JWiUCQKd6/f89jNM+FPxJddXU1CgoKUFBQ0Kic+m1bZmZmmxdayCJLxyMvLw9RUVH48OEDysrKoK2tjR49emDUqFFQVVUVt3oEMTNq1ChxqyAwxsbGkJOTow0R7ty5g6VLlwos19/fn6c8dOhQgWUSpANTU1OYmpryGAWcOHEC0dHR2L59OwwNDVuUkZiYCHd3dzx9+hTAp82qL7/8EuPGjRP2LeDnn38W+jUIBIJ4kIW+m7RRoic3Nxeurq64d+8evW5WnyFDhmDnzp348ssvG/x29+5d7Nu3D8XFxY3OP8vKyuhMbRcvXsSBAwcazaQuKaiqqoLNZoPNZiM9PR1+fn64ceMG0tLSADRcT0xKShKbroS6tfL6TuqiMBwjgYUIhI6Furo63S9wKSkpAYfDgbq6OnGSawOtHePJwliwc+fOOHz4MBwcHFBZWYkdO3ZARUUFEyZMELdqAMizkKRnQZAtXr9+Tc8fsrKyAPAaVnPXESmKgpKSEiZPngw2m42xY8dCTk5OnKpLFPUd5wDgw4cPyMvLg46Ojpg0Eh67du0S6/XT09Px4cMHutzWNaWoqChUVFTQ77ednZ3AAQa7dOkCW1tbHD9+HABQWVmJqKgomJubCyRX2Lx79w4+Pj64efMmPn78KG51pBL+oE15eXkkg3M9xLH+Ia307t0bv//+O/z8/HDw4EHk5+cDAPLz87Fr1y74+PjA2dlZauwtZTnLmby8PD3frqioQFxcHD5+/IiCggJ6zq2lpYWePXvCyMgISkpKjF5fUKQxaCGBQCAIG+I4RyAQCDKKgYEBPfF4+fIlCgsLoaWlJfTrBgcH04uq/fv3J5tyrSQvLw87d+5EVVUVzySye/fusLOzg4WFBXr16tXk+e/fv8ft27dx+fJlfPz4kV78q6qqwo4dO3D37l107txZVLdDIBBkmMaiErXHma0xOS1BFmo6FrGxsTh27Bj+/vvvRp+9oqIixo8fj61bt0rNwjGBeS5evChuFQRGU1MThoaGdACKuLg43Lt3DzNmzGi3zMDAQMTGxtLjcn19fXTr1k1gXUk7LD24uLhg/vz5KCgooN+DZ8+ewcbGBoaGhjA1NcWQIUOgra0NVVVVlJaWoqCgAAkJCQgPD0diYiKATw5zFEVBS0uLbHbKKKRuE0SJLPTdBNESGxsLBwcHFBUVNdlexcfHw97eHvv378f8+fPp72/fvo3vvvuOzoLe1PyTKzcqKgp2dnbw9PSEvr4+w3fCPL169YKjoyMcHR0RHh4OPz8/3Lt3D6WlpQ2C3BDEC38QImFCHOcIBIKamhrZmyO0iJmZGU6dOoXNmzejsLAQa9asgZWVFZYuXYpBgwaJW70OBXkWBGFSXFwMf39/+Pr6IjY2FkBDZ7n63w0dOhRsNhuWlpbQ1NQUj9ISTr9+/aCpqYni4mL6u7i4OOLwKgSuXr2Ks2fPAqh7X7lr1q0lMzMTwKf52OTJkxnRa8qUKTh+/Dhdf7jXkTQ4HA7u3LkDHx8fxMTEAGjcQYXQOoYPHw5VVVWUlZUBqFtD6tOnj5i1kjxEuf4h7VhZWWHChAlwcXHBrVu36LW8f//9F3PnzsXKlSuxdu1aiXPGagpZz3KmrKyMkSNHCvUagiILQQsJBAJB2BDHOQKBQJBRRowYgQcPHgAAampqEBwczHhkDX4iIiKQmZlJL7IOHz5cqNeTJY4cOcJj1AoAixYtgpOTU6uy6ejq6mL16tWwt7eHm5sbvL296UlhYWEhjhw5AmdnZ6HeA4FAkH2I0R2hraSlpeH69esIDQ3Fhw8fUFxcDHV1dXzxxRcYO3YsFixYgK5duzY479T/Y+/OA6Io/z+Av4dLbhAUvE1JxQPwQMgztPIIvDAxJLVIvFALFUPTBFOzPCoiRLzvoxJK8OArYJkaKCgIphiUoojc973s7w9+O7LLtezOsgef1z8ysvPMs8zOzswzz+fz2bcP/v7+qK2tbfJzV1VVhcjISFy7dg2ff/45XF1dZf12CJGZadOmISkpib0W/Pzzz9G7d29YWlq2uq2HDx9iw4YNQlVCnZycpO4jTcBVLj169IC/vz88PDzYrLqC79Pk5ORmJxmIPjzn8/no0KEDAgIC6EGwCqJjmxCiyNLS0rBo0SIUFRUBaH4CBI/Hg6+vL/r06QNbW1ukp6dj06ZN4PF4DSaDiqr/+7y8PLi7uyM8PFypJora2dmhpqYGRUVFuHr1Kk1SIu3CkydPkJiYiKysLBQVFaG0tBR6enowNDSEmZkZrK2t0bt3b3l3kxBCFM769evZny0tLRETEwM+n4/Q0FCEhoaic+fOGDBgAIyMjKCpqdnq9hmGocQ7YqJ9QWSBz+fj+vXrCAkJQVRUFKqqqtj/BxpWgunUqROmT58OZ2fnBhWVSOOGDBmCW7dusX9LCpyTHWmeTefl5Qktd+/eXdruAAC6devW7Hbkic/n48aNGwgJCUFkZCQqKyvZ/weEj39BIm/B8U+ap6WlBWdnZ5w4cQIMwyA0NFTmc/CI6uvYsSN27tyJ6dOnw9fXF8+fP2eT5AcFBeHixYvw9fVV+KqW9VGVM/mhpIWEENIyCpwjhBAVNXr0aKEbp6ysLJlvU5DtSTBBd9y4cTLfpiQyMzORk5MDhmHQqVMndOrUCerq6nLrT1VVFS5duiQ0uXnx4sXw8vJqdVs6OjrYtGkTDAwMEBQUxLZ58eJFbNy4UaKHKoQQAgDHjh2TdxeIkgkODsaPP/6IqqoqoQHP/Px8FBQU4O7duzh06BC2bNmCd999l/19UFAQvvvuO3a5uQmffD4fNTU12LJlC9TU1DB37lyZvBdCZM3V1RUHDhxgr1FLSkrwwQcfYNOmTZgxY4bY7fz222/48ssvUVJSwh47JiYmmD9/vtR9pOAa5TNy5EicPn0aK1euxLNnzyTK7sjn89GrVy/4+/tLFMiprC5fvozff/8dgOpPMqNjmxDl056+ozZt2oSioiKxzmEMw4DH48HPzw8XLlxAYGAgysvLhSaF2dvbY+LEiejZsyc0NDSQnZ2NmJgY/O9//2Nfy+fzkZOTgx07dijF3/bJkyc4f/48fvvtN2RmZsq7O4TIXEpKCs6ePYvw8HAUFha2+HojIyM4OTnBxcUF/fv3b4MeKoe33npLaJlhGDYRY3Ov41pT2yWEyFZISIjQ9ZVoEE1WVhays7MlalvwnFMZrqMUgSLvCzpXKJ/U1FT23iAnJwdA09XlNDU1MWHCBDg7O2PcuHFynSuhjKysrHDz5k12+f79+zLfZs+ePamSTCuJjh/U1tbKqSeyl5aWhtDQUPz666/s3DDR418QLKelpYWJEyfC2dkZY8eOhZqamjy7rlQ8PT1x8eJF5OfnIyYmBpcvX8aUKVPk3S2iAsaNG4ewsDB8//33OH78OPt99eTJE7i7u8PR0REbNmyAiYmJnHvaEJ2bCCGEKBMKnCOEEBVlaWmJw4cPt9n2MjMzUVZWxt4QMQyD0aNHc76dkpISxMTEIDMzE6WlpTA1NYWNjU2L2c+ysrJw+PBhhIeHN3jAoK2tjdGjR8PJyQlTp07lvM8tiYuLQ3FxMTtYPWjQIHz66adStblq1Spcv34dycnJAOr+bnfu3FGqLDSEEMViZ2cn7y60CcpWzo1vv/0WwcHBDTIY1sfn81FSUgJvb28YGhpi7NixSEhIwA8//CD2xNj6D3q/+uorvPHGG7R/iFLS0tLCZ599hrVr17Kf7ZKSEvj4+ODgwYOYO3cu7Ozs0K9fvwbrPn78GLGxsTh37hxSUlLYSTGCf9etWwcdHR05vCuiCAYOHIiQkBDs378fp0+fRnFxMYCWg5IBwNDQEPPmzcOiRYugr6/fJv1VFMnJyUKT12jCH2kL9SsNyBNNclV87eU7KjIyEnFxcUJVU3v16oVly5Zh1KhRMDU1RXFxMe7cuYPg4GAkJSUBAP755x9cvnwZ4eHh7LqGhobYs2cPxo4d22A7s2fPRmZmJj777DPExMSw64SEhGDp0qUKWW21pKQEFy9exPnz55GQkACgYcVYQlRNfn4+tm7diosXLwIQPyN5QUEBTp48iZMnT8LR0RGff/45OnbsKMuuKgVBFvvmxm0aex3X6PuKEMVCx6TiUIR9QecK5ePo6Nhgn4kGYw4aNAjOzs5wcnKCsbGxvLqq9GbPno3XXnuNXTYwMJD5Nl1cXODi4iLz7agSU1NToeWMjAxOgk4yMjKEluUVyFJcXIzw8HCEhIQgMTERQNPBskBdpUTB8W9oaCiXPiu7jh074ttvv4WHhweqqqrg4+MDHR0dqjhJOKGjowMfHx84Ojpi06ZNePjwIXteDw8Pxx9//IHVq1crXBAwVTkjhBCiTChwjhBCCCe6dOki02pEubm52LFjB65cuYLq6uoGvx88eDDWr1+PESNGNPjdpUuXsHnzZhQXFzc6aF9eXo6oqChERUXh+PHj2LZtG/r06SOT99GY58+fA3iV+e/999+X+iGAmpoaXF1dsXHjxgbbIYQQIoyylXPrr7/+wr59+4QeygANJ7UJfieoChEREYHvv/8ePB6PHQQ2MDDA1KlTMWzYMJiamrLVH+7evYtLly6htLSUbaeyshI7d+5EQEBA271ZBRYaGtrg/2bOnCnW67jW2HZJQ05OTnj48CEOHDgglAE0JSUFW7duBQBoamrC0NAQenp6KC0tRVFREXtt3NgkFnd391ZVrCOqycDAAKtXr8bixYsRERGBmJgYxMXFITMzEzU1NezrNDQ00KVLF9ja2sLe3h6TJk2Cnp6eHHsuf4J7NELagmilAXmg6hDKRdW/o3766Sf2Z4ZhYGtri+DgYKGEACYmJpg0aRLefvtteHl54cqVKwCAb775BlVVVQDqrp8OHTqEIUOGNLmtLl26YP/+/Zg/fz472QwAfvnlF3h5eXH91iTC5/Nx48YNhISEIDIyEpWVlez/A8LVSfh8PszMzDB9+nQ4OzvLrc+EcCUxMRFLly5Ffn5+iwl6mvp/AAgPD8etW7ewd+9eWFtby7bTSkLcQAdZnG9kFWBBCBEPHYOKQ9H3BZ0rlI9osIypqSmmTZuGWbNmYcCAAfLsmsro1auXQiZZIcLMzc0BvDomoqOjmx0bEFd0dDSAV/cfgu20BT6fj+vXryMkJARRUVHs2EdjYwMA0KlTJ3ZsoKVk5EQ89vb22LdvHz799FMUFhZi6dKlmDlzJj788EP6jiWcsLKywi+//IKDBw8iMDAQFRUVAICioiL4+flBS0tLpkkLCCGEEFVGgXOEEEIUXmJiIjw8PFBUVNTkjV9SUhIWLFgAX19fzJkzh/3/sLAwfPbZZ+DxeACaHrQXtBsfHw83NzccPXq00YoespCbmyu0zFVVp/rV/wAgLy+Pk3YJIURVULZy2RCdaM3n89G5c2eMGTMG5ubmKC8vx6NHjxAXF8een589e4aff/4ZN2/eZM9bkyZNwrZt2xrN1Dl79mysW7cOPj4+iIqKYgeHr127hpycHHTq1En2b1TB+fj4NLjuaSyArbHXcY0C58S3Zs0aMAyDAwcOAGj4kLOqqgo5OTnIyclpsG791zIMg8WLFyvMRG+iGPT19eHs7Cw0gb60tBQlJSXQ19dv90FyhBBCFEd1dTVu3LjBXufr6elh9+7dTVbRVVNTw/bt2xEfH4+cnBy8ePECQN31kbu7u1gT47S0tPDll1+y1658Ph+XL1+W+/VUWloaQkND8euvvyIrK4vtGwChZAt8Ph9aWlqYOHEinJ2dMXbsWKipqcmz6wrl9u3bctmuaCUC0noJCQlYtGhRg8rJ9Y+Dbt26wdDQEDo6OigvL0dRURFevHjBZmGvv05ubi7c3d1x6NChdh88J+44GE3GU2z//fcfHj16hPz8fBQXF7OB1ZJYsWIFhz0jioz2teJQ9H1B5wrlxOfzoaGhAQcHB8yaNQsODg5QV1eXd7cIaXPDhg2DlpYWqqurwefzceLECcybN69BJbrWyM/Px8mTJ9l7cS0tLQwbNozDXjcuNTUV58+fx2+//cY+H2qqupympiYmTJgAZ2dnjBs3jo5/Dq1fv5792dLSEjExMeDz+QgNDUVoaCg6d+6MAQMGwMjICJqamq1un4uEZjT+oRrU1dWxePFiTJ48GV988QViYmLY753KykqVTqZGCCGEyBIFzhFCCFFoaWlpWLRoEYqKigA0n62Ox+PB19cXffr0ga2tLdLT07Fp0ya2cg3Q9MB9/d/n5eXB3d0d4eHhMDQ05PgdNaSlpSW0LM1AXXPtSDIw0x6VlJRgxYoV7MSKQYMGwcfHR+L2duzYgQcPHgCo2weBgYHo0KEDJ30lhEiOspXLRlJSElJSUtiBW4ZhsGTJEqxYsaLBeSg1NRWffPIJ/vnnHwCAv78/+7vhw4cLLTfG0NAQAQEBmDdvHu7duweg7logIiIC8+bN4/aNKbHmPt+NvY5rNHDfOgzDYM2aNRg6dCi2bdvGPmgS5+8o2IfdunXDpk2bMGHCBJn2lagGPT09CpgjRIHQZENC6jx69AjV1dXs5C8nJyeYmZk1u46enh7ee+897N27l712UldXh5ubm9jb7d+/P0aNGoUbN24AAJ4+fcoGmLel4uJihIeHIyQkhK2A19SEOAAYMmQInJ2d4eTk1CZjmcpo/vz5crs3UZQs4NnZ2Wzl4adPn6KgoADFxcXg8XhwdXXFokWL5N3FBsrKyuDl5YXi4mKhz72Ojg6mTZsGR0dHWFlZQVdXt9F1k5KSEBYWhrCwMJSVlbFtlJSUwMvLC2FhYU0G5Kq6Y8eOcfo60rbS0tJw6tQpXLhwgX12xgVFD+Ah3KF9rTgUeV/QuUI5DRgwALNmzcK0adNgYmIi7+4QIlfa2toYOXIkm5inqKgIXl5eCAoKavQeoiWVlZVYs2YN8vPz2XtzOzs7aGtry6D3whwdHYXuLRsbGxg0aBA7NmBsbCzzPrVHISEhQmMLovsgKysL2dnZErUteK4ubeAcjX+olt69e+Po0aP45Zdf8M0336CwsJCevRNCCCFSoMA5QgghCm3Tpk0oKioSuvFrLviNx+PBz88PFy5cQGBgIMrLy4UGK+zt7TFx4kT07NkTGhoa7ISB//3vf+xr+Xw+cnJysGPHDqkHJcTRrVs3oeXi4mJOJuQIsvAKdO3aVeo224MLFy7gr7/+AlD3mXJ1dZWqPRsbGxw5coT9HF68eBGzZs2Sup+EEMlRtnLZuXr1KvszwzB47733mqzQYGFhgYMHD+Ldd99FWVmZUAWttWvXirU9NTU1eHt7w83Njd0n9+/fl+IdEKIY3nrrLTg4OODXX39FSEgIEhISUFVV1eTrtbS0YGNjg/feew9OTk4KnUH0yZMnSExMRFZWFoqKilBaWgo9PT0YGhrCzMwM1tbW6N27t7y7SQhpJTq2pafIEyYJaWupqakAXk0acnBwEGu9MWPGYO/eveyyhYVFiwF3oiZOnMgGzgFAcnIy7O3tW9WGJPh8Pq5fv46QkBBERUWx136iiTAEy506dcL06dPh7OyM119/Xeb9UxXymMAl7wlNDx8+RHBwMCIiItiq7wKCY6ypwJvc3FzMmDGDXW/UqFHYs2ePzPssEBgYiIyMDKHJdw4ODvD19UWXLl2aXVdXVxd2dnaws7ODp6cnfH19ER0dze6PjIwMBAYGYs2aNTJ/H4rIzs6O09eRtvPjjz8iKCgINTU1nHyn1U9+1d4tWLBA3l0AULdPjh49Ku9uyBXtC8VA5wrlExoaCktLS3l3gxCF4uHhwd7j8/l83L59G25ubvjyyy/Fqk4v8PDhQ2zcuBHJyclC109tnYBEdGzA1NQU06ZNw6xZszBgwIA27Qt5RRGvpdvj+Icqmz17NiZMmIBt27bh7t278u4OIYQQorQocI4QQojCioyMRFxcnNCD8V69emHZsmUYNWoUTE1NUVxcjDt37iA4OBhJSUkAgH/++QeXL19GeHg4u66hoSH27NmDsWPHNtjO7NmzkZmZic8++0yovHlISAiWLl2KXr16yfR9CoIsBIMIf//9NydBbg8fPgTwagKEjY2N1G22B5cvX2Z/NjY2xuTJk6Vqb/LkyTAxMUF+fj6AuupUFDhHiPxQtnLZ+vvvvwHU/U3V1dVbnABubm6O9957D0ePHmX/ll27dsWwYcPE3uaIESPQtWtXZGZmgs/ns31o70aOHMnp69raW2+9JbTMMIxQYGZTr+NaU9ttC+rq6nB2doazszMqKytx//59ZGZmoqCggK18YmRkhK5du8La2rpBFWNFkpKSgrNnzyI8PByFhYUtvt7IyAhOTk5wcXFB//7926CHhBBJ0LHNLWUPnKNzN+GSaDKofv36ibVe37592Z8ZhpFo0ujgwYPZ9QHgxYsXrW6jNVJTU3H+/Hn89ttvbDKRpjLIa2pqYsKECXB2dsa4ceMUOlmCompvk7iCg4Ph7+8PHo8ndjXy+kxNTWFnZ4eLFy8CACIiIpCbmwtTU1OZ9Le+2tpaNpu/YHx75syZ2L59e6v3o7m5OQIDA7FhwwahNkNCQrB69ep297kgymvbtm04ceJEo8ezpBNjqSLEK7GxsXL/PqAgxjq0LwiRDAXNEdLQG2+8AQcHB1y7do29D/j7778xd+5cjB49GtOmTcOwYcPQs2fPBuump6cjISEBYWFhuH79Ompra4Wuw9588802SbRTH5/Ph4aGBhwcHDBr1iw4ODjQ2EAbU5brZ7qOUT0mJibYvXu3vLtBCCGEKDUKnCOEEKKwfvrpJ/ZnhmFga2uL4OBgoYAEExMTTJo0CW+//Ta8vLxw5coVAMA333zDZmbW1NTEoUOHms0Y1aVLF+zfvx/z589HYmIi+/+//PJLk5VyuNK1a1cMHToU9+7dA8MwCA0NxcSJE6VuNyQkBEDd387a2poqzomhoqIC8fHx7CDSO++8AzU1NanaVFNTw6RJk3DmzBkAwJ07d1BVVaXQk9sJUWWUrVy2UlNT2b+HpaUlzM3NW1zHwcGBzdzLMAw7UbU1hgwZwk5ozcvLa/X6quj48eOcvq6tPX/+XOg4beoBj+jruKYoD5Y6dOgAW1tbeXej1fLz87F161Z2oq24+6mgoAAnT57EyZMn4ejoiM8//xwdO3aUZVcJIa1AxzZpDJ27CZdKSkqElo2NjcVaz9DQsNllcYiOn5WWlra6jdZwdHRscOyIZpAfNGgQnJ2d4eTkJPbfgjSuPWVc9/Hxwa+//spO/Bd8zlobQDdv3jxcvHgRDMOAx+Ph8uXLcHNzk2XXAQB3795Fbm4u289evXrBz89P4r8nwzDw8/NDfHw8nj59CqCuol5cXJxS3muR9ic6OhrHjx9v9DzRtWtX9O3bF4aGhtDW1pZnNwkhhBBCFM4333wDV1dX9hkmn88Hj8fDn3/+iT///BMAoK2tDQMDA+jo6KC8vBzFxcWoqKhg26h/H8Xn82FhYYFvvvmmTd/HgAEDMGvWLEybNg0mJiZtum1SR5kSn7Wn8Q9CVB0lLSSEEO5Q4BwhhBCx5eXlIT4+Hi9evEB5eTmMjY1hbm6OkSNHNlqZRxrV1dW4ceMGO/Ckp6eH3bt3N1nFR01NDdu3b0d8fDxycnLYyfMMw8Dd3b3ZoDkBLS0tfPnll5g5cyaAuoGEy5cvyzxwDgA8PT3h4eEBAPjf//6H6OhoTJgwQeL2oqOjERERwQ5MeHp6ctJPVZeSkoLq6mr278bVpAlbW1s2cK6yshKPHz+WKDCEEFkIDQ1t8H+C78GWXse1xrbLJcpWLnv1K0OIW0lGtHpEp06dWr3dzp07N9oHovzEnVgvi2NOWbJGKqrExEQsXboU+fn5zU7ObSqDt2Cd8PBw3Lp1C3v37mUrNRNC5IeObdISOncTLmhoCD+6EvfzIrqeJNXA9fT0hJZFg/hkRTQIwtTUFNOmTcOsWbMwYMCANumDKtPT00NZWRmAur/1J598guHDh8t8u4LKrG0tICCAHccRfC/r6OhgypQpGDFiBDp37owlS5aIdWyNGDECpqambJKaP//8s00C59LT0wG8uqZwc3OTOhGZlpYW3NzcsH37dqHtUOAcUQbff/89+zOfz4eamhrmzp2LhQsXok+fPnLsmWqh60nFQfuCEO5UV1cjKSkJcXFxePr0KQoKClBcXAwej4dp06Zhzpw58u4iITJlaGiIgwcPYsmSJXj06FGD+28AKC8vR3l5eZNt1F/H0tISQUFBEiXrkVRoaChVlVQAyhA4197GPwhpDyhpISGEcIcC5wghhLQoMTERAQEB+PPPPxu9uNbU1MT48eOxevVq9O3bl5NtPnr0iA1gYhgGTk5OMDMza3YdPT09vPfee9i7dy97sa6urt6qB/n9+/fHqFGjcOPGDQDA06dPUVJSAn19fcnfjBjGjRsHNzc3nDx5EgDg5eWFXbt24e233251W5GRkVi7di17M+Tq6orx48dz3WWVlJaWBuDVhIxBgwZx0u7AgQMBvLqJ/PfffylwjigMHx+fBgMcjQWwNfY6rsk6cI6ylcte/WoM4j4wMjIyElqW5JxbP4C/fgZIotzEHdSliTSKJyEhAYsWLWIDWUUfRDMMg27dusHQ0JDN4FpUVIQXL16gtra2wTq5ublwd3fHoUOHKMBGCv/99x8ePXqE/Px8FBcXo7KyUuK2lOEBMeEeHdukJXTuJlwRDXgrKSlpENAmK6KfTzU1tTbbroaGBhwcHDBr1iw4ODhAXV29TbbdHgwePBixsbHscm1tLezs7GS+3evXr8t8G6KePn2KoKAgoQpzU6ZMwebNmyWq9MowDMaPH4+QkBAAwO3bt7nucqOysrKElseMGcNJu4J2BNck2dnZnLRLiCw9f/4cDx8+ZI9rNTU17N69G1OnTpV311TKV199Je8ukP9H+4IQbmRnZ+PYsWM4d+4cioqKhH4neBY+dOjQRtfNzc3FsmXL2PGckSNH4rPPPpN1l1VKRUUF0tLSkJaWhpcvX6KsrAxlZWXsczQ9PT3o6upCV1cXZmZmsLCwQJ8+fSRKAENa1qVLF/z888/49ttvcfz4caFkyuLg8/nQ1NTEggUL8Omnn0JTU1OGvW2IguaIuNrT+AeRLapypngoaSEhhEiPAucIIaSdSE9Pxy+//ILr16/jxYsXKC4uhr6+Pvr06YOxY8fCxcWl0Qov+/btg7+/P2pra5u8CK6qqkJkZCSuXbuGzz//HK6urlL3NzU1FcCrQVsHBwex1hszZgz27t3LLltYWLQYcCdq4sSJbOAcACQnJ8Pe3r5VbUhi48aNqK2txenTp1FRUYGVK1di0qRJ+Pjjj8WaRJiUlIQDBw7gypUr7L6aN28eNm3aJOuuq4yCggKhZRMTE07aFZ2UIsjQTIgiaSk7kejruNYW2YkoW7ns1dTUsPuyQ4cOYq0j+nBJks8CZbdSPceOHeP0daTtlJWVwcvLC8XFxUIBMjo6Opg2bRocHR1hZWXVaMXqsrIyJCUlISwsDGFhYSgrK2PbKCkpgZeXF8LCwmjyQCukpaXh1KlTuHDhQoMJMtKgwLn2h45t0hI6dxMuiY7lvXz5Eubm5m2ybdEK1o19r3FtwIABmDVrFqZNm8bZWBQRZmVlhdjYWPb8c//+fTn3SHYCAgLYe3OGYTB79mxs3bpVqjaHDBnCBs6VlpYiPT0dPXv25KK7TRINHOXqO0C0HQpQJcrg3r177M8Mw2DGjBkUNCcDs2bNkncX5C47OxsxMTGNVqVydXXFokWL2qQftC8UZ18Q5RUeHo7NmzejtLRU6LmeuBOuTU1NYWxsjD/++AMA8M8//8DT01PmyYaVGY/HQ2xsLCIjI/H777/j+fPnrX6myjAMunfvjjfffBNvvfUW7Ozs6HqVQ5qamli3bh3c3d1x5swZXL58Gampqc3uJ4ZhYGFhgalTp+L999+HqalpG/aYkNZrT+MfRLaoyplioaSFhBDCDQqcI4SQdiA4OBg//vgjqqqqhC6Q8/PzUVBQgLt37+LQoUPYsmUL3n33Xfb3QUFB+O6779jl5m5G+Hw+ampqsGXLFqipqWHu3LlS9Vl0kkq/fv3EWq9+xTuGYSTKvCSoBCZ4vy9evGh1G60VGhoKALCxscHLly8RFRUFPp+PiIgIREREoHv37rCxsYGFhQWMjIygra2NiooKFBYWIjU1FYmJiXj27BmAVwEhEyZMgLW1NX799ddW9UXWFZ8UmWiVInGDPloi2k5ZWRkn7RJCWoeylROiPMTNftgWWRJJ6wQGBiIjI0PoIYmDgwN8fX3RpUuXZtfV1dWFnZ0d7Ozs4OnpCV9fX0RHR7PfrxkZGQgMDMSaNWtk/j5UwY8//oigoCDU1NRw8qBEsE/pIVX7RMe28njy5AkSExORlZWFoqIilJaWQk9PD4aGhjAzM4O1tTV69+7N+Xbp3E241LVrVwCv7rH+/fdfsStTampqsutpaLT+EVhOTg6AV+Nrsp4UFxoaSpnj20D9zw+fz1fZiWM8Hg9RUVHs+bpbt27YvHmz1O2KfkbT0tJkHjgnen1RWlrKyURtQYUPgbYKyiVEGrm5uQBenZva8zMcIhsPHz5EcHAwIiIiwOPxhH4n+Nw1lYwnNzcXM2bMYNcbNWoU9uzZI/M+qyraF4QL33//PYKCgoQmugt+FnyOxBkrdHNzYwPnKisrceXKFcyePVt2HVdSVVVVOH36NPbv3y90zpYEn89Heno6Tp48iZMnT8LExARLlizB+++/L3UiUPJKp06dsGLFCqxYsQJFRUW4f/8+srOzG4yjde7cGVZWVjA0NJR3l5tUXV2NpKSkRgOtp02bhjlz5si7i6SNtZfxD9J2qMqZ/FHSQkII4Q4FzhFCiIr79ttvERwc3GwGED6fj5KSEnh7e8PQ0BBjx45FQkICfvjhB6HXN3VDIsheK3jNV199hTfeeEOqiVglJSVCy8bGxmKtJzpoJckglmByjoDow3RZ8PHxEfpb1/97AsCzZ8/w/PnzJtcXzRQHANHR0YiOjm51X9rzQ1cDAwOh5YKCAujp6UndrmglO6qkQBTJyJEjOX2dIqNs5YQQIlu1tbUICQkRCrCaOXMmtm/f3uoHJubm5ggMDMSGDRuE2gwJCcHq1aspeKsF27Ztw4kTJxq9D5Rm4gZpn+jYVnwpKSk4e/YswsPDUVhY2OLrjYyM4OTkBBcXF/Tv378NekhI6/Tp00fo++Dvv//GjBkzxFpX2glBjx49Elru3r27VO21hILm2oaVlZXQcm5ubptWMmwrCQkJKCkpYcfr58+f36DKuyQEfyfBcfny5Uup22zJkCFDhJZTU1M52V9paWkAXk0aFyTRa28yMjLk3QVWt27d5N0FhSeaiO/111+XU0+IKgoODoa/vz94PF6L1SQaY2pqCjs7O1y8eBEAEBERgdzcXKrIIwFF2xd0rlBOZ8+exd69ewEIT3QfOXIkbG1t0blzZ2zZskWsz9aYMWNgYGDAztu4fv06Bc6J+P3337F582a8fPmy0fkakhK0lZubi6+++gqHDx+Gr68v3nzzTanaJQ0ZGhpylmi1LWVnZ+PYsWM4d+5cg4Bqwb3O0KFDG103NzcXy5YtQ21tLYC674fPPvtM1l0mbaS9jH+Qpl2+fBm///47gLrz0fbt2yVui6qcKQZKWkgIIdyhwDlCCFFhf/31F/bt2ycU2AY0vGER/I7H48HPzw8RERH4/vvvwePx2AFVAwMDTJ06FcOGDYOpqSn4fD5ycnJw9+5dXLp0CaWlpWw7lZWV2LlzJwICAiTuu2hGaHEHF0XXkyRASTRQSjSIT5ZEH4SIO8G1qYDI1mrvkxQ7duwotPzkyRNOJkg9ffoUwKtBShMTE6nbJIQrx48f5/R1ioyylRNCiGzdvXsXubm57DVlr1694OfnJ/E1JsMw8PPzQ3x8PHs9lZubi7i4ONja2nLWb1UTHR2N48ePN0hwAtQlCenbty8MDQ2hra0tz24SJULHtuLKz8/H1q1b2YmR4o4DFBQUsNnLHR0d8fnnnze4HyZEnvT09NCtWzd2su7t27fbbNvJycnszwzDoG/fvm22bSI73bp1g4mJCfLz89n/u3//vsrdv6enpwN4NQY5atQoTtoVTTbWFuPlvXv3Rv/+/ZGSkgIACA8Px+jRo6Vu98KFCwDqjm8LCwv06dNH6jaV0cSJExXiWQDDMHjw4IG8u6HwRI/BDh06yKknys3FxQXjxo2TdzcUio+PD3799Vf2vCF4JtzaoK158+bh4sWLYBgGPB4Ply9fhpubmyy7rnIUcV/QuUL55OTkYMeOHULjgcOHD8eWLVuEgq63bNkiVnsaGhoYN24cO+YQExPDfacVkLjni8OHD2Pnzp1s8FFL83E6dOiADh06sGOyFRUVqKysRGVlZZPzdwRtvXjxAsuWLcPatWvh7u4u8XsjqiE8PBybN29GaWlpg4BNccYGTU1NYWxszFaU/Oeff+Dp6cnJM3Mif+1l/EPeFPneIjk5mU1aCEDiwDmqckbaI0U+tgkh3KDAOUIIUWGiNz98Ph+dO3fGmDFjYG5ujvLycjx69AhxcXHg8XgA6iqb/fzzz7h58yZ7EzVp0iRs27atwcM5AJg9ezbWrVsHHx8fREVFsYMx165dQ05ODjp16iRR30UD3kpKSjip/CUO0cEkNTW1Ntluc33g+vWkcT169ADwajD6+vXrnEzIuH79utCyaFVDQkjboGzlhBAiW6ITdd3c3KClpSVVm1paWnBzcxO6t0lPT6fgmmZ8//337M98Ph9qamqYO3cuFi5c2G4nBhPp0LGtmBITE7F06VLk5+c3O5lSsN8a+3+gbrLNrVu3sHfvXlhbW8u204T8Pw8PD7z//vvNvmbgwIF4/vw5gLoqcIWFhTAyMpJ536Kjo9nxzb59+7bZeKSo6upqJCUlIS4uDk+fPkVBQQGKi4vB4/Ewbdo0zJkzRy79UmZWVlb4448/2O/E+/fv4+2335Zzr7iVl5cntMzVGKRosrrq6mpO2m3J4sWLsXbtWvD5fISGhsLFxQU2NjYSt5eQkIDQ0FD2M7B48WKuuqqU6JmC8hCtMJeXl0cTmyXQs2dP9OzZU97dUBgBAQEIDQ0F8GqivY6ODqZMmYIRI0agc+fOWLJkiViBUyNGjICpqSl7Hvrzzz8pcK4VFHlf0LlCuQQGBqK8vJz9rDg4OCAgIKDBtVxrWFtbs4FzBQUFyMzMbJCkUtWIc7745Zdf8PXXXwOAUKAiUHcNPnLkSAwfPhwWFhbo0qULunbt2uR+qKmpQWZmJl68eIG0tDTExcXhzp07bCIZQfu1tbXYuXMnjI2N4ezszMl7Jcrn+++/R1BQkNBYoOBnwRigON/dbm5ubOBcZWUlrly5QhUlpZCdnY2YmJhGx3BcXV2xaNGiNu1Pexj/kDdluLdo6rmAuKjKGWmPlOHYFsfo0aMp6RIhTaDAOUIIUVFJSUlISUlhB0YYhsGSJUuwYsUKaGpqCr02NTUVn3zyCf755x8AgL+/P/u74cOHCy03xtDQEAEBAZg3bx7u3bsHoK56XUREBObNmydR/83MzISW27J0fHFxsdCyrq6uzLc5cuRImW+DtGzIkCHQ19dns3OFhIRInV2rpKQE58+fZ49FbW1tmoxIiJxQtnLSnqxfv17eXQBQd1xImsmOKJ+srCyh5TFjxnDSrqAdwQOe7OxsTtpVRc+fP8fDhw/Za081NTXs3r0bU6dOlXfXiBKjY1vxJCQkYNGiRez4hegkLYZh0K1bNxgaGkJHRwfl5eUoKirCixcvGmRC5/P5yM3Nhbu7Ow4dOkT3q6RNGBoawtDQsNnXDB8+HFevXgVQN84YHR2NmTNnyrRfd+7cwcuXL9kqH8OGDZPp9hqTnZ2NY8eO4dy5cygqKhL6nWCMd+jQoY2um5ubi2XLlrHH+ciRI/HZZ5/JustKw8rKCr///ju7fP/+fZlvc/DgwZg1a5bMtyMgSI4noK6uzkm7ouPlLR2/XHFyckJERAQiIiLA4/GwZMkS7N+/H1ZWVq1uKykpSej4eOeddzB9+nSuu6xU5F1FiIIxxDds2DDo6uqivLwcABAfH49evXrJuVftm6AyGFBXEfCtt96SuK2oqCj2nK+hoQEnJydO+ticp0+fIigoSKiq2ZQpU7B582aJKlEzDIPx48cjJCQEQNtWC6Z9IYzrfUHnCuXB5/Nx+fJl9rNkYmKCXbt2SRU0BwCWlpZCy6mpqQoVOFdaWoq8vDwUFBSAYRh07NgRnTp1kulE4efPn2Pr1q0NqsK99dZb+OCDD1pd9VlDQwM9evRAjx49MHLkSMydOxcA8Ndff+HEiRO4evWqUCXKL7/8Em+88Qa6devG6fsiiu/s2bPYu3cvAOGAuZEjR8LW1hadO3fGli1bxPruHjNmDAwMDNhq4tevX6fAOQk8fPgQwcHB7D1rfYIxHNGxHYHc3FzMmDGDXW/UqFHYs2cPJ/1qD+Mfkrh16xbi4uLY5RUrVsixN4QQrtCx3dCoUaNafU1KSHtBgXOEEKKiBBNLgLpBk/feew9eXl6NvtbCwgIHDx7Eu+++i7KyMuTk5LC/W7t2rVjbU1NTg7e3N9zc3ISy1khKkA1X0Na///4r9uQtTU1Ndj1JBoMF718wkGFqatrqNlrr+PHjMt8GaZmamhrs7e0RGRkJACgsLMTOnTvh5+cncZu7du1iB+sZhsHIkSOlrs5ACJEcZStvOxkZGRI9mJdkPUHmTfJKSEiIQkxsoMC59kV0Yi5XiS9E2+FqArAqEiQyAerupWbMmEFBc0RqdGwrlrKyMnh5eaG4uFgo+E1HRwfTpk2Do6MjrKysGk0CVFZWhqSkJISFhSEsLAxlZWVsGyUlJfDy8kJYWBh0dHTa9D0RxVJcXIz79+8jMTERWVlZKCwsRFlZGXR1dWFkZAQzMzNYW1vDysoKBgYGMuvH6NGjhR7uigbxysKBAwcAvLqOHTdunMy3WV94eDg2b97MJnQSEDdjvKmpKYyNjdms8f/884/UCaFUiaurq1AWbG1tbZlvc8qUKZgyZYrMtyNgYmIitJyfn8/J/n/27BmAV8eGsbGx1G2Ka+fOnaiqqsK1a9dQUFAAV1dXLFiwAO7u7ujUqVOL6+fm5uLQoUM4duwYWylvwoQJ2L17t6y7rvAoGEF5aGlpwdnZGSdOnADDMAgNDZV5MDlp2q1bt/DZZ5+x19FLly6VKlgrKSmJnQQPAN27d5d58H5AQABqamrY51azZ8/G1q1bpWpzyJAhbLBWaWkp0tPTZZ6pn/ZF47jcF3SuUB7JycnIy8tjP0tubm6cXAd2794dwKs5G4rwLObhw4c4d+4cbt++jdTU1AafU3V1dQwaNAijR4+Gq6sr58mZg4KC2Mp+fD4fBgYG+Oqrrziv5vTGG2/gjTfeQGRkJNavX88ms6ioqEBQUBC2bNnC6faIYsvJycGOHTuExgKHDx+OLVu2CFUnFvdzoaGhgXHjxrEVJWNiYrjvtIoLDg6Gv78/eDyeUDIzcZmamsLOzo7dBxEREcjNzeVkflp7GP+QxM2bN9mxP4CCawhRFXRsE0JagwLnCCFERf39998A6gZM1NXVW7woNDc3x3vvvYejR4+yN/Ndu3Zt1QOBESNGoGvXrsjMzASfz2f7IIk+ffoIDSr8/fffmDFjhljrSpst59GjR0LLggFh0j4sXLgQkZGR7GD3uXPnYGpqilWrVrW6rYCAAJw5c0ao8uP8+fNl0GtCiLgoW3nb4PP5CA8PR3h4eKvWAdDq9QTEnUxKCJEd0WzDpaWlnEzQKC0tFVpuq0rUyig3NxfAq0nNNJmScIGObcUSGBiIjIwMoWsfBwcH+Pr6tpj1XVdXF3Z2drCzs4Onpyd8fX0RHR0tNAEuMDAQa9askfn7IIonOjoaZ8+exfXr19l7nOaoqalh3LhxeP/99+Hg4MB5fywtLXH48GHO221KZmYmysrKMHLkSAB19xdcVCgX1/fff4+goCChyVaCnwXndXHud9zc3NjAucrKSly5coWyxv8/U1PTNkmQJk+igWTJycmcBC3Ex8cLLUvbZmuT5Xz44YdgGAbR0dGoqanB4cOHcfToUdja2sLGxgYWFhYwMjKCtrY2KioqUFhYiNTUVCQkJCAuLo6dyMgwDCZMmICFCxciISEBANhjvr15+PChvLtAWsnT0xMXL15Efn4+YmJicPnyZYWfmCpQUFCA7OxslJeXw8TEBObm5tDU1OSkbXlklg8NDQVQd37W0NCQ+pnPBx98gODgYDZ46vz58zIN1uLxeIiKimKvLbp164bNmzdL3a5oVaq0tDSZB87RvmgcV/uCzhXK5b///gPAfRIQ0fEf0bGc1qqpqUFhYSG7rKWlJXZClszMTHzxxRe4fv06gKYDO2tqanD//n3cv38fBw8exJw5c7Bu3TpOAkeqqqoQFhbGHrdaWloIDAyU6TXlW2+9hYCAAHz88ceoqakBn8/HhQsXsHHjRkrW244EBgayAZtA3VhgQECAVFUlra2t2aCtgoICZGZmKlRFSUXm4+PDVr2tXxGytQF08+bNw8WLF8EwDHg8Hi5fvgw3Nzep+9cexj8kJUmQIyFE8dGxTQgRFwXOEUKIikpNTWUvBi0tLcWagObg4ICjR48CqLuQHDx4cKu3O2TIELx48QIAkJeX1+r1BfT09NCtWzc2a5kkFWsklZyczP7MMAz69u3bZtsm8ieYRBgbG8sOcO3duxf37t3D2rVrMWjQoBbbePDgAXbv3o2bN28CePWQYsSIEW2erZwQ0hBlK28bkgaxSboeDYI1pMyBhIqQuVagW7du8u6C0hgyZIjQcmpqKieBMGlpaQBeXVNJcp/SXpSVlQkt1882S4ik6NhWHLW1tWxV2foBstu3b2/1tZC5uTkCAwOxYcMGoTZDQkKwevXqVrdH527l9e+//2Ljxo1sYIzoNWT9z0L93/F4PPz+++/4/fffMXz4cGzduhV9+vRpm07LQJcuXXDs2DG5bPvs2bNsdZP6AXIjR46Era0tOnfujC1btoh1XI4ZMwYGBgYoKSkBAFy/fp0C59oRa2trqKmpsZ+h6OhoTgJrLly4wH429fX1pT5nz58/X6J7+PrVFXg8HmJjYxEbG9vsOqITZ6KjoxEdHc3+34MHD1rdD0LkoWPHjvj222/h4eGBqqoq+Pj4QEdHB2+++aa8u9aovLw8HD58GFevXmWDOQQ6dOgAe3t7vPvuu3BycpKq8rQ8MsvfuHGD/U6xt7dvUO2ztUxMTDBq1Chcv34dfD6fDYCXlYSEBJSUlLCTvOfPn89JIKPgHlHwt3n58qXUbbaE9kXj5LEviPwJkmkJ9OjRg5N2O3ToILRcUVEhVXtnzpzBtm3b2GVPT0+xvrtv3boFLy8vFBYWij0xms/no7q6GqdPn0ZcXBwCAgKkDuhNSEhgg5cYhsH06dPbJBGDnZ0dZsyYgZ9//hlA3X5ISEhot0kg2hs+n4/Lly+z92QmJibYtWuXVEFzQMNA69TUVAqcE0NAQAAbvC/YJzo6OpgyZQpGjBiBzp07Y8mSJWLd844YMQKmpqbs3Lo///yTk8A5QgghqufZs2fsnGyg/SYDI0RaFDhHCCEqqri4mP25f//+Yq3Tr18/oWVxggdEde7cudE+SGLgwIF4/vw5gLoqcIWFhTAyMpKqTXEIsq3z+Xz07dsXenp6Mt8mUSzbt2/HnDlzUFBQwH4Wbt26hdmzZ2PQoEGws7PD4MGDYWxsDF1dXZSVlaGgoADJycmIjY1lJ1zUzwhuZGSE7du3y/mdEaK6KFu5YqEgNvlri4lCsjRx4kSF+BzRRMrW6d27N/r374+UlBQAdRUkuajUcuHCBQB1+8PCwkKpJ+XLmmiGZtHJLYRIgo5txXH37l3k5uay58hevXrBz89P4nMmwzDw8/NDfHw8nj59CqBusl1cXBxsbW1b1Radu5VTZGQkVq9ejaqqqkYnH9bPli3QWCBdXFwcZs6cie+++w4TJkxog56rjpycHOzYsUMoIGj48OHYsmWLUAD8li1bxGpPQ0MD48aNY7PGx8TEcN9porCMjY1hZWWFxMRE8Pl8XLp0CatWrUL37t0lbvPKlSt4/PgxOznY3t6es+/71iZ7EWy3/vEi7jqSbpMQRWJvb499+/bh008/RWFhIZYuXYqZM2fiww8/xIABA+TdPdb58+exY8cOFBcXN3rMVVRU4I8//sAff/yBvXv3YuPGjRg7dqzE22vLzPJPnjxBTk4Ou63x48dz0u6bb77JVlDKyspCenq6zKq1paenA3j1/GrUqFGctCs6HiEI4pcV2hdNa+t9QRRDZWWl0DJXlchE53uIWx2uKdeuXWO/tzU0NPD++++3uM6DBw+wfPlylJeXAxD/WrD+6x49eoRFixbh3LlzUs03EU0C5ezsLHFbreXs7Iyff/6ZfV+pqan0PLKdSE5ORl5eHntP5ubm1qAapCQE94mCz5QiJcVSVE+fPkVQUJBQhbkpU6Zg8+bN6NixY6vbYxgG48ePR0hICIC2TShPZE9e+5OOZdWjSPuUkhY27vr167h69Sri4+ORnZ2N8vJymJqaomfPnhg/fjwmT54sdWKLs2fPsomD6DkYIZKjwDlCCFFRpaWl7M+GhoZirSM6SCjJYIuuri77s7QZx4YPH46rV68CqMtiHR0djZkzZ0rVZkvu3LmDly9fsoNOw4YNk+n2CHc8PDzEGlwXR48ePeDv7w8PDw9UVlYKZftOTk5u9uaj/iC9YL0OHTogICAAvXr14qR/hJCGKFu54qBJaIpB2QPnAPosKavFixdj7dq14PP5CA0NhYuLC2xsbCRuLyEhAaGhoex37uLFi7nqqkoSrTCXl5fHyUN0QujYVgyiEyvd3NykngynpaUFNzc3oUQv6enprQ6cE/SLKI/o6Gh8+umnbBVt0cmHJiYmeP3112FoaAgdHR2Ul5ejqKgIqampbDWD+vdglZWVWLVqFX744Qc4ODi07ZtRYoGBgWzFAgBwcHBAQECAVJnjra2t2cC5goICZGZmUtb4dmTGjBlISEgAwzCoqqqCt7c3jhw5ItH5Ij09HV988YVQpVMus99LG+Qi7TgQIcpk/fr17M+WlpaIiYlhr81DQ0PRuXNnDBgwAEZGRhJVrGIYhpPEf8HBwfj2229bDGYT/P6///6Dh4cH5s6diw0bNnAW6CErjx8/BvDqetzKyoqTdkUreaampsosWEtQ0USga9eunLQreu0iuMaUFdoXTWvrfUEUg2jFxcLCQk7GBAUVCwXHmiSBIQJ8Ph93795lzw3Dhg1rMZFzVVUVVqxYIXTPJDiHDB06FPb29ujfvz8MDQ3B5/NRVFSElJQU3Lp1C/fv32fnfPD5fDx9+hRr1qwRqlTaWoWFhULLr732msRttZbotoqKitps20S+BNV7BcfhuHHjOGlX9Dui/hwz0riAgADU1NSw3y2zZ8/G1q1bpWpzyJAhbOBcaWmpTIP2lcWCBQtk0u6zZ8/E3g7DMDh69KhU25N0/goX6s9xI8pPVZIWqsqxXV9KSgp8fX1x9+5dAMLjjRkZGXjx4gViY2Px7bffYtq0aVizZo1EhUwE6LgmRHoUOEcIISpKcLMOiF9lQPRhmjQPnrkwevRooex6WVlZnLXdFMFAKdeDTkT2DA0NxQ4SFcfIkSNx+vRprFy5Es+ePWs0o3pjRF/Xq1cv+Pv7w9LSkrO+EcKl+pMu5ImryRmUrVy+jh07Ju8uEBUi7wFgOrYl4+TkhIiICERERIDH42HJkiXYv3+/RBOYkpKSsGzZMtTW1gIA3nnnHUyfPp3rLquUYcOGQVdXl83AHB8fT8kbCCfo2FYMouMiY8aM4aRdQTuCc292drZE7dC5W3nk5eVh/fr1qK6uFroXMjMzg5ubGxwdHZvNgPr8+XOEhYXh9OnTyMzMZCcMVVdXw8fHB5cuXZJqQmV7wefzcfnyZXYyi4mJCXbt2iVV0ByABmNQqampFDjXjri4uODIkSNIT08HwzC4e/cuPv74Y+zcubNVn4Nbt25hzZo1KCwsZI9xGxsbTqrhUHZqQlovJCRE6FpLdCwzKytL4ms4wfMwacdmr127hj179gj1r34f6xP9/dmzZ5GYmIi9e/fC3Nxcqn7IkiCARECaip71Cb4X26LiC4/HE1pWV1fnpF3RqlRcPq9rDO2LprX1viCKwdTUVGj50aNHnBwX8fHxQsvSBHimpqaitLS0VZUiT506hYyMDKEAACsrK2zZsgUDBw5sdt3ExERs3rwZf//9N7v+jRs3cPPmTYwePVri91FfTU0NJ+2IQ/Q7oz0YPHgwZs2aJe9uyJ0geZGAtBVrBETnkUmbGF3V8Xg8REVFsd8n3bp1w+bNm6VuV3QMJy0tTSkD565du4Zbt26xy9LMQYmNjZX5ODOfz2+yIpzg/ojLbbU1LvpPVc4Uiyo8+1C1Yzs2NhbLly9HaWlpk8mDBP9fU1OD0NBQREVFYfPmzXj33Xc56wchpHUocI4QQojCsrS0xOHDh9tse5mZmSgrK8PIkSMB1F3McjVo2t4VFxfj/v37SExMRFZWFgoLC1FWVgZdXV0YGRnBzMwM1tbWsLKygoGBgby7yxo4cCBCQkKwf/9+nD59mn3Y1NyNlOCmx9DQEPPmzcOiRYuoygdRaKKTLuSBq8kZAGUrlzc7Ozt5d4GoEDqmlNfOnTtRVVWFa9euoaCgAK6urliwYAHc3d3FyqKWm5uLQ4cO4dixY2xW7AkTJmD37t2y7rrS09LSgrOzM06cOAGGYRAaGirzqt2k/aBjW/5EJ1JyNalYtB1JJ2zSuVt5fPfddygoKBCafPj+++9j3bp10NXVbXH97t27Y8mSJViwYAF27dqFkydPsvdFhYWF+O677+Dn5yfT96AKkpOTkZeXxwYlubm5cTKGJJgg2xYTvoni0dDQgK+vLxYvXgwej8dOGJk6dSpmzJiByZMnN5iYJ6jOkZWVhbi4OISHh+P27dvseA2fz4eOjg6+/PJLTvoYFRXFSTuEEPknLhAoLS3Fxo0bAQiPlfbu3RtOTk6wtLREhw4d2GzrkZGRqKioEKoE9ODBA7i6uuLgwYPo06ePPN9Ok0pKSoSWuXqeJdqOLCu+iFalys/P5+T6Q5DlX3DuMDY2lrrN5tC+aFpb7wuiGATVEgXfwX/++ScmTpwodbuXL19mf9bW1paquqNo1awhQ4a0uI5gjFOwzsSJE+Hv7y/WuIW1tTXOnTuH5cuX4/r16+zf5sCBAxLPARFNEJOWlgYzMzOJ2mqttLS0ZvuiiqZMmYIpU6bIuxtyV1lZKbTMVYVe0UBrRZqno4gSEhJQUlLCXr/Onz9fokrPogTjsoLvKNHkAMoiLi4OR48eZd8HF8mbW6pirSyUtf+qUuVMVch7X3D57EcVju20tDQsXryYDTpvas6YaNKgwsJCrFmzBrdv38bGjRs5S55CCBEfBc4RQggh/69Lly5UKYdj0dHROHv2LK5fv85WE2iOmpoaxo0bh/fffx8ODg6y76AYDAwMsHr1aixevBgRERGIiYlBXFwcMjMzhbLIaWhooEuXLrC1tYW9vT0mTZoEPT09OfackPaFskwRoloePnwo7y4QEU1lZ2vKhx9+CIZhEB0djZqaGhw+fBhHjx6Fra0tbGxsYGFhASMjI2hra6OiogKFhYVITU1FQkIC4uLi2Em+DMNgwoQJWLhwIRISEgCATXRBGufp6YmLFy8iPz8fMTExuHz5Mk0wIE2iY1u5iFYKKi0t5WRipehkUEkC8ujcrTyqqqpw6dIlocmHixcvhpeXV6vb0tHRwaZNm2BgYICgoCC2zYsXL2Ljxo2cTCBSZaITR8eNG8dJu6LfC7Kc8E0U0+jRo7F582Zs2rSJnaBRXl6Os2fP4uzZs+zrBJM5Dhw4gAMHDgi1UT9ojmEYbNu2Df369Wu7N0EIaUCRkxSEhIQgJydHKCjf09MTy5Yta1BJde7cuSgpKcG+fftw+PBh8Hg8oWBvNzc3HDhwAIMGDWrz99ES0YnqggSR0iorK5O6DXGJJj1JTk7mpKqJaFUqWVdKoX3RtLbeF0QxmJmZYcCAAUhJSQGfz0doaChWrlwpVXBVTEwM7t27x35HDx8+XKrq2JmZmULLr732WrOvf/r0KZ49e8Zuv2vXrtizZ0+rJhhramriu+++w+TJk5Gbm8smlSgvL4eOjk6r30P//v0BvJoEfe7cObzxxhutbkcSgut4wfU5XZu3H6KB1oWFhZyMBwoCtASfqfYQjCmN9PR0AK/+XlxUYwcaBiyKJgdQNlxWdJJ18uK2ur9S1opzgGLfg7Y3qrQvlP3Yrq2thbe3N5sMSLBNdXV1DB8+HAMGDIC2tjZevHjBzi8FhN/3mTNn8OzZM/j7+0t0TUoIkRwFzhFCCCEy9NZbbwktMwyDq1evtvg6rjW1XVn5999/sXHjRvbhTEsZNQR4PB5+//13/P777xg+fDi2bt2qMJlF9fX14ezsDGdnZ/b/SktLUVJSAn19fQqSI0pNFQZZKFs5IYTI1vz586Wuysnj8RAbG4vY2Nhm1xHNNBcdHY3o6Gj2/yizYPM6duyIb7/9Fh4eHqiqqoKPjw90dHTw5ptvyrtrSsPFxYWz4AVFR8e2chHNxp6amspJ1TlB1nLBxAZBpnqimKT9joqLi0NxcTF7LA4aNAiffvqpVH1atWoVrl+/juTkZAB1k3zu3LnD2SQiruTl5SE+Ph4vXrxAeXk5jI2NYW5ujpEjR3Iy0bq1cnNzhZZ79OjBSbsdOnQQWhZkviXcUrTPk6g5c+ZAU1MTfn5+KC8vb3ZSSmNjt/Urze3YsQOTJ09uk34TxVJSUoIVK1awSfEGDRoEHx8fidvbsWMHe82nqamJwMDABt9ZpHErVqyQdxeadfbsWaFg2xUrVsDT07PJ1+vr62PNmjWYOnUqvLy88OTJE/a7Jy8vDwsWLEBQUBBsbW3b8F20THRCeXZ2tljVt1uSnZ3d7Ha4ZG1tDTU1Nfa7Pzo6mpNkOxcuXGA/A/r6+jK/p6B90bS23hd0rlAcjo6OePToERiGQXl5OTZu3Igff/xRorby8/Oxfv16oe92FxcXqfonmtDD0NCw2dcnJiYCeDVW8dFHH0n0WdDT08PChQuxe/duAEBNTQ3i4+MxZsyYVrc1ZMgQGBkZoaioCHw+H1euXMGVK1dkfq185coVXL58md0fhoaGsLa2luk2ieIwNTUVWn706BFbaV4aooHWXbt2lbpNVZaXlye0zNXfSzQgubq6mpN2VYHg+3/gwIGcVeV98eIFgLpxD1nfa+jp6bFJGRiGwSeffILhw4fLdJtA3b1ZeHg4J23JuyKYKsxj4oKqJS1U9mM7KioKycnJQomD3njjDWzZsgW9evUSei2fz8eNGzcQEBDAJqQQrPfnn3/io48+QnBwcIvXxYQQ7lDgHCGEECJDz58/F7pQbuqmUvR1XGvLm9nIyEisXr0aVVVVjb5vPp8vViBdXFwcZs6cie+++w4TJkxog563np6eHgXMEaWn6JMuCCHy9eTJEyQmJiIrKwtFRUUoLS2Fnp4eDA0NYWZmBmtra/Tu3Vve3SRtqLXXq4LrvNZkjxO9dqUHI61nb2+Pffv24dNPP0VhYSGWLl2KmTNn4sMPP8SAAQPk3T2F17Nnz3aXkZ2ObeXQu3dv9O/fHykpKQCA8PBwjB49Wup2L1y4AKBuH1lYWChMAhvSOGm/o54/fw7g1QPq999/X+pxIzU1Nbi6umLjxo0NtqMIEhMTERAQgD///LPR7x5NTU2MHz8eq1evRt++fdusX5WVlULLopVTJFVcXCy0LJq9nEhHUT9PjZk5cyasrKywfft23LhxA4B448SC92VnZ4eNGzeylTVI+3PhwgX89ddfAOo+O66urlK1Z2NjgyNHjrCfw4sXL2LWrFlS97M9UOQx3IKCAjx+/Jjdr6+//nqzQXP1DRo0COfPn8fatWsRHR3NTiIrKSmBh4cH/P39FSqpiWDiuuC9xsTEYODAgVK3K0hCIrg+E50gzyVjY2NYWVkhMTERfD4fly5dwqpVq6SagH/lyhX2M8AwDOzt7WX+XJL2RePksS/oXKE4FixYgGPHjrGV1aKiorB69Wps3bq1VYkdUlNT4enpiYyMDPazZGFhIXVwmOhnsbKystnn7KKJRqQ5H4wfPx67d+9m+yBa/U5c6urqmDVrFvsZ5fF48Pb2RnZ2Nj744AOJ+9eckydP4ptvvmHnWDAMA2dnZ6ipqclke7J269YtxMXFscuKfI2jKAQB0ILP759//omJEydK3e7ly5fZn7W1tWFlZSV1m6qMx+MJLbem+mVzRMdwKHjiFcEcuuzsbCxatAiOjo5Stbd7927s37+fXT5+/Li0XWzW4MGDhZIN1tbWws7OTqbbBIDr169z1hY9wyGyoOzH9okTJ9ifGYbBxIkT4e/v3+h5gWEYjB07FmPHjsWJEyewc+dOVFVVsX+DhIQEzJ8/HwcPHuQkEQwhpGUUOEcIIYS0AXGD4mTx8KItb2Sjo6Px6aefslmQRCdRmpiY4PXXX4ehoSF0dHRQXl6OoqIipKamsoPf9f8GlZWVWLVqFX744Qc4ODi02fsgpD2hBxKkrWVkZLA/GxgYcDKJs7i4WOjBQrdu3aRusz1LSUlhs9EVFha2+HojIyM4OTnBxcWFJlS2A9Jer0pb2Yq0bP369ezPlpaWiImJAZ/PR2hoKEJDQ9G5c2cMGDAARkZG0NTUbHX7DMNg+/btXHaZKAA6tpXH4sWLsXbtWva4dnFxgY2NjcTtJSQkIDQ0lN0fixcv5qqrBHUZ9fPy8lBQUACGYdCxY0d06tRJrhUTRCcfcjVhY+TIkQBeHduimbillZ6ejl9++QXXr1/HixcvUFxcDH19ffTp0wdjx46Fi4tLow+X9+3bB39/f9TW1jb5fVNVVYXIyEhcu3YNn3/+udSTfcVlYmIitFxYWMhJlt2XL18CeDXhW5aVUpSVKn6emmJhYYGDBw/i4cOHOHPmDGJiYvDvv/82+XozMzOMHj0as2fPZo9r0n7Vn0xrbGws9YT5yZMnw8TEBPn5+QDqkgBQMITyS0hIYH+WJGhGT08PgYGB+Prrr9lABEG1pOXLl2PXrl0KU/XSxsaGrRDG5/Nx8eJFfPjhh1K3K1oRQrTSNNdmzJiBhIQEMAyDqqoqeHt748iRIxIF8aenp+OLL74Qqkrl5uYmg14Lo33RkLz2BZ0rFIe2tjbWr1+PNWvWsJ+DS5cu4fbt21i4cCEmT57cZBKW8vJyxMXFITw8HBcuXEBNTQ3bhoaGBnx9faXun2gwSE5OToN7ovpEn01IU91JdF3B50sSixcvRkhICIqKithjd9u2bQgJCcH8+fMxZcoUaGtrS9w+UDdH4tKlSzhx4gSSk5PZYxqo+zsq89jNzZs3ceDAAXaZnlO3zMzMDAMGDEBKSgo7Hrhy5Uqp7vVjYmLYyjcAMHz48AaVz4gw0e+r/Px8ziolAa/GcIyNjaVuU9kdPnwYX3zxBdLT08EwDHJzc7F27VqcP38evr6+SpP00MrKCrGxsexxdv/+fTn3qHVUrcoZkT9VOLYrKytx584d9jrZ1NQUX3/9tVjB1B988AFsbW2xfPlyNkEFn8/Ho0eP4ObmhiNHjlD1V0LaAF3xEkJIO5CRkYHbt2+3yXr1J8OTOuJOAlT2yYJ5eXlYv349qqurhSZAmpmZwc3NDY6OjujRo0eT6z9//hxhYWE4ffo0MjMz2Yej1dXV8PHxwaVLl2iiDyGEqICJEyey5wkPDw+sXr1a6jaDg4PZB20Mw+DBgwdSt9ke5efnY+vWrbh48SIA8a9NCgoKcPLkSZw8eRKOjo74/PPP6ZytgiggVXmEhIQIBTGJBidlZWUhOztborYFD28pcE510LGtfJycnBAREYGIiAjweDwsWbIE+/fvlygrdFJSEpYtW4ba2loAwDvvvIPp06dz3eV25+HDhzh37hxu376N1NTUBtdU6urqGDRoEEaPHg1XV1eYm5u3af9EJ+FyVUVDtB1JgrObEhwcjB9//BFVVVVCf8/8/HwUFBTg7t27OHToELZs2YJ3332X/X1QUBC+++47drm5IF8+n4+amhps2bIFampqmDt3Lmf9b4ro3+zRo0dSVRgRiI+PF1qmB+7CVPXz1BJLS0t2wnNeXh6ePXuG/Px8FBcXQ1tbG8bGxjA3N1eKSSqkbVRUVCA+Pp79rL/zzjtSVzZRU1PDpEmTcObMGQDAnTt3UFVVxVnFTSIfgvtLwf2iJEH5DMPAx8cHpqambEUgwfOhNWvWoLy8HDNnzuS4561naGiIQYMGITk5GUDd5NcrV65IFSgUERGBxMREdtJcv3790LlzZ6663CgXFxccOXKEnbB49+5dfPzxx9i5cye6dOkidju3bt3CmjVrUFhYyO4zGxsbjBo1Soa9r0P7Qpi89gWdKxSPo6Mj0tLS8OOPPwpV89i9ezd2794NHR0dAK++s0+dOoVTp06htLSUbaN+kBYAeHt7w9bWVuq+9erVS2j5wYMHzSbiEw0+q66uljgJTU1NjdCyYBxEEiYmJvj666+xfPly9m/F5/ORnJyM9evXw9fXF1ZWVhg+fDj69u2Lbt26oUuXLtDX14e2tjb7HiorK1FRUYGSkhJkZmYiIyMDaWlpiI+PR1JSEioqKtj7FcE21NXV8fXXXyv985f674uIx9HREY8ePWKTC2zcuBE//vijRG3l5+dj/fr1QoHWLi4uHPdY9Ygm10lOTubk/ll0DIfuyYFRo0YhLCwM/v7+OHr0KHg8Hvh8Pm7cuIFp06Zh6dKlWLRokcIHe1pbW7M/8/l8pQucI4RrqnBs379/n00wIUgc1JogaktLS/zyyy9Yvnw57t69y56Lnzx5gnnz5uHw4cN47bXXZPcGCCEUOEcIIaqOz+cjPDy8QYa8ltYB0Or1BMStrtYeHDt2jNPXKbLvvvuOzaAu2P/vv/8+1q1bB11d3RbX7969O5YsWYIFCxZg165dOHnyJDtYWlhYiO+++w5+fn4yfQ+EEELahuiDV67aJJJLTEzE0qVLkZ+f3+xDy6b2Xf3rx1u3bmHv3r1CDwSI8ouKipJ3F4iUlGEiQkFBAbKzs1FeXg4TExOYm5tzFnhx69YtxMXFscuUzbgOHdvKaefOnaiqqsK1a9dQUFAAV1dXLFiwAO7u7o1WSBKVm5uLQ4cO4dixY2zF+AkTJmD37t2y7rrCq6mpEcpqr6WlJXaF5MzMTHzxxRe4fv06gKavT2tqanD//n3cv38fBw8exJw5c7Bu3TqpM9KLSzRgVlBpS1r1K0AD3AVrffvttwgODm7xGrWkpATe3t4wNDTE2LFjkZCQgB9++EHo9U3tE8GDbsFrvvrqK7zxxhvo3bs3J++hKYMHD2a3DwB//vknJk6cKHW79at+aGtrSxRYq6pU+fPUGiYmJs1W9yAEqKtGXz9JHhcT5gXtCIIhKisr8fjxY/b7kCgn0YpA0iQF8PDwgLGxMTZv3syOQdXU1GDDhg0oLS1tk+pZLZk2bRqSkpLYZ2Gff/45evfuDUtLy1a39fDhQ2zYsEFo4rqTk5MMei1MUD1q8eLF7GTF27dvY+rUqZgxYwYmT57c4P3w+XwUFRUhKyuLrUp1+/ZtoaARHR0dfPnllzLvvwDtC/nvCzpXKKaVK1dCTU0NgYGBbICY4Nq1rKyMfZ3guldU/SAtb29vLFy4kJN+DR48mK0UCdSNSTUXFC0aaPfs2TOJjm+griJjfdIGnjk4OGDnzp2NJhWuqKjAnTt3cOfOHYnbF71f4fP50NTUxI4dO+Dg4CBV34lyWrBgAY4dO4bc3Fzw+XxERUVh9erV2Lp1q1hzcQRSU1Ph6enJVrphGAYWFhYKU91XkVlbWwt9h0VHR2PKlClSt3vhwgX2e1dfX5/Od/+vQ4cO8Pb2hpOTEzZu3Ijk5GQwDIOKigp8//33uHDhAvz8/Di79pAF0fG43NxcvHz5ss2TqBGiSJT92BatEjpu3LhWt9GxY0ccPXoUn3zyCaKjo9nrvRcvXsDNzQ2HDh3CgAEDOO03IeQVCpwjhJB2QNKJ5JKup8gTMvPy8hAfH48XL16gvLyczaQ7cuTIVg0oiUvczJqSZOBUJFVVVbh06ZLQA6XFixfDy8ur1W3p6Ohg06ZNMDAwQFBQENvmxYsXsXHjRk4zlhNCCJEPRb5WaI8SEhKwaNEidrKzaHUqhmHQrVs3GBoaQkdHB+Xl5SgqKsKLFy/YB+/118nNzYW7uzsOHTpEwXOEyIkyBRPn5eXh8OHDuHr1Kv777z+h33Xo0AH29vZ499134eTkBHV1dYm3c/PmTbY6KUCBc0Tx3L59u1Wv//DDD8EwDKKjo1FTU4PDhw/j6NGjsLW1hY2NDSwsLGBkZARtbW1UVFSgsLAQqampSEhIQFxcHDspk2EYTJgwAQsXLkRCQgIAYOTIkbJ4i0rhzJkz2LZtG7vs6ekp1vfFrVu34OXlhcLCQrEzp/P5fFRXV+P06dOIi4tDQEBAm2SVFlyfCfr3999/cxLk9vDhQwCvHhrb2NhI3eZff/2Fffv2CQUiCbZRn+B3PB4Pfn5+iIiIwPfffw8ej8eOKxkYGGDq1KkYNmwYTE1NwefzkZOTg7t37+LSpUsoLS1l26msrMTOnTsREBAg9XtojpmZGQYMGICUlBTw+XyEhoZi5cqVUk3ijImJwb1799j3Mnz4cIXO0tuWVP3zRAjX0tLSALz6Xh80aBAn7Q4cOBDAq2Pt33//pcmhSo7H4zW73Fpz5syBvr4+vL292e/e2tpabN26FWVlZfDw8JCqfWm5urriwIEDyMnJAcMwKCkpwQcffIBNmzZhxowZYrfz22+/4csvv0RJSQl7PJiYmGD+/Pmy6rqQ0aNHY/Pmzdi0aRO7/fLycpw9exZnz55lXyc4Tx44cEDonlrwu/rPBbdt24Z+/fq1Sf8B2hf1yWtf0LlCcXl6esLW1ha+vr74999/AYj3XIbP54PP56N3797YvHkzRo8ezVmfjIyMYGNjg3v37rGBP48fP27ys2pnZycUpBIZGSlx4FxkZCSAV5/Vvn37SvYm6nF0dMRrr72GTZs24cGDBy3eZ4hLNBEHUBd0uGXLFjoO2jFtbW2sX78ea9asYb/vL126hNu3b2PhwoWYPHlyk2NK5eXlbKD1hQsX2Eo5fD6fDeAmLTM2NoaVlRUSExPZv/+qVavQvXt3idu8cuUKHj9+zB739vb29AxdxMCBA/HTTz/hyJEj+OGHH1BeXg6gLgh0/vz5mDVrFtatWwdjY2P5drQR3bp1g4mJCfLz89n/u3//PgXOEQLlPbZFEwdJ+jxHS0sLAQEB2LBhA3799Vf2PJCbm4sFCxZg//79NM+GEBmhp2WEEKLi6Ka6TmJiIgICAvDnn382OkipqamJ8ePHY/Xq1ZwMlLY3cXFxKC4uZj9vgwYNwqeffipVm6tWrcL169eRnJwMACgpKcGdO3cwatQoabsrkf/++w+PHj1Cfn4+iouLUVlZKXFbNEmXEEKIoigrK4OXl5fQeVyQlXjatGlwdHSElZVVowkGysrKkJSUhLCwMISFhaGsrIxto6SkBF5eXggLC4OOjo7M+l9SUoIVK1awAXyDBg2Cj4+PxO3t2LEDDx48AFB3fRgYGIgOHTpw0ldC2ooyXWueP38eO3bsQHFxcaP3aRUVFfjjjz/wxx9/YO/evdi4cSPGjh0r8fbEDWYhRB7mz58v0Wez/vmbx+MhNjYWsbGxza4jeixER0cjOjqa/T/BuVAWFP3cfe3aNfbvo6Ghgffff7/FdR48eIDly5ezD3dFJ7g1pf7rHj16hEWLFuHcuXMwMjKSuP/i6Nq1K4YOHcoGV4WGhnJS5SwkJARA3fuytrbmJBhv+/btQst8Ph+dO3fGmDFjYG5ujvLycjx69IgNBgXqsr7+/PPPuHnzJvs3njRpErZt29Zo9cDZs2dj3bp18PHxQVRUFDt57Nq1a8jJyRGriqM0HB0d8ejRIzAMg/LycmzcuBE//vijRG3l5+dj/fr1QpOmXVxcOO6x8moPnydCuFRQUCC0zFWVQtHg4Ly8PE7aJfJjaGgotJybmyv15LapU6dCV1cXn3zyCSorK9nv0z179qCsrAyffPKJVO1LQ0tLC5999hnWrl3LTm4rKSmBj48PDh48iLlz58LOzq7RQJDHjx8jNjYW586dYwPn65+3161bJ9NxNFFz5syBpqYm/Pz8UF5e3ux1bGOB5vWrm+3YsaPNq9XQvqgjz31B5wrFZm9vj0uXLuHq1as4e/Ys4uLihCrOidLQ0MCwYcMwe/ZsTJ8+HWpqapz3ycXFBXfv3mUrim7atAnHjh2DlpZWg9eamJhg/PjxuHbtGgDg6NGjcHV1bfXn7OXLlzhx4oTQccLVROTBgwfj/PnziIiIQGBgIJtQBpB8/LH+MW5paYnly5dj0qRJUveVKD9HR0ekpaXhxx9/ZD/P2dnZ2L17N3bv3s2etwTnslOnTuHUqVMoLS1l2xD8TsDb21thq/ooohkzZiAhIQEMw6Cqqgre3t44cuRIo99hLUlPT8cXX3whdP2hCNWVFZGamhrc3d3xzjvvwNfXFzdu3GD/biEhIYiOjsa6deswa9YseXe1ASsrK/zxxx/scXf//n28/fbbcu4VIYpBGY9twTMgAUm+/wXU1dXx9ddfw8DAgL1WZRgGhYWF+OijjxAUFNSuk1wSIisUOEcIISpMmaoMiCM9PR2//PILrl+/jhcvXqC4uBj6+vro06cPxo4dCxcXl0YnH+zbtw/+/v6ora1t8m9SVVWFyMhIXLt2DZ9//jlcXV1l/XZUyvPnzwG8Gmh7//33pZ6MqqamBldXV2zcuLHBdtpKWloaTp06hQsXLqCoqIizdpVpMjMh4nry5AkSExORlZWFoqIilJaWQk9PD4aGhjAzM4O1tTV69+4t724SFVVTU8P+LE01ovYoMDAQGRkZ7CAkADg4OMDX1xddunRpdl1dXV3Y2dnBzs4Onp6e8PX1RXR0NHsNkJGRgcDAQKxZs0Zm/b9w4QL++usvAHUPoqW9hrOxscGRI0fY93Dx4kWFGowlRBzKcq0ZHByMb7/9tsVgNsHv//vvP3h4eGDu3LnYsGGDVA8jCFFkrR3LERw74gZr1X+tpNuUhiKfu/l8PjuBDwCGDRvWYpBLVVUVVqxY0ejk1qFDh8Le3h79+/eHoaEh+Hw+ioqKkJKSglu3buH+/ftCk1yfPn2KNWvWNKgeIQuenp5stZb//e9/iI6OxoQJEyRuLzo6GhEREezfwNPTU+o+JiUlISUlRWgC0ZIlS7BixQpoamoKvTY1NRWffPIJ/vnnHwCAv78/+7vhw4cLLTfG0NAQAQEBmDdvHu7duwegrlpOREQE5s2bJ/V7ac6CBQtw7Ngx5ObmslUXVq9eja1btzaavKIpqamp8PT0ZK/tGYaBhYVFm09gV1Tt5fNECJcqKiqElrlKKiPaTnMT+EnLsrOzERMTg7i4ODx9+hQFBQUoLi4Gj8eDq6srFi1aJPM+mJmZCS0/ffoUFhYWUrf75ptvYt++fVi+fDmbrInP5yMoKAjl5eVSJV+QlpOTEx4+fIgDBw4IXc+lpKRg69atAOqSOhgaGkJPTw+lpaUoKipCdXU1gMaTuri7u7eqShpXZs6cCSsrK2zfvh03btxo0K+mCN6DnZ0dNm7ciP79+8u0n02hfSHffUHnCuXw9ttv4+233waPx8ODBw+Qnp7Oni86dOiAjh07wszMDEOHDpV5wOj06dMRHByM//77DwzDICEhAcuWLUNAQECj2163bh3++usvVFZWoqioCB4eHjh8+HCDoO2m5OXlwcPDg/0MMQyDd999t8E9gLQmTZqESZMm4b///kNkZCT++OMPPHr0qEFwaUuMjY0xYMAAjB8/Hm+99RZee+01TvtJlN/KlSuhpqaGwMBANimV4DxQ/7uSz+ejpKSkwfqC86S6ujq8vb2xcOHCtum4inBxccGRI0eQnp4OhmFw9+5dfPzxx9i5c2eLz1Tru3XrFtasWYPCwkL2+sXGxkZuScSVRc+ePXHw4EGEhobi66+/Ziu55efnY8OGDTh//jz8/PwUKlm+lZUVfv/9d3b5/v37Mt/m4MGD6dl2O6XoSQubokzHtmgitby8POjr60vV5saNG6Gnp4d9+/ax54TS0lJ4eHjA398f48ePl6p9QogwCpwjhBAVdezYMXl3gVPBwcH48ccfUVVVJTShKz8/HwUFBbh79y4OHTqELVu24N1332V/HxQUhO+++45dbu4BA5/PR01NDbZs2QI1NTXMnTtXJu9FFeXm5got29nZcdKuIHOGYL+1ZUbBH3/8EUFBQaipqeFkEmH9iTmEqIqUlBScPXsW4eHhDUrSN8bIyAhOTk5wcXGR24N0oprqP3zU09OTX0eUTG1tLUJCQoTOUTNnzsT27dtbfb4yNzdHYGAgNmzYINRmSEgIVq9eLbPz3+XLl9mfjY2NpZ4YPHnyZJiYmLADsuHh4fRwgRAZuHbtGvbs2QNA+B6tsetu0d+fPXsWiYmJ2Lt3L8zNzWXfWULamLTnTGmr1smaIp+7U1NTUVpayv49xHkgeerUqQZJCKysrLBlyxYMHDiw2XUTExOxefNm/P333+z6N27cwM2bNzF69GiJ3oO4xo0bBzc3N5w8eRIA4OXlhV27dkmU8TgyMpKt8sHn8+Hq6srJw9yrV6+yPzMMg/feew9eXl6NvtbCwgIHDx7Eu+++i7KyMuTk5LC/W7t2rVjbU1NTg7e3N9zc3ISyQMuatrY21q9fjzVr1rB/w0uXLuH27dtYuHAhJk+ejJ49eza6bnl5OeLi4hAeHo4LFy6gpqaGbUNDQwO+vr4y77+yaC+fJ3FQ4iMiLtHJQAUFBZyMuYhOIG/Lik6q5OHDhwgODkZERARbJVNAMMbTVDLA3NxczJgxg11v1KhR7P2ZJATjvILvu9jYWKkC8uuzt7fHoUOHsHjxYhQVFbHnuaNHj6KsrKzR6p9tRXDuFiQ9EL2mrqqqQk5OjtB5RKD+axmGweLFi5s8L7UFwbnv4cOHOHPmDGJiYvDvv/82+XozMzOMHj0as2fPVogM+LQv5Lcv6FyhXNTV1WFlZQUrKyu59mHbtm2YP38+m/T45s2bcHR0xIYNGxrck/bt2xfe3t748ssvwTAMkpOT4eTkhHXr1mHKlCnQ0Gh82mN1dTXCw8Oxa9cu5ObmsucPTU1NLFmyRGbv77XXXsPHH3+Mjz/+GEDdXJbU1FRkZWWhrKwMZWVlbKUSHR0d6OrqQldXF2ZmZujbty9nVRvFkZGR0Wbbqq+4uFgu21Ulnp6esLW1ha+vL3uOEDfQms/no3fv3ti8ebPMx55UkWCsZfHixeDxeODz+bh9+zamTp2KGTNmYPLkybC0tBRaR5BIKysrix3DuX37tlC1Wx0dHXz55ZdyelfKZ+bMmXjzzTexfft2XLhwgf073r59GzNmzMCiRYuwbNkyhUi+6OrqKjR/TltbW+bbnDJlCqZMmSLz7RDFo8hJC8WhDMe2aGXszMxM9OrVS+p2vby8oKenhz179rDBcxUVFfD09MSePXvwzjvvSL0NQkgdCpwjhBAVxVXgkiL49ttvERwc3GwlAkHGJG9vbxgaGmLs2LFISEjADz/80OJETEGb9R+OfPXVV3jjjTdokoCYRG9KTE1NOWlXtB2us781Zdu2bThx4kSjnzlJJxKqWgVI0r7l5+dj69atuHjxIgDxP98FBQU4efIkTp48CUdHR3z++ecNBhYIkURiYiI7cNaWDxaV3d27d9mHxgDQq1cv+Pn5STxhn2EY+Pn5IT4+Hk+fPgVQNxkrLi4Otra2nPVboKKiAvHx8Wx/33nnHaipqUnVppqaGiZNmoQzZ84AAO7cuYOqqiqFeLhCiKooLS1lq0rXvwfr3bs3nJycYGlpiQ4dOuDFixeIjY1FZGQkKioqhDLHP3jwAK6urjh48CD69Okjz7dDCGe6desm7y7InKKfu//77z8ArybNDhkypMV1Tpw4IZSEYOLEifD39xerCrK1tTXOnTuH5cuX4/r16+zf5cCBA20yeWnjxo2ora3F6dOnUVFRgZUrV2LSpEn4+OOPYW1t3eL6SUlJOHDgAK5cucLeE86bNw+bNm3ipH9///03ALCZ0FuqqGpubo733nsPR48eZf+WXbt2xbBhw8Te5ogRI9C1a1dkZmaCz+ezfZA1R0dHpKWl4ccff2Q/T9nZ2di9ezd2797NThQWfM5OnTqFU6dOobS0lG1DNFmTt7e3TK7BlVV7+jw1hhIfEUmIjtk9efIE3bt3l7pdwXiB4HuLxnFaLzg4GP7+/uxkXaB1yRNMTU1hZ2fHju1GREQgNzdX4uc6PXr0gIGBAUpKStgACC7Z2Njg6NGj+Pjjj5GXl8eeK3/66Se5JtBiGAZr1qzB0KFDsW3bNjYAoTUVwrp164ZNmzZxFmgoLUtLSzbwPi8vD8+ePUN+fj6Ki4uhra0NY2NjmJubNxnULy+0L+SHzhVEEsOHD8eGDRvYYDg+n4+MjAysXLkS3bt3h6OjI0aPHo0BAwbA2NgYbm5uAIDt27ejtrYWWVlZ8Pb2xrZt2zBixAj069cPRkZG4PP5KCwsREpKCuLi4lBUVCQUmMIwDD799NM2PW46duyosPdlEydOlFvC3/rJh4hk7O3tcenSJVy9ehVnz55FXFxcs9U5NTQ0MGzYMMyePRvTp0+XejyuPRs9ejQ2b96MTZs2scdQeXk5zp49i7Nnz7KvE3zGDxw4wAb31/9d/e+mbdu2oV+/fm33JlRAx44dsXPnTkyfPh2+vr54/vw5GIZBdXU1goKCcPHiRfj6+sq9ip+pqSln8+cUlbJWOVNFipy0UFyKfmwLvqsF3/937tzhbI724sWLoaenx1ZOF7xvLy8vbNu2jZNtEEIocI4QQoiC++uvv4RKEQuIDqQJfsfj8eDn54eIiAh8//334PF47ICDgYEBpk6dimHDhsHU1BR8Ph85OTm4e/cuLl26JJRVvLKyEjt37kRAQEDbvVklJjrBr7i4WOpS1IJ26uvatavUbbYkOjoax48fbxBMKdh+3759YWho2CaZgAhRRImJiVi6dCny8/NbDGhu6v+BukGVW7duYe/evWJNyiSkKUeOHEFqair7vU0PFsSXnp4O4NXx6ubmJnWAmJaWFtzc3LB9+3ah7cji4XBKSgqqq6vZ7xqutmFra8tOvq+srMTjx48xePBgTtomhAAhISHIyckRmiDh6emJZcuWNcgSPXfuXJSUlGDfvn04fPgwe38H1GVFdnNzw4EDBzBo0KA2fx+EcC0qKkreXZA5RT93Z2ZmCi2/9tprzb7+6dOnePbsmVBQzZ49e8QKmhPQ1NTEd999h8mTJyM3N5fNoFpeXi7TqgqhoaEA6iaiv3z5ElFRUeDz+YiIiEBERAS6d+8OGxsbWFhYwMjICNra2qioqEBhYSFSU1ORmJiIZ8+eAXh1LTlhwgRYW1vj119/bVVfZs6c2ej/C67xgbqJw+JUGXVwcMDRo0cB1N2nSvI5GDJkCF68eAGgbpJyW1m5ciXU1NQQGBjITjQRnCfrT34TJA8TJTivqqurw9vbGwsXLmybjiuJ9vZ5EqDER0QaPXr0APBq3O/69eucBHZfv35daLktxvxViY+PD3799Vf2/Cv4/m9tAN28efNw8eJFMAwDHo+Hy5cvs4EJkrCzs0NkZCSAumu+v//+u8Xqu61haWmJ48eP46OPPkJWVhb7vktKSuQ++f6tt96Cg4MDfv31V4SEhCAhIQFVVVVNvl5LSws2NjZ477334OTk1Kprx7ZkYmKidMFKtC/aHp0riKTc3NzA4/GwY8cO9v/4fD6ePXuG4OBgBAcHA6j7/BsZGUFPTw/6+vooLCxkv/fz8/MRGRnJnn/qa+y86ObmBnd3dxm/M+Uir/OnvAL2VNHbb7+Nt99+GzweDw8ePEB6ejoKCgpQXFyMDh06oGPHjjAzM8PQoUOpeieH5syZA01NTfj5+aG8vLzBvKL6GpvbVr/S3I4dO6QObmnPxo0bh7CwMHz//fc4fvw4O6b25MkTuLu7sxVNFfVaShUoe5UzVaHoSQtbS1GP7T59+kBTUxM1NTUAgNjYWCxfvpyz9t3c3KCjo4NNmzahtrYWDMOgpqYG69evp0SyhHCEAucIIYQotPqTroG6QYXOnTtjzJgxMDc3R3l5OR49eoS4uDjweDwAwLNnz/Dzzz/j5s2b7A3BpEmTsG3bNhgYGDTYxuzZs7Fu3Tr4+PggKiqKHaS4du0acnJy0KlTJ9m/USUnCHoR/L3//vtvTh5iPHz4EMCrSVg2NjZSt9mS77//nv2Zz+dDTU0Nc+fOxcKFC+kmhLR7CQkJWLRoERvUKjoIzDAMunXrBkNDQ+jo6KC8vBxFRUV48eIFO5BRf53c3Fy4u7vj0KFDFDynQq5evdrog8rGXLt2DdnZ2a3eRnV1NfLz8/Hw4UOhTNMMw8De3r7V7bVXWVlZQstjxozhpF1BO4LjXZJ9LI60tDQAr64TuAqcEUzsEvT/33//pcA5Qjh09uxZoe/tFStWwNPTs8nX6+vrY82aNZg6dSq8vLzw5MkT9uFyXl4eFixYgKCgIIXN3kwIeUXRz931q3cBgKGhYbOvT0xMBPDq/Xz00UcSZb/V09PDwoULsXv3bgBATU0N4uPjObs2a4yPj4/QRDXRe7tnz57h+fPnTa5ff9KPYN3o6GhER0e3ui9NBc7VT6YkbsUr0SQakozpde7cudE+tAVPT0/Y2trC19cX//77LwDxK6UIqrdu3ry5TSoWKpv2+HmixEdEWkOGDIG+vj5KS0vB5/MREhICT09PqRLmlZSU4Pz58+z9gLa2Nn2uWiEgIIANfq8/2XbKlCkYMWIEOnfujCVLloh17hgxYgRMTU3ZoN4///xTqsC5UaNGITIykt32zz//zFkVWoG+ffvi5MmT+Oijj4SSFygCdXV1ODs7w9nZGZWVlbh//z4yMzNRUFCAkpIS6Ovrw8jICF27doW1tXWbTDRsr2hftC06VxBpLFiwAP369cMXX3yB9PT0RgNPcnNzkZub2+A7v7kgFdHfa2lpYfXq1fjwww9l8C6UmyKdS4l01NXVYWVlBSsrK3l3pd2YOXMmrKyssH37dty4cQNA66rd2tnZYePGjVTlnQM6Ojrw8fGBo6MjNm3ahIcPH7LXEeHh4fjjjz+wevVqdr4K4ZYqVDlTBYqetFASinhsa2hoYOjQobh9+zaAumDCrKwsmJmZcbYNZ2dn6OrqYu3atWxC2draWqSlpck9cRAhqoAC5wghhCispKQkpKSkCE2qXLJkCVasWAFNTU2h16ampuKTTz7BP//8AwDw9/dnfzd8+HCh5cYYGhoiICAA8+bNw7179wDUVa+LiIjAvHnzJH4PGRkZEq/LNdGqcFzq2rUrhg4dinv37oFhGISGhmLixIlStxsSEgKgboDJ2tpa5hkFnz9/LnSjpaamht27d2Pq1Kky3S4hyqCsrAxeXl4oLi4WeuCko6ODadOmwdHREVZWVtDV1W103aSkJISFhSEsLAxlZWVsGyUlJfDy8kJYWBhlulMRDx8+REhISLMPBwSDOY8fP8bjx48l3pbo5D9dXV04OTlJ3F57I5pFWZyqC+IQbUdW2ZoLCgqElrnKKCZaSUEelSEIUVUFBQV4/Pgx+739+uuvNxs0V9+gQYNw/vx5rF27FtHR0WzwXElJCTw8PODv749x48bJsvuEECkp+rlb9Pq1srISenp6Tb4+NzdXaFma76Dx48dj9+7dbB9Eq9/Jiuj1dP2/QXMPYJsLsmmN5u4Z6gcythTEKGBkZCS0LMmE3fr3tBUVFa1eX1r29va4dOkSrl69irNnzyIuLk6o4pwoDQ0NDBs2DLNnz8b06dOlziSsqtrb54kSHxEuqKmpwd7enk2OVFhYiJ07d8LPz0/iNnft2oWCggL2Wn7kyJEUtCKmp0+fIigoSKjC3JQpU7B582aJKkIyDIPx48ezz2AEk74kNWHCBGzduhVA3ffG+fPnsXz5cpiamkrVrqgePXrg5MmTcHd3xz///KOQE/47dOhAiV0UBO0L2aNzBZHWqFGjEBYWBn9/f5w6dUqoclNjmgqgq09wnlRTU8OMGTPwySefUNXCZshj8rUinr8JkYSFhQUOHjyIhw8f4syZM4iJiWETITXGzMwMo0ePxuzZszFy5Mg27Gn7YGVlhV9++QUHDx5EYGAgOw5TVFQEPz8/aGlpUdAJx1StypkyU/SkhdJQtGP7jTfeYMdQeDwezp8/j6VLl3K6jSlTpkBHRweffPIJKisrheZOE0KkQ4FzhBDSjtUP6jIwMGi0GltrFRcXC2XPlSZY6+rVq+zPDMPgvffeg5eXV6OvFQxIvPvuuygrK0NOTg77u7Vr14q1PTU1NXh7e8PNzY290Lx//77E/QeAiRMnKsRFK8MwePDggUy34enpCQ8PDwDA//73P0RHR2PChAkStxcdHY2IiAj27yfuhFppCIImgbq/2YwZMyhojpD/FxgYiIyMDKEBBwcHB/j6+qJLly7Nrqurqws7OzvY2dnB09MTvr6+7IR3oO58FBgYiDVr1sj8fRDVUn8in5qaGnx9fRtMbiRNEz12S0tLpcoGXL+d+rgKyBMlOvFUkgovjRFtp7mJyoQok+zsbMTExCAuLg5Pnz5FQUEBiouLwePx4OrqikWLFsm8DwkJCezPDMPA1dW1Vevr6ekhMDAQX3/9NY4cOcJOoiovL8fy5cuxa9cuqbNZEkJkR9HP3aLBNDk5Oc0G9xUWFgotSzMRT3RdQUbdttLah8pt8RC6pqaGvd4X97MimmhLkjE5RRjHA4C3334bb7/9Nng8Hh48eID09HT23N2hQwd07NgRZmZmGDp0KCWhEUN7+jxR4iPCpYULF7JVxPh8Ps6dOwdTU1OsWrWq1W0FBATgzJkzQpN95s+fL4Neq6aAgAD2u4xhGMyePZsNVJPUkCFD2MC50tJSpKeno2fPnhK11b17d1hbW7MVecvLyxEYGMh51TmgbsLxiRMnsGjRIiQlJSnMuZuQ9orOFURaHTp0gLe3N5YtW4bffvsNP//8c5PzGlqqNAcAgwcPxjvvvIOpU6eid+/eMumzKujQoQOqqqoA1P1dFyxYAEtLS5lv9/Lly/j9999lvh1C2pKlpSV8fX0B1CX0evbsGfLz81FcXAxtbW0YGxvD3Nxc4mvt1pA2IYakFCWpvLq6OhYvXozJkyfjiy++QExMDHtdIQg+UXXXrl3DrVu32OX169fLbFuqWOVMWSl60kJpKdKx/eabb+KHH35gt3/mzBm4u7tzHtz55ptvIjg4GMuWLRMaoyWESIcC5wghpB2rH9Tl4eGB1atXS91mcHAwDhw4AED6YK2///4bQN3Ap7q6OlasWNHs683NzfHee+/h6NGj7Pvq2rUrhg0bJvY2R4wYga5duyIzMxN8Pp/tgzTaS7aacePGwc3NDSdPngQAeHl5YdeuXXj77bdb3VZkZCTWrl3L3mS4urpi/PjxXHe5AUG2eMHDmJkzZ8p8m4Qog9raWraCWP3jY/v27a2+OTc3N0dgYCA2bNgg1GZISAhWr15NN/sqRJzzH1fnyBEjRmDVqlWwt7fnpL32YsiQIULLqampnAS5iWY0k9VAtmjSh4KCgmarwohLdGCZJoUSZffw4UMEBwcjIiICPB5P6HeC47SoqKjRdXNzczFjxgx2vVGjRmHPnj0S9yU7O1tou3Z2dq1ug2EY+Pj4wNTUlK3OxDAMqqursWbNGpSXl9N1PCEKStHP3b169RJafvDgAfr379/k67W1tYWWq6urJQ4GrKmpEVoWVHySFcpqrTzU1dVhZWUFKysreXeFKAlKfES4JPg8xMbGsp+pvXv34t69e1i7dq1YGcwfPHiA3bt34+bNmwBe3QuMGDGCKkaLicfjISoqit0H3bp1w+bNm6VuV3RyfFpamlSTeVetWoWYmBh2WVNTU2YZ0Y2NjXH06FF88cUXyMrK4rz99u7JkydITExEVlYWioqKUFpaCj09PRgaGsLMzAzW1tYUjNJGlGFf0LmCcEVfXx/z5s3DvHnzUFBQgMTERNy/fx9paWlsEpHi4mLU1tZCT08Purq60NXVRZcuXdC3b1+8/vrrGDBgADp37izvt6IUBg4cKJRUuFOnTpg1a5bMt5uWlkaBc0SlmZiYcBawIon58+fLbb6FIlVz6927N44ePYpffvkF33zzDQoLC9vNPJS4uDiheZOyDJxT5SpnykbRkxZyRRGO7SFDhqBHjx54/vw5AODly5c4deoUPvzwQ863ZWdnh8OHD8PDw6PJZ/mEkNahwDlCCGnnZPHQiqsb4dTUVLZvlpaWYk3kdnBwwNGjRwFA4onaQ4YMwYsXLwBwkylD3jffbTkwsXHjRtTW1uL06dOoqKjAypUrMWnSJHz88cewtrZucf2kpCQcOHAAV65cYfs9b948mWQlbYzoDd7rr7/eJtslRNHdvXsXubm57PdZr1694OfnJ/H3G8Mw8PPzQ3x8PJ4+fQqgbmJ+XFwcZ1moiPzY2dk1G+weEBDAfnaGDx+OUaNGtXobWlpa0NfXR/fu3TFo0CB6ECqh3r17o3///khJSQEAhIeHY/To0VK3e+HCBQB1x7qFhQX69OkjdZuNEc1w9uTJE3Tv3l3qdgXfS4LrZHk+4CJEWsHBwfD39wePx2Ovr1tz/jY1NYWdnR0uXrwIAIiIiEBubi5MTU0l6o9odSZpgnU9PDxgbGyMzZs3s8drTU0NNmzYgNLSUri5uUncNiFENhT93D148GCoqamx35dRUVHNBuKKBto9e/ZM4uzs6enpQsuifyuuHT9+XKbtE0LkgxIfEVnYvn075syZg4KCAvZzcOvWLcyePRuDBg2CnZ0dBg8eDGNjY+jq6qKsrAwFBQVITk5GbGwsm1xR8Jnk8/kwMjLC9u3b5fzOlEdCQgJKSkrYpCHz589vUBVTEoL7McHx/PLlS6naGzt2LMaOHSt1v8Slp6eH3bt3t9n2VF1KSgrOnj2L8PDwBvfujTEyMoKTkxNcXFyaTTZBWk8Z9wWdKwjXjI2NMX78+DZJrNvWiouLkZaWhsLCQhQXF6O6ulqidqRNHGZtbY179+6x1wH379+Xqj1CiGKRRwCbIo4TzJ49GxMmTMC2bdtw9+5deXenTckqiUl9ql7lTJkoetJCrsn72P7ggw9w6dIldvmvv/7CwoULZXLMWVtb48SJE3B3d2cT1BJCJEeBc4QQ0s4p4o2rQHFxMfuzuAP9/fr1E1ru1KlTq7dbf/J9/T5ISlEy6shaaGgoAMDGxgYvX75EVFQU+Hw+IiIiEBERge7du8PGxgYWFhYwMjKCtrY2KioqUFhYiNTUVCQmJuLZs2cAXt3AT5gwAdbW1vj1119b1RdJB4pFbyS5ysBCiLITTOIUHJtubm5Sl5nX0tKCm5ub0IPP9PR0CpxTAYIMs00JCAhgfx4xYkSLFWWJbC1evBhr164Fn89HaGgoXFxcYGNjI3F7CQkJCA0NZa8xFy9ezFVXG+jRoweAV9ez169f5yTw7/r160LLXbt2lbpNQuTBx8cHv/76K3v+Fkw8am0A3bx583Dx4kUwDAMej4fLly9LHJQmWvFOdLm15syZA319fXh7e4PH44FhGNTW1mLr1q0oKyuDh4eHVO0TQril6OduIyMj2NjY4N69e+Dz+YiKisLjx48bjDUJ2NnZCQXaRUZGShw4FxkZCeDVPVffvn0laocQ0r5R4iMiCz169IC/vz88PDxQWVkpVEUgOTmZDXZoTP1nI4L1OnTogICAgAYB6KRpomOzkiShaozo85CSkhJO2iXKJT8/H1u3bmUT5oj7TLOgoAAnT57EyZMn4ejoiM8//1zmyR9UnTLvCzpXENK8jIwMnDhxAteuXcN///3HyfwRaQPn6lc15/P5SEpKkrJHhBBFoshzAduaiYkJJdyQkfZS5UwZKHrSQlmQ57H94YcfyqTCXFP69evX4DkYIUQyFDhHCCFEYZWWlrI/GxoairWOkZGR0LK+vn6rt6urq8v+LHqT11oPHz6Uan1l4uPjIzT4IvhZMPD77Nkztkx1Y0QfjABAdHQ0oqOjW90XSQeKRSvM5eXlSfQZIkTVZGVlCS2PGTOGk3YF7QiOecqO0360l6ByZeDk5MQGufN4PCxZsgT79+8XemgqrqSkJCxbtgy1tbUAgHfeeQfTp0/nususIUOGQF9fH6WlpWzlA09PT6nO3SUlJTh//jw7SUNbW1usqrmEKJqAgAA2sYXg86yjo4MpU6ZgxIgR6Ny5M5YsWSLWw9MRI0bA1NSUzej4559/Shw4J3pfl5ubC2NjY4naEpg6dSp0dXXxySefCE3O2rNnD8rKyvDJJ59I1T4hhDvKcO52cXHB3bt32SqWmzZtwrFjxxpNHGJiYoLx48fj2rVrAICjR4/C1dW11Q+PX758iRMnTgh9X9P1ByFEEpT4iMjKyJEjcfr0aaxcuRLPnj0Tuo9oboxH9HW9evWCv7+/xIHm7ZVodn2uEvxoaAhPFZG04g1RXomJiVi6dCny8/ObTbLTVLUKwTrh4eG4desW9u7dS9exElKFfUHnCkIa4vF42LVrF44fPw4ej8fZszEuAmJEnwG9ePECeXl5CjUhnhAiGXoOT9pKe6typsgUPWkhIYQoCgqcI4QQwqmamhr2Z3V1danbElzQi5uVRFNTU2hZkkFDyrwjHdEHOpI8GBHn9a1pR1zDhg2Drq4uysvLAQDx8fGUzZAQNPw+Nzc356Rd0XakPW8Q5VC/wtyIESPk2BMisHPnTlRVVeHatWsoKCiAq6srFixYAHd3d7Gq9+bm5uLQoUM4duwYO8lqwoQJMs/wpaamBnt7e7ZCS2FhIXbu3Ak/Pz+J29y1axcKCgrY6lwjR46UeqIpIW3t6dOnCAoKEqowN2XKFGzevFmijOMMw2D8+PEICQkBANy+fVvivpmZmTXoq4WFhcTtCbz55pvYt28fli9fjrKyMva9BwUFoby8HD4+PlJvgxAiPWU4d0+fPh3BwcH477//wDAMEhISsGzZMgQEBDT6gH7dunX466+/UFlZiaKiInh4eODw4cNiJ4DKy8uDh4cHmzWXYRi8++67Dca3CCFEHJT4iMjSwIEDERISgv379+P06dMoLi4G0Px4vGB839DQEPPmzcOiRYsoUZ0ERCt1czWGKtiHAuJevxDVkJCQgEWLFjU4lus/4+vWrRsMDQ2ho6OD8vJyFBUV4cWLF2zSrPrr5Obmwt3dHYcOHaLguVZSpX1B5wpCXqmqqoK7uzvi4uIazJ8QDYJtLmBW9DVcee2112BoaCh0PXD//n28+eabnG6HkPbkyZMnSExMRFZWFoqKilBaWgo9PT0YGhrCzMwM1tbW6N27t0z7cOzYMZm2T0h97bHKmaJShqSFhBCiCChwjhBCCKfqZ/3gIosIUV6tHbxVhKxHWlpacHZ2ZjO9h4aGSly9jhBV0qVLF6Hl0tJSTh5c1q8sCnAXkEcUW/3AOSI7rQ1s+fDDD8EwDKKjo1FTU4PDhw/j6NGjsLW1hY2NDSwsLGBkZARtbW1UVFSgsLAQqampSEhIQFxcHJstlWEYTJgwAQsXLkRCQgKAumzDsrJw4UJERkayA7bnzp2DqakpVq1a1eq2AgICcObMGbYthmEwf/58GfSaENkKCAhgk5AwDIPZs2dj69atUrU5ZMgQNnCutLQU6enp6NmzZ6vb6d+/P4BXk0BiY2MxYcIEqfomYG9vj0OHDmHx4sUoKipij+WjR4+irKysQeZLQoh8KPq5W11dHdu2bcP8+fNRW1sLPp+PmzdvwtHRERs2bMDbb78t9Pq+ffvC29sbX375JRiGQXJyMpycnLBu3TpMmTKlQSUXgerqaoSHh2PXrl3Izc1l34OmpiaWLFki1XtQRRkZGRIFbkuyXkZGRqu3Q5SLKn+eKPERkTUDAwOsXr0aixcvRkREBGJiYhAXF4fMzEyhpIoaGhro0qULbG1tYW9vj0mTJtHzIimIThLMz8/nZGz22bNnAF5NRpS2GjhRHmVlZfDy8kJxcbFQEIeOjg6mTZsGR0dHWFlZQVdXt9F1k5KSEBYWhrCwMDZ5DVA3sdLLywthYWFUFUJMqrgv6FxBSJ0vvvgCd+7cAQD2nl9DQwN9+/Zlg18Fvxs5ciQqKipQVFSE58+fs8dK/fGOoUOHcp5kZ8iQIbh16xb73UGBc4S0XkpKCs6ePYvw8HAUFha2+HojIyM4OTnBxcWFfV7CJTs7O87bJKQpVOVMcShD0kJCCFEEFDhHCCGEU4mJiewAHmX8aF9kOSm+LXl6euLixYvIz89HTEwMLl++jClTpsi7W4TI1ZAhQ4SWU1NTOZl8lZaWBuDV5IzBgwdL3SYhpM78+fOlqrzL5/PB4/EQGxuL2NjYZtcRzYYaHR2N6Oho9v8ePHjQ6n6Iy87ODnZ2doiNjWWvQffu3Yt79+5h7dq1GDRoUIttPHjwALt378bNmzcBvPpOGjFiBMaNGyezvhMiCzweD1FRUezx0K1bN2zevFnqdi0tLYWW09LSJAqc69GjBwwMDFBSUsIGo3DJxsYGR48exccff4y8vDz27/DTTz/R5CtCFIQynLuHDx+ODRs2sMFwfD4fGRkZWLlyJbp37w5HR0eMHj0aAwYMgLGxMdzc3AAA27dvR21tLbKysuDt7Y1t27ZhxIgR6NevH4yMjMDn81FYWIiUlBTExcWhqKiI7bvg308//VSi71dVxufzER4ejvDw8FatA6DV6wkI9glRPar+eaLER6St6Ovrw9nZGc7Ozuz/lZaWoqSkBPr6+nTtzbFOnToJLScnJ3NyvRAfHy+0TNcg7UdgYCAyMjKEzlEODg7w9fVtcC4Rpaury17Te3p6wtfXF9HR0ey4YEZGBgIDA7FmzRqZvw9VoMr7gs4VpD27d+8eQkND2WObz+fD3d0dy5Ytg4GBAXbv3o39+/ezrz9+/Dj7c0VFBRISEvDTTz/h8uXLbOXZ0tJS/PDDD3jttdc466eVlZXQ+Oz9+/c5a7spPXv2VJl5JaR9y8/Px9atW3Hx4kUA4icKLygowMmTJ3Hy5Ek4Ojri888/b1CmB8TTAAEAAElEQVS1ixBlQVXOFIuiJy0khBBFQIFzhBBCOHPkyBGkpqaymSb69esn7y6RNlR/QFeZdezYEd9++y08PDxQVVUFHx8f6OjoUHY10q717t0b/fv3R0pKCoC6yWJcZIq6cOECgLpJZBYWFujTp4/UbRJChLV2gqZgYkX9ADpx15F0m9Lavn075syZw2Y84/P5uHXrFmbPno1BgwbBzs4OgwcPhrGxMXR1dVFWVoaCggIkJycjNjaWDeyrP3HdyMgI27dvb9P3QQgXEhISUFJSwt6TzZ8/n5NMxILJ0YLj/eXLlxK3ZWdnx2Y8TElJwd9//42BAwdK3UcBS0tLHD9+HB999BGysrLY41rwd6FACELkTxnO3W5ubuDxeNixYwf7f3w+H8+ePUNwcDCCg4MB1FWAMTIygp6eHvT19VFYWMj2KT8/H5GRkex3Xn2iiQcE23R3d+fsPagSSb+7JV1PkgQURHmo8ueJEh8RedLT06MgCBmxtraGmpoa+z0UHR3NSbK/CxcusNct+vr6CnlsZ2ZmIicnBwzDoFOnTujUqRNVvZRSbW0tQkJChCZAzpw5E9u3b2/1Ocvc3ByBgYHYsGGDUJshISFYvXo1XVO1oD3uCzpXkPZCEBQnOLaXL1+OlStXirWutrY27O3tYW9vDw8PD6xbtw6PHj3CP//8g3nz5uHEiRPo27cvJ/2cPXu2UCCegYEBJ+02x8XFBS4uLjLfDiGylJiYiKVLlyI/P7/RMT4BwXdAY/8P1M25uHXrFvbu3UuBQUQpUZUzxaIMSQsJIUTeKHCOEEJU2NWrVxudnNOYa9euITs7u9XbqK6uRn5+Ph4+fCiU0Z9hGNjb27e6PUIUgb29Pfbt24dPP/0UhYWFWLp0KWbOnIkPP/wQAwYMkHf3CJGLxYsXY+3ateDz+QgNDYWLiwtsbGwkbi8hIYHNtihonxDCPWknRUhbta4t9OjRA/7+/vDw8EBlZaVQYExycnKzFe/q91GwXocOHRAQEIBevXrJvO+EcC09PR3AqwcZo0aN4qRd0UkTJSUlErc1atQoNuMhAPz888/YtGmTVP0T1bdvX5w8eRIfffQRnj17pjATxAghdZTl3L1gwQL069cPX3zxBdLT0xu9xsnNzUVubm6D75mWrofq/15LSwurV6/Ghx9+yGn/VQV9hxMuqfrniRIfEaKajI2NYWVlhcTERPD5fFy6dAmrVq1C9+7dJW7zypUrePz4MTsZ0d7envPvyJKSEsTExCAzMxOlpaUwNTWFjY0NXn/99WbXy8rKwuHDhxEeHt7guaW2tjZGjx4NJycnTJ06ldP+thd3794Vun7t1asX/Pz8JN7/DMPAz88P8fHxePr0KYC6a+S4uDjY2tpy1m9VRPuCkLZz+fJl/P777wDqjhVZJs2rqanBjRs32DGLHj16YNmyZRK1NWDAAJw8eRILFizAgwcPkJeXh+XLl+O3337jJIigV69e9ByEkFZKSEjAokWLUFxcDKDhGCDDMOjWrRsMDQ2ho6OD8vJyFBUV4cWLF6itrW2wTm5uLtzd3XHo0CEKnpOztjxXqBKqcqZYlCFpYVuT17FdUVGBtLQ0pKWl4eXLlygrK0NZWRlKS0sB1CUV0dXVha6uLszMzNgxVx0dnTbpHyHtFQXOEUKICnv48CGbVa4pgpv3x48f4/HjxxJvSzSLjq6uLpycnCRujxB5Wb9+PfuzpaUlYmJi2ECh0NBQdO7cGQMGDICRkZFE1TtogIUoKycnJ0RERCAiIgI8Hg9LlizB/v37YWVl1eq2kpKSsGzZMnZw+J133sH06dO57jIh7Vq3bt3k3YU2NXLkSJw+fRorV65sECTTXACf6Ot69eoFf39/WFpayrS/hMhKXl6e0HLXrl05aVdDQ3gIsbq6WuK2JkyYgK1btwKoO+7Onz+P5cuXw9TUVKo+iurRowdOnjwJd3d3/PPPPyo/UZ4QZaMs5+5Ro0YhLCwM/v7+OHXqFMrLy5v9PmkqgK4+Pp8PPp8PNTU1zJgxA5988gln39dvvfVWg+1fvXq1xddxrantthZVCSVcai+fJ0p8RIhqmjFjBhISEsAwDKqqquDt7Y0jR45INGk+PT0dX3zxhdBkRDc3N876mpubix07duDKlSuN3jsOHjwY69evx4gRIxr87tKlS9i8eTOKi4sb/d4uLy9HVFQUoqKicPz4cWzbto2CeVtJNOGOm5ub1MEXWlpacHNzE3r2lZ6eTsFaLaB9QUjbSU5OFpo3I8tn9cnJyaioqGCD02fOnNlgbLU19PX14e/vD0dHR1RVVeHJkyc4cuQIXZcTIgdlZWXw8vJCcXGxUPCbjo4Opk2bBkdHR1hZWUFXV7fRdZOSkhAWFoawsDCUlZWxbZSUlMDLywthYWFtEjCRkZHB/mxgYMBJtcni4mI2mBBQzufUbXmuUCVU5UyxKEvSwrbUVsc2j8dDbGwsIiMj8fvvv+P58+etHo9mGAbdu3fHm2++ibfeegt2dnZQV1eXSX8Jaa8ocI4QQggn6g8KqKmpwdfXF0ZGRpy1n5GRgdu3b7fJevUHCdpKSUkJVqxYwQaRDBo0CD4+PhK3t2PHDvZmR1NTE4GBgejQoQMnfVV1osGmohmisrKyJKrOKGiDAueIMtu5cyeqqqpw7do1FBQUwNXVFQsWLIC7uzs6derU4vq5ubk4dOgQjh07xk6amDBhAnbv3i3rrpM2MHDgQKFlhmEaHXgTfR3XmtpuexMVFSXvLrS5gQMHIiQkBPv378fp06cbZHtsjOD8bmhoiHnz5mHRokXQ19dvk/4SIgs8Hk9omavB9PoPPIG6Y0ZS3bt3h7W1NRITEwHUTXwMDAzkvOocAJiZmeHEiRNYtGgRkpKSKHiOEAWjLOfuDh06wNvbG8uWLcNvv/2Gn3/+ucnrTXEq7w4ePBjvvPMOpk6dit69e3Pa1+fPnws9DG/qbyn6Oq5x8X177NgxDnpCSJ329HmixEeEqCYXFxccOXKErYJ79+5dfPzxx9i5cye6dOkidju3bt3CmjVrUFhYyE7ot7Gx4axaeWJiIjw8PFBUVNTkdUZSUhIWLFgAX19fzJkzh/3/sLAwfPbZZ+x9bVPXE4J24+Pj4ebmhqNHj6Jfv36c9L89yMrKEloeM2YMJ+0K2hHsN0mfo7UntC8IaXuCZ/Wy9N9//wltS5zA1ZqammaD63r06IH33nsPJ0+eBACcOnWKAucIkYPAwEBkZGQIjak5ODjA19e3xWtyXV1dNsDI09MTvr6+iI6OZr+TMjIyEBgYiDVr1sj8fUycOJHdroeHB1avXi11m8HBwThw4AAA5X9W3xbnClVDVc4Ui7IkLWxrsjq2q6qqcPr0aezfvx+5ubnstiTB5/ORnp6OkydP4uTJkzAxMcGSJUvw/vvvc1JtmBBCgXOEENIuiHMxxtVEmREjRmDVqlWwt7fnpD2grm/h4eEIDw9v1ToAWr2egCwnDzXmwoUL+Ouvv9htu7q6StWejY0Njhw5wl7wX7x4EbNmzZK6n+0ZDYwQVdXa4OIPP/wQDMMgOjoaNTU1OHz4MI4ePQpbW1vY2NjAwsICRkZG0NbWRkVFBQoLC5GamoqEhATExcWBx+OxAxITJkzAwoULkZCQAKBuAIcoL3HPm+0lyz+RDwMDA6xevRqLFy9GREQEYmJiEBcXh8zMTNTU1LCv09DQQJcuXWBrawt7e3tMmjQJenp6cuw5IdwwMTERWs7Pz+ckoOTZs2cAXj1UMDY2lqq9VatWISYmhl3W1NSU2QMLY2NjHD16FF988UWDSWmEEPlTpnO3vr4+5s2bh3nz5qGgoACJiYm4f/8+0tLSUFBQwGZWrq2thZ6eHnR1daGrq4suXbqgb9++eP311zFgwAB07txZ5n0Vd1xLFt+7XF3v29nZcdIOIUD7+zxR4iNCVI+GhgZ8fX2xePFidnz19u3bmDp1KmbMmIHJkyc3mMzG5/NRVFSErKwsxMXFITw8HLdv3xaajKijo4Mvv/ySkz6mpaVh0aJFKCoqAtD8dQaPx4Ovry/69OkDW1tbpKenY9OmTeDxeC0mIqj/+7y8PLi7uyM8PFyqBC/tiWiCHXNzc07aFW2HsuK3jPYFIapJcB4UeO211xq8Rk1NTWi5srKyxap077zzDhs49/LlSzx+/JgCxwlpQ7W1tWwSbsH19MyZM7F9+/ZWj6+Zm5sjMDAQGzZsEGozJCQEq1evbpO5SbJ4HkNzANovqnKmeJQlaaGy+/3337F582a8fPmywWdZGoK2cnNz8dVXX+Hw4cPw9fXFm2++KVW7hBAKnCOEEJVmZ2eHFStWNPn7gIAA9kJt+PDhEmWU1NLSgr6+Prp3745BgwbJbPKPNJkYJNHWQVKXL19mfzY2NsbkyZOlam/y5MkwMTFBfn4+gLoAQgqcEx8N6JD2ZP78+RJ959WfoCAoOR8bG9vsOqJVD6KjoxEdHc3+nzJnHiN1xKmwUf91XKPvbyKgr68PZ2dnODs7s/9XWlqKkpIS6OvrU5AcUVmiE6GTk5PRs2dPqduNj48XWpa2zbFjx2Ls2LFStdEaenp6NNGbEAWnbOduY2NjjB8/HuPHj5d3VxqghBaEtG+CBEmyTHwkLkqQpLr+++8/PHr0CPn5+SguLkZlZaXEbTX3DIsIGz16NDZv3oxNmzaxY2vl5eU4e/Yszp49y75OcI4/cOAAW/Wh/u/qT/bdtm0bZ5PuN23ahKKiIrGy2TMMAx6PBz8/P1y4cAGBgYEoLy8XGlu0t7fHxIkT0bNnT2hoaCA7OxsxMTH43//+x76Wz+cjJycHO3bsoGoEYhKthlJaWsrJZMjS0lKhZa6CwFSZqu8LOleQ9kr0GDQwMGjwGl1dXaHlkpKSFsc9+vTpA+DV87VHjx5R4Bwhbeju3bvIzc1lj8FevXrBz89P4mfeDMPAz88P8fHxePr0KYC6AIm4uDixKlVKixKHE65RlTPFo0xJC5XR4cOHsXPnTtTW1gJo+Fmuj2EYdOjQAR06dIC2tjYAoKKiApWVlaisrGz09fXbevHiBZYtW4a1a9fC3d1dVm+JkHaBAucIIUSFCcq8NyUgIID9ecSIEQo76KzqN+wVFRWIj49n3+c777zTIMtYa6mpqWHSpEk4c+YMAODOnTuoqqqiss1iUNTjgBBZa+2kScF3lriBUvVfK+k2ieKjSbpEkenp6dEgL1F51tbWUFNTY79no6OjMWXKFKnbvXDhAjspUV9fH4MHD5a6TUIIaQmdu1vv2LFjnL6OEKJ8RBMkcZ34SFyUIEn1pKWl4dSpU7hw4UKDSirSoPH41pkzZw40NTXh5+fXINBMVGMTr+pXmtuxY4fUSRwFIiMjERcXJ1RZoFevXli2bBlGjRoFU1NTFBcX486dOwgODkZSUhIA4J9//sHly5cRHh7OrmtoaIg9e/Y0mmxl9uzZyMzMxGeffYaYmBih6hxLly6ligRiGDJkiNByamoqJ4FVaWlpAF4FZ9K4QctUcV/QuYIQsJOhBXg8XoPXiI51ZGZmtnj8iwbgZWVlSdhDQogk0tPTAbw6v7q5uUk9/0pLSwtubm5CCSDS09PbJHCOEFmgKmeKSdmSFiqDX375BV9//TWAhnPmunbtipEjR2L48OGwsLBAly5d0LVr1yarC9fU1CAzMxMvXrxAWloa4uLicOfOHWRkZAi1X1tbi507d8LY2FhoXxJCWocC5wghpJ1T9Inrit4/LqSkpKC6upq90OVqEMTW1pYNnKusrMTjx4/pQZUY6OELaa+kDVKWtmodUX6RkZGcvo4QQkjrGRsbw8rKComJieDz+bh06RJWrVqF7t27S9zmlStX8PjxY3aSpb29vconNyGEEGXVXAItSV5HCFFeosFvlPiISOPHH39EUFAQampqOPk81K94Rlpv5syZsLKywvbt23Hjxg0A4o3NCvadnZ0dNm7ciP79+3PWp59++on9mWEY2NraIjg4GDo6Ouz/m5iYYNKkSXj77bfh5eWFK1euAAC++eYbVFVVAQA0NTVx6NChBgFF9XXp0gX79+/H/PnzkZiYyP7/L7/8Ai8vL87ek6rq3bs3+vfvj5SUFABAeHg4Ro8eLXW7Fy5cAFC3/y0sLNjKSKRpqrYv6FxBSB0jIyOh5dLS0gZBb507dxZaTktLg42NTbPt5ufnCy0Lzp2EkLYhGqw6ZswYTtoVtCM432VnZ3PSblurX71KXV1djj0h8kZVzpQDJS2U3PPnz7F169YGVeHeeustfPDBBxg1alSr2tPQ0ECPHj3Qo0cPjBw5EnPnzgUA/PXXXzhx4gSuXr0qlAjpyy+/xBtvvIFu3bpx+r4IaS8ocI4QQtqx+gFCI0aMkGNPGtdesl+LZv4bNGgQJ+0OHDgQwKsBln///VeiwLm33npLaJlhGFy9erXF13Gtqe0SQqRDN9OEK+IGZUgTvEEIIaRlM2bMQEJCAhiGQVVVFby9vXHkyBGJsp/+H3t3HhBV1f8P/H0RkHVAENxXckkFUwRCU9HK9GGRGVxSv2q5Ubmktnz1ecwl0zQ0zYfQNEsDUvsWAyokJgKKmiAkKoYQLqCoKAww7Iv39we/uTLDIsy+fF5/zR3mnnsuc+eee889n8/Jy8vD+vXrpQYrzZkzRwW1JoQQQtpPknUVaBiUITsYUR5isZjLhgzQPbMh0bfjqaVB5ookPmorCrTTL1u2bEFYWFiTYExA/u+ajhHFOTk54eDBg8jMzMTRo0dx+fJl3Llzp8XPOzo6YvTo0QgICICbm5tS61JbW4sLFy5w942WlpbYuXOnVNBcY0ZGRti6dSvS0tLw9OlTPHz4EEDDsbVgwYJWg+YkTE1NsXnzZvj7+wNoOKZOnTpFgXNttGTJEnz88cdgWRaRkZGYMWPGCwM2WpOeno7IyEju/LBkyRJlVVXv6ct3QW0FaauUlBSNbLfxtb6q9e3bV2q5oKAAXbt2lXpv0KBBAJ7/VpKTk8Hn81stNy0tDcDzMSXKuF9pi6qqKty+fRu3b9/G48ePUVFRgYqKCpSXlwNoGHhvYWEBCwsLODo6cgG7LV0HEKKrZIPBlDFLbHPl6GrQWXFxMfda0WAcfWkr9GU/5EWznBFZ+vKb2LdvHyorK7k+EGtra3z55Zd44403lLqdV199Fa+++iri4uKwdu1aro+5qqoK+/btw+eff67U7RFiKChwjhBCDJi2z6xlKNmvG3cgAA1ZN5WhU6dOUstFRUVylfPgwQPuYh9oeaCE7OeUjTIKEqIaZ8+e1XQVCCGEEKJEM2bMwKFDh5CXlweGYfDXX39h4cKFCAoKajJIozWXLl3CRx99hJKSEi6T3fDhw9udKY8QQghRlYkTJ3L9RYsXL8bq1asVLnP//v34/vvvATT0Rd28eVPhMolu0JfjiYI9iTLFx8cjNDSUux8AngcydOvWDf379wePx4OZmZkmq2nQBg8ejI0bNwJoeAZ0//59iEQiiMVimJmZwdbWFl26dEGvXr1UVodbt26htraWO058fHzg6OjY6jqWlpaYNm0a9u7dyx1bHTp0aFeiloEDB8LT05ObdS83N5cbhEla5+Pjg9OnT+P06dOor69HYGAgDhw4AGdn53aXdePGDbz//vt49uwZAODNN9+En5+fsqust/Thu6C2grTH3LlzNfbMX5XjGBpzcnKS2sfs7Gy4uLhIfaZPnz7g8XgQi8VgWRaxsbFYu3YteDxes2WyLIvQ0FCp91SVpLK+vh7JycmIi4tDYmIiHjx40O7/G8Mw6NGjB8aPH4/XX38d7u7uOhsMRIiE7LOV8vJypVx3SoJQJZQVkKdu165d486zio5505e2Ql/2Q5loljPDpg+/iZqaGpw8eZIrz9TUFCEhIUpPUNTY66+/juDgYCxcuJCb3fvEiRNYt26dXElzCTF0FDhHCCGEaFhVVZXUcseOHZVSrmw5FRUVCpXX1psIVdzkaOMNPSGEEEIIIdrI2NgYGzduxJIlS1BfXw+WZZGSkoIpU6Zg6tSpeOuttzB48GCpdViWRWlpKQoKCpCamoro6GikpKRwGYxZloW5uTk2b96sob0ihBBCmidpq5RdJjFM+nA8UYIkokzffPMN95plWRgZGWHmzJmYP38++vXrp8GakebY2dkpLTFje+Tk5AB4fg718vJq03pjxozB3r17uWUnJ6cXBtzJmjhxIhc4BwAZGRnw8PBoVxmGKigoCDU1NUhISEBxcTFmzZqFefPmYcGCBejcufML1y8sLMQPP/yAn376CbW1tQCACRMmYOfOnaquut7R9e+C2goiD03cc6lroDaPx8NLL72E7OxsMAyDGzduICAgoEld3nzzTfz2229gGAaVlZX49NNP8c033zQ7VmTLli1SQSkdOnTAqFGjlFrvmpoaHDlyBAcOHEBhYSEAxWaMzMvLQ3h4OMLDw2FnZ4fAwEC8/fbbNMCb6CzZWZFzcnKUEuR2+/ZtAM+vpYcOHapwmep26NAh5OTkcEH0AwYMUEq5+tJW6Mt+EKIsuvybSE9P52abYxgGfn5+Kg2ak3B3d8fUqVPx66+/AmgYa5yenq6WbROibyhwjhBCCNEwa2trqeXi4mKlZFiRncnO3Nxc7rLaetNCA4sIIYQQog3u3r2LW7ducVnWq6ur5S5L22dpJqQ5o0ePxoYNG/DZZ59xDwMqKytx7NgxHDt2jPuc5Pr9+++/52ZDafw3yWAMhmGwZcsWpT3wVIVHjx7h6dOnYBgGnTt3RufOnSmTMSE6hNpuIi8aCEKUiY4nQp578OABMjMzuXsCIyMj7Ny5E1OmTNF01YiWEYvFUsttvW/s378/95phmCYJXtpCMrBYcv5++PBhu8swRCkpKQCAd955BwzDID4+HnV1dfjxxx9x+PBhjBo1CsOHD4eTkxNsbGxgZmaGqqoqlJSUICcnB+np6UhNTeWS9TAMgwkTJmD+/PlIT09vV10MfaCfrn8X1FYQeen7dbeHhweys7PBsqxUgHdjM2fOREREBICGftjExET4+fkhICAAAwYMgImJCe7cuYOIiAip3xnDMJg0aZJSZ1hNTEzEhg0b8PjxY6nxHop+T5KyCgsL8eWXX+LHH3/Exo0bMX78eIXKJUQT+vTpg4EDByIrKwsAEB0djdGjRytc7okTJwA0/N6cnJyUEnR+5swZxMXFtemzCQkJePLkSbu3UVtbC5FIhMzMTBQVFUmdo5SVyEJf2gp92Q9ClEWXfxOywc4CgUBt2xYIBPj111+5/19OTo7B308TIg8KnCOEEEI0rFOnTlLL9+7dQ48ePRQuNzc3F8Dzi3V5M43+9NNPSv0cIYQQw1ZTU0MZJYlK3L59Gz///DNOnDiB0tJSpZVLg++Jrpo+fTpMTEywadMmLvsd0HyyC9n3JJnyJDPNbdu2DW+99ZbK6lpWVobLly/j0aNHKC8vh729PYYPH46XXnqp1fUKCgrw448/Ijo6usnDXTMzM4wePRo+Pj40YIsQLUVt93OnTp1CYmIigIZz8NatWzVcI0IIIYbu6tWr3GuGYTB16lS6ribNKisrk1q2tbVt03o8Hq/V5bbo1q2b1HJ5eXm7yzBEc+fOlRqs2Li/oL6+HsnJyUhOTm61DEk/gmTd+Ph4xMfHt6seDMPg5s2b7VpH3+j6d0FtBZGXLs800hZvvPEGwsLCwDAM8vLykJWVhYEDB0p9xsXFBf7+/hAKhVw/7L1797Br1y6pz8n+xs3NzbF8+XKl1fXHH39EUFAQnj17JrWdxtuWYBgGHTt2RMeOHWFmZgagYcaT6upqVFdXN/v5xmU9fPgQ77//Pj7++GMsWLBAaftAiLosWbIEH3/8MViWRWRkJGbMmIHhw4fLXV56ejoiIyO538qSJUuUUs/MzEzu3NISye81Ozsb2dnZcm9L9hxlYWEBHx8fuctrrmx1UnZbQcnniTbQtqSFuvzbLikpkVru27evUsptC9ltKfOZGiGGhALnCCGE6LT8/HzutbW1dZPZ2+QhFoulMmR2795d4TJb07NnTwDPL9LPnz+vlMxE58+fl1qWfYDYVu7u7kr9nK568uQJLl++jNTUVOTm5qK4uBhisRj19fWYNWsWFi1apOkqEkKIThg7diy8vb3h7+8PFxcXTVeH6Ilvv/0W+/btQ11dnVI6WxtnRiREl/n7+8PZ2Rlbt27lshu35biW/I7c3d2xbt26JgM7lKWwsBDbtm1DbGwsamtrm/x96NChWLt2LVxdXZv87ffff8eGDRsgFoub/d1XVlbi7NmzOHv2LEJDQ7FlyxalZGslhCgHtd3SMjIypAa0UOCc5tTV1XGvaeZSoig6noguKywsBPA8MZ+/v79mK0S0lrGx9JCTtl6Pya5nbm7e7m1bWlpKLcsG8ZHWyQ50bi3hjizZ75kGBStGV78LaitIe1laWqKiogJAw7H74YcfYuTIkSrf7rFjxxAdHa3y7Uh4eHigc+fOePr0KQDg6NGjWL9+fZPPrVu3Dnfu3MHVq1db/N03ft/Y2Bjbt29XWh/nb7/9hu3btzfZDtAwtsTNzQ0jR46Ek5MTunbtim7dujVpvyXq6urw6NEjPHz4ELdv30ZqaiquXLnCjeeRlP/s2TMEBQXB1tZWrbO0EKIMPj4+OH36NE6fPo36+noEBgbiwIEDcHZ2bndZN27cwPvvv88Frb755pvw8/NTdpVVrvG5w8jICBs3boSNjY1CZepLW0HJ54kmaWPSQn35bTfWuO9X1err69W2LUL0GQXOEUKIHnr55ZelllvKEif7OWVTR6bAiRMncjfiixcvxurVqxUuc//+/fj+++8BqGcfhg0bBisrK5SXl4NlWQiFQixduhRWVlZyl1lWVoaIiAhu4JiZmRkFJ8gpMzMT+/fv5zq/GpM8CGrpJrOwsBBTp07l1vP09MTXX3+t8joTQog2KykpwZEjR3DkyBE4OTlBIBDAz88PnTt31nTViI7asmULwsLCmgwwAeQfKEKDfYg+cXJywsGDB5GZmYmjR4/i8uXLuHPnToufd3R0xOjRoxEQEAA3NzeV1evatWtYvHgxSktLW/zN3bhxA/PmzcPGjRsxffp07v2TJ0/if//3f7nr7JYGZkrKTUtLw5w5c3D48GEMGDBAyXtCCGkvartbpmjwX+MEU5qm6kRUqlJcXMy9lh2MT0h70fFEdJlkMJPEi2aDJpp17949XLt2DQUFBSgtLUV5eTksLS3B4/Hg6OgIFxcX9OnTRyXblg14KysrU9s5T/Ya0MjISC3b1RctXXfKcz3a3nX05fpdWXT1u6C2grTX0KFDpWZRfPbsmVqS88omHFY1hmGQkJDQ7CxujVlaWuLgwYPYtm0bfvvttyafZ1mW+4327t0bW7ZsUVp/7YMHD/DFF1806ZN5/fXX8T//8z/w9PRsV3nGxsbo2bMnevbsCTc3N8ycORMA8OeffyIsLAxnzpwBwzDc+JXNmzfj1Vdf1dm+A2K4goKCUFNTg4SEBBQXF2PWrFmYN28eFixY0KZn3YWFhfjhhx/w008/cckEJ0yYgJ07dyq9rm1p45V1Tebq6ooVK1bAw8ND4bL0pa3Q9+TzL6Jts5wZEm1NWqgPv+1OnTpJLd++fRuOjo5KK781t2/fbrUuhJC2ocA5QgjRQ2296NWXhxKqyCiuzv+NkZERPDw8EBcXB6AhoCAoKAibNm2Su8wdO3aguLiY63x0c3ODqampsqpsMPbv3489e/agvr6+2QF9L2Jvbw93d3fExMQAAE6fPo3CwkLY29urpL6EEKJLWJbFP//8g6CgIHz99dd47bXXIBAIMGHCBJiYmGi6ekRHxMfHIzQ0lLvmAaQzovbv3x88Hg9mZmaarCYhWmHw4MHYuHEjAKCoqAj379/nHliZmZnB1tYWXbp0Qa9evVRel9u3b2PRokVcAorWrrHr6+uxceNG9OvXD6NGjUJeXh4+++wz1NfXvzADe+O/FxUVYcGCBYiOjgaPx1PyHhFC2orabtVqnGBKk9SRiEpVrl27xg0GsLOz03R1iI7TxuOprKwM169fx5MnT5oE1zg4OMDZ2VmhhG5Ef1hbW0std+zYUUM1IS3JysriMqeXlJS88PM2Njbw8fHBjBkzlDqruOwgscePH6NLly5KK781YrFYatnCwkIt29V1FKSgPXT9u6C2grSXs7MzkpOTufvW69eva7hGqtPSzGyyLC0tsXnzZrz77rv4448/cOXKFTx9+hQVFRWwtbWFk5MTxo0bhzfffFOps1jv27cPlZWV3P2KtbU1vvzyS7zxxhtK2wYAvPrqq3j11VcRFxeHtWvXcm13VVUV9u3bh88//1yp2yNElVJSUgAA77zzDhiGQXx8POrq6vDjjz/i8OHDGDVqFIYPHw4nJyfY2NjAzMwMVVVVKCkpQU5ODtLT05GamsqNP2IYBhMmTMD8+fORnp7errq0FkTr7u7eaqBRcHAwdx4eOXJkuwNlAcDU1BRWVlbo0aMHhgwZAgcHh3aX0RJDaiv0jTbOcmZotDlpoT78tiV9KZJ9+OWXX/Dqq6+qZdvHjh0D8HycNCWKJUQ+FDhHCCF66kUDCGU/p2zqDDzThgFBipo/fz7i4uK4jslffvkF9vb2WLFiRbvLCg4OxtGjR6UyfsydO1cFtdZva9asQVRUFPc/lPw/2xtAN3v2bMTExIBhGNTX1+PUqVOYM2eOKqtOCCE6ofG1Sl1dHRITE5GYmMgN4uHz+Rg6dKiGa0m03TfffMO9ZlkWRkZGmDlzJubPn49+/fppsGaEaDc7OzuNDt7+7LPPUFpa2qYHNpLr6E2bNuHEiRMICQnhBnVI1vPw8MDEiRPRq1cvGBsb48mTJ7h8+TL++OMPqQEgT58+xbZt27B161a17CchpClqu1VPXxJlacKhQ4eQk5PD9QPRw2eiCG06noqKinDs2DHExMQgJyen1fMEwzBwcnLigmsoe7Hhkp01qKioiIIqtYRIJMIXX3zBJexra9tfXFyM8PBwhIeHw9vbG//5z3+U8hvv1q0bgOd9fXfu3IGLi0ub1jUxMeHWa2uAQWNPnz4F8HzgGCUtbJuzZ89qugrk/9P174LaCtJejdsHlmV1csC0qvTv3x+BgYEIDAxU+bZqampw8uRJrs/U1NQUISEhSpvNrjmvv/46goODsXDhQm4GnBMnTmDdunWUAJrojLlz50o902j8jKK+vh7JyclSsyk1R3a8UXx8POLj49tVjxclrHJ3d291Fqfg4GDutaurq9YFJVFboZu0dZYzQ6LtSQv14bc9bNgw2NjYoLS0FCzLIjY2FrGxsXjrrbdUut3Y2FicOnWK+13weLw297sQQqRR4BwhhOgpQ5t1TtdJOi4kmTVYlsXevXtx9epVfPzxxxgyZMgLy7h58yZ27tyJixcvAnj+oNDV1RVjx45V9S7oleDgYERGRgJ4fjNubm6OyZMnw9XVFQ4ODggMDGzTDbqrqyvs7e1RVFQEAEhKSqLAOUKIQdu8eTOEQiHS0tIANM1y1XgQz4ABAyAQCODn56c12fmJ9njw4AEyMzO5ttrIyAg7d+7ElClTNF01Qkgr4uLikJqayv12AaB37954//334enpCXt7e4jFYly5cgX79+/HjRs3AAD//PMPTp06hejoaKkHA5JZS2UFBATg0aNH+N///V9cvnyZW0coFOK9995D79691brfhBBqu9VF04MJlNnXeObMGcTFxbXpswkJCXjy5Em7t1FbWwuRSITMzEwUFRVJDcrw8PBod3lEexni8VRfX489e/bg0KFDqKmpadPvk2VZZGdnY/fu3QgJCcG7776L5cuXK3V2C6IbRowYAQsLC1RWVgIA0tLS6BpaC1y7dg3vvfceRCJRq0n+WhpgKFknOjoaly5dwt69exUebNWvXz+pbf3999+YOnVqm9ZVdKDcrVu3pJZ79OihUHmEkPahtoK0l7Ozs9RyYWGhWmcqJQ3S09O5ZGMMw8DPz0+lQXMS7u7umDp1Kn799VcADbPOpaenq2XbhCiT7HV4WxPbN/6sbFnqps1jBamt0D3aPMuZIdH2pIX68Nvu0KED+Hw+Dh06xCV+/eSTT/DkyRP8z//8j0q2GR4ejq+++oqb7IFhGAgEAhgZGalke4ToOwqcI4QQPdTWAQBt/Zyhqaur416rc0DA1q1bMX36dBQXF3ODKi5duoSAgAAMGTIE7u7uGDp0KGxtbWFhYYGKigoUFxcjIyMDycnJXEYhyUUyy7KwsbGh2RTaKTc3F/v27ZOaYW7y5MnYsGGDXNlXGYbBuHHjIBQKAQApKSnKrjIhhOiU6dOnY/r06cjNzUVERASOHz+O/Px8AE0fLGRlZWH79u3YsWMHxo4di4CAAHh5ecmVgZron6tXr3KvGYbB1KlTaeA9ITrg//7v/7jXDMNg1KhR2L9/P8zNzbn37ezsMGnSJLzxxhtYtWoVYmNjAQBfffUVampqADTMTPDDDz9g2LBhLW6ra9euOHDgAObOnYtr165x7//2229YtWqVsneNEPIC1Harhz4NKsjMzIRQKGw1GFCyv9nZ2cjOzpZ7W7IDOywsLODj4yN3eUT7GNrxVFBQgA8++AAZGRmtBte0hGVZVFdX47vvvkNSUhJCQkLg6OioquoSLWRqagqBQICwsDAwDIPIyEj4+/truloGLT09HYsWLYJYLAbQtB+NYRh0794dPB4P5ubmqKysRGlpKR4+fIhnz541WaewsBALFizADz/8oFDwnKWlJbp3787176nzGUhGRgb3mmEY9O/fX23bJoRQW0Har3v37rCzs4NIJOLeu379uk4NmNYHt2/fBgCpwdfqIhAI8Ouvv3LXJDk5ORQ4R3ROS/fW8iSzau86yuj3azzDnKurq8LlKZshtRWSeygAsLa2hrW1tcJlisVi7p4RaPh/qpK2z3JmKHQhaaG+/LaXLFkCoVCI0tJSMAyDmpoabNmyBUKhEHPnzsXkyZMVPt6rq6vx+++/IywsjOvblfy+eDwelixZooxdIcQg0WhDQgjRQ23NqEiZF5tXXFzMvba0tFTbdnv27Ik9e/Zg8eLFqK6ulpqBISMjgwuMa07jzhHJeh07dkRwcDBl9mun4OBg1NXVcTf1AQEB+OKLLxQqc9iwYVzgXHl5OfLy8tCrVy9lVJcQQnRW7969sXLlSqxcuRKXLl2CUCjEH3/8wWWnbdyxWldXh4SEBCQkJMDW1ha+vr4QCAQYPHiwJneBaFhhYSGA5w93aVAGIdqvtrYWFy5c4O5ZLC0tsXPnTqmgucaMjIywdetWpKWl4enTp3j48CGAhjZiwYIFrQbNSZiammLz5s3cOYJlWZw6dYoC5wjRAF1ouzWV7KbxIAlFZGZmKqUcQ9T4/sPIyAgbN26EjY2NhmtFdJWmjyexWIyFCxdywX/NZb/v2LEjrK2tuQRtYrEY1dXVze7DjRs3sHjxYoSHh8PKykpt+0E0b+nSpYiJiYFIJMLly5dx6tQpTJ48WdPVMkgVFRVYtWoVxGKx1O/T3Nwcvr6+8Pb2hrOzMywsLJpd98aNGzh58iROnjyJiooKroyysjKsWrUKJ0+ebPG+rC1efvllPHjwAEDDLHAlJSVqOe/Fx8dz95f9+/dX6zM9QkgDaitIezk7O+PcuXNcW3T9+nW88cYbGq6VYSkpKZFa7tu3r9q2Lbut0tJStW2bEEWpOgBJXRoHzmkrQ2krJk6cyO3j4sWLsXr1aoXL3L9/P77//nsADX07rY01VAZtn+XMUOhK0kJ9+G3b2dlh+/bt+OCDD6Qmt8jIyMDatWuxceNGODs7Y+TIkejfvz+6d++Orl27wsrKCmZmZujYsSOAhuC4qqoqlJWV4dGjR8jPz8ft27eRlpaGGzduoKqqSipREsuy6NChA7Zv3y7XxA+EkAYUOEcIIYTIuHbtGnfBaWdnp9Ztu7m54ciRI1i+fDnu37/f5unLZT/Xu3dv7NmzRykBBcoavKUMqu6Iqq+vx9mzZ7nvv3v37tiwYYPC5cp+D7dv36bAOUIIacTT0xOenp6oqKhATEwMoqKicOXKFanMSUBDGycSiRAaGorQ0FAMGjQIAoEAvr6+1DlkgCoqKqSWX3rpJQ3VhBDdcu/ePVy7dg0FBQUoLS1FeXk5LC0twePx4OjoCBcXF/Tp00cl27516xZqa2u5JBU+Pj4vnLnE0tIS06ZNw969e7k2oUOHDpgzZ06btztw4EB4enriwoULABpmmS4rK6OB34SomS603XPnzpUrO7QyNE6gRKS15f+irP+dq6srVqxYAQ8PD6WUR7SPIRxPa9euRXZ2tlRwDcMw8PT0xNSpU/HKK680Ozj27t27uHr1Kk6cOIGLFy8CeH5uysrKwpo1axAcHKzOXSEa1qlTJ+zatQuLFy9GTU0N1qxZA3Nzc4wfP17TVTM4ISEhyM/Pl7pe8PLywsaNG9G1a9dW17WwsIC7uzvc3d2xdOlSbNy4kQs4AxqeAYWEhOCjjz6Su34jR47EmTNnADQ8Z4mPj1d5koQrV67g8ePH3P3liBEjVLo9QkjzqK0g7eXs7IzExERu+fr16yrf5tChQ8Hn81W+HQlvb28IBAL4+fnBwcFBbduVV11dndq2VV9fr7ZtEaJsZ8+e1XQVDIYhtBUSsuMhlFWmOujCLGeGQheSFgL689v28vJCUFAQ1q5dyz33Bhr+/1VVVbhy5QquXLkid/mNA+YkyyYmJti2bRu8vLwUrj8hhowC5wghhJBGDh06hJycHO5B24ABA9Reh5dffhlCoRAHDhzAkSNHuCnUW7tRllww83g8zJ49G4sWLVLaINDGGW40SR2ZcNLT01FWVsZ9/3PnzoWJiYnC5UqmFZf8Hx8/fqxwmYQQoo8sLCwwbdo0TJs2DXl5eRAKhYiKiuIyVstmyc/MzMSXX36JoKAgjB8/Hnw+H15eXujQoYPG9oGoj7W1tdSyJDsXIaSprKwsHDt2DNHR0U0yCjfHxsYGPj4+mDFjBgYOHKi0euTk5AB4/uCmrZ37Y8aMwd69e7llJyenFwbcyZo4cSIXOAc0zOpNQRGEqJcutd2aCGDThr4XbePu7t5qFuzg4GDu/zZy5Eh4enq2exumpqawsrJCjx49MGTIEJ0Y1EjkYyjHU0pKCs6cOSN1/zxgwABs3rwZr7zySqvr9u3bF3379oW/vz/S09Px2WefISsrixsAFRcXhytXrmDUqFFq2BOiLTw8PPDdd99h5cqVKCkpwXvvvQd/f3+88847GDRokKarZxCePXsGoVDI/RYlg+C2bt3a7uuHLl26ICQkBP/+97+lyhQKhVi9erXc1yOjR4+WOm8WFBTIVU57SGZRkPxPxo4dq/JtGoqysjJcv34dT548aZJwx8HBAc7OzpSIRk105bugtoK0x6xZs+Du7s4tm5mZqXybkydPVutMiDk5OdixYwd27dqFMWPGQCAQYOLEiUoZd6AMsokob9++3e6+Vnndvn271boQQghgGG2FhC73CevKLGeGQBeSFgL69dv29vZG37598dlnn+HmzZvcWFMJeZ8xNS5HUsbQoUPx+eefY+jQoYpXnBADR4FzhBBCtNqZM2cQFxfXps8mJCTgyZMn7d5GbW0tRCIRMjMzUVRUJPXwUVMDKa2trbF69WosWbIEp0+fxuXLl5GamopHjx5JZfwyNjZG165dMWrUKHh4eGDSpEmwtLRUen0MJeN5Xl4eAOkszMogOziwrKxMKeUSQog+69WrF1asWIEVK1YgOTkZERERiI2NRWVlJQDpILra2lrExcUhLi4O9vb2SEpK0mTViZrIdvgWFRVpxUARQrSJSCTCF198gZiYGABtv64vLi5GeHg4wsPD4e3tjf/85z9KGcQgSQoi0dZEJf379+deMwwj18zakocJkvbj4cOH7S6DEKIYXWq7dXnAgj6RzI7TksYzX7m6urYaFEWIoRxP+/fvl1p2c3PD3r17232+HT58OI4ePYrAwECkpKRw58UDBw5Q4JwBWbt2Lfd68ODBuHz5MliWRWRkJCIjI+Hg4IBBgwbBxsZGroHgDMNg69atyqyyXvrrr79QWFjI/Q579+6NTZs2yX29wjAMNm3ahLS0NOTm5gJoyE6fmpoq9+978ODB+PHHH+VaVx6PHj1CRUUF3NzcADTs0+jRo9W2fX1UVFSEY8eOISYmBjk5Oa32HzAMAycnJy7hDgU9KJeufRfUVpD2sre3h729vaaroRZ1dXU4d+4czp07Bx6PB19fX/j7+2PYsGEarZckUZrkWuKXX37Bq6++qpZtHzt2DMDz8RiaSGRNCNF+htRW6DJdmeXMEOhK0kJ9+20PHToUEREROH36NEJCQpCZmcn9Td4+m8b3f4MHD8YHH3yASZMmKVxXQkgDCpwjhBADVlNTA1NTU01Xo1WZmZlc1suWSC4Ys7OzkZ2dLfe2ZKc5trCwgI+Pj9zlKYOVlRUEAgEEAgH3Xnl5OcrKymBlZaWSILnmaHrAmLoC94qKiqSWu3XrppRyjY2lL7lqa2uVUi4hhBgKyQDH9evXIzY2FkKhECkpKVJtt+S1pIOW6L8RI0bAwsKCC6ZMS0tD7969NVwrQrTHtWvX8N5770EkEjW512lM8kCrufcBIDo6GpcuXcLevXvh4uKiUJ1kE0jY2tq2aT0ej9fqclvIXtuXl5e3uwxCiGJ0qe2mGed0h6EkeyLqoevHU3V1NZKTk7l7ZFtbW+zevVvuIGULCwvs3r0b3t7eKCkpAcuy+PPPP1FdXa21A3CIcsk+m5HNeF1QUCBXMkNJGRQM0TayCf/mzJmj8LM9U1NTzJkzR+r/n5eXpzOBsV27dsVPP/2k6Wrohfr6euzZsweHDh1CTU1Nm9pClmWRnZ2N3bt3IyQkBO+++y6WL1+ODh06qKHG+ktXvwtqKwhpWePfQ0lJCZeo7KWXXkJAQAB8fX01Mnh82LBhsLGxQWlpKViWRWxsLGJjY/HWW2+pdLuxsbE4deoUd7/C4/EU7m8mhBAirXEyflVfE+rKLGeGQJeSFuqjSZMmYdKkSbh79y7i4uJw7tw53Lp1C8XFxe0qx9bWFoMGDcK4cePw+uuvo2/fviqpLyGGjALnCCHEgI0dOxbe3t7w9/enDilId1waGRlh48aNsLGx0XCtmrK0tFRbwJyErg8aaav6+nqpZWV1IsjOrCHPQF9CCCENg/b4fD74fD4ePHiAyMhIREVFITc3Vyp4jhgGU1NTCAQChIWFgWEYREZGUiY7Qv6/9PR0LFq0iLsOlR20xDAMunfvDh6PB3Nzc1RWVqK0tBQPHz7Es2fPmqxTWFiIBQsW4IcfflDo3lE2oURbg0Rk1zM3N2/3tmXvoWgWaELUTxfabktLS+6BP8Mw+PDDDzFy5EiVb/fYsWOIjo5W+Xb0TeMZwVxdXTVYE6IP9OF4SktLQ3V1NRiG4YJrFB2Ia29vj9mzZyMkJARAQzK+tLQ0eHp6KqPKREdRsLd6FRQUSC2PGTNGKeVKypF8n/IGthDdVVBQgA8++AAZGRmtJtxpCcuyqK6uxnfffYekpCSEhITA0dFRVdXVa/r4XVBbQQxZYGAgTpw4gfz8fABN+2azs7Oxfft27NixA6+99hqmTZsGLy+vJn2gqtKhQwfw+XwcOnQIDMOgvr4en3zyCZ48eYL/+Z//Uck2w8PD8dVXX4FlWS4oViAQwMjISCXbI8QQvfzyy1LLDMPg5s2bL/ycsrW0XaIejQN1VD22UFdmOTMEupS0UJ/17dsXCxcuxMKFCwEAIpEIOTk5KCgoQEVFBSoqKrjvyNzcHBYWFrCwsICjoyP69+8POzs7TVafEINAgXOEEGLASkpKcOTIERw5cgROTk4QCATw8/ND586dNV21JtqaVU8ZXF1dsWLFCnh4eCilPF3XeBppfSd7AyISiZSSgeX+/fsAnmdGbOvMGoQQQlpmY2MDR0dH2NnZITc3V9PVIRqydOlSxMTEQCQS4fLlyzh16hQmT56s6WoRolEVFRVYtWoVxGKx1KAMc3Nz+Pr6wtvbG87OzrCwsGh23Rs3buDkyZM4efIkKioquDLKysqwatUqnDx5Uq7ANaBpwFtZWZnakoLI3i/SoAxCNEPb2+6hQ4ciOTmZW3727Bnc3d1Vvt3z58+rfBv6qHGgEyGK0ofj6fHjxwCe90FOnDhRKeW+/vrrCAkJ4a4LJdshhoGSFGmebIK/Ll26KKVc2XJotjDDIhaLsXDhQmRnZwNoGtQBNAx8tba2hoWFBSoqKiAWi1FdXc39vfE6N27cwOLFixEeHk4zG7STPnwX1FYQIm3VqlVYuXIl/vzzT0RERODMmTPcIOnGv9e6ujokJiYiMTERtra28PHxgUAgUHlQCwAsWbIEQqEQpaWlYBgGNTU12LJlC4RCIebOnYvJkyfDzMxMoW1UV1fj999/R1hYGBcYLNl/Ho+HJUuWKGNXCNEaZWVluH79Op48eYLS0lKUl5fD0tISPB4PDg4OcHZ2Vmnb3Nb2mNpt/Xbt2jUu4bCqg3BoljPtoQtJCw1Rp06dMGrUKE1XgxDSCAXOEUIIAcuy+OeffxAUFISvv/4ar732GgQCASZMmAATExON1s3d3b3VQQvBwcFc59rIkSPlynRramoKKysr9OjRA0OGDIGDg4Pc9SW6TTZoNCMjA7169VK43LS0NKllZZRJCCGG6uLFi4iIiEBcXByqqqo0XR2iYZ06dcKuXbuwePFi1NTUYM2aNTA3N8f48eM1XTVCNCYkJAT5+flSM3F6eXlh48aN6Nq1a6vrWlhYwN3dHe7u7li6dCk2btyI+Ph47p4rPz8fISEh+Oijj+Sqm2y288ePHytt0OeLyM4C3VzgICFE9bS97XZ2dkZycjJ33rt+/bqGa6QaZWVlWLZsGTfL6JAhQ7BmzRq5y9u2bRuXSdrExAQhISGUYZgQDSgqKpJa7tGjh1LK7d69e6vbIfpLHwJK9YHsfVx5eblSBiOWl5dLLavr3oxoh7Vr1yI7O1sqgINhGHh6emLq1Kl45ZVX0Ldv3ybr3b17F1evXsWJEydw8eJFAOD6H7KysrBmzRoEBwerc1d0nq5/F9RWENI8ye/Y09MT5eXliImJQVRUFFJTU6UCyICG371IJEJYWBjCwsIwcOBACAQC+Pr6qizowc7ODtu3b8cHH3zA1YdlWWRkZGDt2rXYuHEjnJ2dMXLkSPTv3x/du3dH165dYWVlBTMzM+6ev7q6GlVVVSgrK8OjR4+Qn5+P27dvIy0tDTdu3EBVVZXUTJosy6JDhw7Yvn07OnXqpJJ9I0SdioqKcOzYMcTExCAnJ6fVoDSGYeDk5AQfHx/MmDFDJb+B5gLwW/ucsulyUF5CQgIuXbrELa9du1aDtZHPoUOHkJOTA4ZhwDAMBgwYoNLt0Sxn2kXbkxYSQog2oMA5QgghLWa1srGxgY+PD/h8PoYOHaqRukkGbbakcYe/q6srdc4Thbi4uMDIyIjrzImPj1fKTeSJEye4jmArKyuN/Z4IIURX3b17F0KhEFFRUVIZ9AFwHb+SZRqga3g8PDzw3XffYeXKlSgpKcF7770Hf39/vPPOOxg0aJCmq0eIWj179gxCoZA7LzIMA39/f2zdurXdD0K7dOmCkJAQ/Pvf/5YqUygUYvXq1XI9WO3WrRuA5/egd+7cgYuLS5vWNTEx4dYzNm5/l+bTp08BPB+AZm9v3+4yCCHKoc1td+NzEsuyehs4d+LECfz5558AGs7Js2bNUqi84cOH49ChQ9x5OiYmBnw+X+F6EkLaR3aAmiQ4lhB50fMW7TBs2DCp5ZycHKUEud2+fRvA83skem5hOFJSUnDmzBmp58MDBgzA5s2b8corr7S6bt++fdG3b1/4+/sjPT0dn332GbKysrg+g7i4OFy5coWy6reRPnwX1FYQ8mKWlpaYPn06pk+fjry8PEREROD48eN48OABgKaBLrdu3cK2bdsQFBSE8ePHg8/nY8KECUqfHdbLywtBQUFYu3YtamtrpepRVVWFK1eu4MqVK3KX3/g5nmTZxMQE27Ztg5eXl8L1J0ST6uvrsWfPHhw6dAg1NTVtChhjWRbZ2dnYvXs3QkJC8O6772L58uVK/W3TrHPyS01NxeHDh7lzljIC586cOYO4uLg2fTYhIQFPnjxp9zZqa2shEomQmZmJoqIiqeeDHh4e7S6vPWiWM+2i7UkLCSFEG1DgHCGEGLDNmzdDKBRys2HJZrUqLi5GeHg4wsPDMWDAAAgEAvj5+al8Ku/2oht6oiy2trZwdnbGtWvXwLIsfv/9d6xYsUKh7MyxsbFcpkhJx4SqsjcRQog+KSsrQ3R0NIRCIdLT0wE0DZZr/J6Liwv4fD58fHw0U2GiEY0fWgwePBiXL18Gy7KIjIxEZGQkHBwcMGjQINjY2Mg1kzLDMNi6dasyq0yISv31118oLCzkzpG9e/fGpk2b5L7+ZBgGmzZtQlpaGnJzcwEAhYWFSE1NlWvgVb9+/aTq8vfff2Pq1KltWlfR4JVbt25JLStrBhZCSPtoe9vt7OwstVxYWKjW2THV5dSpU9xrW1tbvPXWWwqV99Zbb8HOzg4ikQgAEB0dTYFzhGiAbGKA/Px8pfTl5+fnSy1r2/MBQvRdnz59MHDgQGRlZQFoaGdHjx6tcLknTpwA8Hzmi379+ilcJtEN+/fvl1p2c3PD3r172z2T4fDhw3H06FEEBgYiJSWFu98/cOAABc61EX0XhBieXr164cMPP8SHH36Iy5cvIyIiAqdPn+Zm65FNen327FmcPXsWnTp1gp+fH/z9/TF48GCl1cfb2xt9+/bFZ599hps3b0o9f5PUQx7NPccbOnQoPv/8cwrWJzqvoKAAH3zwATIyMpoEiLYFy7Korq7Gd999h6SkJISEhMDR0VHherU1QKutnzNUsrOCKiIzM5NLTNna9gAgOzsb2dnZcm9L9li0sLBQy7gJmuVMu2hz0kJCCNEGFDhHCCEGTJLVKjc3l8tqJXkILtuJlZWVhe3bt2PHjh0YO3YsAgIC4OXlJVemf2VqnMXO1dVVgzVRjbt37+LWrVsQiUQQi8Worq6WuyzK+Nc2U6dORXp6OhiGQU1NDT755BMcOnQIpqam7S4rLy8P69evl8roM2fOHBXUmhBC9APLskhKSkJkZCTi4uK4dq+5rJQA4ODgAD8/PwgEAjg5OWmm0kSjZB82yB4jBQUFcmXnk5RBgXNE1+Tl5QGA1LWnPNexjZmammLOnDlSv4W8vDy5Bl5ZWlqie/fu3H1nSkqKQnVrj4yMDO41wzDo37+/2rZNCHlO29vu7t27SwWAAQ2Bu/oUOFdVVYW0tDTuf//mm2/CyMhIoTKNjIwwadIkHD16FABw5coV1NTUKNwGEULaR3Kukvy+4+Pjm8xUJY/4+HgAz8+z+nROJERXLFmyBB9//DGXcGDGjBkYPny43OWlp6cjMjKSO18sWbJEWVVVmqKiIqSlpeHhw4eorKyEra0tunTpAjc3N1hYWGi6ejqruroaycnJ3HMrW1tb7N69u92BWhIWFhbYvXs3vL29UVJSApZl8eeff6K6uhodO3ZUcu31C30XhCiHLrcXHh4e8PDwwIYNG3Dq1CkIhUJcuXKlSdAGy7IoKirC4cOHcfjwYbz88suIiIhQWj2GDh3KBfCFhIQgMzOT+5u8wSONA+4GDx6MDz74AJMmTVK4roRomlgsxsKFC7kAJ9m+TQDo2LEjrK2tYWFhgYqKiiZjvRqvc+PGDSxevBjh4eFyXwNItDVZICUV1E+NjysjIyNs3LgRNjY2Kt8uzXKmPbQ9aSEhhGgDCpwjhBCC3r17Y+XKlVi5ciUuXboEoVCIP/74o8WsVgkJCUhISICtrS18fX0hEAiUmtWqPfQxGOz27dv4+eefceLECZSWliqtXH38X6nCjBkzcOjQIeTl5YFhGPz1119YuHAhgoKC0LVr1zaXc+nSJXz00UcoKSnhMqoNHz4cnp6eKqw9IYToppycHERGRuL48eMoKCgA0HR2OZZlwbIsTE1NMWHCBAgEAowdO1bhQb5EP9HsrsRQSc6hEmPGjFFKuZJyJL8teYNaAODll1/GgwcPADTMAldSUqKWh3fx8fFce9K/f39YWlqqfJuEkLbTprbb2dkZ586d4+p0/fp1vPHGGxqulfJkZWWhtraW2z9lzUAxatQoLnCuuroa2dnZcmeRf/nll6WWGYbBzZs3X/g5ZWtpu0S3GNLxNGLECJiamqK2thYsyyIsLAyzZ89uMhNde4hEIoSHh3PXUaamphgxYoQSa00IaQsfHx+cPn0ap0+fRn19PQIDA3HgwIEms+W2xY0bN/D+++/j2bNnABqC6P38/JRdZbldu3YNwcHBSEpKanaWGxMTE4wbNw6rV6+mhChySEtLQ3V1NdfnOmfOHIXaCaBhxtPZs2cjJCQEAFBTU4O0tDR6HvYC9F0Qohh9ai8sLCwgEAggEAhw//59REZGIioqikuSJhuY8/fff6ukHpMmTcKkSZNw9+5dxMXF4dy5c7h16xaKi4vbVY6trS0GDRqEcePG4fXXX0ffvn1VUl9CNGHt2rXIzs6W+l0yDANPT09MnToVr7zySrPH/N27d3H16lWcOHECFy9eBADuPjsrKwtr1qxBcHCwOneFqFFbZu+Ud4ZPWa6urlixYgU8PDyUUl5b0Cxn2kHbkxaqM5lqa9zc3DRdBUKIBlHgHCGEECmenp7w9PRERUUFYmJiEBUV1WJWK5FIhNDQUISGhmLQoEEQCATw9fVFp06dNLgHuu3bb7/Fvn37UFdXp5Sb4sYznZG2MTY2xsaNG7FkyRLU19eDZVmkpKRgypQpmDp1Kt56660mgaIsy6K0tBQFBQVITU1FdHQ0UlJSuP89y7IwNzfH5s2bNbRXhBCifUpLSxEdHQ2hUIjr168DaBos1/i9oUOHQiAQwMfHRy0BFkR3KOtBAiH6oEOHDlLLypoNRLYc2e20x8iRI3HmzBkAQH19PeLj4+Hv769I9V7oypUrePz4Mde+0GBvQjRL29tuZ2dnJCYmcsuSa1VVGjp0KPh8vsq3AzQkbAKeP+weMmSIUsqVBB1JruPv3Lkjd+BcW48RbT+WiHYwpOPJzMwMbm5uuHDhAhiGQWlpKVatWoV9+/bJNdtGdXU1PvroI4hEIu46yt3dHWZmZiqoPSHkRYKCglBTU4OEhAQUFxdj1qxZmDdvHhYsWIDOnTu/cP3CwkL88MMP+Omnn1BbWwsAmDBhAnbu3Kn0uubl5eG3337D+fPn8fDhQ4jFYlhZWaFfv3547bXXMGPGjGbr/N1332HPnj149uxZi+flmpoaxMXFISEhAf/5z38wa9Yspddfnz1+/BjA82vBiRMnKqXc119/HSEhIdy1oGQ7pGX0XRBC7UVzevbsiWXLlmHZsmVITk5GZGQkYmNjUVFRwY07ULW+ffti4cKFWLhwIYCGZBo5OTkoKChARUUFKioquCTc5ubmsLCwgIWFBRwdHdG/f3/Y2dmpvI6EaEJKSgrOnDkj9Qx7wIAB2Lx5M1555ZVW1+3bty/69u0Lf39/pKen47PPPkNWVhb3u46Li8OVK1eUluCKaAd3d/dWk9wHBwdzx9PIkSPlSnZgamoKKysr9OjRA0OGDIGDg4Pc9ZUHzXKm/bRlzOjcuXM1XhdtSJQnFotx+/ZtlJSUQCwWc/0z7aXqZ+uE6CsKnCOEENIsCwsLTJs2DdOmTUNeXh6EQiGioqK4mQFkB7NnZmbiyy+/RFBQEMaPHw8+nw8vLy+FBlQami1btiAsLEwqaEBC3g5QdQ74KCsrw7Jly7gspUOGDMGaNWvkLm/btm3czYqJiQlCQkLQsWNHpdT1RUaPHo0NGzbgs88+476HyspKHDt2DMeOHeM+J/n/fv/99/j++++lymgcNMcwDLZs2YIBAwaopf6EEKLNEhMTIRQKER8fj5qaGgBo0vZJljt37szNbkvnUNIcmlGXEGmyMySXl5fDyspK4XLLy8ullhUJyBs9erTUwz/ZWfJUQXKtLrk2Hzt2rMq3SQhpni603bNmzYK7uzu3rI4AkcmTJ2Py5Mkq3w6AJpnilTWgTTaRVlFRkULlyd4bvOhzyqYPQVTkOUM6nhYvXowLFy5w201JScGcOXOwefNmDBs2rM3lZGZmYt26dcjIyJDq41y0aJGqqk4IaYUkM/s777wDhmEQHx+Puro6/Pjjjzh8+DBGjRqF4cOHw8nJCTY2NjAzM0NVVRVKSkqQk5OD9PR0pKamcskCGYbBhAkTMH/+fKSnp7erLi/Kzr5//358++23qKmpkTr/iUQiFBcX46+//sIPP/yAzz//HP/617+4v+/btw+7d+/mlls7J7Msi7q6Onz++ecwMjLCzJkz27UPhkz2Gq1Hjx5KKbd79+6tboc0Rd8FMXTUXryYu7s76urqUFpaKhWso26dOnWiYB5C0HDeaszNzQ179+5t9zOY4cOH4+jRowgMDERKSgr32z5w4AD91vSMu7u7VD+zrMazDLq6uupE37ksbZ/lzNDoQp+2LtRR2fLz8xEWFoaEhATcvXtXKf8DCpwjRD4UOEcIIeSFevXqhRUrVmDFihVITk5GREQEYmNjuSxSjW96amtrERcXh7i4ONjb2yMpKUmTVdcZ8fHxCA0NbXaGnW7duqF///7g8Xhanc33xIkT+PPPPwE0HBOKZm0bPnw4Dh06xP0/YmJi1JZ9HQCmT58OExMTbNq0CZWVla0OsJF9T/I9Smaa27ZtG9566y211JsQQrRdYGCgVFZM2bbP2NgYEydOBJ/Px7hx4ygIn7RKFx8gEKJKsoOhc3JylDLrnOzsRPLOIAQ0ZJz88ccfFa5TWz169AgVFRXc4E6GYTB69Gi1bZ8QIk0X2m57e3vY29truhoqU1VVJbWsrCRFsuVUVFQoVJ4hzRJGVM+QjqdXX30VXl5eSEhI4O69//77b8ycOROjR4+Gr68vRowYgV69ejVZNy8vD+np6Th58iTOnz8vNYMHwzAYP348PDw81L1LRAs9efIEly9fRmpqKnJzc1FcXAyxWIz6+nrMmjWLAixVQDYze+O+tPr6eiQnJyM5ObnVMmQTV8XHxyM+Pr5d9XhRdvZdu3Zh//79zSaIbFyPsrIyfPLJJ+DxeHjttdeQnp6O//73v21KKCnbl/jll1/i1VdfRZ8+fdq1L4ZK9v8qSYZJ1E/fvwtqK0hrqL1o3b179xAREYHjx4/j0aNHmq4OIQQNM7InJydz99m2trbYvXu33IkLLSwssHv3bnh7e6OkpAQsy+LPP/9EdXW1yhOK19TUwNTUVKXbIG2nD31RzdH0zGKGSBeevQCaOzY08Vurr6/Hjh07EBoayiUyUgb6fREiPwqcI4QQ0i6SbCjr169HbGwshEIhUlJSpDo1Ja8LCws1WVWd8s0333CvWZblMp7Nnz8f/fr102DN2u7UqVPca1tbW4UDxd566y3Y2dlBJBIBAKKjo9UaOAc0ZOdwdnbG1q1buUzNbbn5kPwG3N3dsW7dOgwcOFCl9SSEEF0kG5A8ZMgQ8Pl8+Pj4NJmtghBCSNv06dMHAwcORFZWFoCGa2hlBImdOHECQMO528nJSWfuUYCGWfh++uknTVeDEEK0hrW1tdRycXExLC0tFS5XdiY7c3NzucuKi4tT6ueIYTPE4+mrr77CrFmzkJOTw/XX19fXIykpiUt0Z2ZmBmtra5ibm6OyshJisVgqsFa2v9/JyQlfffWVRvaHaI/MzEzs378fp0+fRn19vdTfJEk2SktLm123sLAQU6dO5dbz9PTE119/rfI66xvZAIO2zqjZ+LOyZSnLn3/+ie+++04qUKG57Uj+Vl9fj02bNuH06dP45ptvUF9fz51zrK2tMWXKFIwYMQL29vZgWRZPnz7FX3/9hd9//x3l5eVcOdXV1QgKCpKarYG0TDZBRH5+vlJmIM7Pz5daVtasxvpMX78LaivIi1B70byysjLExMQgIiKCmw228f+EBkgTollpaWmorq7mzl1z5sxROPGWvb09Zs+ejZCQEAANAW1paWnw9PRURpVbNHbsWHh7e8Pf3x8uLi4q3RZpXeNAJ1dXVw3WRDH6Gvyna3QhcM6QjpWamhosWLAAqampTfpyJPdFEq0lk5D9DCFEMRQ4RwghRC4WFhbg8/ng8/l48OABIiMjERUVhdzcXKngOXm9/PLLUsstZbGU/ZyyvSh7pjI8ePAAmZmZ3P/NyMgIO3fuxJQpU1S6XWWqqqpCWloadwH/5ptvwsjISKEyjYyMMGnSJBw9ehQAcOXKFY1kPnJycsLBgweRmZmJo0eP4vLly7hz506Ln3d0dMTo0aMREBDAzWpBCCGkKZZlYWdnB19fX/D5fAwePFjTVSKEEL2wZMkSfPzxx2BZFpGRkZgxYwaGDx8ud3np6emIjIzkrvWXLFmirKoSQgjRANkkFffu3UOPHj0ULjc3NxfA84e+igzQbWt9lFFvov8M8Xji8Xg4ePAgAgMDcevWrWYDayorK1FZWdliGY3XGTx4MPbt2wcej6faihOttn//fuzZs0cqQ3Z7BnDb29vD3d0dMTExAIDTp0+jsLBQr2d5VYWW/ufyDKZv7zoveu63devWJp93cHDAmDFj0KVLF1RWVuLWrVtITU3lgmLu37+PX3/9FRcvXuTqM2nSJGzZsqVJsD8ABAQE4NNPP8WaNWtw9uxZ7rlaQkICnj59is6dO7drnwyRZFb6xjMPys5eLw/J7IWSa0HJdkjL9PG7oLaCtAW1F8+xLIsLFy5AKBQiLi4O1dXV3PuA9DU5y7JwdHSEn58fBAKBxupMiKF6/PgxgOft68SJE5VS7uuvv46QkBDu9y7ZjiqVlJTgyJEjOHLkCJycnCAQCODn56c150ZDoguBTi+iD/tA1EOeJKcsy2L+/PncOdLb2xszZsxQdtVUYv369bhy5QqA54nJjI2N0b9/f5SWluLhw4fc39zc3FBVVYXS0lI8ePAAdXV1UusxDINXXnkFJiYmGtsfQvQFBc4RQghRmI2NDRwdHWFnZ8cNklFUWwPv9CGbwtWrV7nXDMNg6tSpOhU0BwBZWVmora3lblRGjRqllHJHjRrFBc5VV1cjOzsbQ4cOVUrZ7TV48GBs3LgRAFBUVIT79+9DJBJBLBbDzMwMtra26NKlC3r16qWR+hFCiK4wNjbG+PHjwefz4eXlBWNjui0lhBBl8vHxwenTp7nM3oGBgThw4ACcnZ3bXdaNGzfw/vvv49mzZwAaEmT4+fkpu8qEEELUqGfPngCeD8A7f/68UmYnPX/+vNRyt27dFC6TECK/rl274tdff8WuXbsQGhoq1XfbFizLwsTEBPPmzcPKlStpYIaBW7NmDaKiorjBOpKBO+0Nipg9ezZiYmLAMAzq6+tx6tQpzJkzR5VV1xvdu3fXdBVadePGDWRlZUkN6goMDMSyZcuanD9ycnLw4Ycf4p9//gEA7Nmzh/vbyJEjpZabw+PxEBwcjNmzZ3PP1+rr63H69GnMnj1buTumh0aMGAFTU1PU1taCZVmEhYVh9uzZCgUmiUQihIeHc9+/qakpRowYocRa6yd9+y6orSBtQe1Fg9u3b3OJqQsKCgBIB8s1/v2Ymppi4sSJEAgEeO211xROXkwIkU9RUZHUsrKS78he58tuR5VYlsU///yDoKAgfP3113jttdcgEAgwYcIE6gMgbUaBc6St3N3dFS6je/fuSilH1a5evcolpZVc0y1YsADvv/8+rK2tsXPnThw4cID7fGhoKPe6qqoK6enp+L//+z+cOnWKSyRRXl6O//73v+jbt6+6d4cQvUIjFAkhhMjt4sWLiIiIQFxcHKqqqpRefnOZcFv7nLKpKyivsLCQ2x7DMPD391fLdpXp9u3bAJ7vw5AhQ5RSrmRGQcl3fOfOHY0FzjVmZ2enUOZ0QggxZOfOnaNzKCGEqFhQUBBqamqQkJCA4uJizJo1C/PmzcOCBQvalDW0sLAQP/zwA3766SfU1tYCACZMmICdO3equuqEEEJUbNiwYbCyskJ5eTlYloVQKMTSpUthZWUld5llZWWIiIjgHgSbmZnBxcVFibUmhMjDxMQEn376KRYsWICjR4/i1KlTyMnJabXfm2EYODk5YcqUKXj77bdphheC4OBgREZGAnie6drc3ByTJ0+Gq6srHBwcEBgY2KbnNK6urrC3t+cGgyYlJVEwRBudPXtW01Vo1ZkzZ7jXDMNg2rRpWLVqVbOfdXJywsGDB/Gvf/0LFRUVePr0Kfe3jz/+uE3bMzIywieffII5c+Zwx97169cV2APDYWZmBjc3N1y4cAEMw6C0tBSrVq3Cvn37YGFh0e7yqqur8dFHH0EkEnHBHu7u7jAzM1NB7fWLPn0X1FaQtjLk9kIsFiM6OhpCoRDXrl0D0DRYrvF7w4YNg0AggI+PD838TIgWkL2PliQb1GWNzzt1dXVITExEYmIibGxs4OPjAz6frxXjswghRNdIguIk42g/+OADLF++vE3rmpmZwcPDAx4eHli8eDE+/fRT3Lp1C//88w9mz56NsLAw9O/fX5XVJ0SvUeAcIYSQdrl79y6EQiGioqKkpqIHpLNfAUDHjh0V2pahzDpXUVEhtfzSSy9pqCbyKy4ullpWVkBEp06dpJbVmV2JEEKIamg6aO6XX37ByZMnATRcuxw+fFij9SGEEGVLSUkBALzzzjtgGAbx8fGoq6vDjz/+iMOHD2PUqFEYPnw4nJycYGNjAzMzM1RVVaGkpAQ5OTlIT09Hamoq6uvruQ79CRMmYP78+UhPT29XXdzc3FSxi4QQQhRgZGQEDw8PxMXFAQBKSkoQFBSETZs2yV3mjh07UFxczPUNurm5wdTUVFlVJoQoqHPnzli2bBmWLVuG0tJSXL9+HU+ePEFpaSnKy8thaWkJHo8HBwcHODs708BcwsnNzcW+ffukMmRPnjwZGzZsaNJ33xYMw2DcuHEQCoUAnt+7EN33999/A2h4XtehQ4cXzjrQpUsXTJs2DYcPH+YG7Hbr1q1dM2O5urqiW7duePToEViW5epAXmzx4sW4cOECgIbvLCUlBXPmzMHmzZsxbNiwNpeTmZmJdevWISMjQ2r2qEWLFqmq6npHH74LaitIexhae8GyLM6fPw+hUIizZ8+ipqaGex9omki6c+fO8PPzg0Ag0PoxI2KxGLdv30ZJSQnEYjGXfK29dDGpNDFMskll8vPzlfLMOz8/X2pZHc/RN2/eDKFQiLS0NADSyepZlkVxcTHCw8MRHh6OAQMGQCAQwM/PT+PP+AkhRBfU1dVxyVFYlkXPnj3x/vvvy1XWoEGDEB4ejnnz5uHmzZsoKirCBx98gOPHj9PzF0LkRIFzhBBCXqisrIzLfiUZKNla9isXFxfw+Xz4+PjIvU3J4B1lfU6bWVtbSy0rGnCoCbIzDiprH2TLkQ0yJIQQQtorLy8PycnJAFQ3ay3RvCdPnuDy5ctITU1Fbm4uiouLIRaLUV9fj1mzZtEAHqLX5s6dK3V+a3y/Vl9fj+TkZO482BLZwRvx8fGIj49vVz0YhsHNmzfbtQ4hxHBR261e8+fPR1xcHPfw9pdffoG9vT1WrFjR7rKCg4Nx9OhRqQG6c+fOVUGtm6qpqaEHxERpDOV44vF4GDNmjKarQXREcHAw6urquOdAAQEB+OKLLxQqc9iwYVwwRHl5OfLy8tCrVy9lVJdoUE5ODnf/OHjwYHTp0uWF63h5eXEJrRiGkWs2i2HDhuHhw4cAKPFie7z66qvw8vJCQkICdw33999/Y+bMmRg9ejR8fX0xYsSIZn+beXl5SE9Px8mTJ3H+/Hk8e/ZMqg9h/Pjx8PDwUPcu6Sx9+C6orSDtYSjtRU5ODiIiInD8+HFupryWxteYmJhgwoQJEAgEGDt2LDp06KDy+skrPz8fYWFhSEhIwN27d5WS4JoC54iukJyvGj8zaU+Qe0skz10kfWptOS8qavr06Zg+fTpyc3O5c5UkgE92/F9WVha2b9+OHTt2YOzYsQgICICXlxeMjWnYOSGENCcjIwNVVVXcNZ+/v79C50wrKyvs2bMH3t7eqKmpwb1793Do0CEsWbJEibUmxHDQFQwhhJBmsSyLpKQkREZGIi4uDtXV1dz7QNObZQcHBy77lZOTk8Lb79Gjh1I/p81ks4UVFRXByspKQ7WRj2zwX3FxMSwtLRUuV3YmO3Nzc4XLJIQQQoj+yszMxP79+3H69GnU19dL/U3y0Km0tLTZdQsLCzF16lRuPU9PT3z99dcqrzMhqiJ77yZ7D9ca2cBibZ/lu6ioCGlpaXj48CEqKytha2uLLl26wM3NDRYWFpquHiGkFYbQdmvjOcrd3R3u7u5ITk7mBuju3bsXV69exccff4whQ4a8sIybN29i586duHjxIoDn35erqyvGjh2r6l0AAIwdOxbe3t7w9/eHi4uLWrZJ9BcdT4RIq6+vx9mzZ7l2onv37tiwYYPC5Q4ePFhq+fbt2xQMoQfEYjH3euDAgW1aZ8CAAVLLnTt3bvd2HRwcmq0DebGvvvoKs2bN4oJYJMl2kpKSkJSUBAAwMzODtbU1zM3NUVlZCbFYLJVIs3G/A8uycHJywldffaWR/dFluvxdUFtB2stQ2gtvb2/udwE0n4x6yJAhEAgE8PHxga2trcrrpIj6+nrs2LEDoaGhqK+vV1pfMSW3JLpkxIgRMDU1RW1tLViWRVhYGGbPnt1kJrr2EIlECA8P584Xpqam7ZpRU1G9e/fGypUrsXLlSly6dAlCoRB//PEHKisrAUg/U6qrq0NCQgISEhJga2sLX19fCASCJm02afDyyy9LLbeUaFL2c8pGCS4JQEkL1e3u3bsAnj8vGTVq1AvXqaurazW4rmfPnpg2bRrCw8MBAD///DMFzhEiJwqcI4QQIiUnJweRkZE4fvw4CgoKADTNfsWyLHfT3jj7lZGRkSarrrNGjBgBCwsLrvMhLS0NvXv31nCt2qdTp05Sy/fu3VNKUGNubi6A5zcTdnZ2CpepqHv37uHatWsoKChAaWkpysvLYWlpCR6PB0dHR7i4uKBPnz6ariYhhBBicPbv3489e/ZIPbhtz4NXe3t7uLu7IyYmBgBw+vRpFBYWKvTQixBNaun4l2dAQnvXUVeg3bVr1xAcHIykpKRmt2liYoJx48Zh9erV6N+/v1rqRAhpO31vu7X9HLV161ZMnz4dxcXFXH/fpUuXEBAQgCFDhsDd3R1Dhw6Fra0tLCwsUFFRgeLiYmRkZCA5OZkbdCHps2FZFjY2Nti6dava9qGkpARHjhzBkSNH4OTkBIFAAD8/P7kGUhJCxxMh0tLT01FWVsY9F5o7dy5MTEwULld2pobHjx8rXCbRvPLycu41j8dr0zo2NjZSy/IklGychKBxEBF5MR6Ph4MHDyIwMBC3bt1qNtlOZWUl9+yyOY3XGTx4MPbt29fm7588p8vfBbUVpL0Mrb2Q/T3b29vD19cXfD4fgwYNUls9FFFTU4MFCxYgNTW12STbjftx2tK3o+0J2ghpiZmZGdzc3HDhwgUu0deqVauwb98+uRJjVVdX46OPPoJIJOLaUXd3d5iZmamg9i/m6ekJT09PVFRUICYmBlFRUbhy5Uqzv3ORSITQ0FCEhoZi0KBBEAgE8PX1bTJuzJC19VxH50SiSoaQtFAbyf5P+/bt2+QzsmOsq6urXzgr3ZtvvskFzj1+/BjZ2dlNEkwQQl6MAucIIYSgtLQU0dHREAqFuH79OoCmwXKN3xs6dCiX/Uq2o5K0n6mpKQQCAcLCwsAwDCIjI+Hv76/parVLz549ATzvBD1//jxGjx6tcLnnz5+XWu7WrZvCZcojKysLx44dQ3R0NEpKSl74eRsbG/j4+GDGjBltzpZHCCGEEPmtWbMGUVFRXCdv42QPQNsH4c+ePRsxMTFgGAb19fU4deoU5syZo8qqE6J03bt313QV2iUvLw+//fYbzp8/j4cPH0IsFsPKygr9+vXDa6+9hhkzZjQ7YP27777Dnj178OzZsxYfLtbU1CAuLg4JCQn4z3/+g1mzZql6dwghbaQrbbc+n6N69uyJPXv2YPHixaiurpbKhp+RkdFqNuLG+yRZr2PHjggODtZIMiiWZfHPP/8gKCgIX3/9NV577TUIBAJMmDBBKQN3iWGh44mQBnl5eQCeD6by9PRUSrnW1tZSy2VlZUop19CVlZXh+vXrePLkSZOEfw4ODnB2dpYr0KCt6urquOu3jh07tmkd2XOqOpK8EGldu3bFr7/+il27diE0NBS1tbXt+p+yLAsTExPMmzcPK1eupHZSAbr6XVBbQdrL0NoLlmVhbGwMLy8v8Pl8eHl5oUOHDhqpi7zWr1+PK1euAHh+/29sbIz+/fujtLQUDx8+5P7m5uaGqqoqlJaW4sGDB6irq5Naj2EYvPLKK9ReEJ21ePFiXLhwAUDD7zslJQVz5szB5s2bMWzYsDaXk5mZiXXr1iEjI0Pq96ENsz5ZWFhg2rRpmDZtGvLy8iAUChEVFYUHDx4AaBoQnJmZiS+//BJBQUEYP368Us51KSkpiu+IHPLz85VaXnPJEFr7nLJpOiiPZjnTLH1PWqjNGieKAJre2wBoEnBdVlYGS0vLVsvt168fgOff461btyhwjhA5UOAcIYQYsMTERAiFQsTHx6OmpgZA0yxQkuXOnTtzU63TRZfyLV26FDExMRCJRLh8+TJOnTqFyZMna7pabTZs2DBYWVmhvLwcLMtCKBRi6dKlCj2ILSsrQ0REBNdRZGZmBhcXFyXW+sVEIhG++OIL7kawrR0LxcXFCA8PR3h4OLy9vfGf//yHsisRQgghKhIcHIzIyEgAzx/AmpubY/LkyXB1dYWDgwMCAwPb1Bns6uoKe3t7FBUVAQCSkpIocI7onLNnz2q6Cm22f/9+fPvtt6ipqZG61haJRCguLsZff/2FH374AZ9//jn+9a9/cX/ft28fdu/ezS2/KItxXV0dPv/8cxgZGWHmzJkq2RdCSNvpStttCOcoNzc3HDlyBMuXL8f9+/ebzRTfHNnP9e7dG3v27MHgwYNVWt8X1Ufy/0xMTERiYiKX2IjP52Po0KEaqRvRPXQ8EdJA0rZKKCupnWwG7draWqWUa4iKiopw7NgxxMTEICcn54Vtt5OTE5fwj55XEAkTExN8+umnWLBgAY4ePYpTp061+XiaMmUK3n77bRo8qSS6+F1QW0FIywYNGgQ+nw9fX1/Y2dlpujpyuXr1KiIjI6WSHS1YsADvv/8+rK2tsXPnThw4cID7fGhoKPe6qqoK6enp+L//+z+cOnWKm7GmvLwc//3vf5udfYUQbffqq6/Cy8sLCQkJ3O/i77//xsyZMzF69Gj4+vpixIgR6NWrV5N18/LykJ6ejpMnT+L8+fNSybYYhsH48ePh4eGh7l1qVa9evbBixQqsWLECycnJiIiIQGxsLDcLbuP+k9raWsTFxSEuLg729vZISkqSe7tz587VWMBz48RiijLUWedoljPN05WkhfpKduZQ2d8BgCZBco8ePeJm3W6JbABeQUGBnDUkxLBR4BwhhBgwySCklmaXMzY2xsSJE8Hn8zFu3DitzH5VU1MDU1NTTVdDYZ06dcKuXbuwePFi1NTUYM2aNTA3N8f48eM1XbU2MTIygoeHB+Li4gAAJSUlCAoKwqZNm+Quc8eOHSguLuaOSzc3N7V+19euXcN7770HkUjU6s2j5EazufcBIDo6GpcuXcLevXvVHvhHCCGE6Lvc3Fzs27dPqsN38uTJ2LBhg1yDwBiGwbhx4yAUCgFoLqshIYZg165d2L9//wuvtcvKyvDJJ5+Ax+PhtddeQ3p6Ov773/+2KbhD9h73yy+/xKuvvoo+ffqoYI8IIW2hK223IZ2jXn75ZQiFQhw4cABHjhyBWCzm6tcSyT7xeDzMnj0bixYtUuksNi3ZvHkzhEIh0tLSADQN6Guc2GjAgAEQCATw8/PT2UGLRLXoeCJEmuzAHmU9H5K0MxI8Hk8p5RqS+vp67NmzB4cOHWoS4N8SlmWRnZ2N3bt3IyQkBO+++y6WL1+ulc/9iGZ07twZy5Ytw7Jly1BaWvrCGQzpt6s6uvRdUFtBSPMiIyM1llhGmSRBcZLxEB988AGWL1/epnXNzMzg4eEBDw8PLF68GJ9++ilu3bqFf/75B7Nnz0ZYWBj69++vyuoTohJfffUVZs2ahZycHK5/s76+HklJSVywmJmZGaytrWFubo7KykqIxWJUVVVxZTTub2RZFk5OTvjqq680sj9t5e7uDnd3d6xfvx6xsbEQCoVISUlpsi9AQ/CTMmgioExZAXuSsXPK+pyuoFnONE9XkhbqMxsbG6nl8vLyJkFvDg4OUsu3b9/G8OHDWy1XJBJJLUsmSSGEtA8FzhFCCGkyu9yQIUPA5/Ph4+Oj9Vknx44dC29vb/j7++t8UJKHhwe+++47rFy5EiUlJXjvvffg7++Pd955B4MGDdJ09V5o/vz5iIuL4268fvnlF9jb22PFihXtLis4OBhHjx7lymIYBnPnzlVBrZuXnp6ORYsWNRks1vjGvnv37uDxeFxnV2lpKR4+fIhnz541WaewsBALFizADz/8oPPHKSGEEKJNgoODUVdXxw08DwgIwBdffKFQmcOGDeMG35eXlyMvL6/Z7JCEEPn9+eef+O6776SCRoCmD0Ilf6uvr8emTZtw+vRpfPPNN6ivr+fuFaytrTFlyhSMGDEC9vb2YFkWT58+xV9//YXff/8d5eXlXDnV1dUICgpCcHCw+naWECJFF9puQzxHWVtbY/Xq1ViyZAlOnz6Ny5cvIzU1FY8ePUJdXR33OWNjY3Tt2hWjRo2Ch4cHJk2a1CQ7qjpNnz4d06dPR25uLiIiInD8+HHk5+cDaNqXk5WVhe3bt2PHjh0YO3YsAgIC4OXl1WQ2C2K46HgiRJpsUKhIJFJKkPT9+/cBPB+AbWtrq3CZhqSgoAAffPABMjIy5BqIyLIsqqur8d133yEpKQkhISFwdHRUVXWJjuLxeBgzZoymq0Gg/d8FtRWENE8fgubq6upw4cIFrn+jZ8+eeP/99+Uqa9CgQQgPD8e8efNw8+ZNFBUV4YMPPsDx48f1Ikk2MSw8Hg8HDx5EYGAgbt261aS/AAAqKyu5Wdma03idwYMHY9++fToTJG5hYQE+nw8+n48HDx4gMjISUVFRyM3NVepsbYDygtg0oUePHkr9nC6gWc40T1eSFuo72Vl1CwoK0LVrV6n3JOOAJb+L5ORk8Pn8VsuVJHuT/MZkg/EIIW1DT3AIIYSAZVnY2dnB19cXfD5fpzrySkpKcOTIERw5cgROTk5cpt/OnTtrumrtsnbtWu714MGDcfnyZbAsi8jISERGRsLBwQGDBg2CjY0NTExM2l0+wzDYunWrMqvchCTDUHJyMncTtnfvXly9ehUff/wxhgwZ8sIybt68iZ07d+LixYsAnl/su7q6YuzYsSqtv0RFRQVWrVoFsVgs1WFlbm4OX19feHt7w9nZGRYWFs2ue+PGDZw8eRInT55ERUUFV0ZZWRlWrVqFkydPwtzcXC37QgghhOiz+vp6nD17lrvu6N69OzZs2KBwubLXwrdv36bAOUKUTPbehGVZODg4YMyYMejSpQsqKytx69YtpKamctnL79+/j19//RUXL17krrEnTZqELVu2NPtwICAgAJ9++inWrFkjda5ISEjA06dPde6ekRB9oCtttyGfo6ysrCAQCCAQCLj3ysvLUVZWBisrK40GybWmd+/eWLlyJVauXIlLly5BKBTijz/+4AYpNe7fqaurQ0JCAhISEmBrawtfX18IBAKd6g8lqkXHEyENZNuijIwMpdwbSwb6SND9dtuJxWIsXLgQ2dnZAJoG9QJAx44dYW1tDQsLC1RUVEAsFqO6upr7e+N1bty4gcWLFyM8PFwjM8cSQnQftRWE6K+MjAxUVVVxwQ/+/v4KJQqxsrLCnj174O3tjZqaGty7dw+HDh3CkiVLlFhrQtSja9eu+PXXX7Fr1y6Ehoaitra23cksTExMMG/ePKxcuVKuMWDawMbGBo6OjrCzs0Nubq5Sy9bEbHNEfjTLmXbQhaSFhsDJyUnqWM/Ozm4yyUKfPn3A4/EgFovBsixiY2Oxdu3aFoOoWZZFaGio1Hv6FHhLiDpR4BwhhBgwY2NjjB8/Hnw+X+cz4rIsi3/++QdBQUH4+uuv8dprr0EgEGDChAk60ckgFAqlLpplH3gWFBTgyZMncpUtCT5TdeAc0DC4bPr06SguLuZuhi9duoSAgAAMGTIE7u7uGDp0KGxtbbkHt8XFxcjIyEBycjJu3rwpVWeWZWFjY6OWukuEhIQgPz9fKhuSl5cXNm7c2CQDiCwLCwsugHDp0qXYuHEj4uPjue8zPz8fISEh+Oijj1S+H4QQQoi+S09PR1lZGdf5O3fuXKVc93Xp0gXA8+uxx48fK1wmIeS5GzduICsrS2p26cDAQCxbtqzJbzgnJwcffvgh/vnnHwDAnj17uL+NHDlSark5PB4PwcHBmD17Nq5evQqgIXDn9OnTmD17tnJ3jBDyQrrQdtM5qilLS0utDZhrjqenJzw9PVFRUYGYmBhERUXhypUr3PcpwbIsRCIRQkNDERoaikGDBkEgEMDX11euDLxEP9HxRAyZi4sLjIyMuD7y+Ph4TJ48WeFyT5w4wbWzVlZWGDp0qMJlGoq1a9ciOztb6vkRwzDw9PTE1KlT8corrzTJbA4Ad+/exdWrV3HixAkuaaHkO8jKysKaNWtoVm5CiFyorSCkfWpra3Hjxg2kpqYiNzcXxcXFEIvFqK+vh6+vL6ZPn67pKnLu3r0L4Pn1xqhRo164Tl1dXatjjnr27Ilp06YhPDwcAPDzzz9T4BzRWSYmJvj000+xYMECHD16FKdOnUJOTk6rAV8Mw8DJyQlTpkzB22+/DXt7ezXWWHkuXryIiIgIxMXFoaqqSunl//TTT0ovk6gOzXKmHXQlaaEh4PF4eOmll7j+mxs3biAgIEDqMwzD4M0338Rvv/0GhmFQWVmJTz/9FN988w06duzYpMwtW7bg2rVr3PfboUOHNl2bEUKa0t0ICUIIIQo7d+4c7OzsNF0NpZDN9JuYmIjExETY2NjAx8cHfD5fJzvVdW3q+Z49e2LPnj1YvHgxqqurpYLPMjIyuMC45jTuQJKs17FjRwQHB6N3794qrzsAPHv2jAtilHQC+/v7Y+vWre3+Lrp06YKQkBD8+9//lipTKBRi9erVOvfdEkIIIdomLy8PgPRAMWWQnRWmrKxMKeUSoi3Kyspw/fp1PHnyBKWlpSgvL4elpSV4PB4cHBzg7Oys0tkGzpw5w71mGAbTpk3DqlWrmv2sk5MTDh48iH/961+oqKjA06dPub99/PHHbdqekZERPvnkE8yZM4e7Br9+/boCe0AIkZcutN10jtIfFhYWmDZtGqZNm4a8vDwIhUJERUXhwYMHAJomrcrMzMSXX36JoKAgqURjHTp00Ng+EO1BxxMxRLa2tnB2dsa1a9fAsix+//13rFixQqGM1rGxsdzAIYZh4OHhQf3kbZSSkoIzZ85InW8GDBiAzZs345VXXml13b59+6Jv377w9/dHeno6PvvsM6lEAXFxcbhy5YrSBl3l5+fLNbhRnvXy8/PbvR1CiPJQW0EUYUjtxZMnT/DTTz/hl19+QWlpqdTfJH0kLbXnhYWFeP/99/Hs2TMAgJubG/73f/9X1VVuUs/mgvONjIyklqurq1+YrPvNN9/kAuceP36M7OxsDBgwQLHKEqJBnTt3xrJly7Bs2TKUlpa+8NlLS7MJabu7d+9yfSGSpGWSPhBJmy1Zbi7ooz3c3d0VqyxRK5rlTDvoQtJCQ+Lh4YHs7GywLIsLFy40+5mZM2ciIiICQMP5NDExEX5+fggICMCAAQNgYmKCO3fuICIiApmZmVJjWSdNmqTSZ/mE6DMKnCOEEAOm6aC5X375BSdPngTQcIF9+PDhdpexefNmCIVCpKWlceVIsCyL4uJihIeHIzw8HAMGDIBAIICfn5/G9705+jLVvJubG44cOYLly5fj/v37Tb6Tlsh+rnfv3tizZ0+T7CWq9Ndff6GwsJCrS+/evbFp0ya5H8gwDINNmzYhLS0Nubm5ABo6t1NTUynzByGEEKKgoqIiqeVu3boppVzZB7u1tbVKKZcQTSoqKsKxY8cQExPT5qynPj4+mDFjhtJnSfn7778BgMuIt2zZslY/36VLF0ybNg2HDx/mrsu7deuGESNGtHmbrq6u6NatGx49egSWZbk6EELUSxfabjpH6adevXphxYoVWLFiBZKTkxEREYHY2FhUVlYCkA56qq2tRVxcHOLi4mBvb4+kpCRNVp1oITqeiCGZOnUq0tPTwTAMampq8Mknn+DQoUMwNTVtd1l5eXlYv3691ECfOXPmqKDW+mn//v1Sy25ubti7d2+7B0oNHz4cR48eRWBgIFJSUrhz1oEDB5TyzIJlWURHRyM6Orpd6wBo93oSjQfpEkLUj9oKIg9Dai+io6OxYcMGlJeXN5tI+EXs7e1ha2uLc+fOAQD++ecfLF26VOWDpcvLy6WWZZMWAQ0JRhorKyt74Yz1/fr1A/D8vunWrVsUOEf0Bo/Hw5gxYzRdDaUpKytDdHQ0hEIh0tPTATQNlmv8nouLC/h8Pnx8fDRTYR1UU1Mj1zWTtqBZzrSHLiQtNCRvvPEGwsLCwDAM8vLykJWVhYEDB0p9xsXFBf7+/lKTMdy7dw+7du2S+lzj8y4AmJubY/ny5erZEUL0EAXOEUII0Zi8vDwkJycDkH9mtenTp2P69OnIzc1FREQEjh8/zmUMk71Jz8rKwvbt27Fjxw6MHTsWAQEB8PLyemHWK3V40UAsXfPyyy9DKBTiwIEDOHLkCMRiMYDWv2fJ98Tj8TB79mwsWrRI7dkxZG8k58yZo3AnhampKebMmYOtW7dKbYcC5wghhBDF1NfXSy0ra/YGyXWLhK5mfyQEaPid7NmzB4cOHUJNTU2bBmOwLIvs7Gzs3r0bISEhePfdd7F8+XKl/cZycnK4+4LBgwdz2Qpb4+XlxSVaYRhGrtnEhw0bhocPHwJoGrxDCFEPXWi76Ryl/9zd3eHu7o7169cjNjYWQqEQKSkpUg+gJa8LCws1WVWiA+h4IvpuxowZOHToEPLy8sAwDP766y8sXLgQQUFB6Nq1a5vLuXTpEj766COUlJRwAyyHDx+utIFc+q66uhrJycncOcXW1ha7d++W+/mJhYUFdu/eDW9vb5SUlIBlWfz555+orq5WeHYIQP4kkfKuRzNREaJZ1FYQeRlCe/HNN99g3759zd4fSMYjtGV/5syZwwXOVVdXIzY2FgEBAaqrOAAzMzOpZdk+HQBNguQePXr0wn4U2QH4BQUFctaQEKIKLMsiKSkJkZGRiIuLQ3V1Nfc+0HQcnoODA/z8/CAQCODk5KSZSuuwsWPHwtvbG/7+/nBxcdF0ddqNZjnTHrqQtNCQeHh4oHPnznj69CkA4OjRo1i/fn2Tz61btw537tzB1atXm5xfJRq/b2xsjO3bt3OJCAgh7af5SAFCCCFECXr37o2VK1di5cqVuHTpEoRCIf74449mM/3W1dUhISEBCQkJsLW1ha+vLwQCgVpnNpOlb4FzQEOn5+rVq7FkyRKcPn0aly9fRmpqKh49eoS6ujruc8bGxujatStGjRoFDw8PTJo06YWZyFRFtmNWWdmgJOVIjsMnT54opVxCCCHEkMnOICwSiZQSdH///n0Azx9c29raKlwmIZpQUFCADz74ABkZGU0earYFy7Korq7Gd999h6SkJISEhMDR0VHhejUOcJHNrtcS2azDnTt3bvd2HRwcmq0DIUR9dKHtpnOU4bCwsACfzwefz8eDBw8QGRmJqKgo5Obm0sw1pN3oeCL6ytjYGBs3bsSSJUtQX18PlmWRkpKCKVOmYOrUqXjrrbeaPFdhWRalpaUoKChAamoqoqOjuYBSye/B3Nwcmzdv1tBe6Z60tDRUV1dzgxHnzJkDe3t7hcq0t7fH7NmzERISAqBhpoO0tDSFA1QoiI0Qw0NtBZGHIbQXx44dw969ewFIB8y5ublh1KhRcHBwwOeff96m/8WYMWNgbW3NzfJy/vx5lQfO2djYSC2Xl5c3CXpr3JcBNMwINHz48FbLFYlEUss1NTUK1JIQoiw5OTmIjIzE8ePHuXFTsrPLsSwLlmVhamqKCRMmQCAQYOzYsTAyMtJk1XVaSUkJjhw5giNHjsDJyQkCgQB+fn5y9S9rAs1ypj10IWlhSkqKotVBfn6+wuW4ubkpXI8XYRgGCQkJePbsGbfcHEtLSxw8eBDbtm3Db7/91uTzkvMu0DA2esuWLWqpPyH6jALnCCGE6B1PT094enqioqICMTExiIqKwpUrV7gbNQmWZSESiRAaGorQ0FAMGjQIAoEAvr6+6NSpkwb3QL9YWVlBIBBAIBBw75WXl6OsrAxWVlYaC5JrjuyNY1syy7eFbDnKukElhBBCDJnsQ4OMjAz06tVL4XLT0tKklpVRJiHqJhaLsXDhQmRnZwNomgUUADp27Ahra2tYWFigoqICYrGYyx4qu86NGzewePFihIeHKxzkUl5ezr1u6wMW2YEa8tTBwsKCe11VVdXu9QkhitOFttvQz1F3797FrVu3IBKJmrQL7aVLSaJsbGzg6OgIOzs75Obmaro6RMfR8UT0zejRo7FhwwZ89tln3D1CZWUljh07hmPHjnGfk9xrfP/99/j++++lymgcCMEwDLZs2dIk8Jy0TJJdX/L/mzhxolLKff311xESEqK0LP4UJEyI4aK2grSHIbQXT58+xbZt26T6V0eOHInPP/8cL730Eve5zz//vE3lGRsbY+zYsYiJiQEAXL58WfmVltG3b1+p5YKCgiazSA4aNAjA837k5ORk8Pn8VsuV9OFIfuuywRGEEPUpLS1FdHQ0hEIhrl+/DqBpsFzj94YOHQqBQAAfH58m/aHqlp+fz722trZWyrlELBZLBQl1795d4TLbimVZ/PPPPwgKCsLXX3+N1157DQKBABMmTFDKDG6qQrOcaQ9dSFo4d+5cuZMnSM5D0dHRiI6OlrsODMPg5s2bcq/fHrLHcUssLS2xefNmvPvuu/jjjz9w5coVPH36FBUVFbC1tYWTkxPGjRuHN998k8abEqIEFDhHCCFEb1lYWGDatGmYNm0a8vLyIBQKERUVhQcPHgBoOng0MzMTX375JYKCgjB+/Hjw+Xx4eXnRRacKWFpaalXAnIRsZ295eblSbiQbD7wDlBeQRwghhBgyFxcXGBkZcddy8fHxmDx5ssLlnjhxghukYWVlhaFDhypcJiHqtnbtWmRnZ0vd80iyPU6dOhWvvPJKk8EPQEPAxNWrV3HixAlcvHgRwPOMyFlZWVizZg2Cg4MVqltdXR1Xr44dO7ZpHdkHg/I8WDGETNaEaDtdaLsN8Rx1+/Zt/Pzzzzhx4gRKS0uVVq4uBM5dvHgRERERiIuLo6BqojA6nog+mz59OkxMTLBp0yZUVlY2m5hDQva9xrMTmJubY9u2bXjrrbfUUm99ITsYsUePHkopV3YgqOx22uOnn35StDqEEB1HbQVpC0NpL0JCQqR+B15eXggODm7zAOrmuLi4cIFzxcXFePToUZOxDcrk5OQk1VeRnZ0NFxcXqc/06dMHPB4PYrEYLMsiNjYWa9eubTEREcuyCA0NlXpPWdc1hJC2S0xMhFAoRHx8PDfrY+OAucbLnTt3hq+vLwQCgVYFtE+cOJGr6+LFi7F69WqFy9y/fz8X2K/O4BrJ9oCG/3tdXR0SExORmJgIGxsb+Pj4gM/na+Xzal2Y5cxQ6ELSQglFkijocwKG/v37IzAwEIGBgZquCiF6jQLnCCGEGIRevXphxYoVWLFiBZKTkxEREYHY2FhUVlYCkL4Jra2tRVxcHOLi4mBvb4+kpCRNVp2o0bBhw6SWc3JylBLkdvv2bQDPByxrY4cGIYQQomtsbW3h7OyMa9eugWVZ/P7771ixYoVCD1pjY2O5YCOGYeDh4UHBNkTnpKSk4MyZM1L3OAMGDMDmzZvxyiuvtLpu37590bdvX/j7+yM9PR2fffYZsrKyuMFLcXFxuHLlCkaNGqWGPSGE6Btqu7XPt99+i3379qGurk4pD50bzxChre7evcsl12o8gw8gPWAXaHvwJDFcdDwRQ+Lv7w9nZ2ds3boVFy5cANC2wG/Jb8Dd3R3r1q3DwIEDVVpPfSTbRj979kxDNWmZu7u7pqtACNEC1FaQFzGE9oJlWZw6dYq7F7Czs8OOHTsUCpoDgMGDB0st5+TkqDRwjsfj4aWXXuL6XG7cuIGAgACpzzAMgzfffBO//fYbGIZBZWUlPv30U3zzzTfN3v9s2bIF165d4/43HTp0oH5mQjQgMDBQqr9CdnY5Y2NjTJw4EXw+H+PGjdPaZPOq6INUd1DO5s2bIRQKueCkxvvDsiyKi4sRHh6O8PBwDBgwAAKBAH5+fk1mF9MUXZjlzFDoQtJCCU09O9DnoDtCSNtR4BwhhBCD4+7uDnd3d6xfvx6xsbEQCoVISUmR6hSQvC4sLNRkVYma9enTBwMHDkRWVhaAhim+R48erXC5J06cANBwbDk5OaFfv34Kl0kIIYQQYOrUqUhPTwfDMKipqcEnn3yCQ4cOwdTUtN1l5eXlYf369VIDvufMmaOCWhOiWvv375dadnNzw969e9v9sGr48OE4evQoAgMDkZKSwj3IOHDgAA1oIITIjdpu7bFlyxaEhYU1ySgNyP8QWVsfPpeVlSE6OhpCoRDp6ekAmgY3NX7PxcUFfD4fPj4+mqkw0Wp0PBFD5uTkhIMHDyIzMxNHjx7F5cuXcefOnRY/7+joiNGjRyMgIABubm5qrKl+sbe3l1rOz89XykDJ/Px8qWVtGXxJCNFt1FYQQ5eRkYGioiLu3mDOnDlKCSKQJB2S3G/ItuOq4OHhgezsbLAsywXDypo5cyYiIiIANNwDJSYmws/PDwEBARgwYABMTExw584dREREIDMzU6oPZ9KkSUr53xBC5CPbfzFkyBCu/6JTp06arFqbaHPirraaPn06pk+fjtzcXEREROD48ePc+V32+8nKysL27duxY8cOjB07FgEBAfDy8lI4MFsRujTLmb7TlaSF2vr8gBBiOChwjhBCiMGysLAAn88Hn8/HgwcPEBkZiaioKOTm5koFzxHDsmTJEnz88cdgWRaRkZGYMWMGhg8fLnd56enpiIyM5G4elyxZoqyqEkIIIQZvxowZOHToEPLy8sAwDP766y8sXLgQQUFB7cq2eunSJXz00UcoKSnhOn+HDx8OT09PFdaeEOWrrq5GcnIydz9ja2uL3bt3yz0AwcLCArt374a3tzdKSkrAsiz+/PNPVFdX06wphBC5UNutHeLj4xEaGtpskE+3bt3Qv39/8Hg8mJmZabKaCmFZFklJSYiMjERcXByqq6u594Gmg08cHBzg5+cHgUAAJycnzVSaaC06ngiRNnjwYGzcuBEAUFRUhPv370MkEkEsFsPMzAy2trbo0qULDW5Tki5dugB4fq6Jj4/HsGHDFC43Pj4ewPMs/pLtEEKIMlBbQQzV3bt3ATxvX8eOHauUcmX7d8vLy5VSbmveeOMNhIWFgWEY5OXlISsrq8mMkC4uLvD394dQKOT6pO/du4ddu3ZJfU723snc3BzLly9X+T4QQlommRXT19cXfD6/ycyWRH169+6NlStXYuXKlbh06RKEQiH++OMPVFZWApDud6qrq0NCQgISEhJga2sLX19fCAQCjXx/ujTLmSHQ9qSFP/30k0LrE0KIMlDgHCGEEALAxsYGjo6OsLOzQ25urqarw3ny5AkuX76M1NRU5Obmori4GGKxGPX19Zg1axYWLVqk6SrqHR8fH5w+fRqnT59GfX09AgMDceDAATg7O7e7rBs3buD999/Hs2fPAABvvvkm/Pz8lF1lQgghxGAZGxtj48aNWLJkCerr68GyLFJSUjBlyhRMnToVb731VpMHBSzLorS0FAUFBUhNTUV0dDQ3+7Ck89fc3BybN2/W0F4RIr+0tDRUV1dLZTSWnZ2gvezt7TF79myEhIQAAGpqapCWlkbBKYQQuVDbrR2++eYb7jXLsjAyMsLMmTMxf/589OvXT4M1U1xOTg4iIyNx/PhxFBQUAGg6GxjLsmBZFqamppgwYQIEAgHGjh0LIyMjTVadaCE6ngh5MTs7O5qpTMVGjBgBU1NT1NbWgmVZhIWFYfbs2Qrd64lEIoSHh3PnMVNTU4wYMUKJtSaEkOeorSCGpLCwUGq5Z8+eSilXNolZVVWVUsptjYeHBzp37oynT58CAI4ePYr169c3+dy6detw584dXL16tUlSEYnG7xsbG2P79u063/9AiK4yNjbG+PHjwefzNT5jmTapq6vjXnfo0EFj9fD09ISnpycqKioQExODqKgoXLlyhesLl2BZFiKRCKGhoQgNDcWgQYMgEAjg6+urthkDdWWWM0Oh7UkL3d3dFVpfl3h7e0MgEMDPzw8ODg6arg4hpBG66iGEEGLQLl68iIiICMTFxamlc7GtMjMzsX//fi54qzHJzXBpaWmz6xYWFmLq1Kncep6envj6669VXueW3L17F7du3eKyCEoyMstj2bJlSqxZy4KCglBTU4OEhAQUFxdj1qxZmDdvHhYsWNBkqvnmFBYW4ocffsBPP/2E2tpaAMCECROwc+dOVVedEEIIMTijR4/Ghg0b8Nlnn3Ed55WVlTh27BiOHTvGfU7yoPb777/H999/L1VG44H3DMNgy5YtGDBggPp2ghAlefz4MYDnx/TEiROVUu7rr7+OkJAQ7jcm2Q4hhMiD2m7NevDgATIzM7n/n5GREXbu3IkpU6ZoumpyKy0tRXR0NIRCIa5fvw6gaXBT4/eGDh0KgUAAHx8f2NjYaKbSRGvR8UQI0TZmZmZwc3PDhQsXuGdDq1atwr59+2BhYdHu8qqrq/HRRx9BJBJx5zV3d3eVzzSbn5/Pvba2toa1tbXCZYrFYojFYm65e/fuCpdJCCFEs3S9vZAdCyHPLC/NaVx/AEr5v7wIwzBISEjgkgS3FLhgaWmJgwcPYtu2bfjtt9+afF6SbARomFVpy5YtcHNzU3n9CSHNO3fuHAW0N6O4uJh7bWlpqbmK/H8WFhaYNm0apk2bhry8PAiFQkRFReHBgwcA0KR/KjMzE19++SWCgoKkAiNVHQSo7bOcGRJKWqg9cnJysGPHDuzatQtjxoyBQCDAxIkTYWJioumqEWLwKHCOEEKIwbl79y53Q9l4YCkgnSkYaJq5Sx3279+PPXv2cDcxknq1lb29Pdzd3RETEwMAOH36NAoLCxWeaaI9bt++jZ9//hknTpxoMcBPHuoInEtJSQEAvPPOO2AYBvHx8airq8OPP/6Iw4cPY9SoURg+fDicnJxgY2MDMzMzVFVVoaSkBDk5OUhPT0dqair3/TEMgwkTJmD+/PlIT09vV12ow5gQQghpm+nTp8PExASbNm1CZWVli1lNm3uv8fWfubk5tm3bhrfeekst9SZE2YqKiqSWFcnq2JjsYBLZ7cgrPz+fu/5W9XqNB90QQjRPF9pufT1HXb16lXvNMAymTp2qs0FziYmJEAqFiI+PR01NDQA06UuTLHfu3Bm+vr4QCAQUZEmaRccTIUSbLV68GBcuXAAAbvDbnDlzsHnzZgwbNqzN5WRmZmLdunXIyMiQGoy4aNEiVVWdM3HiRO58unjxYqxevVrhMvfv388lWGAYBjdv3lS4TEIIIZql6+2FbDBKSUkJrKysFC5XNmGaumYTautMVJaWlti8eTPeffdd/PHHH7hy5QqePn2KiooK2NrawsnJCePGjcObb76p0ZmcCCFNz1Pq9ssvv+DkyZMAGs7Jhw8f1mh9JK5du8bdI2n6fySrV69eWLFiBVasWIHk5GREREQgNjYWlZWVAKT7rWpraxEXF4e4uDjY29sjKSlJpXXT9lnODA0lLdQudXV1OHfuHM6dOwcejwdfX1/4+/u3qx+HEKJcFDhHCCHEIJSVlXGZgiXBS61lCnZxcQGfz4ePj49a67lmzRpERUVxNx+SG5H2BtDNnj0bMTExYBgG9fX1OHXqlNqysHz77bfYt28f6urqmh3w1l6Nb8bUYe7cuVLbanxs1NfXIzk5GcnJya2WIft9xcfHIz4+vl31oIe8hBBCSPv4+/vD2dkZW7du5QaTteX6QdJuu7u7Y926dRg4cKBK60mIKslef0uy+2ojlmURHR2N6Ojodq0DoN3rSTROkkII0Txtbrv1+RxVWFgI4PkDcH9/f5VvU1UCAwOl/m+yfXzGxsaYOHEi+Hw+xo0bR4PzSKvoeCKEaLNXX30VXl5eSEhI4M5Vf//9N2bOnInRo0fD19cXI0aMQK9evZqsm5eXh/T0dJw8eRLnz5/Hs2fPpM5148ePh4eHh1r2QxXPeugejxBC9I8utxeyyYxv3bqllORmaWlpUsvdunVTuExV6N+/PwIDAxEYGKjpqhBCtFReXh435kpd48Be5NChQ8jJyeH6grQ5SMjd3R3u7u5Yv349YmNjIRQKuRnCAOk+Zkk/sCrRLGfaRxeSFhqKxv/7kpIShIeHIzw8HC+99BICAgLg6+ur1okwCCEUOEcIIUSPsSyLpKQkREZGIi4uDtXV1dz7QNNMwQ4ODvDz84NAIICTk5Pa6xscHIzIyEiubpKbkMmTJ8PV1RUODg7cAI4XcXV1hb29PTcTRFJSkloC57Zs2YKwsLBmA/3k7YzW1ENP2X1o7UZSlux3RA9uCSGEEPVwcnLCwYMHkZmZiaNHj+Ly5cu4c+dOi593dHTE6NGjERAQQDO9Er0g27men5+vlMyYsjMhKSvbprrvEbTlISwh5Dltbrv19RxVUVEhtfzSSy+pZbuqJNtnM2TIEC4hlrqy8BP9QccTIW137949XLt2DQUFBSgtLUV5eTksLS3B4/Hg6OgIFxcX9OnTR9PV1BtfffUVZs2axQ3olCT7S0pK4mYRMDMzg7W1NczNzVFZWQmxWIyqqiquDNnBlE5OTvjqq6/Utg90T0aI4aG2gshDl9uLoUOHAni+D0lJSZg4caLC5Z46dYp7bWZmBmdnZ4XLJIQQbXXmzBnExcW16bMJCQl48uRJu7dRW1sLkUiEzMxMFBUVSSV1V1diEUVYWFiAz+eDz+fjwYMHiIyMRFRUFHJzc9WeRJJmOdM+2py0sDWNn0dbW1vD2tpa4TLFYjHEYjG33L17d4XLfJHAwECcOHGC2x/Z/ubs7Gxs374dO3bswGuvvYZp06bBy8urzTP9EkLkR78yQggheicnJweRkZE4fvw4CgoKADSdXU4yi5upqSkmTJgAgUCAsWPHwsjISCN1zs3Nxb59+6TqNnnyZGzYsEGuARkMw2DcuHEQCoUAgJSUFGVXuYn4+HiEhoY2O4Nft27d0L9/f/B4PJiZmam8LsrQ0g2jPB317V2HAu0IIUR1Fi9ejLffflvT1SAqNnjwYGzcuBEAUFRUhPv370MkEkEsFsPMzAy2trbo0qVLs5nYCdFlXbp0ASA98/GwYcMULlcye7LkgZVkO4rQ5QEwhBDl07a2W5/PUbIPmzt27KihmigPy7Kws7ODr68v+Hx+kyzGhLQHHU+EtC4rKwvHjh1DdHQ0SkpKXvh5Gxsb+Pj4YMaMGTTDu4J4PB4OHjyIwMBA3Lp1q9lkf5WVlaisrGyxjMbrDB48GPv27QOPx1NtxQkhBofaCmLIHB0dMWjQIGRlZYFlWURGRmL58uUKJeG4fPkyrl69yrXjI0eOpIHVhBC9lpmZCaFQ2GofbeMAlOzsbLm3JZtU3cLCAj4+PnKXpwk2NjZwdHSEnZ0dcnNzNVIHmuVM+2hz0sKWTJw4kTt2Fi9ejNWrVytc5v79+7lATYZhcPPmTYXLfJFVq1Zh5cqV+PPPPxEREYEzZ85wfTWNfxt1dXVITExEYmIibG1t4ePjA4FAgJdfflnldSTEUNFdFCGEEL1QWlqK6OhoCIVCXL9+HUDTYLnG7w0dOhQCgQA+Pj6wsbHRTKUbCQ4ORl1dHVfXgIAAfPHFFwqVOWzYMC5wrry8HHl5eSodYPbNN99wr1mWhZGREWbOnIn58+ejX79+KtuusqkjswghhBDN4fF4NCDIwNjZ2SltdixCtN2IESNgamqK2tpasCyLsLAwzJ49u8lMdO0hEokQHh7OPbQyNTXFiBEjFKonJYoghLRG0223vp+jZGeYKyoqgpWVlYZqoxhjY2OMHz8efD6fMrIShdHxREjrRCIRvvjiC8TExABoe3tZXFyM8PBwhIeHw9vbG//5z39o9kYFdO3aFb/++it27dqF0NBQ1NbWtivgn2VZmJiYYN68eVi5ciVMTExUWFvVq6ur41536NBBgzUhhADUVhDtpe72wtvbmwtyr6ysxLp16/Dtt9/KVZZIJMLatWulZuGZMWOGkmtMCCGGq/F4QiMjI2zcuFErxhG2xcWLFxEREYG4uDipmcY1RVdnOdN32pa08EUk1zvKLlPdGIaBp6cnPD09UV5ejpiYGERFRSE1NbXJPrIsC5FIhLCwMISFhWHgwIEQCATw9fWlcS6EKBk99SGEEKLTEhMTIRQKER8fj5qaGgBNs8FIljt37gxfX18IBAKtms67vr4eZ8+e5To7u3fvjg0bNihcrmw25Nu3b6vsJufBgwfIzMzk9sHIyAg7d+7ElClTVLI9VTp79qymq0AIIQZLLBbj+vXruHbtGgoKClBSUoKKigpYWFhwmdJcXFzg7OzcZKYMQgghgJmZGdzc3HDhwgUwDIPS0lKsWrUK+/btg4WFRbvLq66uxkcffQSRSMQl+XB3d1doFumffvpJ7nUJIUTVDOEcNWLECFhYWHAZTtPS0tC7d28N10o+586dowfHRGnoeCKkZdeuXcN7770HkUjU5PlLYy0NbpKsEx0djUuXLmHv3r1wcXFRbaX1mImJCT799FMsWLAAR48exalTp5CTk9PqQDCGYeDk5IQpU6bg7bffVii5ijYpLi7mXltaWmquIoQQaiuIVlN3ezFv3jz89NNPKCwsBMuyOHv2LFavXo0vvviiXX20OTk5WLp0KfLz87m+WScnJ7XNwuPt7Q2BQAA/Pz84ODioZZuEENJYW4JdlBUQ4+rqihUrVsDDw0Mp5anK3bt3IRQKERUVhcePHwNoOrGAZLljx45qr58uznJmSDSdtLAtlB00pw0sLS0xffp0TJ8+HXl5eYiIiMDx48fx4MEDAE3HON+6dQvbtm1DUFAQl+htwoQJlDCIECWgwDlCCCE6LTAwUOqmT3Z2OWNjY0ycOBF8Ph/jxo3TygvI9PR0lJWVcXWfO3euUrJ8dunSBcDzi2vJDbMqXL16lXvNMAymTp2qk0FzhBBCNCM+Ph7Hjh3D+fPn8ezZsxd+3sjICGPHjsXbb78NLy8v1VeQEEJ0yOLFi7lMjizLIiUlBXPmzMHmzZsxbNiwNpeTmZmJdevWISMjQyqj8aJFixSqn7u7u0LrE0KIKhnCOcrU1BQCgQBhYWFgGAaRkZHw9/fXdLXkoumH/L/88gtOnjwJoKE/7PDhwxqtD1EMHU+ENC89PR2LFi2CWCwG0HQwD8Mw6N69O3g8HszNzVFZWYnS0lI8fPiQ6+NpvE5hYSEWLFiAH374gQIiFNS5c2csW7YMy5YtQ2lpKa5fv44nT56gtLQU5eXlsLS0BI/Hg4ODA5ydncHj8TRdZaW7du0ad7+q6fM4IYaM2gqi7dTdXpiZmWHt2rX46KOPuO3+/vvvSElJwfz58/HWW2+1mPC4srISqampiI6OxokTJ1BXV8eVYWxszM0Yow45OTnYsWMHdu3ahTFjxkAgEGDixIk6P2MtIUT7ubu7Y9myZS3+PTg4mLt2GDlyJDw9Pdu9DVNTU1hZWaFHjx4YMmSIVgcIl5WVITo6GkKhEOnp6QCaBss1fs/FxQV8Ph8+Pj6aqTB0b5YzQtSlV69e+PDDD/Hhhx/i8uXLiIiIwOnTp7lEh41/z3V1dTh79izOnj2LTp06wc/PD/7+/k0m0yCEtB0FzhFCCNELsjeBQ4YM4W4CO3XqpMmqvVBeXh6A5xn25Lmhb47sTDxlZWVKKbc5hYWFAJ7vg64OuCKEEKJed+7cwbp165CWlgagaUa4xtmkGv+tvr4eiYmJSExMxMiRI/HFF1+gX79+6qk0IYRouVdffRVeXl5ISEjgBlX8/fffmDlzJkaPHg1fX1+MGDGi2YdReXl5SE9Px8mTJ7lg5sYP38aPH6/12TYJIYS82NKlSxETEwORSITLly/j1KlTmDx5sqarpXPy8vKQnJwMQD8z4RL1ouOJaKOKigqsWrUKYrFY6hmMubk5fH194e3tDWdn52ZnTqmoqMCNGzdw8uRJnDx5EhUVFVwZZWVlWLVqFU6ePAlzc3O17pO+4vF4GDNmjKaroVaHDh1CTk4ON1B0wIABmq4SIQaJ2gqi7TTVXnh7e+P27dv49ttvuT7aJ0+eYOfOndi5cyd3XEvGV/z888/4+eefUV5ezpUhO0PjJ598glGjRqml/o3V1dXh3LlzOHfuHHg8Hnx9feHv79+uJG2EENIe7u7urSY4Cw4O5l67urq2GmSnq1iWRVJSEiIjIxEXF4fq6mrufaDpOEkHBwf4+flBIBDAyclJM5VugS7Mckb0V11dHfda2ybc8PDwgIeHBzZs2IBTp05BKBTiypUrTa4BWZZFUVERDh8+jMOHD+Pll19GRESEBmtOiO6iwDlCCCF6QZIdzNfXF3w+X6cyKxQVFUktd+vWTSnlGhtLN/O1tbVKKbc5FRUVUssvvfSSyrZFCCFEP8TFxWH16tWoqalp0sELNLTtbQmkS01Nhb+/P3bv3o0JEyaooeZEl9y7dw/Xrl1DQUFBk4zrjo6OcHFxQZ8+fTRdTUKU7quvvsKsWbO4QSEsy6K+vh5JSUlISkoC0JD52Nramsv0LRaLUVVVxZXR+NzMsiycnJzw1VdfaWR/CCGGg9pu9ejUqRN27dqFxYsXo6amBmvWrIG5uTnGjx+v6aoRQgjRIiEhIcjPz+fuCQDAy8sLGzduRNeuXVtd18LCghvsuHTpUmzcuBHx8fFc305+fj5CQkLw0UcfqXw/iHqcOXMGcXFxbfpsQkICnjx50u5t1NbWQiQSITMzE0VFRVKzo1OSF0I0g9oK0l6G1F4sX74cRkZGCAkJ4WZXlPxOGo+vYFm22STIknp36NABn3zyCebPn6+eijdTD6ChniUlJQgPD0d4eDheeuklBAQEwNfXF/b29hqpGyHEcMmOI9AXOTk5iIyMxPHjx1FQUACg6exyknEUpqammDBhAgQCAcaOHQsjIyNNVp0QrVRcXMy9trS01FxFWmFhYQGBQACBQID79+8jMjISUVFR3GQcsoGyf//9t8bqSoiuo8A5QgghOs3Y2Bjjx48Hn8+Hl5dXk2AxXVBfXy+1rKzsFmKxWGqZx+MppdzmyM5u17FjR5VtixBCiO6Lj4/HypUruaBu2Y4eOzs7vPTSS+DxeFxAR2lpKXJycrhZThsH0VVXV2PFihX473//Cy8vL/XuDNE6WVlZOHbsGKKjo1FSUvLCz9vY2MDHxwczZszAwIED1VBDQlSPx+Ph4MGDCAwMxK1bt5qcZwGgsrISlZWVLZbReJ3Bgwdj3759Kr2nIIQYLmq7NcPDwwPfffcdVq5ciZKSErz33nvw9/fHO++8g0GDBmm6eoQQQjTs2bNnEAqFUgPN/f39sXXr1nbPitilSxeEhITg3//+t1SZQqEQq1evplkW9URmZib3/bZEck+anZ2N7Oxsubclm4TLwsICPj4+cpdHCJEPtRVEHobWXixduhSjRo3Cxo0bcefOHan6tEYSFNGnTx9s2LABo0ePVnVVmwgMDMSJEyeQn58PoOmzvOzsbGzfvh07duzAa6+9hmnTpunsmB1CiG5pPMOcq6urBmuiHKWlpYiOjoZQKMT169cBNA2Wa/ze0KFDIRAI4OPjAxsbG81UmugcQ01aeO3aNe7eQhdmPuzZsyeWLVuGZcuWITk5GZGRkYiNjeVm59bXoGFC1IXuVAghhOi0c+fO6cRFbWtk6y8SiWBlZaVwuffv3wcA7kGFra2twmW2RHaGuaKiIqXsgzYqKyvD9evX8eTJkyY3kg4ODnB2dtbbfSeEEGUoKirC2rVrUVtbK9XJ6+joiDlz5sDb2xs9e/Zscf0HDx7g5MmTOHLkCB49esR1FtfW1mLNmjX4/fff0alTJ3XtDtEiIpEIX3zxBWJiYgC0PdNgcXExlyHV29sb//nPf+gYInqha9eu+PXXX7Fr1y6EhoZKnXfbgmVZmJiYYN68eVi5ciVMTExUWFtpksEYQEOSDtlEHfIQi8VSyUW6d++ucJmEEMXoatutD+eotWvXcq8HDx6My5cvg2VZREZGIjIyEg4ODhg0aBBsbGzkOv8zDIOtW7cqs8qEEELU7K+//kJhYSF3D9G7d29s2rRJ7sAFhmGwadMmpKWlITc3FwBQWFiI1NRUjBo1Smn1JoahcZ+ikZERNm7cSANGCdEAaiuIttOW9sLDwwO///47zpw5g2PHjiE1NVVqxjlZxsbGGDFiBAICAuDn56exGYRWrVqFlStX4s8//0RERATOnDnDJWJr/L+tq6tDYmIiEhMTYWtrCx8fHwgEArz88ssaqTchRP81DpzTZYmJiRAKhYiPj0dNTQ2ApkHfkuXOnTvD19cXAoEAAwYM0EyFic4x9KSFhw4dQk5ODjemSNd+O+7u7qirq0NpaSnOnDlDyUQIUQIKnCOEEKLTNB0098svv+DkyZMAGm5aDx8+3O4yOnfuLLWckZGBXr16KVy3tLQ0qWVllNmSESNGwMLCgusoTUtLQ+/evVW2PXUrKirCsWPHEBMTg5ycnFYH8zEMAycnJ+5GkgbeE0KItN27d6O4uFgqG9Lbb7+NTz/9FBYWFi9cv0ePHggMDMS8efOwY8cOhIeHcx1EJSUl2L17NzZt2qTSfSDa59q1a3jvvfcgEomaPFBoTJJQoLn3ASA6OhqXLl3C3r174eLiotpKE6IGJiYm+PTTT7FgwQIcPXoUp06davP17JQpU/D222/D3t5ejTVuMHHiRO63unjxYqxevVrhMvfv34/vv/8eQMM+3rx5U+EyCSHy0+W2Wx/OUbLZ/WUHYhQUFODJkydylS35zihwjhBCdFteXh6A5+f1OXPmwNTUVKEyTU1NMWfOHKk2Ii8vj4Ih9ExbkiEoK0O6q6srVqxYAQ8PD6WURwhpH2oriCIMsb1444038MYbb6C+vh43b95EXl4eiouLIRaL0bFjR3Tq1AmOjo545ZVXYG5urtG6SjAMA09PT3h6eqK8vBwxMTGIiopCampqkz4blmUhEokQFhaGsLAwDBw4EAKBAL6+vhof10MIIdooMDBQasyE7OxyxsbGmDhxIvh8PsaNG4cOHTposrpyMdRZzjRNW5MWnjlzBnFxcW36bEJCglzPKGprayESiZCZmYmioiKp2bE1fS3YVvfu3UNERASOHz+OR48eabo6hOgVCpwjhBBCFJCXl4fk5GQAzQ/wagsXFxcYGRlxNynx8fGYPHmywnU7ceIEd/FvZWWFoUOHKlxmS0xNTSEQCBAWFgaGYRAZGQl/f3+VbU9d6uvrsWfPHhw6dAg1NTVt7sDPzs7G7t27ERISgnfffRfLly/XyQ4MQghRtpqaGvz+++9SnVNLlizBqlWr2l2Wubk5PvvsM1hbW2Pfvn1cmTExMVi3bp1aZ0YimpWeno5FixZxs7TIDvxmGAbdu3cHj8eDubk5KisrUVpaiocPH+LZs2dN1iksLMSCBQvwww8/UPAc0RudO3fGsmXLsGzZMpSWlr5wBmUej6fpKrcYLKNomYQQzdOHtltfz1GUsZQQQohEQUGB1PKYMWOUUq6kHEmbI2+gNtE+7u7urc78EBwczH3vI0eOhKenZ7u3YWpqCisrK/To0QNDhgyBg4OD3PUlhCiO2goiD2ovgA4dOsDZ2RnOzs6arkq7WFpaYvr06Zg+fTry8vK4Ad0PHjwA0LR/59atW9i2bRuCgoIwfvx48Pl8TJgwgcZNEEKIDNnz55AhQ8Dn8+Hj46OTydoNfZYzTdPmpIWZmZlNkvq1tP3s7GxkZ2fLvS3ZfbewsICPj4/c5alaWVkZYmJiEBERgfT0dADSz4zo2Q0hykGBc4QQQoiG2drawtnZGdeuXQPLsvj999+xYsUK9OjRQ+4yY2NjkZ2dzWWj8fDwUPkF9NKlSxETEwORSITLly/j1KlTSgkA1JSCggJ88MEHyMjIaPVGsiUsy6K6uhrfffcdkpKSEBISAkdHR1VVlxBCdEJqairEYjF3Ph0yZAhWrlypUJkrVqzA+fPnkZGRAaChQ+nKlStyPUwluqeiogKrVq2SOq5YloW5uTl8fX3h7e0NZ2fnZmczrKiowI0bN3Dy5EmcPHkSFRUVXBllZWVYtWoVTp48qTWZXQlRFh6Pp7SBTKpEDwAI0U/60nbrwzlKGwL1CCGEaC/ZAc1dunRRSrmy5dDAaf3h7u4Od3f3Fv8eHBzMvXZ1dW01aIIQohuorSDyoPZCP/Tq1QsffvghPvzwQ1y+fBkRERE4ffo0/h979x4V1XX2D/w7KAgIA4LiBWPMS0wUBTQKVlMiGKPNiyhgNCArmmqQpCoLjc2rLTYarU2jNtRYNNGkJoYiWVkORkQl4mhBjSBUVJRg0UTEeinX4Y5wfn/4mwMzoFzmzA2+n7WywsE5zzwHDmefs2c/e9fW1gLQLAJ5+PAhTp48iZMnT2LAgAGYM2cOgoKCMHr0aGMeAhGRyRAEAU5OTggMDERwcLDZXh9NdZWz3qQnTFooldbHYWFhgQ0bNsDBwcHIWWkSBAFnzpyBQqFAWloa6uvrxe8DmscgCAJcXFwwZ84chISEGC1nInPHwjkiIjKaiIgIhIaGGjsNkzB37lzk5uZCJpOhoaEBv/3tb7Fv3z5YWVl1OVZRURH+8Ic/aKzmEx4eroesNQ0YMAAff/wxIiIi0NDQgLVr18LGxgbTpk3T+3tLTaVSYenSpeLMJdoPkgDQr18/2Nvbw9bWFjU1NVCpVOIDjPY+V65cQUREBOLj42FnZ2fAIyEiMi3qWSfV7VNoaKjOg44tLCwQFhaGmJiYNu9DPV9cXBzu3Lkj3vcAgJ+fHzZs2IAhQ4Y8cV9bW1vxQ/rly5djw4YNUCqV4jl5584dxMXF4d1339X7cRAREfUWbLtNAwceEhFRR7Tb5erqakn6tqurqzW2pSqyIPPAwn2inoVtBekL2wvzMnnyZEyePBnvv/8+jh07BoVCgQsXLrRZyUYQBJSWluLLL7/El19+iTFjxuDgwYNGzJyIyLj69u0rrsjp5+eHvn3Ndzi/Ka9y1luY06SFnbnXk+p+cOLEiYiKisLkyZMliSeFGzduICkpCYcOHRJX8W79d6P+/EwQBFhZWWH69OkICQnBL3/5S1hYWBgzdSKzZ74tLRERmT25XA65XG7sNEzCggULsG/fPhQVFUEmk+Ff//oXli5diq1bt3Y4cKy1c+fO4d1330VFRYV4I+3l5WWwVXcmT56MTz/9FNHR0aioqMDbb7+NoKAgvPnmm3j++ecNkoMU1q1bJ67YB7Q8uE+ZMgVz587F+PHjMXLkyDb7/fTTT7h48SIOHz6Ms2fPAoD4MFNQUIC1a9dqzJJHRNTblJSUaGw/aVbRrvD29gbQ0vlaWloqSVwybc3NzVAoFBqTBQQFBWHLli1dLsgcPHgw4uLi8Lvf/U4jpkKhwOrVq3vEqjJEvd3Dhw/FrzlTOZFxsO1+PENfo1g4R0REHRk3bpzGdmFhoSSFCzdu3ADQ0uc+duxYnWOSeWh9/zFx4kQjZkJEUmFbQfrA9sJ82draIiQkBCEhIbh9+7Y4ILyoqAhA28mKr127ZrRcicg0jRkzRmNbJpPh6tWrHb5Oao97X6n985//hJOTk97fR9+4yplpMIdJC318fJ742cTOnTvF93zhhRe6Nd7VysoKdnZ2cHV1hbu7OwYNGtTtfKWkUqlw5MgRKBQKXLp0CUDbYrnW3xs3bhxCQkIwe/Zsjq8mkhAL54iIqF0qlQqXL1/GpUuXcP/+fVRUVKCmpga2trZwcHCAi4sLPD094eHhAXt7e2Ona/b69u2LDRs2YNmyZWhqaoIgCMjKysKrr76KuXPnYtasWW2WYhcEAZWVlbh//z6ys7Nx5MgRZGVliR8iqGcN2bRpk0GOYd26deLXo0ePxvnz5yEIApKSkpCUlIRBgwbh+eefh4ODAywtLbscXyaTYcuWLVKm3K6srCycOHFC44Fk1KhR2LRpE8aPH//EfUeOHImRI0ciKCgIubm5WL9+PQoKCsTfR1paGi5cuIBJkybp/TiIiEyR9kqqzs7OksTVjtOddobMz7/+9S+UlJSIbfaIESOwcePGbg+Ul8lk2LhxI3JycnDr1i0Aj4o9s7Oz2XYT9QDl5eXi1/379zdeIkS9GNvux+M1ioiITM3TTz+N5557DgUFBQAezfo+depUneMePnwYwKN23M3NDc8884zOMck8sHCfqOdhW0H6wPaiZxg+fDhWrFiBFStWIDMzE0lJSTh+/Li4gg1XFSSi9nT22tBTriHGLpr75ptvkJycDODRfdeXX37Z5RjmtMpZT2Yukxaqi/Mep/ViBBMnTjT7+0JBEJCeng6FQoGTJ0+ioaFB/D7Qtsh04MCBmDNnDkJCQvDss88aJ2miHo6Fc0REpEGpVCIxMRHp6enirB5PYmFhAV9fX4SGhsLPz0//CfZgU6dOxfvvv4/169eLN8a1tbVITExEYmKi+Dr1zfLevXuxd+9ejRiti+ZkMhn++Mc/YtSoUQbJX/2wpKZ9c3///n08ePCgW7HVx2OIwrnPPvtMY9vb2xu7du2CnZ1dl+J4eXnhwIEDiIyMRFZWlvjz2LNnj9kN4CMiksqwYcM0tlUqVZevr+1Rz16mNnToUJ1jkulTz1Kqvk8IDw9vU5zZVVZWVggPD9e45ygqKmLbTdQDXLp0SXxWMvaHkUS9Fdvux+M1ioiITNGyZcuwZs0acYK8BQsWwMvLq9vxcnNzkZSUJPaVL1u2TKpUiYjISNhWEFFHfHx88PDhQ1RWVmpMYExE1B7tsWYdvU5qPaUorzOKioqQmZkJoPs/T3NY5aw36EmTFvaEv8HCwkIcPHgQ3333Hf773/8CePzqcpaWlvD390dISAh8fX3Rp08fo+VN1BtYGDsBIiIyDTdv3kR4eDh+85vf4PTp0+KqZ+r/Wmv9/aamJpw+fRrvvPMOwsPDcfPmTSMdQc8wf/58fPjhh7C2thYHkgHo8PfQ+uZaPXNLbGws/vd//9fgx6BNfcNvDh2g9fX1yMzMFH+ODg4OiI2N7XZRh62tLWJjY+Ho6Ajg0e/shx9+QH19vYRZExGZD09PTwAtHa/Xrl2TJG5+fj6Als4mXT6YJ/Nx//59je0XX3xRkrjqOOrztLuF/0RkOvbt24fCwkIAj/62DTW5CBFpYtvdPl6jiIjIVM2ePRszZ84EADQ1NSEyMhKXL1/uVqwrV67gnXfeQXNzMwRBwIwZMzBnzhwp0yUiIiNgW0FEj/Pzzz/j448/hr+/P5YuXYq0tDRjp0REZqC98XFPep3U/1HntbfKWXBwMHbt2tVh0Zw29SpnwcHBGosGKBQK/l46QZ+TFrb++avfR1/Uq9WuWLECU6ZM0et76VNAQAC++OILPHjwoE3BnPpaM2bMGMTExCA9PR07duyAn58fi+aIDIArzhEREdLS0rB69Wo0NDS0WQoYaP+hVPvfASA7OxtBQUGIjY2Fv7+/ATLvmYKCguDh4YEtW7bgzJkzADo3s4v69+Dj44OYmBg899xzes3zSTmYq5ycHNTX14sPK+Hh4XB2dtYpprOzMxYuXIi4uDgAQENDA3Jycsz6AY+IqLuGDh2K8ePH4+LFi5DJZEhKSsL06dN1jqtQKAA8ai89PT254lwvod1xOHjwYEniasdhByWR9E6cONHpgRKnTp3qVhFMY2MjysrKkJ+fj9LSUo0P7iZPntzleESkO3Npu3mNIiIiarF161Y0NDTg1KlTKC8vR1hYGBYtWoQlS5Zg4MCBHe5fUlKCL774Al999RUaGxsBAP7+/ti+fbu+UyciIgNhW0FEalVVVUhJScHBgweRm5sLQHMMiTlMtkxExtPZPlkW4pqGnrTKmbnrKZMWrlixQq/xDU17BU1nZ2cEBgYiODgYzz//vDFTI+q1WDhHRNTLKZVKREdHi53Q2jdsTk5OePbZZyGXy2FjY4Pa2lpUVlaisLAQJSUlGvsAj1bsioqKwieffAI/Pz/DHkwP4ubmhs8//xz5+fk4cOAAzp8//8TV/FxcXDB16lTMmzcP3t7eBsy0RU94eLl37x6AlhlYpCjmAICXX34ZcXFx4t+K+n2IiHqj5cuXIyIiAgDw/fffQ6lU6lRwr1QqkZqaKl5jly9fLkmeZPq0Z6qrrq7u9iqx2nFak2pQPxG1yM/PF2ehfBz1M+n169dx/fr1br+X9uQwtra2mD17drfjEVH3mUvbzWsUERHRI1lZWQCAN998EzKZDEqlEg8fPsTf//53fPnll5g0aRK8vLzg5uYGBwcHWFtbo66uDhUVFSgsLERubi6ys7PR1NQk9rn7+/tj8eLF4kDqzjLW5x5ERPRkbCuISBAEnDlzBgqFAmlpaaivrxe/D2iOQRIEAS4uLpgzZw5CQkKMljMRmSZXV1dJX0f6pc9VzrZs2aLxPiycezJzmbSwtxEEAX379oWfnx+Cg4O5qhyRCWDhHBFRL1ZaWop169ahsbFRo7PKxcUF4eHhCAgIwPDhwx+7f3FxMZKTk5GQkIC7d++Kq3Q1NjZi7dq1OHr0KAYMGGCow+mRRo8ejQ0bNgB49Pu6ffs2ysrKoFKpYG1tDUdHRwwePBhPPfWUcRNFzyicKy0t1diWqrNl2LBhT3wfIqLexNfXF+Hh4YiPjwcArFq1Ctu2bcOMGTO6HCstLQ1r1qwRV+gICwvDSy+9JHXKZKLGjRunsV1YWChJJ/CNGzcAtHTyjx07VueYRGQ8rZ91LSwssGHDBjg4OBg5K6LeiW13W6Z2jXrw4AHOnz+P7Oxs3Lp1C+Xl5VCpVGhqakJYWBjeeusto+VGRESG98Ybb2gUkrdut5qampCZmYnMzMwnxtAeMK1UKqFUKruUh0wmw9WrV7u0DxnOmDFjNLYf9/vSfp3UeJ4QGQfbCuosthc9z40bN5CUlIRDhw6JK920/ntWf3YnCAKsrKwwffp0hISE4Je//CUsLCyMmToREUmgp6xy1hOYy6SFvcnzzz+P4OBgBAYGwsnJydjpENH/x8I5IqJeLDY2FuXl5WKHFQCEhobivffeg62tbYf7u7q6IjIyEosWLcK2bdsQHx8vPrRUVFQgNjYWGzdu1Osx9CZOTk68kdYz9d+BWnNzs5EyISLq2WJiYtDc3IyEhATU1dVh5cqVmDlzJpYuXQpPT88O979y5Qr27t2L48ePi9fuhQsXYv369fpOnUzI008/jeeeew4FBQUAgCNHjmDq1Kk6xz18+DCAR53xbm5ueOaZZ3SOSUTt077/7u5rOmPixImIiorC5MmTJYlHRF1nbm13b7pG5efn47PPPkNqaiqampo0/k1dkFhZWdnuviUlJZg7d66435QpU/CXv/xF7zkTEZHhaBc0tC6K6Ij2Cq5StZ1kOjr7O+XvnqhnY1tBHWF70TOoVCocOXIECoUCly5dAtC2WK7198aNG4eQkBDMnj0bcrncOEkTEZFecJUz08FJC01LUlISRo8ebew0iKgdLJwjIuqlGhoacPToUbFoTiaTYdmyZVi1alWXY9nY2GD9+vWwt7fH7t27xZgpKSmIiYmBpaWlHo6ASHrOzs4a23fu3JGkWPHOnTsa2yyAJKLeLCkpCQDg5eWFe/fu4eTJkxAEAampqUhNTYWrqyu8vLzg5uYGBwcHWFtbo66uDhUVFSgsLMSlS5dw+/ZtAC0ddP7+/vD09MShQ4e6lEtQUJDER0eGtmzZMqxZswaCICApKQkLFiyAl5dXt+Pl5uYiKSlJ/HB32bJlUqVKRK34+Pg8ccXqnTt3in+HL7zwAqZMmdLl97CysoKdnR1cXV3h7u6OQYMGdTtfIpKOObTdve0a9dlnn2HHjh1oampqM9i1M5ydneHj44OUlBQAQGpqKkpKStr0sRARkfl6XLvQlfaiu/tw8Lx56GyBTHfOmc7geUJkfGwrqDPYXpgnQRCQnp4OhUKBkydPoqGhQfw+0Pb3OnDgQMyZMwchISF49tlnjZM0ERHpHVc5Mx3mNmlhT8eiOSLTxcI5IqJeKjs7GyqVSuzEcnd3R3R0tE4xo6KikJ6ejry8PABAVVUVLly40K0BRETGoH7YVv9dKJXKNrOydIdSqQTQUuDBh3oi6s3Wrl2r8aGn9gdqt2/fRnFx8WP3b/3BZuvrtfpa2xUsnDN/s2fPFosum5qaEBkZiT179sDDw6PLsa5cuYJ33nlHXHH2lVdewZw5c6ROmYjwqCjFx8fnsf++c+dO8euJEyc+sYCFiMyLObTdvekatXbtWhw6dEjsr1BPhtXVArqFCxciJSUFMpkMTU1NOHbsGMLDw/WZOhERGcCwYcOMnQKZCa4iRNR7sa2grmB7YV4KCwtx8OBBfPfdd/jvf/8L4PGry1laWsLf3x8hISHw9fXl6kBE9FgREREIDQ3VKUZDQwOsrKwkyoi6i6ucmRZTnrRwzJgxGtsymQxXr17t8HVSe9z7ElHvwcI5IqJeSj0gXf2QERoaqvPMXRYWFggLC0NMTEyb9yEyBxMmTICVlRUaGxshCAK+/vprLFy4UKdZ0svKyhAfHy8OPrOyssKECRMkzJqIyDxpD8ZtfR/ypA9F27tf6c6HqPqasZQMb+vWrWhoaMCpU6dQXl6OsLAwLFq0CEuWLMHAgQM73L+kpARffPEFvvrqKzQ2NgIA/P39sX37dn2nTkRPwAEyRD1XT2i7e8I1aufOneJq0Oo+CxsbG/zqV7/CxIkTMWjQIERGRnbqvnnixIlwdnZGaWkpACAjI4OFc0REPcDJkyeNnQKZgbS0NElfR0TmhW0FdRbbC/MTEBAg9hcAbYvlgEcTdIeEhGD27NlwdHQ0VqpEZEbkcjnkcrlOMXx9fREQEICgoCB4enpKlBl1FVc5My2mPGkhJ094pLGxEVeuXEF2djZu3bqF8vJyqFQqNDU1ITAwEPPnzzd2ikQ9HgvniIh6qZKSEo3tJ82k3RXe3t4AWgajqwfMkG5+/vlnXLp0Cffv30dlZSWqq6vRv39/yOVyuLi4wNPTE08//bSx0zR71tbW8Pb2xpkzZyCTyVBZWYlVq1Zh9+7dsLW17XK8+vp6vPvuuygrKxM7kn18fGBtba2H7ImIzFNXO796emcZdU1WVhYA4M0334RMJoNSqcTDhw/x97//HV9++SUmTZoELy8vuLm5wcHBAdbW1qirq0NFRQUKCwuRm5uL7OxsNDU1iRNK+Pv7Y/HixcjNze1SLur7YCLSXevVmyZOnGjETIhIaj2h7e4J16hbt25h9+7dGivM/epXv8L777+PAQMGdDmeTCbDSy+9BIVCAaDl90xEREQ9n6urq6SvIyKinonthfnSLpZzdnZGYGAggoOD8fzzzxszNSKSmEqlwuXLl8XxaRUVFaipqYGtrS0cHBzE8WkeHh6wt7c3Wp4VFRVISEhAQkIC3NzcEBISgjlz5nRqUjaSlimvctYbmfKkhdr3Ex29TmrGHGf04MEDfPXVV/jmm29QWVmp8W/qz7nGjx/f7r4lJSUaRYze3t74v//7P32nTNRjsXCOiKiX0l6yXJcVtZ4Ux9LSUpK4vVFBQQESExNx5MgRVFRUdPh6BwcHzJ49GwsWLMBzzz1ngAw758GDBzh//ny7s2WEhYXhrbfeMnaKGiIiInDmzBkAjx5OsrKyEB4ejk2bNrVZZv5J8vPzERMTg7y8PHEgmkwmM7njJSIyNBYXkZTeeOMNjc7T1h2uTU1NyMzMRGZm5hNjaK9+qFQqoVQqu5SHTCbD1atXu7QPET1e66IUIupZekLb3ROuUTt37sTDhw/FSX7mzZuHzZs36xRz3LhxYuFcdXU1ioqK8NRTT0mRLhEREREREREZiSAI6Nu3L/z8/BAcHAw/Pz/06dPH2GkRkYSUSiUSExORnp4uFmc8iYWFBXx9fREaGgo/Pz/9J/gYgiDg3//+N7Zu3Yq//OUv+OUvf4mQkBD4+/tzvKKBmPIqZ72NqU9a2FtXnTty5Ajef/99VFdXaxxb61V9n8TZ2RmOjo745z//CQD497//jeXLl8POzk5vORP1ZCycIyLqpYYNG6axrVKpJLmhUqlUGttDhw7VOWZvU1ZWhs2bNyMlJQVA5x8IysvLER8fj/j4eAQEBOD3v/99t2YJl0p+fj4+++wz8eG4NfUDlvYsGmolJSWYO3euuN+UKVPwl7/8Re85A8AvfvEL+Pn54dSpU+JDyrVr1/D6669j6tSpCAwMxIQJE9od/FVUVITc3FwkJyeLHUqtB/RNmzYNkydPNshxEBGZqv379xs7BeqBtAfQd3bGstav1Y5FRERE+sO223iamppw8uRJsc9j2LBheP/993WOO3r0aI3tGzdusHCOiIiIiIiIyIw9//zzCA4ORmBgIJycnIydDhFJ7ObNm4iJiUFOTg6Atv2srfthW/9bU1MTTp8+jdOnT+OFF17A5s2b8cwzzxgm6XbyEwQBDx8+FHNSTzwfHByMsWPHGjyv3saUVznrTUx50sK0tLRO7dvZ15mLv/71r9i9e7fGz1X9tXrsbGc+3woPDxcL5+rr63H8+HHMmzdPf4kT9WAsnCMi6qU8PT0BtNzoXrt2TZIit/z8fAAtN3e6LL/dG126dAlvv/02ysrK2jyMtKb++bb3feDRbBXnzp3Drl27xN+1IX322WfYsWOHOAsJ0LWltJ2dneHj4yMWD6ampqKkpESylRE78tFHHyEsLAyFhYXiQ0pTUxMyMjKQkZEBALC2toa9vT1sbGxQW1sLlUqFuro6MYb2Q4+bmxs++ugjg+RPRETU2zzuPqMr9x/d3YeD9YmIiLqObbfx5ObmoqqqSlxt7o033pBkBubBgwcDaPl93Lt3T+eYRERERERERGQcSUlJbSbJIaKeIy0tDatXr0ZDQ0O747oEQehUIV12djaCgoIQGxsLf39/A2QObNq0CQqFQiz4086r9cTzo0aNQkhICObMmcMCYD0w9VXOeiNTnLTQ1dVV0teZg8TEROzatQuAZsGct7c3Jk2ahEGDBuGDDz7o1OdbL774Iuzt7VFVVQUASE9PZ+EcUTexcI6IqJcaOnQoxo8fj4sXL0ImkyEpKQnTp0/XOa5CoQDw6IbP09OTK851QW5uLt566y1x1T7tBxeZTIZhw4ZBLpeLxVqVlZX4z3/+Iy5T3nqfkpISLFmyBF988YVBi+fWrl2LQ4cOiQ+06pv/rhbQLVy4ECkpKZDJZGhqasKxY8cQHh6uz9RFcrkcn3/+OSIjI/Hjjz+2+xBZW1uL2trax8Zovc/o0aOxe/duyOVy/SZORETUy2ivokxERESmjW238RUVFQFomZRpypQpksS1t7fX2FZ/iNuTRUREIDQ01NhpUA/B84nMUVVVFS5fvowHDx6gsrIS1dXV6N+/P+RyOQYNGgQPDw/Y2dkZO00yEQ0NDbCysjJ2GkRkYGwrqKvYXpgOFs0R9VxKpRLR0dHi6l7aY6KcnJzw7LPPthmfVlhYiJKSEo19gEcrIEVFReGTTz6Bn5+f3vOfP38+5s+fj1u3buHgwYP47rvvcOfOnXaPpaCgAH/+85+xbds2+Pr6Yt68efDz80Pfvhw6LwVTXuWst+Kkhcb33//+Fx9++KHG38MLL7yADz74AM8++6z4ug8++KBT8fr27QtfX19xAYrz589LnzRRL8HWn4ioF1u+fDkiIiIAAN9//z2USqVOs78olUqkpqaKN33Lly+XJM/eoKamBqtWrYJKpdK4abaxsUFgYCACAgLg4eEBW1vbdve9cuUKkpOTkZycjJqaGjFGVVUVVq1aheTkZNjY2Oj9OHbu3ImkpCQALbNl2NjY4Fe/+hUmTpyIQYMGITIyslMPVhMnToSzszNKS0sBABkZGQYrnAOAIUOG4Ntvv8XHH3+M/fv3o7GxsUsPhIIgwNLSEosWLUJ0dLQks7cTERGRppMnTxo7BSIiIuoCtt3Gp+5nUZNq0ivtwSbqgTc9mVwu5yRJJBmeT2QuSktLkZiYiJSUFBQWFj5xUJRMJoObmxtmz56NBQsWYMCAAQbMlEyNr68vAgICEBQUZNDJHonI8NhWkC7YXhAR6VdpaSnWrVunMQZKEAS4uLggPDwcAQEBGD58+GP3Ly4uRnJyMhISEnD37l1xQvXGxkasXbsWR48eNVh7PmLECERHRyM6Ohrnzp2DQqHA999/L06C3vr4Hj58iFOnTuHUqVNwdHREYGAgQkJCWCQsEVNc5ay34aSFpiMuLg61tbXiue3n54edO3fqVLDr6ekpFs6Vl5fj7t27GDJkiCT5EvUmLJwjIurFfH19ER4ejvj4eADAqlWrsG3bNsyYMaPLsdLS0rBmzRqxWCosLAwvvfSS1Cn3WHFxcbhz547G0sx+fn7YsGFDhze5tra28PHxgY+PD5YvX44NGzZAqVSKN9937txBXFwc3n33Xb0ew61bt7B7926NFeZ+9atf4f333+9Wp4hMJsNLL70krmKoXt7dkCwtLfHee+9hyZIlOHDgAI4dO9bpD3heffVVhIaGwtnZ2YAZExERERGZrjFjxmhsP24GSO3XSY0zTxJRe3rLNaqpqUlju0+fPpLEValUGtvGLgBSqVS4fPkyLl26hPv376OiogI1NTWwtbWFg4MDXFxc4OnpCQ8Pjzar5RFp4/lE9Kj92LFjB/bt24eGhoZODWQTBAHXr19HbGws4uLi8Otf/xorV66UrO0h81JRUYGEhAQkJCTAzc0NISEhmDNnDgYOHGjs1IhIImwrSApsL0xfY2Mjrly5guzsbNy6dQvl5eVQqVRoampCYGAg5s+fb+wUiegJYmNjUV5erjE+LTQ0FO+99167k7lrc3V1RWRkJBYtWoRt27YhPj5eHJ9WUVGB2NhYbNy4Ua/H0J4pU6ZgypQpqKmpQUpKCg4dOoQLFy5AEASNwixBEFBWVob9+/dj//79eP755xESEoLAwEAW8OuAq5wZHyctNA2CIODYsWPiNdbJyQnbtm3TeZVL7SLfwsJCFs4RdQML54iIermYmBg0NzcjISEBdXV1WLlyJWbOnImlS5d2agavK1euYO/evTh+/Lj4ILJw4UKsX79e36n3GM3NzVAoFOINs0wmQ1BQELZs2dLlh8HBgwcjLi4Ov/vd7zRiKhQKrF69ulsPpJ21c+dOPHz4UJxNaN68edi8ebNOMceNGycWzlVXV6OoqAhPPfWUFOl2ycCBA7FixQqsWLEClZWVuHz5Mh48eIDKykpUV1ejf//+kMvlGDRoEDw8PIw+OIyIiIiIyBR19sMrfshFRMbQW65RTk5OGttlZWWws7PTOe7t27cBQOzbcnR01DlmdyiVSiQmJiI9PR3Nzc0dvt7CwgK+vr4IDQ2Fn5+f/hMks8LzieiR+/fv4ze/+Q3y8vLazCLfGYIgoL6+Hp9++ikyMjIQFxcHFxcXfaVLJk4QBPz73//G1q1b8Ze//AW//OUvERISAn9/f1haWho7PSLqJrYVJDW2F6bnwYMH+Oqrr/DNN9+gsrJS49/UfQHjx49vd9+SkhK888474nOVt7c3/u///k/fKRORloaGBhw9elRjfNqyZcuwatWqLseysbHB+vXrYW9vrzHJekpKCmJiYox2rba1tcVrr72G1157DUVFRVAoFDh06BCKi4sBtF0JLT8/H3/605+wdetWTJs2DcHBwfDz82MRfydxlTOSUkNDA6ysrIydhk7y8vJQWloqjp8NDw+X5PMXV1dXANBYSIOIuo6Fc0REvVhSUhIAwMvLC/fu3cPJkychCAJSU1ORmpoKV1dXeHl5wc3NDQ4ODrC2tkZdXR0qKipQWFiIS5cutRkU4+/vD09PTxw6dKhLuQQFBUl8dObjX//6F0pKSsQb2xEjRmDjxo3dLnKTyWTYuHEjcnJycOvWLQCPOiKzs7MxadIkyfJurampCSdPnhQ7QoYNG4b3339f57jas2XcuHHDKIVzrcnlcrz44otGzYGIiIiIyFxpfyjZ0eukZu4FL0SkX73hGqU9S39eXp4kfS05OTka24buv7l58yZiYmLEPLR/ltozS6s1NTXh9OnTOH36NF544QVs3rwZzzzzjGGSJpPF84mohUqlwtKlS3H9+nUA7beV/fr1g729PWxtbVFTUwOVSoX6+nrx31vvc+XKFURERCA+Pl6SgUNkflqfDw8fPhSvmw4ODpg9ezaCg4MxduxYI2dJRF3BtoL0ge2FaTly5Ajef/99VFdXa/xtt16x6kmcnZ3h6OiIf/7znwCAf//731i+fDn/xokMLDs7GyqVSrzGuru7Izo6WqeYUVFRSE9PR15eHgCgqqoKFy5cwJQpU3RNV2dPPfUUoqKiEBUVhczMTBw8eBDHjx9HbW0tAM22prGxEWlpaUhLS4OzszMyMjKMmbrZ4CpnJCVfX18EBAQgKCioUwt+mKKffvoJQMtYal9fX0niat8zVVdXSxKXqLdh4RwRUS+2du1ajQ/5tTuxb9++Lc640h7tDjHg0Sy8SqWyy7mYa+FcREQEQkNDdYpRVFQEoOWGOTw8XOfZM6ysrBAeHo4tW7ZovI++Cudyc3NRVVUlzpbxxhtvSDJ70ODBgwG0nF/37t3TOSYRERERERlPb1nRiYjMU2+4Rnl6esLCwkI8BqVSiV/96lc6xz18+LA4YM7Ozs6gAxjT0tKwevVqNDQ0tLu6hSAInSp8ys7ORlBQEGJjY+Hv72+AzMkU8Xwi0rRu3Tpcv35d4/MjmUyGKVOmYO7cuRg/fjxGjhzZZr+ffvoJFy9exOHDh3H27FkALQOrCwoKsHbtWuzcudOQh0JGtmnTJigUCrEoWfvaWV5ejvj4eMTHx2PUqFEICQnBnDlz2qyWS0Smh20FSYnthen561//it27d2s8H6m/Vv+9d6afJDw8XCycq6+vx/HjxzFv3jz9JU5EbajHAKr/dkNDQ3WeIMzCwgJhYWGIiYlp8z6mxMfHBz4+PvjDH/6A48ePQ6FQICsrq91rW0lJiTFTJeq1KioqkJCQgISEBLi5uYn3edqTAZoy7evH8OHDJYnbr18/je26ujpJ4hL1NiycIyKiNgMAHjdjrrb2Hp67M3BIX7N0G4JcLodcLtcpxv379zW2pVrNTB1H/fN98OCBJHHbo138J9XMQfb29hrbVVVVksQlIiLpvfzyyxrbMpkMJ06c6PB1Unvc+1LvVFVVhcuXL+PBgweorKxEdXU1+vfvD7lcjkGDBsHDw4MzmhIZUFpamqSvI6Kex5htd2+5Rjk6OsLDwwOXLl2CIAg4evQooqKi4Orq2u2Yx48fFwfKymQyTJ482WD9fUqlEtHR0WhsbATQdmIwJycnPPvss5DL5bCxsUFtbS0qKytRWFgofojdOtf6+npERUXhk08+gZ+fn0GOgUwHzyciTVlZWThx4oTG38KoUaOwadMmjB8//on7jhw5EiNHjkRQUBByc3Oxfv16FBQUiIMR09LScOHCBb1N9kemZ/78+Zg/fz5u3bqFgwcP4rvvvsOdO3cAtL3eFhQU4M9//jO2bdsGX19fzJs3D35+fujbl8NbiEwN2wqSGtsL05KYmIhdu3YB0Cwq8fb2xqRJkzBo0CB88MEHneoDePHFF2Fvby+O+UhPT2fhHJGBaRd0+Pj4SBLX29sbQMt1urS0VJK4+mBra4vg4GAEBwejuLgYSUlJOHToEG7dutXpQmAi0i9BEPDvf/8bW7duxV/+8hf88pe/REhICPz9/SVZyEGfWq+qDUDnxTPUVCqVxrb2mFoi6hw+KRIRkairD3+m/rCoUqlw+fJlXLp0Cffv30dFRQVqampga2sLBwcHuLi4wNPTEx4eHka9mezTp4/GtnqVNV1px9F+Hylpd3oMHTpUkrjandrqQStERGR6iouLNTqTH/chmfbrpGbOBfkkjdLSUiQmJiIlJQWFhYUdTgTh5uaG2bNnY8GCBRgwYIABMyXqfTpblKFL8QYRmR9Tabt70zVq7ty5yM3NhUwmQ0NDA377299i37593foQt6ioCH/4wx/Ee3yZTIbw8HA9ZN1WaWkp1q1bh8bGRo0BlC4uLggPD0dAQMATZ3QtLi5GcnIyEhIScPfuXbHwr7GxEWvXrsXRo0d5f9iL8Hwiauuzzz7T2Pb29sauXbu6XMTu5eWFAwcOIDIyEllZWeLf2J49e1gM0QuNGDEC0dHRiI6Oxrlz56BQKPD999+jtrYWgGZRxMOHD3Hq1CmcOnUKjo6OCAwMREhICEaPHm3MQyCiVthWkL6wvTC+//73v/jwww81ftYvvPACPvjgAzz77LPi6z744INOxevbty98fX2RkpICADh//rz0SRPRE2n3/Tk7O0sSVzuOqRe2qKnHDjo5OeHWrVvGTodIr8xpwmHt+7zTp0/j9OnTcHBwwOzZsxEcHIyxY8caOcv2aa+CXFFRIcnP9d69ewBaFrVgPzNR97BwjoioF1PP+NLTKJVKJCYmIj09Hc3NzR2+3sLCAr6+vggNDTXKzL9DhgzR2K6urpbkhrm6ulpjW6qCvPY0NTVpbEtVpKc9W4auq/sREZH+dbYoTh8FbqZe1E/61dTUhB07dmDfvn1oaGjo1PkgCAKuX7+O2NhYxMXF4de//jVWrlyp1wkHiIiI6BG23cazYMEC7Nu3D0VFRZDJZPjXv/6FpUuXYuvWrW36qZ7k3LlzePfdd1FRUSEWCXl5eWHKlCl6zL5FbGwsysvLNZ5BQkND8d5778HW1rbD/V1dXREZGYlFixZh27ZtiI+PF59TKioqEBsbi40bN+r1GMh08Hwi0lRfX4/MzEzxb8LR0RGxsbHd/uzC1tYWsbGxCAgIQEVFBQRBwA8//ID6+nr069dP4uzJXEyZMgVTpkxBTU0NUlJScOjQIVy4cEEcCKYmCALKysqwf/9+7N+/H88//zxCQkIQGBjIwWJERsS2ggyF7YVxxMXFoba2VvwZ+/n5YefOnTqt6Ofp6SkWzpWXl+Pu3btd6ocgIt0MGzZMY1ulUkkyPk17bJdUk63ry9mzZ3Hw4EGkpaWhrq7O2OkQ6Y2pTFrYWZs2bYJCoUBOTo6Yk5ogCCgvL0d8fDzi4+MxatQohISEYM6cOW2K1YxJu5D4xx9/lGQyRvXPRM3Ur7NEpoqFc0REvdj+/fuNnYKkbt68iZiYGPFGUftmX/tmWq2pqUmcmeKFF17A5s2b8cwzzxgmaQDjxo3T2C4sLJSkyO3GjRsAWmaa0OdMG9oPIGVlZZJ0rty+fRtAyzE4OjrqHJOIiPSns4VrLHAjqd2/fx+/+c1vkJeX1+Gqh+0RBAH19fX49NNPkZGRgbi4OLi4uOgrXSIiol6Pbbdx9e3bFxs2bMCyZcvQ1NQEQRCQlZWFV199FXPnzsWsWbPazMwvCAIqKytx//59ZGdn48iRI8jKyhL7bARBgI2NDTZt2mSQY2hoaMDRo0c1VrpbtmwZVq1a1eVYNjY2WL9+Pezt7bF7924xZkpKCmJiYsxmlmzqPp5PRG3l5OSgvr5eLIwODw/XeTUCZ2dnLFy4EHFxcQAe/e3l5OQYrOCaTJetrS1ee+01vPbaaygqKoJCocChQ4dQXFwMQHO2eQDIz8/Hn/70J2zduhXTpk1DcHAw/Pz8OJkCkYGxrSBDY3thOIIg4NixY+LzjJOTE7Zt26ZT0RyANn0NhYWFLJwjMiBPT08ALdfLa9euSVJ8kZ+fD6BlbJeXl5fOMaX2008/ie1G65WbAIj3MuptFuxLx5xWOetJzHXSwvnz52P+/Pm4desWDh48iO+++w537twB0PY+r6CgAH/+85+xbds2+Pr6Yt68efDz89P5XkVX6vG56nwzMjIwffp0neMeO3ZM/Nra2hoeHh46xyTqjVg4R0REPUJaWhpWr16tcbOvXSjXmUK67OxsBAUFITY2Fv7+/gbIHHj66afx3HPPoaCgAABw5MgRTJ06Vee4hw8fBtAyI4g+iwEHDhyosZ2Xl4ennnpK57jas2VIEZOIiPTjq6++kvR1RJ2lUqmwdOlSXL9+HUDbTlPg0Qcc9vb2sLW1RU1NDVQqFerr68V/b73PlStXEBERgfj4eHbUExER6QHbbtMwdepUvP/++1i/fr3486ytrUViYiISExPF16l/L3v37sXevXs1YrQumpPJZPjjH/+IUaNGGST/7OxsqFQqMXd3d3dER0frFDMqKgrp6enIy8sD8Ghgx4ULFzhItxfg+UTUVuuBhDKZTJJBPgDw8ssvIy4uTvx7U78PkdpTTz2FqKgoREVFITMzEwcPHsTx48dRW1sLQPM+sLGxEWlpaUhLS4OzszMyMjKMmTpRr8O2goyJ7YV+5eXlobS0VKMwVoo+F/WKK+rfj3owPBEZxtChQzF+/HhcvHgRMpkMSUlJkrTfCoUCwKO/bU9PT5NZCamqqgpHjhyBQqFAbm4ugLbFcq2/5+npieDgYMyePds4CRtYREQEQkNDJY9rbquc9TQ9YdLCESNGIDo6GtHR0Th37hwUCgW+//77du/zHj58iFOnTuHUqVNwdHREYGAgQkJC2hTrG4qLiwuef/55FBQUQBAEJCUlYeXKlTqd2+fPnxev2wDwwgsvGL1AkMhc8S+HiIjMnlKpRHR0NBobGwG0HXDl5OSEZ599FnK5HDY2NqitrUVlZSUKCwtRUlKisQ8A1NfXIyoqCp988gn8/PwMcgzLli3DmjVrxBvmBQsW6DQDT25uLpKSksTjWrZsmVSptsvT0xMWFhbiz1ypVOJXv/qVznEPHz4sDsCys7PT66p5RESkGx8fH0lfR9RZ69atw/Xr1zXuAWUyGaZMmYK5c+di/PjxGDlyZJv9fvrpJ1y8eBGHDx/G2bNnAUC87ygoKMDatWuxc+dOQx4KEf1/DQ0NsLKyMnYaRKQn5t5296Rr1Pz582FpaYmNGzeitra23SJGtfYmpGq90tyHH36IWbNmGSRvAOKKAurzJzQ0tEsDANpjYWGBsLAwxMTEtHkf6tl4PhG1VVpaqrGtHuSsq2HDhj3xfYha8/HxgY+PD/7whz/g+PHjUCgU4oq3QMu9IADx8z4iMhy2FWQq2F5I76effgLQ8ozk6+srSVzt4rvq6mpJ4hJR5y1fvhwREREAgO+//x5KpVKnieWVSiVSU1PFfpTly5dLkmd3CYKAjIwMJCUlIS0tTZyMTbuASL09aNAgzJkzByEhIXBzczNO0kYil8shl8sli2euq5z1JD1x0sIpU6ZgypQpqKmpQUpKCg4dOoQLFy6I9yhqgiCgrKwM+/fvx/79+/H8888jJCQEgYGBBi/IDAgIwI8//giZTIba2lrExMTgb3/7W7dilZWVYd26dRoTGC5YsEDijIl6DxbOERGRWSstLcW6devQ2NiocePu4uKC8PBwBAQEYPjw4Y/dv7i4GMnJyUhISMDdu3fFQT+NjY1Yu3Ytjh49apCb59mzZyM1NRWpqaloampCZGQk9uzZ061lla9cuYJ33nkHzc3NAIBXXnkFc+bMkTplDY6OjvDw8MClS5cgCAKOHj2KqKgonT4gOX78uDiQTiaTYfLkyToPWCEiIqKeJSsrCydOnNC4Dxw1ahQ2bdqE8ePHP3HfkSNHYuTIkQgKCkJubi7Wr1+PgoICsdMxLS0NFy5cwKRJkwxwJETUmq+vLwICAhAUFARPT09jp0NEEuoJbXdPu0YFBQXBw8MDW7ZswZkzZwB0bgZa9YftPj4+iImJwXPPPafXPLVpD3aUaoIOb29vAC0/Aw7S7R14PhG1pT3ATf15A5Ex2NraIjg4GMHBwSguLkZSUhIOHTqEW7duaRRDEJFhsa0gU8P2Qjraz0hPGnPTFf369dPYrqurkyQuEXWer68vwsPDER8fDwBYtWoVtm3bhhkzZnQ5VlpaGtasWSNeY8PCwvDSSy9JnXKnFBYWIikpCd999x3u378PoO3qcoIgQBAEWFlZwd/fHyEhIfD19YWFhYVRcn4SlUqFy5cv49KlS7h//z4qKipQU1MDW1tbODg4wMXFBZ6envDw8IC9vb2x0+0Rq5z1BOY+aeGT2Nra4rXXXsNrr72GoqIiKBQKHDp0SJyoTLtIMD8/H3/605+wdetWTJs2DcHBwfDz8zNIUeaiRYvw1VdfoaSkBIIg4OTJk1i9ejU2b94MW1vbTscpLCzE8uXLcefOHfE65ubmZtAJDIl6GhbOERGRWYuNjUV5eblGR2doaCjee++9Tt1ourq6IjIyEosWLcK2bdsQHx8v3khXVFQgNjYWGzdu1OsxqG3duhUNDQ04deoUysvLERYWhkWLFmHJkiUYOHBgh/uXlJTgiy++wFdffSWuvufv74/t27frO3UAwNy5c5GbmwuZTIaGhgb89re/xb59+7o1C3tRURH+8Ic/aMyWER4eroesiYiIyJx99tlnGtve3t7YtWtXl2c88/LywoEDBxAZGYmsrCzxfnDPnj0snCMygoqKCiQkJCAhIQFubm4ICQnBnDlzOvVcRESmrSe03T3xGuXm5obPP/8c+fn5OHDgAM6fP4+bN28+9vUuLi6YOnUq5s2bJxYGGZp2f5Ozs7MkcbXjWFpaShKXTBvPJ6K2tM/fO3fuwMnJSee4d+7c0diWIib1LupBok5OTrh165ax0yHq1dhWkClje6Gb1ivPAG2fmbpLpVJpbJtCsQdRbxQTE4Pm5mYkJCSgrq4OK1euxMyZM7F06dJOTRR25coV7N27F8ePHxfH6i1cuBDr16/Xd+oaKisrceTIESgUCly+fBlA22K51t8bO3YsQkJCMHv2bDg4OBg0185SKpVITExEenp6pyYlsLCwgK+vL0JDQ+Hn56f/BNvRE1c5M0c9YdLCznrqqacQFRWFqKgoZGZm4uDBgzh+/Dhqa2sBaJ5PjY2NSEtLQ1paGpydnZGRkaH3/KytrbFu3Tq8++674s/w6NGjyMrKwuLFizFr1iw89dRT7e5bW1uL7OxsHDlyBIcPH8bDhw/FGH379sWGDRv0nj9RT8bCOSIiMlsNDQ04evSoRnHVsmXLsGrVqi7HsrGxwfr162Fvb4/du3eLMVNSUhATE6P3QQ1ZWVkAgDfffBMymQxKpRIPHz7E3//+d3z55ZeYNGkSvLy84ObmBgcHB1hbW6Ourg4VFRUoLCxEbm4usrOz0dTUJP4s/P39sXjxYuTm5nYpl+4OeFqwYAH27duHoqIiyGQy/Otf/8LSpUuxdetWDBkypNNxzp07h3fffRcVFRViR4aXlxemTJnSrbyIiIioZ6qvr0dmZqZ43+bo6IjY2Nhud6Db2toiNjYWAQEBqKiogCAI+OGHH1BfX99mFlQiMgxBEPDvf/8bW7duxV/+8hf88pe/REhICPz9/TnwnMgM9bS2uydeo0aPHi1+8FpaWorbt2+jrKwMKpUK1tbWcHR0xODBgx/7oa4hDRs2TGNbpVJJMpBCexDf0KFDdY5Jpo/nE1FbgwcPBtAy2EipVGLcuHE6x1UqlQBaZj1Xvw9RR86ePYuDBw8iLS2Nq9MQmQi2FWSK2F5IQ7tgtaKiQpJnpHv37gFo+fseMGCAzjGJqGuSkpIAPJqY7N69ezh58iQEQUBqaipSU1Ph6ur6xPFply5dwu3btwFAY3yap6cnDh061KVcgoKCunUMp0+fhkKhgFKpRENDg5gL0LZoa+DAgQgMDERISAhGjRrVrfczhJs3byImJgY5OTkA2q7s23r1ttb/1tTUhNOnT+P06dN44YUXsHnzZjzzzDOGSfr/68mrnJmTnjBpYXf4+PjAx8cHf/jDH3D8+HEoFApkZWVpXBPUX2uvqKtPAQEBuHHjBv72t7+JOTx48ADbt2/H9u3bYWNjA6Dl7+Uf//gH/vGPf6C6ulqMof43td/+9rcm+TsgMicsnCMiIrOVnZ0NlUol3iC6u7sjOjpap5hRUVFIT09HXl4eAKCqqgoXLlzQe9HWG2+8oXGj2/phsqmpCZmZmcjMzHxiDO1OAKVSKX6w0FkymQxXr17t0j5q6lktli1bJhbwZWVl4dVXX8XcuXMxa9YsjB49uk3OlZWVuH//vjhbhvrhRf3QYGNjg02bNnUrJyIiIuq5cnJyUF9fLxbah4eH67wyhLOzMxYuXIi4uDgAjyZqyMnJYQE/kZG0fi56+PCh+OGfg4MDZs+ejeDgYIwdO9bIWRJRZ/W0trunX6OcnJxMemUH9ezX6t/DtWvXJClKys/PB9DyobSXl5fOMcn08XwiamvChAmwsrJCY2MjBEHA119/jYULF+rUdpeVlSE+Pl7s+7eyssKECRMkzJp6mp9++gkKhQKHDh3SGGgPtKwgod7mpEdEhse2gkwF2wvpaf8d//jjj3B1ddU5rrogRI2TixAZ3tq1ax87Pg0Abt++jeLi4sfu37poS5fxaUD3C+ciIyM1ru3aq8v17dsX06dPR3BwMF566SX06dOnW+9jKGlpaVi9ejUaGhrajP0DHh1TZwrpsrOzERQUhNjYWPj7+xsg8961ypkp62mTFnaHra0tgoODERwcjOLiYiQlJeHQoUO4deuWxvXCkFauXAkLCwvExcWJK0iq86ipqRFfJwgCqqqq2uyvzrtPnz747W9/i8WLFxsmcaIezMLYCRAREXWX+kFdPfAgNDRU48GwOywsLBAWFtbu+xiC9sNu647cjv5r3RHQOlZX/9PF1KlT8f7772vkU1tbi8TERCxZsgRTp07VyG3v3r2YPHkyAgMDsWHDhjZFczKZDH/84x9NetYfIiIiMg7tD8CnT58uSdyXX34ZQMsHDur3ISLD2bRpEyZMmNDus44gCCgvL0d8fDxee+01zJkzB/v27UNpaamRsyaijvSUtpvXKNMwdOhQjB8/Xjyf1LNl60qhUAB4dD55enpyEF8vwfOJqC1ra2t4e3uLbV1lZSVWrVqlMbCnK+rr6/Huu++irKwMwKO/Cx8fH1hbW0uZNvUAVVVVSExMRGhoKF599VV89tlnuHv3brsFEIIgwNPTE++//z7S09ONnDlR78O2goyJ7YV+qScCUvd3ZGRkSBL32LFj4tfW1tbw8PCQJC4Rdd3jxqd1NEat9eu0YxlqbJp2zuqYY8aMwe9//3ukp6djx44d8Pf3N/miOaVSiejoaNTX12v8fNXHNGDAAPj4+GDGjBkIDAzEjBkz4OPjAycnp3Z/J/X19YiKisKpU6cMkn97q5wlJCR0WDSnTb3KWet7S+DRKmfUMfWkhQAkn7RQ/feqnrTQHDg4OMDFxcUkJgZcvnw5vvjiC4wcObLNfeqT/gMeXVuffvpp7NmzB2+++aYRj4Ko5+CKc0REPZB6wJCaTCbDiRMnOnyd1B73vlLRXj7Zx8dHkrje3t4AWjoBDTm46XGFf90pCOzqPlJ1TMyfPx+WlpbYuHEjamtr28xO9KT3bN0BYGNjgw8//BCzZs2SJC8iIiLqWbTv0aSY7RQAhg0b9sT3ISL9mz9/PubPn49bt27h4MGD+O6773Dnzh0AbWc/LSgowJ///Gds27YNvr6+mDdvHvz8/NC3L7s9iUxNT2m7eY0yHcuXL0dERAQA4Pvvv4dSqdRpNmWlUonU1FTx97h8+XJJ8iTzwPOJqK2IiAicOXMGwKO2LSsrC+Hh4di0aRPGjRvX6Tj5+fmIiYlBXl6exqR5b731lr5SJzMjCAIyMjKQlJSEtLQ0ccCf9moL6u1BgwZhzpw5CAkJgZubm3GSJiIAbCvIsNheGI6Liwuef/55FBQUQBAEJCUlYeXKlRgwYEC3Y54/fx4XL14Uf08vvPAC+0eITEBXx4oZY9WmxxEEAU5OTggMDERwcDBGjx5t7JS6pLS0FOvWrUNjY6NGG+bi4oLw8HAEBARg+PDhj92/uLgYycnJSEhIwN27d8Uxd42NjVi7di2OHj2q03W7I1zlzHS0nrRQJpNJOmlhXFyc2Uw4fPbsWRw8eBBpaWmoq6szdjqiyZMn4+jRozhx4gQSExORnZ39xMlG+vbtiwkTJmDevHmYM2cOLCy4RhaRVPj0QUTUAxUXF7dZkrwzr5Oarqu/dcTKykpjW9eZMh4Xx9LSUpK4T6I9yMvcBQUFwcPDA1u2bBE/LOnM+aA+F318fBATE4PnnntOr3kSEZF01IOFTUFPa1epfdr3sM3NzUbKhIj0ZcSIEYiOjkZ0dDTOnTsHhUKB77//HrW1tQA0B8M8fPgQp06dwqlTp+Do6IjAwECEhISY3QelRD1ZT2u7eY0yPl9fX4SHhyM+Ph4AsGrVKmzbtg0zZszocqy0tDSsWbNG7CsNCwvDSy+9JHXKZMJ4PhG19Ytf/AJ+fn44deqUeD5fu3YNr7/+OqZOnYrAwEBMmDABTz31VJt9i4qKkJubi+TkZKSnp6O5uVnjM6tp06Zh8uTJhj4kMjGFhYVISkrCd999h/v37wPQLH5ovdKClZUV/P39ERISAl9fXw4cIzIRbCvIENheGEdAQAB+/PFHyGQy1NbWIiYmBn/729+6FausrAzr1q3TKIxdsGCBxBkTUWeoJ5M3Z3379sW0adMQHBxs1pOUxcbGory8XGPsZmhoKN577z3Y2tp2uL+rqysiIyOxaNEibNu2DfHx8WKfdEVFBWJjY7Fx40a95a9e5UzdFku5yllcXByAllXOpkyZIkXKPVZPmbSwO3766ScoFAocOnRIo4AQ0LxPBGD0AswZM2ZgxowZaGpqwtWrV1FUVITy8nKoVCr069cPAwYMgIuLC8aPHw8bGxuj5krUU5nnHQMREXVKZ4vi9FHgZogZZrRvzlUqVbdnLdGO09rQoUN1jtmRkydP6v09DM3NzQ2ff/458vPzceDAAZw/fx43b9587OtdXFwwdepUzJs3r0d01BAR9TbTp0/Xe9F8Z8hkMly9etXYaZABaHe837lzB05OTjrH1S4ClSImEeluypQpmDJlCmpqapCSkoJDhw7hwoUL4kALNUEQUFZWhv3792P//v14/vnnERISgsDAQL3OrElEHevJbXdPu0b9/PPPuHTpEu7fv4/KykpUV1ejf//+kMvlcHFxgaenJ55++mljpwkAiImJQXNzMxISElBXV4eVK1di5syZWLp0KTw9PTvc/8qVK9i7dy+OHz8u9mcuXLgQ69ev13fqZIJ4PhG19dFHHyEsLAyFhYXiZ05NTU3IyMhARkYGAMDa2hr29vawsbFBbW0tVCqVxszerQcsCYIANzc3fPTRR0Y5HjK+yspKHDlyBAqFApcvXwbQdlBb6++NHTsWISEhmD17NhwcHIyTNBE9EdsK0ge2F8a3aNEifPXVVygpKYEgCDh58iRWr16NzZs3d6qgQ62wsBDLly/HnTt3xN+dm5sbZs2apcfsiehx9u/fb+wUdPbPf/7T7D+/bWhowNGjRzUKipctW4ZVq1Z1OZaNjQ3Wr18Pe3t77N69W4yZkpKCmJgYvS0YwFXOTEdPm7SwI1VVVeJ9Ym5uLoAn3yd6enoiODgYs2fPNk7CWvr06QMPDw94eHgYOxWiXoeFc0REPVRnC9dMaQn1rlIPVlDf7F67dk2SIrf8/HwALQ92Xl5eOsfszUaPHo0NGzYAeDTzyO3bt1FWVgaVSgVra2s4Ojpi8ODB7c40SERE5sWc7yvI/AwePBhAy72gUqnEuHHjdI6rVCoBtNwLqt+HiEyDra0tXnvtNbz22msoKioSZxEsLi4GgDYfhuTn5+NPf/oTtm7dqjEDaZ8+fYx2DES9VW9ou835GlVQUIDExEQcOXIEFRUVHb7ewcEBs2fPxoIFC/Dcc88ZIMO2kpKSAABeXl64d+8eTp48CUEQkJqaitTUVLi6usLLywtubm5wcHCAtbU16urqUFFRgcLCQly6dAm3b98G0HL++Pv7w9PTE4cOHepSLkFBQRIfHRkazyei9snlcnz++eeIjIwUVxwBNPuAamtrxRVX29N6n9GjR2P37t2Qy+X6TZxMzunTp6FQKKBUKtHQ0ABAc2Bb6+2BAweKK/SOGjXKOAkTUaexrSApsb0wHdbW1li3bh3effddsQjj6NGjyMrKwuLFizFr1qzHjvGora1FdnY2jhw5gsOHD+Phw4dijL59+4rjR4iIusPYRXPffPMNkpOTATxqm7788ssux8jOzoZKpRLbNnd3d0RHR+uUV1RUFNLT05GXlwfgUXHRhQsX9LZaW29e5czU9ORJC9UEQUBGRgaSkpKQlpaG+vp68ftA2/vEQYMGYc6cOQgJCYGbm5txkiYikyMTOLKRiKjHyczMbPM9Hx+fTr1Oau29r5RCQ0Nx8eJFyGQyvPLKK9ixY4fOMaOiopCamgqZTAZPT08kJiZKkCkREVHPNnr0aKOvOKcenHjt2jWj5kGGUVdXBx8fHzQ2NkIQBDg4OCAlJaVNx3BXlJWV4X//939RXl4OQRDQr18/nD9/HtbW1hJmTkT6kJmZiYMHD+L48ePiQCztD0nU287OzuKM50RkOL257Tbla1RZWRk2b96MlJQUjXw6Q51zQEAAfv/73xt81bzHPYO0PoYnPaN09nWdwWcQ88fziejJGhsb8fHHH2P//v1obGzs0nkuCAIsLS2xaNEiREdH6222ezJt6uus9r0PAHEQ/fTp0xEcHIyXXnqJk50QmSG2FSQFthem55NPPsHf/va3dn8vNjY2qKmpEb/Xv39/AEB1dbW4v/qzO/XX69atw+LFiw15CEREktq+fTv27NkDAN0em/Dtt98iJiZGjPHBBx9g/vz5OuemHXfTpk147bXXdI7bns8//xxbt24V3+vMmTOSFFaVlZVhypQpYtvx29/+FkuWLNE5bk927tw5/PrXvxZ/Zr/5zW+wcuVKnePu3LkTO3fuBPDod/zFF1/orRDzcQoLC5GUlITvvvsO9+/fB/D4YjkrKyv4+/sjJCQEvr6+sLCwMGiuRGT6uOIcEVEP1NliNX0XtRnC8uXLERERAQD4/vvvoVQq4e/v3+14SqVSLJpTxyciIqLO4bwsZEjW1tbw9vbGmTNnIJPJUFlZiVWrVmH37t2wtbXtcrz6+nq8++67KCsrg0wmg0wmg4+Pj8kNvCei9vn4+MDHxwd/+MMfcPz4cSgUCmRlZWl8eKL+uqSkxJipEvVavbntNtVr1KVLl/D222+jrKys3UGJaq0HuWl/HwCOHDmCc+fOYdeuXfD09NRv0u3Qzl17YOXjdFQk1VnGnkCEpMXziah9lpaWeO+997BkyRIcOHAAx44dQ2FhYYd/F25ubnj11VcRGhqqU7E89RzaA9vc3d0RHByM2bNnG7wIn4ikxbaCpMT2wnSsXLkSFhYWiIuLQ3NzM4CW34u6aE79vaqqqjb7q/s8+vTpg9/+9rcsmiMiQts+YKnGcHp7ewNoaUf1uVpbb1jlzFxMmDABVlZW4qSFX3/9NRYuXKjzpIXx8fFiO25lZYUJEyZImPXjVVZW4siRI1AoFLh8+TIAzT5b7fvEsWPHIiQkBLNnz4aDg4NBciQi88TCOSIiMmu+vr4IDw9HfHw8AGDVqlXYtm0bZsyY0eVYaWlpWLNmjXjDHxYWhpdeeknqlImIiHqk/Px8Y6dAvVBERATOnDkD4FHHaFZWFsLDw7Fp0yaMGzeu03Hy8/MRExODvLw88V5QJpPhrbfe0lfqRKQntra2CA4ORnBwMIqLi5GUlIRDhw7h1q1bGoUpRGQcvb3tNqVrVG5uLt566y2oVCoA7a+AN2zYMMjlctjY2KC2thaVlZX4z3/+Iw6Ua71PSUkJlixZgi+++MIoxXOtc9fX66l34flE1L6BAwdixYoVWLFiBSorK3H58mU8ePAAlZWVqK6uRv/+/SGXyzFo0CB4eHhALpcbO2UyMYIgwMnJCYGBgQgODsbo0aONnRIRSYxtBUmB7YVpWb58OSZNmoQNGzbg5s2bADo36YcgCBAEAU8//TTef/99TJ06Vd+pEhGZBSsrK41tqSYP0I6jz1V8Bw8eDKClPVAqlV3q438cpVIJoGUyN/X70OP1lEkLT58+DYVCAaVSiYaGBgCPX11u4MCBCAwMREhICEaNGqXXvIio52DhHBERmb2YmBg0NzcjISEBdXV1WLlyJWbOnImlS5d2aqDOlStXsHfvXhw/fly8uV64cCHWr1+v79Q7raqqqsMPFezs7IydJhEREZFB/eIXv4Cfnx9OnTolDja/du0aXn/9dUydOhWBgYGYMGECnnrqqTb7FhUVITc3F8nJyUhPT0dzc7NGx+u0adMwefJkQx8SEUnIwcEBLi4ucHJywq1bt4ydDhGBbXdrxrxG1dTUYNWqVVCpVBofONvY2CAwMBABAQHw8PBo90P1mpoaXLlyBcnJyUhOTkZNTY0Yo6qqCqtWrUJycjJsbGz0fhzqGZSJpMDziajr5HI5XnzxRWOnQWaib9++mDZtGoKDg+Hn54e+fTlUhag3YFtBXcX2wnRNnjwZR48exYkTJ5CYmIjs7GyNFee09e3bFxMmTMC8efMwZ84cWFhYGDBbIiLTNmzYMI1tlUolybg/9SRpakOHDtU55uP0tFXOzF1PmLQwMjJSY4JB7dXl+vbti+nTpyM4OBgvvfQS+vTpo/eciKhnkQmcApGIiMxYUlKS+HVqaipOnjwJoGWWCVdXV3h5ecHNzQ0ODg6wtrZGXV0dKioqUFhYiEuXLuH27dsAWmYq8ff3x8yZM7ucS1BQkM7H01ppaSkSExORkpKCwsLCJ85aLJPJ4ObmhtmzZ2PBggUYMGCApLlI4eeff8alS5dw//79NsV/Li4u8PT0xNNPP23sNImIiMjMVFZWIiwsDIWFhW06UtWsra1hb28vrpaiUqlQV1cn/nvrfQRBwLPPPot//OMfnO2YyEydPXsWBw8eRFpamvi3rn7eU///2rVrRs6SqPfq7W23KVyjtm3bhr1792r8/P38/LBhwwYMGTKk03Hu3buHDRs2QKlUtvkQ/d1339VX+kRERGSGSktL4eTkZOw0iIjIxLG9MB9NTU24evUqioqKUF5eDpVKhX79+mHAgAFwcXHB+PHjDTKpDhGRoW3fvh179uwBgG735f7nP/+Bv7+/2Cf+t7/9DdOnT9c5N6VSiXfeeUfM7eTJk3otnlu6dKm4yhnwaGIqXVY5e+edd3D27Fkx3i9/+UvxZ00de/vttzUmLQSAPn36SDJp4e7du/We/+jRozU+J1Ln4O7ujuDgYMyePdskx8QSkflg4RwREZk17RtmtdbNW3v/3tXXdYZUg5qampqwY8cO7Nu3Dw0NDU8smNMmk8lgZWWFX//611i5cqXRZ9YoKChAYmIijhw5goqKig5f7+DgIBb/PffccwbIkIiIiHqCu3fvIjIyEj/++KPGrGOd1Xqf0aNHY/fu3V0aNE5ExvfTTz9BoVDg0KFDuHfvHgC0KcZRb1tbW+PixYtGyZOIHultbbcpXaOam5vh6+uL0tJSsdAtKCgIW7Zs6VbfmCAI+N3vfgeFQiF+ID9w4ECkp6fr3NdGREREJJVvvvkGycnJAB7df3355ZdGzoiIiEwR2wsiIuqIFIVzABAaGoqLFy9CJpPhlVdewY4dO3TOLSoqCqmpqZDJZPD09ERiYqLOMZ/khx9+wJtvvqkxqdro0aN1WuUMaJlobt++fZg8ebK+0u9xzH3SQvU4YEEQ4OTkhMDAQAQHB2P06NF6f28i6h24njkREfUI2jf67c0+0Z6Oiu46S6qBQPfv38dvfvMb5OXltfvw0hFBEFBfX49PP/0UGRkZiIuLg4uLiyS5dUVZWRk2b96MlJQUMa/OKC8vR3x8POLj4xEQEIDf//73nCmEiIiIOjRkyBB8++23+Pjjj7F//340NjZ2+R7K0tISixYtQnR0NCwtLfWYLRFJpaqqCkeOHIFCoUBubi4AzWdD7WIUT09PcUZCIjKu3tB2m+o16l//+hdKSkrE9x8xYgQ2btzY7b4tmUyGjRs3IicnB7du3QIAlJSUIDs7G5MmTZIsbyIiIiJdFBUVITMzE4B0n+kREVHPw/aCiMzVyy+/rLEtk8lw4sSJDl8ntce9L7W1fPlyREREAAC+//57KJVK+Pv7dzueUqkUi+bU8fXtF7/4Bfz8/DRWObt27Rpef/11SVY5Y9Fc18jlcnz++edPnLSwtrYWtbW1j43R3qSFhiiaA4C+ffti2rRpCA4Ohp+fH/r2ZYkLEUmLVxUiIupRulr0ZkoLr6pUKixduhTXr18H0HbGcQDo168f7O3tYWtri5qaGqhUKtTX14v/3nqfK1euICIiAvHx8bCzszPYcVy6dAlvv/02ysrKnlj8p54dpr3vA8CRI0dw7tw57Nq1C56envpNmoiIiMyepaUl3nvvPSxZsgQHDhzAsWPHUFhY2OEkCm5ubnj11VcRGhoKZ2dnA2ZMRN0hCAIyMjKQlJSEtLQ08XnocSs3DRo0CHPmzEFISAjc3NyMkzQRtasntt3mcI0qKioSc5DJZAgPD4eVlZVOMa2srBAeHo4tW7ZovA8L54iIiIiIiIiIiPSvuLj4sStMPel1UmPRcef5+voiPDwc8fHxAIBVq1Zh27ZtmDFjRpdjpaWlYc2aNeLvNiwsDC+99JLUKbfro48+arPKWVNTEzIyMpCRkQGg66ucubm54aOPPjJI/j2NOU9a+M9//hNOTk4Gez8i6n1YOEdE1APduXPH2CmIhg0bptf43t7eeo1vSOvWrcP169c1BlHJZDJMmTIFc+fOxfjx4zFy5Mg2+/3000+4ePEiDh8+jLNnzwJoeZAsKCjA2rVrsXPnToMcQ25uLt566y2oVCoxD/WxqLeHDRsGuVwuPgxXVlbiP//5D5qbm9vsU1JSgiVLluCLL75g8RwRERF1ysCBA7FixQqsWLEClZWVuHz5Mh48eIDKykpUV1ejf//+kMvlGDRoEDw8PAw2QxoR6aawsBBJSUn47rvvcP/+fQBtV24SBAGCIMDKygr+/v4ICQmBr68vLCwsjJk6EXWgJ7Td5nSNUuen9uKLL0oSVx1H3a/z4MEDSeISERERERERERFR53S2KE4fBW6mNHm9uYiJiUFzczMSEhJQV1eHlStXYubMmVi6dGmnxslduXIFe/fuxfHjx8Wf/8KFC7F+/Xp9py4y91XOeiJznbTQ2EVz33zzDZKTkwE8+nl8+eWXRs2HiKTHwjkioh5o+vTpJjGDi0wmw9WrV/X6Hvv379drfEPJysrCiRMnNB4ER40ahU2bNmH8+PFP3HfkyJEYOXIkgoKCkJubi/Xr16OgoEDsDElLS8OFCxf0Pst3TU0NVq1aBZVKpXEcNjY2CAwMREBAADw8PGBra9vuvleuXEFycjKSk5NRU1MjxqiqqsKqVauQnJwMGxsbvR4DERHpX1VVFVasWCEWTLu7u2Pt2rXdjvfhhx+K9xuWlpaIi4tDv379JMmVzJ9cLpdsMDgRGV5lZSWOHDkChUKBy5cvA2hbiNL6e2PHjkVISAhmz54NBwcH4yRNRDoxp7bbXK9Rffr00dgePHiwJHG142i/DxEREREREREREelPZwvXWOBmGpKSkgAAXl5euHfvHk6ePAlBEJCamorU1FS4urrCy8sLbm5ucHBwgLW1Nerq6lBRUYHCwkJcunQJt2/fBtAyOb+/vz88PT1x6NChLuUSFBSk07GY8ypnPVlPmLTQkIqKipCZmQmAq2cS9VQsnCMi6qH4kGtePvvsM41tb29v7Nq1C3Z2dl2K4+XlhQMHDiAyMhJZWVniTfyePXv0XjgXFxeHO3fuaMxe5Ofnhw0bNmDIkCFP3NfW1hY+Pj7w8fHB8uXLsWHDBiiVSjH/O3fuIC4uDu+++65ej4GIiPTv8OHD+OGHHwA86mwKCwvTKZ6Xlxf27dsnthkpKSkIDg7WOU8iIjKe06dPQ6FQQKlUoqGhAYBmMUrr7YEDByIwMBAhISEYNWqUcRImol7F3K9R2n001dXVXe5/ak91dbXGtlQFeURERERERERERPRkX331laSvI/1bu3atRnGOdt/y7du3UVxc/Nj9W48NVe+rVCqhVCq7nIuuhXOA+a5y1luY06SFRET6wsI5IqIeytizHrBwr/Pq6+uRmZkpFpw5OjoiNja224OWbG1tERsbi4CAAFRUVEAQBPzwww+or6/X2wo8zc3NUCgU4jHIZDIEBQVhy5YtXT4XBw8ejLi4OPzud7/TiKlQKLB69Wqjn9tERKSbY8eOiV87Ojpi1qxZOsWbNWsWnJycUFZWBgA4cuQIC+eIiMxcZGSkxoQc2is39e3bF9OnT0dwcDBeeuklrmpERAZl7teocePGaWwXFhZKUuR248YNAC2zG48dO1bnmERERERERERERNQxHx8fSV9HhqM9KVvrcXEdFZ09LlZXSD0Oj6ucERGRqWLhHBFRD8XCNfORk5OD+vp6caBVeHi4zjOoODs7Y+HChYiLiwMANDQ0ICcnB1OmTJEi5Tb+9a9/oaSkRHyYHjFiBDZu3Njth2uZTIaNGzciJycHt27dAgCUlJQgOztb7yvnERGR/tTV1SEnJ0dsH1555RVYWFjoFNPCwgIzZ87EgQMHAAAXLlxAQ0MDrKysdM6XiIiMS3t2TXd3dwQHB2P27NkYMGCAMVMjIjLba9TTTz+N5557DgUFBQAeTTwxdepUneMePnwYQMsswc8880y3Y7388ssa2zKZDCdOnOjwdVJ73PuSeeH5REREREREREREpq6rYz3NYWwoVzkjIiJTwsI5IqIeKD8/39gpUBfcu3cPQMuM3NOnT5ck7ssvv4y4uDhxIJf6ffShqKgIQMsxhIeH61ywYGVlhfDwcGzZskXjfVg4R0RkvgoKCtDY2Ci2TVJd0ydNmiQWztXX1+P69etc4YKIqAcQBAFOTk4IDAxEcHAwRo8ebeyUiIhE5nyNWrZsGdasWQNBEJCUlIQFCxbAy8ur2/Fyc3ORlJQk3ucvW7ZMp/yKi4vbrOrXmddJ3xPIhwABAABJREFUTerZlsk4eD4REREREREREZGp8fb2NnYKREREvQoL54iIiIystLRUY9vV1VWSuMOGDXvi+0jp/v37GttSzRajjqMeWPLgwQNJ4hIRkXHcuHEDQEuhtbu7uyRxx4wZA6Clvbh58yYL54iIzFjfvn0xbdo0BAcHw8/PD337sguTiExHT7hGzZ49G6mpqUhNTUVTUxMiIyOxZ88eeHh4dDnWlStX8M4776C5uRnAo1Wl58yZI0menS1i0kdBkjnM2Exdw/OJiIiIiIiIiIhMxf79+42dAhERUa9ifp/oEhER9TDaAyfUA43MSZ8+fTS2Bw8eLElc7Tja70NEROalvLxcY9vJyUmSuAMGDNDY1mexOBER6d8///lPydoIIiKp9ZRr1NatW9HQ0IBTp06hvLwcYWFhWLRoEZYsWYKBAwd2uH9JSQm++OILfPXVV2hsbAQA+Pv7Y/v27ZLk19lCIxYkUWfwfCIiIiIiIiIiIiIiIuq9WDhHRERkZM7Ozhrbd+7ckWQA1p07dzS29Tmoa8iQIRrb1dXVsLOz0zludXW1xrZUBXlERGQcdXV1Gtv9+vWTJK52nJqaGkniEhGRcRi7IOWbb75BcnIygEerznz55ZdGzYeITEtPuEZlZWUBAN58803IZDIolUo8fPgQf//73/Hll19i0qRJ8PLygpubGxwcHGBtbY26ujpUVFSgsLAQubm5yM7ORlNTk7iatL+/PxYvXozc3Nwu5eLt7d3me1999VWn9u3s66h34/lERERERERERERERETUu7FwjoiITNLLL7+ssS2TyXDixIkOXye1x72vlNTFYDKZDACgVCoxbtw4neMqlUoAEAcw6bPoTDvfwsJCSd7vxo0bAFqOYezYsTrHJCIi47G3t9fYLi8vR//+/XWOq72SnY2Njc4xiYio9yoqKkJmZiaAluc0IiJTIcU16o033tDYV/21IAhoampCZmam+B6Po16Zq3V/lrovqrNkMhmuXr3a5vs+Pj6d2r+zr6PejecTERERERERERERERFR78bCOSIiMknFxcWQyWRtBuF09DqpGWKQ5IQJE2BlZYXGxkYIgoCvv/4aCxcubLMSXVeUlZUhPj5e/NlYWVlhwoQJEmat6emnn8Zzzz2HgoICAMCRI0cwdepUneMePnwYwKPfg5ubG5555hmdYxIRkfEMGDBAY/vnn3+Gq6urznFv3boFoKXQ2tirgBARERERmQPtfrfWBXQd0e4z01ffHBERERERERERET3ZnTt3jJ2CaNiwYcZOgYiIiKgNFs4REZFJ62xRnD4K3Aw14Mfa2hre3t44c+YMZDIZKisrsWrVKuzevRu2trZdjldfX493330XZWVlkMlkkMlk8PHxgbW1tR6yb7Fs2TKsWbMGgiAgKSkJCxYsgJeXV7fj5ebmIikpSfzdLlu2TKpUiYjISIYPHw6gpd1OT0+XpNA6PT1dY3vo0KE6xyQiIiIi6uke15/WnX62ru7DQjsiIiIiIiIiIiJpTJ8+3SCTw3dEJpPh6tWrxk6DiIiIqA0WzhER9WJVVVVYsWIFmpubAQDu7u5Yu3Ztt+N9+OGH4sOvpaUl4uLi0K9fv27H6+wAmp4w0CYiIgJnzpwB8Oh4srKyEB4ejk2bNmHcuHGdjpOfn4+YmBjk5eWJRYcymQxvvfWWvlIXzZ49G6mpqUhNTUVTUxMiIyOxZ88eeHh4dDnWlStX8M4774jn5iuvvII5c+ZInTIRERnYuHHjYGdnh+rqagiCAIVCgeXLl8POzq7bMauqqnDw4EGx3bO2toanp6eEWRMRERER9Syc9ZmIiIiIiIiIiKhn6Qnj54iIiIj0hYVzRES92OHDh/HDDz8AeDTjS1hYmE7xvLy8sG/fPnEGm5SUFAQHB3cr1ldffSXp60zdL37xC/j5+eHUqVPiwP9r167h9ddfx9SpUxEYGIgJEybgqaeearNvUVERcnNzkZycjPT0dDQ3N4udITKZDNOmTcPkyZMNchxbt25FQ0MDTp06hfLycoSFhWHRokVYsmQJBg4c2OH+JSUl+OKLL/DVV1+hsbERAODv74/t27frO3UiIjIACwsLTJ48GWlpaQCAiooKbN26FRs3bux2zG3btqG8vFxcZdXb2xtWVlZSpUxERERE1OOcPHnS2CkQERERERERERGRhIy94hwL94iIiMiUsXCOiKgXO3bsmPi1o6MjZs2apVO8WbNmwcnJCWVlZQCAI0eOdLtwzsfHR9LXmYOPPvoIYWFhKCwsFIvnmpqakJGRgYyMDACAtbU17O3tYWNjg9raWqhUKtTV1YkxWhfMCYIANzc3fPTRRwbJPysrCwDw5ptvQiaTQalU4uHDh/j73/+OL7/8EpMmTYKXlxfc3Nzg4OAAa2tr1NXVoaKiAoWFhcjNzUV2djaamprElfL8/f2xePFi5ObmdikXb29vfRwiERFJYPHixUhLSxPbqm+++QbOzs6IiorqcqydO3fiwIEDGqusvvHGG3rImoiIiIiIiIiIiIiIiIiIyDSxcM00vPzyyxrbMpkMJ06c6PB1Unvc+xIREfVWLJwjIuql6urqkJOTI84288orr8DCwkKnmBYWFpg5cyYOHDgAALhw4QIaGhq46ksnyeVyfP7554iMjMSPP/4o/m5ad2zU1taitrb2sTFa7zN69Gjs3r0bcrlcv4n/f2+88YbG7EWtc2lqakJmZiYyMzOfGKN14R8AKJVKKJXKLuUhk8lw9erVLu1DRESG4+PjAx8fH2RmZooFb7t27cLFixexZs0auLu7dxjj6tWr2L59O86ePQsAYtHcxIkT4evrq+9DICIiIiIiIiIiIiIiIiIiMgn5+fnGTqHXiIiIQGho6GP/vbi4WBwHATx+JUDt10nN2CsQEhERmRoWzhER9VIFBQVobGwUH5ImTZokSdxJkyaJhXP19fW4fv06xo4dK0ns3mDIkCH49ttv8fHHH2P//v0av6POEAQBlpaWWLRoEaKjo2FpaanHbB+fA9DyAN5eAeDjaB8rZ0MiIuqZtmzZgvnz56O8vFzsDD537hzmzZsHd3d3+Pj4YOzYsXB0dIStrS1qampQXl6OvLw8ZGZmigXS6oI5QRDg4OCALVu2GPnIiIiIiIhIV3fu3DF2CqJhw4YZOwXSEc8nIiIiIiIiIiKSilwu79Qk9p0titNHgRvH2xEREbXFwjkiol7qxo0bAFoGnHdmdZfOGDNmDICWh7qbN2+ycK6LLC0t8d5772HJkiU4cOAAjh07hsLCwic+1MpkMri5ueHVV19FaGgonJ2dDZhx21y68v3uxHocPvgTEZmH4cOHY8eOHYiIiEB9fb1Gp3FeXt4TVw5tfa1X79evXz/s3LkTI0aM0HvuRERERESkX9OnTzeJGZFlMtkTn03IPPB8IiIiIiIiIiLqHVQqFS5fvoxLly7h/v37qKioQE1NDWxtbeHg4AAXFxd4enrCw8MD9vb2esujs+PXOM6NiIjIcFg4R0TUS5WXl2tsOzk5SRJ3wIABGtulpaWSxO2NBg4ciBUrVmDFihWorKzE5cuX8eDBA1RWVqK6uhr9+/eHXC7HoEGD4OHh0anZbPSJMyYTEVFXeHt7IyEhAStXrsTt27c1BjJ2VCze+nUjRozAjh07MHr0aL3mS0RERETUW1RVVXXYD2VnZ6fXHDhohKTE84mIiIiIiIiIqOdSKpVITExEeno6mpubO3y9hYUFfH19ERoaCj8/P0lz+eqrryR9HREREUmDhXNERL1UXV2dxna/fv0kiasdp6amRpK4vZ1cLseLL75o7DSe6OTJk8ZOgYiIzMyYMWOgUCiwZ88eJCQkQKVSAXjyiqPqAY9yuRwLFy7EW2+9pfdBu0REREREPV1paSkSExORkpKCwsLCDiezcHNzw+zZs7FgwYI2E2lJwdgrhLHQqmfh+URERERERERE1PPcvHkTMTExyMnJAdC2D+Zxk/c2NTXh9OnTOH36NF544QVs3rwZzzzzjCQ5+fj4SPo6IiIikgYL54iIeint5cbLy8vRv39/neNqr2RnY2Ojc0wiIiLquezt7bF69WosW7YMqampOH/+PLKzs3H37l08fPhQfF3fvn0xZMgQTJo0CZMnT8bMmTMluXchIiIiIurNmpqasGPHDuzbtw8NDQ2dKvARBAHXr19HbGws4uLi8Otf/xorV65Enz59JMuLhUYkJZ5PREREREREREQ9S1paGlavXq3Rp6ldKNeZQrrs7GwEBQUhNjYW/v7+BsiciIiIjIGFc0REvZT2TNA///wzXF1ddY5769YtAI8eLmUyGZycnLoV586dOzrnIpVhw4YZOwUiIqIez87ODiEhIQgJCRG/V11djaqqKtjZ2bFIjoiIiIhIYvfv38dvfvMb5OXltTu4pCOCIKC+vh6ffvopMjIyEBcXBxcXF53zys/P1zkGkRrPJyIiAoCIiAiEhoYaOw0iIjJxbC+IiMyDUqlEdHQ0GhsbAbT0aar7OJ2cnPDss89CLpfDxsYGtbW1qKysRGFhIUpKSjT2AYD6+npERUXhk08+gZ+fn2EPhoiIiAyChXNERL3U8OHDAbQ8BKanp2Pq1Kk6x01PT9fYHjp0aLfiTJ8+vUsDdfRFJpPh6tWrxk6DiIioV+rfvz8L5oiIiIiI9EClUmHp0qW4fv06gLaDSwCgX79+sLe3h62tLWpqaqBSqVBfXy/+e+t9rly5goiICMTHx8POzs6AR0JERETUMblcDrlcbuw0iIjIxLG9IKKerqqqCitWrEBzczMAwN3dHWvXru12vA8//FAcV2dpaYm4uDj069dPklwfp7S0FOvWrUNjY6NG/6SLiwvCw8MREBAgjotsT3FxMZKTk5GQkIC7d+9CJpNBJpOhsbERa9euxdGjR9ssSEBERETmj4VzRES91Lhx42BnZ4fq6moIggCFQoHly5frNLClqqoKBw8ehEwmgyAIsLa2hqenZ7fjaS+XTkRERERERERERLpbt24drl+/rjG4RCaTYcqUKZg7dy7Gjx+PkSNHttnvp59+wsWLF3H48GGcPXsWAMS+wIKCAqxduxY7d+405KEQERGRmVOpVLh8+TIuXbqE+/fvo6KiAjU1NbC1tYWDgwNcXFzg6ekJDw8P2NvbGztdIiIyErYXRES6O3z4MH744QcAj/r0wsLCdIrn5eWFffv2iX2MKSkpCA4O1jnPJ4mNjUV5ebnYJwkAoaGheO+992Bra9vh/q6uroiMjMSiRYuwbds2xMfHi/lXVFQgNjYWGzdu1OsxEBERkeGxcI6IqJeysLDA5MmTkZaWBuDRg9/WrVt1evDbtm2b+GAqk8ng7e0NKyurbscz9opzLNyTVlVVFS5fvowHDx6gsrIS1dXV6N+/P+RyOQYNGgQPDw/OSE5EREREREREpGdZWVk4ceKERtHcqFGjsGnTJowfP/6J+44cORIjR45EUFAQcnNzsX79ehQUFIgDVdLS0nDhwgVMmjTJAEdCRERE5kypVCIxMRHp6eniihdPYmFhAV9fX4SGhsLPz0//CRIRkUlge0FEJJ1jx46JXzs6OmLWrFk6xZs1axacnJxQVlYGADhy5IheC+caGhpw9OhRsS9SJpNh2bJlWLVqVZdj2djYYP369bC3t8fu3bvFmCkpKYiJiYGlpaUejoCITFVERARCQ0ONnQYR6REL54iIerHFixcjLS1NfPD75ptv4OzsjKioqC7H2rlzJw4cOKDxYPrGG2/olB8L18xfaWkpEhMTkZKSgsLCwif+TmUyGdzc3DB79mwsWLCAy94TEREREREREenBZ599prHt7e2NXbt2dXlCIy8vLxw4cACRkZHIysoSC/H27NnDwjkiIiJ6rJs3byImJgY5OTkA2n4e2Hpizdb/1tTUhNOnT+P06dN44YUXsHnzZjzzzDOGSZqIiAyO7QURkbTq6uqQk5MjXj9feeUVWFhY6BTTwsICM2fOxIEDBwAAFy5cQENDg04T7T9JdnY2VCqVeAzu7u6Ijo7WKWZUVBTS09ORl5cH4NHE8BcuXMCUKVN0TZeIzIhcLodcLjd2GkSkRyycIyLqxXx8fODj44PMzEyx4G3Xrl24ePEi1qxZA3d39w5jXL16Fdu3b8fZs2cBQCyamzhxInx9fbudW35+frf3JeNramrCjh07sG/fPjQ0NHSqCFIQBFy/fh2xsbGIi4vDr3/9a6xcuRJ9+vQxQMZERERERERERD1ffX29Rl+go6MjYmNju1w0p2Zra4vY2FgEBASgoqICgiDghx9+QH19Pfr16ydx9kRERGTu0tLSsHr1ao3PjrQLHzpTGJGdnY2goCDExsbC39/fAJkTEZEhsb0gIpJeQUEBGhsbxeulVBNfTZo0SSycq6+vx/Xr1zF27FhJYmsrLi4G0DI+MTQ0VOP63x0WFhYICwtDTExMm/fpjjt37uiUj5SGDRtm7BSIJKFSqXD58mVcunQJ9+/fR0VFBWpqamBrawsHBwe4uLjA09MTHh4esLe3N3a6RGSiWDhHRNTLbdmyBfPnz0d5ebk4YObcuXOYN28e3N3d4ePjg7Fjx8LR0RG2traoqalBeXk58vLykJmZiatXrwJoeSAVBAEODg7YsmWLkY+MjOX+/fv4zW9+g7y8vHY7sTsiCALq6+vx6aefIiMjA3FxcXBxcdFXukREZCJ++ukn/PjjjygrK4NKpUJ9fX23Y61YsULCzIiIiIiIeo6cnBzU19dDJpNBJpMhPDwczs7OOsV0dnbGwoULERcXBwBoaGhATk4OZ2UmIiIiDUqlEtHR0WhsbATQ8tmR+rMkJycnPPvss5DL5bCxsUFtbS0qKytRWFiIkpISjX2AR4Nyo6Ki8Mknn8DPz8+wB0NERHrD9oKISD9u3LgBoGWMX2cm1O+MMWPGAGi59t68eVNvhXPq67yaj4+PJHG9vb0BtBxDaWlpt2NNnz5d52I+KchkMnFcJ5G5UiqVSExMRHp6Opqbmzt8vYWFBXx9fREaGsr7PiJqg4VzRES93PDhw7Fjxw5ERESIg2bUHY55eXlPfIBqPYOXer9+/fph586dGDFihN5zJ9OjUqmwdOlSXL9+HUDbTmwA6NevH+zt7cVCTO3iiNb7XLlyBREREYiPj+/2zOdERGS6bty4gX/84x84fPgwKisrJYvLwjkiIiIiovbdu3cPQMsAmenTp0sS9+WXX0ZcXJzYr6N+H32qqqrCihUrxA/M3d3dsXbt2m7H+/DDD8W+UEtLS8TFxXHVvF6E5xMRkX6VlpZi3bp1GitcCIIAFxcXhIeHIyAgAMOHD3/s/sXFxUhOTkZCQgLu3r0rTgLQ2NiItWvX4ujRoxgwYIChDoeIiPSE7QURkf6Ul5drbDs5OUkSV/u6qkvRWUesrKw0tnWdEOxxcSwtLXWKp70qKhF1zc2bNxETE4OcnBwAbf+m2ltpGACamppw+vRpnD59Gi+88AI2b96MZ555xjBJE5HJszB2AkREZHze3t5ISEiAq6urOGhG/Z8gCI/9T/t1I0aMQGJiomRLuZP5WbduHa5fv65xXgDAlClT8OGHH+LYsWPIzc1FRkYGUlNTkZGRgdzcXBw7dgwffvghXnzxRTGW+gGnoKBAp0EqRERkmv72t79h7ty5iI+PR0VFxRPvOTrzH8AOaCIiIiKijmgPXHF1dZUk7rBhw574Pvpw+PBh/PDDD8jMzERWVha8vLx0iufl5SXGOnv2LFJSUiTKlMwBzyciIv2KjY1FeXm5xmePoaGhOHbsGCIjI59YBAE8umeJjIzE0aNHER4ertEPWFFRgdjYWD0fARERGQLbCyIi/amrq9PYlmqCH+04NTU1ksRtj3YfpEqlkiSudpyhQ4fqFK/1mEpj/EdkztLS0hAUFIScnJx2xykDaDNWqL3xztnZ2QgKCoJSqTTm4RCRCWHhHBERAXi0bLpCocCyZctgZ2fX7k2n9n/q19jb2+Ptt9/GwYMHMXr0aGMfChlJVlYWTpw4ofGAMmrUKCQkJODvf/87goKCMHLkyHb3HTlyJIKCgvD555/jwIEDGDVqlHj+CYKAtLQ0XLhwwYBHQ0RE+vTHP/4RO3fuRGNjY7udXN3BojkiIiIioo5p3zerV9cyR8eOHRO/dnR0xKxZs3SKN2vWLI2Zto8cOaJTPDIvPJ+IiPSnoaEBR48eFT/zkclkiIyMxIYNG2Bra9ulWDY2Nli/fj3efvttjc+RUlJS0NjYqKcjICIiQ2B7QUSkX/b29hrb2ivQdZd2HBsbG0nitsfT0xNAy2Ts165dkyRufn4+gJa+U10nVNJ10mApJh0mMkdKpRLR0dGor6/XGEukPrcHDBgAHx8fzJgxA4GBgZgxYwZ8fHzg5OTU7njn+vp6REVF4dSpU8Y+NCIyAX2NnQAREZkOe3t7rF69GsuWLUNqairOnz+P7Oxs3L17Fw8fPhRf17dvXwwZMgSTJk3C5MmTMXPmTPTv39+ImZMp+OyzzzS2vb29sWvXLtjZ2XUpjpeXFw4cOIDIyEhkZWWJnR179uzhaoZERD2AUqnE/v3728wGBTyaue1//ud/IJfLYW1tbcw0iYiIiIh6JGdnZ43tO3fuaBT3dNedO3c0tqWI+SR1dXXIyckRnyleeeUVWFjoNlekhYUFZs6ciQMHDgAALly4gIaGBlhZWemcL5k2nk9ERPqVnZ0NlUolXmfd3d0RHR2tU8yoqCikp6cjLy8PAFBVVYULFy5gypQpuqZLRERGwvaCiEi/BgwYoLH9888/w9XVVee4t27dAgCxYEWf/YJDhw7F+PHjcfHiRchkMiQlJWH69Ok6x1UoFAAeFeR5enrqtOKcugiPiLqmtLQU69atQ2Njo8ZYIhcXF4SHhyMgIOCJqw8XFxcjOTkZCQkJuHv3rjgmqbGxEWvXrsXRo0fbXAeJqHdh4RwREbVhZ2eHkJAQhISEiN+rrq5GVVUV7OzsWCRHbdTX1yMzM1Oc4cPR0RGxsbFdLppTs7W1RWxsLAICAlBRUQFBEPDDDz+gvr4e/fr1kzh7IiIypL/+9a/i14IgwMLCAq+//joWL16MZ555xoiZERERPRIREYHQ0FBjp0FE1C5dr1GDBw8G0DIrs1KpxLhx43TOS6lUAmgZIKN+H30pKCjQ+ABdqsmWJk2aJBY61dfX4/r16xg7dqwkscl08XwiItKv4uJiAC33CaGhoeI1t7ssLCwQFhaGmJiYNu9DRETmie0FEZF+qQtO1NfW9PR0TJ06Vee46enpGtu6FJ11xvLlyxEREQEA+P7776FUKuHv79/teEqlEqmpqeLPZfny5ZLkSURdExsbi/LycnH8KQCEhobivffe69Tqw66uroiMjMSiRYuwbds2xMfHi3/XFRUViI2NxcaNG/V6DERk2nSbLpGIiHqN/v37Y/DgwSZXNFdVVYU333wTixYtwqJFi/Dhhx/qFO/DDz8UYy1duhT19fUSZdqz5eTkiD8rmUyG8PDwNjOYd5WzszMWLlwoPgg1NDQgJydH51yJiMh4iouLkZ+fL3Z0WVhYYPv27diwYQOL5oiIyGTI5XK4urqK/xERmRJdr1ETJkwQV7wSBAFff/01SkpKdMqprKxM40NoKysrTJgwQaeYHblx4waAltWr3d3dJYk7ZswYAC0DiG7evClJXDJtPJ+IiPRL+17Dx8dHkrje3t4AWq6zpaWlksQlIiLjYHtBRKRf48aNEydAFwQBCoUCVVVVOsWsqqrCwYMHxWustbU1PD09dc71SXx9fREeHg5BECAIAlatWoUTJ050K1ZaWhpWr14tjl8IDQ3FSy+9JHHGRNSRhoYGHD16VPxblMlkiIyMxIYNGzpVNNeajY0N1q9fj7fffluMJQgCUlJS0NjYqKcjICJzwBXniIjIrB0+fBg//PADgEcdnWFhYTrF8/Lywr59+8QH+pSUFAQHB+ucZ0937949AC2zv02fPl2SuC+//DLi4uLE34f6fYiIyDxdvHhR/Fomk2Hu3Ll49dVXjZcQERGZHZVKhcuXL+PSpUu4f/8+KioqUFNTA1tbWzg4OMDFxQWenp7w8PCAvb29sdMlol7GHK5R1tbW8Pb2xpkzZyCTyVBZWYlVq1Zh9+7dXf4AGni0ita7776LsrIyyGQyyGQy+Pj4wNraWg/ZtygvL9fYdnJykiTugAEDNLY5oLJ34PlERKRf6qJ9NV0nXnxcHEtLS0niEhGRcbC9ICLSLwsLC0yePBlpaWkAHq3AtHXrVp1WYNq2bZu4QpRMJoO3t3eb67k+xMTEoLm5GQkJCairq8PKlSsxc+ZMLF26tFOFe1euXMHevXtx/PhxcSKlhQsXYv369fpOnYjakZ2dDZVKJY4RdXd3R3R0tE4xo6KikJ6ejry8PACPCn0vXLiAKVOm6JouEZkpFs4REZFZO3bsmPi1o6MjZs2apVO8WbNmwcnJCWVlZQCAI0eOsHCuE7QHfUi1KsOwYcOe+D5ERGRe1LOFqgutg4KCjJsQERGZDaVSicTERKSnp6O5ubnD11tYWMDX1xehoaHw8/PTf4JE1KuZ2zUqIiICZ86cAfDo3jwrKwvh4eHYtGkTxo0b1+k4+fn5iImJQV5ensZMsG+99Za+UhfV1dVpbPfr10+SuNpxampqJIlLpo3nExGRfml/1qNSqcSVLnShUqk0tocOHapzTCIiMh62F0RE+rd48WKkpaWJfXnffPMNnJ2dERUV1eVYO3fuxIEDBzT6Bd944w09ZK0pKSkJwKPJ8e/du4eTJ09CEASkpqYiNTUVrq6u8PLygpubGxwcHGBtbY26ujpUVFSgsLAQly5dwu3btwG0jFvw9/eHp6cnDh061KVcON6BSBrFxcUAWv4mQ0NDxSK67rKwsEBYWBhiYmLavA8R9U4snCMiIrNVV1eHnJwc8Sb5lVdegYWFhU4xLSwsMHPmTBw4cAAAcOHCBTQ0NBhkNhxzpp59R60zg8SIiKj30R4k+OyzzxopEyIiMhc3b95ETEwMcnJyALR99mj9oUnrf2tqasLp06dx+vRpvPDCC9i8eTOeeeYZwyRNRL2GuV6jfvGLX8DPzw+nTp0SB7Zcu3YNr7/+OqZOnYrAwEBMmDABTz31VJt9i4qKkJubi+TkZLFQUH1sMpkM06ZNw+TJk/V+DNor9pWXl6N///46x9VeeczGxkbnmGT6eD4REemXesUH9b3RtWvXJClayM/PB9AysM7Ly0vnmEREZDxsL4iI9M/Hxwc+Pj7IzMwU+wV37dqFixcvYs2aNXB3d+8wxtWrV7F9+3acPXsWQMv1deLEifD19dX3IWDt2rUa/a7qr9V9lLdv335icUzrflr1vkqlEkqlssu5sHCOSBrqSbjVfHx8JInr7e0NoOVvnYs2EPVuLJwjIiKzVVBQgMbGRvHGdtKkSZLEnTRpklg4V19fj+vXr2Ps2LGSxO6pnJ2dNbbv3LkDJycnnePeuXNHY1uKmEREZDzagxGlmsWfiIh6prS0NKxevRoNDQ0aRRlqgiB0qkglOzsbQUFBiI2Nhb+/vwEyJ6LewNyvUR999BHCwsJQWFgoDpJpampCRkYGMjIyAADW1tawt7eHjY0NamtroVKpNFbman3cgiDAzc0NH330kUHyHzBggMb2zz//DFdXV53j3rp1C0DLgB/2RfUOPJ+IiPRr6NChGD9+PC5evAiZTIakpCRMnz5d57gKhQLAo3sRT09PriBERGTm2F4QERnGli1bMH/+fJSXl4v9eufOncO8efPg7u4OHx8fjB07Fo6OjrC1tUVNTQ3Ky8uRl5eHzMxMXL16FUBLf4cgCHBwcMCWLVsMehzafbKPm8RMW3urWD3p9V2JQ0Tdo72ohfZY1O7SjmNpaSlJXCIyTyycIyKiNn766Sf8+OOPKCsrg0qlQn19fbdjrVixQsLMNN24cQNAy4N4Z2a96YwxY8YAaHnAvXnzJgvnOjB48GAAmjPxjBs3Tue46tl81L9j9fsQEZF50l5hrrS0FHZ2dkbKhoiITJlSqUR0dDQaGxsBtJ0x1MnJCc8++yzkcrlY0FFZWYnCwkJxVsLWH1rW19cjKioKn3zyCfz8/Ax7METU4/SEa5RcLsfnn3+OyMhI/Pjjj22OAQBqa2tRW1v72Bit9xk9ejR2794NuVyu38T/v+HDh2vkkJ6ejqlTp+ocNz09XWObAyp7B55PRET6t3z5ckRERAAAvv/+eyiVSp0mDVAqlUhNTRWv3cuXL5ckTyIiMi62F0RE+jd8+HDs2LEDERERqK+vF4vfACAvL08sjGuP9mptgiCgX79+2LlzJ0aMGKH33DvKSR+v15eqqiqsWLECzc3NAAB3d3esXbu22/E+/PBD8XdnaWmJuLg4TmRMZmPYsGEa2yqVSpKxRCqVSmOb/bNEvRsL54iICMCjIrR//OMfOHz4MCorKyWLq8/CufLyco1tqWbs1Z5hmEs0d2zChAmwsrJCY2MjBEHA119/jYULF+o0+0dZWRni4+PFjhYrKytMmDBBwqyJiMjQJkyYAFtbW3HwbU5OjtE60ImIyHSVlpZi3bp1GiuMC4IAFxcXhIeHIyAgQBzg3p7i4mIkJycjISEBd+/ehUwmg0wmQ2NjI9auXYujR4+2ee4jIuqsnnSNGjJkCL799lt8/PHH2L9/v8YxdYYgCLC0tMSiRYsQHR1t0Nlax40bBzs7O1RXV0MQBCgUCixfvlynD9Orqqpw8OBBsS/K2toanp6eEmZNpornExGR/vn6+iI8PBzx8fEAgFWrVmHbtm2YMWNGl2OlpaVhzZo14jU2LCwML730ktQpExGREbC9ICIyDG9vbyQkJGDlypW4fft2t1ZrEwQBI0aMwI4dOzB69Gi95tuat7e3wd5Lnw4fPowffvgBwKOfa1hYmE7xvLy8sG/fPvF3lJKSguDgYJ3zJDIEdb+p+vy9du2aJEVu+fn5AFoWbfDy8tI5JhGZLxbOERER/va3v2H37t14+PChJLOqqDse9b0keV1dnca2VLOkaMepqamRJG5PZm1tDW9vb5w5cwYymQyVlZVYtWoVdu/eDVtb2y7Hq6+vx7vvvouysjJxAJmPjw+sra31kD0RERmKlZUVQkJC8PXXX0MmkyEpKQlBQUHGTouIiExMbGwsysvLNWY5DQ0NxXvvvdep5wtXV1dERkZi0aJF2LZtmzghBwBUVFQgNjYWGzdu1OsxEFHP1dOuUZaWlnjvvfewZMkSHDhwAMeOHUNhYWGHA2Tc3Nzw6quvIjQ0VKeJk7rLwsICkydPRlpaGoBHP7utW7fq9LPbtm2b+LuVyWTw9vaGlZWVVCmTCeP5RERkGDExMWhubkZCQgLq6uqwcuVKzJw5E0uXLu1UcfGVK1ewd+9eHD9+XLxXWbhwIdavX6/v1ImIyIDYXhARGcaYMWOgUCiwZ88eJCQkiCszPWm8n/q6KpfLsXDhQrz11luSrArVFfv37zfo++nLsWPHxK8dHR0xa9YsneLNmjULTk5OKCsrAwAcOXKEhXNkNoYOHYrx48fj4sWL4lii6dOn6xxXoVAAeHRd8/T05IpzRL2cTDCVdWeJiMgo/vjHP+Lrr78WH2w7O4NMZ8hkMly7dk2nGE8SHx+PTZs2ie914sQJuLq66hy3uLgYL7/8svizWLt2LRYvXqxz3J7uhx9+wJtvvqlRODl69Ghs2rQJ48aN63Sc/Px8xMTEIC8vD0DLjB/79u3D5MmT9ZU+EREZSFlZGQICAsQO248//hi/+tWvjJwVERGZioaGBrz44ouoqqoSnwWWLVuGVatWdTtmbGwsdu/eLT6r2Nvb4+zZswZdGYmIeobeco2qrKzE5cuX8eDBA1RWVqK6uhr9+/eHXC7HoEGD4OHhAblcbrT81DIzM7Fo0SKNvqh33nkHUVFRXY61c+dO7Ny5UyPWZ599Bl9fXz1kTqaI5xMRkX4lJSWJX6empuLkyZMAWj6XdHV1hZeXF9zc3ODg4ABra2vU1dWhoqIChYWFuHTpEm7fvg2g5XMjf39/zJw5s8u5cCIvIiLTxfaCiMg4qqqqkJqaivPnzyM7Oxt3797Fw4cPxX/v27cvhgwZgkmTJmHy5MmYOXMm+vfvb8SMzVtdXR28vb3Fn/H8+fPxwQcf6Bx3w4YNOHDgAIBHk+BnZmZyIicyG+np6YiIiBDv++Li4uDv79/teEqlEu+8844Y79NPP+Xqw0S9HAvniIh6Me2bQ6ClWG7o0KH4n//5H8jlcp1W+frTn/6kc56Pk5KSgtWrVwN41FH6+eefY+rUqTrHPXfuHH7961+LcT/66CMEBgbqHLc3ePvtt3Hq1CmNWdf79OmDqVOnIjAwEBMmTMBTTz3VZr+ioiLk5uYiOTkZ6enpaG5u1ijmnDZtGnbv3m3QYyEiIv05f/48IiIi0NDQAGtra/z1r3/FtGnTjJ0WERGZAPXzmPqZYuzYsfj22291WtG8ubkZ8+fPFyfnkMlk+OKLLzBlyhSp0iaiXoLXKNOzaNEiZGZmahQoTZkyBWvWrIG7u3uH+1+9ehXbt2/H2bNnNfqiJk6ciK+//lrf6ZOJ4flERKQ/o0ePbveeqfVwlc6sbNHR6zpDn5N+EhGRbtheEBGZjurqalRVVcHOzo5FchK7dOkSFixYILZVf/7znzFnzhyd4yYnJ2PNmjUAHrWD3377LcaOHatzXCJD2bRpE+Lj4wE8Kv7ctm0bZsyY0eU4aWlpWLNmDerq6iAIAsLCwvD+++9LnS4RmZm+xk6AiIiM569//av4tSAIsLCwwOuvv47FixfjmWeeMWJmnTN8+HAALR2e6enpkhTOpaena2xziebO++ijjxAWFobCwkJxgElTUxMyMjKQkZEB4NFDjb29PWxsbFBbWwuVSoW6ujoxRutBJYIgwM3NDR999JFRjoeIiPRj8uTJ+PTTTxEdHY2Kigq8/fbbCAoKwptvvonnn3/e2OkREZERFRcXA2iZETo0NFTnQS4WFhYICwtDTExMm/chIuoKXqNMz5YtWzB//nyUl5eLfUnnzp3DvHnz4O7uDh8fH4wdOxaOjo6wtbVFTU0NysvLkZeXh8zMTFy9ehVAy+9UEAQ4ODhgy5YtRj4yMgaeT0RE+tf6M6DW/2/9b+3pqIiis3S9dyMiIsNge0FEZHz9+/dnwZye3LhxA0BLH1JnJmzqjDFjxgBoacdu3rzJwjkyKzExMWhubkZCQgLq6uqwcuVKzJw5E0uXLoWnp2eH+1+5cgV79+7F8ePHxXvAhQsXYv369fpOnYjMAAvniIh6qeLiYuTn54sf4FtYWGD79u149dVXjZ1ap40bNw52dnaorq6GIAhQKBRYvnw57Ozsuh2zqqoKBw8eFH8u1tbWnbrppkfkcjk+//xzREZG4scffxQfxFt3RtfW1qK2tvaxMVrvM3r0aOzevRtyuVy/iRMRkcGsW7dO/Hr06NE4f/48BEFAUlISkpKSMGjQIDz//PNwcHCApaVll+PLZDIOSiQiMmMlJSUa2z4+PpLE9fb2BtDyvFFaWipJXCLqXXiNMj3Dhw/Hjh07EBERgfr6erFPDwDy8vLEQqb2aK9EIAgC+vXrh507d2LEiBF6z51MD88nIiLD6WoRQ3eKHoiIyPyxvSAiop6ovLxcY9vJyUmSuAMGDNDYZj8zmZOkpCQAgJeXF+7du4eTJ09CEASkpqYiNTUVrq6u8PLygpubGxwcHGBtbY26ujpUVFSgsLAQly5dwu3btwG0FKX6+/vD09MThw4d6lIuQUFBEh8dEZkCFs4REfVSFy9eFL+WyWSYO3euWRXNAY9m5J48eTLS0tIAABUVFdi6dSs2btzY7Zjbtm0TZxSWyWTw9vaGlZWVVCn3CkOGDMG3336Ljz/+GPv370djY2OXZmQTBAGWlpZYtGgRoqOju1U0QUREpkuhUGi0C9pF1vfv38eDBw+6FVvd+cXCOSIi86X9/OXs7CxJXO04fM4gou7gNco0eXt7IyEhAStXrsTt27e7tRKBIAgYMWIEduzYgdGjR+s1XzJtPJ+IiPRDPVEAERHRk7C9ICKi3qCurk5ju1+/fpLE1Y5TU1MjSVwiQ1i7du0TxxLdvn0bxcXFj91fe2IzAFAqlVAqlV3OhYVzRD0TC+eIiHop9QzZ6gHm5nqzt3jxYqSlpYmz+H7zzTdwdnZGVFRUl2Pt3LkTBw4cEGPJZDK88cYbesi657O0tMR7772HJUuW4MCBAzh27BgKCws7HFzi5uaGV199FaGhoZINPiMiIvPQlSJrIiLquYYNG6axrVKpdFpVvHWc1oYOHapzTCLqfXiNMl1jxoyBQqHAnj17kJCQIP5Mn/Scoe6nksvlWLhwId566y1Jfp9k/ng+ERFJb//+/cZOgYiIzADbCyIi6g3s7e01tsvLy9G/f3+d42qvZGdjY6NzTCJDU/ezqvtiuzOxWWde35U4RNQzsHCOiKiX0p5R5NlnnzVSJrrx8fGBj48PMjMzxYK3Xbt24eLFi1izZg3c3d07jHH16lVs374dZ8+eBdBSTDhx4kT4+vrq+xB6tIEDB2LFihVYsWIFKisrcfnyZTx48ACVlZWorq5G//79IZfLMWjQIHh4eEAulxs7ZSIiMoDudE4REVHv4OnpCaDlQ4lr165JUkCSn58PoOV5z8vLS+eYRNT78Bpl2uzt7bF69WosW7YMqampOH/+PLKzs3H37l08fPhQfF3fvn0xZMgQTJo0CZMnT8bMmTMlGZhCPQvPJyIiIiIiIiIi0ocBAwZobP/8889wdXXVOe6tW7cAtPQzOzk56RyTyFi6Oq6I45CIqCMsnCMi6qW0Zy6RaslvY9iyZQvmz5+P8vJysXju3LlzmDdvHtzd3eHj44OxY8fC0dERtra2qKmpQXl5OfLy8pCZmYmrV68CaHloFAQBDg4O2LJli5GPrGeRy+V48cUXjZ0GEREZ2YoVK4ydAhERmbChQ4di/PjxuHjxImQyGZKSkjB9+nSd4yoUCgCPil08PT25mhMRdQuvUebBzs4OISEhCAkJEb9XXV2Nqqoq2NnZsaiJuoTnExERERERERH1dD/99BN+/PFHlJWVQaVSob6+vtuxujse4OWXX9bYlslkOHHiRIevk9rj3ldKw4cPF98LANLT0zF16lSd46anp2tss5+ZzIm3t7exUyCiHk4msMSWiKhXOn/+PBYvXgzg0UPY8ePHMWLECCNn1X1ZWVmIiIgQH9xbN29PWj5Z+3WCIKBfv374/PPPMWnSJP0lTERERERERO1KT09HRESE+CwXFxcHf3//bsdTKpX4f+zdfVRU5f43/vdGQQZhQFBRzIcilVQgb2E44CqzTolHDdI7SrnVUlA7andmnYWliV+V452Z5k2Ij4fjQ0GnFbR4yFglruVTSKBDYgRfLMEo4QcDMzzIwzC/P7xnywAqMHuYgXm/1mLFhbM/89m0ufbsva/Pdb3xxhtivIMHD+Lpp5+WJFcisj7so4iIiIiIiIiIiKi/u3HjBj777DOkpqZCrVZLFvfnn3/u1XZeXl7i2D3g7ji+rmJ1fJ3U7ve+Umpra4NCoUB9fT10Oh1cXFzw3XffwdHRsdcx6+rq8Ne//hW1tbXQ6XSQyWTIzs6GnZ2dhJkTERH1XzbmToCIiMxj+vTpcHBwEAfl5OXlmTkj4/j7++Pzzz/HmDFjxJXj9F86ne6+Xx1fN27cOCQlJbFojoiIiIiIyEyeeuophIeHi9dtGzZs6PXsnt9//z3efvtt8Zrv1VdfZUEKERmFfRQRERERERERERH1Z59++ilCQkJw6tQpsdDKmC/AcPJ6YzxogvyOr5P6q6/Y2NggICBA/J3V1tZi9+7dRsX86KOPUFNTA+Du78bf359Fc0RERO2wcI6IyErZ2dlh4cKF4gVYSkqKeROSwBNPPIHk5GSsWrUKjo6OXRbHdfzSv8bJyQlr1qzBV199BS8vL3PvChERERERkVXbvHkzFi9eDAC4c+cO1q9fj//9v/838vPzu7X9tWvX8NZbb2HdunVobGyETqfDkiVL8MEHH5gybSKyEuyjiIiIiIiIiIiIqD/auXMnYmNj0dLS0mlcXW9JVTTXvhCvO6+T+qsvLV++HADE8YtffPEF9u/f36tYsbGxSExMNFiJb+nSpZLlSkRENBAIur4+2xMRkcVQqVSYN28eVCoVAGDv3r0IDg42c1bSqKurQ2ZmJrKzs5Gbm4s///wTra2t4r8PHjwYo0aNgp+fHwICAvDCCy9g6NChZsyYiIiIiIiIAMOJXTIzM3HmzBkA92YZHTNmDHx9feHp6QlnZ2fY29vjzp07qK2tRUlJCfLz83Hr1i0AEB/6zp49Gy+88EKPcwkNDTV6f4hoYGEfRURERERERERERP1RVlYW3njjDYMiOf0Q8tGjR+Oxxx6DXC6Hvb19r9/jn//8Z6+2u3z5cqefKRSKbr1Oal29ryksW7YMly9fFgveBEFAYGAg3nnnHUyZMuWh21+/fh179uzBxYsXxf+PgiBgxowZOHnypKnTJyIi6ldYOEdEZOWys7MRGRmJ5uZm2Nvb45NPPsGsWbPMnZZJ1NfXo66uDo6OjiySIyIiIiIislBeXl5dzmza/jbmg2Y+7e7ruuPnn382ansiGnjYRxEREREREREREVF/FBoaisLCQrFQy8bGBmFhYVi+fDkeffRRc6dndW7duoWXX34ZNTU1AO5NtAYAU6ZMgUKhwNSpU+Hi4gIHBwc0NDSgpqYGBQUFuHz5Mq5fv26wnU6ng4uLC7744guMGzfOXLtFRERkkVg4R0REuHTpEt566y3U1tZCEASEhobitddew+TJk82dGhEREREREVkZfVFK+9kxO3rQLc2evv5BcViUQkQdsY+yfL/99ht++eUXqFQqaDQaNDU19TrWunXrJMyM+iMeT0RED/bcc88ZtAVBwHfffffQ10ntfu9LRESWgecLIiLz+/333/Hcc88ZFM3t2bMHc+fONXdqVi0nJweRkZHiPafeTtCm0+kwZMgQHD16FH5+fqZLmIiIqJ8abO4EiIjIfDZt2iR+7+XlhezsbOh0OqSkpCAlJQUjRozA5MmT4ezsDFtb2x7HFwQBMTExUqZMREREA1RlZSWys7ORm5uL0tJS1NTUQKPRQKvVYvHixYiIiDB3ikREZCY9LSjhPGFE1JfYR1mGGzdu4LPPPkNqairUarVkcVnoZJ14PBERdd/vv//+0EkFunqd1IxdyZeIiEyL5wsiIvO7evWq+L0gCAgJCWHRnAXw9/fH559/jvXr1+PWrVsG56ruTtCm0+kwbtw47N+/H15eXibNl4iIqL9i4RwRkRVLTk42uIjSf6+/6KqoqEBlZWWvYuuXAGfhHBERET1IYWEhDh06hMzMTGi1WoN/03+euN9AxaqqKoSEhIjbBQYG4uOPPzZ5zkREZFr+/v7mToGI6L7YR1meTz/9FPHx8WhtbZVkcKV+kCYHVFonHk9ERL3T3SIHU/SHnJiAiKj/4PmCiMh8qqqqANx7Bh8aGmrehEj0xBNPIDk5GYcPH8bnn38OjUYDoHsrzsnlcixZsgQRERFwdHTsk3yJiIj6IxbOERFRJ3yIT0RERH3h0KFD2L9/P7Ra7UNnGe2Km5sbFAoFMjIyAACZmZmoqqqCm5ubSfIlIqK+ceLECXOnQER0X+yjLMvOnTtx8uTJLq8nejsokoMprRePJyKi3uluX8c+kYjIuvF8QURkXg0NDQbtxx9/3EyZUFecnJzw9ttvY9WqVcjMzER2djZyc3Px559/orW1VXzd4MGDMWrUKPj5+SEgIAAvvPAChg4dasbMiR7sueeeM2gLgoDvvvvuoa+T2v3el4isBwvniIisHG86EhERkTlERUXh66+/Fme0088y2tMCuiVLliAjIwOCIECr1eL06dMIDw83ZepERERERGQBsrKycOLECfF6Arh3r3P06NF47LHHIJfLYW9vb840qZ/g8URE1DvHjx+X9HVERDQw8XxBRGR+Tk5OBu0hQ4aYKRN6EEdHRyxcuBALFy4Uf1ZfX4+6ujo4OjqySI76nd9//91g1eH7jQXq+DqpcTERImLhHBGRFVu3bp25UzCZ3377Db/88gtUKhU0Gg2ampp6HWsg/56IiIjMITY2FikpKQAg3viSyWQIDg7GjBkzMGLECKxevbpbN65mzJgBNzc3VFdXAwDOnz/PwjkiIiIiIivwySefiN/rdDrY2NjglVdewfLly/Hoo4+aMTPqj3g8ERH1jkKhkPR1REQ0MPF8QURkfh1XmKuuroajo6OZsqGeGDp0KAvmqN/rblGcKQrcuLgIEQEsnCMismoDrSDsxo0b+Oyzz5Camgq1Wi1Z3IH2eyIiIjKn0tJSxMfHG6wwFxwcjK1bt2LYsGE9jicIAp5++mkkJycDAHJycqROmYiIiIiILMzvv/+OwsJC8brCxsYGe/bswdy5c82dGvVDPJ6IiIiIiIiIaKCbPn06HBwc0NjYCADIy8vDuHHjzJzVPeXl5eZOQeTh4WHuFIgGlO4WrrHAjYhMiYVzREQ0IHz66aeIj49Ha2urJB+g9YMkuEQzERGRtGJjY9Ha2gpBECAIAhYtWoQdO3YYFXPatGli4Vx9fT3KysowduxYKdIlIiIiIiILdPXqVfF7QRAQEhLCIifqNR5PRERERERERDTQ2dnZYeHChTh58iQEQUBKSgpCQ0PNnZbo2WeftYhxeoIg4Pr16+ZOg2jAOH78uKSvIyLqLRbOERFRv7dz506cPHlSLJhrfxHd2yI6zl5BREQkPa1WizNnzogF6h4eHti6davRcb28vAzaN27cYOEcEREREdEAVlVVBQDixFeWNMiH+h8eT0RERERERERkDdauXYuMjAyoVCpkZ2fj9OnTCA4ONndaIo7XIxp4FAqFpK8jIuotFs4REVG/lpWVhRMnToir1gD3LqJHjx6Nxx57DHK5HPb29uZMk4iIiAAolUrU1dWJ5+2lS5fC1tbW6Lju7u4A7hXP37592+iYRERERERkuRoaGgzajz/+uJkyoYGAxxMRERERERERWYNhw4Zh7969iIyMRHNzM6KioiCTyTBr1ixzpwYAZl9xjoV7REREAxcL54iIqF/75JNPxO91Oh1sbGzwyiuvYPny5Xj00UfNmBkRERF1VFZWBuDeLP6BgYGSxHVycjJo19XVSRKXiIiIiIgsU8drgCFDhpgpExoIeDwRERERERERkbUICAjAwYMH8dZbb6G2thZr1qxBaGgoXnvtNUyePNmsubFwDfjtt9/wyy+/QKVSQaPRoKmpqdex1q1bJ2FmRERE/RsL54iIqN/6/fffUVhYCEEQxKK5PXv2YO7cueZOjYiIiLpQXV1t0B49erQkcQcPNry0bWlpkSQuERFJ67nnnjNoC4KA77777qGvk9r93peIrBv7qP6l44pg1dXVcHR0NFM21N/xeCIiIiIiIiIia7Bp0ybxey8vL2RnZ0On0yElJQUpKSkYMWIEJk+eDGdnZ9ja2vY4viAIiImJ6VVuhYWFvdpuILhx4wY+++wzpKamQq1WSxaXhXNERET3sHCOiIg6qaysRHZ2NnJzc1FaWoqamhpoNBpotVosXrwYERER5k4RAHD16lXxe0EQEBISwqI5IiIiC6bVag3agwYNkiSuRqMxaMvlckniEhGRtH7//Xdx4hPg7nVcd14ntfu9LxFZN/ZR/cv06dPh4OCAxsZGAEBeXh7GjRtn5qyov+LxRETUe+Xl5eZOQeTh4WHuFIiI6D54viAisgzJyckG9x/13+vvdVZUVKCysrJXsXU6nVGFc9bq008/RXx8PFpbWyW556y/d837zERERIZYOEdERKLCwkIcOnQImZmZnQa26y+o7jerSVVVFUJCQsTtAgMD8fHHH5s036qqKoPcQkNDTfp+REREZBxXV1eDtkqlkmQW/1u3bgG495nAxcXF6JhERGQ63S04McVDPVMVuhDRwME+qn+ws7PDwoULcfLkSQiCgJSUFN4bpF7j8URE1HvPPvusRQzIFAQB169fN3caRER0HzxfEBFZNkvoo63Rzp07cfLkyS4nc+vtvWLeYyYiIuoaC+eIiAgAcOjQIezfvx9arfahM2t3xc3NDQqFAhkZGQCAzMxMVFVVwc3NzST5AkBDQ4NB+/HHHzfZexEREZHxhg8fbtAuKCjA2LFjjY6bl5dn0JYiJhERmUZ3H9jxwR4RmQP7qP5l7dq1yMjIgEqlQnZ2Nk6fPo3g4GBzp0X9FI8nIqLe42cjIiLqDp4viIgsA/tjy5CVlYUTJ05AEIROK/+NHj0ajz32GORyOezt7c2ZJhER0YDBwjkiIkJUVBS+/vprcZUW/czaPS2gW7JkCTIyMiAIArRaLU6fPo3w8HCT5e3k5GTQHjJkiMnei4iIiIzn4+MDGxsb8TNGVlaWJAMRU1NTxc8vjo6OmDp1qtExiYhIesePH5f0dUREUmIf1f8MGzYMe/fuRWRkJJqbmxEVFQWZTIZZs2aZOzXqh3g8ERH1nrlXp+DAXyKi/oHnCyIi81u3bp25U6D/55NPPhG/1+l0sLGxwSuvvILly5fj0UcfNWNmRNIqLy83dwoiDw8Pc6dARGbEwjkiIisXGxuLlJQUABAHnMtkMgQHB2PGjBkYMWIEVq9e3a2bmDNmzICbmxuqq6sBAOfPnzdp4VzHFeaqq6vh6OhosvcjIiIi47i4uMDb2xv5+fnQ6XT45ptv8Oabb2LMmDG9jvntt9+iuLhYLP4PCAgw+8NXIiLqmkKhkPR1RERSYh/VPwUEBODgwYN46623UFtbizVr1iA0NBSvvfYaJk+ebO70qJ/h8URE1DssRCAiou7g+YKIyPxYOGcZfv/9dxQWFopjNW1sbLBnzx7MnTvX3KkRSe7ZZ5+1iDE8giDg+vXr5k6DiMyIhXNERFastLQU8fHxBivMBQcHY+vWrRg2bFiP4wmCgKeffhrJyckAgJycHKlTNjB9+nQ4ODigsbERAJCXl4dx48aZ9D2JiIjIOCEhIVAqlRAEAc3NzXj33XeRkJAAOzu7HscqKyvDBx98IH6WEQTBpEX7RERERERkOTZt2iR+7+XlhezsbOh0OqSkpCAlJQUjRozA5MmT4ezsDFtb2x7HFwQBMTExUqZMFozHExFR7xQWFpo7BSIi6gd4viAiIrrn6tWr4veCICAkJIRFczSgcQIFIrIELJwjIrJisbGxaG1tFVdoWbRoEXbs2GFUzGnTpomFc/X19SgrK8PYsWOlSLcTOzs7LFy4ECdPnoQgCEhJSUFoaKhJ3ouIiIikERYWhoSEBJSVlUEQBFy5cgUrV67E7t27MWrUqG7HuXTpEjZu3Ija2lrxs4yvry8CAwNNmD0REREREVmK5ORkg5lq9d/rH8JXVFSgsrKyV7H1E3Ow0Ml68HgiIiIiIiIiIrJ8dXV1WLduHdra2gAAU6ZMQVRUVK/j7dq1S1yFytbWFnFxcRgyZIgkud5PVVUVgHv3jDjekQY6c684x8I9IgIAG3MnQERE5qHVanHmzBlxhZbRo0dj69atRsf18vIyaN+4ccPomA+ydu1auLq6AgCys7Nx+vRpk74fERERGWfw4MGIjo7GoEGDANy9QZWTk4O5c+ciOjoaly5dgkqlMthGp9NBrVbjv//7v5GUlIRly5ZhxYoVqK6uFj/L2NvbY/v27ebYJSIiIiIisiD6iTXM/TCeBgYeT0REREREREREliM1NRU//PADLl++jJycHPj6+hoVz9fXV4x18eJFZGRkSJTp/TU0NBi0H3/8cZO/J5E56XQ6s34REQFccY6IyGoplUrU1dWJD/2XLl0KW1tbo+O6u7sDuDdLxO3bt42O+SDDhg3D3r17ERkZiebmZkRFRUEmk2HWrFkmfV8iIiLqvaCgIGzduhVbtmwRPzM0NjYiKSkJSUlJ4uv0N7COHDmCI0eOGMTQz76m/+/OnTsxceLEvtsJIiIiIiIyOz70JinxeCIiIiIiIiIismztJ9V3cXHBnDlzjIo3Z84cuLq6ipP7pqen46WXXjIq5sM4OTkZtE29wh2RORUWFpo7BSIiACycIyKyWmVlZQDuDToPDAyUJG7HC7u6ujpJ4j5IQEAADh48iLfeegu1tbVYs2YNQkND8dprr2Hy5Mkmf38iIiLquZdffhm2trbYtm0bGhsbxQK6rgYqdvyZvvBfp9NBJpNh165dRt8QJyIiIiKi/mXdunXmToEGEB5PRERERERERESW7c6dO8jLyxPHFjz//POwsbExKqaNjQ1eeOEFJCYmAgB+/PFHNDc3w87Ozuh876fjCnPV1dVwdHQ02fsRERERC+eIiKxWdXW1QXv06NGSxB082PDU0tLSIknc+9m0aZP4vZeXF7Kzs6HT6ZCSkoKUlBSMGDECkydPhrOzc69W1BMEATExMVKmTERERP9PaGgovL29ERMTgwsXLgC4t2rtg+gL6RQKBTZv3oxJkyaZNE8iIiIiIrI8LHQiKfF4IiIiIiIiIiJrVVlZiezsbOTm5qK0tBQ1NTXQaDTQarVYvHgxIiIizJ0iAKCoqAgtLS3imAI/Pz9J4vr5+YmFc01NTSguLsbUqVMlid2V6dOnw8HBAY2NjQCAvLw8jBs3zmTvR0RERCycIyKyWlqt1qA9aNAgSeJqNBqDtlwulyTu/SQnJxsMsO+4Wk1FRQUqKyt7FVu/Gh8L54iIiEzH09MTR48eRWFhIRITE5GdnY1ff/31vq8fOXIkgoKCsGjRIvj7+/dhpkREZKzy8nJzpyDy8PAwdwpEZGHYRxEREREREREREZE1KSwsxKFDh5CZmdlpLKF+3Jxare5y26qqKoSEhIjbBQYG4uOPPzZpvjdu3DDIbcqUKZLEfeKJJwDcG3f466+/mrRwzs7ODgsXLsTJkychCAJSUlIQGhpqsvcjIiIiFs4REVktV1dXg7ZKpZJkye9bt24BuHeB6uLiYnTM3ujOajVERERkOby8vBAdHQ3g7sq4t27dgkqlgkajgb29PVxcXODu7o6xY8eaN1EiIuq1Z5991iKu1QRBwPXr182dBhFZGPZRRERERKZTV1eHdevWoa2tDQAwZcoUREVF9Trerl27xM9Mtra2iIuLw5AhQyTJlYiIzIfnCyKivnPo0CHs378fWq1WnKC+J/dH3dzcoFAokJGRAQDIzMxEVVUV3NzcTJIvANTU1Bi0O45/7K1hw4YZtKurqyWJ+yBr165FRkYGVCoVsrOzcfr0aQQHB5v8fYmIiKwVC+eIiKzU8OHDDdoFBQWSDETPy8szaPfF4Hb9xTsRERENDK6urpLd5CYiIsvC6zcismTso4iIiIhMIzU1FT/88AOAu4NxFy9ebFQ8X19fJCQkiAN7MzIy8NJLLxmdJxERmRfPF0REfSMqKgpff/21ODG+IAjQ6XQ9LqBbsmQJMjIyIAgCtFotTp8+jfDwcJPlfefOHYO2VMXQHeM0NDRIEvdBhg0bhr179yIyMhLNzc2IioqCTCbDrFmzTP7eRERE1oiFc0REVsrHxwc2NjbiBW9WVpYks5akpqaKF9OOjo4mXbYcANatW2fS+ERERERERCQdc6/mxKIYInoQ9lFEREREpnH69GnxexcXF8yZM8eoeHPmzIGrqytUKhUAID09nYUQREQDAM8XRESmFxsbi5SUFAAQx/jJZDIEBwdjxowZGDFiBFavXt2te6UzZsyAm5ubuELb+fPnTVo45+TkZNCuqanB0KFDjY7bcSU7mUxmdMzuCAgIwMGDB/HWW2+htrYWa9asQWhoKF577TVMnjy5T3IgIiKyFiycIyKyUi4uLvD29kZ+fj50Oh2++eYbvPnmmxgzZkyvY3777bcoLi4WZ6IJCAgw+YAjFs4RERERERH1HywKISJLxj6KiIiISHp37txBXl6e+Mzw+eefh42NjVExbWxs8MILLyAxMREA8OOPP6K5uRl2dnZG50tERObB8wURkemVlpYiPj7eYIW54OBgbN26FcOGDetxPEEQ8PTTTyM5ORkAkJOTI3XKBjrmePPmTaPGOuqVlpYCgLgCn6urq9ExH2bTpk3i915eXsjOzoZOp0NKSgpSUlIwYsQITJ48Gc7OzrC1te1xfEEQEBMTI2XKRCZVV1eHdevWoa2tDQAwZcoUREVF9Trerl27cP36dQCAra0t4uLiJFulkoj6JxbOERFZsZCQECiVSgiCgObmZrz77rtISEjo1U3CsrIyfPDBB+KFtSAIJp1BhoiIiIiIiPqXwsJCc6dARHRf7KMGjsrKSmRnZyM3NxelpaWoqamBRqOBVqvF4sWLERERYe4UqR/h8UREZLyioiK0tLSIhRB+fn6SxPXz8xMLIZqamlBcXIypU6dKEpuIiPoezxdERKYXGxuL1tZWcVL8RYsWYceOHUbFnDZtmlg4V19fj7KyMowdO1aKdDt55JFHAEA8V5w7dw5BQUFGxz137pxBe/To0UbHfJjk5GSDBQn03+snd6uoqEBlZWWvYuvHbrJwjvqT1NRU/PDDDwDu/j0sXrzYqHi+vr5ISEgQ/7YyMjK48jCRlWPhHBGRFQsLC0NCQgLKysogCAKuXLmClStXYvfu3Rg1alS341y6dAkbN25EbW2teGHt6+uLwMBAE2ZPREREA9HNmzeRn5+PiooKqNVq1NfXY+jQoZDL5Rg5ciR8fHwwfvx4c6dJREREREQWprCwEIcOHUJmZia0Wq3Bv+kHi6jV6i63raqqQkhIiLhdYGAgPv74Y5PnTJaLxxMRkXRu3LgB4F7/OWXKFEniPvHEEwDuDTD99ddfWQhBRNSP8XxBRGRaWq0WZ86cESfF9/DwwNatW42O6+XlZdC+ceOGyQrnpk2bBkdHR9TX10On0yE5ORlr166Fo6Njr2PW1dXhq6++En8v9vb28PHxkTDrnmlfTEdkTU6fPi1+7+Ligjlz5hgVb86cOXB1dYVKpQIApKens3COyMqxcI6IyIoNHjwY0dHRWLVqFbRaLXQ6HXJycjB37lyEhIRgzpw5nS5udTod1Go1KioqkJubi/T0dOTk5Ig3L3U6HWQyGbZv326mvSIiIqL+pqioCElJSUhPT0dtbe1DX+/s7Iz58+cjLCwMkyZN6oMMiYiIiIjIkh06dAj79+8X73ECPRtk4ubmBoVCgYyMDABAZmYmqqqq4ObmZpJ8ybLxeCIiklZNTY1B29XVVZK4w4YNM2hXV1dLEpeIiMyD5wsiItNSKpWoq6sTJ8VfunQpbG1tjY7r7u4O4N69k9u3bxsd835sbGwQEBCA77//HgBQW1uL3bt3Y9u2bb2O+dFHH6Gmpkb8vfj7+8POzk6qlB9If9+JyNrduXMHeXl5Yj/y/PPPw8bGxqiYNjY2eOGFF8SVh3/88Uc0Nzf32d83EVkeFs4REVm5oKAgbN26FVu2bBE/eDY2NiIpKQlJSUni6/QXakeOHMGRI0cMYrQvmhMEATt37sTEiRP7bieIiIioX1KpVNixY4c4mLC7N4Zrampw6tQpnDp1CvPmzcP777/f6cEnERERERFZh6ioKHz99dfivUn9fcqeFjwtWbIEGRkZEAQBWq0Wp0+fRnh4uClTJwvE44mISHp37twxaA8ZMkSSuB3jNDQ0SBKXiIjMg+cLIiLTKisrA3BvnF9gYKAkcZ2cnAzadXV1ksS9n+XLl+P7778X79l88cUXcHNzw5tvvtnjWLGxsUhMTDQY97h06VITZN3ZunXr+uR9iPqDoqIitLS0iPde/fz8JInr5+cnFs41NTWhuLiYKw8TWTEWzhEREV5++WXY2tpi27ZtaGxsFD+AdjV4vePP2g8ekMlk2LVrl9HLJBMREdHAl5+fjzVr1kClUj1wAKL+BnVXPweA9PR0XLp0CQcOHICPj49pkyYiIiIiIosSGxuLlJQUADC4RxkcHIwZM2ZgxIgRWL16dbeKnWbMmAE3Nzdx9YHz58+z0MnK8HgiIjKNjgNpa2pqMHToUKPjdlyZSCaTGR2TiIjMh+cLIiLT6rji5ujRoyWJO3iw4TD0lpYWSeLej0KhgEKhwOXLl8X7NwcOHMDVq1fxzjvvYMqUKQ+Ncf36dezZswcXL14EcG9MwowZM/DUU0+ZNH89Fs4R3XPjxg0A9/4Wu/N33B1PPPEEgHtjkX799VcWzhFZMRbOERERACA0NBTe3t6IiYnBhQsXAHRv9lz9oHWFQoHNmzdj0qRJJs2zuyorK5GdnY3c3FyUlpaipqYGGo0GWq0WixcvRkREhLlTJCIislpKpRIRERHQaDQA0KloXxAEeHh4QC6XQyaTobGxEWq1Gn/88Qfa2to6bVNVVYUVK1bg2LFjLJ4jIiIiIrISpaWliI+PN1gRLDg4GFu3bu3VitSCIODpp59GcnIyACAnJ0fqlMmC8XgiIjKdjv3ozZs3MWbMGKPjlpaWArg3sM7V1dXomEREZD48XxARmZZWqzVoDxo0SJK4+mf+enK5XJK4DxITE4OXX34ZNTU14r2cS5cuYdGiRZgyZQoUCgWmTp0KFxcXODg4oKGhATU1NSgoKMDly5dx/fp1APfODTqdDs7OzoiJiTF57kTUWceJDqT6vNbx82XHAmIisi4snCMiIpGnpyeOHj2KwsJCJCYmIjs7G7/++ut9Xz9y5EgEBQVh0aJF8Pf378NM76+wsBCHDh1CZmZmpwt+/cWuWq3uctuqqiqEhISI2wUGBuLjjz82ec5ERETWpKGhARs2bIBGozEofpPJZFiwYAHmzZsHb29vODg4dLnttWvXkJaWhrS0NDQ0NIgx6urqsGHDBqSlpXG2UCIiIiIiKxAbG4vW1lYIggBBELBo0SLs2LHDqJjTpk0TC53q6+tRVlaGsWPHSpEuWTgeT0REpvPII48AuDcR1rlz5xAUFGR03HPnzhm0pVoxg4iIzIPnCyIi0+pYiKJSqeDo6Gh03Fu3bgG4Ny7PxcXF6JgP88gjj2D//v2IjIxEU1OTWPwGAAUFBWJhXFf0rwMgbjdkyBDExsZi3LhxJs+diDq7c+eOQXvIkCGSxO0Yp6GhQZK4RNQ/sXCOiIg68fLyQnR0NIC7syzcunULKpUKGo0G9vb2cHFxgbu7u8U95D906BD2798PrVZrsGJNd7m5uUGhUCAjIwMAkJmZiaqqKri5uZkkXyIiImsUFxeH8vJyg5vXzzzzDKKjozFq1KgHbuvg4ACFQgGFQoG1a9ciOjoaWVlZ4vm+vLwccXFx2Lhxo8n3g4iITKeurg7r1q0TVxmdMmUKoqKieh1v165d4kNSW1tbxMXFSfbAhYisD/soy6DVanHmzBnxusLDwwNbt241Oq6Xl5dB+8aNGxZ3D5Skx+OJiMi0pk2bBkdHR9TX10On0yE5ORlr1641apBuXV0dvvrqK7Hvtre3h4+Pj4RZExFRX+P5gojItIYPH27QLigokOQ+RV5enkG7r+59+Pv74/PPP8f69etx69YtgzGC7YvjOur4unHjxmH//v2d7uMQUd9xcnIyaNfU1GDo0KFGx+24kh0n4SaybjbmToCIiCybq6srfHx8MGvWLMyfPx9//etf4efnZ3EP+KOiorB37160trYCgMEKNg+6GO5oyZIl4vZarRanT5+WPlkiIiIr1dbWhuTkZPEBpSAIeOmll3DgwIGHFs115O7ujri4OLz00ktiLP2D1J6c+4mIyPKkpqbihx9+wOXLl5GTkwNfX1+j4vn6+oqxLl68KE6WQkTUG+yjLINSqURdXR2Au/fxli5dCltbW6Pjuru7izEB4Pbt20bHJMvH44mIyLRsbGwQEBAg3rOrra3F7t27jYr50UcfiQPgBEGAv78/7OzsjE2ViIjMiOcLIiLT8vHxgY2NjXifIisrS5K4qampYkxHR0dMnTpVkrjd8cQTTyA5ORmrVq2Co6OjOE5QEIT7fulf4+TkhDVr1uCrr75i0RyRmQ0bNsygffPmTUnilpaWArhXTNtx5U0isi4snCMion4vNjYWKSkpBoPm7e3t8dJLL2HHjh04ePCg+G8PM2PGDIMV5s6fP2/K1ImIiKzKlStXUFVVJbbHjRuHbdu29WiF2PYEQcC2bdswfvx48WdVVVXIzc01OlciIjKf9hOYuLi4YM6cOUbFmzNnjsGDkPT0dKPiEZF1Yx9lGcrKygDce+AdGBgoSdyOM9vqi6loYOPxRERkesuXLwcA8TneF198gf379/cqVmxsLBITE8VYALB06VLJciUiIvPh+YKIyHRcXFzg7e0N4O49kG+++Qa///67UTG//fZbFBcXA7jbdwcEBPT62X9vOTk54e2330ZWVhZiYmIQEhKCMWPGYNCgQWKRnE6nw6BBgzBmzBiEhobin//8J7KysvDWW28ZtbIpEUnjkUceAXBvArJz585JErdjnNGjR0sSl4j6p8HmToCIiMgYpaWliI+PN5gRJjg4GFu3bu00E0V3CIKAp59+GsnJyQCAnJwcqVMmIiKyWu0HIwqCgPDwcKNn9rSzs0N4eDhiYmIM3sfPz8+ouEREZB537txBXl6e+GDk+eefh42NcXN/2djY4IUXXkBiYiIA4Mcff0RzczNnlyaiHmMfZTmqq6sN2lI98B482PCxWUtLiyRxybLxeCIiMj2FQgGFQoHLly+Lz/QOHDiAq1ev4p133sGUKVMeGuP69evYs2cPLl68CODePcYZM2bgqaeeMvUuEBFRH+D5gojItEJCQqBUKiEIApqbm/Huu+8iISGhV/ciy8rK8MEHH4j9tf75v7k4Ojpi4cKFWLhwofiz+vp61NXVwdHREUOHDjVbbj1RWVmJ7Oxs5ObmorS0FDU1NdBoNNBqtVi8eDEiIiLMnSKR5KZNmwZHR0fU19dDp9MhOTkZa9euNaqwta6uDl999ZXBQhw+Pj4SZk1E/Q0L54iIqF+LjY1Fa2uruJz6okWLsGPHDqNiTps2TSycq6+vR1lZGcaOHStFukRERFatoqLCoD1z5kxJ4urj6AcwV1ZWShKXiIj6XlFREVpaWsQ+XapCaD8/P7EopampCcXFxZg6daoksYnIerCPshxardagPWjQIEniajQag7ZcLpckLlk2Hk9ERH0jJiYGL7/8MmpqasSBa5cuXcKiRYswZcoUKBQKTJ06FS4uLnBwcEBDQwNqampQUFCAy5cv4/r16wDuFUDodDo4OzsbTKhFRET9H88XRESmExYWhoSEBJSVlUEQBFy5cgUrV67E7t27MWrUqG7HuXTpEjZu3Ija2lpxzJ6vry8CAwNNmH3PDR06tN8UzBUWFuLQoUPIzMzsdK9Kf05Tq9VdbltVVYWQkBBxu8DAQHz88ccmz5lIKjY2NggICMD3338PAKitrcXu3buxbdu2Xsf86KOPxM+TgiDA39+fExYSWTkWzhER0X3dvHkT+fn5qKiogFqtRn19PYYOHQq5XI6RI0fCx8cH48ePN1t+Wq0WZ86cEW92enh4YOvWrUbH9fLyMmjfuHGDhXNEREQS6Dj40N3dXZK4HeNINciRiIj63o0bNwDcewjYnVmku+OJJ54AcK/I+tdff2VRChH1GPsoy+Hq6mrQVqlURs0+q3fr1i0A9/4fu7i4GB2TLB+PJyKivvHII49g//79iIyMRFNTk/h8DwAKCgrEQoeu6F8HQNxuyJAhiI2Nxbhx40yeOxER9R2eL4iITGfw4MGIjo7GqlWroNVqodPpkJOTg7lz5yIkJARz5szpNG5Op9NBrVajoqICubm5SE9PR05OjkGBskwmw/bt2820V/3foUOHsH//fvH/CXDvXnF3uLm5QaFQICMjAwCQmZmJqqoquLm5mSRfIlNYvnw5vv/+e7Ff+eKLL+Dm5oY333yzx7FiY2ORmJhosCLm0qVLTZA1EfUnLJwjIiIDRUVFSEpKQnp6Omprax/6emdnZ8yfPx9hYWGYNGlSH2R4j1KpRF1dnTgrxNKlS2Fra2t0XP3ge/0F6O3bt42OSUREROg0S119fb0kgxHr6+sN2lIV5BERUd+rqakxaHccyN5bw4YNM2hXV1dLEpeIrAv7KMsxfPhwg3ZBQYEkE1/l5eUZtDmZlnXg8URE1Hf8/f3x+eefY/369bh165bBYND2xQ4ddXzduHHjsH///k6DeomIaGDg+YKIyHSCgoKwdetWbNmyRew3GxsbkZSUhKSkJPF1+v72yJEjOHLkiEGM9kVzgiBg586dmDhxYt/txAASFRWFr7/+Wvxd6n+vPS2gW7JkCTIyMiAIArRaLU6fPo3w8HBTpk4kKYVCAYVCgcuXL4t/BwcOHMDVq1fxzjvvdGsiw+vXr2PPnj24ePEigHt91YwZM/DUU0+ZeheIyMKxcI6IiADcnUV3x44d4swjD7rZ2F5NTQ1OnTqFU6dOYd68eXj//fc7DfYxlbKyMgD3PuBKtdy7k5OTQbuurk6SuERERNZu2rRpBu2SkhJJitw6rvzB1TmIiPqvO3fuGLSHDBkiSdyOcRoaGiSJS0TWhX2U5fDx8YGNjY14DzMrKwvBwcFGx01NTRUfyjs6OvLawkrweCIi6ltPPPEEkpOTcfjwYXz++efQaDQAHjwgVN9Hy+VyLFmyBBEREZJMyEVERJaL5wsiItN5+eWXYWtri23btqGxsVHsW7saL9jxZ+2Lu2QyGXbt2oU5c+b0Sd4DTWxsLFJSUgDA4HcaHByMGTNmYMSIEVi9enW3iudmzJgBNzc3cVK28+fPs3CO+p2YmBi8/PLLqKmpEf8mLl26hEWLFmHKlClQKBSYOnUqXFxc4ODggIaGBtTU1KCgoACXL18WVyZuX9zr7OyMmJgYM+8ZEVkCFs4RERHy8/OxZs0aqFSqB85Wov9A2dXPASA9PR2XLl3CgQMH4OPjY9qk0Xn27dGjR0sSd/Bgw9NjS0uLJHGJiIis3fjx4zFp0iQUFRUBuPvZISgoyOi4qampAO5+fvH09MSjjz5qdEwiIjKPjhOZ1NTUYOjQoUbH7bhKlEwmMzomEVkf9lGWw8XFBd7e3sjPz4dOp8M333yDN998E2PGjOl1zG+//RbFxcXi4J+AgIBuz+hM/RuPJyKivufk5IS3334bq1atQmZmJrKzs5Gbm4s///wTra2t4usGDx6MUaNGwc/PDwEBAXjhhRck+fxFRET9A88XRESmExoaCm9vb8TExODChQsAure6mX6coEKhwObNmzFp0iST5jlQlZaWIj4+3mCFueDgYGzdurVXixYIgoCnn34aycnJAICcnBypUyYyuUceeQT79+9HZGQkmpqaxL8PACgoKBAL47rSvshXv92QIUMQGxuLcePGmTx3IrJ8LJwjIrJySqUSERERnWbnal9A5+HhAblcDplMhsbGRqjVavzxxx9oa2vrtE1VVRVWrFiBY8eOmbx4TqvVGrQHDRokSVz970JPLpdLEpeIiIiAVatW4Z133oFOp0NKSgrCwsLg6+vb63hKpRIpKSni55FVq1ZJlSoREZlBx4eBN2/eNGrQul5paSmAexPCuLq6Gh2TiKwP+yjLEhISAqVSCUEQ0NzcjHfffRcJCQmws7PrcayysjJ88MEH4gN1QRA4I7OV4fFERGQejo6OWLhwIRYuXCj+rL6+HnV1dXB0dGTRAxERAeD5gojIVDw9PXH06FEUFhYiMTER2dnZ+PXXX+/7+pEjRyIoKAiLFi2Cv79/H2b6cL/99ht++eUXqFQqaDQaNDU19TrWunXrJMysa7GxsWhtbRUnXVq0aBF27NhhVMxp06aJhXP19fUoKyvD2LFjpUiXqM/4+/vj888/x/r163Hr1i2Dgt6uVsXU6/i6cePGYf/+/fDy8jJpvkTUf7BwjojIijU0NGDDhg3QaDQGxW8ymQwLFizAvHnz4O3tDQcHhy63vXbtGtLS0pCWloaGhgYxRl1dHTZs2IC0tDSTzpDdcRCRSqWCo6Oj0XFv3boF4N5gJRcXF6NjEhER0V3z589HZmYmMjMzodVqsXr1ahw+fBje3t49jnXt2jW88cYbYjH/888/jxdffFHqlImIqA898sgjAO493Dh37pwkq5OeO3fOoC3ViuVEZF3YR1mWsLAwJCQkoKysDIIg4MqVK1i5ciV2796NUaNGdTvOpUuXsHHjRtTW1ooDVXx9fREYGGjC7MnS8HgiIrIcQ4cOZQEEERE9FM8XRETS8fLyQnR0NACguroat27dEgvQ7O3t4eLiAnd3d4srwrpx4wY+++wzpKamQq1WSxbX1IVzWq0WZ86cESdd8vDwwNatW42O27FA6MaNGxb3/4yoO5544gkkJyfj8OHD+PzzzzstCtIVfVGdXC7HkiVLEBERIclYYiIaOFg4R0RkxeLi4lBeXm6wpPEzzzyD6Ojohw4GcHBwgEKhgEKhwNq1axEdHY2srCzxw2l5eTni4uKwceNGk+U/fPhwg3ZBQYEkF3t5eXkGbV5AEhERSWv37t1obm7G2bNnUVNTg8WLF2PZsmVYsWJFp/N7V6qqqnDs2DEcP34cLS0tAIDZs2djz549pk6diIhMbNq0aXB0dER9fT10Oh2Sk5Oxdu1aox5s1NXV4auvvhKvfe3t7U2+QjoRDUzsoyzL4MGDER0djVWrVkGr1UKn0yEnJwdz585FSEgI5syZ02mwiE6ng1qtRkVFBXJzc5Geno6cnBxxAi39pGLbt283016RufB4IiIiIiIiIiK6O5F9x8nsLdGnn36K+Ph4tLa2PnAVqu7S38t5UGGOVJRKJerq6sRJl5YuXQpbW1uj47q7uwO4V1x0+/Zto2MSmYuTkxPefvttrFq1CpmZmcjOzkZubi7+/PNPtLa2iq8bPHgwRo0aBT8/PwQEBOCFF17g5ApE1CUWzhERWam2tjYkJycbXPSFhoYiJiamxxeA7u7uiIuLw3vvvWcQMzk5GW+//bbJLih9fHxgY2MjXvxmZWUhODjY6LipqaniPjg6OmLq1KlGxyQiIqK7cnJyAACvvfYaBEFAVlYWWltb8a9//Qv//ve/4efnB19fX3h6esLZ2Rn29va4c+cOamtrUVJSAqVSidzcXHEgoyAImD17NpYvXw6lUtmjXPz9/U2xi0REZAQbGxsEBATg+++/BwDU1tZi9+7d2LZtW69jfvTRR6ipqREfQPr7+8POzk6qlInIirCPsjxBQUHYunUrtmzZIt6DbGxsRFJSEpKSksTX6e8fHjlyBEeOHDGI0b7ISRAE7Ny5ExMnTuy7nSCLweOJiIiIiIiIiMjy7dy5EydPnhTv0bQfm9jbIjopiu+6q6ysTHxPQRAQGBgoSVwnJyeDdl1dnSRxiczJ0dERCxcuxMKFC8Wf1dfXo66uDo6OjiySI6JuY+EcEZGVunLlCqqqqsQLx3HjxmHbtm29LnITBAHbtm1DXl4eSktLAdxdDSY3Nxd+fn6S5d2ei4sLvL29kZ+fD51Oh2+++QZvvvkmxowZ0+uY3377LYqLi8XBSgEBAX0ykwwREZG1WLp0qcG5Vf+9TqeDVqvF5cuXcfny5QfG6HgDPCsrC1lZWT3KQxAEXL9+vUfbEBFR31i+fDm+//57cdD5F198ATc3N7z55ps9jhUbG4vExESDAexLly41QdZEZC3YR1mel19+Gba2tti2bRsaGxsNrjE66vgz/T1A/cpgu3btwpw5c/okb7JMPJ6IiIiIiIiIiCxXVlYWTpw4Id6HAe7doxk9ejQee+wxyOVy2NvbmzPNB6qurjZojx49WpK4gwcblgS0tLRIEpfI0gwdOpQFc0TUYyycIyKyUh1nLgkPDzd6Nms7OzuEh4cjJibG4H1MVTgHACEhIVAqlRAEAc3NzXj33XeRkJDQq30pKyvDBx98YDBYKTw83ARZExERUcfitwcNRuyoY1F7X87+RkREpqdQKKBQKHD58mXx+uzAgQO4evUq3nnnHUyZMuWhMa5fv449e/bg4sWLAO5d+86YMQNPPfWUqXeBiAYw9lGWKTQ0FN7e3oiJicGFCxcAdL5u6Ir+WkKhUGDz5s2YNGmSSfOk/oHHExERERERERGRZfrkk0/E73U6HWxsbPDKK69g+fLlePTRR82YWfdptVqD9qBBgySJq9FoDNpyuVySuERERAMBC+eIiKxURUWFQXvmzJmSxNXH0Q8kqKyslCTu/YSFhSEhIQFlZWUQBAFXrlzBypUrsXv3bowaNarbcS5duoSNGzeitrZWnJHG19dXsqXQiYiIyND9Bh32ZqXXnm7DQjsiIssXExODl19+GTU1NWJhyqVLl7Bo0SJMmTIFCoUCU6dOhYuLCxwcHNDQ0ICamhoUFBTg8uXL4qqi+mIUnU4HZ2dng4leiIh6i32UZfL09MTRo0dRWFiIxMREZGdn49dff73v60eOHImgoCAsWrQI/v7+fZgp9Qc8noiI+sZvv/2GX375BSqVChqNBk1NTb2OtW7dOgkzIyIiS8LzBRFR37h58yby8/NRUVEBtVqN+vp6DB06FHK5HCNHjoSPjw/Gjx9vtvx+//13FBYWivdUbWxssGfPHsydO9dsOfWGq6urQVulUsHR0dHouLdu3QJw776zi4uL0TGJiIgGChbOERFZqY4zlbi7u0sSt2McqWZEuZ/BgwcjOjoaq1atglarhU6nQ05ODubOnYuQkBDMmTMHXl5eBtvodDqo1WpUVFQgNzcX6enpyMnJMRisJJPJsH37dpPmTkREZI08PDzMnQIREfUDjzzyCPbv34/IyEg0NTWJ12oAUFBQIBaddKV9gbR+uyFDhiA2Nhbjxo0zee5ENPCxj7JsXl5eiI6OBgBUV1fj1q1b4uBKe3t7uLi4wN3dHWPHjjVvotQv8HgiIpLejRs38NlnnyE1NRVqtVqyuCyEICIaWHi+ICLqG0VFRUhKSkJ6ejpqa2sf+npnZ2fMnz8fYWFhmDRpUh9keM/Vq1fF7wVBQEhISL8rmgOA4cOHG7QLCgokubeUl5dn0Ob9KiIiontYOEdEZKU6rsZWX18vycwl9fX1Bm2pCvIeJCgoCFu3bsWWLVvEFWcaGxuRlJSEpKQk8XX6gUlHjhzBkSNHDGK0L5oTBAE7d+7ExIkTTZ47ERGRtTlz5oy5UyAion7C398fn3/+OdavX49bt24ZrDD6oNVDO75u3Lhx2L9/f6dJVYiIjME+qn9wdXXtNIMzUW/xeCIiMt6nn36K+Ph4tLa2PvAzU3e1f7ZHREQDB88XRESmp1KpsGPHDmRkZAB48D3N9mpqanDq1CmcOnUK8+bNw/vvv49hw4aZMlVRVVUVgHvj/EJDQ/vkfaXm4+MDGxsb8XeelZWF4OBgo+OmpqaK5zxHR0dMnTrV6JhEREQDBQvniIis1LRp0wzaJSUlkhS53bhxA8C9C9S+ugB7+eWXYWtri23btqGxsVG84dnVRX3HnwmCYLDS3K5duzBnzpw+yZuIiIiIiIju74knnkBycjIOHz6Mzz//HBqNBgAeOMhFf80nl8uxZMkSRERESDJRDBFRR+yjiIiIiLpv586dOHnypPh5qLsTDzyIFMUURERkWXi+ICIyvfz8fKxZswYqlarL/lbvfkXH+m3S09Nx6dIlHDhwAD4+PqZNGkBDQ4NB+/HHHzf5e5qCi4sLvL29kZ+fD51Oh2+++QZvvvkmxowZ0+uY3377LYqLi8VxkAEBASwYpwHht99+wy+//AKVSgWNRoOmpqZex+LKw0TWjYVzRERWavz48Zg0aRKKiooA3L2QDQoKMjpuamoqgLsX056ennj00UeNjtldoaGh8Pb2RkxMDC5cuCDm8TD6i3mFQoHNmzf3+TLyREREREREdH9OTk54++23sWrVKmRmZiI7Oxu5ubn4888/0draKr5u8ODBGDVqFPz8/BAQEIAXXngBQ4cONWPmRGQN2EcRERERPVxWVhZOnDghDuIE7j2fGz16NB577DHI5XLY29ubM00iIjIzni+IiExPqVQiIiKi0yRg7QvoPDw8IJfLIZPJ0NjYCLVajT/++ANtbW2dtqmqqsKKFStw7NgxkxfPOTk5GbSHDBli0vczpZCQECiVSgiCgObmZrz77rtISEiAnZ1dj2OVlZXhgw8+MFhhNTw83ARZE/WNGzdu4LPPPkNqairUarVkcVk4R2TdBB2nVCEislppaWl45513AACDBg3CZ599Bl9f317HUyqVWLx4sXgh/X/+z//Biy++KEmuPVVYWIjExERkZ2fj119/ve/rRo4ciaCgICxatAj+/v59mCEREREREREZq76+HnV1dXB0dGQBChFZHPZRRERERHeFhoaisLBQHMhpY2ODsLAwLF++vE8n4SQiIsvG8wURkWk1NDRg/vz5KC8vNyh+k8lkWLBgAebNmwdvb284ODh0ue21a9eQlpaGtLQ0NDQ0GMQYM2YM0tLSIJPJTJZ/dnY2li9fDuBu8d63336LcePGmez9TKm1tRV/+9vfUFZWJv7Mz88Pu3fvxqhRo8SfeXl5ib/nyMhIvP322wZxLl26hI0bN6K6ulp8na+vLxITE/tgL4ik9+mnnyI+Ph6tra2SrBrcvqD0559/liBDIuqvWDhHRGTl3nzzTWRmZgK4uwz44cOH4e3t3eM4165dw6pVq1BdXQ0AeP755/F//+//lTTX3qqursatW7fE5Zrt7e3h4uICd3d3jB071tzpERERERERERERkcRu3ryJ/Px8VFRUQK1Wo76+HkOHDoVcLsfIkSPh4+OD8ePHmztN6id4PBER9d7vv/+O5557zqAIYs+ePZg7d665UyMiIgvC8wURkel99NFHOHLkiNjXAsAzzzyD6Ohog2Kth7l9+zaio6ORlZVlUJQSERGBjRs3mip9NDc34y9/+QsaGxsBAP/85z8RGhpqsvcztYsXL2LVqlXQarXi/w+ZTIaQkBDMmTMHXl5eCAwMFAviIiIiEBkZiYqKCuTm5iI9PR05OTni719fBPnFF19g4sSJ5tw1ol7ZuXMnTp48abACpp6x5S4snCMiFs4REVm5pqYm/O///b9x9uxZAMDgwYOxbNkyrFixAsOHD3/o9lVVVTh27BiOHz+OlpYWAMDs2bPxySef9GrpcCIiIrJudXV1+Omnn1BZWdlpMOKIESPg7e0NR0dHc6dJREREREQWqKioCElJSUhPT0dtbe1DX+/s7Iz58+cjLCwMkyZN6oMMqT/h8UREJI309HRs3LhRHPAWGhqKf/7zn2bOioiILA3PF0REptXW1oannnoK1dXVYqFVaGgoYmJiDIpTukun0+G9995DcnKyWLQ1fPhwnDt3rlfxumvHjh04efIkBEFAQEAAEhISTPZefeE///kPtmzZYrB63/2Khbr6vbYvmhMEAXv27MHf/vY30ydOJLGsrCy88cYbXR7/o0ePxmOPPQa5XA57e/tevwc/WxJZNxbOERFZsZycHACAVqvFv//9b2RlZQG4e5FlY2MDPz8/+Pr6wtPTE87OzrC3t8edO3dQW1uLkpISKJVK5ObmirOeCIKA2bNnY/ny5bCxselRLv7+/pLvHxEREfUP1dXVSEpKQkZGBkpKSh44U5QgCPD09BQHIw4bNqwPMyUiIiIiIkukUqmwY8cOZGRkAOjZ7LP6B/Hz5s3D+++/z2sM4vFERCSx48ePIyYmBsDdfjIhIQEBAQFmzoqIiCwNzxdERKaVm5uL8PBwschq/PjxSE1NNWpi/ObmZixYsAClpaXi2METJ07Az89PwswNqVQqzJs3DyqVCgCwd+9eBAcHm+z9+kJKSgq2bduGxsZGgwK6h2n/WplMhl27dmHOnDkmzZXIVEJDQ1FYWGiw+nBYWBiWL1+ORx991NzpEdEAwMI5IiIr5uXldd+ZSICuZykx5rX3IwgCrl+/3uvtiYiIqH/SarXYv38/EhIS0Nzc3OPBiHZ2dnj99dexfv16DBo0yISZEhERERGRpcrPz8eaNWugUqkeeK+y42zN7X+u38bV1RUHDhyAj4+PaZMmi8XjiYhIevHx8di3bx+Au/3j+fPn4ebmZt6kiIjI4vB8QURkWikpKYiKigJwt5/dtGkTli1bZnTcjoXPMTExeOmll4yO+yDZ2dmIjIxEc3Mz7O3t8cknn2DWrFkmfU9TKykpQUxMDC5cuACgZ+M2FQoFNm/ejEmTJpk0RyJT+f333/Hcc88ZFM3t2bMHc+fONXdqRDSA9Gw5ICIiGpB0Ol2nZb31H0If9qV/bcdYPf0iIiIi61JRUYFXXnkFhw4dQlNTk8Hniu586XQ6NDU14eDBg3jllVdQUVFh7l0iIiIiIqI+plQqsXLlSlRXVxtcU7S/5+jh4QEvLy/8j//xP+Dl5QUPDw+D17TfpqqqCitWrEB+fr6Z94zMgccTEZFpODk5GbSHDBlipkyIiMiS8XxBRGRaHZ+nz5w5U5K4+jj68YOVlZWSxH2QgIAAHDx4EM7Ozrhz5w7WrFmDTZs24ZdffjH5e5uKp6cnjh49ipSUFLz66quYMGHCA8dajhgxAqGhoThx4gSOHz/Oojnq165evSp+LwgCQkJCWDRHRJIbbO4EiIjI/O43Q0lvVpHr6TamLpq7efMm8vPzUVFRAbVajfr6egwdOhRyuRwjR46Ej48Pxo8fb9IciIiIyJBGo8HKlStRXFwM4N7nh/afC4YMGQInJyc4ODigoaEBGo0GTU1N4r+33+batWuIjIzEqVOn4Ojo2Id7QkREfem3337DL7/8ApVK1em80FPr1q2TMDMiIvZR5tDQ0IANGzZAo9EYXB/IZDIsWLAA8+bNg7e3NxwcHLrc9tq1a0hLS0NaWhoaGhrEGHV1ddiwYQPS0tIgk8n6dJ/IfHg8ERGZzuOPP27Qrq6u5j08IiLqhOcLIiLTGjRokEHb3d1dkrgd43R8H6lt2rRJ/N7LywvZ2dnQ6XRISUlBSkoKRowYgcmTJ8PZ2Rm2trY9jq9fNc9cvLy8EB0dDeDuufDWrVviPWd7e3u4uLjA3d0dY8eONVuORFKrqqoCAHFistDQUPMmREQDEgvniIismIeHh7lTMImioiIkJSUhPT0dtbW1D329s7Mz5s+fj7CwMM6+QkRE1Ac2bdqE4uJig8GIgiAgMDAQISEhePLJJzFhwoRO2/3222+4evUqUlNTcfHiRQAQZ/IvKipCVFQUYmNj+3JXiIjIxG7cuIHPPvsMqampUKvVksVlUQoRSYF9lHnFxcWhvLxcvCYAgGeeeQbR0dEYNWrUA7d1cHCAQqGAQqHA2rVrER0djaysLPEapby8HHFxcdi4caPJ94MsA48nIiLTmT59OhwcHNDY2AgAyMvLw7hx48ycFRERWRqeL4iITKvj/Y36+npJCpTr6+sN2lIV5N1PcnKywcT+HSfpraio6PWqd/pxC+YsnGvP1dUVrq6u5k6DyOQaGhoM2h0nVCAikoKgM/VSP0RERH1EpVJhx44dyMjIANCz1ez0F9Hz5s3D+++/j2HDhpkkRyIiImuXk5ODpUuXGtzAnjhxIrZv344nn3yy23GUSiW2bNmCoqIicWCjIAg4ceIE/Pz8TJQ9ERH1pU8//RTx8fFobW2VZLXy9ueLn3/+WYIMiciasY8yr7a2Njz11FOorq42mIU2JibGYOBMd+l0Orz33nviwBudTofhw4fj3LlzvYpH/QuPJyIi09uxYwdOnjwJQRAQEBCAhIQEc6dEREQWiOcLIiLTuXnzJubMmQPg7r3Io0ePIigoyOi4ly5dwuuvvy7GzcjIwKOPPmp03Pvx8vIy2f0V3p8lMo9Tp05h+/btAO72Izk5OVx5mIgkZ2PuBIiIiKSQn5+PefPmISMjAzqdTryQ7fgFoMuf67dJT0/H/PnzkZ+fb+Y9IiIiGpgOHTpk0Pb398fnn3/eo6I5APD19UViYiL8/f3F8z4AHD58WKpUiYjIjHbu3InY2Fi0tLR0ur7rLc4fRkRSYR9lfleuXEFVVZXYHjduHLZt29br/weCIGDbtm0YP368+LOqqirk5uYanStZPh5PRESmt3btWnGlhOzsbJw+fdrMGRERkSXi+YKIyHTGjx+PSZMmie309HRJ4qampgK4ez/E09PTpEVzevpxflJ/EZF5dFxhrrq62kyZENFANtjcCRARERlLqVQiIiICGo0GQOcl2AVBgIeHB+RyOWQyGRobG6FWq/HHH3+gra2t0zZVVVVYsWIFjh07Bh8fHzPsERER0cDU1NSEy5cvi0XrLi4u2LdvX69ninJwcMC+ffswb9481NbWQqfT4YcffkBTUxOGDBkicfZERNRXsrKycOLECYMiFP313ejRo/HYY49BLpfD3t7enGkSkZViH2UZysrKANybBTo8PBx2dnZGxbSzs0N4eDhiYmIM3ocrWg98PJ6IiExv2LBh2Lt3LyIjI9Hc3IyoqCjIZDLMmjXL3KkREZEF4fmCiMi0Vq1ahXfeeQc6nQ4pKSkICwuDr69vr+MplUqkpKSI90lXrVolVar3tW7dOpO/BxH1renTp8PBwQGNjY0AgLy8PIwbN87MWRHRQMPCOSIi6tcaGhqwYcMGaDQag8FKMpkMCxYswLx58+Dt7Q0HB4cut7127RrS0tKQlpaGhoYGMUZdXR02bNiAtLQ0yGSyPt0nIiKigSovLw9NTU3iIOPw8HC4ubkZFdPNzQ1LlixBXFwcAKC5uRl5eXkIDAyUImUiIjKDTz75RPxep9PBxsYGr7zyCpYvX94nM5USET0I+yjLUFFRYdCeOXOmJHH1cfT3CCsrKyWJS5aNxxMRUd8ICAjAwYMH8dZbb6G2thZr1qxBaGgoXnvtNUyePNnc6RERkYXg+YKIyHTmz5+PzMxMZGZmQqvVYvXq1Th8+DC8vb17HOvatWt44403xEnrn3/+ebz44otSp9yJtRTO3bx5E/n5+aioqIBarUZ9fT2GDh0KuVyOkSNHwsfHB+PHjzd3mkSSsLOzw8KFC3Hy5EkIgoCUlBSEhoaaOy0iGmBYOEdERP1aXFwcysvLxZVrAOCZZ55BdHQ0Ro0a9cBtHRwcoFAooFAosHbtWkRHRyMrK0scyFBeXo64uDhs3LjR5PtBRERkDW7fvg3g3iz+zz77rCRxn3vuOcTFxYnncP37EBFR//P777+jsLBQvMazsbHBnj17MHfuXHOnRkTEPsqCDBo0yKDt7u4uSdyOcTq+Dw1MPJ6IiExv06ZN4vdeXl7Izs4WV7lISUnBiBEjMHnyZDg7O8PW1rbH8QVBMFjlk4iI+ieeL4iITG/37t1obm7G2bNnUVNTg8WLF2PZsmVYsWIFhg8f/tDtq6qqcOzYMRw/fhwtLS0AgNmzZ2PPnj2mTn3AKyoqQlJSEtLT01FbW/vQ1zs7O2P+/PkICwvDpEmT+iBDItNZu3YtMjIyoFKpkJ2djdOnTyM4ONjcaRHRAMLCOSIiuq+6ujr89NNPqKys7DRzyYgRI+Dt7Q1HR0ez5dfW1obk5GRxsJIgCAgNDUVMTIw4cL673N3dERcXh/fee88gZnJyMt5+++0exyMiIqLOqqurDdpjxoyRJK6Hh8cD34eIiPqPq1evit8LgoCQkBAWpBCRxWAfZTk6TphVX18vyX3K+vp6g7ZUBVRk2Xg8ERGZnv7Zm57+e/2kmBUVFb1emVP/jJCFEERE/R/PF0REppWTkwMAeO211yAIArKystDa2op//etf+Pe//w0/Pz/4+vrC09MTzs7OsLe3x507d1BbW4uSkhIolUrk5uZCq9WK/ers2bOxfPlyKJXKHuXi7+9vil3sl1QqFXbs2IGMjAwA9857D1NTU4NTp07h1KlTmDdvHt5//30MGzbMlKkSmcywYcOwd+9eREZGorm5GVFRUZDJZJg1a5a5UyOiAYKFc0REZKC6uhpJSUnIyMhASUnJAy/EBEGAp6enOHNJX194XblyBVVVVeLN0nHjxmHbtm29LnITBAHbtm1DXl4eSktLAdydJSc3Nxd+fn6S5U1ERGStOn6uaGtrM1MmRERkqaqqqgDAYHIUIiJLwT7KckybNs2gXVJSIklR0o0bNwDc+388depUo2OS5ePxRERkPpy4koiIuoPnCyIiaSxduvS+BcparRaXL1/G5cuXHxhD/8xfv21WVhaysrJ6lIcgCLh+/XqPthmo8vPzsWbNGqhUqk6/2/b095e6+jkApKen49KlSzhw4AB8fHxMmzSRiQQEBODgwYN46623UFtbizVr1iA0NBSvvfYaJk+ebO70iKifY+EcEREBALRaLfbv34+EhAQ0Nzd3a+YSnU6H4uJi7Nu3D3FxcXj99dexfv16DBo0qA8yBsrKysQ8BEFAeHg47OzsjIppZ2eH8PBwg1nGysrKWDhHREQkATc3N4N2eXk5XF1djY5bXl5u0JYiJhERmUdDQ4NB+/HHHzdTJkREnbGPshzjx4/HpEmTUFRUBODuwJCgoCCj46ampgK4N2HYo48+anRMsnw8noiI+kZ3V00gIiLrxvMFEZHpdSzQ6rjC54N0LN5iv917SqUSERER0Gg0ADr/fxAEAR4eHpDL5ZDJZGhsbIRarcYff/whTlLcfpuqqiqsWLECx44dY/Ec9TubNm0Sv/fy8kJ2djZ0Oh1SUlKQkpKCESNGYPLkyXB2doatrW2P43PlYSJi4RwREaGiogJ///vfUVBQ8MCZS+5Hp9OhqakJBw8exPnz5xEXF4eRI0eaKl1RRUWFQXvmzJmSxNXH0f8OKisrJYlLRERk7fQz9reffa7jzP69oZ/BTl9ML8XKAEREZB5OTk4G7SFDhpgpEyKizthHWZZVq1bhnXfeER+eh4WFwdfXt9fxlEolUlJSxOuVVatWSZUq9QM8noiITGvdunXmToGIiPoBni+IiPrG/cYF9maFz55uw0K7uxoaGrBhwwZoNBqD4jeZTIYFCxZg3rx58Pb2hoODQ5fbXrt2DWlpaUhLS0NDQ4MYo66uDhs2bEBaWhpkMlmf7hORMZKTk++7IiZwd6xwb8fx6scSsXCOyLqxcI6IyMppNBqsXLkSxcXFALqeQWbIkCFwcnKCg4MDGhoaoNFo0NTUJP57+22uXbuGyMhInDp1Co6OjibNvePKdlINku8Yp69W0CMiIhropk+fDjs7O7S0tECn0+HkyZNYsmRJp5XoekKlUuHUqVMQBAE6nQ52dnaYPn26hFkTEVFf6rh6U3V1tcmvLYmIuot9lGWZP38+MjMzkZmZCa1Wi9WrV+Pw4cPw9vbucaxr167hjTfeEGdqfv755/Hiiy9KnTJZMB5PRESmxUIIIiLqDp4viIhMy8PDw9wpmExlZSWys7ORm5uL0tJS1NTUQKPRQKvVYvHixYiIiDB3igbi4uJQXl4ujnMAgGeeeQbR0dEYNWrUA7d1cHCAQqGAQqHA2rVrER0djaysLHEMZ3l5OeLi4rBx40aT7weRqfWmoJeIqCssnCMisnKbNm1CcXGxQfGbIAgIDAxESEgInnzySUyYMKHTdr/99huuXr2K1NRUXLx4EQDEC7mioiJERUUhNjbWpLl3vEisr6+XZLBSfX29QZur1hAREUnD3t4e/v7+uHDhAgRBgFqtxoYNGxAfH9/lTGkP09TUhI0bN0KlUkEQBAiCAIVCAXt7exNkT0REfWH69OlwcHBAY2MjACAvLw/jxo0zc1ZERHexj7I8u3fvRnNzM86ePYuamhosXrwYy5Ytw4oVKzB8+PCHbl9VVYVjx47h+PHjaGlpAQDMnj0be/bsMXXqZIF4PBERERERERHRQHbmzBlzpyC5wsJCHDp0SJwMqT39OEi1Wt3ltlVVVQgJCRG3CwwMxMcff2zynNva2sTVtfQ5hoaGIiYmpsdFQu7u7oiLi8N7771nEDM5ORlvv/02i46oX+GKlERkSiycIyKyYjk5Ofjuu+8MiuYmTpyI7du348knn3zgthMmTMCECRMQGhoKpVKJLVu2oKioSLz4+v777/Hjjz/Cz8/PZPlPmzbNoF1SUiJJkduNGzcA3Lt4njp1qtExiYiI6K7IyEhcuHABwN1zbU5ODsLDw7F9+/ZO5/YHKSwsxObNm1FQUGBwQ9nSZoojIqKesbOzw8KFC3Hy5EkIgoCUlBSEhoaaOy0iIgDsoyxNTk4OAOC1116DIAjIyspCa2sr/vWvf+Hf//43/Pz84OvrC09PTzg7O8Pe3h537txBbW0tSkpKoFQqkZubC61WK15PzJ49G8uXL4dSqexRLv7+/qbYRepDPJ6IiIiIiIiIiPqXQ4cOYf/+/eL9GKBnq1O5ublBoVAgIyMDAJCZmYmqqiq4ubmZJF+9K1euoKqqSsx13Lhx2LZtW6+L3ARBwLZt25CXl4fS0lIAd4sCc3NzTTp2k0hKXHmYiExN0LE8l4jIakVGRuLcuXPiRZefnx8OHDjQq1XbGhoasHr1auTk5Ijxnn76aRw8eFDSnDt68cUXxYK9hQsXYufOnUbHfO+99/DVV19BEAR4enoiLS1NgkyJiIhIb82aNTh79qxY8AYAgwYNQlBQEBYsWIDp06dj7NixnbYrKyuDUqlEWloazp07h7a2NoMb4LNmzUJ8fHyf7gsREUlPpVJh3rx5UKlUAIC9e/ciODjYzFkREd3FPspyeHl5dTmYpCeDZHozoKYjQRBw/fr1Xm9PloHHExERERERERFR/xEVFYWvv/5anMAIMFytqv3ku5GRkXj77be7jPPjjz/if/2v/yXG2Lx5M8LDw02ae0pKCqKiosQ8N23ahGXLlhkd9/jx44iJiRHjxsTE4KWXXjI6LhER0UDAFeeIiKxUU1MTLl++LF4kuri4YN++fb0qmgMABwcH7Nu3D/PmzUNtbS10Oh1++OEHNDU1YciQIRJnf8+qVavwzjvvQKfTISUlBWFhYfD19e11PKVSiZSUFPFieNWqVVKlSkRERP/Phx9+iMWLF6OkpET8LKLVanH+/HmcP38eAGBvbw8nJyfIZDI0NjZCo9Hgzp07Yoz2AxJ1Oh08PT3x4YcfmmV/iIhIWsOGDcPevXsRGRmJ5uZmREVFQSaTYdasWeZOjYiIfZQF6lis1NVAmfvpWODEuSaJxxMRERERERERkWWLjY1FSkoKgHvjBWQyGYKDgzFjxgyMGDECq1ev7tbkRjNmzICbmxuqq6sBAOfPnzd54VxFRYVBe+bMmZLE1cfR73dlZaUkcYmIiAYCG3MnQERE5pGXl4empiYAdy+WwsPDjV5m3M3NDUuWLBEHBDQ3NyMvL8/oXB9k/vz5eOGFFwAAWq0Wq1evxk8//dSrWNeuXcMbb7whrl7z17/+FS+++KKU6RIREREAuVyOo0ePYvLkyeIsb/ob2vqvxsZGVFRU4ObNm6ioqEBjY6PBv7ffxsvLC0eOHIFcLjf3rhERkUQCAgJw8OBBODs7486dO1izZg02bdqEX375xdypERGxj7Iw+muD+/38QV+92eZB21P/x+OJiIiIiIiIiMhylZaWIj4+3mCyo+DgYJw5cwb//Oc/8T//5//s0SRngiDg6aefFsch5OTkmCp10aBBgwza7u7uksTtGKfj+xAREVkzrjhHRGSlbt++DQDiwPNnn31WkrjPPfcc4uLixItT/fuY0u7du9Hc3IyzZ8+ipqYGixcvxrJly7BixQoMHz78odtXVVXh2LFjOH78OFpaWgAAs2fPxp49e0ydOhERkdUaNWoUvvzyS+zduxcnTpxAS0tLjwYK6nQ62NraYtmyZXjrrbdga2trwmyJiKgvbdq0Sfzey8sL2dnZ4irjKSkpGDFiBCZPngxnZ+de9f+CICAmJkbKlInIirCPshweHh7mToEGEB5PRETmUVlZiezsbOTm5qK0tBQ1NTXQaDTQarVYvHgxIiIizJ0iERFZAJ4viIj6Rl1dHX766SdUVlZCrVajvr4eQ4cOhVwux4gRI+Dt7Q1HR0ez5hgbG4vW1lZxIqJFixZhx44dRsWcNm0akpOTAQD19fUoKyvD2LFjpUi3S6NGjTJo19fXS/J7ra+vN2hLVZBHREQ0ELBwjojISumXF9cbM2aMJHE7DjDo+D5S08/y8tprr0EQBGRlZaG1tRX/+te/8O9//xt+fn7w9fWFp6cnnJ2dYW9vjzt37qC2thYlJSVQKpXIzc2FVqsViwhnz56N5cuXQ6lU9igXf39/U+wiERHRgGVra4t//OMfWLFiBRITE3H69GmUlJSIq9d2RRAEeHp6Yu7cuXj11VeNXjGXiIgsT3JyskExdftZQwGgoqIClZWVvYqtv+5jUQoR9Rb7KMtx5swZc6dAAwiPJyKivlVYWIhDhw4hMzMTWq3W4N/0n4nUanWX21ZVVSEkJETcLjAwEB9//LHJcyYior7H8wURkelVV1cjKSkJGRkZ3X5WP3/+fISFhWHYsGF9mCmg1Wpx5swZCIIAnU4HDw8PbN261ei4Xl5eBu0bN26YtHBu2rRpBu2SkhJJitxu3LgB4N45curUqUbHJCIiGihYOEdEZKU6XuS2tbWZKRPjLF269L6DlbRaLS5fvozLly8/MIb+d6HfNisrC1lZWT3KQxAEXL9+vUfbEBER0V3Dhw/HunXrsG7dOqjV6ofOYieXy82dMhERmUFPViYlIupr7KOIiIiIuufQoUPYv3+/OKkl0LPPUm5ublAoFMjIyAAAZGZmoqqqihNsERENMDxfEBGZllarxf79+5GQkIDm5uYHFszp6XQ6FBcXY9++fYiLi8Prr7+O9evXY9CgQX2QMaBUKlFXVyeuNrd06VLY2toaHVdftKY/z9y+fdvomA8yfvx4TJo0CUVFRQCA9PR0BAUFGR03NTUVwL0Cx0cffdTomERERAMFC+eIiKxUx5uB5eXlcHV1NTpueXm5QVuKmN3R8UZpx9m+H6TjzdXubENERESmIZfLMXPmTHOnQUREZsbrMiKyZOyjiIiIiHonKioKX3/9tbgCgn6liJ4WRCxZsgQZGRkQBAFarRanT59GeHi4KVMnIqI+xPMFEZFpVVRU4O9//zsKCgp6VZys0+nQ1NSEgwcP4vz584iLi8PIkSNNla6orKxMfH9BEBAYGChJXCcnJ4N2XV2dJHEfZNWqVXjnnXeg0+mQkpKCsLAw+Pr69jqeUqlESkqK+P9x1apVUqVKZFaVlZXIzs5Gbm4uSktLUVNTA41GA61Wi8WLFyMiIsLcKRJRP8HCOSIiK9VxppSsrKxOy4D3hn6lNv0FqhTLiHfH/S7eezPbd0+34WApIiIiIiIi6axbt87cKRAR3Rf7KCIiIqLeiY2NRUpKCgCIBRAymQzBwcGYMWMGRowYgdWrV3frOd2MGTPg5uaG6upqAMD58+dZCEFENEDwfEFEZFoajQYrV65EcXExgK4npx8yZAicnJzg4OCAhoYGaDQaNDU1if/efptr164hMjISp06dgqOjo0lz1/fneqNHj5Yk7uDBhkPpW1paJIn7IPPnz0dmZiYyMzOh1WqxevVqHD58GN7e3j2Ode3aNbzxxhtoa2sDADz//PN48cUXpU6ZqE8VFhbi0KFD4t9Ie/qxyWq1usttq6qqEBISIm4XGBiIjz/+2OQ5E5FlY+EcEZGVmj59Ouzs7NDS0gKdToeTJ09iyZIlnVai6wmVSoVTp06JNy/t7Owwffp0CbPuzMPDw6TxiYiIiIiIqG+xKIWILBn7KCIiIqKeKy0tRXx8vMGKQcHBwdi6dSuGDRvW43iCIODpp59GcnIyACAnJ0fqlImIyAx4viAiMr1NmzahuLjYoPhNv3pbSEgInnzySUyYMKHTdr/99huuXr2K1NRUXLx4EcC9AueioiJERUUhNjbWpLl3LJ4ZNGiQJHE1Go1BWy6XSxL3YXbv3o3m5macPXsWNTU1WLx4MZYtW4YVK1Zg+PDhD92+qqoKx44dw/Hjx8Viv9mzZ2PPnj2mTp3IpA4dOoT9+/dDq9X2alVMNzc3KBQKZGRkAAAyMzNRVVVl1NhoIur/WDhHRGSl7O3t4e/vjwsXLoizL2zYsAHx8fFwcHDocbympiZs3LgRKpUKgiBAEAQoFArY29ubIPt7zpw5Y9L4RERERERERERE1P/U1dXhp59+QmVlJdRqNerr6zF06FDI5XKMGDEC3t7eJp8FmwYOHk9ERMaJjY1Fa2ur+Axx0aJF2LFjh1Exp02bJhZC1NfXo6ysDGPHjpUiXSIiMhOeL4iITCsnJwffffedQdHcxIkTsX37djz55JMP3HbChAmYMGECQkNDoVQqsWXLFhQVFYnFc99//z1+/PFH+Pn5mSx/V1dXg7ZKpZLkfsytW7cA3CsidHFxMTrmw+iLuV977TUIgoCsrCy0trbiX//6F/7973/Dz88Pvr6+8PT0hLOzM+zt7XHnzh3U1taipKQESqUSubm5YmGRIAiYPXs2li9fDqVS2aNc/P39TbGLRL0SFRWFr7/+Wjyu20+oAHS/gG7JkiXIyMiAIAjQarU4ffo0Vx4msnIsnCMismKRkZG4cOECgLsXfjk5OQgPD8f27dsxbdq0bscpLCzE5s2bUVBQIH5QFQQBERERpkqdiIiIiIiIiIiIyEB1dTWSkpKQkZGBkpIS8WF6VwRBgKenJ+bPn4+wsLBerV5AAxuPJyIiaWi1Wpw5c0Z8hujh4YGtW7caHdfLy8ugfePGDRZCEBH1YzxfEBGZ3qFDhwza/v7+OHDgQI+Lz3x9fZGYmIjVq1cjJydHLGQ5fPiwSQvnOq7CVlBQIEmfnpeXZ9Dui/PE0qVLDQqA2hczarVaXL58GZcvX35gjI6FRFlZWcjKyupRHoIg4Pr16z3ahshUYmNjkZKSAuDeipYymQzBwcGYMWMGRowYgdWrV3ereG7GjBlwc3NDdXU1AOD8+fMsnCOyciycIyKyYn/5y1/wzDPP4OzZs+IHzZ9//hmvvPIKgoKCsGDBAkyfPr3Li8GysjIolUqkpaXh3LlzaGtrM7gYmzVrFgICAvp6l4iIiIiIiIiIiMjKaLVa7N+/HwkJCWhubn5ggZOeTqdDcXEx9u3bh7i4OLz++utYv349Bg0a1AcZkyXj8UREJC2lUom6ujpxpvilS5fC1tbW6Lju7u4A7g0SvX37ttExiYjIfHi+ICIyraamJly+fFkcI+ji4oJ9+/b1esU2BwcH7Nu3D/PmzUNtbS10Oh1++OEHNDU1YciQIRJnf5ePjw9sbGzEezVZWVkIDg42Om5qaqr4e3F0dMTUqVONjtldHYvf2hfQPUzH4qHubENkqUpLSxEfH2+wwlxwcDC2bt3aq0nKBEHA008/La48rF/lkYisFwvniIis3IcffojFixejpKRE/NCp1Wpx/vx5nD9/HgBgb28PJycnyGQyNDY2QqPR4M6dO2KM9hdwOp0Onp6e+PDDD82yP0RERERERERERGQ9Kioq8Pe//x0FBQWdBpp0h06nQ1NTEw4ePIjz588jLi4OI0eONFW6ZOF4PBERSa+srAzA3T5SEAQEBgZKEtfJycmgXVdXJ0lcIiIyD54viIhMKy8vD01NTWKBcnh4ONzc3IyK6ebmhiVLliAuLg4A0NzcjLy8PMn68I5cXFzg7e2N/Px86HQ6fPPNN3jzzTcxZsyYXsf89ttvUVxcLP5eAgICenQvyFj3e6/e5NDTbVhoR5YkNjYWra2t4t/iokWLsGPHDqNiTps2TSycq6+vR1lZGVceJrJiLJwjIrJycrkcR48exerVq/HLL790OWtJY2MjGhsb7xuj/TZeXl6Ij4+HXC43beJERERERERERERk1TQaDVauXIni4mIAXc/IPGTIEDg5OcHBwQENDQ3QaDRoamoS/739NteuXUNkZCROnTrV69m2qf/i8UREZBrV1dUG7dGjR0sSd/Bgw+EuLS0tksQlIiLz4PmCiMi09Ctu6guUn332WUniPvfcc4iLi+uzlT1DQkKgVCohCAKam5vx7rvvIiEhAXZ2dj2OVVZWhg8++EBcLEBfUNgXPDw8+uR9iPoDrVaLM2fOiH+LHh4e2Lp1q9Fxvby8DNo3btxg4RyRFWPhHBERYdSoUfjyyy+xd+9enDhxAi0tLT2eRdfW1hbLli3DW2+9BVtbWxNm2zN1dXX46aefUFlZCbVajfr6egwdOhRyuRwjRoyAt7c3By0QERERERH1A5WVlcjOzkZubi5KS0tRU1MDjUYDrVaLxYsXIyIiwtwpEpEVYx9lHps2bRJnhAYMVyYICQnBk08+iQkTJnTa7rfffsPVq1eRmpqKixcvAoD4UL6oqAhRUVGIjY3ty10hC8DjiYjINLRarUF70KBBksTVaDQGbU7qSUTUv/F8QURkWh0LlI1Zpa29jgVgHd9HamFhYUhISEBZWRkEQcCVK1ewcuVK7N69G6NGjep2nEuXLmHjxo2ora0VV7jy9fU12Wp5HZ05c6ZP3oeoP1AqlairqxP/FpcuXSrJGGR3d3cA6LPCXiKybCycIyIiAICtrS3+8Y9/YMWKFUhMTMTp06dRUlLywCW5BUGAp6cn5s6di1dffdXo5dulUl1djaSkJGRkZHR7H+bPn4+wsDAMGzasDzMlIiIiIiKihyksLMShQ4eQmZnZaQCNfkC7Wq3uctuqqiqEhISI2wUGBuLjjz82ec5EZD3YR5lPTk4OvvvuO4Mip4kTJ2L79u148sknH7jthAkTMGHCBISGhkKpVGLLli0oKioSi52+//57/Pjjj/Dz8+uDPSFLwOOJiMh0XF1dDdoqlUqSSS1v3boF4N5nLhcXF6NjEhGR+fB8QURkWh3Hz7W1tZkpE+MMHjwY0dHRWLVqFbRaLXQ6HXJycjB37lyEhIRgzpw5nVaZ0ul0UKvVqKioQG5uLtLT05GTkyOeG3Q6HWQyGbZv326mvSKybmVlZQAMJzKTgpOTk0G7rq5OkrhE1D+xcI6IiAwMHz4c69atw7p166BWqx+6Wpslzcal1Wqxf/9+JCQkoLm5+YEFc3o6nQ7FxcXYt28f4uLi8Prrr2P9+vWSzV5GREREREREvXfo0CHs379ffPgJoEcrpLu5uUGhUCAjIwMAkJmZiaqqKouZ+IWI+jf2UeZ16NAhg7a/vz8OHDjQ44GVvr6+SExMxOrVq5GTkyP+Pzx8+DALnawIjyciItMZPny4QbugoABjx441Om5eXp5BW4qYRERkPjxfEBGZVsd7juXl5Z2KlnujvLzcoC1FzIcJCgrC1q1bsWXLFvHeS2NjI5KSkpCUlCS+Tn/P9siRIzhy5IhBjPZFc4IgYOfOnZg4caLJcyeizjquVDl69GhJ4g4ebFgm09LSIklcIuqfbMydABERWS65XI6ZM2ciNDQUy5YtwxtvvIFly5YhNDQUM2fOtKiiuYqKCrzyyis4dOgQmpqaxIva7n7pdDo0NTXh4MGDeOWVV1BRUWHuXSIiIiIiIrJqUVFR2Lt3L1pbWwHAYAWY7kyUordkyRJxe61Wi9OnT0ufLBFZHfZR5tXU1ITLly+L9/WcnZ2xb9++Xq9G4ODggH379okrD+h0Ovzwww9oamqSMGuyVDyeiIhMy8fHBzY2NuLnpaysLEnipqamijEdHR0xdepUSeISEZF58HxBRGRa7u7uACB5P6uPo78nqn8fU3v55Zexa9cu2Nvbi+ME9Xl0vD+r/1n7f2u/0ty+ffvwt7/9rU/yJqLOtFqtQVuqRS80Go1B25LGOxNR32PhHBER9XsajQYrV67EtWvXDArm2l/w2tnZwc3NDWPHjoWbmxvs7OwM/r39NteuXUNkZCSXZiYiIiIiIjKT2NhYpKSkGMz4aW9vj5deegk7duzAwYMHDR6EPsiMGTMMZlI9f/68KVMnIivAPsr88vLyxCIkQRAQHh5u9Ep9bm5uWLJkiTh4prm5udPKBDQw8XgiIjItFxcXeHt7A7g7YPWbb77B77//blTMb7/9FsXFxQDu9t0BAQE9WvmXiIgsD88XRESmNX36dNjZ2QG428+ePHkSVVVVRsVUqVQ4deqU2Lfa2dlh+vTpRufaXaGhofjyyy8xc+bMTmMAHzbBvk6ng0KhQFJSEubMmdNnORNRZx1XqlSpVJLEvXXrFoB7hb36ic6IyDoNfvhLiIiILNumTZtQXFxsMHOMIAgIDAxESEgInnzySUyYMKHTdr/99huuXr2K1NRUXLx4EcC92WSKiooQFRWF2NjYvtwVIiIiIiIiq1daWor4+HiDh5fBwcHYunUrhg0b1uN4giDg6aefRnJyMgAgJydH6pSJyIqwj7IMt2/fBnDvPuCzzz4rSdznnnsOcXFx4n1G/fvQwMbjiYjI9EJCQqBUKiEIApqbm/Huu+8iISFBHLjbE2VlZfjggw/Ez2P6omciIur/eL4gIjIde3t7+Pv748KFCxAEAWq1Ghs2bEB8fDwcHBx6HK+pqQkbN26ESqUSC9IUCgXs7e1NkP39eXp64ujRoygsLERiYiKys7Px66+/3vf1I0eORFBQEBYtWgR/f/8+zLRn6urq8NNPP6GyshJqtRr19fUYOnQo5HI5RowYAW9vbzg6Opo7TSJJDB8+3KBdUFCAsWPHGh2340RmUsQkov6LhXNERNSv5eTk4LvvvjMomps4cSK2b9+OJ5988oHbTpgwARMmTEBoaCiUSiW2bNmCoqIi8cbp999/jx9//BF+fn59sCdEREREREQE3F3JqbW1VXzQumjRIuzYscOomNOmTROLUurr61FWVsaHI0TUK+yjLEN1dbVBe8yYMZLE9fDweOD70MDE44mIyPTCwsKQkJCAsrIyCIKAK1euYOXKldi9ezdGjRrV7TiXLl3Cxo0bUVtbK34e8/X1RWBgoAmzJyKivsLzBRGRaUVGRuLChQsA7o6xy8nJQXh4OLZv345p06Z1O05hYSE2b96MgoICgwLliIgIU6X+UF5eXoiOjgZw9x7MrVu3oFKpoNFoYG9vDxcXF7i7u1v0fdfq6mokJSUhIyMDJSUl4ipZXREEAZ6enpg/fz7CwsJ6NakbkaXw8fGBjY2NeMxnZWUhODjY6LipqaliH+Xo6IipU6caHZOI+i8WzhERUb926NAhg7a/vz8OHDjQ4xlVfH19kZiYiNWrVyMnJ0csxDt8+DAL54iIiIiIiPqIVqvFmTNnxIcYHh4e2Lp1q9Fxvby8DNo3btyw6IejRGSZ2EdZjo6DRtra2syUCQ0EPJ6IiExv8ODBiI6OxqpVq6DVasVBunPnzkVISAjmzJnT6TORTqeDWq1GRUUFcnNzkZ6ejpycHHFQrk6ng0wmw/bt2820V0REJDWeL4iITOsvf/kLnnnmGZw9e1bsI3/++We88sorCAoKwoIFCzB9+vQu702WlZVBqVQiLS0N586dQ1tbm3hPRRAEzJo1CwEBAX29S11ydXWFq6urudPoNq1Wi/379yMhIQHNzc0PLJjT0+l0KC4uxr59+xAXF4fXX38d69evx6BBg/ogYyJpubi4wNvbG/n5+dDpdPjmm2/w5ptvGjXB2bfffovi4mJxEoWAgABxTDARWScWzhERUb/V1NSEy5cvixfyLi4u2LdvX6+XIXdwcMC+ffswb9481NbWQqfT4YcffkBTUxOGDBkicfZERERERETUkVKpRF1dnfgQY+nSpbC1tTU6rru7OwCID0Ru375tdEwisj7soyyHm5ubQbu8vFySwTDl5eUG7f40wIZ6j8cTEVHfCAoKwtatW7Flyxbxc09jYyOSkpKQlJQkvk4/SPTIkSM4cuSIQYz2RRCCIGDnzp2YOHFi3+0EERGZHM8XRESm9eGHH2Lx4sUoKSkR+0qtVovz58/j/PnzAAB7e3s4OTlBJpOhsbERGo0Gd+7cEWO0L5jT6XTw9PTEhx9+aJb96e8qKirw97//HQUFBQa/1+7S6XRoamrCwYMHcf78ecTFxWHkyJGmSpfIZEJCQqBUKiEIApqbm/Huu+8iISEBdnZ2PY5VVlaGDz74wODzYHh4uAmyJqL+xMbcCRAREfVWXl4empqaAED8cNtxkENPubm5YcmSJeKFaHNzM/Ly8ozOlYiIiIiIiB6urKwMwL2HroGBgZLEdXJyMmjX1dVJEpeIrAv7KMvRsdgwKytLkrj6OPr/x/r3oYGNxxMRUd95+eWXsWvXLtjb24uD14C7fWXHVRX0P2v/b+1XDtq3bx/+9re/9fk+EBGR6fF8QURkOnK5HEePHsXkyZPFPlbfb+q/GhsbUVFRgZs3b6KiogKNjY0G/95+Gy8vLxw5cgRyudzcu9bvaDQarFy5EteuXbvv/ws7Ozu4ublh7NixcHNzg52d3X3/X1y7dg2RkZG8v0z9UlhYGMaNGwfg7me5K1euYOXKlfjzzz97FOfSpUt45ZVXUFtbK8by9fWV7HkOEfVfLJwjIqJ+Sz/7tv7m57PPPitJ3Oeeew4AZ/kmIiIiIiLqa9XV1Qbt0aNHSxJ38ODBBu2WlhZJ4hKRdWEfZTmmT58uzjSr0+lw8uRJVFVVGRVTpVLh1KlT4j1BOzs7TJ8+3ehcyfLxeCIi6luhoaH48ssvMXPmzE6DPR/0pX+tQqFAUlIS5syZY+5dISIiE+L5gojIdEaNGoUvv/wSK1aswODBg7vdx7bvawcPHoyVK1fiP//5D0aNGmXuXeqXNm3ahOLiYoPfK3B3wrZdu3bh9OnTUCqVOH/+PDIzM3H+/HkolUqcPn0au3btwsyZM8VY+ntQRUVFiIqKMsv+EBlj8ODBiI6OxqBBgwDcvU+bk5ODuXPnIjo6GpcuXYJKpTLYRqfTQa1W47//+7+RlJSEZcuWYcWKFaiurhb/puzt7bF9+3Zz7BIRWZjBD38JERGRZeo4WGnMmDGSxPXw8Hjg+xAREREREZFpaLVag7b+4YixNBqNQZsznxJRb7CPshz29vbw9/fHhQsXIAgC1Go1NmzYgPj4eDg4OPQ4XlNTEzZu3AiVSiUOVFEoFLC3tzdB9mRpeDwREfU9T09PHD16FIWFhUhMTER2djZ+/fXX+75+5MiRCAoKwqJFi+Dv79+HmRIRkTnxfEFEZDq2trb4xz/+gRUrViAxMRGnT59GSUlJp5U92xMEAZ6enpg7dy5effVVuLm59WHG3XPz5k3k5+ejoqICarUa9fX1GDp0KORyOUaOHAkfHx+MHz/e3GkiJycH3333ncGqqhMnTsT27dvx5JNPPnDbCRMmYMKECQgNDYVSqcSWLVtQVFQkFgp9//33+PHHH+Hn59cHe0IknaCgIGzduhVbtmwR/zYaGxuRlJSEpKQk8XX6furIkSM4cuSIQQx9IbD+vzt37sTEiRP7bieIyGKxcI6IiPqtjhfqbW1tZsqEiIiIiIiIpODq6mrQVqlUcHR0NDrurVu3ANx7WOLi4mJ0TCKyPuyjLEtkZCQuXLgA4N7ss+Hh4di+fTumTZvW7TiFhYXYvHkzCgoKDB6oR0REmCp1skA8noiIzMPLywvR0dEA7k5keevWLahUKmg0Gtjb28PFxQXu7u4YO3aseRMlIiKz4vmCiMh0hg8fjnXr1mHdunVQq9X46aefUFlZ2anobMSIEfD29rbISb+KioqQlJSE9PR01NbWPvT1zs7OmD9/PsLCwjBp0qQ+yLCzQ4cOGbT9/f1x4MCBHt9v9vX1RWJiIlavXo2cnByx2Ojw4cMsnKN+6eWXX4atrS22bduGxsZGg+LSjjr+rP3qjTKZDLt27eLqw0QkYuEcERH1Wx1nrSkvL+80gKk3ysvLDdpSxCQiIiIiIqKHGz58uEG7oKBAkgEveXl5Bm0OoiGi3mAfZVn+8pe/4JlnnsHZs2fFh+E///wzXnnlFQQFBWHBggWYPn16l7/PsrIyKJVKpKWl4dy5c2hraxMfsguCgFmzZiEgIKCvd4nMiMcTEZH5ubq68pkcERE9FM8XRESmI5fLMXPmTHOn0W0qlQo7duxARkYGgK4La7pSU1ODU6dO4dSpU5g3bx7ef/99DBs2zJSpGmhqasLly5fFe1AuLi7Yt29frydpc3BwwL59+zBv3jzU1tZCp9Phhx9+QFNTE4YMGSJx9kSmFxoaCm9vb8TExIiTnekL6B5E3wcoFAps3rzZbIWxRGSZWDhHRET9lru7O4B7H4qzsrJ6NPvv/WRlZQG4N8u3/n2IiIiIiIjItHx8fGBjYyM+2MjKykJwcLDRcVNTU8UHkI6Ojpg6darRMYnI+rCPsjwffvghFi9ejJKSEvF3qNVqcf78eZw/fx4AYG9vDycnJ8hkMjQ2NkKj0eDOnTtijPYFTjqdDp6envjwww/Nsj9kXjyeiIiIiIiIiIj6h/z8fKxZswYqlcrgfkxH+vF/Xf0cANLT03Hp0iUcOHAAPj4+pk36/8nLy0NTU5O4OlZ4eHinBQR6ys3NDUuWLEFcXBwAoLm5GXl5eQgMDJQiZaI+5+npiaNHj6KwsBCJiYnIzs7Gr7/+et/Xjxw5EkFBQVi0aBH8/f37MFMi6i9YOEdERP3W9OnTYWdnh5aWFuh0Opw8eRJLliwx6kJSpVLh1KlT4sAGOzs7TJ8+XcKsiYiIiIiI6H5cXFzg7e2N/Px86HQ6fPPNN3jzzTcxZsyYXsf89ttvUVxcLD6ADAgI6NashEREHbGPsjxyuRxHjx7F6tWr8csvv4i/u/azSzc2NqKxsfG+Mdpv4+Xlhfj4eMjlctMmThaJxxMRERERERERkeVTKpWIiIiARqMBgE73cARBgIeHB+RyuTj5kVqtxh9//IG2trZO21RVVWHFihU4duxYnxTP3b59W3xvQRDw7LPPShL3ueeeQ1xcnLhv+vch6s+8vLwQHR0NAKiursatW7egUqmg0Whgb28PFxcXuLu7Y+zYseZNlIgsHgvniIio37K3t4e/vz8uXLgAQRCgVquxYcMGxMfHw8HBocfxmpqasHHjRqhUKnGwkkKhgL29vQmyJyIiIiIioq6EhIRAqVRCEAQ0Nzfj3XffRUJCAuzs7Hocq6ysDB988IE4OYp+5k4iot5iH2V5Ro0ahS+//BJ79+7FiRMn0NLS0qPiQ51OB1tbWyxbtgxvvfUWbG1tTZgtWToeT0RERERERERElquhoQEbNmyARqMxKH6TyWRYsGAB5s2bB29v7y7HDjY0NODatWtIS0tDWloaGhoaxBh1dXXYsGED0tLSIJPJTLoP1dXVBm1jJmZrz8PD44HvQ9Tfubq6wtXV1dxpEFE/xcI5IiLq1yIjI3HhwgUAdy+Cc3JyEB4eju3bt2PatGndjlNYWIjNmzejoKDAYLBSRESEqVInIiIiIiKiLoSFhSEhIQFlZWUQBAFXrlzBypUrsXv3bowaNarbcS5duoSNGzeitrZWnBzF19cXgYGBJsyeiAY69lGWydbWFv/4xz+wYsUKJCYm4vTp0ygpKTFYKawjQRDg6emJuXPn4tVXX4Wbm1sfZkyWjMcTEVHfu3nzJvLz81FRUQG1Wo36+noMHToUcrkcI0eOhI+PD8aPH2/uNImIyMx4viAiori4OJSXl4vj+wDgmWeeQXR09EPvzzo4OEChUEChUGDt2rWIjo5GVlaWWDxXXl6OuLg4bNy40aT70PEek34VPCIiIjIdQfegpzxERET9wJo1a3D27FmDC+JBgwYhKCgICxYswPTp07tcirmsrAxKpRJpaWk4d+4c2traDJZsnzVrFuLj4/t0X4iIiIiIiAi4ePEiVq1aBa1WK16nyWQyhISEYM6cOfDy8kJgYKD4MDMiIgKRkZGoqKhAbm4u0tPTkZOTI06Kop9t9IsvvsDEiRPNuWtENACwj+of1Go1fvrpJ1RWVnYaUDlixAh4e3tDLpebO03qJ3g8ERFJr6ioCElJSUhPT0dtbe1DX+/s7Iz58+cjLCwMkyZN6oMMiYjIEvB8QUREem1tbXjqqadQXV0t3lsNDQ1FTEyMeC+2J3Q6Hd577z0kJyeL92mHDx+Oc+fO9Sped6WkpCAqKgrA3TGK//nPf3q0QMD9FBQUYNGiRWLu//znPxEaGmp0XCIiooGAhXNERNTvqdVqLF68GCUlJQbFc+0vYO3t7eHk5ASZTIbGxkZoNBrcuXNH/Pf22+h0Ojz++OP47LPPONiBiIiIiIjITP7zn/9gy5Yt4rWd/iGoXvvbml09wGxfkCIIAvbs2YO//e1vpk+ciKwC+ygiIiKi3lGpVNixYwcyMjIAdF5t4UH0n6vmzZuH999/H8OGDTNJjkREZH48XxARUUe5ubkIDw8X76uOHz8eqampsLOz63XM5uZmLFiwAKWlpeK92hMnTsDPz0/CzA1dunQJr7/+uni++vvf/47169cbHTc2NhaxsbEA7p4Ljx07hsDAQKPjEhERDQQsnCMiogHhzz//xOrVq/HLL78YDFjqrvbbeHl5IT4+/qHLtxMREREREZFppaSkYNu2bWhsbOzRtV7718pkMuzatQtz5swxaa5EZH3YRxERERH1TH5+PtasWQOVStXlRJh6HSclaP9z/Taurq44cOAAfHx8TJs0ERH1OZ4viIioKx1Xatu0aROWLVtmdNzjx48jJiZGjBsTE4OXXnrJ6Lj3c+fOHSgUCrS0tECn08HZ2RkZGRlwc3PrdUyVSoW//e1vqKmpgU6nw5AhQ5CdnQ17e3sJMycyn5s3byI/Px8VFRVQq9Wor6/H0KFDIZfLMXLkSPj4+GD8+PHmTpOILNhgcydAREQkhVGjRuHLL7/E3r17ceLECbS0tPRoyXSdTgdbW1ssW7YMb731FmxtbU2YLREREREREXVHaGgovL29ERMTgwsXLgDoepBMR/rBMQqFAps3b8akSZNMmicRWSf2UURERETdp1QqERERAY1GAwCdJh4QBAEeHh6Qy+WQyWRobGyEWq3GH3/8gba2tk7bVFVVYcWKFTh27BiLIYiIBhCeL4iI6H4qKioM2jNnzpQkrj6O/vxRWVkpSdz7sbe3h7+/Py5cuABBEKBWq7FhwwbEx8fDwcGhx/GampqwceNGqFQqCIIAQRCgUChYNEf9XlFREZKSkpCeno7a2tqHvt7Z2Rnz589HWFgYn7sQUSdccY6IiAac/+//+/+QmJiI06dPo6Sk5IEzfQuCAE9PT8ydOxevvvqqUTO3EBERERERkekUFhYiMTER2dnZ+PXXX+/7upEjRyIoKAiLFi2Cv79/H2ZIRNaMfRQRERHR/TU0NGD+/PkoLy/vtPruggULMG/ePHh7e3c5SLShoQHXrl1DWloa0tLS0NDQYBBjzJgxSEtLg0wm69N9IiIi6fF8QURED3L06FHs3r0bwN0xfzk5OXB0dDQ6bl1dHfz8/MTzxjvvvIOVK1caHfdBfvjhB7z22msQBEFcQdXLywvbt2/HtGnTuh2nsLAQmzdvRkFBAYB7q7EmJCQgICDAVOkTmZRKpcKOHTuQkZEBAA8c/9uR/u943rx5eP/99zFs2DCT5EhE/Q8L54iIaEBTq9X46aefUFlZ2WmJ5hEjRsDb2xtyudzcaRIREREREVEPVFdX49atW1CpVNBoNLC3t4eLiwvc3d0xduxYc6dHRFaOfRQRERGRoY8++ghHjhwRB4UCwDPPPIPo6GiMGjWq23Fu376N6OhoZGVlGQwwjYiIwMaNG02VPhER9RGeL4iI6EHS09PFflwQBJw9exbu7u5Gx719+zZmzZolFtzs3r0b8+fPNzruw6xZswZnz541OO8NGjQIQUFBWLBgAaZPn97l/eSysjIolUqkpaXh3LlzaGtrM1iZddasWYiPjzd5/kSmkJ+fjzVr1kClUhkc1x3pP9919XP9Nq6urjhw4ABXHSYiACycIyIiIiIiIiIiIiIiIiIiIiITaGtrw1NPPYXq6mpxYFtoaChiYmK6HOT2MDqdDu+99x6Sk5PFAabDhw/HuXPnehWPiIgsA88XRET0MDdv3sScOXMA3C2KOXr0KIKCgoyOe+nSJbz++uti3IyMDDz66KNGx30YtVqNxYsXo6SkxKB4rv15yt7eHk5OTpDJZGhsbIRGo8GdO3fEf2+/jU6nw+OPP47PPvuMCwlQv6RUKhEREQGNRgPg3t9C++Pcw8MDcrlc/JtQq9X4448/0NbW1uU2jo6OOHbsGIvniIiFc0REREREREREREREREREREQkvdzcXISHh4sDOcePH4/U1FTY2dn1OmZzczMWLFiA0tJSsbjixIkT8PPzkzBzIiLqSzxfEBFRd7z44osoKiqCIAhYuHAhdu7caXTM9957D1999RUEQYCnpyfS0tIkyLR7/vzzT6xevRq//PJLp4Kf7mi/jZeXF+Lj43u0SiuRpWhoaMD8+fNRXl5ucFzLZDIsWLAA8+bNg7e3NxwcHLrc9tq1a0hLS0NaWhoaGhoMYowZMwZpaWmQyWR9uk9EZFlszJ0AEREREREREREREREREREREQ08ZWVlACAWLISHhxtVBAEAdnZ2CA8PNxhQqn8fIiLqn3i+ICKi7li1ahWAu+eLlJQUKJVKo+IplUqkpKSIRTb6+H1l1KhR+PLLL7FixQoMHjxYPA9290un02Hw4MFYuXIl/vOf/7BojvqtuLg4sWhOp9NBp9PhmWeewTfffIP/+q//QkBAQJdFcwDg4OAAhUKB//qv/8I333yD2bNnG3z+Ky8vR1xcXF/tChFZKBbOEREREREREREREREREREREZHkKioqDNozZ86UJK4+jn6Aa2VlpSRxiYjIPHi+ICKi7pg/fz5eeOEFAIBWq8Xq1avx008/9SrWtWvX8MYbb6CtrQ06nQ5//etf8eKLL0qZbrfY2triH//4B7KysrBu3Tp4enoCgFg81NUXAHh6emL9+vU4e/Ys3n33Xdja2vZ57kRSaGtrQ3Jyslg0JwgCXnrpJRw4cKDHxaDu7u6Ii4vDSy+9JMbS6XRITk7u0WqORDTwDDZ3AkRERERERERERETddfPmTeTn56OiogJqtRr19fUYOnQo5HI5Ro4cCR8fH4wfP97caRKRlWIfRURERGRo0KBBBm13d3dJ4naM0/F9iIiof+H5goiIumv37t1obm7G2bNnUVNTg8WLF2PZsmVYsWIFhg8f/tDtq6qqcOzYMRw/fhwtLS0AgNmzZ2PPnv+/vTsPr6o898Z/bwIhTAEZBAEVjQNVKFgBBU9VpLTFWc9xQI4jUocDVl89vmq1p62e2tpaqfJSEcdaFIdqVaSKA7bgBEKJIAoYVBQqIFNCgASS/fvDH6khCWTYJLD5fK4rl+5nrede90pgrVzs/V3PnTu79e1q3759jBw5MkaOHBn5+fkxd+7cWLlyZYV/Z+7QoUP07NkzsrOzG7RfSJV//OMfsWrVqrIHHey3337x85//vOx1TSUSifj5z38es2fPjiVLlkTE13/vZ82aFX369ElZ38DuRXAOAAAAANilLVy4MJ544ol48cUXY926dTvcv3Xr1nHyySfH2WefHYccckg9dAjsyVyjAACqtu3T4QsLC6Nly5Z1rltYWFjudaoCFgA0DPcLAKpj5syZERFx0UUXRSKRiKlTp8aWLVvioYceikceeST69OkTvXr1ipycnGjdunVkZWXFpk2bYt26dZGXlxe5ubkxa9asKCkpKVuNauDAgXHhhRdGbm5ujXrp27fvzjjFiIjIzs5O2eqrsKv7/PPPIyLK/k4OGzYsMjMz61QzMzMzhg0bFr/85S/LHUdwDvZcgnMAAAAAwC5pzZo1cdttt8XkyZMj4us3TKpj7dq1MWHChJgwYUKcdNJJ8ZOf/CT22muvndkqsAdyjQIA2LEePXqUe52Xl5eS0MLixYsj4l8frDv88MPrXBOAhuN+AUB1nH/++eVWodr6/8lkMkpKSmLGjBkxY8aM7dbY+u+4W+dOnTo1pk6dWqM+EolEzJ8/v0ZzgMqtWLGi3OtUhUa31tn6d33lypUpqQvsnho1dAMAAAAAANt6//3346STTorJkydHMpks+3DLtl8RUen41jkvvvhinHzyyfH+++838BkB6cQ1CgCgevbff/9yq+y++OKLKan7wgsvRMTXv2vl5OTEAQcckJK6ADQM9wsAamLrv69ute2/u27v65v/dvvNWjX9AlIjIyOj3OtUrRC8bZ1tjwPsWQTnAAAAAIBdSm5ubgwfPjxWr15d7k3Mb74Z2blz5+jevXt85zvfie7du0fnzp3L7fPNOatWrYpLLrlEMAVICdcoAICa+dGPfhQRX38g9S9/+Uvk5ubWqV5ubm785S9/Kfuw69b6AOze3C8AqK5tw2/bjm/vqzZztjcfqJtOnTqVe11YWJiSutvWSVUgD9g9NW7oBgAAAAAAttqwYUNcc801UVBQUPYGZDKZjGbNmsUpp5wSJ510UvTs2TOaN29e6dx58+bFpEmTYtKkSbFhw4ayGuvXr49rrrkmJk2aFM2aNavXcwLSh2sUAEDNnXzyyTFlypSYMmVKlJSUxGWXXRbjx4+Pnj171rjWvHnz4oorrojS0tKIiBg8eHCceuqpqW4ZgAbgfgHAjnTu3LmhWwBSrEePHuVe5+XlpSTktnjx4oiIsocZHn744XWuCey+EknrxQIAAAAAu4jf/va3cf/995etxBQRcfzxx8fPfvazCk8c3J7ly5fHz372s5g6dWpZrUQiEZdeemlce+21O6t9IM25RgEA1E5RUVH8+Mc/jjfeeCMiIho3bhwXXHBBXHLJJdG+ffsdzl+1alU8+OCD8cc//jE2b94cEREDBw6M3//+95GZmbkzWwegHrlfAADseU499dRYuHBhJBKJOPPMM+N///d/61zzpptuimeeeSYSiUTk5OTEpEmTUtApsLsSnAMAAAAAdgmlpaXx3e9+N1avXl0WIjn99NPjl7/8ZdmqTDWRTCbjpptuimeffbYsmNK+ffuYNm1areoBezbXKACA2pk5c2ZERJSUlMQjjzwSU6dOjYiIRCIRjRo1ij59+kSvXr0iJycnWrduHVlZWbFp06ZYt25d5OXlRW5ubsyaNStKSkrKfg8bOHBgXHjhhdGoUaMa9dK3b9+Unx8AqeF+AQCwZ5o0aVJcd911ERGRkZERjz32WPTq1avW9XJzc2Po0KFlD0D89a9/bfVh2MMJzgEAAAAAu4RZs2bFsGHDygIk+++/f7zwwgt1ehp0cXFxnHLKKbFkyZKyD8w8+uij0adPnxR2DuwJXKMAAGqne/fulT4YYOvHVarz0ICa7FuVRCIR8+fPr/V8AHYu9wsAgD3XVVddFVOmTImIiDZt2sT48eOjZ8+eNa4zb968+NGPfhSrV6+OiIjBgwfHPffck9Jegd1PzR6lAgAAAACwk3z++ecREWXhkWHDhtUpkBIRkZmZGcOGDYtvPj9s63EAasI1CgCgbpLJZLnfexKJRNlDCXb0tXXfbWvV9AuAXZ/7BQDAnuc3v/lNHH/88RERsXbt2hg6dGjccccd8dVXX1Vr/qpVq+I3v/lNDB06tCw0N3DgwLjzzjt3VsvAbqRxQzcAAAAAABARsWLFinKvjznmmJTU3Vpn64dmVq5cmZK6wJ7FNQoAoG6qWv2nNqsC1XSOEATA7sP9AgBgzzJz5syIiLjooosikUjE1KlTY8uWLfHQQw/FI488En369IlevXpFTk5OtG7dOrKysmLTpk2xbt26yMvLi9zc3Jg1a1aUlJSUPUxh4MCBceGFF0Zubm6Neunbt+/OOEWggQnOAQAAAAC7hIyMjHKvO3bsmJK629bZ9jgA1eEaBQBQO507d27oFgDYDbhfAFBX69evj7lz58bKlSsjPz8/CgsLo0WLFpGdnR0dOnSInj17RsuWLRu6TWAb559/frkHHmz9/2QyGSUlJTFjxoyYMWPGdmtsfQDC1rlTp06NqVOn1qiPRCIR8+fPr9EcYPcgOAcAAAAA7BI6depU7nVhYWFK3sAsLCws9zpVYRdgz+IaBQBQO6+//npDtwDAbsD9AoDaWL16dTzxxBMxefLkyMvL2+7qoYlEInJycuLkk0+Os88+O/baa6967BTYkW3Db98M0O3ItisNW0kY+KZGDd0AAAAAAEBERI8ePcq9zsvLS0ndxYsXR8S/3iA5/PDDU1IX2LO4RgEAAAAA7BpKSkrirrvuioEDB8bdd98dixYtitLS0kgmk1V+lZaWxqJFi2L06NFx/PHHx+jRo6OkpKShTwX4/yUSiQoBuG+Ob++rNnO2Nx9IL1acAwAAAAB2Cfvvv38ccsghsXDhwoiIePHFF2PAgAF1rvvCCy9ExL+eJHrAAQfUuSaw53GNAgAAAABoeCtWrIgrr7wyPvjggworVFVHMpmMoqKiGDduXEyfPj3Gjh0be++9985qF9iBzp07N3QLQJpLJK1DCQAAAADsIiZNmhTXXXddRERkZGTEY489Fr169ap1vdzc3Bg6dGjZG6e//vWv49RTT01Jr8CexzUKAAAAAKDhFBQUxHnnnReLFi2KiH8F5r75cfimTZtGq1atonnz5rFhw4YoKCiIoqKisu3bzjn00ENjwoQJ0bJly/o6DQCgHgnOAQAAAAC7lKuuuiqmTJkSERFt2rSJ8ePHR8+ePWtcZ968efGjH/0oVq9eHRERgwcPjnvuuSelvQJ7HtcoAAAAAICGMXLkyHj11VfLhd8SiUQcffTRcdppp0Xv3r2jW7duFeZ9+umnMWfOnHjhhRfirbfeKhvfOn/QoEExZsyY+joNAKAeCc4BAAAAALuUoqKi+PGPfxxvvPFGREQ0btw4Lrjggrjkkkuiffv2O5y/atWqePDBB+OPf/xjbN68OSIiBg4cGL///e8jMzNzZ7YO7AFcowAAUmv9+vUxd+7cWLlyZeTn50dhYWG0aNEisrOzo0OHDtGzZ08rPwDgfgFAzJw5M84///xyobmDDz44br311ujdu3e16+Tm5sYtt9wSCxcujEQiURaee/TRR6NPnz47qXsAoKEIzgEAAAAAu4yZM2dGRERJSUk88sgjMXXq1IiISCQS0ahRo+jTp0/06tUrcnJyonXr1pGVlRWbNm2KdevWRV5eXuTm5sasWbOipKSk7I3OgQMHxoUXXhiNGjWqUS99+/ZN+fkBuzfXKACA1Fi9enU88cQTMXny5MjLy4vtfXQlkUhETk5OnHzyyXH22WfHXnvtVY+dAtCQ3C8A+KYRI0bEtGnTyoJzffr0iT/84Q+1Ck5v2LAhLrvsspg5c2ZZvWOPPTbGjRuX0p4BgIYnOAcAAAAA7DK6d+9e9gblN239Z8zKttVl36okEomYP39+recD6ck1CgCgbkpKSuLuu++Ohx9+OIqLi7cbgNhWIpGIzMzMuPjii2PUqFGRkZGxEzsFoCG5XwCwraKioujXr1/ZfaFNmzbx4osvRrt27Wpdc9WqVXHSSSfFunXrIplMRtOmTWPGjBnRtGnTFHYOADS0xg3dAAAAAADAtrYNlmz9b3U+JLNtGMWzw4BUc40CAKi5FStWxJVXXhkffPBBrR4mkEwmo6ioKMaNGxfTp0+PsWPHxt57772z2gWggbhfAFCZ2bNnR1FRUSQSiUgkEjFs2LA6heYiItq1axfnnXdejB07NiIiiouLY/bs2dG/f/9UtAykyPr162Pu3LmxcuXKyM/Pj8LCwmjRokVkZ2dHhw4domfPnrVaeRLYcwjOAQAAAAC7nKo+DFObFZpqOkeIBdgR1ygAgJopKCiI4cOHx6JFiyKi8gcPNG3aNFq1ahXNmzePDRs2REFBQRQVFZVt/+acefPmxYgRI2LChAk+HAeQRtwvAKjK8uXLI+Lr63sikYgTTjghJXUHDRoUY8eOLbt/bD0O0LBWr14dTzzxREyePDny8vK2+95IIpGInJycOPnkk+Pss8+Ovfbaqx47BXYHgnMAAAAAwC6jc+fODd0CQJVcowAAaufGG2+MRYsWlQszJBKJ6N+/f5x22mnRu3fv6NatW4V5n376acyZMydeeOGFeOuttyLi6w/EJZPJWLhwYdxwww0xZsyY+jwVAHYi9wsAqrJ69epyr7t06ZKSutv+m++2xwHqV0lJSdx9993x8MMPR3FxcbUeJphMJmPRokUxevToGDt2bFx88cUxatSoyMjIqIeOgd2B4BwAAAAAsMt4/fXXG7oFgCq5RgEA1NzMmTPj1VdfLReCOPjgg+PWW2+N3r17b3dut27dolu3bnH66adHbm5u3HLLLbFw4cKyMMRrr70W7733XvTp06cezgSAncn9AoDt2TY8U1pa2kCdADvLihUr4sorr4wPPvig7O/81t8NqyOZTEZRUVGMGzcupk+fHmPHjo299957Z7UL7EYaNXQDAAAAAAAAAACkp/vuu6/c6759+8bjjz++wxDEtnr16hUTJ06Mvn37lq1AFBExfvz4VLUKQANyvwBge9q1a1fu9bJly1JSd9s6bdu2TUldoGYKCgpi+PDhMW/evLLf4bY+BGHrV2ZmZrRr1y723XffaNeuXWRmZpbb/s058+bNixEjRsT69esb+tSAXYAV5wAAAAAAAAAASLmioqKYMWNG2QfX2rRpE6NHj46WLVvWql7z5s1j9OjRcdJJJ8W6desimUzGO++8E0VFRdG0adMUdw9AfXG/AGBHOnbsGBH/Wn1q6tSp0aNHjzrXnTp1akREWehm63GA+nXjjTfGokWLyq0+nEgkon///nHaaadF7969o1u3bhXmffrppzFnzpx44YUX4q233oqIKPudcuHChXHDDTfEmDFj6vNUgF2QFecAAAAAAAAAAEi52bNnR1FRUUR8/cG1YcOGVVgpoqbatWsX5513XiSTyYiIKC4ujtmzZ9e5VwAajvsFADtyxBFHRGZmZkR8Haj505/+FKtWrapTzTVr1sSECRPKgjqZmZlxxBFH1LlXoGZmzpwZr776arnQ3MEHHxyPP/54PPTQQ3H66adXGpqLiOjWrVucfvrp8cADD8TEiRPj4IMPLgvdJZPJeO211+K9996rx7MBdkWCcwAAAAAAAAAApNzy5csjIspCCyeccEJK6g4aNCgi/rXaxNbjALB7cr8AYEeysrKib9++ZYGY/Pz8uOaaa2LDhg21qldUVBTXXnttrFmzJiK+vlf069cvsrKyUtk2UA333Xdfudd9+/aNxx9/PHr37l2jOr169YqJEyeWu1ZERIwfPz5VrQK7qcYN3QAAAAAAQHWtX78+5s6dGytXroz8/PwoLCyMFi1aRHZ2dnTo0CF69uwZLVu2bOg2gT2UaxQAQHmrV68u97pLly4pqdu5c+ftHgeA3Yv7BQDVMWLEiHjzzTcj4uuw9cyZM2PYsGFx6623Ro8ePapd56OPPoqbb745Pvjgg7JVqRKJRFx66aU7q3WgCkVFRTFjxoyyv4tt2rSJ0aNH1/q9lObNm8fo0aPjpJNOinXr1kUymYx33nknioqKomnTpinuHthdCM4BAAAAALu01atXxxNPPBGTJ0+OvLy8sidPVyaRSEROTk6cfPLJcfbZZ8dee+1Vj50CeyLXKACAqm37u1FpaWkDdQLArsz9AoDqOProo+P444+PN954oyxk8+GHH8Y555wTAwYMiFNOOSWOOOKI2HfffSvM/fzzzyM3NzcmTZoU06ZNi9LS0rL7TyKRiOOOOy6OOuqo+j4l2OPNnj07ioqKIpFIRCKRiGHDhkW7du3qVLNdu3Zx3nnnxdixYyMiori4OGbPnh39+/dPRcvAbkhwDgAAAADYJZWUlMTdd98dDz/8cBQXF283jLJVMpmMRYsWxejRo2Ps2LFx8cUXx6hRoyIjI6MeOgb2JK5RAAA7tu2H3ZYtWxZt27atc91ly5aVe52KmgA0HPcLAKrrjjvuiKFDh0ZeXl5ZeK6kpCSmT58e06dPj4iIrKysaNWqVTRr1iw2btwYBQUFsWnTprIa3wzMJZPJyMnJiTvuuKNBzgf2dMuXL4+IKFv58YQTTkhJ3UGDBsXYsWMjkUiUOw6wZ2rU0A0AAAAAAGxrxYoVcc4558R9990XRUVFZW+WVPcrmUxGUVFRjBs3Ls4555xYsWJFQ58SkEZcowAAqqdjx44REWUfVJs6dWpK6m6ts/UDr1uPA8Duyf0CgOrKzs6OBx54IA499NBy/y6bTCbLvjZu3BgrVqyIzz77LFasWBEbN24st/2bc7p37x73339/ZGdnN/SpwR5p9erV5V536dIlJXU7d+683eMAexbBOQAAAABgl1JQUBDDhw+PefPmVfmmZ2ZmZrRr1y723XffaNeuXWRmZlb5pue8efNixIgRsX79+oY+NSANuEYBAFTfEUccEZmZmRHxdWjhT3/6U6xatapONdesWRMTJkwoC1dkZmbGEUccUedeAWg47hcA1ESnTp3i6aefjksuuSQaN25cqwebNW7cOIYPHx5PPfVUdOrUqaFPCfZYWx9wsFVpaWkDdQKks8YN3QAAAAAAwDfdeOONsWjRorIPtWx9w7N///5x2mmnRe/evaNbt24V5n366acxZ86ceOGFF+Ktt96KiCh7A3ThwoVxww03xJgxY+rzVIA05BoFAFB9WVlZ0bdv33jzzTcjkUhEfn5+XHPNNXHvvfdG8+bNa1yvqKgorr322lizZk3Zh1779esXWVlZO6F7AOqL+wUANdWkSZO4/vrr45JLLomJEyfGSy+9FHl5eRVCON+USCQiJycnhgwZEueee260a9euHjsGKrPt38Nly5ZF27Zt61x32bJl5V6noiaw+0okt/cbAgAAAABAPZo5c2acf/755QIpBx98cNx6663Ru3fvatfJzc2NW265JRYuXFgWTEkkEvHoo49Gnz59dlL3QLpzjQIAqLl33nknLrroonK/93Tv3j1uvfXW6NGjR7XrfPTRR3HzzTfHBx98EBH/eoDBww8/HEcdddTOah+AeuJ+AUBd5efnx9y5c2PlypWRn58fhYWF0aJFi8jOzo4OHTpEz549Izs7u6HbBL7h7bffjosvvrjsfZcrr7wyRo0aVee6Y8aMKXtYYSKRiAcffDD69+9f57rA7klwDgAAAADYZYwYMSKmTZtW9uZInz594g9/+EO0bNmyxrU2bNgQl112WcycObOs3rHHHhvjxo1Lac/AnsM1CgCgdi6//PJ44403ysIQEREZGRkxYMCAOOWUU+KII46Ifffdt8K8zz//PHJzc2PSpEkxbdq0KC0tLZufSCTiuOOOi3vvvbdezwWAncf9AgBgz7Jp06bo169fbN68OZLJZLRu3TomT55cpxUh16xZEyeeeGKsXbs2kslkNG3aNN59912rD8MeTHAOAAAAANglFBUVRb9+/aK4uDiSyWS0adMmXnzxxTq9MbJq1ao46aSTYt26dWVvjMyYMSOaNm2aws6BPYFrFABA7eXn58fQoUMjLy+vXBhi6wMEIiKysrKiVatW0axZs9i4cWMUFBTEpk2byrZ/c04ymYyDDjooHnvsMStGAKQR9wsAgD3P8OHD48033yz7na9v375x7733RvPmzWtcq6ioKK644op46623yur927/9W4wfPz6lPQO7l0YN3QAAAAAAQETE7Nmzo6ioKCK+/mDLsGHD6hRIiYho165dnHfeeWUfmCkuLo7Zs2fXuVdgz+MaBQBQe9nZ2fHAAw/EoYceGslkMhKJRFmgYevXxo0bY8WKFfHZZ5/FihUrYuPGjeW2f3NO9+7d4/777xeCAEgz7hcAAHueESNGlP1/MpmMmTNnxrBhw2LevHk1qvPRRx/FsGHD4u233y73EIZLL700pf0Cux/BOQAAAABgl7B8+fKI+NdToU844YSU1B00aFBE/OvJ1FuPA1ATrlEAAHXTqVOnePrpp+OSSy6Jxo0blws3VOcrmUxG48aNY/jw4fHUU09Fp06dGvqUANgJ3C8AAPYsRx99dBx//PFlv/clk8n48MMP45xzzokRI0bE888/H59//nmlcz///POYNGlSXH755fHv//7v8cEHH5R7oMJxxx0XRx11VD2fEbCradzQDQAAAAAARESsXr263OsuXbqkpG7nzp23exyA6nCNAgCouyZNmsT1118fl1xySUycODFeeumlyMvLK3s4QWUSiUTk5OTEkCFD4txzz63zqr8A7PrcLwAA9ix33HFHDB06NPLy8srCcyUlJTF9+vSYPn16RERkZWVFq1atolmzZrFx48YoKCiITZs2ldXY+rvi1vk5OTlxxx13NMj5ALsWwTkAAAAAYJew7QdfSktLG6gTgIpcowAAUqd9+/YxcuTIGDlyZOTn58fcuXNj5cqVkZ+fH4WFhdGiRYvIzs6ODh06RM+ePSM7O7uhWwagAbhfAADsGbKzs+OBBx6Iyy67LBYsWBCJRCIiyr83s3Hjxti4cWOVNb45p3v37nHvvff6/RCICME5AAAAAGAXse1ToJctWxZt27atc91ly5aVe52KmsCexzUKAGDnyM7OjmOOOaah2wBgF+d+AQCQ3jp16hRPP/103HXXXfHoo4/G5s2by8Jw1ZFMJqNJkyZxwQUXxNVXXx1NmjTZid0Cu5NGDd0AAAAAAEBERMeOHSPiX08DnDp1akrqbq2z9YmEW48DUBOuUQAAAAAAADtPkyZN4vrrr4+pU6fGyJEjIycnJyK+fg+lqq+IiJycnBg1alS88cYb8d///d9Cc0A5ieQ3168EAAAAAGggmzZtin79+sXmzZsjmUxG69atY/LkyRVWeaqJNWvWxIknnhhr166NZDIZTZs2jXfffTeysrJS2DmwJ3CNAgAAAAAAqF/5+fkxd+7cWLlyZeTn50dhYWG0aNEisrOzo0OHDtGzZ8/Izs5u6DaBXVjjhm4AAAAAACAiIisrK/r27RtvvvlmJBKJyM/Pj2uuuSbuvffeaN68eY3rFRUVxbXXXhtr1qyJRCIRiUQi+vXrJ5AC1IprFAAAAAAAQP3Kzs6OY445pqHbAHZjjRq6AQAAAACArUaMGFH2/8lkMmbOnBnDhg2LefPm1ajORx99FMOGDYu33347EolEJJPJiIi49NJLU9ovsGdxjQIAAAAAAADYfSSSW9+NBQAAAADYBVx++eXxxhtvlAuTZGRkxIABA+KUU06JI444Ivbdd98K8z7//PPIzc2NSZMmxbRp06K0tLRsfiKRiOOOOy7uvffeej0XIP24RgEAAAAAAADsHgTnAAAAAIBdSn5+fgwdOjTy8vLKBVMSiUTZPllZWdGqVato1qxZbNy4MQoKCmLTpk1l2785J5lMxkEHHRSPPfZYZGdn1+/JAGnHNQoAAAAAAABg9yA4BwAAAADscr788su47LLLYsGCBWVhlJr8U+Y353Tv3j3uvffe6NSp007pFdjzuEYBAAAAAAAA7PoE5wAAAACAXdLmzZvjrrvuikcffTQ2b95cbjWnHUkmk9GkSZO44IIL4uqrr44mTZrsxE6BPZFrFAAAAAAAAMCuTXAOAAAAANilffXVVzFx4sR46aWXIi8vb7urOiUSicjJyYkhQ4bEueeeG+3atavHToE9kWsUAAAAAAAAwK5JcA4AAAAA2G3k5+fH3LlzY+XKlZGfnx+FhYXRokWLyM7Ojg4dOkTPnj0jOzu7odsE9lCuUQAAAAAAAAC7DsE5AAAAAAAAAAAAAAAAANJKo4ZuAAAAAAAAAAAAAAAAAABSSXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLQiOAcAAAAAAAAAAAAAAABAWhGcAwAAAAAAAAAAAAAAACCtCM4BAAAAAAAAAAAAAAAAkFYE5wAAAAAAAAAAAAAAAABIK4JzAAAAAAAAAAAAAAAAAKQVwTkAAAAAAAAAAAAAAAAA0orgHAAAAAAAAAAAAAAAAABpRXAOAAAAAAAAAAAAAAAAgLTSuKEbAAAAAAAASCdffPFFDBo0qEZzMjIyIjMzM5o2bRotWrSItm3bRrt27aJr165x4IEHRk5OTvTs2TNatGixk7oGAAAAAAAASC+CcwAAAAAAAA2spKQkNm7cGBs3boy1a9fG0qVLK+yTkZER3/rWt+LYY4+NIUOGxCGHHNIAndafDz/8MF599dUK46NGjWqAbmgIDz/8cBQUFJQb69evXxx11FEN1BEAAAAAAAC7k0QymUw2dBMAAAAAAADpojYrztXG4YcfHhdffHEMGTIkGjdOv2clPvPMM3HjjTdWGF+wYEEDdENDOOGEEyqESEeOHCk8CQAAAAAAQLU0augGAAAAAAAAqLkPPvggrrvuujjllFPi7bffbuh2AAAAAAAAAHYp6ff4UQAAAAAAgF1Q+/bt47vf/W6V2zdv3hzFxcWxfv36WLlyZSxbtiwKCwt3WHfx4sVx0UUXxdChQ+Omm26KzMzMVLYNAAAAAAAAsFsSnAMAAAAAAKgHBx54YPzqV7+q9v7JZDKWLl0a77//frz11lvxyiuvxNq1a6vc//HHH48FCxbE+PHjo2XLlinoGAAAAAAAAGD31aihGwAAAAAAAKCiRCIRXbt2jRNPPDFuu+22mDZtWtx5551x0EEHVTln9uzZMWLEiNi4cWM9dgoAAAAAAACw6xGcAwAAAAAA2A1kZmbGySefHM8//3xcd9110aRJk0r3mz17dvz85z+v5+4AAAAAAAAAdi2CcwAAAAAAALuRjIyMGDFiRDz00EORnZ1d6T7PPvtsTJ48uZ47AwAAAAAAANh1CM4BAAAAAADshvr27Rtjx46NzMzMSrffcccdsWnTpnruCgAAAAAAAGDX0LihGwAAAAAAAKB2+vbtG1dffXXccccdFbb985//jIkTJ8ZFF11Uq9pr166NmTNnxrx58+KTTz6JTz75JNasWROFhYWxefPmaNWqVbRu3Tr22muv6NmzZ/Tt2zf69OkTe+21V62O995778XTTz9d9vqzzz6rdL8bbrih2jWvv/76aNu2bbX23bJlS8ydOzdmz54deXl5sXjx4li+fHmsX78+NmzYEFlZWdG6deto06ZNdOvWLfr27Rt9+/aNgw46qNr91NQXX3wRU6dOjfnz58eCBQti1apVsX79+ti4cWNkZmZGVlZWtGzZMvbZZ5/o2rVrHHjggdGrV6/o0aNHNG/ePKW9zJ07N958882YM2dOLFmyJFauXBkbN26MiIgWLVpEly5d4tBDD42jjjoqBg0aFK1atarxMX7961/HmjVryl5/8/+3evXVV2Pp0qXVqnfkkUfGWWedVa19k8lkvPvuu/Hee+/F/PnzY/HixVFQUBDr16+PLVu2RNOmTaNZs2bRtm3b6NKlS3Tt2jW6d+8evXv3jpycnEgkEtU7SQAAAAAAAOpNIplMJhu6CQAAAAAAgHTxxRdfxKBBgyqM9+vXLx599NGUH6+0tDROO+20WLhwYYVt+++/f7z88svVDvXk5eXF5MmT47XXXouPPvooavo2UpMmTeKMM86IESNGxH777Vejuc8880zceOONNZqzI6+99lp07dq1yu3r16+PV155JV566aWYMWNGbNiwocbH6NWrV1x++eVxwgkn1KXVct566634wx/+EDNnzqzxzyDi65/DgAEDYsiQIXHGGWfUuo/i4uJ45pln4qGHHopPP/202vMyMzPjzDPPjCuvvDI6duxY7XknnHBCtUNx1XHGGWfEr371q+3uU1xcHA899FBMnDgxli1bVqvjtG/fPr7//e/HWWedFYcddlitagAAAAAAAJB6jRq6AQAAAAAAAGqvUaNGceWVV1a67bPPPotZs2ZVq86ll14aJ554YowZMyY+/PDDWgW2Nm/eHE8++WT88Ic/jPHjx9d4fn169tlno3///nHDDTfEG2+8UavQXEREbm5uXHHFFXH++edXukJaTWzcuDGuu+66uPjii2PGjBm1+hlEfP1z+Nvf/laj1fm2NWvWrDjttNPif/7nf2oUmov4Oow2ceLEOOmkk+K5556rdQ872/vvvx+nnHJK/O53v6t1aC4i4quvvorHHnss/vjHP6awOwAAAAAAAOpKcA4AAAAAAGA3N3jw4GjXrl2l215//fVq1fjss89S1k9JSUn89re/jeuvvz5KSkpSVjeV/vnPf0ZxcXHK6s2YMSP+4z/+I/Ly8mo1f8OGDfGjH/0oXnjhhZT1VFsTJkyICy64IBYvXlynOgUFBXH99dfHXXfdlaLOUmf27Nlx8cUX1zgUCAAAAAAAwO6jcUM3AAAAAAAAQN00btw4Bg8eHBMnTqyw7c0336xz/Y4dO0aXLl2iVatW0apVq9i8eXMUFBTE4sWL48svv6xy3nPPPRedO3eOq6++us491KfmzZvHAQccEK1bt45WrVpFkyZNIj8/P1asWBEff/xxbNmypdJ5X3zxRYwcOTL+/Oc/R/PmzWt0zNtvvz1mzJhR5fasrKzYf//9o3PnztG8efNIJBKxfv36KCgoiE8//TRWrVpVo+NVZfz48fHb3/52u/t0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OuusOProo6Nnz56RlZVVrZr33HNPnYNzERGtWrWKa6+9Nq644op4+eWX45VXXomZM2dGfn5+teYnk8n461//Gu+9917cc889ccQRR1S5b2WBxz3N4YcfHg888EAsWbIk/vKXv8Tf//73mD9/fpSUlFRr/tq1a+P222+PN998M+6+++5o1qzZTu4YAAAAAACA6hKcAwAAAAAASANvv/12peOHHHJIZGZmVjnv1VdfjVmzZlUYb9euXfzud7+Lo48+ulb97Gj1uoayefPmuOuuuyrdNmLEiLj66qujceOav4WW6pBg8+bN44wzzogzzjgjSktLY/78+fHee+/F7Nmz47333otVq1Ztd/7KlSvj8ssvjyeffDL233//Ko9RmSFDhsTo0aPregq7lf322y+uuuqquOqqq2L9+vUxa9asmD17dsycOTPmzp0bxcXF253/97//Pa677roYM2aMlecAAAAAAAB2EYJzAAAAAAAAu7nNmzfHK6+8Uum27373u9ud+9e//rXCWOPGjWPcuHHRs2fPWvWTTCajoKCgVnN3thkzZsTq1asrjF944YVx3XXX1bru2rVr69DV9jVq1Ch69OgRPXr0iIsuuigiIvLy8mLq1KkxZcqUKlcbXLt2bdx2220xfvz4Sre3atUqsrKyYtOmTeXG161bl9L+dzctW7aM4447Lo477riIiCgqKopZs2bFa6+9Fi+99FJ89dVXlc579dVX469//WuceOKJ9dkuAAAAAAAAVWjU0A0AAAAAAABQN1OmTIk1a9ZUum3gwIFVzistLY1p06ZVGD/llFNqHZqL+Hq1s5KSklrP35neeOONCmPNmjWLq6++uk51V6xYUaf5NZWTkxOXXnppPPnkk/Hss8/GUUcdVel+f//732PhwoVV1unSpUuFscqChXuypk2bxoABA+KWW26JN954I26//fZo165dpfvef//99dwdAAAAAAAAVRGcAwAAAAAA2I2VlJTE2LFjK92Wk5MTvXv3rnLumjVrKl1d7Hvf+16depozZ06d5u9Mn376aYWxAQMGRPPmzWtdM5lMVrnqW3047LDD4uGHH47vf//7lW6vLBy51be+9a0KYx9//HEUFhamrL900qRJkzjzzDNj4sSJ0aZNmwrb58+fL3gIAAAAAACwixCcAwAAAAAA2I098MAD8fHHH1e6bdiwYdud+9VXX1U6XtkqZDUxY8aMOs2P+DqgVJktW7bUqe6qVasqjNX1fD/88MMoKCioU426atSoUdx8883RqFHFt/8WLFhQ5bwjjzyywtiWLVti1qxZKe2vNir7M1DXn3+q7LfffjF8+PAK48lkcrvfbwAAAAAAAOqP4BwAAAAAAMBu6t13342777670m1du3aNs846a7vzq1pVrGnTprXuaePGjfH888/Xev5WLVq0qHR806ZNdapb2TlnZWXVqebEiRPrND9VOnbsGDk5ORXG16xZU+WcE044IRKJRIXxp59+OqW91UZlfwaKiooaoJPK9e/fv9Lx7X2/AQAAAAAAqD+CcwAAAAAAALuhd999N/7rv/4rNm/eXOn2G2+8MTIzM7dbIzs7u9Lx5cuX17qvJ598MtatW1fr+VtVFZyrS28REa1ataow9uWXX9a63ooVK1ISFEyV5s2bVxhr3Lhxlft36tSp0gDYlClTqlzJsL5U9megrj//VKrsex1R9WqJAAAAAAAA1C/BOQAAAAAAgN1ISUlJ3HfffTF8+PAoKCiodJ9zzjknvve97+2wVrt27Sodnz59eq16++yzz2L06NG1mrutLl26VDq+aNGiOtVt3759hbG33347SkpKalXvpptuio0bN9app1QpLS2Nzz//vML43nvvvd15F110UYWxZDIZ1157bWzYsCFV7dVYZX8G6vrzT6UlS5ZUOr6j7zcAAAAAAAD1Q3AOAAAAAABgN1BcXByTJk2KU045Je68884qV5rr169f/OQnP6lWzb322iu6detWYfyJJ56IVatW1ai/1atXx6hRo1IWtOratWulK+JNnjy5TnWPOOKICmMrV66Mp556qsa1fve738W0adPq1M8777wTzz33XGzZsqVOdSIiXn755Vi9enWF8cMOO2y784477rhKV5376KOP4v/8n/+Tsp9pYWFhPPzww9Xev3v37hXGFi1aFAsXLqx1Dw8//HB8+OGHtZ7/TRMnTqww1rRp08jJyUlJfQAAAAAAAOpGcA4AAAAAAGAXtXTp0pg8eXLcfPPN8d3vfjeuvfbayMvLq3L/fv36xbhx46Jp06bVPsaxxx5bYaygoCAuv/zyWLduXbVqfPzxx3HeeefFggULqn3c6vjOd75TYezll1+OMWPGxPr162tVs7LzjYj45S9/GW+//Xa1amzcuDF++tOfxrhx42rVwzctW7Ysrr/++hg8eHA8+OCDsWLFilrVmTNnTvzsZz+rMN6kSZP4wQ9+sMP5t956a7Ro0aLC+NSpU+M//uM/Yv78+bXqKyLik08+iTvvvDOOP/74uP3226s978gjj6x0/Jprron333+/Vr289tprcfrpp8cll1wSr732WhQXF9e4RjKZjLvuuiveeOONCtuOO+64aNmyZa16AwAAAAAAILUSyWQy2dBNAAAAAAAApIsvvvgiBg0aVGG8ffv28d3vfrfKeVu2bIni4uIoLCyMFStWxNKlS6OwsLDax73gggvi//7f/xuNGzeuUb9LliyJIUOGVLri2T777BNXX311nHjiiZGZmVlh+0cffRRPP/10PP744+XmH3744fHVV1/F8uXLy+0/cuTIGDVqVLV7e+mll+LHP/5xpduaNm0ahx56aOyzzz7RrFmzSCQSFfa5/vrro23bthXGL7jggnj33XcrjGdkZMT5558fF110Ueyzzz4Vtq9evTpeffXV+H//7//Fl19+WTbeuHHjGDBgQPz9738vt3+XLl3i9ddf3+45PvPMM3HjjTeWvW7UqFH06dMnBg8eHL17947u3btX+r3f6oMPPognn3wy/vznP1e6CuF5550X//M//7PdHrZ65ZVX4qqrrorS0tJKtx977LFx7rnnRt++fStdDXCrtWvXxocffhjvvfdeTJkypcIKcTUJWJ588smxaNGiSrd17tw5DjrooMjOzo4mTZpU2H7kkUfGWWedVW7s/PPPjxkzZpS9zs7OjkGDBsWxxx4bPXv2jH333bfKXjZu3BjTpk2LBx54IObMmVNhe6NGjeLxxx+P3r17V+/kAAAAAAAA2KkE5wAAAAAAAFKoquDcznLwwQfHT3/60+jXr1+ta9x2223x6KOPVrk9KysrDjvssOjQoUNkZGTEqlWrYsmSJfHPf/6zwr4tW7aMJ598MkaMGBFLly4tt62mwbnNmzfHv//7v9d6JbvXXnstunbtWmE8Nzc3zjvvvErDglsdeOCB0a1bt2jRokXk5+fHihUrYuHChVFSUlJh36uvvjq2bNkSY8aMKTdem+Dctpo0aRLdunWLvfbaK9q0aRNZWVmxadOm+Oqrr2Lx4sWxdu3aKud27do1nn/++UpXkqvKU089FT/96U+rDM9FfB0Qy8nJifbt20fr1q2jcePGkZ+fHwUFBbF8+fJYtmzZdo9Rk5/n5MmT45prrqn2/t90xhlnxK9+9atyY9sG57bVunXr2G+//aJ169bRunXrSCQSUVhYGEuXLo1PPvmk0nDiVsOHD4/rr7++Vr0CAAAAAACQejV75CgAAAAAAAC7hB49esTw4cPjBz/4QWRkZNSp1vXXXx/z58+PWbNmVbp906ZNMXv27B3WycrKijFjxkROTk6d+tmqSZMmcdddd8V//ud/xurVq1NSMyKiV69ecdNNN8UvfvGLKvdZvHhxLF68eIe1zjnnnLjiiivinnvuSVl/37R58+YqV1zbnv333z8efPDBGoXmIiLOOuusaNOmTdxwww2xfv36SvcpLS2NRYsW1aqvmjrxxBNj1qxZ8ac//WmnHysiYt26dTF37twazzvnnHPiuuuu2wkdAQAAAAAAUFuNGroBAAAAAAAAdqxx48bRs2fPGDlyZLz44ovx5z//OU488cQ6h+YiIjIzM+MPf/hDHHvssbWu0bFjx3j00Uejf//+de7nm3JycuK5556LwYMHp+Rctxo2bFjcfPPN0aRJk1rNz8jIiKuuumq74bvqqO3xt+cHP/hBPP7445WutlcdgwcPjueee65Ofx4qk5WVFaecckqN591yyy1x++23R8eOHevcQ6q/3y1atCgLYTZq5K1XAAAAAACAXYkV5wAAAAAAABpYo0aNIjMzMzIzM6Nly5bRtm3baN++fXTu3DlycnLioIMOip49e9Z49bCaaN26ddx3333xxz/+McaPHx8rV66s1rwWLVrEOeecE//1X/8VLVu23Cm97b333jFmzJhYvnx5vPTSSzF//vxYsGBBrFq1KgoLC2Pjxo1RWlpa47rnn39+fPvb347f/OY3MXPmzGrPO+aYY+Laa6+Nww8/vMbH3NYpp5wShx9+eEydOjXeeOONmDNnThQXF9e4TkZGRgwYMCCGDx+ekvBi165dY/z48fHuu+/GI488En/7299iy5YtNa7TvHnz6Nu3bwwePDiGDBlS6z8jZ555Zpx22mnx5ptvxjvvvBMLFiyITz/9NNavXx8bNmyo9vds3LhxMXPmzHj99ddj2rRp8emnn9aqn7322itOPvnk+NGPfhR77713rWoAAAAAAACwcyWSyWSyoZsAAAAAAABg11FcXByvvvpqvP3225GbmxurVq2KdevWRSKRiJYtW0bXrl3j4IMPjgEDBsTxxx9faRjqyy+/rBC0ys7Ojuzs7Po6jRp5//33Y+rUqfHee+/FF198EWvXro3i4uJo1qxZtG/fPg488MA48sgj44QTTogDDjigwvz8/PzIz88vN9a4cePo1KlTjfooLi6OefPmRW5ubixevDiWLFkSS5cujYKCgtiwYUMkk8lo0aJFtGjRIjp16hTdu3ePww47LI4//vho3759nb4H27Nu3br4+9//HnPmzImFCxfG0qVLY82aNVFUVBQZGRnRokWLaNmyZey9995x4IEHxoEHHhg9e/aM3r1775RV9VJl9erVMXv27Jg3b14sWbIklixZEitWrCgLZDZp0iRatmwZrVq1im7dusVhhx0WvXr1igEDBuzS5wUAAAAAAIDgHAAAAAAAAAAAAAAAAABpplFDNwAAAAAAAAAAAAAAAAAAqSQ4BwAAAAAAAAAAAAAAAEBaEZwDAAAAAAAAAAAAAAAAIK0IzgEAAAAAAAAAAAAAAACQVgTnAAAAAAAAAAAAAAAAAEgrgnMAAAAAAAAAAAAAAAAApBXBOQAAAAAAAAAAAAAAAADSiuAcAAAAAAAAAAAAAAAAAGlFcA4AAAAAAAAAAAAAAACAtCI4BwAAAAAAAAAAAAAAAEBaEZwDAAAAAAAAAAAAAAAAIK0IzgEAAAAAAAAAAAAAAACQVgTnAAAAAAAAAAAAAAAAAEgrgnMAAAAAAAAAAAAAAAAApBXBOQAAAAAAAAAAAAAAAADSiuAcAAAAAAAAAAAAAAAAAGlFcA4AAAAAAAAAAAAAAACAtCI4BwAAAAAAAAAAAAAAAEBaEZwDAAAAAAAAAAAAAAAAIK0IzgEAAAAAAAAAAAAAAACQVgTnAAAAAAAAAAAAAAAAAEgrgnMAAAAAAAAAAAAAAAAApBXBOQAAAAAAAAAAAAAAAADSiuAcAMg/zCYAAAEzSURBVAAAAAAAAAAAAAAAAGlFcA4AAAAAAAAAAAAAAACAtCI4BwAAAAAAAAAAAAAAAEBaEZwDAAAAAAAAAAAAAAAAIK0IzgEAAAAAAAAAAAAAAACQVgTnAAAAAAAAAAAAAAAAAEgrgnMAAAAAAAAAAAAAAAAApBXBOQAAAAAAAAAAAAAAAADSiuAcAAAAAAAAAAAAAAAAAGlFcA4AAAAAAAAAAAAAAACAtCI4BwAAAAAAAAAAAAAAAEBaEZwDAAAAAAAAAAAAAAAAIK0IzgEAAAAAAAAAAAAAAACQVgTnAAAAAAAAAAAAAAAAAEgrgnMAAAAAAAAAAAAAAAAApBXBOQAAAAAAAAAAAAAAAADSiuAcAAAAAAAAAAAAAAAAAGlFcA4AAAAAAAAAAAAAAACAtPL/AfYVQbvHxCZ2AAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_1130132/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n" + ] + }, + { + "data": { + "image/png": "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N90Uhx56aE41AQAAAAAAAAAAAAAAgN4hOEdEREyePDmr93sqONfS0hJXXnllLFmyJOu1e+65ZyxatCgmTpyY9drrrrsu7r333qzXlZaWxvz58+Poo4/Oei0AAAAAAAAAAAAAAADQO4rz3QAD2//+3/+7Q2hu+PDhceGFF8Ypp5wSY8aMifr6+li+fHksXLgwXnvttfb3Pvroo7j88stj8eLFUVFR0e2a99xzT4fQXFlZWZx//vnxx3/8x1FVVRWpVCpWrVoVixYtimeffbb9vaamppgxY0b8/Oc/jzFjxuR4agAAAAAAAAAAAAAAAGB3cuMcEdHxxrmysrI4+OCD4+CDD45DDjkkZs2alfG8J26cW7lyZZx11lnx6S/BSZMmxYIFC6KysrLD+21tbTFnzpy4++67M+YvueSS+P73v9+tmh988EGccsop8cknn7TPVVZWxoIFC2LSpEmdrrnrrrti7ty5GX2efvrpcfPNN3erJgAAAAAAAAAAAAAAANC73DhHREQceuihccghh7T/s99++0VhYWH78x2Dcz3hxhtvzAijlZeXx5133tlpaC4ioqCgIK6++up47733Mm6pu/fee+NrX/tal+s+7Y477sgIzRUVFcVtt93WZWgu4r+CeevXr4+f/OQn7XNPPvlkvP766zF16tSd1gQAAAAAAAAAAAAAAAB6V+HOX2Eg+Pd///f4x3/8xzj77LNj//33zwjN7Q5vvPFGLF26NGPuyiuvjDFjxux07bXXXhulpaXt46ampliwYMFO133wwQdx//33Z8xdcMEFcfDBB+907axZs2LUqFHt47a2trjtttt2ug4AAAAAAAAAAAAAAADofYJz5MVjjz2WMS4rK4tzzz23W2tHjRoVp512WsbcE088sdN1S5Ysiebm5vZxQUFBXHzxxd2qWVZWFn/+53+eMffUU09FKpXq1noAAAAAAAAAAAAAAACg9wjOkRdLlizJGJ966qlRUVHR7fXnnHNOxnjDhg2xfPnyrGoeeeSRUVVVlXPNbdu2xTPPPNPt9QAAAAAAAAAAAAAAAEDvEJyj161bty5Wr16dMTdt2rSs9jj88MOjpKQkY+43v/lNl+9v27Ytnn/++V2quffee8fo0aO7XRMAAAAAAAAAAAAAAADID8E5et2bb77ZYe6II47Iao/S0tKYMmVKxtyqVau6fH/t2rWx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AHYvwTlIOME5AAAAAAAAAAAAAAAABprCfDcAAAAAAAAAAAAAAAAAAD1JcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUQTnAAAAAAAAAAAAAAAAAEgUwTkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARCnOdwPwac3NzfHmm2/G6tWro6GhIVKpVAwZMiSGDh0a++yzT0ydOjWGDBnSozXr6+vj1VdfjXfffTdSqVQMGjQoRo0aFVOmTImJEyf2aC0AAAAAAAAAAAAAAABg9xOco0/43e9+F/fee28sWbIktm7d2uV7RUVF8fnPfz6+8pWvxBlnnBEFBQU513zppZfijjvuiOeeey5aW1s7fWefffaJCy+8MKZPnx4lJSU51wIAAAAAAAAAAAAAAAB6T0FbW1tbvptg4Kqvr48f/OAH8ctf/jLrtUcccUTMmTMnJkyYkNW65ubmmDNnTtxzzz3dXnPAAQfELbfcknWtvuD999+P8ePHd5h/7733Yty4cXnoCAAAAAAAAAAAAAAAAHavwnw3wMC1efPmuPjii3MKzUVEvPzyyzF9+vRYvXp1t9e0tLTEd77znaxCcxERq1atiunTp8eaNWuybRMAAAAAAAAAAAAAAADoZW6cI2++/vWvx3PPPZcxN3jw4DjnnHPilFNOiUmTJkVFRUWk0+lYs2ZN/Pa3v41/+7d/i48//jhjzfjx4+PRRx+N0tLSndb8p3/6p7jrrrsy5oYPHx4XXnhhnHLKKTFmzJior6+P5cuXx8KFC+O1117LeHfvvfeOxYsXR0VFRY6n7n1unAMAAAAAAAAAAAAAAGCgEZwjL371q1/FjBkzMubGjh0bd955Z+y///5drlu3bl385V/+ZaxatSpj/rvf/W5861vf+syaK1eujLPOOis+/SU/adKkWLBgQVRWVnZ4v62tLebMmRN33313xvwll1wS3//+9z+zVl8iOAcAAAAAAAAAAAAAAMBAU5jvBhiYFi9enDEuLCyMW2+99TNDcxH/Fa778Y9/HGVlZRnzDz/88E5r3njjjRmhufLy8rjzzjs7Dc1FRBQUFMTVV18dJ598csb8vffeG3V1dTutBwAAAAAAAAAAAAAAAOSH4Bx58fzzz2eMjz/++JgyZUq31o4ZMya+/OUvZ8y99dZb8cEHH3S55o033oilS5dmzF155ZUxZsyYnda79tpro7S0tH3c1NQUCxYs6FavAAAAAAAAAAAAAAAAQO8TnKPXNTY2Rjqdzpg76qijstrj6KOP7jC3cePGLt9/7LHHMsZlZWVx7rnndqvWqFGj4rTTTsuYe+KJJ7q1FgAAAAAAAAAAAAAAAOh9gnP0uh1DcxERe+yxR1Z7dPZ+c3Nzl+8vWbIkY3zqqadGRUVFt+udc845GeMNGzbE8uXLu70eAAAAAAAAAAAAAAAA6D2Cc/S64cOHR2Fh5pfeli1bstqjs/dHjBjR6bvr1q2L1atXZ8xNmzYtq3qHH354lJSUZMz95je/yWoPAAAAAAAAAAAAAAAAoHcIztHrBg0aFJMmTcqY+8///M+s9tjx/crKyhg3blyn77755psd5o444ois6pWWlsaUKVMy5latWpXVHgAAAAAAAAAAAAAAAEDvEJwjL/70T/80Y/zUU091GnDrzMaNG+Ohhx7KmDv33HO7fP+tt97KGBcXF8eECRO61+inTJw4MWP89ttvZ70HAAAAAAAAAAAAAAAAsPsJzpEXX/3qV2PMmDHt49bW1vj2t78d77zzzmeu27hxY1x++eWRTqfb58aPHx+XXnppl2vWrFmTMa6srIzCwuy/9EePHp0xXrt2bbS2tma9DwAAAAAAAAAAAAAAALB7Cc6RFxUVFXHTTTdFWVlZ+1xtbW2cddZZMWfOnHjppZdiy5Yt0dLSEo2NjbFs2bK48cYb48wzz4zXX3+9fc3IkSPjxz/+cZSXl3dZa+PGjRnjHQNw3TV27NiM8bZt26K+vj6nvQAAAAAAAAAAAAAAAIDdpzjfDTBwHXbYYXHffffF9773vfjDH/4QERHpdDoWLlwYCxcu/My1BQUFcdppp8U//uM/xogRIz7z3U/fThfxX6G9XHQWzkun07HXXnvltF++NTc3R3Nzc77bAAAAAAAAAAAAAAAAIMFKSkryUldwjrw68MAD4xe/+EU8+uij8dBDD8Xzzz+/0zXHHHNM/N3f/V1MmjSpWzV2DM6Vlpbm1Gtn61KpVE579QVvvPFGfPjhh/luAwAAAAAAAAAAAAAAgAQ78sgj81K3MC9V4VPWrl0bNTU18cYbb3Tr/eeffz6+9rWvxZ133hlbt27d6fuffPJJxnjQoEE59dlZcG7HUB4AAAAAAAAAAAAAAACQf26cI29aWlripptuivnz58f27dvb50tKSuLggw+OiRMnxtChQyOVSsXatWtj2bJl7UG5Dz74IG644YZ4+OGH49Zbb4299947X8cAAAAAAAAAAAAAAAAA+hjBOfKitbU1/vqv/zoef/zx9rmCgoK48MIL4/LLL48RI0Z0WNPQ0BALFy6Mf/mXf4mWlpaIiFi1alX8xV/8Rdx///1RWVnZaa0hQ4ZkjLdt25ZTz01NTR3mysrKctoLAAAAAAAAAAAAAAAA2H0E58iL+fPndwjNzZ07N/7sz/6syzXDhg2LK6+8Mo466qi47LLLorm5OSIi1q1bF3/3d38X8+fP73TdjuG2zgJw3dHZuvLy8pz26gsOOuigGDduXL7bAAAAAAAAAAAAAAAAgB4nOEev++ijj+K2227LmLvgggs+MzT3aV/4whfiO9/5Ttxwww3tc08//XS89NJLcdRRR3V4f8fg3Mcff5xD1xGpVGqne/cnJSUlUVJSku82AAAAAAAAAAAAAAAAoMcV5rsBBp6HH3444/a2goKCuOyyy7La46KLLoqhQ4dmzC1evLjTd0eNGpUx3rBhQ1a1/tv69eszxoMGDYo99tgjp70AAAAAAAAAAAAAAACA3Udwjl734osvZowPPPDAqKyszGqP0tLSOProozPmXnnllU7f3W+//TLGdXV1sX379qzqRXQMzk2YMCGKioqy3gcAAAAAAAAAAAAAAADYvQTn6HXvv/9+xnj8+PE57bPjurq6uk7fmzhxYsa4paUl1q5dm3W9t956K2O87777Zr0HAAAAAAAAAAAAAAAAsPsJztHrmpqaMsaDBw/OaZ8hQ4ZkjLdt29bpe5MnT+4w19XtdF1pamqK119/PWPugAMOyGoPAAAAAAAAAAAAAAAAoHcIztHrhg0bljGur6/PaZ+PPvooY7zHHnt0+t7YsWNj//33z5h78cUXs6r1yiuvRHNzc8bcl770paz2AAAAAAAAAAAAAAAAAHqH4By9bsSIERnj5cuXx/bt27PeZ9myZRnjkSNHdvnuySefnDF+8sknI5VKdbvWz3/+84zx6NGj4+CDD+72egAAAAAAAAAAAAAAAKD3CM7R6w4//PCMcX19fSxdujSrPZYvXx6rVq3KmDv66KO7fP+MM87IGKfT6XjwwQe7VWvTpk3x+OOPZ8ydfvrp3ewUAAAAAAAAAAAAAAAA6G2Cc/S6E044ocPc3Llzo7GxsVvrt23bFtdff3239v1vU6ZMiRNPPDFj7uabb466urqd1rvuuuuiqampfTx48OC49NJLu9UrAAAAAAAAAAAAAAAA0PsE5+h1kydPji9+8YsZc2vXro1vfvObOw2y1dfXxxVXXBHLli3LmD/ssMPiC1/4wmeu/e53vxsFBQXt48bGxvjGN77RZc22trb40Y9+FL/61a8y5i+44IKorKz8zFoAAAAAAAAAAAAAAPBptbW1MW7cuE7/qa2tzXd7AIlTnO8GGJhmz54dL730UqTT6fa5V155Jc4444w499xz48QTT4yJEydGRUVFpFKpWLt2bTz99NPxwAMPxJYtWzL2GjRoUFx99dU7rXnggQfG17/+9bjrrrva51atWhVnnXVWXHTRRXHSSSfFmDFjYsuWLbF8+fJYuHBhh4De3nvvHd/+9rd38fQAAAAAAAAAAAAAAADA7lTQ1tbWlu8mGJh++9vfxre//e1obm7OeY+ioqK44YYb4k/+5E+69X5LS0vMmDEjli5dmnWt4cOHx6JFi2L//ffPem0+vf/++zF+/PgO8++9916MGzcuDx0BAAAAAAAAAAAAAAw8tbW1UV1d3emzmpqaqKqq6uWOAJKtMN8NMHCdcMIJcd9998W+++6b0/px48bFT3/6026H5iIiiouL45Zbbonp06dnVWvSpElx//3397vQHAAAAAAAAAAAAAAAkDy1tbUxbty4Tv+pra3Nd3vQJxTnuwEGtkMOOSQefvjheOyxx+KBBx6IZcuWRUtLS5fvFxYWxtSpU+O8886LM888M0pLS7OuWVJSEtdee2386Z/+adx+++3x3HPPxfbt2zt9t6qqKi666KL46le/GiUlJVnXAgAAAAAAAAAAAABg17mtDYBsCc6Rd4MGDYovf/nL8eUvfzk++eSTeP311+Pdd9+NhoaGSKfTUVZWFkOHDo2xY8fGIYccEhUVFT1S96ijjooFCxbE5s2b49VXX4133303UqlUlJSUxKhRo2Lq1KlumAMAAAAAAAAAAAAAAIB+SHCOPmXIkCFx1FFHxVFHHdVrNYcPHx4nnnhir9UDAAAAAAAAAAAAAAAAdq/CfDcAAAAAAAAAAAAAAAAAAD3JjXMAAAAAAAAAAAAAQNTW1kZ1dXWnz2pqaqKqqqqXOwIAgNy5cQ4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASpTjfDQAAAAAAAAAAAMBAUVtbG9XV1Z0+q6mpiaqqql7uCAAAAJLJjXMAAAAAAAAAAAAAAAAAJIrgHAAAAAAAAAAAAAAAAACJIjgHAAAAAAAAAAAAAAAAQKIIzgEAAAAAAAAAAAAAAACQKIJzAAAAAAAAAAAAAAAAACSK4BwAAAAAAAAAAAAAAAAAiSI4BwAAAAAAAAAAAAAAAECiCM4BAAAAAAAAAAAAAAAAkCiCcwAAAAAAAAAAAAAAAAAkiuAcAAAAAAAAAAAAAAAAAIlSnO8GAAAAAAAAAAAAoDtqa2ujurq602c1NTVRVVXVyx0BAMDA48/lQH/hxjkAAAAAAAAAAAAAAAAAEsWNcwAAAAAAAAAAAAAAAAwYbs2DgUFwDgAAAAAAAAAAAIC88YPrkEw+2wBAvhXmuwEAAAAAAAAAAAAAAAAA6ElunAMAAAAAAAAA6CFuVAAAAAAA6BvcOAcAAAAAAAAAAAAAAABAogjOAQAAAAAAAAAAAAAAAJAognMAAAAAAAAAAAAAAAAAJIrgHAAAAAAAAAAAAAAAAACJIjgHAAAAAAAAAAAAAAAAQKIIzgEAAAAAAAAAAAAAAACQKIJzAAAAAAAAAAAAAAAAACRKcb4bAAAAAAAAAAAAAPqX2traqK6u7vRZTU1NVFVV9XJHAAC9Z9bcFdGQasl6Xbqxrstns+etjLKhm7Pec1h5ccybPSXrdQADgeAcAAAAAAAAAAAAAAB0QliczjSkWqIxh+BcU7rrNal0S7QWZr8nAF0TnAMAAAAAAAAAAAAAAIA8yeUWQzcYws4JzgEAAAAAAAAAAAAAAECe5HKLoRsMYecE5wAAAAAAAAAAAAAAgF6Ry81aET1/u5abtQCST3AOAAAAAAAAAAAAAADoFbncrBXhdi0Asic4BwAAAAAAAAAAAAC7qLa2Nqqrqzt9VlNTE1VVVb3cEQAADGyCcwAAAAAAAAAAAAAAfYggJgDArhOcAwAAAAAAAAAAAOinhGvozKy5K6Ih1ZL1unRjXZfPZs9bGWVDN2e957Dy4pg3e0rW6wAAYFcJzgEAAAAAAAAAAABAgjSkWqIxh+BcU7rrNal0S7QWZr8nAADkS2G+GwAAAAAAAAAAAAAAAACAniQ4BwAAAAAAAAAAAAAAAECiCM4BAAAAAAAAAAAAAAAAkCjF+W4AAAAAAAAAAAAA+qNZc1dEQ6olqzXpxroun82etzLKhm7Ouo9h5cUxb/aUrNcBAABAkgnOAQAAAAAAAAAAQA4aUi3RmGVwrind9fupdEu0Fma3HwAAANC5wnw3AAAAAAAAAAAAAAAAAAA9SXAOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUYrz3QAAAAAAAAAAAH1HbW1tVFdXd/qspqYmqqqqerkjAAAAAIDsuXEOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUYrz3QAAAAAAAAAAAAAAQE+ora2N6urqTp/V1NREVVVVL3cEAEC+uHEOAAAAAAAAAAAAAAAAgEQRnAMAAAAAAAAAAAAAAAAgUYrz3QAAAAAAAAAAAAADy6y5K6Ih1ZL1unRjXZfPZs9bGWVDN2e957Dy4pg3e0rW6wAAAIC+TXAOAAAAAAAAAACAXtWQaonGHIJzTemu16TSLdFamP2eAAAAQDIJzgEAAAAAAAAAAACwy9wmCQD9S1/5vXtXft/uK2eI8OcP6IsE5wAAAAAAAAAAAADYZW6ThOTKJZgilAJ9XxJ+707CGYDdR3AOAAAAAAAAAGAH/rZyAACA/yeXYIpQCgCQb4JzAAAAAAAAAAA78LeVAwAAAAD0b4X5bgAAAAAAAAAAAAAAAAAAepLgHAAAAAAAAAAAAAAAAACJUpzvBgAAAAAAAAAAAAAAAJKutKIyjp3+SL7bABgwBOcAAAAAAAAA8qC2tjaqq6s7fVZTUxNVVVW93BEAAAAASeT7UAAMVIX5bgAAAAAAAAAAAAAAAAAAepIb5wAAAAAAAAAAAAAAAKAfKa2ojGOnP5LvNqBPE5wDAAAAAAAAICe1tbVRXV3d6bOampqoqqrq5Y4AYPfwex4AAABA/yM4BwAAAAAAAAAAAAPUrLkroiHVkvW6dGNdl89mz1sZZUM3Z73nsPLimDd7StbrAICBwe1aAGRLcA4AAAAAAAAAAAAGqIZUSzTmEJxrSne9JpVuidbC7PcEgN1JWBwABh7BOQAAAAAAAAAAAAAAEk1YHAAGnsJ8NwAAAAAAAAAAAAAAAAAAPcmNcwAAAAAAAAAAAABAlFZUxrHTH8l3GwAA0CPcOAcAAAAAAAAAAAAAAABAogjOAQAAAAAAAAAAAAAAAJAoxfluAAAAAAAAAAAAAAD6illzV0RDqiXrdenGui6fzZ63MsqGbs5qv2HlxTFv9pSs+wAAAP6L4BwAAAAAAAAAAABAnglr9R0NqZZozOHXoind9ZpUuiVaC7Pfk/6vr3y2I3y+AYCBR3AOAAAAAAAAAAAAeklpRWUcO/2RfLdBHySsBcnksw0AkD+F+W4AAAAAAAAAAAAAAAAAAHqS4BwAAAAAAAAAAAAAAAAAiVKc7wYAAAAAAAAAAGpra6O6urrTZzU1NVFVVdXLHQEASefPHwAAAMnmxjkAAAAAAAAAAAAAAAAAEkVwDgAAAAAAAAAAAAAAAIBEEZwDAAAAAAAAAAAAAAAAIFEE5wAAAAAAAAAAAAAAAABIFME5AAAAAAAAAAAAAAAAABKlON8NAAAAAAAAAACwe8yauyIaUi1ZrUk31nX5bPa8lVE2dHPWfQwrL455s6dkvQ4AAAAAIFeCcwAAAAAAAAAACdWQaonGLINzTemu30+lW6K1MLv9AAAAAADyQXAOAAAAAAAAAACAfqG0ojKOnf5IvtsAAAAA+gHBOQAAAAAAAAAAAADyRiiWrsyauyIasrxBOd1Y1+Wz2fNWRtnQzVn3May8OObNnpL1OgAA8ktwDgAAAAAAAAAAYACora2N6urqTp/V1NREVVVVL3cEAJ+tIdUSjVkG55rSXb+fSrdEa2F2+wGQTIL7MDAIzgEAAAAAAAAAAAAA0KOEUiC5fL6B/kJwDgAAAAAAALohKbdzJOUcAH2VHxwDAAAAAOgbCvPdAAAAAAAAAAAAAAAAAAD0JME5AAAAAAAAAAAAAAAAABJFcA4AAAAAAAAAAAAAAACARBGcAwAAAAAAAAAAAAAAACBRBOcAAAAAAAAAAAAAAAAASBTBOQAAAAAAAAAAAAAAAAASRXAOAAAAAAAAAAAAAAAAgEQpzncDAAAAAAAAAAAAQP9SWlEZx05/JN9tAAAAQJcE5wAAAAAAAAB2way5K6Ih1ZL1unRjXZfPZs9bGWVDN2e137Dy4pg3e0rWfQAAAADQtb4UFu8r34eK8L0oAPoHwTkAAAAAAACAXdCQaonGHH5gqSnd9ZpUuiVaC7PfEwAAAIDk8n0oAMhOYb4bAAAAAAAAAAAAAAAAAICe5MY5AAAAAAAAgAFu1twV0ZDD31aebqzr8tnseSujbOjmrPccVl4c82ZPyXodAAAAAADApwnOAQAAAAAAAAxwDamWaMwhONeU7npNKt0SrYXZ7wkAu5OwOAAAAMDAITgHAAAAAAAAAAB9UG1tbVRXV3f6rKamJqqqqnq5o/5PWBwAAABg4CjMdwMAAAAAAAAAAAAAAAAA0JPcOAcAAAAAAAAAAAAAu6i0ojKOnf5IvtsAAAD+f4JzAAAAAAAAAAAAAP2UsBYkk882AMCuE5wDAAAAAADo42pra6O6urrTZzU1NVFVVdXLHQEAAAAAAAD0bYJz9FmpVCqWL18e77zzTtTX10dra2sMGTIkKisrY5999olJkyZFSUlJj9R59dVXY+3atdHQ0BDFxcUxYsSImDx5chx00EFRUFDQA6cBAAAAACAfBM4AAAAAAAAABibBOfqUtra2WLJkSdx3333xwgsvRHNzc5fvDh48OA477LD44he/GOeff34MHTo0q1pvvvlm3H777fHrX/+6yzqjRo2K8847Ly655JIoKyvLan8AAAAAYOAS1gIAAAAAAACA/BKco89Ys2ZNXHXVVbFs2bJuvb9169Z48cUX48UXX4yjjz46/uiP/qhb69ra2uL222+PW2+9NVpaWj7z3Y0bN8Ytt9wSDz74YNx0001x6KGHdqsGAAAAAAAAAAAAAAAAkD+F+W4AIiJ+/etfxznnnNPt0NyuuP766+Omm27aaWju09atWxcXXXRR/O53v9uNnQEAAAAAAAAAAAAAAAA9wY1z5N2vfvWr+M53vhOtra0Z88cee2yccsopcfjhh8dee+0VZWVl0djYGLW1tbFixYp4+umn44UXXojm5uZu17rnnnvi3nvvzZgrKyuL888/P/74j/84qqqqIpVKxapVq2LRokXx7LPPtr/X1NQUM2bMiJ///OcxZsyYXTs0AAAAAAAAAAAAAAAAsNsIzpFXa9asie9973sZobn99tsvrr/++jj66KM7vF9RURFjxoyJadOmxde+9rXYsmVLPPjggzFs2LCd1vrggw/if/2v/5UxV1lZGQsWLIhJkya1zw0fPjzGjx8fJ510Utx1110xd+7caGtri4iI+vr6mDNnTtx88825HhkAAAAAAAAg8WbNXRENqZas1qQb67p8NnveyigbujnrPoaVF8e82VOyXgcAAAAAQP8nOEfetLW1xd///d9HU1NT+9zkyZPj7rvvjuHDh3drj8997nNxySWXdOvdO+64Iz755JP2cVFRUdx2220ZobkdXXLJJbF+/fr4yU9+0j735JNPxuuv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byUAAAAAAAAAAAAAwIpTnKNDjR8/vuz6gw8+yK9+9asVWvvSSy+VXb///vtLrN1qq62y3377ld3bZJNNyq7nz5+fKVOmZMCAASs6dpIli3M9e/bM+uuv36I9AGBVMaOhKTNbUZyb07jsNQ2NTZlf3fI9AQAAAAAAAAAAAABaSnGOirrmmmtavXbWrFm57LLLyu4ddNBBSxTnNt100yXWTpo0qcXFub///e9l1x//+MdbtB4AAAAAAAAAAAAAAADoGNWVHgDa28c+9rF07dq17N7iJ9+tiGeeeabseosttlipuQAAAAAAAAAAAAAAAID2oThH4XXt2jWf+cxnyu498cQTLdqjvr4+kydPLru3xx57rOxoAAAAAAAAAAAAAAAAQDuorfQArF6uueaaVq/93ve+lz//+c/N1wMHDsz999+/Qmv32muvPPjgg83XTz31VOrr61NXV7dC6xd9b/JhGW+XXXZZobUAAAAAAAAAAAAAAABAx1KcY7Ww11575eyzz868efOSJKVSKddee23OPPPMj1w7e/bs/PGPfyy7t9tuu6Vnz57tMisAAMXRrVf/7HzU7ZUeAwAAAAAAAAAAAGC1U13pAaAjrLvuujniiCPK7l177bWZMGHCR6799a9/nSlTpjRfV1VV5Zvf/GabzwgAAAAAAAAAAAAAAAC0DcU5VhunnHJKunfv3nzd1NSUb37zm3n99deXueaqq67K1VdfXXZv7733zlZbbdVucwIAAAAAAAAAAAAAAAArR3GO1cZ6662X008/veze5MmTc/jhh+fcc8/Niy++mPfeey9vv/12/va3v+XEE0/ML37xi5RKpebPr7XWWvne977X0aMDAAAAAAAAAAAAAAAALVBb6QGgI33lK1/J66+/nhtuuKH5XkNDQ6644opcccUVy13brVu3XHTRRRkwYEB7jwkA0Oy0cydkRkNTi9c1zpyyzGfDR0xMj97TW7Rfn561GTF8cIvnAAAAAAAAAAAAAIBKUJxjtfPjH/846667bkaNGpX58+ev0JoNNtggI0eOzHbbbdfO0wEAlJvR0JSZrSjOzWlc9pqGxqbMr275ngAAAAAAAAAAAACwqqiu9ADQ0aqqqjJ06NDccsst2XfffdOlS5dlfna99dbLsGHDcscddyjNAQAAAAAAAAAAAAAAwCrCiXOsMs4555ycc845bbbfoEGD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yZMnZ+bMmZk9e3Zmz56d5MMTx7p3754+ffpkwIAB2WCDDdK1a9cKT8zyPPXUU/n2t7+defPmNd/r0qVLRo4cmR122KFFey1ebps1a1arZlraup49e7Zqr86gS5cu6dKlS6XHAFZAEf6sFiFDUowcRciQFCOHDJ1HEXIUIUNSjBxFyJAUI4cMnUcRchQhQ1KMHEXIkBQjRxEyJMXIIUPnUYQcRciQFCNHETIkxcghQ+dRhBxFyJAUI0cRMiTFyFGEDEkxcsjQeRQhRxEyJMXIUYQMSTFyyNB5FCFHETIkxchRhAxJMXIUIUNSjBwydB5FyFGEDEkxchQhA6uvVbI4N2PGjDz99NN58cUX88ILL+Tll1/OtGnTVnh9VVVV1l133Wy55ZbZeuuts80222T77bdP796923FqVtSLL76Yb3zjG83FxySprq7OL3/5y+yxxx4t3q9fv35l11OnTs38+fNTU1PTon0mT578kXsDAAAAAAAAAAAAAAAAlbfKFOdeffXV3H///Rk7dmyef/75zJ8/v/lZqVRq0V6lUinvvPNOpk6dmrFjxyZJampqsu2222a33XbLnnvumS222KJN52fFvPbaaznxxBOXON3tJz/5Sfbff/9W7bnJJpuUXc+fPz9TpkzJgAEDWrTP4sW5nj17Zv3112/VTAAAAAAAAAAAAAAAAED76dTFualTp+avf/1r/vKXv+SVV15pvr94Ua6qqqpV+y+6T1NTU8aPH5/x48dn5MiR2WKLLXLggQdm//33d6pYB3nzzTdz/PHH57333iu7/73vfS+HH354q/fddNNNl7g3adKkFhfn/v73v5ddf/zjH2/1TAAAAAAAAAAAAAAAAED76ZTFueeeey5XXXVV7r333syfP7/NinKLW3yfRd/zyiuv5Nxzz83555+fz33ucznuuOPyyU9+sk3ey5ImT56c448/PlOnTi27P2zYsBx//PErtffHPvaxdO3aNXPnzm2+N378+Oy6664t2ueZZ54pu3YqIQAAAAAAAAAAAAAAAHROnao4N2bMmFx22WV57rnnkpQX2ZZXllu8WLeiFt9z0etSqZRSqZSmpqbcfffdufvuu7PtttvmpJNOyuc+97lWvY+lmzZtWr72ta/lrbfeKrt/wgknZOjQoSu9f9euXfOZz3wmDz74YPO9J554okV71NfXZ/LkyWX39thjj5WeDQAAAAAAAAAAAAAAAGh7naI498gjj2TkyJF54YUXkvy7CLe0styiJbnq6urU1dVlk002Sf/+/dO/f//069cv3bt3T/fu3dOtW7eUSqXMmTMnc+bMSWNjY955551MmTIlU6ZMyd///vfU19cvtaC3eIku+fAkvGHDhmXrrbfOd77zneyyyy5t/5Oxmnnvvfdy/PHH54033ii7f8QRR+SMM85os/fstddeZcW5p556KvX19amrq1uh9X/+85/Lrrt27erXHwAAAAAAAAAAAAAAADqpihbnXnnllfzsZz/Lk08+mWTphblFS23rrLNOPv3pT2ennXbK1ltvnc033zzdu3dfqRlmz56d1157LS+++GIef/zxPPnkk/nf//3f5udVVVXN8yw8he6FF17ISSedlB122CE/+MEPMmjQoJWaYXXV0NCQk046Ka+++mrZ/S996Uv5yU9+0qbv2muvvXL22Wdn3rx5ST78tbz22mtz5plnfuTa2bNn549//GPZvd122y09e/Zs0xkBAAAAAAAAAAAAAACAtlGR4tyMGTMycuTI/OEPf8j8+fOXW5jbYostss8+++Tzn/98tthiizafpXv37tl2222z7bbb5uijj06SvPbaa7nvvvtyzz335OWXX26ebfEC3ZNPPplDDjkkRx55ZL7zne+kT58+bT5fUX3wwQc55ZRT8vzzz5fd33vvvXPOOecs9bTBlbHuuuvmiCOOyLXXXtt879prr82Xv/zlDB48eLlrf/3rX2fKlCnN11VVVfnmN7/ZpvMBAAAAAAAAAAAAAAAAbacixbm9994777///hKFuYXX/fr1y8EHH5yDDjooG2+8cYfPt/nmm2fzzTfPqaeemvr6+tx666255ZZbMnny5CXmnT9/fq6//vrceeedeeyxxzp81lVRU1NTvvOd7+SJJ54ou7/bbrvl/PPPT01NTbu895RTTsmf/vSnzJ49u3mOb37zm7n88suz2WabLXXNVVddlauvvrrs3t57752tttqqXWYEAAAAAAAAAAAAAAAAVl5FinPvvffeEie4Jckuu+ySo48+OnvssUeqq6srMdoS6urqMmzYsAwdOjRjx47N9ddfn7Fjx6ZUKpXN/95771V20FXIRRddlL/97W9l92pra7PxxhvnwgsvbNWeW221Vfbbb7/lfma99dbL6aefnrPPPrv53uTJk3P44YfnyCOPzBe+8IVsuOGGaWxszCuvvJJrr702Dz/8cNkea621Vr73ve+1akYAAAAAAAAAAAAAAACgY1SkOLdQqVRKTU1N9tlnn5x88skZNGhQJcdZrqqqquy+++7Zfffd89prr+V3v/tdRo8enaampkqPtsqZMmXKEveamppyzTXXtHrPgw466COLc0nyla98Ja+//npuuOGG5nsNDQ254oorcsUVVyx3bbdu3XLRRRdlwIABrZ4TAAAAAAAAAAAAAAAAaH8VPdZt//33z+jRo3PBBRd06tLc4jbffPP86le/yujRo/PFL36x+eQ5Vg0//vGPM2zYsNTU1Kzwmg022CC///3vs+OOO7bjZAAAAAAAAAAAAAAAAEBbqEhxbpdddsktt9yS888/P3V1dZUYoU1suOGG+dWvfpU///nP2WWXXSo9DiuoqqoqQ4cOzS233JJ99903Xbp0WeZn11tvvQwbNix33HFHtttuuw6cEgAAAAAAAAAAAAAAAGit2kq89PLLL6/Ea9vNoEGDctlll1V6jFXGOeeck3POOafSY2TQoEEZOXJkZs2alfHjx+fNN9/MzJkzU1NTk759+2bQoEEZPHiwEwUBAAAAAAAAAAAAAABgFVOR4hx0Jr169cquu+6aXXfdtdKjAAAAAAAAAAAAAAAAAG2gutIDAAAAAAAAAAAAAAAAAEBbUpwDAAAAAAAAAAAAAAAAoFAU5wAAAAAAAAAAAAAAAAAoFMU5AAAAAAAAAAAAAAAAAApFcQ4AAAAAAAAAAAAAAACAQlGcAwAAAAAAAAAAAAAAAKBQais9QEeZNm1a7rvvvjz33HOZMGFCpk+fnpkzZ6ZUKqVPnz5Za621suWWW+Y//uM/stdee6Vfv36VHhkAAAAAAAAAAAAAAACAVih8ce7NN9/MyJEjc++996apqSlJUiqVyj4zZ86cvPPOO3nttddy22235Wc/+1k+//nPZ9iwYdlkk00qMTYAAAAAAAAAAAAAAAAArVRd6QHa03XXXZcDDzwwd911V+bNm5dSqZRSqZSqqqql/lj4vKmpKaNHj87BBx+c6667rtIxAAAAAAAAAAAAAAAAAGiBwp44d8kll2TkyJHNp8tVVVUt8ZnFny36mVKplDlz5uSnP/1pZsyYkVNPPbUDpgYAAAAAAAAAAAAAAABgZRWyOHf33Xfn17/+dZIly3BJ0r1792y44Ybp2bNnkqShoSH//Oc/M3v27OY1C9eVSqVceOGF2WSTTbLPPvt0YAoAAAAAAAAAAAAAAAAAWqNwxbk5c+bknHPOSZKy8tuaa66ZY489Nvvss08222yzpZ5A9/rrr+euu+7Ktddem/fff7+5QFcqlXLOOedkjz32yBprrNGheQAAAAAAAAAAAAAAAABomepKD9DW7rnnnkyePLm58JYke+yxR+67774MHTo0m2+++VJLc0my2WabZdiwYbnvvvuy++67N69Pkn/9618ZPXp0h2QAAAAAAAAAAAAAAAAAoPUKV5wbM2ZM8z9XVVVlm222ycUXX5zevXuv8B69e/fOxRdfnK233rqsPHf//fe36awAAAAAAAAAAAAAAAAAtL3CFecmTpxYdtrct771rdTU1LR4n9ra2gwdOjRJmvebOHFim84KAAAAAAAAAAAAAAAAQNurWHHuwgsvzNy5c9t833fffbfs+lOf+lSr99p+++2XuzcAAAAAAAAAAAAAAAAAnU/FinOjRo3Kfvvtl/vuu69N950/f37ZdZcuXVq9V21t7XL3BgAAAAAAAAAAAAAAAKDzqVhxLknefvvtDBs2LF//+tfz5ptvtsmeffv2Lbt+5ZVXWr3Xq6++Wna9zjrrtHovAAAAAAAAAAAAAAAAADpGRYtzSVIqlfLII4/ki1/8Ys4///zMnj17pfbbeOONUyqVmq9///vft3qvq6++uvmfq6qqsvHGG6/UbAAAAAAAAAAAAAAAAAC0v4oV52pra5N8WEgrlUqZN29eLr/88uy777658847W73vHnvsUbbvnXfemcsuu6zF+1x66aW58847m/dJkt13373VcwEAAAAAAAAAAAAAAADQMSpWnPvLX/6SnXbaKaVSKVVVVc0FtSlTpuS//uu/ctxxx+X1119v8b777rtvunfvnuTf5bkLLrggJ554Yp5++umPXP/UU0/lhBNOyIgRI8rud+vWLfvtt1+L5wEAAAAAAAAAAAAAAACgY9VW6sWbbrpprrrqqtx1110599xzM3ny5FRVVSVJSqVSHn/88Rx44IE55phjMmzYsPTq1WuF9l1vvfVy8sknZ+TIkWWFvEcffTSPPvpo+vbtm6222ip1dXXp2bNnqqqqMmvWrNTX1+ell17Ku+++2zzDwrVVVVU54YQT0q9fv3b7+QAAAAAAAAAAAAAAAACgbVSsOLfQfvvtl//zf/5PRo0alf/5n//JvHnzmgtrTU1N+f3vf5877rgjp59+eg488MAV2vOkk07K+PHjM3bs2LLyXJJMmzYtY8eOXeq6hZ9J0lziS5LPfvazOeWUU1ofEgAAAAAAAAAAAAAAAIAOU13pAZKkW7du+e53v5vbb789u+yyS/MpbwsLb9OmTcuZZ56Zo48+OhMnTvzI/Wpra/Ob3/wme+21V3MZbuF+C/dc2o9FP5N8WKTbbbfd8pvf/CZdunRp158DgNVNfX19Bg4cuNQf9fX1lR4PAAAAAAAAAAAAAABYhXWK4txCH/vYx3L55ZfnN7/5TQYOHLhEge6ZZ57JIYcckrPOOiszZsxY7l5du3bNxRdfnJ/97Gfp27dvczkuKS/RLa0sVyqVsvbaa+ess87KpZdemu7du7d7dgAAAAAAAAAAAAAAAADaRqcqzi30uc99LnfeeWe+9a1vpWvXrmUFuvnz5+eGG27IPvvsk5tvvvkj9zrkkEPywAMP5IILLsg+++yTfv36LfPEufXWWy977713zjvvvDz44IM5/PDDOyAtAAAAAAAAAAAAAAAAAG2pttIDLEvXrl0zbNiwHHTQQfnZz36Wv/3tb2Wnz02fPj0/+tGPctNNN+WHP/xhtt1222XuVVtbmy984Qv5whe+kCSZPn16pk+fnpkzZyZJevfunbXXXjtrr712h2QDAAAAAAAAAAAAAAAAoP102uLcQhtuuGF++9vf5sEHH8zPf/7zvPnmm6mqqkqSlEqlvPDCCznyyCNz8MEH57vf/W7WWWedj9xTSQ4AAAAAAAAAAAAAAACguKorPcCK2n333XP77bfnO9/5Trp165ZSqdR8At2CBQvypz/9Kfvuu2+uu+66lEqlSo8LAAAAAAAAAAAAAAAAQIWsMsW5JOnatWtOPfXU3HXXXdl7772bC3JVVVUplUqZMWNGfvrTn+bggw/OM888U+FpAQAAAAAAAAAAAAAAAKiEVao4t9D666+fCy+8MFdeeWU+/vGPl50+VyqV8vLLL+eYY47J8OHDM23atEqPCwAAAAAAAAAAAAAAAEAHWiWLcwt99rOfzW233ZbTTz89PXr0WKJAd/vtt2fffffNVVddlfnz51d6XAAAAAAAAAAAAAAAAAA6wCpdnEuS2trafP3rX89dd92V/fffP6VSKUmay3OzZs3KL3/5yxx44IEZN25chacFAAAAAAAAAAAAAAAAoL2t8sW5hfr165fzzz8/11xzTTbbbLMlTp977bXXcvzxx+e0007LlClTKj0uAAAAAAAAAAAAAAAAAO2kMMW5hT796U/nL3/5S84888z06tVriQLd6NGjs+++++bSSy/NvHnzKj0uAAAAAAAAAAAAAAAAAG2scMW5JKmurs5xxx2Xu+++OwceeGDz/YXludmzZ2fEiBE54IAD8tBDD1VuUAAAAAAAAAAAAAAAAADaXG2lB1jc3Llz8/jjj+e5557LhAkTMn369MyYMSNJ0qdPn6y11loZPHhwtttuuwwZMiRdu3Zd5l7rrLNOzjnnnBxxxBE566yz8vLLL6eqqipJUiqV8sYbb+Tkk0/OnnvumTPPPDMbbrhhh2QEAAAAAAAAAAAAAAAAoP10muLc+++/nyuuuCJ//OMfM3369LJnpVIpSZpLbw888ECSD4t0hx56aE488cSss846y9z7k5/8ZG655ZbccMMNGTlyZN5///2yAt3999+fRx55JF//+tdz8sknL7eMBwAAAAAAAAAAAAAAAEDnVl3pAZJk7Nix+eIXv5jLLrss//u//5tSqVT2o6qqKlVVVUvcf//993PllVfmgAMOyP3337/cd1RVVeXoo4/O3XffncMOO6y5OLdw3zlz5uTiiy/OfvvtlzFjxnREbAAAAAAAAAAAAAAAAADaQcWLc3feeWdOPfXUTJ06tawkt+iPhZb2rFQq5d13383QoUNz6623fuT71lprrZx99tn5wx/+kK233nqJYt5bb72VoUOH5qSTTsqbb77ZjskBAAAAAAAAAAAAAAAAaA8VLc49/fTTGT58eObPn19Wklv0VLlu3bpl3XXXTd++fdOtW7eyZ8m/y3QLFizI//t//y9PPPHECr17m222yc0335yzzz47a6+99hIFuocffjgHHHBARowYkTlz5rTbzwEAAAAAAAAAAAAAAAAAbatixbkFCxbkrLPOSlNTU1lhrrq6Ovvvv38uvvjiPPTQQxk/fnweeuihPPzwwxk/fnwefvjhXHLJJfnyl7+cmpqa5v2qqqrS1NSUs88+OwsWLFjhOQ477LCMHj06Rx99dKqrq5sLdKVSKXPnzs2ll16afffdN3fddVeb/xwAAAAAAAAAAAAAAAAA0PYqVpx74IEH8sorrzSX1EqlUjbbbLPcdtttOf/887PXXntlvfXWW2Lduuuumz322CO//OUvc+edd2bQoEHNp88lyeuvv57777+/RbP06dMnP/rRj/KnP/0pn/rUp5Y4fe5f//pXvvvd7+ZrX/vaysYGAAAAAAAAAAAAAAAAoJ1VrDg3ZsyYsusBAwbk+uuvz6abbrrCe2y00Ua55pprUldXt9y9V9SgQYNy/fXX55xzzknfvn2XKNA9/vjjrdoXAAAAAAAAAAAAAAAAgI5TseLcc88911xIq6qqyre//e306dOnxfv06tUrQ4cObd6nVCrl+eefX6nZDjzwwIwePTrHHXdcampqVmovAAAAAAAAAAAAAAAAADpWxYpzU6dOLbveZZddWr3X4munTZvW6r0W6tWrV84888z8+c9/zg477LDS+wEAAAAAAAAAAAAAAADQMSpWnJs9e3bZdWtOm1uod+/ey917ZWy++ea55pprcv7556dfv35tti8AAAAAAAAAAAAAAAAA7aNixbl11lmn7Pqf//xnq/d66623lrt3W9h///0zevToNt8XAAAAAAAAAAAAAAAAgLZVseLcwIEDUyqVmq//8pe/tHqvRddWVVVlwIABKzXbsnTv3r1d9gUAAAAAAAAAAAAAAACg7VSsOLfbbrsl+bDoViqVcsUVV2TcuHEt3uepp57KFVdc0bxPkuy6665tOisAAAAAAAAAAAAAAAAAq46KFef222+/1NbWJvmwPNfU1JSTTjopo0aNyuzZsz9y/QcffJBLL700J554YubNm9d8v6amJvvtt1+7zQ0AAAAAAAAAAAAAAABA51ZbqRdvtNFGOeqoo3LNNdekqqoqVVVVmTdvXi666KJcfvnl2XXXXbPttttmo402Sq9evVIqlTJr1qzU19fnxRdfzNixY9PY2JhSqdR82lxVVVUOP/zwfOxjH6tULAAAAAAAAAAAAAAAAAAqrGLFuST5z//8zzz99NOZMGFCc3muVCqlsbEx99xzT+65555lri2VSkk+PK1uoU984hP57ne/2+5zAwAAAAAAAAAAAAAAANB5VVfy5T179syVV16ZrbbaqqwIt7BAt7wfCz+XfFiiGzRoUK688sr06tWrkpEAAAAAAAAAAAAAAAAAqLCKFueSZK211sof/vCHfOtb30qXLl2WKMYt68fCz9XW1uYb3/hGbr755qyz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cccdk2SJItTiBbqZM2fm+uuvz0EHHZRDDz00N998cxobGysRgQ7W0NCQ448/PnfffXeL1j3xxBM5+uijM3Xq1HaaDAAAAAAAAAAAAAAAAGgLq3xxbqGuXbvmgAMOyO9///vcfffd+frXv56+ffuu0Cl0L774Yn70ox9ll112yY9+9KM8//zzFUxCe/v+97+f5557ruzegAED8v3vfz+33357nnzyydx555356U9/mk033bTsc2+++WaGDRuWpqamjhwZAAAAAAAAAAAAAAAAaIHCFOcWtdFGG+X000/PAw88kAsvvDC77rprc1FuUQsLdMmHJ9Q1Njbm5ptvzhFHHJEDDzww119/fWbNmlWJCLST+++/P6NHjy67t+OOO+a2227Lcccdly222CJ9+vTJpptumsMOOyy33npr9t1337LPjx8/PjfeeGNHjg0AAAAAAAAAAAAAAAC0QCGLcwvV1tZm7733zmWXXZYxY8bkW9/6VtZff/0VOoVu4sSJOfvss7PrrrvmzDPPzDPPPFPBJLSFUqmUkSNHlt0bMGBAfvvb36Z3795LXdO1a9dccMEF2WqrrcruX3LJJZk9e3a7zQoAAAAAAAAAAAAAAAC0XqGLc4vaYIMNMmzYsNx///353e9+l7322is1NTUfeQrd7Nmzc+utt+aYY47J/vvvn6uvvjrvv/9+JSKwksaMGZOJEyeW3fvBD36QXr16LXddTU1NfvrTn5bdmzp1am666aY2nxEAAAAAAAAAAAAAAABYeatNcW6hqqqq7L777rn44ovzwAMP5Lvf/W7q6uqaT5pb+GNpp9BNmjQp55xzTnbbbbecfvrpeeKJJyodhxa46667yq4HDhyYvfbaa4XWDh48ONtvv33ZvdGjR7fZbAAAAAAAAAAAAAAAAEDbWe2Kc4tad911c/LJJ+eee+7JVVddlb333jtJyspyC68XPYXugw8+yB133JHjjjsuX/rSl3LrrbdmwYIFFcvBR5s3b14efPDBsntf/vKXm39dV8RBBx1Udv3ss8/m3XffbZP5AAAAAAAAAAAAAAAAgLazWhfnFqqvr8+jjz6aZ555ZolnC8tzSZZ6Ct2rr76aM888M/vtt1/uvffejhybFnj22Wczc+bMsns77rhji/bYaaedyq4XLFiQhx56aKVnAwAAAAAAAAAAAAAAANpWbaUHqJR58+blnnvuyU033ZQnn3yyrCC36Elzi95b9HrRE+hKpVLefPPNfPvb385ee+2Vn//85+nTp08HJWFFvPLKK2XXNTU12W677Vq0x0YbbZR1110306ZNW+a+AAAAAAAAAAAAAAAAQOWtdsW5SZMm5aabbspf/vKXvP/++0mWPFVuUaVSKbW1tdl9990zadKkvPHGG2WfW7xcN2bMmBx99NG59tprs9Zaa7VvGFbY3//+97LrDTbYID169GjxPptssklZce4f//jHSs8GAAAAAAAAAAAAAAAAtK3Vojj3wQcf5M4778xNN92UZ599NslHl+WSZODAgTn88MNz6KGHpm/fvkmSp556KjfffHNGjx6dDz74YIlT6EqlUiZNmpQf/ehHufDCC9s5GStq0qRJZdcDBgxo1T4bbLBB2fXihTwAAAAAAAAAAAAAAACg8gpdnHv55Zdz00035a9//WtmzZqV5N+luMXLcguf1dTUZPfdd8+RRx6ZXXfddYnP7bDDDtlhhx3ygx/8IDfeeGOuvvrqvPvuu82luYX/e++99+aFF17INtts0/5B+UjvvPNO2fX666/fqn0WL85NmTKl1TMBAAAAAAAAAAAAAAAA7aNwxbmGhob89a9/zU033ZQJEyYkWbHT5fr375/DDjsshx12WPr37/+R7+nTp09OPvnkHHPMMfnVr36VG264YYm9b731VsW5TqKxsbHsulevXq3aZ/F1c+bMyYIFC1JdXd3q2drb/Pnzl3q/vr4+8+bN6+BpKIIuXbqUXVc3vZvq+U0VmmbROWrz1ltvld1b1u/xzpohKUaOImRIipGjCBmSFc9RhAxJ581RhAxJMXIUIUNSjBxFyJD4OttZchQhQ1KMHEXIkBQjRxEyJMXIUYQMie95nSVHETIkxchRhAxJMXIUIUPi62xnyVGEDEkxchQhQ1KMHEXIkBQjRxEyJL7ndZYcRciQFCNHETIkxchRhAyJr7OdJUcRMiTFyFGEDEkxchQhQ1KMHEXIkPie11lyFCHD/2fvvsOiOP4/gL8PEURQsWGLJRqNXewtaoyJib0l9t6xxNjRWNBEDYnYu8YSO+ZrF3uLUVSwo1EUFUVUpPe+vz/43cod7bjbK3u8X8+TJ95xNzt7u7MzszufGcA89sMc9gEwj/3IzT4Q5Ub6c7506dLIly+fQbarENJHlcnYvXv34O7ujpMnTyIuLi7bYDkgLWDOwsICLVu2RJ8+ffDVV1/pFPy0dOlSbNmyRVxxDgBq1qyJgwcPap0mSadx48aIjIwUXw8fPhwzZ87MdTo7d+7Er7/+qvLerVu3tA7EMwRvb280btzY2NkgIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiKiPC4gIADlypUzyLZkveJcZGQkjhw5And3dzx79gyAZqvLlShRAj179kTv3r3xySefSJKX8ePHY+/evYiNjRWD59SjbMl44uLiVF5bWVlplU6BAgUyvBcTE2PSgXNEREREREREREREREREREREREREREREREREeY0sA+e8vLzg7u6OM2fOIDExUaPV5QCgadOm6Nu3L7755htYWkq76zY2NqhXrx6uXbsm5iE6OlrSbRARERERERERERERERERERERERERERERERERUc5kEzgXGhqKQ4cO4cCBA/D39weg2epy9vb26NGjB/r06YNKlSrpNY8lSpRQeZ2amqrX7ZHmbGxskJSUJL5OTEzUKp34+PgM79na2mqdLyIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiKSnmwC51q3bo2UlBSNV5dr0KAB+vbti++++w5WVlYGyWO+fPkMsh3KvYIFCyIyMlJ8nVkAnCYy+17BggW1zhcRERERERERERERERERERERERERERERERERSU82gXPJyclQKBTZBssVKlQIXbt2Rd++fVG1alVDZ5FMmHpwW3R0tFbpqH+vQIECsLCw0DpfhlC3bl14eXlleN/BwYHBnkRERERERERERERERERERERERERERERERGQwpUuXNti2ZBM4lxllwFzt2rXRt29fdO7cGQUKFDBafuzt7VG2bFmjbZ+y5uDggOfPn4uv3717p1U66t9zcHDQKV+GYGVlhUaNGhk7G0REREREREREREREREREREREREREREREREQGI7vAOWWwXMGCBdG5c2f07dsXNWvWNHKu0sycORMzZ840djYoE5UrV8b169fF14GBgVqlo/69KlWq6JQvIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIpKerALnBEHA559/jr59+6JLly6ws7MzdpZIJtQD3N69e4fY2FgULFgwV+m8ePFC5fWnn36qc96IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiISFqyCZzr0aMH+vTpA0dHR2NnhWTo888/V3mdnJyM+/fvo1mzZhqn8erVK3z48CHbdImIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIjI+CyMnQFNLVmyhEFzpDVHR0cUKlRI5b2bN2/mKg31z1tYWKBVq1Y6542IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIpCWbwDkiXeTPnx9t2rRRee/IkSMQBEHjNA4fPqzy2tHREcWLF5cie0REREREREREREREREREREREREREREREREQkIQbOUZ7RoUMHldcBAQG4cOGCRt99/PgxvLy8VN777rvvJMsbEREREREREREREREREREREREREREREREREUlHIeRmyS0iGRMEAd26dcOTJ0/E98qVK4djx47B1tY2y++lpKSgd+/e8PHxEd8rWbIkzp49CxsbG73mmYiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIhyjyvOUZ6hUCjw008/qbz35s0bODk5ITo6OtPvJCYmYtq0aSpBcwAwduxYBs0RERERERERERERERERERERERERERERERERmSjZrDgXGxsLZ2dnpKamiu/lz58frq6usLKykmw7CQkJmDVrFhITE8X3rK2t4erqCktLS8m2Q8bz448/4vTp0yrvlStXDsOGDUPz5s3h4OCA4OBg3L59G9u2bcOzZ89UPlu/fn3s2rWL5wMRERERERERERERERERERERERERERERERGRiZJN5M+JEydw5swZKBQK8b1evXpJGjQHpAXJ2dnZwd3dHQqFAoIgQKFQoF27dujYsaOk2yLjWLx4Md6+fYv79++L77158wa//vprjt+tUKECVq1axaA5IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIhNmYewMaOrvv/8W/60MZhszZoxetjV27FhYWHz8aQRBwP79+/WyLTI8Ozs7bNu2Dd98802uvteoUSPs3bsXDg4OesoZEREREREREREREREREREREREREREREREREUlBFoFzoaGhuH//vsoKcPXr10f58uX1sr2yZcuiadOm4rYA4NatW4iKitLL9sjw7OzssGbNGqxbtw7169fP9rOff/45fvvtN+zatQslSpQwUA6JiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiISFuWxs6AJq5du6YSxAYAnTp10us2O3XqBE9PT/F1SkoKrl27hm+//Vav2yXDateuHdq1a4f379/j3r17ePPmDWJjY1GgQAGUKVMGderU0VuAJhERERERERERERERERERERERERERERERERHphywC5+7fv5/hvRYtWuh1m82bN8/w3t27dxk4Z6ZKlSqF9u3bGzsbRERERERERERERERERERERERERERERERERCQBC2NnQBPPnj1TeV24cGFUqlRJr9ssV64cihYtqvLe8+fP9bpNIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiLSnSwC5169egWFQgEAUCgUqFKlikG2W7lyZQiCAIVCAUEQ8PLlS4Nsl4iIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiItCeLwLmoqCgAgCAIAIAiRYoYZLvq21Hmg4iIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiITJcsAudiYmJUXtvZ2Rlku7a2ttnmg4iIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiITI8sAucsLFSzGRkZaZDtqm8nJSXFINslIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiLtySJwrmDBguK/BUFASEiIQbYbGhqq8rpAgQIG2S4REREREREREREREREREREREREREREREREREWlPFoFzpUqVgiAIUCgUAIDnz58jKSlJr9tMSkqCn5+fuE0AKF68uF63SUREREREREREREREREREREREREREREREREREupNF4FzFihVVXsfFxcHLy0uv2/T29kZsbCwAiEF7FSpU0Os2iYiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIhId7IInKtbt26G9w4ePKjXbf79998Z3qtTp45et0lERERERERERERERERERERERERERERERERERLqTReBcixYtxH8rFAoIggAPDw88ePBAL9t78OABPDw8oFAoVN5v3ry5XrZHRERERERERERERERERERERERERERERERERETSkUXgXM2aNVGhQgWV91JTU+Hs7IywsDBJtxUeHg5nZ2cIgqDyfsmSJdG4cWNJt0VERERERERERERERERERERERERERERERERERNKTReAcAAwYMEAMZlOuBPf8+XOMGjUK4eHhkmwjPDwco0ePhp+fn7gNQRCgUCjQv39/SbZBRERERERERERERERERERERERERERERERERET6JZvAuT59+qBMmTLia4VCAUEQ4OPjg06dOuH8+fM6pX/x4kV07twZDx48EIPmlIoXL46BAwfqlD4RERERERERERERERERERERERERERERERERERmGQlAu4yYD586dw4QJE8SgOeX/gbRAupo1a6Jfv35o3749ChcunGN6UVFROHPmDPbt2wcfH58MK9opt+Hm5oaOHTvqb8eIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiEgysgqcA4AlS5Zgx44dKsFzADIEvVWoUAG1a9dGiRIlUKhQIdjZ2SEmJgZRUVEIDg7Gw4cP4e/vD0EQMnw3vf79+2Pu3LkG2jsiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiItKV7ALnBEHA9OnTcfz48QyBbuq7klkgnKafFQQBnTt3xh9//JFtOkREREREREREREREREREREREREREREREREREZFpkFzgHpAW1/fHHH9i6dWuuguPSy+p7yu+MGDEC06ZNY9AcEREREREREREREREREREREREREREREREREZHMyDJwTuny5ctYsGABAgMDJQlwEwQBZcuWxYIFC9CqVSsJckhERERERERERERERERERERERERERERERERERIYm68A5AEhMTMTevXuxZ88e+Pv7i+9rEkiXftcrVqyIQYMGoXfv3rCystJLXomIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiISP9kHziX3p07d3Dp0iXcvn0b//33H6Kjo7P8rJ2dHWrUqIGGDRviyy+/hKOjo+EySkREREREREREREREREREREREREREREREREREemNWgXPqIiIiEBQUhNjYWCQlJSF//vwoWLAgSpYsCXt7e2Nnj4iIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiI9MCsA+eIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiCjvsTB2BoiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiKTEwDkiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIjIrDJwjIiIiMhMeHh5o0qSJ+J+Li4uxs0RERERERERERERERERERERERERERERkFJbGzgARERERSePNmzeIjIwEACgUCrRr187IOSIiIiIiIiIiIiIiIiIiIiIiIiIiIiIyDgbOERGR1sLCwvD27VsAQJkyZVC0aFEj54gob0tJSVF5XblyZSPlhHISFhaGu3fv4v79+/jw4QMiIyMRExMDW1tbFC5c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VKjVasniDrbfExERkTmVlZUhPj7eYIW54OBgbN++HSNGjOh1PEEQ8PTTTyM5ORkAkJubK3XKRERERERkYX7//XcUFRWJ1xU2NjbYt28f5s+fb+7UaADi8UREREREREREg93MmTPh4OCApqYmAEB+fj4mTJhg5qzuqaioMHcKIg8PD3OnQDSo9LRwjQVuRGRKLJwjIqJB4dNPP0V8fDza2tok+QCtHyTBJZqJiIikFRsbi7a2NgiCAEEQsGTJEuzatcuomDNmzBAL5xoaGlBeXo7x48dLkS4REREREVmgK1euiN8LgoCQkBAWOVGf8XgiIiIiIiIiosHOzs4OixcvxqlTpyAIAlJSUhAaGmrutETPPvusRYzTEwQB165dM3caRIPGZ599JunriIj6ioVzREQ04O3evRunTp0SC+Y6XkT3tYiOs1cQERFJT6vV4uzZs2KBuoeHB7Zv3250XC8vL4P2jRs3WDhHRERERDSIVVdXA4A48ZUlDfKhgYfHExERERERERFZgw0bNiAjIwMqlQrZ2dk4c+YMgoODzZ2WiOP1iAYfhUIh6euIiPqKhXNERDSgZWVl4eTJk+KqNcC9i+ixY8fiscceg1wuh729vTnTJCIiIgBKpRL19fXieXvFihWwtbU1Oq67uzuAe8Xzt2/fNjomERERERFZrsbGRoP2448/bqZMaDDg8URERERERERE1mDEiBHYv38/IiMj0dLSgqioKMhkMsyZM8fcqQGA2VecY+EeERHR4MXCOSIiGtA++eQT8XudTgcbGxu8/PLLWLVqFR599FEzZkZERESdlZeXA7g3i39gYKAkcZ2cnAza9fX1ksQlIiIiIiLL1PkaYNiwYWbKhAYDHk9EREREREREZC0CAgJw+PBhvPXWW6irq8P69esRGhqKV199FVOnTjVrbixcA3777Tdcv34dKpUKGo0Gzc3NfY61ceNGCTMjIiIa2Fg4R0REA9bvv/+OoqIiCIIgFs3t27cP8+fPN3dqRERE1I2amhqD9tixYyWJO3So4aVta2urJHGJiEhazz33nEFbEAR8//33D32d1O73vkRk3dhHDSydVwSrqamBo6OjmbKhgY7HExERERERERFZgy1btojfe3l5ITs7GzqdDikpKUhJScGoUaMwdepUODs7w9bWttfxBUFATExMn3IrKirq03aDwY0bN/D5558j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T2lpadx6661x//33R0lJyRYDEJtLJBKRlZUV5513XowaNSoyMjK2YacANCb3CwA2V1xcHP379y+/L7Rt2zaef/75aN++fZ1rLl++PI499thYvXp1JJPJaNasWUyfPj2aNWuWws4BgMbWtLEbAAAAAADY3ObBkk3/rcmHZDYPo3h2GJBqrlEAALW3dOnSuOSSS+L999+v08MEkslkFBcXx7hx42LatGkxduzY2HXXXbdVuwA0EvcLAKoya9asKC4ujkQiEYlEIoYNG1av0FxERPv27ePMM8+MsWPHRkRESUlJzJo1KwYMGJCKloEUWbNmTcyZMyeWLVsWBQUFUVRUFC1btoycnJzo2LFj9OrVq04rTwI7D8E5AAAAAGC7U92HYeqyQlNt5wixAFvjGgUAUDuFhYUxfPjwWLhwYURU/eCBZs2aRevWraNFixaxdu3aKCwsjOLi4vLt354zd+7cGDFiRDz88MM+HAeQRtwvAKjOkiVLIuKb63sikYijjjoqJXUHDx4cY8eOLb9/bDoO0LhWrFgRjz32WEyaNCny8/O3+N5IIpGI3NzcOO644+K0006LXXbZpQE7BXYEgnMAAAAAwHajS5cujd0CQLVcowAA6ubqq6+OhQsXVggzJBKJGDBgQJx44onRp0+f6N69e6V5n3zyScyePTuee+65ePPNNyPimw/EJZPJWLBgQVx11VVx++23N+SpALANuV8AUJ0VK1ZUeN21a9eU1N3833w3Pw7QsEpLS+PWW2+N+++/P0pKSmr0MMFkMhkLFy6MMWPGxNixY+O8886LUaNGRUZGRgN0DOwIBOcAAAAAgO3Ga6+91tgtAFTLNQoAoPZmzJgRr7zySoUQxL777hvXX3999OnTZ4tzu3fvHt27d4+TTjop8vLy4rrrrosFCxaUhyFeffXVePfdd6Nv374NcCYAbEvuFwBsyebhmbKyskbqBNhWli5dGpdcckm8//775X/nN/1uWBPJZDKKi4tj3LhxMW3atBg7dmzsuuuu26pdYAfSpLEbAAAAAAAAAAAgPd11110VXvfr1y8effTRrYYgNte7d++YMGFC9OvXr3wFooiI8ePHp6pVABqR+wUAW9K+ffsKrxcvXpySupvXadeuXUrqArVTWFgYw4cPj7lz55b/DrfpIQibvrKysqJ9+/axxx57RPv27SMrK6vC9m/PmTt3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ffv2sfvuu8fee+8dubm50atXr2jZsuU26hoAAAAAAAAgvQjOAQAAAAAANLLS0tJYt25drFu3LlatWhVffvllpX0yMjLiO9/5Thx++OFx9NFHx3777dcInTacDz74IF555ZVK46NGjWqEbmgM999/fxQWFlYY69+/fxxyyCGN1BEAAAAAAAA7kkQymUw2dhMAAAAAAADpoi4rztXFgQceGOedd14cffTR0bRp+j0r8amnnoqrr7660vj8+fMboRsaw1FHHVUpRDpy5EjhSQAAAAAAAGqkSWM3AAAAAAAAQO29//77ceWVV8bxxx8fb731VmO3AwAAAAAAALBdSb/HjwIAAAAAAGyHOnToEN///ver3b5hw4YoKSmJNWvWxLJly2Lx4sVRVFS01bqLFi2Kc889N4YOHRrXXHNNZGVlpbJtAAAAAAAAgB2S4BwAAAAAAEAD2HvvveO3v/1tjfdPJpPx5ZdfxnvvvRdvvvlmvPzyy7Fq1apq93/00Udj/vz5MX78+GjVqlUKOgYAAAAAAADYcTVp7AYAAAAAAACoLJFIxO677x7HHHNM3HDDDfH666/HzTffHPvss0+1c2bNmhUjRoyIdevWNWCnAAAAAAAAANsfwTkAAAAAAIAdQFZWVhx33HHx7LPPxpVXXhmZmZlV7jdr1qz41a9+1cDdAQAAAAAAAGxfBOcAAAAAAAB2IBkZGTFixIi47777Iicnp8p9nn766Zg0aVIDdwYAAAAAAACw/RCcAwAAAAAA2AH169cvxo4dG1lZWVVuv+mmm2L9+vUN3BUAAAAAAADA9qFpYzcAAAAAAABA3fTr1y8uu+yyuOmmmypt++c//xkTJkyIc889t061V61aFTNmzIi5c+fGxx9/HB9//HGsXLkyioqKYsOGDdG6deto06ZN7LLLLtGrV6/o169f9O3bN3bZZZc6He/dd9+NJ598svz1p59+WuV+V111VY1rjh49Otq1a1ejfTdu3Bhz5syJWbNmRX5+fixatCiWLFkSa9asibVr10Z2dna0adMm2rZtG927d49+/fpFv379Yp999qlxP7X1xRdfxJQpU2LevHkxf/78WL58eaxZsybWrVsXWVlZkZ2dHa1atYrddtstdt9999h7772jd+/e0bNnz2jRokVKe5kzZ0688cYbMXv27Pjss89i2bJlsW7duoiIaNmyZXTt2jX233//OOSQQ2Lw4MHRunXrWh/jd7/7XaxcubL89bf/f5NXXnklvvzyyxrVO/jgg+PUU0+t0b7JZDLeeeedePfdd2PevHmxaNGiKCwsjDVr1sTGjRujWbNm0bx582jXrl107do1dt999+jRo0f06dMncnNzI5FI1OwkAQAAAAAAaDCJZDKZbOwmAAAAAAAA0sUXX3wRgwcPrjTev3//eOihh1J+vLKysjjxxBNjwYIFlbZ169YtXnrppRqHevLz82PSpEnx6quvxocffhi1fRspMzMzTj755BgxYkTsueeetZr71FNPxdVXX12rOVvz6quvxu67717t9jVr1sTLL78cL774YkyfPj3Wrl1b62P07t07LrroojjqqKPq02oFb775Ztxxxx0xY8aMWv8MIr75OQwcODCOPvroOPnkk+vcR0lJSTz11FNx3333xSeffFLjeVlZWXHKKafEJZdcEp06darxvKOOOqrGobiaOPnkk+O3v/3tFvcpKSmJ++67LyZMmBCLFy+u03E6dOgQP/zhD+PUU0+NAw44oE41AAAAAAAASL0mjd0AAAAAAAAAddekSZO45JJLqtz26aefxsyZM2tU54ILLohjjjkmbr/99vjggw/qFNjasGFDPP744/HjH/84xo8fX+v5Denpp5+OAQMGxFVXXRVTp06tU2guIiIvLy8uvvjiOOuss6pcIa021q1bF1deeWWcd955MX369Dr9DCK++Tn87W9/q9XqfJubOXNmnHjiifE///M/tQrNRXwTRpswYUIce+yx8cwzz9S5h23tvffei+OPPz7++Mc/1jk0FxHx9ddfxyOPPBIPPvhgCrsDAAAAAACgvgTnAAAAAAAAdnBDhgyJ9u3bV7nttddeq1GNTz/9NGX9lJaWxh/+8IcYPXp0lJaWpqxuKv3zn/+MkpKSlNWbPn16/Md//Efk5+fXaf7atWvjJz/5STz33HMp66muHn744Tj77LNj0aJF9apTWFgYo0ePjltuuSVFnaXOrFmz4rzzzqt1KBAAAAAAAIAdR9PGbgAAAAAAAID6adq0aQwZMiQmTJhQadsbb7xR7/qdOnWKrl27RuvWraN169axYcOGKCwsjEWLFsVXX31V7bxnnnkmunTpEpdddlm9e2hILVq0iL322ivatGkTrVu3jszMzCgoKIilS5fGRx99FBs3bqxy3hdf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LgTnAAAAAAAA0kBeXl6V45mZmbHvvvtuce6vfvWrakNz/fv3jxNOOCG+973vRW5ubo37mT59+nYbnHvyySfj7bffrnJbp06d4tRTT41DDz00evXqFdnZ2TWqedttt9U7OBcR0bp167jiiivi4osvjpdeeilefvnlmDFjRhQUFNRofjKZjBdeeCHefffduO222+Kggw6qdt+qAo87mwMPPDDuueee+Oyzz+Kvf/1r/P3vf4958+ZFaWlpjeavWrUqbrzxxnjjjTfi1ltvjebNm2/jjgEAAAAAAKgpwTkAAAAAAIA08NZbb1U5vt9++0VWVla181555ZWYOXNmpfH27dvHH//4xzj00EPr1M/WVq9rLBs2bIhbbrmlym0jRoyIyy67LJo2rf1baKkOCbZo0SJOPvnkOPnkk6OsrCzmzZsX7777bsyaNSvefffdWL58+RbnL1u2LC666KJ4/PHHo1u3btUeoypHH310jBkzpr6nsEPZc88949JLL41LL7001qxZEzNnzoxZs2bFjBkzYs6cOVFSUrLF+X//+9/jyiuvjNtvv93KcwAAAAAAANsJwTkAAAAAAIAd3IYNG+Lll1+uctv3v//9Lc594YUXKo01bdo0xo0bF7169apTP8lkMgoLC+s0d1ubPn16rFixotL4OeecE1deeWWd665ataoeXW1ZkyZNomfPntGzZ88499xzIyIiPz8/pkyZEpMnT652tcFVq1bFDTfcEOPHj69ye+vWrSM7OzvWr19fYXz16tUp7X9H06pVqzjiiCPiiCOOiIiI4uLimDlzZrz66qvx4osvxtdff13lvFdeeSVeeOGFOOaYYxqyXQAAAAAAAKrRpLEbAAAAAAAAoH4mT54cK1eurHLboEGDqp1XVlYWr7/+eqXx448/vs6huYhvVjsrLS2t8/xtaerUqZXGmjdvHpdddlm96i5durRe82srNzc3Lrjggnj88cfj6aefjkMOOaTK/f7+97/HggULqq3TtWvXSmNVBQt3Zs2aNYuBAwfGddddF1OnTo0bb7wx2rdvX+W+d999dwN3BwAAAAAAQHUE5wAAAAAAAHZgpaWlMXbs2Cq35ebmRp8+faqdu3LlyipXF/vBD35Qr55mz55dr/nb0ieffFJpbODAgdGiRYs610wmk9Wu+tYQDjjggLj//vvjhz/8YZXbqwpHbvKd73yn0thHH30URUVFKesvnWRmZsYpp5wSEyZMiLZt21baPm/ePMFDAAAAAACA7YTgHAAAAAAAwA7snnvuiY8++qjKbcOGDdvi3K+//rrK8apWIauN6dOn12t+xDcBpaps3LixXnWXL19eaay+5/vBBx9EYWFhvWrUV5MmTeLaa6+NJk0qv/03f/78aucdfPDBlcY2btwYM2fOTGl/dVHVn4H6/vxTZc8994zhw4dXGk8mk1v8fgMAAAAAANBwBOcAAAAAAAB2UO+8807ceuutVW7bfffd49RTT93i/OpWFWvWrFmde1q3bl08++yzdZ6/ScuWLascX79+fb3qVnXO2dnZ9ao5YcKEes1PlU6dOkVubm6l8ZUrV1Y756ijjopEIlFp/Mknn0xpb3VR1Z+B4uLiRuikagMGDKhyfEvfbwAAAAAAABqO4BwAAAAAAMAO6J133on/+q//ig0bNlS5/eqrr46srKwt1sjJyalyfMmSJXXu6/HHH4/Vq1fXef4m1QXn6tNbRETr1q0rjX311Vd1rrd06dKUBAVTpUWLFpXGmjZtWu3+nTt3rjIANnny5GpXMmwoVf0ZqO/PP5Wq+l5HVL9aIgAAAAAAAA1LcA4AAAAAAGAHUlpaGnfddVcMHz48CgsLq9zn9NNPjx/84AdbrdW+ffsqx6dNm1an3j799NMYM2ZMneZurmvXrlWOL1y4sF51O3ToUGnsrbfeitLS0jrVu+aaa2LdunX16ilVysrK4vPPP680vuuuu25x3rnnnltpLJlMxhVXXBFr165NVXu1VtWfgfr+/FPps88+q3J8a99vAAAAAAAAGobgHAAAAAAAwA6gpKQkJk6cGMcff3zcfPPN1a40179///j5z39eo5q77LJLdO/evdL4Y489FsuXL69VfytWrIhRo0alLGi1++67V7ki3qRJk+pV96CDDqo0tmzZsnjiiSdqXeuPf/xjvP766/Xq5+23345nnnkmNm7cWK86EREvvfRSrFixotL4AQccsMV5RxxxRJWrzn344Yfx3//93yn7mRYVFcX9999f4/179OhRaWzhwoWxYMGCOvdw//33xwcffFDn+d82YcKESmPNmjWL3NzclNQHAAAAAACgfgTnAAAAAAAAtlNffvllTJo0Ka699tr4/ve/H1dccUXk5+dXu3///v1j3Lhx0axZsxof4/DDD680VlhYGBdddFGsXr26RjU++uijOPPMM2P+/Pk1Pm5NfO9736s09tJLL8Xtt98ea9asqVPNqs43IuI3v/lNvPXWWzWqsW7duvjFL34R48aNq1MP37Z48eIYPXp0DBkyJO69995YunRpnerMnj07fvnLX1Yaz8zMjB/96EdbnX/99ddHy5YtK41PmTIl/uM//iPmzZtXp74iIj7++OO4+eab48gjj4wbb7yxxvMOPvjgKscvv/zyeO+99+rUy6uvvhonnXRSnH/++fHqq69GSUlJrWskk8m45ZZbYurUqZW2HXHEEdGqVas69QYAAAAAAEBqJZLJZLKxmwAAAAAAAEgXX3zxRQwePLjSeIcOHeL73/9+tfM2btwYJSUlUVRUFEuXLo0vv/wyioqKanzcs88+O/7f//t/0bRp01r1+9lnn8XRRx9d5Ypnu+22W1x22WVxzDHHRFZWVqXtH374YTz55JPx6KOPVph/4IEHxtdffx1LliypsP/IkSNj1KhRNe7txRdfjJ/+9KdVbmvWrFnsv//+sdtuu0Xz5s0jkUhU2mf06NHRrl27SuNnn312vPPOO5XGMzIy4qyzzopzzz03dtttt0rbV6xYEa+88kr83//9X3z11Vfl402bNo2BAwfG3//+9wr7d+3aNV577bUtnuNTTz0VV199dfnrJk2aRN++fWPIkCHRp0+f6NGjR5Xf+03ef//9ePzxx+Mvf/lLlasQnnnmmfE///M/W+xhk5dffjkuvfTSKCsrq3L74YcfHmeccUb069evytUAN1m1alV88MEH8e6778bkyZMrrRBXm4DlcccdFwsXLqxyW5cuXWKfffaJnJycyMzMrLT94IMPjlNPPbXC2FlnnRXTp08vf52TkxODBw+Oww8/PHr16hV77LFHtb2sW7cuXn/99bjnnnti9uzZlbY3adIkHn300ejTp0/NTg4AAAAAAIBtSnAOAAAAAAAghaoLzm0r++67b/ziF7+I/v3717nGDTfcEA899FC127Ozs+OAAw6Ijh07RkZGRixfvjw+++yz+Oc//1lp31atWsXjjz8eI0aMiC+//LLCttoG5zZs2BD//u//XueV7F599dXYfffdK43n5eXFmWeeWWVYcJO99947unfvHi1btoyCgoJYunRpLFiwIEpLSyvte9lll8XGjRvj9ttvrzBel+Dc5jIzM6N79+6xyy67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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "for i, dataset_type in enumerate(dataset_types):\n", + " sns.set(font_scale=1.0)\n", + " sns.set_style(\"whitegrid\")\n", + " fig, axs = plt.subplots(1, 1, sharex=True, sharey=True, figsize=(12, 6), dpi=300)\n", + "\n", + " if i == 0:\n", + " order = list(df_mean[dataset_type].sort_values().index)\n", + "\n", + " plot_barplot(\n", + " df_mean[dataset_type] * 100,\n", + " df_sem[dataset_type] * 100,\n", + " axs,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + " )\n", + "\n", + " axs.set_xticks(axs.get_xticks(), order, rotation=90, ha=\"right\")\n", + "\n", + " fig.supxlabel(\"Datasets\")\n", + " fig.supylabel(\"Accuracy (%)\")\n", + " plt.title(dataset_type)\n", + " plt.tight_layout()\n", + " plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/x_axis_mnist.ipynb b/figures/x_axis_mnist.ipynb new file mode 100644 index 0000000..11696eb --- /dev/null +++ b/figures/x_axis_mnist.ipynb @@ -0,0 +1,6963 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-08 17:38:13.652109: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-08 17:38:13.655592: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-08 17:38:13.695515: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-08 17:38:13.695532: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-08 17:38:13.696843: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-08 17:38:13.704741: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-08 17:38:15.644143: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "\n", + "models = list_models('all')\n", + "datasets = ['mnist', 'mnist_numbers', 'mnist_numbers_more_prompts', 'mnist_more_prompts',\"mnist_diff_prompts\",\"mnist_numbers_diff_prompts\"]\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = results.groupby([\"model_name\", \"dataset_name\"]).correctness.mean()\n", + "df_sem = results.groupby([\"model_name\", \"dataset_name\"]).correctness.sem()" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_1561152/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAADcAAAAbuCAYAAADHPnB8AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/OQEPoAAAACXBIWXMAAC4jAAAuIwF4pT92AAEAAElEQVR4nOzda3SW9Zkv/iuQhEM4BkQhwbqlKiCoRTaiiHVwuzoq3R6pdlfHU0vteNhFGPcUd1HR0e6qY1U69Uhdu3ZciqBV0G5Ra0c7LZ4LFRDQpSYRxQgICcQkkP+L/2pX8X4CeQ7w3KGfz7t+7/yu35V20ZsXfr1L2tra2gIAAAAAAAAAAAAAAAAAUqZLsRcAAAAAAAAAAAAAAAAAgEwU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVFOAAAAAAAAAAAAAAAAAASCUFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFRSgAMAAAAAAAAAAAAAAAAglRTgAAAAAAAAAAAAAAAAAEglBTgAAAAAAAAAAAAAAAAAUkkBDgAAAAAAAAAAAAAAAIBUUoADAAAAAAAAAAAAAAAAIJUU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVFOAAAAAAAAAAAAAAAAAASCUFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFRSgAMAAAAAAAAAAAAAAAAglRTgAAAAAAAAAAAAAAAAAEglBTgAAAAAAAAAAAAAAAAAUkkBDgAAAAAAAAAAAAAAAIBUUoADAAAAAAAAAAAAAAAAIJUU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVSou9AOyNPvzww1i8eHG8/PLLsWbNmqivr4+tW7dGt27dorKyMoYNGxZjx46NE044IYYNG7bb92lubo7f/OY38dJLL8WKFSuitrY2GhoaoqSkJPr06RNDhw6NUaNGxcSJE+PYY4+Nrl277vadAAAAAAAAAAAAAAAAYFdK2tra2oq9BORj69atsXz58njrrbfiT3/6U7z11lvx7rvvxvbt2xM/+/bbb+/WXWpqauLWW2+NZ555JrZt29ahMxMmTIirrroqhg8fXvB9mpub44EHHoif//znsX79+g6dGTJkSHzve9+LKVOmRElJScF3AgAAAAAAAAAAAAAAgI5SgKNTaWpqihUrVvyl7PanP/0p3n333Q6XzXZnAW7+/Pkxe/bsaGpqyvps165d44orrojvfve7BSudvf/++3HZZZfFqlWrcjo/bty4uO2222LgwIEF2QcAAAAAAAAAAAAAAACypQBHp3LppZfGs88+m/P53VWA++lPfxp33HFH3nOmTJkS119/fd4luJUrV8b5558fGzduzGtOVVVV/PKXv4zBgwfnNQcAAAAAAAAAAAAAAAByUVrsBSAbaexrPvLII+2W33r27BmTJk2K0aNHR58+faKhoSFWrFgRzz//fMZy2rx582LAgAExbdq0nPf5+OOP46KLLmq3/HbkkUfG+PHjY/DgwbF9+/aoqamJF198MVauXJn42bq6urjooovi0UcfjYqKipx3AgAAAAAAAAAAAAAAgFz4Ahydyj/+4z/Gc889l/P5Qn8BbtWqVXHWWWfF559/nnh29tlnx/Tp06Nv376JZ1u3bo277ror7rnnnti+ffsOz0pKSuL++++PCRMmZL1PW1tbnHvuufHqq68mnn35y1+Om266KQ477LCMZ1988cW4+uqr4+OPP048++///b/HzTffnPU+AAAAAAAAAAAAAAAAkI8uxV4ACqGysjImTpwYl1xyScyZMycmTZq0R+697rrrMpbfpk+fHrNnz85YfouI6NGjR0ybNi1uvvnmKCkp2eFZW1tbzJ49O5qbm7Pe59FHH81YfjvssMPi4Ycfbrf8FhExceLEmDdvXuy///6JZ0888UT84Q9/yHofAAAAAAAAAAAAAAAAyEdpsReAbPXv3z8OPfTQGDVqVIwaNSoOPfTQGDJkyA4/k89X4jrqhRdeyFg2O+WUU2Lq1KkdmjF58uRYuXJl3HvvvTvk7733XsyfPz+++c1vdnif5ubmuPPOOxN5v379Ys6cOdGrV69dzth3333jzjvvjLPOOitaWlp2eHbbbbfFww8/3OF9AAAAAAAAAAAAAAAAIF8KcHQq/+f//J/o3bt3sdeIiIj7778/kfXs2TNmzpyZ1ZzLLrssFi5cGGvXrt0hnzt3bpxz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AAAAAAAAAAAAIJUU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVFOAAAAAAAAAAAAAAAAAASCUFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFRSgAMAAAAAAAAAAAAAAAAglRTgAAAAAAAAAAAAAAAAAEglBTgAAAAAAAAAAAAAAAAAUkkBDgAAAAAAAAAAAAAAAIBUUoADAAAAAAAAAAAAAAAAIJUU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVFOAAAAAAAAAAAAAAAAAASCUFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFRSgAMAAAAAAAAAAAAAAAAglRTgAAAAAAAAAAAAAAAAAEglBTgAAAAAAAAAAAAAAAAAUkkBDgAAAAAAAAAAAAAAAIBUUoADAAAAAAAAAAAAAAAAIJUU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVFOAAAAAAAAAAAAAAAAAASCUFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFRSgAMAAAAAAAAAAAAAAAAglRTgAAAAAAAAAAAAAAAAAEglBTgAAAAAAAAAAAAAAAAAUkkBDgAAAAAAAAAAAAAAAIBUUoADAAAAAAAAAAAAAAAAIJUU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVFOAAAAAAAAAAAAAAAAAASCUFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFRSgAMAAAAAAAAAAAAAAAAglRTgAAAAAAAAAAAAAAAAAEglBTgAAAAAAAAAAAAAAAAAUkkBDgAAAAAAAAAAAAAAAIBUUoADAAAAAAAAAAAAAAAAIJUU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVFOAAAAAAAAAAAAAAAAAASCUFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFRSgAMAAAAAAAAAAAAAAAAglRTgAAAAAAAAAAAAAAAAAEglBTgAAAAAAAAAAAAAAAAAUkkBDgAAAAAAAAAAAAAAAIBUUoADAAAAAAAAAAAAAAAAIJUU4AAAAAAAAAAAAAAAAABIJQU4AAAAAAAAAAAAAAAAAFJJAQ4AAAAAAAAAAAAAAACAVFKAAwAAAAAAAAAAAAAAACCVFOAAAAAAAAAAAAAAAAAASCUFOAAAAAAAAAAAAAAAAABSSQEOAAAAAAAAAAAAAAAAgFQqLfYCsLdatmxZvPLKK7Fs2bJYs2ZNfPbZZ7F58+ZoaWmJXr16RZ8+fWLw4MExatSoOPzww2PixInRo0eP3bbPhx9+GIsXL46XX3451qxZE/X19bF169bo1q1bVFZWxrBhw2Ls2LFxwgknxLBhw3bbHgAAAAAAAAAAAAAAANBRJW1tbW3FXgL2Ftu3b4958+bFL3/5y3j77bezOtu7d+/4+te/Ht/5zndiyJAhBduppqYmbr311njmmWdi27ZtHTozYcKEuOqqq2L48OEF26MY6urqorq6OpHX1tZGVVVVETYCAAAAAAAAAAAAAAAgGwpwUCCrV6+OmTNnxtKlS/OaU1FREdOnT49vfetbee80f/78mD17djQ1NWV9tmvXrnHFFVfEd7/73SgpKcl7l2JQgAMAAAAAAAAAAAAAAOjcFOCgAN5888246KKLorGxsWAzzzvvvPjf//t/53z+pz/9adxxxx157zFlypS4/vrrO2UJTgEOAAAAAAAAAAAAAACgcyst9gLQ2b3zzjtx8cUXt1t+q6ioiPHjx8eoUaOisrIySktLY9OmTbFmzZpYsmRJ1NbWZjz3i1/8Ivr27RuXX3551js98sgj7ZbfevbsGZMmTYrRo0dHnz59oqGhIVasWBHPP/98bNy4MfHz8+bNiwEDBsS0adOy3gMAAAAAAAAAAAAAAADy4QtwkKfzzjsvXn755UReVlYW3/ve9+L888+PXr16ZTzb1tYWv/nNb+L666+PDz/8MOOMxx57LA466KAO77Nq1ao466yz4vPPP088O/vss2P69OnRt2/fxLOtW7fGXXfdFffcc09s3759h2clJSVx//33x4QJEzq8Rxr4AhwAAAAAAAAAAAAAAEDn1qXYC0Bn9tvf/jZj+a28vDzuvffeuPTSS9stv0X8/8WySZMmxeOPPx6HHHJI4nlLS0u7X3Jrz3XXXZex/DZ9+vSYPXt2xvJbRESPHj1i2rRpcfPNN0dJSckOz9ra2mL27NnR3Nyc1S4AAAAAAAAAAAAAAACQDwU4yMOvf/3rjPm0adPi6KOP7vCcvn37xr/9279FeXl54tl//Md/xNatWzs054UXXohXX301kZ9yyikxderUDs2YPHlyfPvb307k7733XsyfP79DMwAAAAAAAAAAAAAAAKAQFOAgDy+99FIi69OnT5x77rlZz6quro7TTz89kTc1NcVrr73WoRn3339/IuvZs2fMnDkzq10uu+yyGDx4cCKfO3dutLW1ZTULAAAAAAAAAAAAAAAAcqUABzlqbW2N+vr6RH7UUUdl/JJbRxx33HEZ848++miXZ2tqauKVV15J5GeddVYMHDgwqz26d+8e559/fiL/4IMPMn5hDgAAAAAAAAAAAAAAAHYHBTjI0YYNG2L79u2JvLq6OueZ7Z399NNPd3n26aefzvh1tjPPPDOnXU499dQoLS1N5IsWLcppHgAAAAAAAAAAAAAAAGRLAQ5yVFZWllXeEe19Oa579+67PPvSSy8lsqFDh8bw4cNz2qWysjLGjBnToXsAAAAAAAAAAAAAAABgd1CAgxz16dMnYzGtI19ra099fX3GfN99993puebm5njjjTcS+fjx43PeJSLi6KOPTmQ1NTWxdu3avOYCAAAAAAAAAAAAAABARyjAQY66dOkShx12WCJ/7bXXcp756quvZswzfYntr61evTqam5sT+ejRo3PeZWfn33rrrbzmAgAAAAAAAAAAAAAAQEcowEEeTj755ET23nvvxZIlS7Ke1dzcHAsWLEjkRx11VAwaNGinZ99+++2M+UEHHZT1Hn/t4IMPzuo+AAAAAAAAAAAAAAAAKCQFOMjDaaedFvvuu28inz17dmzevDmrWbfddlvU1NTskJWUlMQ//uM/7vLsF8/92QEHHJDVDl80aNCg6N69eyKvra3Nay4AAAAAAAAAAAAAAAB0hAIc5KFHjx5x4403RpcuO/5RWrNmTZx//vnx/vvv73LG559/HjfccEPMnTs38ezcc8+N8ePH73LGhx9+mMjKysqisrJyl2d3pqSkJOPX5xTgAAAAAAAAAAAAAAAA2BMU4CBPxx57bNxwww2JEtxbb70VkydPjquuuiqeeeaZqKuri61bt0ZLS0usX78+Xn755bj99tvjhBNOiF/84heJuaeddlrMnDmzQzusX78+kQ0YMCC3X6gDczZs2FCQ2QAAAAAAAAAAAAAAALAzpcVeAPYGZ555ZlRXV8cPfvCDqKur+0ve3Nwcv/rVr+JXv/pVh2f16dMnpk+fHuecc06Hz2zcuDGR9e7du8PndybTnEz3dSYtLS3R0tJS7DUAAAAAAAAAAAAAAAA6lbKysj1+pwIcFMhRRx0Vv/71r2PBggWxYMGCWLp0abS1tXXobElJSYwePTpOOumk+MY3vhG9evXK6u4tW7Yksp49e2Y1oz0VFRWJrLGxsSCzi2XFihXx6aefFnsNAAAAAAAAAAAAAACATuXII4/c43d22eM3wl6svLw8DjnkkDj88MNjwIABWZ1ta2uL5ubm+Pzzz7O+N9PXzEpLC9Nv7dq1a4fuAwAAAAAAAAAAAAAAgELzBTgokKVLl8aPfvSjeO2117I+29bWFsuWLYtly5bFz372s/gf/+N/xPe///3o1q1bh863trYmskzFtVxkKtJlug8AAAAAAAAAAAAAAAAKTQEOCuDee++Nn/zkJxmLYf369Ytx48bFiBEjol+/flFeXh4bN26MmpqaePXVV2PNmjU7/HxTU1PMnTs3XnzxxbjnnntiyJAhu7w/U0lt27Ztuf9CfyXT71Sor8sBAAAAAAAAAAAAAADAzmixQJ5uv/32+Ld/+7dEPmDAgJg2bVqceuqpUV5e3u75N998M2677bb4wx/+sEO+evXqOO+88+Lf//3fY999993pDmVlZYmsUF9py1Sky3RfZzJixIioqqoq9hoAAAAAAAAAAAAAAADsggIc5OG5557LWH479NBD46677opBgwbtcsYRRxwRP//5z+MnP/lJ3H333Ts8q62tjX/+53+OuXPnRklJSbszevTokci2bNnSgd9g1xobGxNZz549CzK7WMrKyjp9iQ8AAAAAAAAAAAAAAOBvQZdiLwCdVXNzc1xzzTWJfJ999ulw+e3PunTpEldeeWWcfvrpiWf/+Z//GU899dROz/fr1y+Rbd68ucP370xDQ0OH7gMAAAAAAAAAAAAAAIBCU4CDHD3xxBPxySefJPL/+T//Z1blt7/2v/7X/4qKiopE/vOf/3yn5wYMGJDI1q9fn9MOX1RfX5/IKisrCzIbAAAAAAAAAAAAAAAAdkYBDnL0zDPPJLKKioo47bTTcp7Zv3//mDx5ciJftmxZrFu3rt1zgwcPTmTNzc15l+Da2toylvyqqqrymgsAAAAAAAAAAAAAAAAdoQAHOXr99dcT2X/9r/81ysrK8pp79NFHZ8zfeOONds8MHTo0Y/7+++/ntcu6deti69atiby6ujqvuQAAAAAAAAAAAAAAANARCnCQg4aGhti8eXMiL8SX0dqbkelLbH82fPjwjPnq1avz2qW98+3dBwAAAAAAAAAAAAAAAIWkAAc5aGxszJj37t0779l9+vTJmDc0NLR75qCDDory8vJEvmzZsrx2Wbp0acZ85MiRec0FAAAAAAAAAAAAAACAjlCAgxz06tUrY57pq3DZ2rRpU8a8vWJcRER5eXkcccQRifz3v/99XrtkOl9dXR1DhgzJay4AAAAAAAAAAAAAAAB0hAIc5KCioiK6deuWyOvq6vKeXVtbmzGvrKzc6bmJEycmspqamli5cmVOe6xfvz5ef/31RH7sscfmNA8AAAAAAAAAAAAAAACypQAHOcr0FbRXXnklWlpa8pr7u9/9LmNeVVW103MnnXRSxnzBggU57fHEE09Ea2trIj/55JNzmgcAAAAAAAAAAAAAAADZUoCDHB199NGJrLGxMR5//PGcZ3766afx1FNPJfJ+/frFoYceutOzQ4cOjXHjxiXyefPmRX19fVZ7NDU1xQMPPNDhOwAAAAAAAAAAAAAAAGB3UICDHB133HEZ89tvvz3WrVuX08wbb7wxtmzZksiPOeaY6NJl139cL7rookS2ZcuWuOmmm7LaY86cObF27dpEfuGFF0ZJSUlWswAAAAAAAAAAAAAAACBXCnCQo+OOOy6GDRuWyD/55JO45JJLsirBbdu2LX70ox/FwoULMz6/8MILOzTn+OOPjzFjxiTyhQsXxr333tuhGYsWLYr77rsvke+///4xZcqUDs0AAAAAAAAAAAAAAACAQlCAgxx17do1rrzyyozP3nrrrTjttNPi0Ucfjebm5p3Oee211+If/uEf4uc//3nG51/72tfisMMO69BOJSUlcc0110R5eXni2S233BKzZs2KTZs2ZTzb1NQUt99+e8yYMSPa2toSc2fNmpVxLgAAAAAAAAAAAAAAAOwuJW1fbLoAWbn22mvjoYceavd5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WWedFT/60Y/immuuiTp16lRLPQAAAAAAAAAAAAAAAFARtbJdAGypJk2aVOXwW2lFRUXxl7/8JU477bT47rvvqtzfsGHD4sILL6xw+K20xx57LH76059ucFU7AAAAAAAAAAAAAAAA2FSsAAebSOvWraNfv37Rrl27aNGiRTRq1CiWLVsWc+fOjffeey+mTJlS5nlTpkyJc889Nx599NFo1KhRpcZ+66234pe//GWsW7cubV/dunXjwAMPjD59+kTz5s1j1apVMWPGjPj3v/8d8+fPL7Ov6667Lu66665K1QIAAAAAAAAAAAAAAACVJQAH1ahr165x0kknxcEHHxzt27ff4LGffPJJ3HPPPfHOO++Uue/WW2+N3/72txWu4dtvv42rrroqioqK0vYdfvjhccMNN0Tr1q3T9l1//fXx+OOPx1133ZW24tuLL74Ye+21VwwYMKDC9QAAAAAAAAAAAAAAAEBl1cp2AbClq127dpxyyinx/PPPx/PPPx9nn332RsNvERHdu3ePhx56KC6++OIy97/wwgvxwQcfVLieO+64IxYvXpzWPnDgwPj9739fZvgt4vvP8eMf/zgeeuih2GabbdL233XXXWX2CwAAAAAAAAAAAAAAAJuKABxUUu3ateOkk06K4cOHx69//evo2rVrhftIJBJxySWXxI9+9KO0fclkMh5++OEK9ffpp5/Giy++mNbet2/f+NWvfpVRH3vttVdce+21ae3fffddhesBAAAAAAAAAAAAAACAqhCAg0r68Y9/HLfffnvssMMOVe7riiuuiG233Tat/Z133omVK1dm3M9f//rXSCaTKW21atWKwYMHR15eXsb9nH766dGzZ8+09iFDhsSKFSsy7gcAAAAAAAAAAAAAAACqQgAOKqkigbKNadCgQZxwwglp7atWrYqJEydm1EdBQUEMHz48rf2QQw6Jzp07V6ieRCIRF1xwQVr78uXLY9SoURXqCwAAAAAAAAAAAAAAACpLAA5yxN57711m+/z58zM6/4033oiCgoK09pNPPrlS9Rx66KHRrFmztPaXX365Uv0BAAAAAAAAAAAAAABARQnAQY5o06ZNme3ffvttRue//fbbaW316tWLAw44oFL11K5dOw455JC09gkTJsSaNWsq1ScAAAAAAAAAAAAAAABUhAAc5IhEIlFme506dTI6f/z48Wltffv2jbp161a6prJWpVu5cmVMmjSp0n0CAAAAAAAAAAAAAABApgTgIEfMmTOnzPZWrVpt9Nzvvvsu/vOf/6S19+zZs0o1lXf+J598UqV+AQAAAAAAAAAAAAAAIBMCcJAjxo0bV2b7DjvssNFzp0+fXmZ7p06dqlTTTjvtVOYKcuWNBwAAAAAAAAAAAAAAANVJAA5ywNq1a+Pll19Oa2/ZsmX06NFjo+eXt3rcjjvuWKW6atWqFdtvv33G4wEAAAAAAAAAAAAAAEB1EoCDHPDcc8/F/Pnz09oPPfTQSCQSGz3/q6++KrO9devWVa6trD7mzp1b5X4BAAAAAAAAAAAAAABgYwTgIMsWLlwYv/vd79LaE4lEnHXWWRn1sWjRojLbW7RoUZXSyu1j8eLFVe4XAAAAAAAAAAAAAAAANqZ2tguAmu5Xv/pVmYGyE088MXbdddeM+vjuu+/S2ho0aBC1a1f9/+KNGjVKaysoKIg1a9ZE3bp1q9x/NqxduzbWrl2b7TLYAtSpUyfbJQCwBfN9I7vM4wBUhXk8u8zjAFSFeTx7zOEAVJV5PHvM4wBUhTk8u8zjAFSFeZzKysZ3EAE4yKKHHnooXnvttbT2Fi1axJVXXplxPwUFBWltDRo0qFJtxfLz88tsX758eTRv3rxaxtjcpk6dGgsXLsx2GeS42rVrR+/evbNdBgBbsClTpkRhYWG2y6iRzOMAVJV5PHvM4wBUlXk8O8zhAFQH83h2mMcBqCpzePaYxwGoKvM4lbX77rtv9jFrbfYRgYiIeOONN+Kee+4pc9+tt95aoXBZWcnr6lj9bUP9mOgAAAAAAAAAAAAAAADY1ATgIAumTJkSP//5z6OoqCht33nnnReHHnpohforK4yWl5dX6foy6UcADgAAAAAAAAAAAAAAgE1NAA42sy+++CJ+8pOfREFBQdq+gw8+OK644ooK91nWKm1lhesqo7x+qitgBwAAAAAAAAAAAAAAAOVJT80Am8y8efPinHPOiQULFqTt69evX9x3332VCpbVqVMnra26Vmgrr5+yxtxSdO3aNdq1a5ftMgCArVy3bt2yXQIAUEnmcQDYcpnHAWDLZR4HgC2TORwAtlzmcbYkAnCwmXz77bcxaNCgmDt3btq+nj17xoMPPhj16tWrVN/169dPaytrhbnKWLFiRZnt+fn51dJ/NtSpU2eLDvABAFsG3zcAYMtlHgeALZd5HAC2XOZxANgymcMBYMtlHmdLUivbBUBNsGjRohg0aFB8/vnnafs6d+4cDz30UDRs2LDS/Tdt2jStraCgoFpWgVu+fHlaW/369WObbbapct8AAAAAAAAAAAAAAACwIQJwsIl99913cc4558TMmTPT9nXo0CH+9re/lRlgq4gWLVqU2b5o0aIq9RsRsWDBgrS25s2bV7lfAAAAAAAAAAAAAAAA2BgBONiEli5dGueee25MmzYtbd+OO+4Yf/vb36olTNa2bdsy2+fPn1/lvr/55pu0tnbt2lW5XwAAAAAAAAAAAAAAANgYATjYRJYvXx7nnXdefPLJJ2n72rVrF48++mi0atWqWsbaYYcdymz/4osvqtTvunXrYs6cOWnt22+/fZX6BQAAAAAAAAAAAAAAgEwIwMEmsGLFijj//PNj0qRJafvatm0bjz76aLmrtlVGly5dymyfMWNGlfr94osvYs2aNWntnTt3rlK/AAAAAAAAAAAAAAAAkAkBOKhmBQUFccEFF8SHH36Ytq9Vq1bx6KOPlrtiW2U1bdo02rVrl9Y+efLkKvVbVoAvIqJ79+5V6hcAAAAAAAAAAAAAAAAyIQAH1WjVqlXxP//zP/Hee++l7WvZsmU8+uijseOOO26Ssffaa6+0tvfff7/MFdwyNXbs2LS2evXqRe/evSvdJwAAAAAAAAAAAAAAAGRKAA6qyerVq+OnP/1pjB8/Pm1f8+bN49FHH41ddtllk42///77p7WtWrUq3n777Ur1V1hYGK+//npa+x577BF169atVJ8AAAAAAAAAAAAAAABQEQJwUA3WrFkTl1xySYwePTptX9OmTeOvf/1rdOzYcZPWcPDBB0f9+vXT2ocOHVqp/l5//fVYvHhxWvvRRx9dqf4AAAAAAAAAAAAAAACgogTgoIoKCwvjZz/7Wbz55ptp+5o0aRJ//etfo0uXLpu8jvz8/DjyyCPT2v/973/Hp59+WqG+kslkPPjgg2WOccQRR1S6RgAAAAAAAAAAAAAAAKgIATiogqKiorjiiivitddeS9vXqFGjePjhh6Nbt26brZ5zzjknrW3dunUxePDgKCoqyrifJ598MiZPnpzWfvrpp0fDhg2rVCMAAAAAAAAAAAAAAABkSgAOKmndunVx9dVXx/Dhw9P25efnx8MPPxw9e/bcrDV17tw5jj322LT2999/P2699daM+pgwYULcfvvtae1NmjSJ888/v8o1AgAAAAAAAAAAAAAAQKZqZ7sA2FLdcccd8eKLL5a577jjjovPP/88Pv/88yqP07Jly9hvv/0yPv7qq6+Od955J7777ruU9ieeeCK+/fbb+NWvfhWtW7dOO6+wsDCeeOKJuOuuu2L16tVp+6+44opo3rx5hesHAAAAAAAAAAAAAACAyhKAg0r65JNPyt03ZMiQGDJkSLWMs+eee1YoANeqVau444474sILL4x169al7Bs1alS89dZbcdBBB0Xv3r2jefPmsXLlypg1a1a89tpr8fXXX5fZ5zHHHBOnnXZalT4HAAAAAAAAAAAAAAAAVJQAHGyFDjrooLjlllvi+uuvj2QymbJv9erVMXLkyBg5cmRGfe2///7xm9/8ZlOUCQAAAAAAAAAAAAAAABtUK9sFAJvGKaecEn/84x+jcePGle5j4MCB8ac//Snq1q1bjZUBAAAAAAAAAAAAAABAZgTgYCt2yCGHxCuvvBIDBgyoUIitZ8+e8eijj8bgwYOjTp06m7BCAAAAAAAAAAAAAAAAKF/tbBcAW6p//OMf2S4hIy1btoxbb701fv7zn8eoUaNizJgxMWPGjJg/f36sXLky6tSpE02bNo2dd945+vTpE4cddlj07Nkz22UDAAAAAAAAAAAAAACAABzUFC1atIjTTz89Tj/99GyXAgAAAAAAAAAAAAAAABmple0CAAAAAAAAAAAAAAAAAKAsAnAAAAAAAAAAAAAAAAAA5CQBOAAAAAAAAAAAAAAAAABykgAcAAAAAAAAAAAAAAAAADlJAA4AAAAAAAAAAAAAAACAnCQABwAAAAAAAAAAAAAAAEBOEoADAAAAAAAAAAAAAAAAICcJwAEAAAAAAAAAAAAAAACQkwTgAAAAAAAAAAAAAAAAAMhJAnAAAAAAAAAAAAAAAAAA5CQBOAAAAAAAAAAAAAAAAABykgAcAAAAAAAAAAAAAAAAADlJAA4AAAAAAAAAAAAAAACAnCQABwAAAAAAAAAAAAAAAEBOEoADAAAAAAAAAAAAAAAAICcJwAEAAAAAAAAAAAAAAACQkwTgAAAAAAAAAAAAAAAAAMhJAnAAAAAAAAAAAAAAAAAA5CQBOAAAAAAAAAAAAAAAAABykgAcAAAAAAAAAAAAAAAAADlJAA4AAAAAAAAAAAAAAACAnCQABwAAAAAAAAAAAAAAAEBOEoADAAAAAAAAAAAAAAAAICcJwAEAAAAAAAAAAAAAAACQkwTgAAAAAAAAAAAAAAAAAMhJAnAAAAAAAAAAAAAAAAAA5CQBOAAAAAAAAAAAAAAAAABykgAcAAAAAAAAAAAAAAAAADlJAA4AAAAAAAAAAAAAAACAnCQABwAAAAAAAAAAAAAAAEBOEoADAAAAAAAAAAAAAAAAICcJwAEAAAAAAAAAAAAAAACQkwTgAAAAAAAAAAAAAAAAAMhJAnAAAAAAAAAAAAAAAAAA5CQBOAAAAAAAAAAAAAAAAABykgAcAAAAAAAAAAAAAAAAADlJAA4AAAAAAAAAAAAAAACAnCQABwAAAAAAAAAAAAAAAEBOEoADAAAAAAAAAAAAAAAAICcJwAEAAAAAAAAAAAAAAACQkwTgAAAAAAAAAAAAAAAAAMhJAnAAAAAAAAAAAAAAAAAA5CQBOAAAAAAAAAAAAAAAAABykgAcAAAAAAAAAAAAAAAAADlJAA4AAAAAAAAAAAAAAACAnCQABwAAAAAAAAAAAAAAAEBOEoADAAAAAAAAAAAAAAAAICcJwAEAAAAAAAAAAAAAAACQkwTgAAAAAAAAAAAAAAAAAMhJAnAAAAAAAAAAAAAAAAAA5CQBOAAAAAAAAAAAAAAAAABykgAcAAAAAAAAAAAAAAAAADlJAA4AAAAAAAAAAAAAAACAnCQABwAAAAAAAAAAAAAAAEBOEoADAAAAAAAAAAAAAAAAICcJwAEAAAAAAAAAAAAAAACQkwTgAAAAAAAAAAAAAAAAAMhJAnAAAAAAAAAAAAAAAAAA5CQBOAAAAAAAAAAAAAAAAABykgAcAAAAAAAAAAAAAAAAADlJAA4AAAAAAAAAAAAAAACAnCQABwAAAAAAAAAAAAAAAEBOEoADAAAAAAAAAAAAAAAAICcJwAEAAAAAAAAAAAAAAACQkwTgAAAAAAAAAAAAAAAAAMhJAnAAAAAAAAAAAAAAAAAA5CQBOAAAAAAAAAAAAAAAAABykgAcAAAAAAAAAAAAAAAAADlJAA4AAAAAAAAAAAAAAACAnCQABwAAAAAAAAAAAAAAAEBOEoADAAAAAAAAAAAAAAAAICfVznYBwOY1YcKEeP3112Py5Mnx2WefxbJly6KwsDDy8/Nju+22i1133TX222+/OOyww6Jhw4bZLhcAAAAAAAAAAAAAAIAaTAAOaoiRI0fGfffdFzNnzixz/5IlS2LJkiUxderUeOGFFyI/Pz8GDhwYP/3pTyM/P38zVwsAAAAAAAAAAAAAAAARtbJdALBprVixIi699NK45JJLyg2/lXfeQw89FMccc0xMmjRpE1YIAAAAAAAAAAAAAAAAZROAg63Y0qVL46yzzooRI0ZUuo958+bFj370oxg9enQ1VgYAAAAAAAAAAAAAAAAbVzvbBQCbRmFhYVx00UXxySeflLl/p512ikMOOSR22mmnqF27dnzzzTfx3nvvxdixY6OoqCjl2NWrV8dFF10UTz75ZHTp0mVzlA8AAAAAAAAAAAAAAAACcLC1uv/++2P8+PFp7Y0bN44bbrghjj322EgkEmn7Z8+eHddff328//77Ke0rV66Myy67LF544YWoV6/eJqsbAAAAAAAAAAAAAAAAitXKdgFA9Zs1a1Y8/PDDae1NmzaNJ554Ivr3719m+C0iYpdddolHH300DjnkkLR9n3/+efz5z3+u9noBAAAAAAAAAAAAAACgLAJwsBW67777Yu3atWntd955Z3Tq1Gmj59epUyfuvvvuaN++fdq+v/71r7F48eJqqRMAAAAAAAAAAAAAAAA2RAAOtjJz5syJUaNGpbX/8Ic/jAMPPDDjfvLz8+OXv/xlWntBQUE88cQTVaoRAAAAAAAAAAAAAAAAMiEAB1uZ559/PtatW5fW/r//+78V7uvggw+Ozp07p7UPGzasUrUBAAAAAAAAAAAAAABARQjAwVbmX//6V1pbt27domvXrpXq76STTkprmzNnTkyaNKlS/QEAAAAAAAAAAAAAAECmBOBgK/LVV1/F7Nmz09oPP/zwSvf5gx/8oMz2t99+u9J9AgAAAAAAAAAAAAAAQCYE4GArMn78+DLb995770r32a5du2jfvn3GYwEAAAAAAAAAAAAAAEB1EYCDrcjHH3+c1paXlxfdunWrUr89e/ZMa5s6dWqV+gQAAAAAAAAAAAAAAICNqZ3tAja17777LubOnRvz58+PgoKCWLlyZRQUFMTq1aujXr16Ub9+/ahfv37k5+dHmzZtYrvttosmTZpku2yolOnTp6e17bDDDlG/fv0q9dupU6e0tiVLlsS8efOibdu2VeobAAAAAAAAAAAAAAAAyrPVBOBWrVoVU6ZMicmTJ8fkyZNj+vTpMXfu3Fi5cmWF+2rQoEG0a9cuunTpEj169IiePXtGt27dYpttttkElUP1mTNnTlrbjjvuWOV+y+tjzpw5AnAAAAAAAAAAAAAAAABsMlt0AG7KlCnx5ptvxltvvRWTJ0+OoqKikn3JZLLS/a5YsSI+/fTTmDFjRrz44osREZGXlxe9evWKAw88MA488MDo1q1bleuH6lRYWBjz589Pa2/dunWV+27VqlWZ7XPnzq1y3wAAAAAAAAAAAAAAAFCeLS4A99FHH8Xzzz8fo0aNioULF5a0lxV4SyQSlR4nmUym9FlYWBgffvhhfPjhh3HfffdFixYt4ogjjojjjz8+evfuXelxoLosWbIk1q1bl9beokWLKvfdsmXLMtsXLVpU5b4BAAAAAAAAAAAAAACgPFtEAG7+/PkxdOjQeOGFF+KLL76IiPTAW3lht8qsBJdIJMrsr3RfCxYsiCFDhsSQIUOiffv2ccIJJ8SJJ54Ybdq0qfB4UB2+++67MtsbNWpU5b7L66O8MXNF6VUhS5szZ06sXbt2M1fDlqhOnTop27UKF0atosIsVQNALqtVWDttdVzfN7LLPA5Apszjucc8DkCmzOO5xRwOQEWYx3OLeRyATJnDc495HIBMmcepTqW/g7Rp0yby8vI2+ZiJZGUSYpvJxx9/HH/9619jxIgRUVRUlBJA21hAbUPHbUym/axfT15eXvzwhz+MH//4x9GrV68KjwtVMWnSpBgwYEBa++DBg2PgwIFV6nvVqlVlrnR45plnxg033FClvjel9957L/bYY49slwEAAAAAAAAAAAAAALDV+c9//hPt2rXb5OPk5Apwr7/+ejz88MPx/vvvR8R/g2brh9DWb99Q2C2TnN/G+lk/8Fb6uGQyGYWFhfGvf/0r/vWvf0Xfvn3jvPPOi0MPPXSj40J1KC99Xbt21f9vXl4at7DQW0IAAAAAAAAAAAAAAADYdHIqADdmzJj43e9+F5MmTYqIsoNvpdvKC8SVVq9evWjdunU0b9486tWrV/JXt27dWL16daxatSpWr14dK1eujIULF8Y333wTq1evTutnQ+OV3lfc9v7778cHH3wQPXv2jJ/97Gex7777Vuq/CWSqqKiozPbqWEqyvBCdJU8BAAAAAAAAAAAAAADYlHIiAPfRRx/FvffeG+PGjYuI8ld8W7+t9HHt2rWLzp07R+fOnaNLly6x0047RevWraNJkyYVrmfx4sUxf/78+Oyzz2L69Oklf1999VVKHRuqL5lMRjKZjEmTJsV5550Xe+yxR1x++eXRp0+fCtcDmSgv6FZeMK4iylvprTpWlwMAAAAAAAAAAAAAAIDyZDW9smDBgvjtb38bL730UkSkB9+SyWSZgbeIiI4dO8aee+4Ze+21V+y5557RrFmzaqurWbNm0axZs+jSpUscddRRJe2LFi2KcePGxfjx42PcuHExe/bskn3r17l+EG78+PExcODAOPbYY+Oqq66KbbfdttrqhYiIOnXqlNleXnitIsoL0ZU3JgAAAAAAAAAAAAAAAFSHrATgioqK4u9//3v8/ve/jxUrVpS74lsikSjZV6tWrejXr18cccQRccQRR0Tr1q03e93NmzePo446qiQU9/XXX8fIkSNj5MiR8cEHH8S6detK6i79GSL+G4R76aWX4t///ndccsklcdZZZ5W7ahdUVIMGDcpsLygoqHLfK1asqNCYuaJXr14xYcKEtPZWrVr5/x4AAAAAAAAAAAAAAEAVtGnTZrOMk5UA3PHHHx+zZs0qN/gW8d/V3rp06RIDBgyII488Mlq0aLFZ69yYNm3axNlnnx1nn312LFy4MIYPHx7PPvtsTJ06NSLKD8KtWLEifvvb38Zzzz0XL774YlZqZ+vTtGnTMtuXLVtW5b6XL19eoTFzRd26daNfv37ZLgMAAAAAAAAAAAAAAIBKykoAbubMmZFIJMoNvtWvXz+OOeaYOPXUU6NXr15ZqLDiWrRoEWeeeWaceeaZMXny5HjqqafiX//6VxQUFJQbhJs5c2a2ymUr1LRp06hVq1bJSoTFFi1aVOW+v/322zLbmzdvXuW+AQAAAAAAAAAAAAAAoDxZCcCVJZlMRsuWLePss8+OM844Ixo2bJjtkiqtZ8+e0bNnz7jmmmviiSeeiL///e+xYMGCMgN/UF1q164drVq1iq+//jqlff78+VXu+5tvvimzvV27dlXuGwAAAAAAAAAAAAAAAMqT9QBcMpmM7bffPs4777w4+eSTo27dutkuqdo0bNgwLrjgghg0aFA899xz8de//jW+/PJLQTg2mR122CEtAPf5559Xud8vvvii3PEAAAAAAAAAAAAAAABgU6mVrYGTyWS0aNEibrrpphgxYkQMHDhwqwq/lVa3bt0YOHBgDB8+PG666aZo2bJltktiK9WlS5e0tjlz5sSqVauq1O/MmTPT2ho3bhzbbbddlfoFAAAAAAAAAAAAAACADclKAC4/Pz9+9rOfxahRo+K0006LvLy8bJSx2dWqVStOO+20GDVqVFx66aWRn5+f7ZLYynTv3j2traioKKZMmVKlfidNmpTW1rVr1yr1CQAAAAAAAAAAAAAAABtTOxuDvvrqq9GsWbNsDJ0T6tWrFz/96U9j4MCB2S6Frcyee+5ZZvuYMWOib9++lepz7ty58eWXX2Y8FgAAAAAAAAAAAAAAAFSXrKwAV5PDb6X570B1a9euXey8885p7a+++mql+xw1alSZ7QcccECl+wQAAAAAAAAAAAAAAIBMZCUAB2w6Rx11VFrblClTYtq0aZXqb+jQoWlt22+/ffTq1atS/QEAAAAAAAAAAAAAAECmBOBgK3PiiSdGrVrp/9f+4x//WOG+3njjjZg+fXqZYyQSiUrVBwAAAAAAAAAAAAAAAJkSgIOtTPv27eMHP/hBWvvw4cPj7bffzrifFStWxG233ZbWXr9+/TjjjDOqVCMAAAAAAAAAAAAAAABkQgAOtkKXXnpp1K5dO639yiuvjJkzZ270/MLCwvjFL34RX3zxRdq+H//4x9G8efNqqRMAAAAAAAAAAAAAAAA2RAAOtkIdO3aMc889N6198eLFccYZZ8RLL71U7rmfffZZnH322fHvf/87bV/79u3jwgsvrNZaAQAAAAAAAAAAAAAAoDyJZDKZzHYRQPUrLCyMs88+O95///0y9++8885xyCGHxE477RS1a9eOb7/9NiZMmBBjxoyJoqKitOPr1asXQ4YMiW7dum3q0gEAAAAAAAAAAAAAACAiBOBgq7ZkyZL48Y9/HFOnTq1SP3Xr1o0//OEPccABB1RTZQAAAAAAAAAAAAAAALBxtbJdALDpNGnSJB577LH4wQ9+UOk+2rRpE4899pjwGwAAAAAAAAAAAAAAAJudFeBKmTNnTkyePDm+/vrrWLJkSSxbtiySyWQ0btw4mjRpEq1atYrevXvHDjvskO1SocKGDx8e9913X8yePTuj4xs0aBCnn356XHTRRdGwYcNNXB0AAAAAAAAAAAAAAACkq/EBuEmTJsWQIUPirbfeikWLFmV0TrNmzeKAAw6IgQMHRp8+fTZtgVCNkslkTJgwIV5//fWYNGlSfPHFF7F06dIoKiqKBg0aRNu2baNz586x3377xeGHHy74BgAAAAAAAAAAAAAAQFbV2ADclClTYvDgwTF58uSI+D4YVBGJRCIiIrp37x6DBw+OHj16VHuNAAAAAAAAAAAAAAAAADVZjQvAJZPJeOCBB+LBBx+MoqKikuBbcaCtIv0Uq127dvzkJz+JSy+9tML9AAAAAAAAAAAAAAAAAFC2GhWAKyoqissvvzxGjhxZ6eBbWZLJZCQSiTjxxBPjtttuq3J/AAAAAAAAAAAAAAAAAETUynYBm9Ott94aI0aMKAmsrR9+SyaTGf2tL5FIRDKZjGHDhsVvfvObzfVxAAAAAAAAAAAAAAAAALZqNWYFuLfeeisuuOCCMld8K/5P0Llz59htt92iU6dO0bJly8jPz49EIhHLly+PhQsXxowZM+LDDz+MadOmRUT66nHFwbohQ4ZEnz59NvlnAgAAAAAAAAAAAAAAANia1ZgAXP/+/WPGjBlpobVatWrFCSecED/5yU9ip512yqivL7/8Mv785z/HsGHDYt26dSn7kslkdO/ePZ577rnqKh0AAAAAAAAAAAAAAACgRqoRAbgJEybEWWedlRJ+SyaT0axZs3jggQdi9913r1S/H3zwQVxyySWxaNGilH4TiUQ8/fTT0bNnzyrXDgAAAAAAAAAAAAAAAFBT1cp2AZvDq6++mrKdTCajbt268cgjj1Q6/BYR0bdv33jooYeiTp06aftee+21SvcLAAAAAAAAAAAAAAAAQA0JwH300Ucl/y5eoe3MM8+Mrl27Vrnvrl27xplnnhnrL6Q3YcKEKvcNAAAAAAAAAAAAAAAAUJNlLQBXWFi42cb68ssvI5FIpLT179+/2vov3VcikYhkMhnffPNNtfUPAAAAAAAAAAAAAAAAUBNlLQB33HHHxZgxYzbLWEuXLk1r23HHHaut/7L6WrBgQbX1DwAAAAAAAAAAAAAAAFATZS0AN3v27Dj33HPj5z//ecyfP3+TjlW3bt20tmQyWW39l9XX+ivOAQAAAAAAAAAAAAAAAFAxWQvAFRs+fHgcddRR8fDDD0dRUdEmGWPbbbdNa/v888+rrf8vvvgira1ly5bV1j8AAAAAAAAAAAAAAABATZT1AFwymYyCgoK466674vjjj4+xY8dW+xjbbrtt2iptL7/8crX1/+KLL5b8O5lMRiKRKDN0BwAAAAAAAAAAAAAAAEDmsh6ASyQSkUgkIplMxsyZM+Occ86Jyy+/PObPn19tY+y1114p4yWTyXj88cdj+vTpVe572rRp8fjjj0cikUhp33PPPavcNwAAAAAAAAAAAAAAAEBNlrUAXPPmzVNWZSsdhHvllVfi6KOPjkceeSSKioqqPNZhhx2Wsp1IJGLNmjVx3nnnxeTJkyvd7+TJk+P888+PtWvXpu079NBDK90vAAAAAAAAAAAAAAAAABGJZOkU2ma0fPnyuPfee+PJJ5+MdevWpewrLimRSETHjh3j+uuvT1nFrTJOPvnkmDJlSto4tWvXjtNOOy3OPffcaNeuXUZ9zZ07Nx5++OF4+umno7CwsGT1t2QyGYlEIrp27RpDhw6tUr0AAAAAAAAAAAAAAAAANV3WAnDFpk6dGjfddFNMnDixJEhWrHQQ7uijj46rr746WrVqValxJk6cGAMHDkxrLw6tRUR069Ytdtttt+jYsWO0bNkyGjRoEIlEIlasWBELFy6MGTNmxAcffBBTp05NO7f09mOPPRa77757peoEAAAAAAAAAAAAAAAA4HtZD8AVGzp0aNx9992xcOHCtFBZxPchuAYNGsTFF18cZ599duTl5VV4jN/85jfxt7/9rdygXfE4G7KxY88888y4/vrrK1wbAAAAAAAAAAAAAAAAAKlyJgAXEbFs2bL43e9+F08++WSsW7cuZV/pIFzHjh3jhhtuiD322KPCY1x77bUxbNiwMsNrmf6nKO/c/v37x5133lnhmgAAAAAAAAAAAAAAAABIl1MBuGJTp06Nm266KSZOnFjuam2JRCKOOeaYuOqqq6JVq1YZ951MJuO+++6Lv/zlL2khu8pIJpNRq1atOPfcc+PnP/95pVamAwAAAAAAAAAAAAAAACBdTgbgig0dOjTuvvvuWLhwYUoQrnQIrkGDBnHJJZfE2WefHbVq1cq470mTJsXgwYNjypQpJX1VRHENXbp0iRtvvDF22223Cp0PAAAAAAAAAAAAAAAAwIbldAAuImLZsmVx7733xlNPPZW2YlvpIFzHjh3jxhtvjH79+lWo/4kTJ8bjjz8e77zzTixevDijc5o0aRIHHHBAnH766RUeDwAAAAAAAAAAAAAAAIDM5HwArtjUqVPjpptuiokTJ6at1lY6CHfsscfGVVddFdtuu22Fx/jiiy9i0qRJ8fXXX8eyZctiyZIlERHRuHHjaNy4cbRu3Tp69eoVO+20U5U/DwAAAAAAAAAAAAAAAAAbtsUE4Io999xzcc8998TChQtTgnClQ3D5+flx8cUXx9lnnx21atXKVqkAAAAAAAAAAAAAAAAAVMEWF4CLiFi2bFnce++98dRTT8W6detS9pUOwnXq1CluuOGG6NevXzbKBAAAAAAAAAAAAAAAAKAKtsgAXLEpU6bEzTffHBMnTkxZDS4iNQjXv3//uOqqq6Jly5bZKBMAAAAAAAAAAADYgMMOOyxl+7rrrktr2xLHAgAAoOpqZ7uAqujWrVs8+eST8dxzz8Xdd98dixYtKgnCJRKJSCaTkUwm48UXX4x///vfcckll8RZZ50VtWrVynLlAACb1xdffBHvvvtuzJ07N5YtWxbNmjWLdu3axSGHHOIlAQAAALCJrV69OpYtWxZNmzaN2rW36J9mAAAAYJOZO3duyXN/iUQiCgoKtoqxAIDMzZo1K+bOnRvLly8vecatffv22S4LgBywVfzKevLJJ8cRRxwR99xzTzz11FMpq79FfL8a3PLly+M3v/lNDB06NG644YbYfffds1kyAMBmMWvWrLjtttvi3XffLXN/rVq14tBDD43rr78+WrduvZmrAwA2JplMxpgxY8oMsh922GHRs2fPbJcIAJRj4sSJ8dhjj8WYMWNi0aJFEfH97xbbbrttHH744XHKKadE165ds1wlAFCWgoKCePnll8u9Hj/00EOjbt262S4TAAAAtgqrVq2Kv//97/H444/HN998k7a/Q4cOcdppp8WPfvSjknwAADVPIlmcFttKTJkyJW6++eaYOHFi2gRXOhh33HHHxVVXXRUtWrTIRpkAABv197//PX73u9+ltA0ePDiOO+64jM4fM2ZMXHLJJbFixYrY0Fe+RCIRjRo1ij/84Q/Rr1+/qpQMAPx/hYWFsXz58pS2evXqRb169TLuY9y4cXHzzTfH7Nmzyz2ma9eucdttt0WXLl0qXSsAkGrWrFnx1ltvpbT17ds3evfundH5RUVFccMNN8TQoUMjIsq8Jk8kElGrVq0YNGhQ/PznP7cqHABUk2XLlsWXX36Z0tayZcsKvQDuhRdeiN/85jfx3XffRUSkvYA3IqJVq1Zx8803x0EHHVT1ogGAEl26dElZle2OO+6I/v37b/FjAcDW7M0334whQ4aktJ166qlx6KGHZnT+vHnz4sILL4xPP/10o8+49e7dO+677z4vegeooba6AFyxZ599Nu65555YtGhRyo3o0jenGzZsGJdeemmceeaZUatWrWyVCgBQplNPPTUmTZpUst28efN44403Mnqr7Ny5c+PEE0+MpUuXRkRs8M03xd+PGjVqFI899lh07ty5ipUDAH/4wx/i/vvvT2m755574qijjsro/BdffDGuvfbaKCoq2uBN/oiI2rVrx5133plx3wDAhl133XUxbNiwlLYXX3wxOnbsmNH5l156aYwaNarMh+WLld535JFHxr333lvFqgGAiIi77747HnrooZS2P//5z3HAAQdkdP7DDz8cd911V9q1ePHD8eu3XX311TFo0KAq1QwA/JcAHABseS688MJ44403SubVbbbZJl5//fVo3rz5Rs9dtWpVDBgwIGbMmBERmT3j1qlTp3j88cejcePG1fMBANhibLWpr1NOOSVGjBgRAwcOTJkME4lEyQS7bNmyuO222+Kkk06KDz74IIvVAgCkWrBgQUyaNKnke0wikYgTTjgho/BbRMQtt9wSS5cuLfnuU1oymUz5ob74mGXLlsVVV10V69atq74PAgA11CuvvFIy5yaTyWjbtm388Ic/zOjcadOmxfXXXx+FhYUR8d+5ury/wsLCuOqqq2LcuHGb8iMBQI1QVFQUr732WkT89/p5n332yTj8NmTIkBg5cmRERJnX5MVK/1YxfPjwtBXgAYDKGT58eMr1eIcOHTIOv40bNy7uvvvukofgS/9FpF+fJ5PJuOOOO+KVV17ZlB8JANhM8vLysl0CAGxxCgoKYvTo0Smh8iOPPDKj8FvE9y+RnTFjxgbvpxcr3j9z5sy47rrrqlw7AFuerTYAF/H9KiY33nhjPPvss9GrV68yH/ROJpMxbdq0OPPMM+Oaa66JhQsXZrFiAIDvTZw4Ma0t02XhJ02aVPJWndKKf+w/6qij4pBDDolGjRqlvbH2008/jSeffLLSdQMAEV999VXJTfqI7+9BnHjiiRmvPn/zzTfH6tWryw2xl/XG+bVr18Yvf/nLWLNmTfV8CACooaZOnRpLliwp2U4kEhmvsrpy5cq4//77S+bw4jm79Bxe1ktpkslkPPzww/HZZ59V4ycBgJrn888/jzlz5qRcjx9//PEZn//rX/861q1bt8Hr8fXn8XXr1sUtt9wSy5Ytq54PAQBsFgUFBWlt9evXz0IlALBlmzRpUqxduzal7Qc/+EFG53799dfx5JNPlnkdHhHRvHnzaNCgQcr1ePE99ddeey1Gjx5dDZ8AgC3JVh2AK9atW7d46qmn4tZbb41mzZql3ZSO+H6yfOGFF+Koo46Kxx57zMonAEBWTZo0KWW7UaNG0bdv34zOXT/Alkwmo0GDBvGnP/0pXnrppbj33nvjj3/8Y7z99ttx6qmnpt0geOyxx6rnQwBADVVWkP2QQw7J6Nx33303Pvjgg5Sb/MlkMmrVqhUHHXRQnH/++fGjH/0odt5557Qg3Ny5c+ORRx6pUu0AUNN99NFHKduJRCLjefzZZ5+NRYsWpbQlk8no3bt3/O53v4uXX345hg4dGpdffnnk5+enHFdYWBgPPPBA1YoHgBquKtfjI0eOjE8//TTtejw/Pz/OOOOMuPHGG+Oaa66J/fffP+16fPHixfGnP/2pSrUDAJvXvHnz0trWv1YHADZu/XvqderUif322y+jc5944omUF7wWB93OOeeceOedd2L06NHx/vvvx5NPPhndunVLuR5PJpPx4IMPVs+HAGCLUSMCcMVOOeWUGD58eAwcODDlxnXp1eCWLl0av/71r+Okk06KDz74IIvVAgA12eeff17y70QiEZ07d85o1Zg1a9bEyJEjU0L+iUQibrjhhjj44INTjt1mm23i5ptvjoMOOijlBsFnn30WU6ZMqZbPAQA10eTJk1O2mzVrFj169Mjo3GeeeSZlO5lMxrbbbhvPPvtsPPjgg/GLX/wirr/++vjXv/4VP/vZz9KC7E8//XT1fAgAqKGmTp2asr3jjjtGy5YtMzr3hRdeKPl38fX4QQcdFE888UQceeSR0aFDh+jWrVtccMEF8dRTT0XDhg0jIvWNtStWrKi+DwMANczHH3+cst2qVavo2LFjRuc+99xzJf8ufuBu5513jpdffjluuOGGGDhwYAwaNCgeeuihuPPOO1NWmUsmk/H88897yS4AbEEmTJiQ1rbttttmoRIA2LLNnDkzZbtjx44Zr6r60ksvpT3j9pOf/CSuvvrqaNGiRclxffr0icceeyw6dOgQEf9d/Oa9996Lr7/+ujo+BgBbiBoVgIuIaNy4cdx4443x7LPPRq9evdJWgyu+QT1t2rQ488wz49prr017YysAwKb21VdfRcR/l3TfddddMzpvwoQJsXz58pS29u3bx/HHH1/uOVdeeWVamyXiAaDyvvzyy5J/FwfZM7FixYp4/fXX027y33rrrdG1a9e04y+88MI44YQTUu5tzJs3L957770qfgIAqLlKX48nEomMr8fnzJkTH3/8ccrL92rXrh0333xz5OXlpR3foUOHuOKKK1Lm8dWrV8frr79exU8AADXXf/7zn5J/V+R6fPHixTF69Oi0l+j+5je/idatW6cd379///jxj3+cMo8vWrQo3n333SpUDwBsLosWLYqHHnooZe7fZpttYqeddspeUQCwhVr/nnqm1+KTJ08uObdY48aN4+KLLy7z+AYNGsQ111yTtgqce+oANUvtbBewIbNmzYqJEyfGRx99FN98800sWbIkli5dGhHfT3JNmjSJVq1aRc+ePaNPnz7RqVOnjPvu1q1bPPXUU/Hss8/GPffcE4sWLUp7S1vxm9pee+21uOyyy+KMM85IufAFANhUvvnmm5LvJBFR5o/sZRk3blzJv4tvLJx44okbPKdjx47RpUuXmD59eknbtGnTKlE1ABDx/U3+4nm8Ig/Ojxs3LlatWpXyHaBz585x0EEHlXvOZZddFv/85z9TbvSPHz8++vXrV7UPAQA11Ny5c1Pm4uI3ym7MmDFjSv5d/B3g8MMP3+D1/Mknnxx33XVXyqpvkydPjmOPPbaS1QNAzVZ6Hk8kEhk/PzB27NgoLCxMObdv377Ru3fvcs+54IIL4h//+EcUFRWVtL3//vux//77V/lzAMDWavbs2bFw4cIKnTNr1qwyV2uriKKioli1alV8/fXX8cknn8TIkSNLnkEsnvu7d+/uuUAAqIR58+al3FPfcccdMzpv7NixJf8uno+PO+642Gabbco954ADDog2bdrE/PnzS9qmTJlSycoB2BLlXABuyZIl8cwzz8SQIUPSkt0R/10FpfQF5zPPPBMREW3bto3TTz89TjnllGjevHlG451yyilxxBFHxD333BNPP/10Wv/JZDKWLl0at956azz77LNxww03xG677ValzwgAsDErV65M2W7UqFFG540fPz6t7dBDD93oeX369Ilp06aV3JD49NNPMysUAEjz7bffpmxvu+22GZ1XOsgeERkF2du2bRu9evWKiRMnlrQJsgNA5RU/AFesSZMmGZ1X+sf6YkceeeQGz6lTp07svffe8eqrr5b8JjF16tQMKwUA1rdo0aKU7RYtWmR03vrX4xERxx133AbPadasWfTt2zfGjx9vHgeADP3xj3+Ml156aaPHFT+/l0wm48EHH4wHH3ywWuso6/nD/v37V+sYAFBTlH7BW0REw4YNMzqvrGvxH/zgBxs9b6+99ooXXnih5Bk3v40D1Cy1sl1AaY8//ngcfPDBcffdd8fcuXNLVmEr/VesrH1fffVV3HvvvXHIIYfEI488kvG4jRs3jsGDB8czzzwTvXr1ShknkUiUTJJTp06NM888M6699tq0m+cAANVp/QBc/fr1N3rOmjVr4pNPPkm5Ud+yZcuMVp1Z/+073333XWaFAgBpVq1albK9qYPsPXr0iIj/rmg/a9asjMYDANJVdh5///33U67H8/LyMloBpvTKNMlkMubOnZthpQDA+io7j0+YMCFtxZeDDz54o+d179695N/JZDI+//zzjMYDgJqsrGf+yno2MNPjK/NX/DxgxPf31du0aSMABwCVtP61eCYBuGQyGRMnTky5Fm/QoEH069dvo+fusssuKdsLFizIsFIAtgY5EYBbtmxZnHPOOXHrrbfGypUrUy40K/qXTCZj9erVceedd8aZZ55ZoaBa9+7d46mnnopbbrklmjZtmhaEi4hYt25dPP/883HkkUfG448/XuaFNwBAVa3/Y/uaNWs2es7kyZNj7dq1EfHfpeF33333jMZb/+bD+m/nAQAyt/5N/m222Waj5xQUFMSnn36a8h2gbdu2scMOO2z03PWPWbJkSYaVAgDry+T6e33z5s2L+fPnR8R/3yLfrVu3yM/P3+i5rVq1Stlevnx5hccHAL63/vV4nTp1NnrO0qVLY/bs2SltO+20U7Ru3Xqj57Zr1y5le9myZRlUCQBs6Nm/ihxb2b9iyWQy6tWrF3feeWdG1/AAQLqioqKU7eJn1zZkxowZJffCi59x69OnT9SqtfFYQ9OmTVO23VMHqFmyHoBbsWJFnH/++TF27Ni0N6xURukg3AcffBDnn39+hW80DxgwIEaMGBGnn356Si2l+166dGnceuutcfLJJ8dHH31U6XoBAMqyfiAtkxXZylo1JpM340R8/2b60irzwB8A8L3159X1H8Ary0cffVTy40Dx/ZE99tgjo/EE2QGg+tSrVy9le/0V2ssyYcKElO1EIpHx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kksmkyWp7+oyYMCA+OEPfxh33313PPPMM94+AwBUm1q1asUZZ5wR//d//5fyfWb06NFx7LHHRuPGjSMvLy8WL14cEZFyTCKRiGOPPTaaNm2a0VhvvPFGWtv6b7wHADK3++67x/bbbx9z584tuck/Y8aMOP300+OKK66Ivn37Ru3atWPs2LHx61//OgoKClJu0terVy9++MMfZjTWt99+G/PmzUs5f5dddqn2zwQANUXr1q1j7733jnfffTcSiUQkEolYvXp1nHvuuXH44YfH7rvvHnl5eTF27NgYNWpU2g/17du3j379+mU01ieffJL2PWDXXXet1s8DADVJ165do1OnTjFz5syI+P6++bx58+KEE06I//3f/025Hr///vtj7dq1KfNw48aNMw7AzZkzJxYuXJhyfocOHar3AwFADXT77bdnuwQAoALy8/PjqKOOiqFDh5bcU08mk3H//ffHkCFDok+fPpGXlxcffPBBfPvttyXnFT/jtscee2QcYhs3blwUFhamXIt37dq12j8TALkrawG4BQsWpP0w/IMf/KDa+j/ssMPijjvuiIj/JsoXLlxYbf0Xa9y4cdx0000xYMCAuPnmm1OCfQAAVXH++efH888/H3PmzEkJuEV8v2pbaaW/V22zzTZxySWXZDzO8OHD09r69OlTiYoBgGLnnHNO3HLLLSlz+PTp0+N//ud/Uo4rvrFf+t8DBgyIBg0aZDROWavd9+zZs4rVA0DNdvnll8fYsWNLrsETiUQUFhbGiBEjYsSIESXHlTWP//SnP814nNJ9Fevdu3cVqweAmu1///d/4/LLL09Zme2bb76Jm2++OeW4subxs846K+rUqZPROK+++mpaW69evapYPQAAAGx5Lr/88hg5cmSsWLEiIv773P63335bcv1c+n57aT/72c8yHsczbgDUytbACxYsSGvbbrvtqq3/tm3bprVtigBcsR49esTTTz8dt9xyS8arrQAAbEjdunXjgQceSPluUfymnPX/Iv77I/2NN96Y8feqJUuWxOjRo1NuLuy0007RrFmzav0sAFDTnHHGGdGtW7eS+bn0fF36b/0b/I0bN47//d//zXic9W/yJxIJD84DQBX16NEjzjnnnJIf5CP++4N9efN4IpGIfv36xfHHH5/xOMOHD0/po379+tG5c+fq+RAAUEMdffTRsd9++6Vcj2cy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lO3TTz89evfuvcWPBQA1wfPPP5+y3a9fv9h+++23+LEAoCa4/vrr49lnny15gf7OO+8cr7zySkbnnnLKKfHxxx+nvIT/wAMPjD/84Q+Rl5eXcuysWbPi9NNPj+XLl0fE988Y1qtXL0aPHh35+fnV/rkAYGt32GGHpWxfd911aW1b4lgA5J6srgAXETFgwIBYsWJF/Pa3v01pXz/ItqGcXlnhuOLjr776auE3AGCLVd4Kt1v6WACwNfvPf/4TEf99Mc9+++2X5YoAgIoYNmxYyrXxvvvuu8lCaZtzLACoCa655pq0l71tqlDa5hwLAGqCr776KiL+e2991113zei8OXPmlITfitWuXTtuvvnmtPBbRESHDh3iiiuuiMGDB5ecs3r16nj99dfj2GOPrYZPAgA1y9y5c1NC6AUFBVvFWADknlrZLiAiYtCgQfHQQw9FmzZtygy6JRKJDf6tL5lMRsuWLeOBBx6IQYMGbYZPAACwaWzOMJrgGwBUj7Vr16Zst2nTJkuVAABVsaEX823JYwFATWAeB4AtT/ED7cU6dOiQ0Xljxowp+Xfxw/CHH354tG7dutxzTj755GjYsGFK2+TJkytYMQAAAJtTTgTgIiL222+/ePHFF+Occ86JRo0abXTVt/UVH9+gQYM488wz46WXXorDDz98E1YMAAAAkC4/Pz9lu2XLllmqBAAAAAAAtgxLly5N2W7SpElG540dOzat7cgjj9zgOXXq1Im99967JDAXETF16tQMKwUAACAbame7gNIaNmwYV199dVx22WXx0ksvxVtvvRUfffRRzJ8/f4PnbbvtttG7d+844IADon///tGgQYPNVDEAAABAqrZt26b8UL9s2bIsVgMAAAAAALlv1apVKduNGjXK6Lz3338/ZeW4vLy82H///Td6XqdOneLVV1+NiO9fvj937twKVAsAAMDmllMBuGL16tWLU045JU455ZSIiJg/f37Mnz8/lixZUvLQWOPGjaNx48bRunXrDS5XDgDAhq1bty6trXbtnPyaCABbhI4dO8a0adNKtr/99tssVgMAbElKP7AHAGxZzOMAUDVr1qyp8Dnz5s2L+fPnRyKRiGQyGRER3bp1i/z8/I2e26pVq5Tt5cuXV3h8ACC78vLysl0CAJvRFvFks5AbAMCms2LFirQ2K+oCQOXts88+8dJLL5X84D527NhslwQA5KDVq1entdWrVy8LlQAAFbV27dq0tjp16mShEgDYetSrVy8KCgpKtleuXLnRcyZMmJCynUgkol+/fhmNV79+/ZTtsn43BwByR+nvCcXWn88B2LrVynYBAABk1+eff57Wlskb8QCAsh1++OEpD69PmTIl5syZk8WKAIBctGDBgrQ21+MAsGVYunRpWpt5HACqpmHDhinbX3311UbPGTduXFpb3759Mxpv/YCdFWQAILfNmzcvrc21OEDNIgAHAFDDvfnmm2lt22+/fRYqAYCtQ5MmTeLkk0+OZDJZsgrcnXfeme2yAIAc8/HHH6e1NW3adPMXAgBU2KeffprW1qhRoyxUAgBbjxYtWkQymSzZnjFjxgaPTyaT8eabb0YikUhpzzQAt2TJkpTtBg0aZFgpAJAN66/8GhGx7bbbZqESALJFAA4AoAYbM2ZMPPLIIyk/CjRu3DjatGmTxaoAYMt32WWXRcuWLSPi+x/hR40aFX/729+yWxQAkFMee+yxlO1atWpFhw4dslQNAFARL774YlrbzjvvnIVKAGDr0blz54iIkhfLTZgwIVatWlXu8ePGjStZXb04OLfLLrtE8+bNMxpv4cKFKduNGzeuTNkAwGawaNGieOihh1Kecdtmm21ip512yl5RAGx2tbNdAABATfTqq6/GtGnTKnTOqFGj4osvvqjSuOvWrYuVK1fG/Pnz45NPPokvv/wyZXWaRCIRe+yxR5XGAAC+/6H897//fQwaNChWrVoVyWQyfvvb38bixYvj4osvjjp16mS7RAAgQ+u/Sb4ykslkrFy5Mr7++uv45JNP4qmnnor33nuv5Ho84vuH9OrWrVvlsQCATWf+/PkxZMiQGDZsWMp3hDZt2nhoHgCqqEePHjFs2LCS7VWrVsUTTzwR5557bpnHP/rooynbiUQi9tlnn4zHmzp1asq522+/fQUrBoCt3+zZs9NC4xsza9asMldrq4iioqJYtWpVyT31kSNHxtKlSyMiSp5x6969e7Xcvwdgy5FIll43HACAzeLKK6+Ml156aYPHrP81rbov2Iv7L+63+ObA/fffH4cffni1jgUANdWHH34YF110USxevLhkrt1pp51i0KBBccwxx0TDhg2zXSIA1Ci5cD1eepzSL6S56KKL4uKLL94kYwHA1uBPf/pTvPvuuxs8Zvz48Snz6y677BItWrSo0rilXyxX/NDf+vP4qaeeGjfddFOVxgGAmm7+/PlxyCGHlFyXJ5PJ2GabbeIvf/lL7LnnninHPv/883HNNdek/db9j3/8I/r167fRsZLJZOy+++6xcuXKknMHDhwYN9xwQ/V/MADYguXKPfXSz7kVz9033nhjnH766dU+FgC5ywpwAABZUtH3EFT3ewvWv9mQSCRi9913j8MOO6xaxwGAmuj5558v+fc555wTDz74YKxYsSKSyWR89tlnMXjw4Pj1r38dnTt3ju7du0fbtm2jYcOG0aBBgyr/IHDCCSdUrXgA2Mpl+3q8WOk5v169enHyySdvknEAYGsxa9askoDbhpR+aH727Nkxe/bsKo+9sYf5TjnllCqPAQA1XevWrWPvvfeOd999NxKJRCQSiVi9enWce+65cfjhh8fuu+8eeXl5MXbs2Bg1alTafNy+ffuMwm8REZ988kkUFBSk9LHrrrtW6+cBgK1FLtxTLz1nJxKJaNOmTfTv37/axwEgtwnAAQBk0YZ+qN9cb5wvHqtTp05x1113WRoeAKpB6TfPFit+E13xv9esWROTJ0+Ojz/+uFrHFoADgI3LpevxiO/fotu2bdtNNg4AbG0yfZiuOh+6K+87wYABA6Jnz57VNg4A1GSXX355jB07NmWVl8LCwhgxYkSMGDGi5Lj177cnEon46U9/mvE4pfsq1rt37ypWDwBbr1y6p16/fv248847Iz8/f5ONA0BuqpXtAgAAarJkMlnuX0WOrcpf27Zt47LLLotnn3022rRpk4X/CgCw9Vp/bi/9o33pH+er6w8A2DIUz90NGzaM3/72t3HGGWdkuyQA2KIUX1ev/5fpcZX5K614Lj/55JPj+uuv31wfGwC2ej169Ihzzjkn5X53IpFIuxe+/iow/fr1i+OPPz7jcYYPH57SR/369aNz587V8yEAgGpR1m/h++yzTzz33HMZr/oKwNYlKyvAjRs3Lvbaa69sDJ1Txo8fH3vuuWe2ywAAsmCPPfaI2rU3/FVs2LBhJTfzE4lE7L777rHDDjtUadzatWtHfn5+NGzYMNq3bx/dunWLDh06WPUNADaRjc2x1TkHC8ABQOYqMm9W98oxO+ywQ3Tt2jUOOOCAOOaYY6J+/frV1j8A1ATZmseLNWvWLA444IA47bTTYvfdd6/2/gGgprvyyitj2bJl8fTTT5fcQy/vXnoymYwOHTrEfffdl3H/48ePjzlz5qT8Fr/HHntErVrWEgCA9TVv3jy22267DR7z1VdfpcyrTZs2rfJ97zp16kR+fn7k5+fHjjvuWHJPvX379lXqF4AtWyKZhaejunTpEgcffHD84he/iI4dO27u4bNuxowZceedd8bbb78dU6dOzXY5AECO6tKlS8rNgTvuuCP69++f7bIAgAyUnsc3p0Qi4V4DAGzA4sWLo6CgoNz9yWQyDj/88JTr8WuvvTYOO+ywKo1b/EKa/Px8L6EBgEp67733Ys6cOeXuTyaTcd1116XM4wMGDIjddtutSuOWfrHcjjvuGK1bt65SfwBAZl555ZW4884746uvvipzf+3ateOkk06Kq666Kho2bJhxvxdeeGG88cYbKd8ZfvWrX1mdHQAqyTNuAGwuWVkBLiLizTffjLfffjtOOOGEuOSSS6JNmzbZKmWzmTdvXvzf//1f/POf/4yioiI/cgMAAMBWao899sh2CQBAGZo1axbNmjWr8Dnt2rXbRBUBAJnq169f9OvXb4PHXHfddSnbe+yxh4fuAGALddRRR8VRRx0VH330Ubz33nvxzTffxMqVK6Np06bRqVOn2HfffaNFixYV6nPevHkxc+bMtJVsDj744GqsHAAAgE0hawG4iIiioqIYOnRo/POf/4z+/fvH+eefH7vssks2S9okZs2aFX/5y1/ipZdeiqKios3+9ncAYMvlewMAbJn+8Y9/ZLsEAAAAqLG8jBYAth69e/eO3r17V0tfbdu2jVdffbVa+gIA/sszbgBsDlkNwBUvd7p27doYNmxYPP/883H44YfH+eefH7169cpmadXigw8+iIcffjhef/31SCaTJZN78ecGANiQ22+/PWV7t912y1IlAAAAUHOs/xb4Bg0aZKkSAKAy/BYPAAAAm8+JJ56Yst2+ffssVQLA1i6RzMLd3y5duqS9ca10OKz4mNNOOy369+8f+fn5m7vESlu2bFm88MIL8dRTT8XMmTMjIv2zFbclEomYOnVqVuoEAAAAAAAAgK3J3LlzU7abN28e9evXz1I1AAAAAABUl6wE4K6++ur45z//Wea+0uUkEomoX79+HHXUUXHUUUfFPvvsE3l5eZurzIytXbs2Ro8eHa+88kqMHDkyVq1alfY5SisOv51wwglpK7sAAAAAAAAAAAAAAAAA8L2sBOAiIt5///24+eabY/r06WkBsYj0IFxEROPGjePQQw+NI444Ivbaa69o0KDBZqt3fcuXL4933303Ro4cGW+88UasWLEiIsquu7RkMhldu3aNG264IXbbbbfNVi8AAAAAAAAAAAAAAADAliZrAbiIiHXr1sXjjz8e999/fyxdurTMwFhE2aGyvLy86N69e+y5556x5557Rs+ePaNp06abrNaFCxfGpEmTYvz48TFu3LiYPn16rFu3rtz6yvoMTZo0iUsvvTQGDhwYtWrV2mS1AgAAAAAAAAAAAAAAAGwNshqAK7ZkyZL4y1/+Eo8//nisXLmy3BBZxIbDZi1btozOnTvHrrvuGjvttFO0bt265K9Zs2YbrWPRokUxf/78+Prrr2P+/Pnx2WefxaeffhqffvppLFq0qMwayqpj/Xrr168fZ599dpx33nnRuHHjjdYBAJCJNWvWxEcffRSTJk2KSZMmxZw5c2LZsmWxdOnSWLFiReTn50fjxo2jUaNGscMOO0SvXr2iV69e0bt376hbt262ywcAAIAt3syZM2POnDmxdOnSWLp0aRQUFESDBg2icePG0bhx49hhhx2iY8eO2S4TACjHihUrYtmyZbFkyZKSebxJkybRqFGjyM/Pz3Z5AAAAsFUoLCyMqVOnxqRJk+I///lPuffUt99+++jVq1d07do1ateune2yAcgxORGAK7ZgwYL4wx/+EM8880ysXbs2JViWTCbTgmZllV5eGC2RSMQ222wT22yzTdSrVy/q1KkTa9eujVWrVsXq1atj9erVZfaX6Tjr15dMJqNu3bpx2mmnxYUXXhgtWrQo/4MDAFTAp59+Gk899VT885//jOXLl5e0b+hrXenvKY0aNYrjjjsuBgwYEJ07d96ktQIAAMDWZMGCBfHcc8/F6NGj45NPPomCgoKNntOgQYPo3r177L///nHSSSdFy5YtN0OlAEBZPvzwwxg9enRMnjw5Jk+eHIsXLy732GbNmkXPnj2jZ8+esf/++0efPn02X6EAAACwhSsqKopXX301nn766ZgwYUKsXbs243Pr1KkTe+yxR5x22mlx2GGHRV5e3iasFIAtRU4F4IrNmzcv/va3v8Vzzz0Xy5cv32jYbP191W1DY5VVW+PGjWPAgAFx9tlnR+vWrau9HgCgZlq4cGHceuutMXz48IjI/GUAGzruqKOOil/+8pfC+gCwmX366afxwQcfxAcffBCzZ8+OJUuWxNKlS2PZsmUl9xumTJmS7TIBgP9v+vTp8cADD8Trr78eRUVFEVGx3yOKr8Pz8vLi0EMPjYsuushLaQBgM1m1alU888wz8fTTT8fMmTNL2jOZy0vfc+/YsWOcdtppccopp0S9evU2Sa0AsLW59tpry2xPJBJx2223ZXz8plZePQBA5QwZMiR+//vfx8KFCyOics/3F1+Tt2jRIi6++OI4/fTTq7VGALY8ORmAK7Z8+fJ45pln4rHHHou5c+dGRNkrrxUrL6hWHTY0TvG+HXbYIc4+++w4+eSTo0GDBpusFgCg5nnppZfilltuiaVLl5Z896jKd5/SfTRu3DhuuOGGOOaYY6qlVgCgbGvWrInnn38+/vGPf2z0gbtEIhFTp04tt6+VK1fGoEGDYs2aNSVtvXr1iptuuql6iwaAGm7NmjXx+9//Ph5++OEoKiqq9G8S65+Xl5cX5513Xlx00UVRt27daq0ZAPiv0aNHx4033hhz585Nu/7OZC4v65ztt98+Bg8eHPvtt1+11goAW6MuXbqU+/L7su6Bl3X8prahegCAipk9e3Zcf/318eGHH1b5Gf/1z+/bt2/ceuutsfPOO1dLrQBseXI6AFds3bp18e6778awYcPi3//+d6xcuTIiMl/hpLxjq3Ju8bENGjSII444Io4//vjYe++9N/sFOACw9fvjH/8Y//d//7fB4FtF31S7/nmJRCIuu+yyuPDCC6tYLQBQlnfeeSeuvfbaWLBgwUZXcc30x/Zf/vKX8dxzz0UikYhkMhm1a9eON99808quAFBN5s+fHxdccEF8+umn1fIymmKl++rcuXM8+OCD0bp16yr3CwD8V1FRUdx0003xzDPPVNtLddfvZ8CAAXHjjTdGXl5elWoFgK1ZcaCtrFD5hgJwm/uRRgE4AKi6MWPGxCWXXBIrVqwo+c27PBv7zby84xs2bBj3339/7LPPPlUvGIAtzhYRgCttxYoVMXLkyBgxYkSMGzeuJAwXkdnEtyGZnp+fnx/77LNPHHHEEfGDH/wg6tevn2H1AAAV8/jjj8ctt9wSEeWvQpufnx+dO3eOLl26RMuWLaNhw4ZRv379WLlyZSxfvjwWLFgQ06ZNi+nTp8eKFSvK7SuRSMSvfvWrOOOMMzbDJwOAmiGZTMbtt98ejz32WKxbt66kfWP3IDL5sX3mzJlx7LHHljwMkEgk4uqrr45BgwZVV/kAUGPNnz8/zjzzzPjPf/4TEeVfkxfLy8uL/Pz8kuvxFStWRFFRUcox5fWx/fbbxxNPPBGtWrWq7o8BADXS2rVr4+KLL4633nqr3AfuKvKYRHnnJxKJOOCAA+IPf/hD1K5du0o1A8DWygpwAFAzvPfee3H++efHqlWrIqL8++F5eXmx8847l/uM22effVZyb7286/F69erFww8/HLvvvvsm/lQA5JotLgBX2po1a+K9996Lt956K8aNGxczZsyIwsLClGOqumRqRESdOnVi1113jb322isOPPDA6NevnxvYAMAmN23atBgwYEDa95viG/BHHnlknHDCCbH//vtn9IbZoqKieOedd2LYsGExYsSItP3JZDLq1KkTzzzzTHTp0qXaPgcA1GRXXHFF/Otf/yrzgbvy3mpXkR/bTz311Jg0aVJJ33379o3HH3+8eooHgBqqsLAwBg4cGJMnTy53/u7Ro0f88Ic/jB49ekTnzp2jefPmaf0sWrQopk+fHh9//HGMGDEiPv7444j/x959RkdVtW0cv04SEkijhd4FJBiKoPDQq0JAVEAQxa5YEMQHAXkQBAWFV8SOYMOCFRAECx0FC6AgvQQRpAqEBEgjPef9wJpDJpNAygyTyfx/a7GcczKz73v8smfvs++95XjyqyQ1a9ZMX3zxBc8eAABwgnHjxumbb76RlPuCu1KlSqlNmzaKiIiw21guMDBQ58+ft9tYbvfu3dq4caPS09PzXLzfr18/TZ069Yp9PwAAPElez50vVQDnDhTAAQBQeGfOnNEtt9yimJiYXMfOVatWVe/evRUZGanw8HD5+/vn2VZaWpqioqK0bNkyLV26VKdOncq1zUqVKmnJkiW5zs0DAEoujy6AyyktLU179+7Vzp079ddff+nYsWM6fvy4Tpw4obS0tMt+PiAgQNWqVVONGjVUs2ZNhYeHWw+vL9XZAgAAuMI999yjTZs2OSyMa9KkiZ577jk1adKk0G3v2rVLkyZN0u7du632bT8LW7durblz5xYteQAAoLfeektvv/12rhPyderUUbdu3XTdddepcuXK2rx5s6ZPn17gArj3339fr7zyivW5UqVK6Y8//uC0egAAiuC9997Tq6++mmsf3rVrV40ePVr169cvcLsHDhzQyy+/rLVr1zqM9Q3D0MiRI/XII48UOX8AALzZypUrNWLEiFz78cqVK2vo0KG66aabFBoamu824+Pj9f333+udd95RdHS03djd9t8333xTN954o7O/DgAAHm/mzJl5/m348OEFer+r5ZYPAAC4vGeeeUaLFi1ymPcOCQnRsGHDdPfddxdq87eMjAx9+umnmjVrlhITE+3aNgxD/fv314svvuiU7wAA8AwlqgDuUs6cOaPz588rOTlZycnJSktLk7+/vwIDA1W6dGkFBQWpfPny7k4TAABAkrR7927ddtttdsVphmGoW7duevXVVxUQEFDkGKmpqRo5cqR+/PFHhzhff/21IiIiihwDAABvtXfvXg0YMEBZWVnWPdM0FRYWpvHjxysyMtLuAcC3336rp59+usAFcIcOHbLasn3unXfeUefOnV3yvQAAKOnOnz+vTp06KSkpybpnmqYCAgI0ffp09ezZs8gxli9frrFjx9pt3GdbDLBu3ToFBgYWOQYAAN4oKytLPXv21NGjRx02frvrrrs0atSoIvWz58+f14wZM/TFF184LOqrVauWVq5c6VB4BwAAAABASXbq1Cl169bNei5uG4fXqlVLc+bMUe3atYsc4/DhwxoyZIiOHTtm3TNNU35+flq9erWqVq1a5BgAAM/g4+4ErpQKFSqoZs2aatiwoZo1a6brr79ezZo1U4MGDVSzZk2K3wAAQLGyfPly67VtMXt4eLjefPNNpxS/SRdOv33zzTcVHh7u8LelS5c6JQYAAN7qtddeU2ZmpqSLk/wRERFavHixevXq5bQFcXXr1lW5cuXs7u3evdspbQMA4I2WLVvmsJNsqVKl9MEHHzil+E2SIiMj9cEHH8jX19fufmJiIuNxAACK4JdffnEofjMMQ6NHj9azzz5b5CLzwMBATZw4UaNHj1bOfYaPHTumdevWFal9AAAAAAA8zXfffWc9F7epUKGCvvzyS6cUv0lSnTp19Pnnnzus9c/MzNR3333nlBgAAM/gNQVwAAAAnmTz5s0O91588UWHxXFF5efnpxdeeMHhYf2ff/7p1DgAAHiTo0eP6ueff7YrcqtWrZree+89hYWFOT1eeHi4XV9+8OBBp8cAAMBb/Pzzz9Zr26L5xx57TK1atXJqnFatWumxxx5zGI//8ssvTo0DAIA3WbNmjfXa1o9HRkZqyJAhTo0zZMgQRUZGOvTj2eMDAAAAAOANNmzYYL22jcUnTpzo9OfilStX1oQJExzG4hs3bnRqHABA8UYBHAAAQDF0+PBhu0XzjRs31jXXXOOSWE2aNNE111xjTUKYpqnDhw+7JBYAAN5g1apV1uvsu81XrFjRJfGuvvpqSbL68X/++cclcQAA8AZRUVF24/HAwEA9/PDDLon18MMPKygoSNLFfjwqKsolsQAA8AY7d+60u/b19dX48eNdEmvChAl2G9aZpukQHwAAAACAku7AgQN2c+pVq1ZVZGSkS2L17t1bVatWlXRxTv3AgQMuiQUAKJ4ogAMAACiG4uPjJV1cNN++fXuXxuvQoYPddUJCgkvjAQBQkuU8ybVq1arq3bu3y+JVqFDB7vrs2bMuiwUAQEkXHR0t6eJ4vFu3bvL393dJrICAAHXv3t1ux1pbfAAAUHDHjh2zFsAZhqG2bdu65CR2SQoLC1O7du2sWJJ0/Phxl8QCAAAAAKC4sj2bzj6n7ko33HCD3Zw6z8YBwLtQAAcAAFAM+fn52V3bdq9xlSpVqthdZ9+5FgAAFMzBgwftFtx17NjRpfFCQkLsrpOSklwaDwCAkiwtLc3uumHDhi6N16BBA7vr9PR0l8YDAKAkO3/+vN118+bNXRovZ/vJyckujQcAAAAAQHGTmZlpd12zZk2XxsvZflZWlkvjAQCKFwrgAAAAiqGcC9ldtdu8TalSpeyuQ0NDXRoPAICS7PTp03bXdevWdWm8oKAgu2sK4AAAKLzAwEC764oVK7o0Xs72S5cu7dJ4AACUZAEBAXbXOTd+c7bKlSvbXeecZwcAAAAAoKQLDg62u3b1mrOca+pyPisHAJRsFMABAAAUQ/Xq1bM7rv3UqVMujRcdHW29NgzD5Qv1AQAoyVJSUuyuy5cv79J4OQvefHyY7gEAoLBynsAeHx/v0ngJCQmXjA8AAPKvQoUKdtc5T3Z1tpwnt+aMDwAAAABASVerVi27NW6xsbEujZezfVefOAcAKF5YEQUAAFAMtWjRQtKFYjRJ2r59u0vj7dixQ5KsCYmWLVu6NB4AACVZzh3fz58/79J4586ds7suU6aMS+MBAFCSXX311XYP648fP+7SeMeOHbNeG4ahRo0auTQeAAAlWYMGDez68ZMnT7o0XvaN6wzDUMOGDV0aDwAAAACA4iYiIkLSxTVuf//9t0vj2do3TVOGYVjxAQDewc/dCQAAAMBRjx499O6770q6MGDfsGGDYmNjVbFiRafHiomJ0fr162UYhrU44IYbbnB6HAAAvEVwcLBSU1Ota1fvcvfPP//YXVepUsWl8QAAKMk6duyoH374wRojr1mzRhMmTHBZvDVr1lixDMNQhw4dXBYLAICSrk2bNlq7dq3Vt/72228aNWqUy+L9+uuvki4uumvdurXLYgEAgItiY2OVkJCghIQEpaam2hXAF0WrVq2c0g4AAN6ka9eu+uqrryRdGB//+OOPSktLk7+/v9Njpaam6scff7Rb49a1a1enxwEAFF8UwAEAABRDERERatWqlTZv3ixJyszM1NSpU/XKK684Pda0adOUkZEhwzBkGIZatmyppk2bOj0OAADeombNmoqJibliJ7lu2bLFbuF8nTp1XBoPAICSrEePHpo6daoSEhIkXTg5ZsWKFerZs6fTYy1fvlwnTpywfjMEBwerR48eTo8DAIC3iIyM1IwZM5SZmSlJ2rt3r6KiohQeHu70WHv27NGePXus8bivr6969erl9DgAAED666+/9O2332r79u3au3evkpKSnB7DMAzt2bPH6e0CAFDSderUSXXq1NGRI0ckSUlJSZozZ46GDh3q9Fhz5sxRYmKiNadeo0YNde7c2elxAADFl4+7EwAAAEDuJkyYIF9fX+sB+tKlS/Xxxx87NcbHH39st7O9r6+vnn32WafGAADA21x99dXWa9M0tXXrViUnJ7sk1p49e/Tvv//a3aOQHQCAwgsMDNRDDz1kFZabpqnJkyfrzJkzTo0TGxurKVOm2BWxP/jggwoKCnJqHAAAvEnVqlV188032/Xj48ePtwrinCUzM9M6IdYWq0+fPqpWrZpT4wAA4O22bdum22+/XbfeeqvmzJmjzZs3KzExUaZpuuQfAAAoOMMwNHr0aLux+KxZs7R161anxtmyZYtmzZplN6c+ZswYqxgOAOAdKIADAAAopho1aqTnn3/eboLgpZde0v/93/8pNTW1SG2npqZq2rRpeumll+yOhX/uuedcshsuAADepHXr1nbXycnJmjdvnktizZkzx+FemzZtXBILAABvMWTIEF177bXWeDw2NlaDBw92KDovrOPHj+uuu+5SbGysda9Zs2Z65JFHnNI+AADebOzYsQoLC7Ou9+zZo6eeekppaWlOaT89PV0j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PQAAcMGXX36pt99+W7GxsZIK138bhiFJqlixooYPH6477rjDqTkCAABHGRkZWrt2rb7//ntt375dJ0+edFksxuMAADjfmTNntHz5cm3fvl179uzR4cOHC7QhTX4YhqE9e/Y4tU0AALxReHi4NQ+ek21OPa+/FwV9OQAAzhMVFaVFixbphx9+0JkzZ1wSw1Ycz5w6AHgXP3cnAAAAgEvbtGmTnn32WR0+fPiSC+WdMdHP3ggAADjfwYMHNWHCBG3dutWury1M3237fExMjJ5//nl99913euGFF1SvXj2n5QsAAC765ptv9MorrxSpgD2/XLGADwAAb3bo0CG98sor+umnn5SZmSmJOXAAADxBbv21YRjWuJn+HACA4uns2bOaPn26Fi9eLIk+GwDgfB5ZADd79mzt3r1bd9xxhzp06ODudAAAAFxm5cqVGjVqlDIyMly6ox0AAHCNDRs26IknnlBSUpK1C11e8nqon9e1aZr6888/NXDgQL311ltq27at8xIHAMDLpaSkaNiwYVq/fn2RC9jzg4UAAAA417vvvqu3335b6enpDv2ss/tz+nEAAJwrZ19tmqbds3L6cgAAip9//vlH999/v6Kjo6/IGjf6bwDwTh5ZAJeZmanVq1drzZo1ql69ugYNGqT+/fsrLCzM3akBAAA4zdatW/XUU08pIyMj14l8BvIAABRvmzdv1tChQ5WSkiIp94f2kuTr66t69eopLCxMwcHBKlOmjJKTk5WYmKiYmBj9888/1k712duwvU5MTNTQoUM1Z84cXXfddVfiqwEAUKKlpKRoyJAh2rx5s6RLP6RnbA4AQPHzf//3f/rkk0/YVA4AgBKCvhwAgOLt5MmTuueeexQTEyMp976buXQAgDN4ZAGcjWmaOn78uF577TW9+eabuuGGGzRo0CB2PAcAAB4vMzNTkyZNsorfsjNNU2FhYerYsaMaNmyoatWqKSgoSKVLl3ZTtgAAIKczZ87ov//9r1JSUnLty6tWrarevXsrMjJS4eHh8vf3z7OttLQ0RUVFadmyZVq6dKlOnTrlUAiXkpKi//73v1qyZIkqVKjgsu8FAIA3ePvtt7V58+ZLbkQTGBhojccDAgKudIoAACAPixYt0scff8ymcgAAeDD6bAAAPMsLL7ygmJiYPMfhNWrUYI0bAMApDNMDR4wzZ87UzJkzrY4y585ttWvX1u23365+/fqx6AsAAHikn376SUOHDnX4vVOnTh2NGTNG3bt3Z6c7AACKsWeeeUaLFi2y669N01RISIiGDRumu+++W35+Bd+XKCMjQ59++qlmzZqlxMREu7YNw1D//v314osvOuU7AADgjY4dO6bIyEjr9FUb0zR1zTXXaMCAAerSpYuqV6/upgwBAEBeEhIS1KNHD507d87uvmmaKl26tLp06aIuXbqoQYMGql69OoXsAAAAAAAU0Y4dO3T77bc7PBf38/PT4MGDNWjQINWvX9+NGQIAShKPPgHOJufC8MOHD2vGjBl6/fXX1aNHD91+++36z3/+484UAQAACmTVqlXWa9uC9oiICH344YcKDQ11Y2YAAOByTp06pSVLljjMV9SqVUtz5sxR7dq1C922n5+fHnjgAXXr1k1DhgzRsWPHJF2YGzFNU0uWLNETTzyhqlWrFv2LAADghZYvX253GrtpmvL19dW4ceN09913uzk7AABwKatWrdLZs2cdxuM9e/bU+PHjVblyZXemBwAAAABAibNixQq7a9M0VaFCBb3//vuKiIhwU1YAgJLKx90JFJVpmnYnwNn+maap9PR0LV26VPfff78iIyP18ccfO+z2BgAAUBzt3LnTbmccPz8/zZgxg+I3AAA8wHfffedwakyFChX05ZdfFqn4Lbs6dero888/V/ny5e3uZ2Zm6rvvvnNKDAAAvNG6deus17YNacaMGUPxGwAAHmD16tXWa1s/3rdvX73xxhsUvwEAAAAA4AIbN260XtvG4tOnT6f4DQDgEh5fAGcreJNyL4az3Tt06JBeeuklde7cWU8//bQ2b97szrQBAAAu6fTp05IuTgy0b99edevWdW9SAAAgXzZs2GC9tvXlEydOVFhYmFPjVK5cWRMmTLDmQmyyP2QAAAAFc/z4cbsNaWrWrKn77rvPjRkBAID8OnDggF0/HhoaqgkTJrgxIwAAAAAASrbo6GhrLG4Yhpo1a6YOHTq4OSsAQEnlkQVwd999t55++mnVrVv3kkVv2e/Z7qempuq7777TPffco5tuukmffvqp4uPj3fl1AAAAHCQmJtpdt2zZ0k2ZAACAgsq54K5q1aqKjIx0SazevXuratWqkmTNfRw4cMAlsQAA8AaxsbGSLhaxd+vWza5fBwAAxVdMTIwk+348ODjYzVkBAAAAAFBynT17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i6xT2i532lvOifKIiAgNHjxYffr0yXWH11KlSqlXr17q1auXDh48qDlz5mjJkiVWR59bEdzbb7+tO+64Q/7+/i79/gAAoHjbsmWL9dr2e2H69OkUvwEA4CatW7d2dwoAAOAKWLdunfXaNh7v27evpk2b5sasAABAfixfvtx6bevHmzRpog8//FAhISFuzAwAAOTHNddco6ioKOs6OjrajdkAAID8sB0QI10ci48ZM4biNwCAS/i4O4ErKTMzUytWrNCDDz6onj176oMPPlBsbKxDIZqUd+FbQECA+vXrpwULFmjhwoW67bbbci1+y+mqq67Siy++qOXLl6tLly5WvOyxJCk+Pl7Lli1z9lcHAAAe5tixY1aBvCQ1bdpU7du3d3NWAAAAAACUbHv37rXbJC80NFTjx493Y0YAACC/du7cadeP+/n56eWXX6b4DQAAD9GtWzdJsp6Tb9y40c0ZAQCAyzlw4IDdWLxGjRq677773JgRAKAk84oT4I4dO2YVrMXGxkrK/bQ32/3cCuHq1KmjO++8U/369VPZsmULnUvNmjX1zjvv6OOPP9b//d//2S1st9m4caNuvfXWQscAAACeLykpyXptGAbFbwAAAAAAXAFnz56VdPFZQZcuXRQcHOzmrAAAQH7YTomx9eNt27ZV3bp13ZsUAADIt06dOqly5co6ffq0JGnXrl06fPiw6tSp4+bMAABAXs6dOyfp4li8a9euDmvzAQBwlhJbAJeVlaU1a9boq6++0oYNG6xT3myyd655nfbm6+urrl276s4773T6ovP7779ff//9t77++muHXHbt2uXUWAAAwPP4+/srOTnZuq5ataobswEAAAAAwDtkZGTYXTdu3NhNmQAAgIJKSUmxu77++uvdlAkAACgMf39/DRs2TJMmTbI2lf+///s/zZ49292pAQCAPPj5+SkzM9O6pnAdAOBKPu5OwNn+/fdfvf766+rcubNGjBih9evXKysry+5kt5ynu9nu2YrkKlasqKFDh+rHH3/UzJkzXXbiyqOPPmp3bcsrJibGJfEAAIDnCAsLs7tmZxwAAAAAAFwv52lvZcuWdVMmAACgoAIDA+2uK1as6KZMAABAYQ0aNEgdOnSw1vWtXbtWb731lpuzAgAAeck5h16mTBk3ZQIA8AYl4gS4rKws/fjjj5o3b55+++23Qp32JkmtWrXS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vF5UVJQee+wxnTx5UtKFPrhr164aMmSIWrZs6ebsAABAfsXGxmru3LlasGCBzp49K0mXHHfnZHuGUKFCBQ0aNEh33323KlSo4JJcAQCAo/Xr1+vTTz/Vzz//rKysLEn568ttfbiPj4+6du2qu+++W23atHFprgAAeLPw8PBcN3mVLr8RbFHt3bvX6W0CAOCtNmzYoDfffFPbtm2TVLD5dBtbf3/dddfpiSee0H/+8x9npggA8EAeVwA3fPhwrV692qHgbMOGDSpXrtwVz+fcuXNq06aNQz69e/fWK6+8csXzAQAAJdOBAwc0ZswY7d2715oQKMqkfvY2mjRpopdffll169Z1RqoAACCHM2fO6JlnntHatWslXezD2aUWAADPsGrVKk2cOFHnzp1zeEifn7F5bp8pX768pkyZou7duzs1VwAAYO/48eMaO3as/vzzT0m598t5yeu9rVq10vTp01W1alUnZwsAAGwFcLktaczebzt7yaNhGBTAAQDgBGlpaZo+fbq++OILmaZZpHVu2ft7Hx8f3XPPPRo1apT8/f2dli8AwLN4XAHczTffrL///tu6Nk1TYWFh+vXXX92WU4cOHRQbG2vlI0nXXHONFi1a5LacAABAybFlyxY98sgjSkpKsortc3O5E98u9ZmQkBB98MEHat68edETBgAADpKTkzVy5EitXbvW7uE9u9QCAFB8ZWVladKkSfr666+d2ndnb2vQoEGaNGmSS34TAADg7b799ltNnjzZmluXnLOxnHRhTv35559X7969i5wnAAC46FInwLmK7Rk8c+sAABRNbGysHnjgAe3fvz/f4/BLrYXL/h5bW40bN9YHH3ygChUqOCdpAIBH8XN3AgUVHx9vvbZ1aO44+S27cuXKWQVwtkVs586dc2tOAACgZDh06JAee+wxJSYmSnKcFLD9HgoMDFSjRo1UpUoVhYSEqEyZMkpOTlZiYqKio6MVFRWlpKQkhzZsrxMSEvTII4/o66+/Vq1ata7EVwMAwCtkZWXps88+09tvv634+Hir781+krwzsXgeAADnGTNmjJYuXZrnA/iC9OO5jcVN09S8efOUlJSkl19+uegJAwAAy2effaYXX3zxkgvu8tOX59WHJyQkaNSoUTp37pwGDx7spKwBAICNh+3pDwCA10tKStL999+v/fv3S8p7jZsk+fr6qmzZsg5r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l1+s+XvDMFSjRg2XxgMAFC8eWQDn7++vxx9/3G439exFcEeOHNHAgQP13nvv2b2nqN5//33dfvvtOnLkiF3Rmy2+YRh69NFHHXaWAwAAKKhmzZrZXZ85c0bffvutS2J9//33iomJsbvXtGlTl8QCAMAb9OzZ03ptmqbWrVvnskJ2AADgXPXr17dem6apP//8UydOnHBJrJMnT2rTpk12G9I0aNDAJbEAAPAGdevWdVh0d/78eZfESk5O1tq1a+368bp167okFgAAAAAAxVXjxo3trg8ePOiw8ZuzbNu2Tfv375d0sW4gPDzcJbEAAMWTRxbASdIdd9xhdZq2YrTsRXDp6el67bXX1KNHD3300UeKj48vVJyEhAR99NFH6tGjh1599VWlpaVZf8s+eW57MH3fffcV8ZsBAABIHTp0sF7bfm9MmzZNp06dcmqc06dPa+rUqQ7F/R07dnRqHAAAvEnDhg3VoUMHa57i3LlzmjdvnpuzAgAA+dGqVSu7a9M0NXnyZJfEevHFFx2K5HPGBwAA+deyZUu765SUFM2ePdslsd59910lJydfMj4AAAAAACVdmzZt7K5N09SkSZOUnp7u1DgZGRmaOHHiZeMDAEo2w3TmEWlX2MGDBzVgwABrYjl7AVzO64CAADVv3tz6V7t2bYWGhio0NFRlypRRSkqK4uLilJCQoCNHjmj79u3atm2btm/frtTU1Fzbzv66TJky+vrrr+12hwUAACgs0zTVvXt3u13mTdNUrVq19OGHH6pWrVpFjvHvv//qgQce0OHDh+1+11SvXl0//vhjkdsHAMCbHTp0SH379rXmFMqVK6f58+erdu3a7k4NAABcQkxMjDp37mwVptmeBTz55JN67LHHnBbnww8/1PTp0+3G435+flq3bp0qVqzotDgAAHiTv//+W3369HHoX99//321bdvWaXE2b96s+++/X5mZmVYcwzD03XffcZorAAAAAMCrpKSkqF27dnZr+Q3DUOfOnfXmm2/K39+/yDHS09P11FNPadWqVXZj/qCgIK1fv14BAQFFjgEA8AweXQAnSatXr9aTTz5p9zBakt0pJrndy852qkpu8mov56T566+/rhtuuKGI3wYAAOCizz77TC+88ILD75CyZcvqySef1J133pnn+zjmKAABAABJREFU75vLWbBggV599VWdPXvWocB/woQJ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qquuslt0FxMT48ZsAAAAAAAo+SIiIiRdXON25MgRd6YDACjhKIADAAAohrp162a9Nk1Tv/32m9LS0tyYEQAAAAAAJV/79u0lXXhYb5qm1q9f7+aMAABAfv3nP/+RdHHR3Z9//unOdAAAAAAAKPE6depkvTZNUz///LMbswEAlHSGmX0LtBImKipKf/75p/766y/9888/On36tM6cOaPU1FSlpaXJVV+9fPnyPBQHAABFNnjwYG3dulWmacowDI0ePVoPPfSQu9MCAAD5MHPmTLfFHj58uNtiAwDg6ZKTk9WpUyclJiZa4/FvvvlG4eHh7k4NAABcxqlTp9S9e3dlZmbKNE35+flp3bp1qlixortTAwAAAACgRDJNUz169NCxY8esOfW33npLN9xwg7tTAwCUQCWuAO7AgQOaN2+eli5dqtjYWLu/XamvWr58eW3YsOGKxAIAACXX9u3bdccdd0i68DsmODhY8+bNU/369d2cGQAAuJzw8HBrx/krbe/evW6JCwBASfHmm29q1qxZVl/eunVrffLJJ27OCgAA5Mfo0aP1/fffS7pwEtzAgQM1efJkN2cFAAAAAEDJtWTJEo0dO1aGYcg0TdWqVUuLFy9WUFCQu1MDAJQwPu5OwFlOnjyp//73v7r55pv16aefKiYmRqZp2v0zDMPl/wAAAJylefPmGjZsmPU7JjExUffff7/279/v7tQAAEA+5ZybcPU/AABQdI8++qjq1q0r6UJf/scff2jatGnuTQoAAOTLmDFjFBwcbC26W7hwoZYvX+7utAAAAAAAKLFuvfVWde3a1VrjduzYMT366KNKSUlxd2oAgBKmRBTA/fDDD+rTp49WrFihrKysPIvdcmKBGQAAKO6GDx+ue++91/p9c/r0ad12222aOXOmEhIS3J0eAAC4jCuxGQ+b8gAA4FwBAQGaPXu2ypUrZy2enzt3rkaPHq1z5865Oz0AAHAJVapU0csvv2yNlTMzMzV69GgtWLDA3akBAAAAAFBizZgxQ9dee621pv7PP/9U3759tWnTJjdnBgAoSQzTw6u33nvvPb322mtWh5l9wdel7mWX1yKxy/2vyauornz58tqwYcPlkwcAAMinRYsWaerUqUpKSrKK4QICAtStWzddf/31atKkiapWraqQkBCVKVPG3ekCAOD1wsPDndpezjmIvOYsDMPQ3r17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eumlfLXx4IMPav369Q5V5WXKlNH8+fPzLLLLLjU1VQ899JA2b95sdajZ//viiy+qf//+hfuSAAAAkt577z29+uqruU4KdO3aVaNHj1b9+vUL3O6BAwf08ssva+3atQ6/hwzD0MiRI/XII48UOX8AALxZeHi4NU/gCn5+furatasGDhyoTp06uSQGAADeKioqSgMHDnTYQdY2bo6MjFTfvn3VoUMH+fr6Xra9zMxM/frrr/rmm2+0YsUKh7/bHv4vWLBA4eHhTvseAAB4ozNnzuiWW25RTExMrnPrVatWVe/evRUZGanw8HD5+/vn2VZaWpqioqK0bNkyLV26VKdOncq1zUqVKmnJkiW5blAHAAAAAEBJt3LlSo0YMSLXMXPlypU1dOhQ3XTTTQoNDc13m/Hx8fr+++/1zjvvKDo6Ote1+m+++aZuvPFGZ38dAEAx5nEFcJI0ePBgbdmyxW6H1LJly2r9+vX5etj8zTffaNy4cXadoK2dypUra/r06WrTpk2enz9x4oTGjBnjUPxma8PX11dr1qxh53UAAFBo58+fV6dOnawd4qULvzMCAgI0ffp09ezZs8gxli9frrFjxyotLc0uRkhIiNatW6fAwMAixwAAwFsV5IT5SzEMQwEBAQoODlZISIhq166tiIgINW3aVMHBwU6JAQAA7N1zzz3atGmTw6YxTZo00XPPPacmTZoUuu1du3Zp0qRJ2r17t91zBUlq3bq15s6dW7TkAQDwcs8884wWLVrk0I+HhIRo2LBhuvvuu+Xn51fgdjMyMvTpp59q1qxZSkxMtGvbMAz1799fL774olO+AwAAAAAAniIrK0s9e/bU0aNHHea877rrLo0aNapIa9DOnz+vGTNm6IsvvnAY69eqVUsrV650KLwDAJRcHlkA98Ybb2j27Nl2HaVhGJozZ47atWt32c+npqaqW7duOnPmjN3nba99fHzUtm1bRUZG6qqrrlJYWJiSk5N17NgxrV27Vt9//71SU1MdKslt/73xxhv15ptvuu5/AAAAKPEWLlyo8ePH2/1GKVWqlD788EO1atXKaXE2bdqkBx54wOF03SlTpmjAgAFOiwMAAAAAgCfYvXu3brvtNofnD926ddOrr76qgICAIsdITU3VyJEj9eOPPzrE+frrrxUREVHkGAAAeKNTp06pW7duysrKknRxwV2tWrU0Z84c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UH379tXVV1+tyMhIzZ8/X0899VSxY/Tt29ep6O33339XYmKiqlWr5olTAAD4AQrgSqBBgwYaMGCA5s+f71SlPmXKFArgAABAiX366afat2+f0++MgIAA/fWvf9XDDz+sgADPLObbpUsXBQYG6vz581bf+vXrKYADAAAAAJQJvXr1Us2aNXXy5ElJfwyEP3/+vBYvXqzFixcXuo9pmta/kydP1uTJk0sl17p167I6HQAA+QwYMECvvPKKsrKyJP1xHU9KStKECROK3Cf/dfzJJ5/Uk08+WSq5ch0HAAAAAJRHP//8sxYvXuxS/HbNNdfotddeU82aNT0Sp2fPni59a9as0YABAzxyfACA7/PMqOlyrF+/ftZ3x4V7/fr1OnTokF0pAQCAMiAnJ0f/+c9/nIrfDMPQCy+8oL/97W8eK36T/phd/oorrnDq+/333z12fAAAAAAA7BQYGKgnn3zSGgwv/bkSXGGfgorazhsfAADgLDw8XHfddRfXcQAAAAAAfNS7775rfXfcHw8ePFiffvqpx4rfJKlq1aqKjY116tu9e7fHjg8A8H0UwJVQp06dFBTkupDeL7/8YkM2AACgrFixYoWSkpIk/Vn8FhcXp2HDhnklXpMmTaw4krR//36vxAEAAAAAwA433nij/vKXv7gMni/sU1BR23n6AwAACvfII4+offv2XMcBAAAAAPAxmzdv1t69e63JagzD0FVXXaXx48d75X6ZMW4AUL5RAFdClSpVUo0aNVz6N23aVPrJAACAMuPXX391agcFBWn06NFei1enTh3ru2maOnr0qNdiAQAAAABghzFjxuitt95SnTp1WLEFAAA/EhgYqE8++UTDhw93Wv3Nl1AEBwAAAAAojwpbMOaZZ55RYGCgV+I1aNDA+m6apg4dOuSVOAAA3+S6dBmKrWrVqkpISLAeapumqd9//93mrAAAgD/bvn279d0wDF199dWFFt17SmRkpFM7LS3Na7EAAAAAALBL//79dcMNN2jVqlVat26dtm/frqSkJKWmpionJ0eSrOf9jllkK1eurNDQ0FLJr2bNmqUSBwAAfxMcHKwXX3xRI0eO1DfffKP169dr+/btysrKuuB+vlYoBwAAAABAWbJ582anduPGjdWyZUuvxSs4xi05OdlrsQAAvocCOA8IDw+3vjteiicmJtqYEQAA8HdHjhxxGmzX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dLTCw8OdXtafPn1aGRkZ1nYF3y9ER0friiuucIo1bdq0EuUKAEBZ06RJE48dq6hruSf2owAOAAAAAFCejRkzRt9//32h49EMw1Dbtm3Vv39/tWzZUo0bN1ZISIjLMbKzs7Vnzx5t27ZNCxYs0Lp161xWiHO0b7zxRr3++utePy8AgG/x6wI4SUpMTNRtt92m+Ph4SUUXq+XnzoDuovYprMiuXr16mj59uqpVq3aJZwEAAODqq6++0ksvveRyEx8eHq6HH35Yd955p4KCgop93PPnz2v69Ol69913lZqa6nRswzD04osvatiwYR45BwAAAAAA/FVeXp7efPNNffrpp9a7AdM0FRISomuvvVb9+vVTixYtVLdu3SKPcfjwYW3btk0//fSTli5dqnPnzlkT+gUGBuruu+/WE088oYCAgNI6LQAAyo2lS5fq+eefd5n4tlq1aurTp4+aN2+uJk2aqHr16i6F7KdOndKuXbu0fft2LVq0yKkY3jRN1axZU+PGjVOPHj1sOz8AAAAAAHzBypUrNXLkyEKL36699lo9/fTTuvzyy4t93Pj4eL322mtauHBhoUVwn3zyiTp37lzS9AEAfsTvC+AkKSEhQX/5y1+0b9++C67+5uDOKV9on/wxGjVqpI8++ki1atW65PwBAAAKMk1TvXv31rFjx5z6YmJi9Mknn6h+/foljnHo0CHde++9LjFq166txYsXl/j4AAAAAAD4q+zsbD300EP67bffrL7AwEANHz5cjzzyiCIjI4t9zOTkZL377rv6+uuvlZeXZ72k79y5s95///1CZ7wFAACX5r333tOkSZOstmmaatq0qUaPHq2uXbsWq/j8/PnzWrFihSZOnKhdu3Y5jSUYNWqUHn74YY/mDgAAAACAPxk+fLg2bdrkNL6+QoUKevnll3XjjTeW+Pg//vijnnrqKeXk5FjHl6S2bdvqyy+/LPHxAQD+o0wUwElSWlqannjiCS1dutSlyjs/d1Z/c2df0zTVp08fvfrqqwoLC7vErAEAAAq3du1a3XXXXU4PBiIjIzV37lzFxsZ6LM6xY8cUFxenlJQUK45hGPrss8/UoUMHj8UBAAAAAMCfjBo1SosWLbLaUVFRmjx5sq666qoSH3vjxo166KGHlJycbN2H9+7d22mQPgAAuHSTJ0/WxIkTrbZhGHryySd17733Fmu8QEGm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AF/WsWNHff3111bbNE298MILmj17tipUqOCxOLm5uXr++ecLjQ8AKD88P2UpAAAASqxDhw6KjY212oZhKDk5WXfccYfi4+M9EiMhIUF33HGHzp4969QfExOja665xiMxAAAAAADwJ127drW+Owa0v/LKKzp06JBH4xw4cECvvfaay4Q0Xbp08WgcAADKk/zPtR3X8eeee06ZmZkejZOZmannnnvO5Trevn17j8YBAAAAAMDXXXvttapUqZIkWffJv//+u/72t78pOzvbIzFycnI0evRo7dmzx+levFKlSurVq5dHYgAA/AMFcAAAAD7IMAyNGDFCpmk69cXHx2vIkCH68ssvnf5WXN98841uueUWHTp0yHow4Jil9r777itx/gAAAAAA+KMBAwYoODjYahuGofT0dN12223avn27R2Js27ZNd9xxh9LT0536g4ODdeONN3okBgAA5VH//v1d+g4fPqz77rtPKSkpHomRkpKi++67T4cPH3b5G9dxAAAAAEB5U7FiRQ0bNswax+aYkGbZsmW68847tWfPnhIdf9++fbr77ru1aNEilzFuw4YNU0hISInPAQDgPwyzJCOnbbRp0yZt2bLFpb9WrVq67rrrvB7/559/1vHjx13627dvr6ZNm3o9PgAAKPvy8vI0ePBg7d2716nfcRNft25dxcXF6frrr9cVV1xx0eMdOnRIP/74o+bNm6cDBw64PHgwDENNmjTRrFmzFBDAPAkAAAAAgPLplVde0aeffuo0k6xpmqpQoYLuvPNO/fWvf1V4eHixj5uWlqb33ntPX3zxhXJyclxe1t999916+umnPXYeAACURw899JCWLFnicp2tU6eOnn32WfXo0eOSj71kyRK9/PLLio+Pt/ocx+/Zs6fef//9EucPAAAAAIC/OXv2rPr3768zZ85YfY5xaUFBQRo0aJAGDx6sdu3auX3MjRs3as6cOZo9e7by8vKs+2/HsaOjo7VgwQJFRUV59mQAAD7Nbwvgbr75Zu3cudOl/4UXXtDw4cO9Hv/rr7/Wiy++6PQCXJI6deqkqVOnej0+AAAoH/bt26dhw4a5zAqfv3hNksLDw9WkSRPVqFFDYWFhqlSpkjIzM5WWlqaTJ09q9+7dSk1NLXRfR19ERIRmzJjhVjEdAAAAAABlVVpamgYPHqwjR4449TtesFesWFG9evXSddddp+bNm+uyyy4r8lhHjhzR9u3b9fPPP+uXX35RVlaW04t6hzp16mjOnDkKCwvzyjkBAFBexMfHa9CgQcrMzLT68j8Tb9OmjeLi4tS3b19VqVLlosdLSkrSwoULNXfuXG3atMnl+bppmqpUqZLmzZunOnXqeOGMAAAAAADwfYsWLdLf/vY3p76C99DVqlVTy5Yt1bRpU9WoUUPh4eEKDQ1VVlaWUlNTderUKe3cuVPbtm3TyZMnCz2GaZoKCAjQe++9p549e5bW6QEAfIRfFsBt27ZNQ4YMsVYrcahZs6YWLVqkChUqeD2H7Oxs9enTx7rAOgQEBOjHH39U3bp1vZ4DAAAoH9auXasHH3zQ6YW9Q/7fQgUHzxW1XcFtHS/op0yZUqyZdgAAAAAAKKt2796tu+66SykpKU79hU0qExYWpujoaOtlvWNCmtOnTztNaFPUhDRRUVH64osv1KhRI2+eEgAA5caCBQs0ZswYl/6CRegxMTG68sorrYnlHNfx9PR0nTx5Unv27NGxY8eK3N8x6O7NN9/UDTfc4N2TAgAAAADAx/3nP//Rq6++6jKGzd3xbRfb3tE/duxY3X333SVNFwDgh/yyAG78+PH64osvnKq5DcPQmDFjNHLkyFLLY8qUKXrrrbdc8rj//vs1evToUssDAACUfbt379aTTz6pPXv2FPkg4EI/6y60T9OmTfX666+rYcOGHskVAAAAAICyYPv27XrggQeUmJh4wRf2+RWcuK/g3woeo1q1apoyZYqaNWvmmaQBAIAkaebMmXrhhRd0/vx5p/4LTRZX0MUmlgsMDNSLL76ooUOHeiBjAAAAAAD836xZszR+/HhlZWUV+nd3yhYKu1d3TPD+/PPPKy4urqRpAgD8VIDdCVyK5cuXu1zcDMPQjTfeWKp5DBw4sNAX1suWLSvVPAAAQNnXuHFjzZo1SyNHjlRISEihDwMMwyjyU5BpmgoJCdEDDzygGTNmUPwGAAAAAEABzZs319y5c3XdddcVOgC+sHvv/Ku8FXVvbpqmTNNUv379NHfuXIrfAADwgiFDhujjjz9WbGysy8zx+T+O63Jhnwtdy2NjY/Xxxx9T/AYAAAAAQD633HKL5s6dq1atWln31/ldaHxbYePcHMdo27at5s2bR/EbAJRzfrcCXHx8vPr27euy6tpVV12lr776qtTzufXWW7Vx40aXfFauXKno6OhSzwcAAJR9ycnJmjFjhmbMmKH4+PhCt7nQjPP16tXTsGHDNGTIEEVGRnozVQAAAAAAyoTFixfr7bff1t69eyVdeLWYojju06+88ko99thj6tWrl0dzBAAArjIzM/X2229r+vTpys3NvaRruINpmgoKCtIdd9yhRx99VKGhoR7MFAAAAACAsmXZsmX64osvtHLlSpfJaYqSf7uAgAB1795dt99+u7p16+bVXAEA/sHvCuBmzZqlZ5991qXgbMyYMRo5cmSp5/Pxxx/rjTfecMnnzTffVP/+/Us9HwAAUL4kJCRo06ZN2rx5sxISEpScnKyUlBRlZGQoLCxMERERioqKUmxsrFq3bq02bdooJibG7rQBAICk06dPKzU1VampqTp37lyRxevF1b59e48cBwAAuNq8ebO++eYb/frrrzp27Jjb+8XExKhLly4aOnSoWrdu7cUMAQBAYU6fPq1Zs2Zp5syZOnz4cKHbXGxiuVtuuUW33HILE+ECAAAAAFAMCQkJWrt2rTZu3KgtW7YoISFBqampOn/+vLVNQECAIiIirDFuV111la655hrGuQEAnPhdAdyrr76q//znPy4FZ59++qmuueaaUs9nzZo1uvvuu13yeeCBB/TYY4+Vej4AAAAAAMA37dmzR/Pnz9fmzZu1c+dOpaenezyGYRjasWOHx48LAABcJSYmauvWrTp8+LBSU1OtCWkqVaqkyMhIRUREqG7dumrZsqWqVatmd7oAAOD/i4+P19atW63reEpKilJTU63reEREhCIjI63reMuWLVWnTh270wYAAAAAoExx3IuHhYUpPDzc7nQAAH4gyO4Eimv//v0ufYZhqHnz5jZkIzVv3rzQpVgLyxMAAAAAAJQ/mzZt0oQJE7R161arz8/mIwIAAIWoVq2aevbsaXcaAACgmOrUqaM6deqof//+dqcCAAAAAEC5FRERoYiICLvTAAD4Eb8rgDt8+LBLwVn16tVtq/wODw9XjRo1dPLkSavPNE0dOnTIlnwAAAAAAIDveP311/Xpp5/q/PnzTkVvhU2mU1IU1QEAAAAAAAAAAAAAAAAoi/yuAC4tLc367hjYFRUVZVc6VvwTJ07IMAwZhiHTNJWSkmJrTgAAAAAAwF4vv/yyPv/8c+v5hTeK3gAAQPny22+/6cMPP7TahmHos88+szEjAADgrt27d2vhwoVOfaNGjbIpGwAAAAAAAADwL35XAJeenu7UNgzDJwrgCsrIyLAhEwAAAAAA4AsWLFigzz77zJosJ7/8K7WFhIQoLCxMFStWLO0UAQCAH0pMTNTatWutyfgosAcAwH/s3r1bkyZNcrp+UwAHAAAAAAAAAO7xuwK4rKwsl74KFSrYkMmfgoJc/zMWLNQDAAAAAADlQ3Z2tt58802XftM0FRoaqhtuuEH9+vVT06ZNVaNGDRsyBAAAAAAAdqKQHQAAAAAAAACKx+8K4EJCQlyK4OxebS0zM9Olj4fVAAAAAACUT8uXL9fRo0etZwOOFd+6deum8ePHq2bNmnamBwAAAAAAAAAAAAAAAAB+xe8K4EJDQ60COMMwZJqmjh8/bmtOJ06ccCl4q1Spkk3ZAACA8iY7O1tpaWk6d+6cNcC+pGJjYz1yHAAAyqPly5db3x0zunft2lUffPBBoavIAwAAAAAAAAAAAAAAAACK5nejrmrUqKGkpCSngrOTJ08qLS1N4eHhpZ5PWlqaTpw44dJfuXLlUs8FAACUfUlJSfrxxx+1efNm7dixQ4cOHVJOTo5HYxiGoR07dnj0mAAAlCdbt251agcHB2vcuHEUvwEAAAAAAAAAAAAAyoV9+/Zp06ZN2rlzpw4ePKi0tDSlpaUpKyvLI5O8G4ahRYsWeSBTAIC/8LuRV7Gxsdq1a5dTn2ma2rBhg7p3717q+WzcuFHnz5+3CvIcM7tfdtllpZ4LAAAouw4ePKg333xTS5YsUV5eniR5bLU3AADgWadPn7ZWrTcMQ506dVJMTIzdaQEAAAAAAAAAAAAA4DU5OTn6+uuvNWvWLO3evdvl754c75Z/MR0AQPngdwVwV155pX755ReX/p9//tmWAriffvqp0P769euXciYAAKCsmjx5st577z3l5OS4PATw9I08RXUAAJTcmTNnnNpt27a1KRMAAAAAAAAAAAAAALxv3bp1eu6553To0KELjkHzxHg3xrgBQPkUYHcCxdW6dWuntmNG9e+//15nz54t1VzOnj2r77//vtAL8VVXXVWquQAAgLLplVde0dtvv63s7GxrFZn8HwAA4HuCgpznG6patapNmQAAAAAAAAAAAAAA4F0///yzRowY4VT8VnCcG+PdAAAl5XcFcO3bt1eFChVc+rOysvT++++Xai4ffPCBMjMzXfoNw1CHDh1KNRcAAFD2zJ49W59++qkkuTwAME3TKx8AAFByBQvesrOzbcoEAAAAAAAAAAAAAADv2bhxox5//HHl5ORIKp1xbgCA8ino4pv4lvDwcHXq1EnLly+3Lo6OVeCmT5+uPn36lErx2bp16/TFF1+4XKANw1CbNm1UvXp1r+cAAADKrtTUVL3++usus96YpqmKFSvq2muv1bXXXquGDRsqNjZWYWFhCgkJsSlbAACQX6NGjXT06FGrnZSUZGM2AAAAAAAAAAAAAAB4Xl5enl544QXl5uYWOs6tWrVq6tatmxo1aqSYmBiFhYWpYsWKNmULAPB3flcAJ0m33HKLli9fLunPojPDMJSXl6dHH31U06ZNU8OGDb0Wf9++fXr00UeVl5dnFd/lv2gPGTLEa7EBAED5sHDhQp05c8b6jeGYuaZfv3569tlnVaNGDTvTAwAAF9CxY0ctXbrUuo5v3rzZ5owAAAAAAAAAAAAAAPCs5cuXa8+ePS5j3OrVq6cnn3xSvXv3dimMAwDgUgXYncCl6Nu3ry677DJJf67+5vh+5swZ3XnnnVq2bJlXYi9fvlx33nmnkpKSCi1+q1GjhgYOHOiV2AAAoPxYtGiR9d3xeyMuLk7vvPMOxW8AAPi4G264QUFBf8w5ZJqm1q9fr/T0dJuzAgAAAAAAAAAAAADAcxYuXGh9d4xxa9Gihb755hv16dOH4jcAgEf5ZQFcQECAHn/8cavwTZJLEdyDDz6oF154wWMDzDIyMvTiiy/qgQcesIrf8nNctB999FFrkBsAAMCl2rdvn9PvjcjISP3jH/+wMSMAAOCumjVratCgQdaziqysLH3yySc2ZwUAAAAAAAAAAAAAgOds3brVaYxbUFCQ3njjDUVGRtqYFQCgrPLLAjhJ6t+/vzp27Oi0Alv+IjjTNDVjxgx1795d48eP1759+y4pzv79+zV+/Hh1795d//3vf13i5V8Frl27drr55ps9c4IAAKBcS0xMlPTn741evXopPDzc5qwAAIC7nnjiCUVHR1vPDf7zn/9o69atdqcFAAAAAAAAAAAAAIBHnDp1StKfY9y6dOmiyy+/3N6kAABlll8vVfb6668rLi7OWpHNNE3rAupop6ena/r06Zo+fbpq166t1q1bq3Xr1qpbt64iIyMVGRmpsLAwZWRkKDk5WampqTp8+LA2bdqkzZs36+jRo5Kci+sc7fwV61WqVNEbb7xR+v8RAABAmZSTk+PUbty4sU2ZAACAS1GlShW98847GjFihHJycpSZmakHH3xQkydPVosWLexODwAAAAAAAAAAAACAEklLS3Nqt23b1qZMAADlgV8XwFWvXl3vvvuu7rvvPmVlZTkVwUlyWRnuyJEjOnr0qBYsWODW8R37FXas/O3Q0FC99957qlmzpmdODAAAlHsRERFKSkqy2iwLDwCA/2nXrp0++OADjRo1SllZWTp9+rRuvfVWPfjgg7rrrrsUERFhd4oAAAAAAAAAAAAAAFySsLAwpaSkWO3o6GgbswEAlHV+XQAn/VEp/t5772nUqFHKzMy0iuAkOa0G55C/qO1i8u+Xf9/8xW+VKlXSe++9pzZt2pT0VAAAACz16tXT6dOnrXZycrKN2QAAgOJKSEiQJF1xxRV6++239eyzz+r06dPKycnRpEmT9Mknn6hnz55q166dGjVqpKioKIWFhXkkdmxsrEeOAwAAAAAAAAAAAABAUWJiYpwK4DIzM23MBgBQ1vl9AZwkde7cWV988YX++te/6vjx404FagVXcStY1HYxBQvm8h87NjZWH3zwgRo3blzCMwAAAHDWqlUrbdiwwfrtcfToUZszAgAAxdGrV69Cn0E4Ju7JyMjQggUL3F6l3l2GYWjHjh0ePSYAAAAAAAAAAAAAAAU1a9ZMu3btstonT560MRsAQFkXYHcCntKsWTN9++23uvHGG63CN0fBW8GCuOJ8JDkdx9F/yy23aP78+RS/AQAAr7juuuus76ZpasWKFTZmAwAALsXFnjNcynMKd59lAAAAAAAAAAAAAADgTb169ZL050Swq1evtjkjAEBZVmYK4CQpIiJCb7zxhr744gtdffXVRRaxFfcj/TlorWPHjpoxY4b+9a9/KTw83M7TBQAAZVjbtm3VrFkzq3348GGtWrXKxowAAEBxXej5QmF/L+kHAAAAAAAAAAAAAIDS0r17d9WoUcNqb9u2TYcOHbIxIwBAWVamCuAc2rVrp+nTp2v27NkaNmyYqlWrVqzZ0AtuW6NGDd1xxx2aP3++Pv30U7Vq1aqUzgQAAJRnTz31lKQ/Z8iZMGGCsrKybM4KAABcKorVAAAAAAAAAAAAAABlRXBwsB5++GGZpmmNcXvllVfsTgsAUEYF2Z2ANzVr1kwvvfSSXnrpJe3cuVObN2/Wjh07dPjwYR07dkxnz55VVlaWsrOzFRwcrIoVK6py5cqKiYlR3bp11bx5c7Vu3VpNmjSx+1QAAEA51LFjR40cOVIfffSRDMPQ77//rkceeUSTJk1ScHCw3ekBAICLuNgEPAAAAAAAAAAAAAAA+LNhw4Zp4cKFWrlypQzD0NKlS/Xuu+/qb3/7m92pAQDKmDJdAJdf06ZN1bRpU7vTAAAAKJYxY8bozJkzmjlzpgzD0IoVKzRkyBC9+uqr/LYBAMCH7dq1y+4UAAAAAAAAAAAAAADwurffflt33XWXduzYIcMw9P777+vUqVMaO3asQkND7U4PAFBGBNidAAAAAC5s/PjxGj16tLVM/J49e3TzzTfr3nvv1Zw5c3Tw4EG7UwQAAAAAAAAAAAAAAAAAlEPh4eH67LPP1K1bN5mmKdM09c0336hfv3768MMPdfToUbtTBACUAYZpmqbdSQAAAODitmzZoueff95aUcYwDOtvgYGBioiIUKVKlUocxzAMLVq0qMTHAQAAAAAAnjV//nw99dRT1iQ5hmFo586ddqcFAADcwHUcAAAAAFDWmaapqVOnatKkScrMzJT05xi36tWrq379+oqKivLYGLcJEyaU+DgAAP8RZHcCZc3x48c1a9YsPfzww3anAgAAypCsrCytWrVKZ86ckSTrBblDbm6uzpw5Y/29JPIX1gEAAAAAAAAAAAAAAAAAcDGGYahNmzZq2bKl1q5d6zTG7eTJkzp16pRH4jgmlqEADgDKFwrgPCA7O1uLFi3SrFmztHr1ap0/f54COAAA4DGrVq3S2LFjdeLECavPcRPvaSwODAAAAAAAAAAAAAAAAAAojpMnT2rcuHFavHixU3/+MW6MTQMAlAQFcCWwY8cOzZo1S999951SUlIkeW8wOgAAKJ/mzZunZ599Vrm5uU79/N4AAAAAAAAAAAAAAAAAANht165duv/++3Xq1CmnIreC4+o9NeaNQjoAKJ8ogCum5ORkzZ8/X7Nnz9auXbsk/XkRZSA6AADwpA0bNljFb4X9zuBGHgAAAACA8olnAgAA+C+u4wAAAACAsuTEiRMaOXKkEhMTJRU+np57YQCAJ1AA5wbTNLVixQrNnj1bv/zyi3JycpwuxBS+AQAATzt//rxeeOGFQovfTNNU9erV1bVrVzVq1EixsbGqVKmSKlasaFO2AAAAAACgNNx000266aab7E4DAABcgi5duujzzz+3Ow0AAAAAADzqxRdfVGJiYqFj3CSpdu3ajHEDAHgEBXAXEB8fr5kzZ2revHk6ceKEJBVZ+FZwiVYAAICSWLZsmfbu3Wv9vnD8BqlXr56efvpp9ezZ0870AAAAAAAAAADwOb1793ZqP/PMMy59dsWKjo5WdHS0V3IBAAAAAMAO27Zt05IlS1zG1FeoUEF33HGHhg4dqvr169uYIQCgLKEAroCsrCz9+OOPmjVrltavXy/pwkVvAAAA3vDjjz9a3x2F9i1atNDUqVMVERFhY2YAAKAk9u3bp02bNmnnzp06ePCg0tLSlJaWpqysLI88ZzAMQ4sWLfJApgAAoKRM09SqVav022+/6ejRo0pNTVWVKlVUu3Zt9e7dWy1btrQ7RQAAypyjR4/KMAzruXpGRkaZiAUAAAAAgC+aN2+eU9s0TUVHR+vjjz9W06ZNbcoKAFBWUQD3/23atEmzZs3SDz/8oPT0dEl/FrgVtSRrYX8DAADwhK1btzr9zggKCtLrr79O8RsAAH4oJydHX3/9tWbNmqXdu3e7/N2TE+zwnAIAgJLLzc1VWlqaU1/FihVVsWJFt4+xZs0ajRs3Tvv37y/075MnT1bTpk01YcIENWnSpET5AgAAAAAAAABghw0bNljfHRPEvPbaaxS/AQC8olwXwJ0+fVpz587V7NmzrZfQ7qz2VlRBXExMjAYMGKCBAwd6M20AAFAOnDx5UtKfDwY6deqkyy+/3N6kAABAsa1bt07PPfecDh06dMFCN08UrrFSPQAAnjFlyhS9++67Tn1vvfWWbrjhBrf2//bbbzV27Fjl5eVd8Pq8Y8cODRkyRK+//rrbxwYAAAAAAAAAwFccOXLEWh1dklq2bKkuXbrYnBUAoKwqdwVweXl5WrJkiWbNmqUVK1a4vIAubtFbVFSU+vXrp4EDB6p9+/Zezh4AAJQXWVlZTu127drZlAkAALhUP//8s8aMGaPc3NwiV5kHAAC+54cffnB6PxAbG6t+/fq5te+uXbv0j3/8Q7m5uTIM46LX/tzcXD311FOqWrWqrrnmmhLlDQAAAAAAAABAaUpPT7e+G4ZB8RsAwKvKTQHcvn37NHPmTH377bc6ffq0pOKv9uboDw4O1rXXXqubbrpJPXr0UIUKFbydPgAAKGcqVaqk1NRUqx0dHW1jNgAAoLg2btyoxx9/vMjB76zWBgCAb0pISNDevXutGWsNw9DgwYMVEBDg1v7jxo3TuXPnLnjtz/83wzCUk5OjZ599VgsWLFBwcLBnTgQAAJS6wMBAu1MAAAAAAKBUBQcHKzMz02rXqlXLxmwAAGVdmS6AS09P1/fff69Zs2Zpy5Ytktwresv/d0d/QECArrnmGg0cOFD9+vVTeHi4l7MHAADlWa1atZwK4AquCAcAAHxXXl6eXnjhBav4LT/TNFWtWjV169ZNjRo1UkxMjMLCwlSxYkWbsgUAAPlt2rTJpa9nz55u7fvbb79pw4YNLu8eAgMD1bVrVzVq1EhZWVn67bfftH//fqftjh49qqlTp+rBBx8s8TkAAADvy8jIcOkLDQ21IRMAAAAAAOxTrVo1xcfHW+2C78cBAPCkMlkAt3btWs2aNUs///yzNVjcUcjmzozr+QvfmjVrpoEDB2rAgAGqUaOGlzMHAAD4Q5MmTbRnzx6rffLkSRuzAQAAxbF8+XLt2bPHegbheMZQr149Pfnkk+rduzcP/gEA8FFbt251alepUkUtWrRwa99vvvnGqW2apqpXr64pU6aoadOmTn/78MMP9fbbb1srxZqmqRkzZlAABwCAnzh27JhLX1hYmA2ZAAAAAABgn4YNG+rw4cNWOzEx0cZsAABlXZkpgDt+/Lhmz56tOXPm6MiRI5LcW+3tYqvAzZ492xvpAgAAXFD37t01f/5867fKmjVrbM4IAAC4a+HChdZ30zRlGIaaN2+uqVOnKjIy0sbMAADAxeR/UW8Yhho3buzWfunp6VqyZIlTAbxhGBo/frxL8ZskPfjggzp48KDmzp1r7XPs2DGtX79e7dq188CZAAAAb1q3bp1LX/Xq1W3IBAAAAAAA+3Tu3Fm//PKL9Zx7y5YtNmcEACjLAuxOoCRycnK0YMEC3Xffferdu7feffddxcfHyzRN6+Vy/tlTC+uXZPUDAAD4ir59+6pKlSqS/vitsmXLFh06dMjmrAAAgDu2bt3qNOFOUFCQ3njjDYrfAADwAwkJCdY7BUm68sor3dpvzZo1ysrKkvTnZHuNGzdWjx49itzn0UcfVUCA82uatWvXXkraAACgFCUlJenjjz92uvcPCQnR5Zdfbl9SAAAAAADY4Prrr1dwcLCkP56Nr169WqmpqTZnBQAoq/xyBbidO3dq1qxZ+vbbb5WSkiLpzxfK+R8y5+8v+DdHf1RUlPr3768NGzZo9+7dLvsDAADYISQkRA899JAmTJhgDbx7+eWX9eGHH9qdGgAAuIhTp05J+nPlly5dujAIDgAAP+G4jju4u5JLwZXbDcPQ4MGDL7hPTEyMWrVqpU2bNll9u3btci9RAADKof379+v06dPF2mffvn2FrtZWHHl5ecrKytLx48e1fft2/fzzz07jFBwrvzPWAAAAAABQ3lSrVk1DhgzRl19+KcMwdO7cOb3//vv6+9//bndqAIAyyG8K4JKTk/Xtt99q9uzZ2rlzp6SLF7cV1R8UFKRu3bpp8ODB6tmzpypUqKCRI0dq9+7d3j4NAAAAt915551aunSpfvvtNxmGoWXLluntt9/WY489ZndqAADgAtLS0pzabdu2tSkTAABQXI5V3BwiIiLc2q+wldt69ep10f1atGihTZs2WZPf7Nu3z71EAQAohz744AN99913F93OMS7ANE1NnjxZkydP9mgehU3OO3DgQI/GAAAAAADAXzz++ONaunSpjh07JtM0NW3aNHXo0EE9e/a0OzUAQBnj8wVwK1as0KxZs/TLL78oJyenyOI26eKrwDVr1kxxcXG68cYbVbVqVS9nDgAAUDKGYejf//637rnnHm3btk2SNHnyZJ06dUrPPvusKlWqZHOGAACgMGFhYdZM8JIUHR1tYzYAAKA4ChbAhYSEXHSfjIwM7dmzx+ndRExMjOrUqXPRfQtuk5yc7GamAACUT/nHC3hje3fkv+YbhqFatWpRAAcAAAAAKLfCw8M1ZcoU3X777UpJSVFubq5Gjx6tl156SYMGDbI7PQBAGeKTBXDx8fGaNWuW5s2bp+PHj0u69NXeqlWrpptuuklxcXG68sorvZ06AACAR4WHh2vatGkaO3asfvzxR5mmqdmzZ2v58uW69dZbNXDgQLcG1AEAgNITExPjVACXmZlpYzYAAKA4AgMDlZeXZ7ULFsQVZvPmzcrLy7NWcTMMQ+3bt3crXnh4uFM7PT29eAkDAFAOFZwQN7+CBW8X2rakTNNUaGioXn/9dYWFhXktDgAAAAAAvq5hw4b66quv9MADDyg+Pl5ZWVl6+umn9cMPP2jkyJFq166d3SkCAMoAnymAO3funH744QfNmjVL//vf/2Sa5iUXvYWEhKhPnz4aNGiQunbtqoCAgFI4AwAAAM8aO3as9T00NFTR0dE6ffq0TNPUqVOn9O677+rdd99VtWrV1KBBA0VFRXlkVTjDMDRhwoQSHwcAgPKqWbNm2rVrl9U+efKkjdkAAIDiCA8PV1JSktU+c+bMRfdZs2aNS9/VV199SfFzcnIuaT8AAOBdhRXWderUSc8995zq169vU1YAAAAAANhv7ty51ve7775bH3zwgZKSkmSappYtW6Zly5YpJiZGbdq0sca4eWoimbi4OI8cBwDgH2wvgNu8ebNmzZqlBQsWWDObOh4eF5yN7WL9V199teLi4nTDDTe4zJoKAADgb+bMmVPo7LSOPsdvoFOnTikxMdEjMR0z1VMABwDApevVq5dmz55trQKzevVqu1MCAABuioiIcCqAO3jw4EX3WbFihUtfmzZt3IqXnJzs1A4NDXVrPwAAyqOqVasqNjb2gtskJCQ4rcpauXLlEl9fK1SooLCwMIWFhalevXpq2rSpunXrprp165bouAAAAAAAlAVPP/10kWPcHOPbEhISdOzYMY/HpgAOAMoXWwvgPvroI7311luSLr6qm2EYhfZfdtlliouL06BBg1SnTp3SSBsAAKBUFZxZ1vHivqgVcgEAgL26d++uGjVq6NSpU5Kkbdu26dChQ6pXr57NmQEAgIupX7++Dh48aL2YX7du3QW3T0hI0Pbt253u0aOiotSoUSO34hUsgGNyPwAAijZ27FiNHTv2gts0adLEqf3MM89o4MCB3kwLAAAAAACo8PFr3hzfVljRHQCgbAuwM/i5c+dcCtzyr2hScHC3oy8sLExDhgzRF198oUWLFmnUqFEUvwEAgDIr/++kgoVvF9rmUj4AAKDkgoOD9fDDD1vPNUzT1CuvvGJ3WgAAwA1NmzZ1ah87dkyrVq0qcvsZM2ZY3x3X/g4dOrgdb//+/dZ3wzBUs2bNYmQLAAAAAAAAAIBvuNhYNE+Nb2OMGwCUX7YWwBXkKHDLXxTnaAcEBKhr165644039Ouvv2r8+PFq166dzRkDAAB4V/7fR6XxAQAAnjFs2DB17drVur4uXbpU7777rs1ZAQCAi+ncubNT2zRNvfzyy8rMzHTZNiEhQZ9//rnLy/aePXu6HW/btm3WuxBJqlu37iVkDQAA8uNZNwAAAAAApY8xbgAAbwuyOwGH/Bej/IVvjRo1UlxcnAYOHKgaNWrYmCEAAEDpGjVqlN0pAACAEnj77bd11113aceOHTIMQ++//75OnTqlsWPHKjQ01O70AABAIa6++mpddtllOnr0qPWuYu/evRo+fLjGjBmjtm3bKigoSKtXr9a//vUvZWRkOBXAVaxYUf369XMr1qlTp3Ts2DGn/evXr+/xcwIAoDwZPHiwU5vicgAAAAAAvKt9+/Z2pwAAKCd8pgDOwfFC2TAM9e3bV88884xq1apld1oAAACljgI4AAD8W3h4uD777DM9/vjjWrFihSTpm2++0dKlS3Xbbbdp4MCBql27ts1ZAgCAgu69917985//tArTTNPU7t279cADDzht53iXkf/70KFDValSJbfiLF682KWvZcuWJcweAIDy7eWXX7Y7BQAAAAAAypVp06bZnQIAoJwwTBvXAZ00aZImTZpkFb1ZSeWb7dQwDHXs2FGDBg3Sdddd57UZ0keOHKmVK1e6vKzeuXOnV+IBAAAAAIDywTRNTZ06VZMmTVJmZqakP599VK9eXfXr11dUVJTbg+UvxDAMTZgwocTHAQCgPDNNU7fccou1iqujr6D87zJM01RUVJR+/PFHValSxa0499xzj1avXm29IwkICNDatWsVHh7umRMBAAAAAAAAAAAAgDLC51aAk5xfJJumqVWrVmnVqlV66aWX1K9fP910003q1KmTjRkCAAAAAAC4xzAMtWnTRi1bttTatWudJgI6efKkTp065ZE4jsl8KIADAKBkDMPQBx98oNtvv11HjhyRYRhOxW4FmaapwMBAvfHGG24Xv504cULr1q1z+l1w5ZVXUvwGAAAAAAAAAAAAAIUIsDsBh8JeIDv6TNOUaZrKyMjQ3LlzNWLECPXs2VMTJ07U/v37bcoYAAAAAADgwk6ePKlRo0bp9ttv17p166x+xzOP/M89SvoBAACeU7NmTU2fPl3du3cv8lrr6K9SpYo+/PBDdevWze3jT5s2TXl5eZL+/F3Qo0cPj+UPAAA859y5c0pMTFRubq7dqQAAAAAAAABAuWXrCnBNmjRR9erVrZnO8xfBOV4cFyyMc7xkPnbsmKZMmaIpU6aoRYsWGjx4sAYMGKCoqKjSPxEAAIBy5rffftOHH35otQ3D0GeffWZjRgAA+J5du3bp/vvv16lTp1xWu8//rONCK8oUB0VwAAB4Vs2aNTVlyhStXr1aP/zwg/73v//p5MmT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l9S1a1c9+OCDWrBggc6dO1eapwQAAAAAAHxY586dJf35TGHLli12pgMAAIqhU6dOkv64jpumWeiKMAAAwDdlZ2cXe59jx47pxIkTkv6cJLdZs2YKCwu76L41atRwaqelpRU7PgAAAAAAAADAPWW+AC6/jh076o033tDKlSv1wgsvqGXLloWuCpe/GK5gkZxj+9zcXC1btkxjxoxR586d9fTTT+vXX391WUkOAAAAAACUL9dff72Cg4MlyRo4n5qaanNWAADAHX369FHFihWt9o4dOxQfH29jRgAAwF35r+GSlJmZedF91q1b59Q2DEPt2rVzK15oaKhTOz093a39AAAAAAAAAADFV64K4BzCw8N166236ptvvtF3332nu+++W1WqVCm0GE76c/W3oorh0tPTNW/ePI0cOVLdunXTyy+/bOfpAQAAAAAAG1WrVk1DhgyxniOcO3dO77//vt1pAQAAN0RFRemWW26xruOmaer111+3Oy0AAOCG8PBwp3ZCQsJF91mzZo1LX9u2bd2KV7DALjAw0K39AAAAAAAAAADFVy4L4PJr2LChxo4dq+XLl+vf//63evTooYCAgCJXhStqxThHf2Jioj7//HPbzgcAAAAAANjv8ccfV2xsrKQ/niVMmzZNS5YssTkrAADgjkcffVTVqlWT9Md1fOHChfr000/tTQoAAFxUdHS09S5fkvbu3XvB7U3T1LJly6yxAA7uFsAlJyc7tStVquRmpgAAAAAAAACA4ir3BXAOQUFBuu666zR58mQtWbJEo0ePVt26dd1aFa7g3wAAAAAAQPkWHh6uKVOmKDIyUoZhKDc3V6NHj9a8efPsTg0AAFxEZGSk3nvvPVWsWNGaAO/VV1/VxIkTlZOTY3d6AACgCI0bN5Yk6/q9bt06ZWVlFbn9mjVrlJiYKEnWe//69euratWqbsU7ffq0UzsyMvJS0gYAAAAAAAAAuIECuELUqFFDDzzwgH766Sd98cUXGjx4sCpWrGgVvF1oVTgAAAAAAADpj1Xnv/rqK1122WWSpKysLD399NN68MEHtX79epuzAwAAF9K6dWtNnTpVVapUsQbRT5kyRTfddJP++9//Ki0tze4UAQBAAS1atHBqZ2Vl6csvvyxy+88++8ypbRiGOnXq5Ha8nTt3Ou3ruP8HAAAAAAAAAHieYVK55ZaMjAx9//33mj17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6rjnnnsaZazx48fXO7b33ns3ylgA0BK98cYbcfzxx8dRRx0V48ePj6lTp0ZVVVWkadooLwAAAGipXBcDsDnYAQ4AoAjtscce0bt375gzZ04umPbee+/FiSeeGBdeeGEMGTIkSkpKYsqUKfFv//ZvsWzZsrwAXPv27eOQQw5p0FhffPFFfPbZZ3nn77DDDgX/TgAAAFDs9t9//2jbtm2sXLkydz1+6623xuGHHx7du3cv2DgvvfRS/O1vf8u7Fu/Vq1fsvvvuBRsDAFqya665Jv74xz/G6tWr8ybhrbuQXCGY5AcAAEBLdswxx+S1LbwOQGMRgAMAKFKnnXZa/Pa3v809kE/TNN5555346U9/mve5NE3zPpMkSRx33HFRVlbWoHGeeuqpesd22223TaweAAAAmp4OHTrEEUccEQ888EDuWvvLL7+M8847L2677bYoLy/f5DHmzJkTF154YW6yfN21/EknnbTJfQMAEVdddVXccccdud/axgi9AQAAAGtcddVVWZcAQAshAAcAUKROPvnkuO+++2LGjBl5Abd1V5Nd9+F9x44d46yzzmrwOI899li9/gYPHvwdqwYAAICm7cwzz4y//vWvUVtbm9sF7vXXX48f/OAH8Z//+Z+btHrta6+9Fueee24sWLAg73q+a9eucfLJJxeifABo0R599NG4/fbbI0mSevfO17633q5duygvL4/27dtv7hIBAAAAAPgOBOAAAIpUkiRxyy23xA9+8IP49NNP1/vAfm1pmkbr1q3j2muvjS233LJBY8ybNy9eeeWV3IS+iIiddtopOnToUJDvAAAAAE1N375946c//WmMHTs2dy2epmnMnDkzjjjiiDjxxBPjuOOOi5122qnBfb755psxfvz4mDx5cqxevbreTu6XXnppg3dyBwDWb8WKFXHdddfVO56maZSWlsZhhx0WhxxySAwcODC6d++eQYUAAAAAAHxXAnAAAEWsR48ecdddd8W//Mu/xPPPPx8R9Xd8qwuubbnllnH11VfHiBEjGtz/xIkTY9WqVXnhuv32269A1QMAAEDTdPbZZ8drr70WL7zwQl4IbuXKlXHnnXfGnXfeGb17946BAwfG8uXL651/3XXXxaJFi2L+/Pnx+uuvx+LFiyPi68BbnSRJ4nvf+14cccQRm+27AUBz9fzzz8ecOXPyguYRESNGjIgrrrgievTokWV5AAAAQAMtX748lixZEp07d46SEnEHANZI0rq7vgAAFLUpU6bE3/72t3j11Vdj/vz5sWzZsujcuXPstNNOMXLkyDjuuOOivLy8wf0tW7Ys9t9//9wkvIg1E+/uuuuuGDJkSGN8BQAAAGgyli1bFj/+8Y/j9ddfzwutrf1YZd0J9use39Dn647vv//+cfPNN0fr1q0LXj8AtDSXX3553HvvvbngepIkMXz48LjllltMlgMAAIAi98Ybb8Sdd94ZL774YixcuDAi1txT32qrrWL06NFx7LHHxsCBAzOuEoAsCcABALRQixcvjpkzZ9Y7vueee9bbZQ4AAABaouXLl8dll10WjzzyyHqvlRvyiGVD533ve9+LMWPGmJAPAAVyzDHHREVFRS4A165du3jssceiZ8+eWZcGAAAAzdasWbPi+eefzzs2ZMiQGDx4cIPOX7VqVVx++eVx//33R8T677snSRKtWrWKU089Nc4//3z31QFaKAE4AAAAAACAb/DII4/Ef/zHf8T8+fM3adGYNE2jW7ducckll8Tf//3fF7BCAGDkyJHxxRdf5HZ/22+//eK//uu/si4LAAAAmrXLLrssHnjggbxjDz/8cOy4444NOv/cc8+NyZMn54Jv37QYXZIkceihh8b111+/iVUD0BS1yroAAAAAAACAYnbEEUfE5MmT45e//GXsuOOOkaZp3mt91v1Mz54948ILL4zHH39c+A0AGsGXX36Z1x4yZEhGlQAAAEDLsGrVqnjqqaci4ut74sOGDWtw+O3uu++OJ554IiLWhNs2tABd3b+laRqPPfZY3HDDDQWpH4Cmxf6fAABF6IEHHoiZM2fmHTv99NOjR48eGVUEAAAALVu7du3ilFNOiVNOOSU+/PDDeOGFF2L69OnxwQcfxOeffx6LFy+O5cuXR+vWraOsrCy6d+8effv2jV133TX22Wef2H333bP+CgDQrJWUlERtbW2u3aVLlwyrAQAAgOavoqIiFi1alAuuJUkShx12WIPOra6ujptuuil3bt2O7utbdG7t/tM0jfHjx8dRRx0V22+/fYG+CQBNgQAcAEARmjBhQrz//vu5dp8+feLSSy/NsCIAAACgzvbbb+/BOgAUmS5dusTcuXNz7RUrVmRYDQAAADR/06ZNy2snSRKjRo1q0Ll/+ctfYuHChXm7vqVpGoMHD47TTjst+vfvH8uXL4//+Z//iVtvvTWWLl2a+1xtbW2MHTs2rrvuusJ8EQCaBAE4AIAi9Omnn0bE1yvb7LvvvhlXBAAAAAAAxat///4xZ86cXHvhwoUZVgMAAADNX0VFRV67b9++0a1btwad++CDD+be182RGzlyZIwbNy5at26d+7dddtklDjzwwDjxxBOjqqoqtwvcU089FUuXLo3y8vLCfBkAil6rrAsAAKC+lStX5rW33nrrjCoBAAAAAIDit/fee0dE5FaOX3cVegAAAKCw6nZirwuw7bTTTg06b/bs2TF9+vS83d9KSkpizJgxeeG3Ov369YsLL7ww0jTNHVu+fHk888wzm/gNAGhKBOAAAIrQuivTNHRlHAAAAAAAaIkOO+ywKCkpiYg1E++mTp0aS5cuzbgqAAAAaL7mzJmTF2Lr169fg8578cUXc+/rwnOjR4+OHj16bPCc73//+9GhQ4e8Y2+99dZGVgxAUyYABwBQhHr27JnXXrJkSUaVAAAAAABA8evRo0ccddRRudXga2pqYvz48RlXBQAAAM3X4sWL89qdOnVq0HlTpkypd+zQQw/9xnPatGkTe++9dy4wFxFRUVHRwEoBaA4E4AAAitCOO+6Yt2X7F198kWE1AAAAAABQ/C666KLo2rVrJEkSaZrGH/7wB6vBAwAAQCOpqanJa2+xxRYNOu/VV1/N2zmudevWMXz48G89r3///rn3aZrGnDlzGlgpAM1BSdYFAABQ37Bhw+Kvf/1r7iH9+la9AQAAALJRW1sbFRUV8eabb8ann34aixcvjsWLF8eyZcuirKwsOnbsGB07dozevXvH7rvvHgMHDoySEo9kAKCxbbnllnHjjTfG6aefHitXrozq6uo488wz43e/+13suuuuWZcHAAAAzcqKFSs2+pzPPvss5s2bl5sXFxGxyy67RHl5+bee271797x2VVXVRo8PQNPlaSsAQBEaPXp0/Pa3v43ly5dHRMSMGTNi9uzZse2222ZcGQAAALRMq1atiieffDLuvffeeOWVV2LlypUNPrdNmzax5557xgknnBAHHnhgtG7duhErBYCWbejQoXHLLbfEOeecEzU1NVFZWRknnXRSnHnmmfGjH/2owavRAwAAAN+sffv2sWzZsly7urr6W8955ZVX8tpJksTQoUMbNF5paWlee+nSpQ06D4DmQQAOAKAIderUKb7//e/HXXfdlVvt5pprron//M//zLo0AAAAaHHuvvvuuPnmm6OysjIiIrcqbUOtWLEiXnjhhXjhhReia9eucc4558SJJ57YGKUCQIs2d+7ciIjYfvvt44Ybbohf/vKXUVlZGStXroyxY8fG+PHjY9SoUTF06NDo379/dOrUqUErzDdEr169CtIPAAAANBUdOnTIC8DVXZd/k5deeqnesSFDhjRovHUDdhabA2hZBOAAAIrU//pf/ysef/zxqKysjDRNY/LkyfHHP/4xTj311KxLAwAAgBbhgw8+iF/96lfx+uuv54XekiTZ6L7qzl+wYEH867/+azz88MNxxRVXxPbbb1+wegGgpTvggAPW+ztdt9DcsmXL4tFHH41HH320oOMmSRIzZswoaJ8AAABQ7Lp27Rrz5s3Ltd97771v/HyapvHcc8/Vu3ZvaABu0aJFee2ysrIGVgpAc9Aq6wIAAFi/jh07xs033xzt27fPPZz/j//4j7j++utj5cqVWZcHAAAAzdqLL74Yxx9/fC78liRJ7rWuNE3rvda19vlpmsarr74axx13XLz44oub4+sAQIuxod/ltX+HG+MFAAAALc3OO+8cEV8vPPPKK69ETU3NBj//0ksvxYIFCyLi60Xjdthhh+jSpUuDxqusrMxrd+zY8buUDUATJQAHAFDEBg8eHBMmTIgtt9wyd6Pg1ltvjX/4h3+Ie+65J6qqqrIuEQAAAJqdqVOnxllnnRVVVVW58Nva6ia6t2rVKvr16xd77713jB49Oo488sgYPXp07L333tGvX79o1arVeifF103Ar6qqirPOOiteffXVzfn1AKBZWzt0Xvcbvr4gXKFeAAAA0FLtuuuuee2ampr405/+tMHP33777XntJEli2LBhDR6voqIi79zevXs3+FwAmr4ktRQZAEBRmjRpUu79F198Eb/73e9i6dKleQ/p27RpEzvvvHMMGjQoevbsGR06dIiysrJNfuh+9NFHb9L5AAAA0FQtXLgw/uEf/iEWLFiw3uDb1ltvHYcffngceuihMWDAgGjbtu0G+1qxYkXMnDkz/va3v8Wjjz4a8+bNW2+fW221VTz44IMNXuUWAFi/AQMGbPZQWl1Yfu1JeAAAANASzJs3L0aNGpWbz5amabRr1y5uu+222GuvvfI+O2nSpLjkkkvyFqtJkiQmTpwYQ4cO/dax0jSNPfbYI6qrq3PnnnTSSXH55ZcX/osBUJQE4AAAitT6HtSvver82n/GFfqBvgf1AAAAtFSXXXZZ3H///XnX2mmaxhZbbBE/+9nP4oc//GGUlJRsdL+1tbUxceLEGDduXN6O7nXX+t/73vfi3/7t3wryHQCgpRowYEAm4wrAAQAA0FKdfvrp8cILL+TNaSspKYnRo0fHHnvsEa1bt44pU6bE5MmT885L0zT69u0bjz/+eIPGmT59ehx77LGRJEnuvvqvf/3rOPHEEwv+nQAoTgJwAABFqi4At74/19adhFdIHtQDAADQUs2bNy8OOOCAWL16dUR8fc297bbbxvjx46NPnz6bPMbHH38cZ5xxRnz66ae5Y3UTAp588snYeuutN3kMAAAAAADYHKZPnx7HH3983hy2tRd5X9+xuvf//u//HkcddVSDxrnuuuvitttuywvA3X///TFw4MDCfRkAilqrrAsAAOCbJUlS7/Vt//5dXwAAANCSPfzww7Fq1aq8Y126dIm77767IOG3iIi+ffvGXXfdFVtuuWXe8VWrVsXDDz9ckDEAAAAAAGBz2HXXXeO0007LC8DVhdTWfq09Ny1Jkhg6dGiDw28REY899lheH6WlpbHzzjsX5ksA0CQIwAEAFLl1bwY05gsAAABashdffDH3vu6B/OWXXx7dunUr6Djdu3ePX/3qV/WuxadMmVLQcQAAAAAAoLFdfPHF9XaB29DC7Gmaxg477BA33nhjg/t/+eWXY/bs2bnzkySJPffcM1q1EoUAaElKsi4AAID123PPPbMuAQAAAFqUWbNm5T2I33rrrePQQw9tlLEOP/zwuPrqq2PevHm51XBnzZrVKGMBAAAAAEBjGjNmTAwbNiyuueaamDt37no/U1JSEt/73vfi5z//eXTo0KHBfU+YMKHesf322+871wpA0yQABwBQpCZOnJh1CQAAANCifPnllxHx9QqyBxxwQKOON3r06Ljzzjtzobu68QEAAAAAoKk57LDD4rDDDotp06bF1KlTY/78+VFdXR2dO3eO/v37xz777BNdu3bdqD4/++yzeP/996NXr155x/fff/8CVg5AUyAABwAAAAAAEBGrVq3Ka/fu3btRx1u3/9WrVzfqeAAAAAAA0NgGDx4cgwcPLkhfPXv2jCeffLIgfQHQtLXKugAAAAAAAIBi0KFDh7x2x44dG3W8LbbYIq9dXl7eqOMBAAAAAAAANEUCcAAAAAAAABGx7bbbRpqmuXZlZWWjjrdu/4294xwAAAAAAABAUyQABwAAAAAAEBGDBg2KiIgkSSIi4v3332/U8er6T9M0kiTJjQ8AAAAAAADA10qyLgAAAAAAAKAYjBo1Kv785z9HxJpQ2tNPPx0rVqyItm3bFnys5cuXx9NPPx1JkuR2nRs1alTBxwEAImbNmhVvvPFGVFRUxEcffRRVVVVRVVUVNTU1ebu/fldJksSTTz5ZgEoBAAAAAFgfATgAAAAAAICIGDlyZPTt2zc++eSTiIhYunRpjB8/Ps4666yCjzV+/PioqqrK7Ta3zTbbxH777VfwcQCgpVq5cmX8+c9/jvvuuy/eeeedev9eiOBbnbrfcwAAAAAAGkerrAsAAAAAAAAoBkmSxEUXXRRpmuZ2Zhs3bly8/vrrBR3ntddei3HjxuXGSJIkLr74YpPnAaBAXnnllTjyyCPjyiuvjJkzZ0aapvVeEWt++zf1BQAAAABA40vSQi5rBgDAZvPuu+/Ga6+9Fq+99lp88MEHsWjRoli8eHEsWbIkN3luxowZWZcJAAAATc6vf/3ruOeee3IBtdLS0rjuuuvigAMO2OS+n3rqqbjooouipqYmd+y4446LMWPGbHLfAEDEE088ERdeeGHU1tbmBd0aS939+IqKikYbAwAAAACgpROAAwBoQlasWBGTJk2KiRMnxvvvv587vr4/6b7tgXt1dXWceuqpsWLFityx3XffPf71X/+1sEUDAABAE7N69eq47LLLYtKkSXm7tB188MFxwQUXRN++fTe6z48//jiuu+66mDx5ct51/NFHHx1XXnlltGrVqpBfAQBapNdffz1OOeWUqK2tXW/orbGmRwjAAQAA0Fxceuml6z2eJElceeWVDf58Y9tQPQA0XwJwAABNxP/8z//EpZdeGgsWLNhg4K1OQ1ec/eUvfxn33XdfbjJfSUlJPPfcc9G1a9eC1w8AAABNzV133RXXXntt1NTU5K61IyIGDx4cBx98cAwaNCh23nnn6Ny5c71zv/rqq3jnnXfi7bffjieeeCKmTZsWEV9PvC8rK4sLL7wwfvCDH2y27wMAzdmqVavimGOOiXfffbde+C1N0+jWrVuMGDEi+vfvHz179ozy8vJo3759wcbfa6+9CtYXAAAAZGXAgAHrva7e0Fy09X2+sdmNHaBlKsm6AAAAvlmapnHVVVfFnXfeGatXr84dL8SNg9NOOy3uu+++XHvVqlXx8MMPx6mnnrrJfQMAAEAxOPDAAzfp/NatW+cepteF16ZNm5YLtEVElJSURHl5eZSWlkZ1dXUsXbo0amtr8/qpO7fuer5169YxYcKEmDBhQu74k08+uUm1AkBL9vzzz+eF3+p+e/v27RsXX3xxHHjggZt9Qh4AAAA0VRu7x449eQBobAJwAABF7qKLLopHH300b6X5Ot+2E9y32XHHHWP33XePN998M3fe5MmTBeAAAABoNubMmZMXXttYa0+iX3dCfZ2VK1fGV199FV999VWD+omIqKqqiiVLltT7dwDgu5k8eXLufd3v9qBBg2LChAnRsWPHDCsDAACApmfte9YNub++Oe9xC9sBtEwCcAAAReymm26KRx55JJIkqXdToW/fvnHAAQfEHnvsEd27d4+pU6fG1VdfvdFjHHTQQfHmm2/m+n3zzTejuro6SktLC/Y9AAAAIGvf5eF7mqZ5D9LX3cVtY/taX3tTwnkAwNfeeuutvN/okpKSuPbaa4XfAAAAYCPZ/Q2AYiQABwBQpCoqKuK//uu/6gXfunXrFr/85S/j0EMPzfu3jz766DuNc9BBB8V1112Xa9fW1sbLL78c++2333euHQAAAJqDQq5Ya4c3AGhcX3zxRUR8vfvbvvvuG9ttt122RQEAAEATc8455zTq5wHguxKAAwAoUtdff32sWrUqtxJ8kiQxaNCg+N3vfhfdunUr2DjbbbdddO7cORYtWpQ79vbbbwvAAQAA0GxYfRYAmr+qqqq89pAhQzKqBAAAAJouATgAipUAHABAEZo9e3Y8//zzeavD9+zZM2699dbo2rVrwccbMGBATJkyJdf+4IMPCj4GAAAAZOGOO+7IugQAYDMoLy+PxYsX59qNcS8dAAAAAIBsCMABABShyZMn597X7f520UUXNdoD+5122immTJmS223uww8/bJRxAAAAYHPba6+9si4BANgMevbsmReAq66uzrAaAAAAAAAKqVXWBQAAUN/UqVPz2ltvvXUcfvjhjTZely5d8tpffvllo40FAAAAAACFtssuu0Saprn2/PnzM6wGAAAAAIBCEoADAChCH3zwQW43tiRJYsSIEY063hZbbJHXXrp0aaOOBwAAAAAAhXTAAQdEROTurU+ZMiXjigAAAAAAKBQBOACAIvTFF1/ktbfbbrtGHa+8vDyvLQAHAAAAAEBTMnLkyOjevXuuPX369Pj4448zrAgAAAAAgEIRgAMAKEI1NTV57S233LJRx1s38NaqlT8TAQAAAABoOtq2bRs/+9nPIk3T3C5w//7v/551WQAAAAAAFICZzQAARahNmzZ57WXLljXqeF999VVeu7S0tFHHAwAAAACAQjvhhBNi+PDhkaZpREQ8++yzcdNNN2VcFQAAAAAAm0oADgCgCHXo0CGvXVlZ2ajjffjhh3ntHj16NOp4AAAAAADQGG644YbYZZddciG4cePGxeWXXx7V1dUZVwYAAAAAwHdVknUBAADU17t371iwYEEkSRIREdOmTWvU8V577bVIkiTSNI0kSaJv376NOh4AAAAAADSGDh06xO233x4XXHBB/Pd//3dERPyf//N/4tlnn42TTz45jjzyyNhmm20yrhIAAABajsrKyliyZEksWbIkli9fnlu0ZlPtueeeBekHgKZBAA4AoAjttNNO8cYbb0RERJqm8frrr0d1dXWUlpYWfKwZM2bE3Llzc2G7iIjddtut4OMAAAAAAMDmsMUWW8Stt94aEyZMiLFjx0Z1dXXMnz8/brzxxrjxxhtjq622ih122CE6deoUZWVlmzxekiRx5ZVXFqByAAAAaPrefffdeOihh2LatGlRUVERS5cuLfgYSZLEjBkzCt4vAMVLAA4AoAjttddece+99+ba1dXVcc8998Spp55a8LHGjx9f79jee+9d8HEAAACgqZs9e3ZUVFTERx99FFVVVVFVVRU1NTUFWa3WxHkAKKwkSeLv/u7vYrfddouXX345kiTJ/WbPnz8/vvjii4KMk6ap33EAAACIiDfeeCOuvPLKeOutt3LHCrXbGwAIwAEAFKH9998/2rZtGytXrsw9lL/11lvj8MMPj+7duxdsnJdeein+9re/5e3+1qtXr9h9990LNgYAAAA0ZTNnzoz7778/HnnkkVi4cGGjjGHiPAAU1vz582PMmDHx1FNP5R1f+164CXgAAABQONdcc0388Y9/jNWrV+ddc699LV4orukBWiYBOACAItShQ4c44ogj4oEHHsjdBPjyyy/jvPPOi9tuuy3Ky8s3eYw5c+bEhRdemLshUDfZ7qSTTtrkvgEAAKCp+/LLL+Pqq6+OSZMmRYQH6gDQVMycOTP+6Z/+Kb744ou83++6e+B1CjUBz98IAAAAtHRXXXVV3HHHHblr5MYIvQGAABwAQJE688wz469//WvU1tbmdoF7/fXX4wc/+EH853/+Z/Tp0+c79/3aa6/FueeeGwsWLMi74dC1a9c4+eSTC1E+AAAANFkffvhhnHrqqTF//vzN8sDexHkAKIx58+bFGWecEQsWLIiI9f9++90FAACAwnn00Ufj9ttvjyRJ6l2Hr30N3q5duygvL4/27dtv7hIBaCYE4AAAilTfvn3jpz/9aYwdOzZ3gyBN05g5c2YcccQRceKJJ8Zxxx0XO+20U4P7fPPNN2P8+PExefLkWL16de6mQ93Kt5deemmUlZU11lcCAACAovf555/HKaecYuI8ADRBv/nNb+ot/Bbx9W/3NttsE/37949evXpFWVmZSXcAAACwCVasWBHXXXddveNpmkZpaWkcdthhccghh8TAgQOje/fuGVQIQHMiAAcAUMTOPvvseO211+KFF17IC8GtXLky7rzzzrjzzjujd+/eMXDgwFi+fHm986+77rpYtGhRzJ8/P15//fVYvHhxRHwdeKuTJEl873vfiyOOOGKzfTcAAAAoRldccUWDJs737NnTarUAUESmT58ezzzzTN5veJqm0aZNm/jhD38Yxx13XOywww4ZVggAAADNy/PPPx9z5szJW4Q9ImLEiBFxxRVXRI8ePbIsD4BmRgAOAKCItWrVKsaOHRs//vGP4/XXX8/bKr7uhsHs2bPj008/zZ1TdzxN0/j9739f73hE1JsAsP/++8eYMWMa9bsAAABAsXvzzTfjySefrHfdXFJSEieffHKccMIJ0a9fvwwrBAA25MEHH8xrp2kaXbt2jd///vcxcODAjKoCAACA5uv555/Pva9bkH348OFxyy23REmJmAIAhdUq6wIAAPhmZWVl8cc//jGOOOKIeiG2tXeFW/vf6tQdr7vBsHaAru7fv/e978XYsWOjdevWm+X7AAAAQLF6/PHH89ppmkaXLl3innvuicsuu0z4DQCK2GuvvZZ7X3dP/OqrrxZ+AwAAgEby1ltv5bXbtm0bY8aMEX4DoFEIwAEANAHt2rWL6667Lq677rrYaqut6oXd1g63bei1trqVb6+99tq48sor3XQAAACAiJgyZUru/doT5wcNGpRhVQBAQ3z66ae5BeMiInbbbbfYd999M64KAAAAmq/KysrctXiSJDFs2LDo2bNn1mUB0EyZ6QwA0IQcccQRMXr06Lj33nvj3nvvjffeey/v39cNukVEvbBcr1694qSTToqTTz45ysvLG7VeAAAAaErmz5+fu7ZOkiR23333GD58eMZVAQANsXTp0tz7JEmE3wAAAKCRffnll3ntIUOGZFQJAC2BABwAQBPTrl27OOWUU+KUU06JDz/8MF544YWYPn16fPDBB/H555/H4sWLY/ny5dG6desoKyuL7t27R9++fWPXXXeNffbZJ3bfffesvwIAAAAUpbqH9XWr1Zo4DwBNR9u2baO6ujrX3nrrrTOsBgAAAJq/kpKSqK2tzbW7dOmSYTUANHcCcAAATdj2228f22+/fdZlAAAAQLPQvn37vN1jTJwHgKajW7duMXv27Fy7bldXAAAAoHF06dIl5s6dm2uvWLEiw2oAaO5aZV0AAAAAAABAMejatWteO03TjCoBADbWjjvumPfbvWDBggyrAQAAgOavf//+edfiCxcuzLAaAJo7ATgAAAAAAICI2HnnnU2cB4Amap999omIr3d+e/PNN7MsBwAAAJq9vffeOyK+vhafNm1aluUA0MwJwAEAAAAAAETE8OHDI8LDegBoig499NBo27ZtRKzZxXXKlCmxZMmSjKsCAACA5uuwww6LkpKSiFhzLT516tRYunRpxlUB0FwJwAEAAAAAAETEwQcfHO3bt4+INQ/rX375ZRPnAaCJ6NatWxx77LGRpmkkSRLLly+PcePGZV0WAAAANFs9evSIo446KtI0jYiImpqaGD9+fMZVAdBcCcABAAAAAABEROfOnePkk082cR4AmqgLLrggevXqFRFrwuwTJ06MZ555JuOqAAAAoPm66KKLomvXrpEkSaRpGn/4wx/irbfeyrosAJqhJK2LXAMA0OTU1tZGRUVFvPnmm/Hpp5/G4sWLY/HixbFs2bIoKyuLjh07RseOHaN3796x++67x8CBA3PbzgMAAAD1LVu2LI455pj45JNPIk3TKCkpiZtvvjn222+/rEsDABrg/fffjx/84AexePHiSNM02rdvH//6r/8aRx11VNalAQAAQLM0derUOP3002PlypWRpml07do1fve738Wuu+6adWkANCMCcAAATcyqVaviySefjHvvvTdeeeWVWLlyZYPP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5rnnnovVq1dHq1atMq4MAAAAAACK28qVK+PPf/5z3HffffHOO+/U+/dCBN/q1M11A6Dl8MQWAKAIJUkSF110UaRpmtuZbdy4cfH6668XdJzXXnstxo0blxsjSZK4+OKL3SAAAACgRerfv38MHz489xD+q6++invuuSfjqgAAAAAAoLi98sorceSRR8aVV14ZM2fOjDRN670i1syL29QXAC2TABwAQJE66KCD4oQTTsgF01auXBmnn356PP300wXp/6mnnoof//jHsWrVqohYc3PhuOOOi0MOOaQg/QMAAEBT9Ktf/Srat2+fWyzmxhtvzO3QDgAAAAAA5HviiSfi9NNPj48//vhbg24A8F0laSH3EgUAoKBWr14dl112WUyaNClvl7aDDz44Lrjggujbt+9G9/nxxx/HddddF5MnT87bVv7oo4+OK6+8Mlq1skYCAAAALdtjjz0W559/fkREpGkavXv3jttuuy223377jCsDAAAAAIDi8frrr8cpp5wStbW16w24NVZUIUmSqKioaJS+AShOAnAAAE3AXXfdFddee23U1NTkQnAREYMHD46DDz44Bg0aFDvvvHN07ty53rlfffVVvPPOO/H222/HE088EdOmTYuIr28ulJWVxYUXXhg/+MEPNtv3AQAAgGL36KOPxi9+8Yuora2NNE2jtLQ0zj333DjhhBOirKws6/IAAAAAACBTq1atimOOOSbefffdeuG3NE2jW7duMWLEiOjfv3/07NkzysvLo3379gUbf6+99ipYXwAUPwE4AIDN5MADD9yk8xctWhRVVVW5neAiot6Ng5KSkigvL4/S0tKorq6OpUuXRm1tbd5n1j23Q4cO0bFjx9y/J0kSTz755CbVCgAAAE3V3Llzc+9nzJgRv/71r2PhwoW5BWk6dOgQBxxwQAwZMiT69esXnTt3LlggrlevXgXpBwAAAAAAGtszzzwTZ511Vm4eWt28tL59+8bFF18cBx544Hp3hQOA70IADgBgMxkwYEBeeG1jrS/49l36WvfcdWuyPTwAAAAtWd31+/psaEGaQkiSJGbMmFHwfgEAAAAAoDFcdtllcf/99+fmnyVJEoMGDYoJEybkLcgOAIVQknUBAAAtzXeZJJemaV5IbVMm3K0bmttQEA4AAABaqvVdHydJskkL0gAAAAAAQHPy1ltv5c1fKykpiWuvvVb4DYBGIQAHANAEFHJledvKAwAAwDdb99p57YVp1g7CFYpAHQAAAAAATc0XX3wREZHb/W3fffeN7bbbLtuiAGi2BOAAADYjE9oAAACg6bGYDAAAAAAA5KuqqsprDxkyJKNKAGgJBOAAADaTO+64I+sSAAAAgAawgA0AAAAAAHyz8vLyWLx4ca7dtWvXDKsBoLkTgAMA2Ez22muvrEsAAAAAvsXMmTOzLgEAAAAAAIpez5498wJw1dXVGVYDQHPXKusCAAAAAAAAAAAAAACApmOXXXaJNE1z7fnz52dYDQDNnQAcAAAAAAAAAAAAAADQYAcccEBERCRJEmmaxpQpUzKuCIDmTAAOAAAAAAAAAAAAAABosJEjR0b37t1z7enTp8fHH3+cYUUANGcCcAAAAAAAAAAAAAAAQIO1bds2fvazn0Waprld4P793/8967IAaKYE4AAAAAAAAAAAAAAAgI1ywgknxPDhwyNN04iIePbZZ+Omm27KuCoAmqMkrfu1AQAAAAAAAAAAAAAAaKCqqqr40Y9+FDNmzIgkSSIi4rjjjotLL700SktLM64OgOZCAA4AAAAAAAAAAAAAAPhOlixZEhdccEH893//d0REJEkSW221VZx88slx5JFHxjbbbJNxhQA0dQJwAAAAAAAAAAAAAADAd5amaUyYMCHGjh0b1dXVERG5HeG22mqr2GGHHaJTp05RVla2yWMlSRJXXnnlJvcDQNMhAAcA0ATNnj07Kioq4qOPPoqqqqqoqqqKmpqaKMSfdm4OAAAAAAAAAAAAsLFee+21uOGGG+Lll1+OJEny5rPVheE2VZqmkSRJVFRUFKQ/AJoGATgAgCZi5syZcf/998cjjzwSCxcubJQx3BwAAACgpRs7dmxmY59zzjmZjQ0AAAAAAN/V/PnzY8yYMfHUU09FxNfz0NZWyNiCOW4ALY8AHABAkfvyyy/j6quvjkmTJkVEYW8ErI+bAwAAALRkAwYMKNgqtBvL9TgAAAAAAE3NzJkz45/+6Z/iiy++qDe3rTHut1vkHaBlKsm6AAAANuzDDz+MU089NebPn5+7OdCYk/CsjQAAAABrbO5r5KxCdwAAAAAA8F3NmzcvzjjjjFiwYEFErP9etzlpABSCABwAQJH6/PPP45RTTnFzAAAAADKwOQNpru8BAAAAAGiKfvOb38SCBQvq3VOvu++9zTbbRP/+/aNXr15RVlYW7du3z6JMAJoBATgAgCJ1xRVXNOjmQM+ePaO8vNzNAQAAACiQQgbSNnRdDwAAAAAATdn06dPjmWeeybsPnqZptGnTJn74wx/GcccdFzvssEOGFQLQnAjAAQAUoTfffDOefPLJejcHSkpK4uSTT44TTjgh+vXrl2GFAAAA0Dwdc8wxBemnqqoqFi1aFLNmzYrKysqIWBOGq7vW79q1a4wYMaIgYwEAAAAAwOb24IMP5rXTNI2uXbvG73//+xg4cGBGVQHQXAnAAQAUoccffzyvnaZpdOnSJW677bYYNGhQRlUBAABA83fVVVcVvM8PP/ww7r///rj33ntj0aJFkSRJVFZWRpIkMWbMmCgp8bgGAAAAAICm5bXXXsu9T9M0kiSJq6++WvgNgEbRKusCAACob8qUKbn3a98cEH4DAACApmf77bePCy+8MB5//PHYf//9I03TiIh44IEH4uyzz46VK1dmXCEAAAAAAGycTz/9NJIkyd3z3m233WLffffNuCoAmisBOACAIjR//vxIkiQiIpIkid133z2GDx+ecVUAAADApujcuXP813/9Vxx99NGRpmmkaRr//d//HZdffnnWpQEAAAAAwEZZunRp7n2SJMJvADQqATgAgCL05ZdfRkTkVsdxcwAAAACajyuuuCJ23XXX3Mq4kyZNiieeeCLrsgAAAAAAoMHatm2b1956660zqgSAlkAADgCgCLVv3z6v7eYAAAAANB8lJSXx85//PNI0zYXgrr322txCOAAAAAAAUOy6deuW106SJKNKAGgJBOAAAIpQ165d89omwAEAAEDzstdee0Xfvn1z7dmzZ8dzzz2XYUUAAAAAANBwO+64Y968tgULFmRYDQDNnQAcAEAR2nnnnd0cAAAAgGZu3333ze0CFxHx9NNPZ1wRAAAAAAA0zD777BMRX+/89uabb2ZZDgDNnAAcAEARGj58eER8fXNg2rRpWZYDAAAANILevXvn3qdpGtOnT8+wGgAAAAAAaLhDDz002rZtGxFr7nFPmTIllixZknFVADRXAnAAAEXo4IMPjvbt20fEmpsDL7/8spsDAAAA0Mx07tw5rz1nzpxsCgEAAAAAgI3UrVu3OPbYYyNN00iSJJYvXx7jxo3LuiwAmikBOACAItS5c+c4+eST3RwAAACAZmzZsmV57aVLl2ZUCQAAAAAAbLwLLrggevXqFRFrFnqfOHFiPPPMMxlXBUBzJAAHAFCkzjnnnOjbt29EfH1z4Lnnnsu4KgAAAKBQPvnkk7x2WVlZRpUAAAAAAMDG69ChQ9x6663RsWPHSJIkamtr4/zzz48HH3ww69IAaGYE4AAAilRZWVncdNNN0alTp9zNgfPOOy/++te/Zl0aAAAAUADPPfdcJEmSa2+55ZYZVgMAAAAAABtvxx13jLvvvjt69+4dERE1NTVxySWXxJlnnhlTp07NuDoAmoskTdM06yIAANiwmTNnxplnnhmff/55REQkSRKjRo2KM844I4YMGZJxdQAAAMB3MWnSpLjkkksiSZJI0zSSJIl99903fv/732ddGgAAAAAANMikSZNy76uqquKWW26JhQsX5u57R0T07Nkz/u7v/i769esXnTp1ivLy8oKMffTRRxekHwCaBgE4AIAmYOHChXHZZZfFs88+GxHh5gAAAAA0Ya+++mr85Cc/ierq6oiI3ESAX/ziF3HqqadmWxwAAAAAADTQgAEDcnPZ1rV2TGFDn9kUFRUVBe8TgOIlAAcA0ERUV1fH+eefH88++2xudfgINwcAAACgqZg3b17cfvvtcccdd0RtbW3umj5N0ygpKYm//e1vse2222ZcJQAAAAAANExdAG59kYS157UVOrKQJIk5bgAtTEnWBQAA8M1Wr14dd955Z9x8882xePHi3I2BtSfJFVJjBOoAAACgqZg0aVLB+qqpqYmlS5fGJ598EjNmzIi333470jTN7fgW8fXub8ccc4zwGwAAAAAATdK3zTkr5Jw0+/8AtEwCcAAARWzJkiVx7rnnxpQpUza4So6bAwAAAFA4l1xySaMsDrP2Nfe6/ffo0SPOO++8go8JAAAAAACbg3lnADQ2ATgAgCK1YsWK+MlPfhJvvPFGRHzzKjhuIAAAAEBhNca19rrX9mmaxpZbbhkTJkyIrl27Fnw8AAAAAABoTHvuuWfWJQDQQgjAAQAUqeuvvz7eeOON9U6Oq1NWVha9evWKsrKyaNeu3eYuEQAAAJqtxtgFrk7dtf2IESPit7/9bWy99daNNhYAAAAAADSWiRMnZl0CAC2EABwAQBH67LPPYuLEiesNvw0aNCiOO+64GDlyZPTq1SujCgEAAKB5a6zd1ktKSmLUqFG5a3sAAAAAAAAAvpkAHABAEXrggQeitrY2F4BL0zRat24dv/zlL+Pkk0/OuDoAAABovvbcc8+C9JMkSbRr1y46dOgQW2yxRfTp0ycGDRoUu+22W3To0KEgYwAAAAAAAAC0BAJwAABF6KWXXsq9T9M0kiSJiy++WPgNAAAAGtnEiROzLgEAAAAAAACAtbTKugAAAOqbNWtWbve3iIhtttkm/vEf/zHDigAAAAAAAAAAAAAANj8BOACAIvTVV19FxNe7v40aNSovEAcAAAAAAAAAAAAA0BIIwAEAFKGSkpK8dt++fTOqBAAAAAAAAAAAAAAgOwJwAABFqFOnTnnt0tLSjCoBAAAAAAAAAAAAAMiOABwAQBHafvvtI03TXHvhwoUZVgMAAAAAAAAAAAAAkA0BOACAIjR06NCIiEiSJCIiZs2alWU5AAAAAAAAAAAAAACZEIADAChChxxySO59mqbx3HPPxerVqzOsCAAAAAAAAAAAAABg8xOAAwAoQv3794/hw4dHmqYREfHVV1/FPffck3FVAAAAAAAAAAAAAACbV5LWzaoGAKCofPTRR3H00UfH8uXLI03T6Ny5c9x7773Rp0+frEsDAACAFmnlypXx7rvvxscffxxVVVWxZMmSqKmpiUI9ajnnnHMK0g8AAAAAAABAcyIABwBQxB577LE4//zzIyIiTdPo3bt33HbbbbH99ttnXBkAAAC0DIsXL46HHnooHnrooaioqIja2tpGG6uioqLR+gYAAAAAAABoqgTgAACK3KOPPhq/+MUvora2NtI0jdLS0jj33HPjhBNOiLKysqzLAwAAgGZp9erVMX78+Lj55ptj+fLlEREF2+ltfZIkEYADAAAAAAAAWA8BOACAIjV37tzc+xkzZsSvf/3rWLhwYaRpGkmSRIcOHeKAAw6IIUOGRL9+/aJz584FC8T16tWrIP0AAABAU1RVVRVnnHFGTJs2LS/0liRJo4xXd60vAAcAAAAAAABQnwAcAECRGjBgwAYn1tX9CdcYE++SJIkZM2YUvF8AAABoClasWBGnn356TJ06NSI2fO1d6McrAnAAAAAAAAAA61eSdQEAAGzY+ibTJUmSm3xnLQMAAAAorPHjx8fUqVPrBd/qrsFbtWoV2267bfTp0yfKy8ujtLQ0izIBAAAAAAAAWgwBOACAIra+yXZr7/5W6B3gBOoAAABoyRYuXBi33Xbbeq/Hd9lll/jRj34UBx10UJSXl2dUIQAAAAAAAEDLIwAHANCEFDrwBgAAAHztmWeeiWXLluXtvJ4kSZx77rlx1llnuS4HAAAAAAAAyIAAHABAEbMjGwAAAGw+zz//fO59XfjttNNOi7PPPjvDqgAAAAAAAABaNgE4AIAiNXPmzKxLAAAAgBZl1qxZebu8de7cOf75n/85w4oAAAAAAAAAaJV1AQAAAAAAAMWgsrIyIr7e/W3kyJFRWlqacVUAAAAAAAAALZsAHAAAAAAAQEQsWbIkr73zzjtnVAkAAAAAAAAAdQTgAAAAAAAAIqJ9+/Z57S233DKjSgAAAAAAAACoIwAHAAAAAAAQET169Mhrr7sjHAAAAAAAAACbnwAcAAAAAABARAwYMCDSNM2158+fn2E1AAAAAAAAAEQIwAEAAAAAAERExMiRIyMiIkmSSNM0Xn755YwrAgAAAAAAAEAADgAAAAAAICIOOuig6NSpU6799ttvx6effpphRQAAAAAAAAAIwAEAAAAAAEREWVlZ/PjHP440TSNJkli9enXccMMNWZcFAAAAAAAA0KIJwAEAAAAAAPw/p59+egwaNCgiItI0jUceeST+8pe/ZFwVAAAAAAAAQMuVpGmaZl0EAAD1jR07NrOxzznnnMzGBgAAgKzNmzcvTjrppJg7d25ERJSUlMQvfvGLOOWUUzKuDAAAAAAAAKDlEYADAChSAwYMiCRJMhm7oqIik3EBAACgWHz++efxk5/8JN57772IiEiSJP6//+//i5/+9KcxbNiwjKsDAAAAAAAAaDkE4AAAilRdAG5z/7mWJIkAHAAAAC3WpEmTcu+XLVsW48aNi8rKykjTNLdQzVZbbRV77LFH7LjjjtG5c+coLy8vyNhHH310QfoBAAAAAAAAaE4E4AAAilQWO8DVTeYTgAMAAKCl+qbr8bUfqTTGNbvrcQAAAAAAAID6SrIuAACADSvkWgXrTsyzDgIAAABs2Pqum9e+ti70dfXmXgQHAAAAAAAAoKkQgAMAKFLHHHNMQfqpqqqKRYsWxaxZs6KysjIi1kyqq5tY17Vr1xgxYkRBxgIAAIDm4tsCaYUMrFmkBgAAAAAAAGDDBOAAAIrUVVddVfA+P/zww7j//vvj3nvvjUWLFkWSJFFZWRlJksSYMWOipMSfhwAAABAhlAYAAAAAAABQLJLUE1wAgBbnq6++iksuuSSeffbZ3Ir1I0aMiJtvvjnatGmTcXUAAACQnVNOOSWzsSdOnJjZ2AAAAAAAAADFSgAOAKAFu+SSS2LSpEkREZEkSRx99NGNsvMcAAAAAAAAAAAAAMB3IQAHANCC1dbWxoknnhhvv/12pGkaSZLEjTfeGAcffHDWpQEAAAAAAAAAAAAARKusCwAAIDslJSXx85//PBd+S9M0rr322rBGAgAAAAAAAAAAAABQDATgAABauL322iv69u2ba8+ePTuee+65DCsCAAAAAAAAAAAAAFijJOsCAADI3r777hsff/xxJEkSERFPP/107L///tkWBQAAAOR55513YvLkyXnHzjnnnIyqAQAAAAAAANg8BOAAAIjevXvn3qdpGtOnT8+wGgAAAGB93nnnnRg7dmxuAZsIATgAAAAAAACg+WuVdQEAAGSvc+fOee05c+ZkUwgAAADQIGmaZl0CAAAAAAAAwGYhAAcAQCxbtiyvvXTp0owqAQAAAAAAAAAAAAD4mgAcAADxySef5LXLysoyqgQAAAAAAAAAAAAA4GsCcAAAxHPPPRdJkuTaW265ZYbVAAAAAAAAAAAAAACsIQAHANDCTZo0KT7++OOIiEjTNJIkiW233TbjqgAAAAAAAAAAAAAABOAAAFq0V199NcaMGZO3+1tExPDhwzOqCAAAAAAAAAAAAADgayVZFwAAwOY3b968uP322+OOO+6I2travABc69at48ADD8ywOgAAAAAAAAAAAACANQTgAACK1KRJkwrWV01NTSxdujQ++eSTmDFjRrz99tuRpmmkaZoLv9W9P+aYY2Lbbbct2NgAAAAAAAAAAAAAAN+VABwAQJG65JJL8nZmK5Q0TXPv1+2/R48ecd555xV8TAAAAAAAAAAAAACA70IADgCgyK0dWCuUdYNvaZrGlltuGRMmTIiuXbsWfDwAAAAAAAAAAAAAgO+iVdYFAADwzZIkKfirTpqmkaZpjBgxIh544IHYYYcdMvymAAAAAAAAAAAAAAD57AAHAFDkGmMHuIiIkpKSGDVqVBx33HExcuTIRhkDAAAAAAAAAAAAAGBTCMABABSpPffcsyD9JEkS7dq1iw4dOsQWW2wRffr0iUGDBsVuu+0WHTp0KMgYAAAAAAAAAAAAAACNQQAOAKBITZw4MesSAAAAAAAAAAAAAAAy1SrrAgAAAAAAAAAAAAAAAABgfQTgAAAAAAAAAAAAAAAAAChKAnAAAAAAAAAAAAAAAAAAFCUBOAAAAAAAAAAAAAAAAACKkgAcAAAAAAAAAAAAAAAAAEVJAA4AAAAAAAAAAAAAAACAoiQABwAAAAAAAAAAAAAAAEBREoADAAAAAAAAAAAAAAAAoCiVZF0AAAAbb+XKlfHuu+/Gxx9/HFVVVbFkyZKoqamJNE0L0v8555xTkH4AAAAAAAAAAAAAADaFABwAQBOxePHieOihh+Khhx6KioqKqK2tbbSxBOAAAAAAAAAAAAAAgGIgAAcAUORWr14d48ePj5tvvjmWL18eEVGwnd7WJ0mSRusbAAAAAAAAAAAAAGBjCMABABSxqqqqOOOMM2LatGl5obfGCqk1ZrAOAAAAAAAAAAAAAGBjCcABABSpFStWxJlnnhlvvPFGRGw49Ca0BgAAAAAAAAAAAAA0VwJwAABFavz48TF16tR6wbe6wFurVq1i2223jT59+kR5eXmUlpZmUSYAAACwmVkMBwAAAAAAAGhJktRTUgCAorNw4cIYPXp0VFdX5x1P0zR22WWX+NGPfhQHHXRQlJeXZ1QhAAAAsLlVVlbGrFmz8o7ttddeGVUDAAAAAAAAsHnYAQ4AoAg988wzsWzZstzub2maRpIkce6558ZZZ51Vb1c4AAAAoDAOPPDAvPZll11W71hWY3Xt2jW6du3aKLUAAAAAAAAAFCsBOACAIvT888/n3teF30477bQ4++yzM6wKAAAAmr85c+ZEkiS56/Fly5Y1i7EAAAAAAAAAmqpWWRcAAEB9s2bNytvlrXPnzvHP//zPGVYEAAAAAAAAAAAAALD5CcABABShysrKiPh697eRI0dGaWlpxlUBAAAAAAAAAAAAAGxeAnAAAEVoyZIlee2dd945o0oAAAAAAAAAAAAAALIjAAcAUITat2+f195yyy0zqgQAAADYXFq3bp11CQAAAAAAAABFRwAOAKAI9ejRI6+97o5wAAAAQNO2bNmyesdKS0szqAQAAAAAAACguAnAAQAUoQEDBkSaprn2/PnzM6wGAAAAKLTPPvus3rHy8vIMKgEAAAAAAAAobgJwAABFaOTIkRERkSRJpGkaL7/8csYVAQAAAIX0yiuv1Du21VZbZVAJAAAAAAAAQHETgAMAKEIHHXRQdOrUKdd+++2349NPP82wIgAAAKBQFi5cGL///e8jSZLcsXbt2sV2222XXVEAAAAAAAAARaok6wIAAKivrKwsfvzjH8f//t//O5IkidWrV8cNN9wQ1157bdalAQAAQJP1wQcfRGVl5UadM2vWrPXu1rYxVq1aFTU1NfH555/H22+/HU888UQsXrw4IiLSNI0kSWLQoEF5gTgAAAAAAAAA1kjSNE2zLgIAgPpqa2vjhBNOiBkzZuQmw/32t7+NY489NuvSAAAAoEm6+OKL469//es3fmbdxyaNEUqrGyNJktw1/69//es48cQTCz4WAAAAAAAAQFPXKusCAABYv5KSkhg3blz07NkzItZMjvvNb34TEydOzLgyAAAAaLrSNP3G18Z+/ru8kiTJBeuSJImtt946jjzyyM39vwIAAAAAAACgSRCAAwAoYj169Ig//elP0b9//4hYsyvclVdeGaeeemq8+OKLGVcHAAAATVNdAG19r4357Hd91UnTNNq3bx/XXHNNlJeXb87/BQAAAAAAAABNRknWBQAAsH6TJk3KvT/ppJNi3LhxUVlZGWmaxksvvRQvvfRSbLXVVrHHHnvEjjvuGJ07dy7YZLmjjz66IP0AAAAAa6y7u1ySJDFs2LD4l3/5l9hhhx0yqgoAAAAAAACg+CXpuk9cAQAoCgMGDFjvyvMR+ZPmNvSZTVFRUVHwPgEAACBrV111VUyePPkbPzN37txIkiTSNI0kSaJz585RWlq6SeO2adMmysvLo7y8PPr27RsDBw6MESNGRJ8+fTapXwAAAAAAAICWQAAOAKBI1QXg1vfn2tqht0L/OZckiQAcAAAALdba1+NJksTVV18dRx55ZNZlAQAAAAAAALRYJVkXAADAN/u2Hd4KuQOctREAAAAAAAAAAAAAgGIiAAcAUOSE0gAAAGDzci0OAAAAAAAAUDwE4AAAitSee+6ZdQkAAADQ4hxzzDF57T59+mRUCQAAAAAAAAAREUlqGVMAAAAAAAAAAAAAAAAAilCrrAsAAAAAAAAAAAAAAAAAgPURgAMAAAAAAAAAAAAAAACgKAnAAQAAAAAANKLly5fHggULora2NutSAAAAAAAAAJqckqwLAACg6XnnnXdi8uTJecfOOeecjKoBAACA4vPGG2/EnXfeGS+++GIsXLgwIiKSJImtttoqRo8eHccee2wMHDgw4yoBAAAAAAAAil+SpmmadREAADQtDz30UPz85z+PJElyxyoqKjKsCAAAAApj1qxZ8fzzz+cdGzJkSAwePLhB569atSouv/zyuP/++yMiYn2PYZIkiVatWsWpp54a559/fpSUWK8QAAAAAAAAYEM8UQUAYJOkaZoXhAMAAICmbPz48fHAAw/kHXv44YcbfP75558fkydPzgXf1nfNnKZprFq1KiZMmBBz586N66+/ftOKBgAAAAAAAGjGWmVdAAAAAAAAQDFYtWpVPPXUUxGxJqSWpmkMGzYsdtxxxwadf/fdd8cTTzwREWuCbxtaMKbu39I0jcceeyxuuOGGgtQPAAAAAAAA0BwJwAEAAAAAAERERUVFLFq0KNdOkiQOO+ywBp1bXV0dN910Uy70VrcDXF2Qbu3X2v2naRrjx4+PDz/8sIDfBAAAAAAAAKD5EIADAAAAAACIiGnTpuW1kySJUaNGNejcv/zlL7Fw4cK8Y2maxuDBg+OGG26IRx55JO6///644IILory8PO9ztbW1MXbs2E0rHgAAAAAAAKCZKsm6AAAAAAAAgGJQUVGR1+7bt29069atQec++OCDufdpmkaSJDFy5MgYN25ctG7dOvdvu+yySxx44IFx4oknRlVVVW4XuKeeeiqWLl1aLxwHAAAAAAAA0NLZAQ4AAAAAACAi5s6dGxFfB9h22mmnBp03e/bsmD59eiRJkjtWUlISY8aMyQu/1enXr19ceOGFkaZp7tjy5cvjmWee2cRvAAAAAAAAAND8CMABAAAAAABExJw5c/JCbP369WvQeS+++GLufV14bvTo0dGjR48NnvP9738/OnTokHfsrbfe2siKAQAAAAAAAJo/ATgAAAAAAICIWLx4cV67U6dODTpvypQp9Y4deuih33hOmzZtYu+9984F5iIiKioqGlgpAAAAAAAAQMshAAcAAAAAABARNTU1ee0tttiiQee9+uqreTvHtW7dOoYPH/6t5/Xv3z/3Pk3TmDNnTgMrBQAAAAAAAGg5BOAAAAAAAAAiYsWKFRt9zmeffRbz5s2LiDUhtoiIXXbZJcrLy7/13O7du+e1q6qqNnp8AAAAAAAAgOZOAA4AAAAAACAi2rdvn9eurq7+1nNeeeWVvHaSJDF06NAGjVdaWprXXrp0aYPOAwAAAAAAAGhJBOAAAAAAAAAiokOHDnntuXPnfus5L730Ur1jQ4YMadB46wbsWrdu3aDzAAAAAAAAAFoSATgAAAAAAICI6Nq1a6Rpmmu/99573/j5NE3jueeeiyRJ8o43NAC3aNGivHZZWVkDKwUAAAAAAABoOQTgAAAAAAAAImLnnXeOiIgkSSJN03jllVeipqZmg59/6aWXYsGCBRERueDcDjvsEF26dGnQeJWVlXntjh07fpeyAQAAAAAAAJo1ATgAAAAAAICI2HXXXfPaNTU18ac//WmDn7/99tvz2kmSxLBhwxo8XkVFRd65vXv3bvC5AAAAAAAAAC2FABwAAAAAAEBEjB49Olq1WvPopG4XuBtvvDFefvnlep+dNGlSPPPMM5EkSd7xQw89tEFjpWkaM2bMyI0TEdG3b99N/AYAAAAAAAAAzU9J1gUAAAAAAAAUgx49esTee+8dL7zwQiRJEkmSxPLly+P000+P0aNHxx577BGtW7eOKVOmxOTJk+uF3/r06RNDhw5t0Fhvv/12LFu2LK+PnXbaqaDfBwAAAAAAAKA5EIADAAAAAAD4fy644IKYMmVKble2JEmitrY2Hn/88Xj88cdzn0vTNBdeq3t/9tlnN3ictfuqM3jw4E2sHgAAAAAAAKD5aZV1AQAAAAAAAMVi1113jdNOOy0XgItYE4JL0zTvtfbObUmSxNChQ+Ooo45q8DiPPfZYXh+lpaWx8847F+ZLAAAAAAAAADQjAnAAAAAAAABrufjii+P444+vF4Jb+1UnTdPYYYcd4sYbb2xw/y+//HLMnj07d36SJLHnnntGq1Ye2wAAAAAAAACsy5NUAAAAAACAdYwZMyauv/766NmzZ73d3+perVu3juOPPz7uueee6NKlS4P7njBhQr1j++23XyHLBwAAAAAAAGg2SrIuAAAAAAAAoBgddthhcdhhh8W0adNi6tSpMX/+/Kiuro7OnTtH//79Y5999omuXbtuVJ+fffZZvP/++9GrV6+84/vvv38BKwcAAAAAAABoPgTgAAAAAAAAvsHgwYNj8ODBBemrZ8+e8eSTTxakLwAAAAAAAICWoFXWBQAAAAAAAAAAAAAAAADA+gjAAQAAAAAAAAAAAAAAAFCUBOAAAAAAAAAAAAAAAAAAKEoCcAAAAAAAAAAAAAAAAAAUJQE4AAC+szRNsy4BAAAAAAAAAAAAAGjGktSsZQAANlJlZWXMmjUr79hee+2VUTUAAAAAAAAAAAAAQHMlAAcAUKQOPPDAvPZll11W71hTHAsAAAAAAAAAAAAAoKFKsi4AAID1mzNnTiRJEmmaRpIksWzZsmYxFgAAAGxOl1566XqPJ0kSV155ZYM/39g2VA8AAAAAAABASycABwAAAAAANFsPPPBAJEmSd6xuAZj1Bc7W9/nG9k31AAAAAAAAALR0AnAAAAAAAECzl6Zpo34eAAAAAAAAgMYhAAcAAAAAADR7a+/q1pBw2+bcBU7YDgAAAAAAAGDDBOAAAKindevWWZcAAAAABWP3NwAAAAAAAICmSwAOAKCFW7ZsWb1jpaWlGVQCAAAAhXfOOec06ucBAAAAAAAAaFwCcAAALdxnn31W71h5eXkGlQAAAEDhCcABAAAAAAAANG2tsi4AAIBsvfLKK/WObbXVVhlUAgAAAAAAAAAAAACQTwAOAKAFW7hwYfz+97+PJElyx9q1axfbbbdddkUBAAAAAAAAAAAAAPw/JVkXAADQEn3wwQdRWVm5UefMmjVrvbu1bYxVq1ZFTU1NfP755/H222/HE088EYsXL46IiDRNI0mSGDRoUF4gDgAAAAAAAAAAAAAgK0mapmnWRQAAtDQXX3xx/PWvf/3Gz6z7Z1pjhNLqxkiSJBeA+/Wvfx0nnnhiwccCAAAAAAAAAAAAANhYdoADAMjIxq5D0BjrFqwdqkuSJLbeeus48sgjCz4OAAAAAAAAAAAAAMB3IQAHAJChb9rVbXPsALf2WKWlpXHNNddEeXl5o40DAAAAAAAAAAAAALAxWmVdAAAAm1eapnmviIhhw4bFfffdF0OHDs24OgAAAAAAAAAAAACAr9kBDgAgA126dIlevXp942fmzp0bSZJEmqaRJEl07tw5SktLN2ncNm3aRHl5eZSXl0ffvn1j4MCBMWLEiOjTp88m9QsAAAAAAAAAAAAA0BiStG7bDwAAisqAAQPyAnBXX311HHnkkVmXBQAAABFKBycAAE9BSURBVC1eZWVlLFmyJJYsWRLLly+PQj1q2XPPPQvSDwAAAAAAAEBzYgc4AAAAAACAb/Duu+/GQw89FNOmTYuKiopYunRpwcdIkiRmzJhR8H4BAAAAAAAAmjoBOACAImazXgAAAMjOG2+8EVdeeWW89dZbuWOu1QEAAAAAAAA2LwE4AIAidcwxx+S1+/Tpk1ElAAAA0PJcc8018cc//jFWr16dF3pLkqTgYwnVAQAAAAAAAGxYknqqCgAAAAAAkHPVVVfFHXfckQumNUbobW1pmkaSJFFRUdGo4wAAAAAAAAA0RXaAAwAAAAAA+H8effTRuP322yNJknrBt7XXFGzXrl2Ul5dH+/btN3eJAAAAAAAAAC2KHeAAAAAAAAAiYsWKFXHYYYfFnDlz8sJvaZpGaWlpHHbYYXHIIYfEwIEDo3v37hlWCgAAAAAAANBy2AEOAKAFWb58eSxZsiQ6d+4cJSX+FAQAAIC1Pf/883nht7o1BEeMGBFXXHFF9OjRI8vyAAAAAAAAAFoks54BAJq5N954I+6888548cUXY+HChRERkSRJbLXVVjF69Og49thjY+DAgRlXCQAAANl7/vnnc+/TNI0kSWL48OFxyy23WEgGAAAAAAAAICNJWrd8KQAARWXWrFl5E+8iIoYMGRKDBw9u0PmrVq2Kyy+/PO6///6I+HrV+rUlSRKtWrWKU089Nc4//3yT+QAAAGjRjjnmmKioqIgkSSJN02jXrl089thj0bNnz6xLAwAAAAAAAGixzHAGAChS48ePjwceeCDv2MMPP9zg888///yYPHlyLviWJEm9z6RpGqtWrYoJEybE3Llz4/rrr9+0ogEAAKAJq6yszIXfkiSJYcOGCb8BAAAAAAAAZKxV1gUAAFDfqlWr4qmnnoqINSG1NE1j2LBhseOOOzbo/LvvvjueeOKJiFgTfFtf+G3tf0vTNB577LG44YYbClI/AAAANEVffvllXnvIkCEZVQIAAAAAAABAHQE4AIAiVFFREYsWLcq1kySJww47rEHnVldXx0033ZQLvdXtAFcXpFv7tXb/aZrG+PHj48MPPyzgNwEAAICmo6SkJK/dpUuXjCoBAAAAAAAAoI4AHABAEZo2bVpeO0mSGDVqVIPO/ctf/hILFy7MO5amaQwePDhuuOGGeOSRR+L++++PCy64IMrLy/M+V1tbG2PHjt204gEAAKCJWjfwtmLFiowqAQAAAAAAAKBOybd/BACAza2ioiKv3bdv3+jWrVuDzn3wwQdz79M0jSRJYuTIkTFu3Lho3bp17t922WWXOPDAA+PEE0+Mqqqq3C5wTz31VCxdurReOA4AAACau/79+8ecOXNy7XUXmAEAAAAAAABg87MDHABAEZo7d25EfB1g22mnnRp03uzZs2P69OmRJEnuWElJSYwZMyYv/FanX79+ceGFF0aaprljy5cvj2eeeWYTvwEAAAA0PXvvvXdERO66et0d2gEAAAAAAADY/ATgAACK0Jw5c/JCbP369WvQeS+++GLufV14bvTo0dGjR48NnvP9738/OnTokHfsrbfe2siKAQAAoOk77LDDoqSkJCLWXFdPnTo1li5dmnFVAAAAAAAAAC2bABwAQBFavHhxXrtTp04NOm/KlCn1jh166KHfeE6bNm1i7733zgXmIiIqKioaWCkAAAA0Hz169Iijjjoqt1N6TU1NjB8/PuOqAAAAAAAAAFo2ATgAgCJUU1OT195iiy0adN6rr76at3Nc69atY/jw4d96Xv/+/XPv0zSNOXPmNLBSAAAAaF4uuuii6Nq1ayRJEmmaxh/+8Ac7pQMAAAAAAABkSAAOAKAIrVixYqPP+eyzz2LevHkREbmV6nfZZZcoLy//1nO7d++e166qqtro8QEAAKA52HLLLePGG2+MNm3aRJIkUV1dHWeeeWZMnz4969IAAAAAAAAAWiQBOACAItS+ffu8dnV19bee88orr+S1kySJoUOHNmi80tLSvPbSpUsbdB4AAAA0R0OHDo1bbrkl2rdvH0mSRGVlZZx00klx8803x5IlS7IuDwAAAAAAAKBFKcm6AAAA6uvQoUMsW7Ys1547d+63nvPSSy/VOzZkyJAGjbduwK5169YNOg8AAACam7pr8O233z5uuOGG+OUvfxmVlZWxcuXKGDt2bIwfPz5GjRoVQ4cOjf79+0enTp0atPt6Q/Tq1asg/QAAAAAAAAA0JwJwAABFqGvXrjFv3rxc+7333vvGz6dpGs8991wkSZJ3vKEBuEWLFuW1y8rKGlgpAAAANC8HHHBAvevriDU7radpGsuWLYtHH300Hn300YKOmyRJzJgxo6B9AgAAAAAAADQHrbIuAACA+nbeeeeI+Hpy3SuvvBI1NTUb/PxLL70UCxYsiIg1YbiIiB122CG6dOnSoPEqKyvz2h07dvwuZQMAAECzkKZpvVfEmuv0umv1xngBAAAAAAAAUJ8AHABAEdp1113z2jU1NfGnP/1pg5+//fbb89pJksSwYcMaPF5FRUXeub17927wuQAAANDc1AXd6l4Rsd4gXKFeAAAAAAAAAGyYABwAQBEaPXp0tGq15k+1upXlb7zxxnj55ZfrfXbSpEnxzDPP1Jswd+ihhzZorDRNY8aMGblxIiL69u27id8AAAAAmg9hNQAAAAAAAIDslGRdAAAA9fXo0SP23nvveOGFF3IT7JYvXx6nn356jB49OvbYY49o3bp1TJkyJSZPnlxvAl6fPn1i6NChDRrr7bffjmXLluX1sdNOOxX0+wAAAEBTUrdADAAAAAAAAADZE4ADAChSF1xwQUyZMiU36S5JkqitrY3HH388Hn/88dzn0jTNhdfq3p999tkNHmftvuoMHjx4E6sHAACApmnmzJlZlwAAAAAAAADAWlplXQAAAOu36667xmmnnZa36nySJJGmad5r7Z3bkiSJoUOHxlFHHdXgcR577LG8PkpLS2PnnXcuzJcAAAAAAAAAAAAAANgEAnAAAEXs4osvjuOPP75eCG7tV500TWOHHXaIG2+8scH9v/zyyzF79uzc+UmSxJ577hmtWvkzEQAAAAAAAAAAAADInpnNAABFbsyYMXH99ddHz5496+3+Vvdq3bp1HH/88XHPPfdEly5dGtz3hAkT6h3bb7/9Clk+AAAAAAAAAAAAAMB3lqRrbycCAEBRmzZtWkydOjXmz58f1dXV0blz5+jfv3/ss88+0bVr143q67PPPotTTjklVq9enXf8zjvvjF69ehWybAAAAAAAAAAAAACA70QADgAAAAAAAAAAAAAAAICi1CrrAgAAAAAAAAAAAAAAAABgfQTgAAAAAAAAAAAAAAAAAChKAnAAAAAAAAAAAAAAAAAAFKWSrAsAAAAAAAAodrNmzYo33ngjKioq4qOPPoqqqqqoqqqKmpqaSNN0k/tPkiSefPLJAlQKAAAAAAAA0LwIwAEAAAAAAKzHypUr489//nPcd9998c4779T790IE3+okSVKwvgAAAAAAAACaEwE4AAAAAACAdbzyyivxL//yL/Hxxx9/Y9CtEMG1QgbpAAAAAAAAAJobATgAAAAAAIC1PPHEE3HhhRdGbW1tLpxmhzYAAAAAAACAbAjAAQBsJpdeeul6jydJEldeeWWDP9/YNlQPAAAAtASvv/56XHDBBVFbWxtJktQLvtmtDQAAAAAAAGDzSlJPagEANosBAwasd9JckiRRUVHRoM83tm+qBwAAAJq7VatWxTHHHBPvvvvueq/hu3XrFiNGjIj+/ftHz549o7y8PNq3b1+w8ffaa6+C9QUAAAAAAADQXNgBDgBgM9vY9QesVwAAAACbx/PPP58Xfqu7Ju/bt29cfPHFceCBB272xWoAAAAAAAAAWjoBOACAzWztiXINCbdtzol1wnYAAAC0ZJMnT869r9slfdCgQTFhwoTo2LFjhpUBAAAAAAAAtFwCcAAAm5Hd3wAAAKB4vfXWW3kL0ZSUlMS1114r/AYAAAAAAACQIQE4AIDN5JxzzmnUzwMAAACb5osvvoiIr3d/23fffWO77bbLtigAAAAAAACAFi5JbSsCAAAAAAAQu+66a6xatSoXgDv//PPjn/7pn7IuCwAAAAAAAKBFa5V1AQAAAAAAAMWgvLw8r921a9eMKgEA4P9v796Do67v/fG/NoQASSDIVYRSRFHwchRBrCgK3u2polWk1Vbbo0c9X7VeOnpUarXWY9Uep1qodLy2Wm1VvFdardQbiAIiN0FBUQREgcglgUCA7O+P/uCIZkMum+wHeDxmmMnu6/15vV/ZLDPZyT73DQAAAACwmQAcAAAAAABARHTp0mWr2xUVFTmaBAAAAAAAAIDNBOAAAAAAAAAiYp999ol0Or3l9tKlS3M4DQAAAAAAAAARAnAAAAAAAAAREXHUUUdFREQqlYp0Oh1vvvlmjicCAAAAAAAAQAAOAAAAAAAgIo444ojo1KnTltuzZs2KBQsW5HAiAAAAAAAAAATgAAAAAAAAIqKgoCAuuuiiSKfTW06Bu+WWW3I9FgAAAAAAAMBOTQAOAAAAAADg/zd8+PA4/PDDI51OR0TEK6+8EiNHjszxVAAAAAAAAAA7r1R6819wAQAAAAAAiPLy8jj77LNj9uzZkUqlIiJi2LBhcc0110SrVq1yPB0AAAAAAADAzkUADgBgO1ZaWhplZWVRVlYW69evj2z9anfwwQdnpQ8AAABsr8rKyuKKK66I119/PSIiUqlUdOzYMc4888w46aSTomvXrjmeEAAAAAAAAGDnIAAHALAdmTt3bjz77LMxffr0mDNnTqxZsybre6RSqZg9e3bW+wIAAMD2Jp1Ox/333x+jRo2KioqKiIgtJ8J17NgxevbsGSUlJVFYWNjgvVKpVNx8880N7gMAAAAAAACwoxGAAwDYDkybNi1uvvnmmDlz5pb7GuvXuFQqFXPmzGmU3gAAALC9mTp1atxxxx0xadKkSKVSW70e3xyGa6h0Ou31OAAAAAAAAEAG+bkeAACAmv3617+OP/zhD1FVVdUob7L7Mp+NAAAAAP+ydOnSuPHGG2PcuHFb3f/l1+NeRwMAAAAAAAA0PgE4AIAE+9WvfhUPPvjgljfUNUboDQAAANjae++9F+eff34sW7Zsq5Db5pPaNsvmCXAAAAAAAAAAVE8ADgAgocaOHRt//OMfI5VKfe0NdV9+Y1yLFi2iqKgoWrZs2dQjAgAAwA7n888/j/POOy+WL18eEdWH3ATWAAAAAAAAAJqOABwAQAJVVlbG7bff/rX70+l0tGrVKk488cQ4/vjjo0+fPtGpU6ccTAgAAAA7phtuuCGWL1+e8cNounbtGr169YrddtstCgsLfSANAAAAAAAAQCMTgAMASKDXXnstFi9evOXNdpvfZDdo0KC46aabonPnzrkcDwAAAHZIs2bNipdffnmr8Fs6nY7mzZvHD37wgxg2bFj07NkzhxMCAAAAAAAA7HwE4AAAEui1117b8nU6nY5UKhWHH354jB49OvLz/QoHAAAAjeGZZ57Z6nY6nY727dvHvffeG3369MnRVAAAAAAAAAA7t7xcDwAAwNfNnDlzq9sFBQVx4403Cr8BAABAI5o6deqWrzd/IM1tt90m/AYAAAAAAACQQwJwAAAJVFpaGqlUasub7Q499NDo0qVLrscCAACAHdqiRYu2vB6PiNh///3jsMMOy/FUAAAAAAAAADs3ATgAgARasWLFVrcPOuigHE0CAAAAO481a9Zs+TqVSgm/AQAAAAAAACSAABwAQALl5+dvdbtdu3Y5mgQAAAB2HgUFBVvd3nXXXXM0CQAAAAAAAACbCcABACTQVwNvlZWVOZoEAAAAdh4dOnTY6nYqlcrRJAAAAAAAAABsJgAHAJBAvXr1inQ6veX2F198kcNpAAAAYOew5557bvV6fPny5TmcBgAAAAAAAIAIATgAgET61re+FRH/90nz06dPz+U4AAAAsFMYOHBgRPzf6/EZM2bkchwAAAAAAAAAQgAOACCRTjzxxMjPz4+IiHQ6HVOmTIk1a9bkeCoAAADYsZ1wwglRUFAQEf96Pf7mm29GWVlZjqcCAAAAAAAA2LkJwAEAJFDnzp1j6NChkU6nIyJi3bp1cd999+V4KgAAANixdejQIU4//fRIp9ORSqVi/fr1cdddd+V6LAAAAAAAAICdWiq9+V3VAAAkyooVK+I73/lOfPHFF5FOp6NVq1bx4IMPxv7775/r0QAAAGCHVV5eHieffHIsWbIk0ul05Ofnx8iRI2PIkCG5Hg0AAAAAAABgp+QEOACAhNpll13izjvvjObNm0cqlYqKioq48MILY9asWbkeDQAAAHZYxcXFcffdd0ebNm0ilUrFxo0b4/LLL49nnnkm16MBAAAAAAAA7JScAAcAkHATJkyIiy++ONatWxfpdDqaN28eF154YZx99tnRunXrXI8HAAAAO6T58+fHBRdcEAsXLoyIiFQqFUceeWScd9550b9//xxPBwAAAAAAALDzEIADAEioTz/9dMvX8+bNixEjRkRpaWmk0+lIpVLRqlWrGDJkSPTv3z969eoVJSUlUVRUlJW9d9ttt6z0AQAAgO3N008/veXr8vLyGD16dHzxxRdbXo9HRHTp0iX69u0be+yxR1Zfj59yyilZ6QMAAAAAAACwIxGAAwBIqN69e295Y91Xbf4VLlO9IVKpVMyePTvrfQEAAGB7UJvX4xGN85p8zpw5We8JAAAAAAAAsL3Lz/UAAABkVt1nFaRSqS1vsvNZBgAAANA4Mr0mr6neEI0RqAMAAAAAAADYEQjAAQAk2Fff/JZOp7c6/S3bb44TqAMAAIB/2dZr7my+Jvd6HAAAAAAAACAzATgAgO2IT4MHAACApiGUBgAAAAAAAJAMAnAAAAnmzXYAAADQtA4++OBcjwAAAAAAAADAl6TS3lUNAAAAAAAAAAAAAAAAQALl5XoAAAAAAAAAAAAAAAAAAKiOABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBI+bkeAACAuvnwww9j2rRpMWfOnPj444+jvLw8ysvLY926dZFOpxvcP5VKxUsvvZSFSQEAAAAAAAAAAAAAGkYADgBgO7Bhw4b4y1/+Ek888US8//77X6tnI/i2WSqVylovAAAAAAAAAAAAAICGEIADAEi4yZMnx3XXXRcLFiyoMeiWjeBaNoN0AAAAAAAAAAAAAAANJQAHAJBgL774Yvz0pz+NjRs3bgmnOaENAAAAAAAAAAAAANhZCMABACTUO++8E1dccUVs3LgxUqnU14JvTmsDAAAAAAAAAAAAAHZ0AnAAAAm0adOmuP7667eE374snU5Hhw4dYtCgQdGrV6/o0qVLFBUVRcuWLXM0LQAAAAAAAAAAAABA4xCAAwBIoNdeey3mzp27Jfy2+bS3b37zm3HllVfG0Ucf/bVgHAAAAAAAAAAAAADAjkYADgAggf7xj39s+TqdTkcqlYp999037r///mjTpk0OJwMAAAAAAAAAAAAAaDp5uR4AAICvmzlz5lYnvOXn58f//u//Cr8BAAAAAAAAAAAAADsVATgAgARatmxZRPzf6W+HHXZY9OjRI7dDAQAAAAAAAAAAAAA0MQE4AIAEKi8v3+r2QQcdlKNJAAAAAAAAAAAAAAByRwAOACCBioqKtrrdvn37HE0CAAAAAAAAAAAAAJA7AnAAAAnUpUuXrW5XVFTkaBIAAAAAAAAAAAAAgNwRgAMASKB99tkn0un0lttLly7N4TQAAAAAAAAAAAAAALkhAAcAkEBHHXVURESkUqlIp9Px5ptv5ngiAAAAAAAAAAAAAICmJwAHAJBARxxxRHTq1GnL7VmzZsWCBQtyOBEAAAAAAAAAAAAAQNMTgAMASKCCgoK46KKLIp1ObzkF7pZbbsn1WAAAAAAAAAAAAAAATUoADgAgoYYPHx6HH354pNPpiIh45ZVXYuTIkTmeCgAAAAAAAAAAAACg6aTSm99RDQBA4pSXl8fZZ58ds2fPjlQqFRERw4YNi2uuuSZatWqV4+kAAAAAAAAAAAAAABqXABwAQMKVlZXFFVdcEa+//npERKRSqejYsWOceeaZcdJJJ0XXrl1zPCEAAAAAAAAAAAAAQOMQgAMA2A6k0+m4//77Y9SoUVFRURERseVEuI4dO0bPnj2jpKQkCgsLG7xXKpWKm2++ucF9AAAAAAAAAAAAAAAaSgAOAGA7MXXq1Ljjjjti0qRJkUql4su/xm0OwzVUOp2OVCoVc+bMyUo/AAAAAAAAAAAAAICGyM/1AAAA1Gzp0qVx4403xrhx47a6/8uhN59pAAAAAAAAAAAAAADsiATgAAAS7L333ovzzz8/li1btlXIbfNJbZtl8wQ4AAAAAAAAAAAAAICkEIADAEiozz//PM4777xYvnx5RFQfchNYAwAAAAAAAAAAAAB2ZAJwAAAJdcMNN8Ty5cu/FnzbHHrr2rVr9OrVK3bbbbcoLCyMli1b5mJMAAAAAAAAAAAAAIBGIwAHAJBAs2bNipdffnmr8Fs6nY7mzZvHD37wgxg2bFj07NkzhxMCAAAAAAAAAAAAADQ+ATgAgAR65plntrqdTqejffv2ce+990afPn1yNBUAAAAAAAAAAAAAQNPKy/UAAAB83dSpU7d8nU6nI5VKxW233Sb8BgAAAAAAAAAAAADsVATgAAASaNGiRZFKpSKdTkdExP777x+HHXZYjqcCAAAAAAAAAAAAAGhaAnAAAAm0Zs2aLV+nUinhNwAAAAAAAAAAAABgpyQABwCQQAUFBVvd3nXXXXM0CQAAAAAAAAAAAABA7gjAAQAkUIcOHba6nUqlcjQJAAAAAAAAAAAAAEDuCMABACTQnnvuGel0esvt5cuX53AaAAAAAAAAAAAAAIDcEIADAEiggQMHRsT/nfw2Y8aMXI4DAAAAAAAAAAAAAJATAnAAAAl0wgknREFBQUREpNPpePPNN6OsrCzHUwEAAAAAAAAAAAAANC0BOACABOrQoUOcfvrpkU6nI5VKxfr16+Ouu+7K9VgAAAAAAAAAAAAAAE0qlU6n07keAgCArysvL4+TTz45lixZEul0OvLz82PkyJExZMiQXI8GAAAAAAAAAAAAANAknAAHAJBQxcXFcffdd0ebNm0ilUrFxo0b4/LLL49nnnkm16MBAAAAAAAAAAAAADQJJ8ABACTc/Pnz44ILLoiFCxdGREQqlYojjzwyzjvvvOjfv3+OpwMAAAAAAAAAAAAAaDwCcAAACfX0009v+bq8vDxGjx4dX3zxRaTT6UilUhER0aVLl+jbt2/sscceUVJSEkVFRVnZ+5RTTslKHwAAAAAAAAAAAACAhhCAAwBIqN69e28Jun3Vl3+Fy7SmIebMmZP1ngAAAAAAAAAAAAAAdZWf6wEAAKhZdZ9X8OXQW7Y/z6AxAnUAAAAAAAAAAAAAAPUhAAcAkHDbCqRlM7DmcGAAAAAAAAAAAAAAIEkE4AAAEk4oDQAAAAAAAAAAAADYWQnAAQAk1MEHH5zrEQAAAAAAAAAAAAAAciqVdqQIAAAAAAAAAAAAAAAAAAmUl+sBAAAAAAAAAAAAAAAAAKA6AnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkkgAcAAAAAAAAAAAAAAAAAIkkAAcAAAAAAAAAAAAAAABAIgnAAQAAAAAAAAAAAAAAAJBIAnAAAAAAAAAAAAAAAAAAJJIAHAAAAAAAAAAAAAAAAACJJAAHAAAAAAAAAAAAAAAAQCIJwAEAAAAAAAAAAAAAAACQSAJwAAAAAAAAAAAAAAAAACSSABwAAAAAAAAAAAAAAAAAiSQABwAAAAAAAAAAAAAAAEAiCcABAAAAAAAAAAAAAAAAkEgCcAAAAAAAAAAAAAAAAAAkUn6uBwAAAAAAAMim+++/PyZMmFCva1OpVBQUFGz517Jly9hll12iffv20aFDh+jatWv07NkzWrduneWpAQAAAAAAAKiOABwAAAAAALBDmTt3bowfP75R9+jYsWPsvffe0a9fv+jXr18ceOCB0aJFi0bdEwAAAAAAAGBnJAAHAAAAAABQR8uWLYtly5ZtCdoVFhbG4MGD48QTT4zBgwdHQUFBjidMnrfeeismTZpUbe3UU0+Nbt26NfFE7ExWr14df/zjH6ut9enTJ4455pgmnggAAAAAAIDaEoADAAAAAABooLVr18bYsWNj7Nix0bFjxzjrrLPi+9//frRt2zbXoyXGpEmTYtSoUdXWBgwYIABHo1q9enXG59+pp54qAAcAAAAAAJBgebkeAAAAAAAAYEeybNmyuOOOO+Koo46KBx54IDZu3JjrkQAAAAAAAAC2WwJwAAAAAAAAjWDNmjVxyy23xKmnnhrz5s3L9TgAAAAAAAAA26X8XA8AAAAAAADQVAYMGBAPPfTQNtdVVlZGZWVlVFRUxPLly2PZsmXxySefxNy5c2POnDnx7rvvxqZNm2q159y5c+OMM86IX/7yl/Gd73ynod8CAAAAAAAAwE5FAA4AAAAAAOArCgoKoqCgIIqLi6Njx47Rp0+freplZWUxceLEePbZZ+OVV16JDRs21Nhv7dq18dOf/jRWr14dZ555ZmOODgAAAAAAALBDycv1AAAAAAAAANub1q1bx3HHHRejRo2Kl19+Oc4555xo2bLlNq+78cYb44knnmiCCQEAAAAAAAB2DAJwAAAAAAAADdCxY8e49tpr47nnnouDDz64xrXpdDquv/76mDlzZhNNBwAAAAAAALB9E4ADAAAAAADIgu7du8eDDz4Y55xzTo3rNmzYEJdeemmUl5c30WQAAAAAAAAA2y8BOAAAAAAAgCzJy8uLa6+9Ni655JIa1y1evDjuuuuuJpoKAAAAAAAAYPslAAcAAAAAAJBlF198cZx66qk1rnnwwQdj4cKFTTQRAAAAAAAAwPYpP9cDAAAAAAAA7Iiuu+66mDx5cixatKja+oYNG+Kee+6JG2+8MWt7fvHFF/HOO+/Ehx9+GPPnz4+PPvoovvjiiygvL481a9bEpk2boqCgIFq3bh2dO3eObt26RZ8+faJfv35x4IEHRrNmzbI2S9JVVFTEtGnTYt68eTF//vyYP39+LF26dMtjtW7dumjRokW0atUqOnXqFF26dInevXvHAQccEIccckgUFhY2+cyVlZUxefLkmD17drz33nsxf/78WL169ZaZIyJatWoVLVu2jKKioujSpUt07do1unbtGn369IkDDjggdtlllyabd+HChTF58uSYNm1afPzxx7Fo0aIoKyuLioqKiIgoLCyMdu3aRbdu3WKfffaJfv36xaGHHhoFBQVNNmOuLFiwIN55552YM2dOvPfee7Fs2bIoKyuL8vLyWL9+fbRo0SJatmwZrVq1il122WXLz7FHjx5xwAEHRK9evXaq/68AAAAAAMDOLZVOp9O5HgIAAAAAACBbrr766njqqaeqrQ0YMCAeeuihJpvl1VdfjfPPPz9jvbCwMF577bVo3bp1vfpv2LAhJkyYEK+//nq89dZb8cEHH0R9//RTUlISJ510Upx55pmxxx571KvHZiNHjoxRo0Y1qEdtjBs3Lrp161br9TNmzIh//vOf8dZbb8XMmTNjw4YN9dq3oKAgBg8eHGeeeWYceuih9epRFzNmzIjHH388/v73v8fq1asb1KtHjx5x2GGHxYknnhj9+vWLvLy8LE35LxUVFfHEE0/Ek08+Ge+++26dry8uLo5vf/vb8R//8R+x++6712uGRYsWxdFHH12va+vi4osvjksuuaTW69esWRNPP/10PPPMMzF9+vQG7V1YWBh9+/aNY445Jo4//vho3759g/oBAAAAAAAkmRPgAAAAAAAAGsmRRx4ZBx54YEybNq3a+tq1a+PZZ5+Ns846q059J02aFM8++2y8+OKLsWrVqixMGrFq1ar405/+FH/+85/j1FNPjSuvvDLatm2bld659NFHH8XTTz8dzz//fCxcuDArPSsrK+PFF1+MF198MQYMGBDXXXdd7LXXXlnp/WXLly+P2267LZ555pms9fz444/j448/jocffjh69OgRL7zwQlb6btq0KR5++OG46667YsWKFfXuU15eHo899liMGTMmhg8fHldccUW0adMmKzPm0t/+9rf41a9+FZ9//nlW+q1duzYmTJgQEyZMiJtuuiluvvnmOOWUU7LSGwAAAAAAIGmy+5GOAAAAAAAAbOWcc86psT5u3Lg69xwxYkQ8/vjjWQu/fdmmTZtizJgxMXTo0IzBve3JvffeG7///e+zFn77qkmTJsXpp58ejz/+eFb7Tpw4Mb797W9nNfz2VaWlpVnps2DBghg2bFj8z//8T4PCb19WVVUVf/7zn2Po0KExa9asrPTMhfXr18dll10Wl112WdbCb1+1adOmWLlyZaP0BgAAAAAASAIBOAAAAAAAgEZ0zDHH1HiC1aRJk6K8vLwJJ6qdzz77LH70ox/FxIkTcz1K4q1fvz5+9rOfxd13352VfhMnTozzzz+/UQKO2TZ+/Pg47bTT4t13322U/p9++mmcddZZMWHChEbp35g2btwYF198cfztb3/L9SgAAAAAAADbtfxcDwAAAAAAALAjKygoiEGDBsXzzz9fbX3Dhg0xderUOOKII7K6b/PmzaNdu3bRunXraN26dbRs2TLKy8ujrKwslixZEuvXr99mj4qKirjkkkvi0UcfjT322COr8yVJKpWK9u3bR3FxcbRp0yaKiopi3bp1sXr16li2bFmsXr26Vn1uv/326NKlS5x00kn1nmXp0qVx2WWXRWVlZa3Wl5SURJcuXaKwsDBatmwZFRUVsWbNmigrK4tly5bFxo0b6z3Ltrz88svxk5/8pNaztmvXLtq1axclJSWRl5cXpaWlsXTp0m0GQNetWxf/9V//Fffff3/0798/G6M3iZEjR8Zrr71Wq7X5+fmx2267RUlJSbRq1Sry8vKirKws1qxZEytWrNguwpAAAAAAAACNRQAOAAAAAACgkQ0cODBjAC4i4t13321wAK5r165x1FFHxX777Re9e/eOnj17RkFBQbVrN27cGHPnzo233norHn/88fjwww8z9i0rK4srr7wyHn/88WjWrFmtZunevXscfvjhW933ySefxCeffFLt+v333z9KSkpq1fvLWrZsWedrIiLatGkTgwcPjgMPPDB69+4de++9dxQXF2dcv2DBgnjnnXfiqaeeirfeeivS6XTGtddff33069cvdtttt3rN9pvf/CZWrlyZsV5QUBDf+c534qijjoqDDz442rZtm3FtZWVlfPjhh/H+++/H1KlT4+WXX46lS5fWa66vmjFjRlx66aU1ht9SqVQMHjw4TjzxxOjfv3907dr1a2uqqqpi1qxZ8corr8TDDz+c8Xtfv359XHrppfHkk09G586da5ytZcuWX3v+rV+/PiZPnlzt+k6dOsVee+1VY8/qdO/ePWNtwYIFcd9999V4fa9eveLUU0+Nww47LPbcc8/Iz8/8p9ulS5fG3LlzY/bs2fH666/H1KlTGzXcCAAAAAAAkCSpdE1/oQMAAAAAANjOXH311fHUU09VWxswYEA89NBDTTxRxIcffhjf/va3M9aPPfbYGDVqVK37HXvssfHJJ59E+/btY9iwYXHcccfFvvvuW+/5xo0bF7/4xS/i888/z7jm5z//eZx11ln13mPkyJEZv8cHH3wwDjnkkHr3rsmIESNizJgx0aJFizjppJPixBNPjEMOOSSaN29er37z5s2L6667Lt55552Ma44//vj47W9/W+fey5cvjyOPPDJjsGngwIFxyy23bDMAVpN33303nnnmmXjiiScilUrFlClT6tzjiy++iJNPPjmWLVuWcc1RRx0VV155ZfTs2bPWfcvKymLUqFHxhz/8IeOaI488Mu6+++66jBsREYsWLYqjjz662tqpp54at9xyS5171uSXv/xl/OlPf6q21qpVq7jhhhti6NChkUql6tV/9erV8fLLL8fDDz8c06dPj2uuuSZ+9KMfNWBiAAAAAACA5HICHAAAAAAAQCPr0aNHtGjRItavX19tff78+XXq17179/jxj38cp512WrRo0aLB8x199NExYMCAuOCCC+Ltt9+uds3dd98dZ5xxRr2DY7nSpk2bOP/88+Occ86JDh06NLhfr1694pFHHolf/epX8eCDD1a75sUXX4x58+ZFr1696tT7H//4R8bw26GHHhr33ntvrU/hy2TfffeNfffdN37yk5/E2LFj69Xjl7/8ZcbwW/PmzePaa6+NM888s859W7duHddcc03ss88+MWLEiNiwYcPX1rz66qvx0ksvxTHHHFPn/k3phRdeqPb+vLy8GD16dBx66KEN6t+mTZsYOnRoDB06NKZPn+40OAAAAAAAYIeWl+sBAAAAAAAAdnTNmjWLb37zmxnrn332WZ363XfffXHmmWdmJfy2WevWrePuu++O3r17V1v/7LPP4pVXXsnafk3lv//7v+OnP/1pVsJvm+Xl5cWIESPiu9/9brX1dDodjz76aJ37ZgofplKp+OUvf9ng8NuXFRcXxxlnnFHn6yZOnJgxOJdKpeJXv/pVvcJvXzZ06NC49tprM9Z/+9vfRjqdbtAejWnBggUZA4JDhw5tcPjtqw444IDo169fVnsCAAAAAAAkiQAcAAAAAABAE+jUqVPG2po1a6K8vLwJp6lecXFx/OIXv4hUKlVt/bnnnmviiZJtxIgRGYN1Y8eOrXNIa8GCBdXev99++8U3vvGNOs/XGH7zm99krF188cVx0kknZWWfM888M0488cRqa++//3689dZbWdmnMXz88ccZa5m+JwAAAAAAADITgAMAAAAAAGgCNQXgIiJKS0ubaJKaHXjggXHEEUdUW3vzzTejqqqqiSdKruLi4vjxj39cba20tDTee++9OvVbvXp1tfd369atzrM1hilTpsT06dOrrX3zm9+M888/P6v7XXbZZZGXV/2fM5988sms7pVNmX6OEcn5WQIAAAAAAGxPBOAAAAAAAACaQFFRUY31devWNdEk23b00UdXe/+qVavigw8+aOJpki3TYxUR8fbbb9epV6awV2VlZZ36NJYxY8ZkrF122WVRUFCQ1f169OgRxx57bLW1V199NbFhzGbNmmWsJeVnCQAAAAAAsD0RgAMAAAAAAGgCLVq0qLG+fv36Jppk2w466KCMtblz5zbhJMm3++67xy677FJtra6PVdu2bau9f/r06bFp06a6jpZVGzdujJdeeqnaWnFxcY1BwIYYNGhQtfevXLkyZs+e3Sh7NlSmn2NE3UORAAAAAAAACMABAAAAAAA0iW2djpWkk6Hat2+fsfbRRx814STbhw4dOlR7f10fq27dulV7//Lly+OBBx6o81zZ9M4770RZWVm1taOPPnqbAc/6GjBgQMbau+++2yh7NlSmn2NExD333BOrVq1qwmkAAAAAAAC2fwJwAAAAAAAATWDjxo011ps3b95Ek2xbphPNIiKWLVvWhJNsHzKd+LV06dI69TnkkEMy1m6//fa4++67t/k8aiw1nVz2b//2b422b9euXTPWknoaYffu3aNLly7V1j777LM4++yz44MPPmjiqQAAAAAAALZf+bkeAAAAAAAAYGewfv36GuvZOkHr888/j2nTpsXs2bPjo48+isWLF8eKFSti1apVUVlZGRs2bIh0Ol3v/l988UVW5kyC8vLymD59esycOTPmz58fCxcujNLS0li1alWsW7cuKisro6qqqt79V6xYUaf1gwcPjhYtWlT7XKmqqorbb789xowZE9///vfj5JNPrvGkvmybPXt2xtqee+7ZaPvm5+dH69atqz19bsmSJY22b0Mdd9xx8cc//rHa2nvvvRdDhw6NE044IYYPHx79+/ePvDyfWwoAAAAAAJCJABwAAAAAAEATqKioqLHekADc8uXL48knn4yxY8fGnDlz6t2nNtatW9eo/RvbunXr4m9/+1s8++yzMXny5NiwYUOj7lUXHTp0iDPOOCMeeuihjGsWLFgQt9xyS9x2223Rt2/fOOKII2LAgAGx//77N+opgvPnz89YGzlyZNxzzz2NtndlZWW19yf5NMJzzz03/vKXv2QMvm7cuDH++te/xl//+tdo3759DBkyJL71rW/FgAEDonPnzk08LQAAAAAAQLIJwAEAAAAAADSBbYV1SkpK6txz5cqVMWrUqHj00UczhoSyran2ybZNmzbFww8/HL///e+jtLS0Sfasz2P1k5/8JF5//fX4+OOPa1xXVVUVb7/9drz99tsREdGyZcvYf//9o2/fvtG3b9846KCDom3btvWYuno1nbY2ZcqUrO1TF9sKleZS586d47//+7/jxhtv3Oba0tLSGDNmTIwZMyYiIrp167bl59ivX7/Ya6+9nBAHAAAAAADs1ATgAAAAAAAAmsDSpUsz1lq2bBnt2rWrU7833ngjrrrqqiY/BSudTjfpftmwaNGiuOyyy2LmzJlNum99Hqs2bdrE6NGj48c//nF89tlntb5u3bp1MXny5Jg8eXJEROTl5cU+++wTgwcPjuOOOy723nvvOs+yWUVFRZSXl9f7+saS9NMIzzrrrFi8eHHcd999dbpu0aJFsWjRonjuueciIqJt27Zx2GGHxTHHHBODBw+OwsLCxhgXAAAAAAAgsXxUIAAAAAAAQBNYsGBBxlrnzp3r1OvZZ5+N//zP/2zy8Nv26P33348zzjijycNvDdGzZ8948sknY+DAgfXuUVVVFbNmzYpRo0bFySefHN/97nfjiSeeiA0bNtS5V1JPWquqqsr1CNt01VVXxa233tqg0NrKlSvj+eefj8svvzwOO+ywuO6662L+/PlZnBIAAAAAACDZnAAHAAAAAADQyBYvXlzjCVrdu3evda+JEyfGNddcExs3bqzTDCUlJdGuXbsoKiqKwsLCaNasWTRr1izj+vHjx9epfxItXbo0zjvvvCgtLa3TdYWFhdGhQ4coLi6OwsLCyM/Pj/z8zH9WmzlzZqxataqh426lffv28cADD8S4cePizjvvjPfff79B/d5999249tprY/To0XH11VfHMcccU+trKysrG7T3zu6UU06JQYMGxejRo+Oxxx6L9evX17vX2rVr47HHHosxY8bEd7/73bjyyiujbdu22RsWAAAAAAAggQTgAAAAAAAAGtmsWbNqrO+777616lNWVhZXXXXVNsNvu+66axx55JFx8MEHR+/eveMb3/hGtGzZstbzRkTsvffedVqfRNddd10sXbq0xjVFRUVx5JFHxoABA2LfffeNHj16RJs2beq0zw9/+MOYNGlSQ0bN6Oijj46jjz46pk+fHk8//XS89NJL2/yearJw4cK46KKL4owzzoif//zn0bx5821ek0ql6r0f/9K+ffv42c9+FpdeemmMHTs2nnvuuZg2bVq9TuSL+Nfpd2PGjIlXX301Ro4cGX379s3yxAAAAAAAAMkhAAcAAAAAANDIJkyYUGN9n332qVWf+++/v8bwU9euXWPEiBExZMiQyMvLq9OMX7YjnPg1ceLEeOWVVzLWW7VqFZdddlkMHz48WrVq1aC96htiqosDDjggDjjggLj++utj/vz5MWnSpJg8eXJMmTIlPvvsszr3e+yxx6KysjJuvfXWba7dVnhy7Nixsccee9R5hp1R69atY/jw4TF8+PBYu3ZtvP322zF58uSYNGlSzJo1q87PpWXLlsW5554bjzzySPTu3buRpgYAAAAAAMgtATgAAAAAAIBGlE6nY/z48RnrqVQqDjrooG322bBhQ/z5z3/OWD/44INj1KhR0bZt2/qMuZVVq1Y1uEeuPfjggxlrHTt2jHvvvTdrgaGVK1dmpU9t9ezZM3r27Bnf+973IiJi8eLFMXXq1Jg8eXJMnDgxPvnkk1r1efrpp2OfffaJc845p8Z1RUVFkZeXF1VVVdXWm/r731EUFhbGoEGDYtCgQRERsX79+pg5c2a8/fbbWwKO69ev32afNWvWxIUXXhjPP/98FBUVNfbYAAAAAAAATU4ADgAAAAAAoBG99dZbsXjx4oz1/fbbLzp27LjNPm+++WasWLGi2lq7du3ijjvuyEr4LWL7D8CVl5fH66+/Xm0tlUrFbbfdltXTsnL9eHXt2jW6du0aJ510UkREzJ8/P1588cV48sknY8GCBTVee9ddd8V3v/vdaN26dcY1+fn50alTp4wnzeX6+99RtGjRIvr37x/9+/ePCy64INatWxfjx4+P5557LsaNG1fj6XBLliyJP/zhD3HRRRc14cQAAAAAAABNIy/XAwAAAAAAAOzIHn300RrrQ4YMqVWfyZMnZ6ydffbZ0aFDhzrNVZOaAnvbg2nTpmUMCx166KExcODArO21du3axJ2A1rNnz7jwwgvjhRdeiDvuuKPGgOXKlSvjySef3GbPb3zjGxlrS5Ysqdec1Kxly5ZxzDHHxJ133hnjxo2LoUOH1rj+wQcfzHhKHwAAAAAAwPZMAA4AAAAAAKCRzJs3L/7+979nrOfl5cUpp5xSq15z587NWDvhhBPqOlqNpk6dmtV+TW3evHkZa9l+rKZNm5bY0FEqlYoTTzwx/vKXv0Tnzp0zrhs/fvw2e+27774ZazWFM8mOzp07x2233RYXXnhhxjUrV66MWbNmNeFUAAAAAAAATUMADgAAAAAAoBGk0+m4+eabawxHDR48OLp27Vqrfp999lm19+fn58c3v/nNes2YSWME4FKpVNZ7ZlLTiWR77LFHVvfaHsKC3bp1i2uvvTZj/Z133tlmjwMPPDBjbXsIwDXl868xXXrppbHXXntlrG8Pz0cAAAAAAIC6EoADAAAAAABoBI888ki88cYbNa4599xza91v7dq11d6/yy67RF5e9v7ks2TJkkYJ0TRr1ixjbd26dVndK9NjFRHRvn37rO2TTqfj+eefz1q/xnT00UdHcXFxtbWysrKorKys8frDDz88mjdvXm1t+fLliQ/B5efnZ6xl+/nXmPLy8uLkk0/OWC8tLW3CaQAAAAAAAJqGABwAAAAAAECWjR8/Pm6++eYa1xx//PHRv3//WvfMFD6qqKio02zb8tBDD8XGjRuz2jMiokWLFhlr2Q4gZXqsIrL7eL322msxf/78rPVrTM2bN4/u3btnrK9YsaLG61u3bh0DBw7MWP/9739f79maQkFBQcba9hSAi4jo2bNnxtrKlSubbhAAAAAAAIAmIgAHAAAAAACQRS+//HJccsklNYbICgsL48orr6xT33bt2lV7f3l5+TbDS7X1+eefx2OPPZaVXl/Vtm3bjLXPPvssq3tleqwiIhYtWpSVPTZt2hR33XVXVno1lVQqlbFWU2hws+9973sZa+PHj48pU6bUa66mUFJSkvGkxGw//xpbTSc+1ubnCAAAAAAAsL0RgAMAAAAAAMiCjRs3xl133RUXXXRRrF27tsa1119/fXzjG9+oU/+aQl2vvvpqnXpVJ51Ox9VXXx1lZWUN7lWdXXfdNWMt26eo1fRYvfLKK1nZ4/e//31MmzYtK72awsaNG2PhwoXV1lq0aFFjQHGzwYMH13j62BVXXBHLli2r74iNKi8vLzp27FhtbcGCBbFp06Ymnqj+Pvroo4y1Tp06NeEkAAAAAAAATUMADgAAAAAAoIFef/31OP300+POO+/cZpBm+PDhccopp9R5j3/7t3/LWLvvvvsaHOAZOXJkvPHGGw3qUZPdd989Y+3111/P6l41PVZ//etfY/HixQ3qP378+Kyf/rZ06dKYOHFiVnt+2UsvvRSrV6+uttarV68aTxXbLC8vL6666qqM9c8//zwuvvjiRgtRbvbBBx/EggUL6nxdpufg2rVr4+23327oWFu8+uqrWTuV8auqqqri6aefzljv3bt3o+wLAAAAAACQSwJwAAAAAAAA9VBWVhaPPfZYDBs2LM4777yYM2fONq856aST4oYbbqjXfocffnjG2ty5c+PXv/51vfqm0+m45ZZb4ne/+129rq+tLl26ZDyBa/HixfHUU09lba999903dtlll2pr69evjyuvvDLWrVtXr95///vf48ILL4yNGzc2ZMSvKS0tjR/96Edx6qmnxrPPPpvV/p9//nncdNNNGetHHHFErXsNGTIkjj322Iz1adOmxWmnnRbvvfdenWasjUmTJsWFF14Y3/nOd2LevHl1vv6AAw7IWPvd734XVVVVDRlvi0cffTSGDBkSv/jFL+KTTz7JSs/NRo4cGe+//361tZYtW8aAAQOyuh8AAAAAAEASCMABAAAAAABsQ1VVVSxcuDDGjRsXI0eOjDPPPDMOPfTQuO6662LGjBm16jF8+PC49dZba3XSVnX23nvv6NmzZ8b6Aw88EDfccEOdgl3z5s2Lc889Nx544IGt7m/RokW9ZtyWQYMGZaz97Gc/i1//+tfx8ccfN3ifvLy8OO644zLW33777Tj33HNjyZIlte65YsWK+MUvfhGXX355bNiwYataNh+v2bNnx5VXXhmDBw+Om266KaZMmdKgYNbEiRPj9NNPj2XLllVbz8/Pj9NPP71OPW+66abYddddM9YXLFgQw4cPj9tvvz3jvrX14Ycfxl133RUnn3xy/PCHP4yX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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.set(font_scale=1.25)\n", + "sns.set_style(\"whitegrid\")\n", + "fig, axs = plt.subplots(1, 1, sharex=True, sharey=True, figsize=(12, 6), dpi=300)\n", + "\n", + "order = list(\n", + " (\n", + " df_mean.reset_index()\n", + " .groupby(\"dataset_name\")\n", + " .correctness.median()\n", + " .sort_values()\n", + " .index\n", + " )\n", + ")\n", + "\n", + "plot_barplot(\n", + " df_mean.reset_index().groupby(\"dataset_name\").correctness.median() * 100,\n", + " df_sem.reset_index().groupby(\"dataset_name\").correctness.sem() * 100,\n", + " axs,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + ")\n", + "\n", + "axs.set_xticks(axs.get_xticks(), order, rotation=90, ha=\"right\")\n", + "\n", + "fig.supxlabel(\"Datasets\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/figures/x_axis_mnist_detailed.ipynb b/figures/x_axis_mnist_detailed.ipynb new file mode 100644 index 0000000..61d7c9a --- /dev/null +++ b/figures/x_axis_mnist_detailed.ipynb @@ -0,0 +1,6967 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.NativeFile size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.BufferedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedInputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + ":228: RuntimeWarning: pyarrow.lib.CompressedOutputStream size changed, may indicate binary incompatibility. Expected 96 from C header, got 104 from PyObject\n", + "2024-05-08 18:16:27.979484: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n", + "2024-05-08 18:16:27.982816: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2024-05-08 18:16:28.022254: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-05-08 18:16:28.022271: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-05-08 18:16:28.023419: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-05-08 18:16:28.030440: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", + "2024-05-08 18:16:29.612941: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "%load_ext cudf.pandas\n", + "import pandas as pd\n", + "from eval_vlm.datasets_zoo.registry import list_datasets\n", + "from eval_vlm.models_zoo.registry import list_models\n", + "from eval_vlm.output import OutputHandler\n", + "import seaborn as sns\n", + "import matplotlib.pyplot as plt\n", + "\n", + "models = list_models('all')\n", + "datasets = ['mnist_more_prompts']\n", + "outputhandler = OutputHandler()\n", + "print(pd)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading all csv files from: /private/home/haideraltahan/.cache/eval_vlms/outputs\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/cudf/io/feather.py:15: UserWarning: Using CPU via PyArrow to read feather dataset, this may be GPU accelerated in the future\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "outputhandler.load_all_csvs(\n", + " model_names=models,\n", + " use_cols=[\n", + " \"model_name\",\n", + " \"dataset_name\",\n", + " \"correctness\",\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "results = outputhandler.query(**{\"dataset_name\": datasets, \"model_name\": models})" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "# def save_figure(directory, name, fig=None, f=None):\n", + "# figure_dir = FIGURES_DIR.joinpath(directory)\n", + "# figure_dir.mkdir(parents=True, exist_ok=True)\n", + "# if fig is None:\n", + "# plt.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# else:\n", + "# fig.savefig(figure_dir.joinpath(name), dpi=300)\n", + "# print(f\"Figure saved to {figure_dir.joinpath(name)}\")\n", + "\n", + "\n", + "def plot_barplot(\n", + " results_mean,\n", + " results_sem,\n", + " ax,\n", + " order,\n", + " chance=1 / 1000,\n", + " ylim=80,\n", + " barcolors=\"black\",\n", + "):\n", + " sns.set_style(\n", + " \"whitegrid\",\n", + " rc={\"ytick.left\": True, \"axes.grid\": True},\n", + " )\n", + "\n", + " ax1 = sns.barplot(\n", + " x=list(results_mean.keys()),\n", + " y=list(results_mean.values),\n", + " palette=[barcolors for x in list(results_mean.keys())],\n", + " errorbar=None,\n", + " order=order,\n", + " ax=ax,\n", + " )\n", + "\n", + " for _, s in ax1.spines.items():\n", + " s.set_color(\"black\")\n", + " x_coords = [p.get_x() + 0.5 * p.get_width() for p in ax1.patches]\n", + " y_coords = [p.get_height() for p in ax1.patches]\n", + " ax1.errorbar(\n", + " x=(\n", + " x_coords[len(results_sem) :]\n", + " if len(x_coords) > len(results_sem)\n", + " else x_coords[: len(results_sem)]\n", + " ),\n", + " y=(\n", + " y_coords[len(results_sem) :]\n", + " if len(y_coords) > len(results_sem)\n", + " else y_coords[: len(results_sem)]\n", + " ),\n", + " yerr=list(results_sem),\n", + " fmt=\"none\",\n", + " c=\"k\",\n", + " )\n", + "\n", + " if chance is not None:\n", + " ax1.axhline(y=chance, linestyle=\"--\", color=\"silver\")\n", + " ax1.set_ylim(0, ylim)\n", + " sns.despine(ax=ax1)\n", + "\n", + " return ax1" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "df_mean = results.groupby([\"model_name\", \"dataset_name\"]).correctness.mean()\n", + "df_sem = results.groupby([\"model_name\", \"dataset_name\"]).correctness.sem()" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_1573969/877752514.py:25: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax1 = sns.barplot(\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1185: RuntimeWarning: All-NaN axis encountered\n", + " miny = np.nanmin(masked_verts[..., 1])\n", + "/private/home/haideraltahan/.conda/envs/clip/lib/python3.9/site-packages/matplotlib/axes/_axes.py:1186: RuntimeWarning: All-NaN axis encountered\n", + " maxy = np.nanmax(masked_verts[..., 1])\n" + ] + }, + { + "data": { + "image/png": "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li1b4nvf+16n9tx8882xevXqgvnnP//5qKio6PCeGTNmxPDhwwvmN910U6xZs6bDe+rr6+PnP/95wfyII47oVCEPAAAAAAAAAAAAAAAAyqUAByWaNm1aTJ48uWB+//33xy233NKhHQ888EDceuutBfNx48bFnDlzOpWnd+/ecckllxTM33vvvbj44otj8+bNu92xZs2auOSSS4qe/lZbW9upPAAAAAAAAAAAAAAAAFAuBTgoUUVFRXz729+O3r17F1y7/vrr44orrojGxsai927dujV++MMfxmWXXRZtbW0Fe6+44oqie3dn9uzZ8YEPfKBg/vzzz8enPvWpePHFF9u994knnog5c+bEm2++WXBtxowZcfzxx3c6DwAAAAAAAAAAAAAAAJSjou3v2zeQctOnT49Vq1Z12/5HHnkkxowZ0+E/f+edd8Z3vvOdotf69+8f06dPj0mTJsWgQYNi8+bNUV9fH4888khs2LCh6D0XXHBBzJ07t5ToERGxevXqOOOMM4rur6ioiClTpsSxxx4bI0eOjB07dsTKlSvj8ccfj7q6uqL7DjjggFi8eHEMGDCg5ExJWbVqVdH/X65cuTJGjx6dQCIAAAAAAAAAAAAAAAA6QwGOzElbAS4i4kc/+lHcfPPNZT971qxZ8d3vfjcqKirK2lNXVxfnnntubNy4saw9+++/f9x+++2ZLYspwAEAAAAAAAAAAAAAAGRbZdIBYE9wySWXxDXXXBP77LNPSff36tUrLr300i4pv0VE1NTUxF133RUHHnhgyTuOPvro+OUvf6koBgAAAAAAAAAAAAAAQGIU4KCLzJkzJ+6///746Ec/Gr169erwfccff3wsWrQovvKVr3RJ+e2v3v/+98d//ud/xle/+tXYd999O3zfqFGj4sorr4zbb7899ttvvy7LAwAAAAAAAAAAAAAAAJ1V0dbW1pZ0COiM3/zmN5HP57tt/ymnnBL9+vUra8eqVavi4Ycfjqeffjpef/31WLt2bWzdujX22Wef2HfffWP8+PExZcqUOOWUU2LChAldlLx927Zti9/97nfx+OOPx/Lly2PVqlX/93/DgQMHxrhx4+Kwww6Lf/iHf4gTTzyxUwW+NFu1alWMGTOmYL5y5Uon2wEAAAAAAAAAAAAAAGSAAhywx1KAAwAAAAAAAAAAAAAAyLbKpAMAAAAAAAAAAAAA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GjNmTJydrBMSFRWljRs3auPGjcqbN6+6detmeqcOW+K8TbZs2fT444+bug6b8uXLK3v27Ibkxi1btngtAW758uXq16+frl27luQRLm3vu3z5ssaOHauff/5ZX3zxhZ577jlTYy1QoIAhMSr2Z+QL69evN3xmpUqVStT1zL///qs33njDMGptYsV+T3R0tL766itFRkaqc+fOiS7LHdu3b1f37t3t15i29ds+h2zZsql8+fLKnTu3zp07p9WrVyeq/KCgINWuXVszZ860H0tdtSXNFmizyiaHpOyTFy5cUM+ePbVt2zavtdPi6mB27tw59enTR/PmzdOwYcOUO3du09bprn///Ve7du3y6nW9t2aRCiSbNm3Su+++a7+uT8yI/JLzPuR4PbZ9+3Y1adJEI0eO9GryuT9KyXXY8VySOnVq09spNs8995zSpEmju3fvGtZv5vOUsWPH6rvvvov33pY7xx3HQfJs7wsPD9cHH3ygkydPqlOnTiZFfZ8taf/ChQvJcm/O7GuaQI8/UO9tOfrtt9/Up08fwwzdrsS3LXGdD6xWq44fP6527dpp4MCBXpsxx5/4+30hs/399996++23df78ebfqcULnxNj7jtVq1aJFi7R9+3Z9//33KlGihMnR33+W1LZtWx04cMDUehz7Z6vVqj///FNt27bV1KlT4+20O378ePvMSZKUPn16vfvuu26vX5I+/PBDLViwwOMEFFvcr732miZNmqSCBQsmKg53+Nvnn1SB3JbwR/5+HDW7rRLox1Hp/oC8sQcDMLsO3L17V8OHD9epU6f0+eefmxS1f/L35+z+Xj99IVDPZZs2bTK8TpcunddmOqtevbrSp0+vqKgo+7KNGzealgCXEo6jgSxQ6wDwICEBDgAQ8Hbs2GF4nTt3bq81zkNDQ5U7d25duHDBvmzbtm2mJcB99dVXmjp1asB1uC9Xrpy6dOlinyEiIiJC7dq106RJk1S8eHFfh5cgx46vxYsXV5YsWbyyrqxZs6p48eKGde7bt8+jBLjFixdr06ZNTvtLUFCQXn/9dXXr1s3tUeyyZcumatWqqVq1aurdu7dGjRqlH3/80Z6wF7tz2eLFi+NNToiMjNS2bdsk/dcp6vnnn09U4tmMGTPsneMT+4AyrgvIPXv2qEuXLpo2bZppM8HFfnAj3e8g4W5S2k8//aQ7d+44dQp844031KFDB+XIkUPS/dGKPv/8cx04cMDwt+PGjfM4Ac5fO+ueOnXKkPxmsdyf4TMoKMitdcXExOi9996zz64XVwea+Ljaj+7cuaOePXtq1qxZyZLou2rVKv3yyy9at26doqOjvbIOx5s2sWemeZCEhYWpQ4cO9tmXkrLP+FJ4eLhat26tI0eOSEr8cdOXdu3aZXhdsGBBrzx8lqRChQqpYMGChiSjnTt3mpIA169fP61du1aS6/0nderUqly5sh577DGFhoYqZ86cypgxozJkyKCbN28qIiJCly5d0qFDh7R//3799ddfTgnWtmPi+vXr1a9fP49GN961a5cmTpyoP//803CDPrYcOXLoueeeU+vWrVWsWLEkr8vRpUuXnGZx9lRMTIx69uypP/74I+Da0zbly5fX+vXr7XH//fffPo7oPn/+HBNzTDt//rx69erl1gyfd+/e1YYNG7RhwwZVrlxZ/fv3V5EiRTwN1+umTZumL7/8MmDrgKMrV66od+/eWrNmjcedrG3vP3PmjD755BOtXLlSn332mWkDY9jOv7b4ypQpY0q5cSlTpozWrl1r/yzCwsJMX8e9e/fUv39/zZ071/QRLq9cuaKuXbuqWbNm6t+/v2n7asmSJQ3titOnT5tSblIcOnTIPpOM7VyXmM6xV69e1dtvv20ftTa+tmm6dOmUKVMmRUdH68aNG4brBlftiFGjRql48eJuD9zirsjISPvMb46dDKtXr66OHTsaZsn4/fffE50AJ90fXGjmzJn219euXTN9hF2bQJ1V1h8dOnRIHTp00OXLl5PcEd1drq7lbWVv27ZNr732miZMmJDoWSeS4u7du/r555/1yy+/uGzbmbk/ufpMbbMP+cK2bdsMg4DFJTQ01LTvYtu2bXrnnXfs1zdxHTtTpUqlokWL2q/J0qdPr1u3btmvyY4ePWq4H2pj+zkiIkLvvPOOJk6cqAoVKpgSu79L6XXYsX6GhoYqffr0ppUfW4YMGRQaGqo9e/bYl5mZAD1jxgyNGDFCUtx1ICQkRCVKlDDcm3CsB4cOHdLff/9tGJgt9v9Wq1UjRoxQ5syZ1aJFC1NiP3funFq3bm0f0MDTTmbJLdDjlwLv3pYry5cv16effmofPNXxOGKTO3fuBOvA+fPnDXHH/j86Olq9e/dWSEiI6e1qf+PP9xbMrlP//vuv2rZtq2vXrkmK/xlBhgwZlCNHDqf95/Lly/ZnDLHLiH38PHv2rNq2basZM2aY/pypR48e2r9/f5z7f86cOVW7dm17PX7ooYectuHixYv2erxixQqn45qtHh84cEA9e/bUuHHjXMZy7do1+/nO1n6oX79+ojr4fvPNN/r9998N648tsYmsVuv92SjffvttzZ492/TOxv70+SdVILcl/BXHUdfr89fj6PDhwzV79ux443/44Yfdbg85PreNvR1z5sxRtmzZ1L17d1O3AeY6c+aMz9Z99epVt9afOXNm085pgXouO3z4sP1ni8Wixx57zLQ+YY7SpEmjxx57zN4nTrp/38QMKeE4aiZfnEMDtQ4ADxIS4AAAAS+5O5mVLVtWy5cvN72T2a+//qopU6YkOUnD17p27arr169r2rRpslgsunjxol577TV17NhRbdu2VaZMmXwdYpz+/fdfSf/deE+OjooHDx60f8+x9+GkGDt2rOG11WpVpkyZNHbsWEPHssTKmDGjPv74Y9WpU0edOnXS9evXJf13ETZ27Nh4E+B2797t1OktMckFO3bs0ODBg+N9mJE7d26VKVNGDz30kDJnzqy7d+/q+vXrOn78uPbt26dbt27ZY44d+65du9S/f3/THqw6HgeKFSvmdgeJhQsXGm4yWCwWdejQQT179jT83eOPP64ff/xRTZo00ZEjR+zbsm3bNp07d0558uRJcvz+2lnXMbFQkmrVquX2eqZPn64NGzY4fb62/ads2bJ6+umnDftQdHS0wsPDdfz4ce3atUsrV660d1q1sSX6dunSRQsXLvTKCLXS/e9lwIABbnXS94SrOtawYUOvrMvfDRgwQDdv3oyzc0f58uVVvHhx5c2bVyEhIUqXLp2PInXt66+/th8fYrPtO6lTp1aRIkX8Mv7kPheXLVtWJ0+etH9WtvV7YtmyZZo3b57Lzz9Xrlx65513VK9ePbeS0m3ny+vXr2vhwoX6/vvvdeHCBUMHeqvVqnnz5unZZ59NdCebiIgIDRo0SPPnz7eP9BaXS5cuafbs2ZozZ44aNWqknj17Klu2bIlaX3KZOnWqli5d6laSQEhIiNKmTZvcISaoVq1a9hkKrVarNmzYoDt37ihNmjQ+iykQrkXccerUKb3xxhs6deqU24k8tr/btGmTGjZsqF69evl1Z4zVq1fb27eBeE3pyHHmhPi+L1fb56qTU+y/X7Fihfbv368pU6aoUKFCHsfrOHCDNxJxYgsNDbV3TLVarTp69Kjp6+jVq5cWL17s1REuZ82apcjISH399deeByypatWqhpnB1q9fb0q5SeHqeubZZ591+/2jR4/WqVOnXNbn7Nmzq1GjRnrmmWdUpkwZp84Np06d0u7du7V48WKtWbNGMTExhuvie/fu6ZNPPlGlSpWUNWvWxG9cHMaNG2eYnd5qtSpdunTq16+fGjVqZNp6KlWqpNSpUxsS/bZv325qvbNaA3tWWX9z4sQJtW3bVuHh4ZLiPk+lS5dOoaGhKl68uAoVKqTcuXPbO5KFhIQoODhYqVKlUkxMjKKjoxUZGanIyEhdvHhRFy5c0PHjx3X48GEdOnTIZQKU7dhw6dIltW3bVnPmzDHlHBCXrVu3qm/fvjp+/HiiOuYmRVzlf/zxx8naUcQWh9Vq1ezZs+2dBuPTpUsXUxKZrly5ovfff19RUVEu97E8efLopZdeUt26dRUaGhpvG/vOnTs6dOiQlixZosWLFxuObdL97ywqKkrvv/++5s+fH29CvbdmEXPHl19+qW+//TbBv2vbtq3atGkT5+8fhDpsuz9qa/eULVvWlHLjUqZMGe3Zs8e+fWa15Q4dOqSvvvrK5XdksVj04osvqkGDBqpatapSpUqVYHkxMTH6888/NW/ePP3xxx+G39m+jy+//FJPPPGEKfV44MCBunTpUpz7WP78+f363lygxx9I97bicvLkSX388cf25DfH7ShXrpxeeeUV1a1b1z74YHwuX76spUuXav78+YY6K92vAzExMfrkk09UsmRJFShQwGUZ8R1fve3777+3t2fj06hRozgH60jp7dTYbt68qc6dO+vatWsu95+0adOqZs2aqlOnjkqXLh3vOejEiRPat2+f/vjjD61Zs0a3b9926nh87do1denSRb/++qsyZMhgyjbMmjVL69atcxl/yZIl1b17d1WtWjXOgSYzZsyojBkzKk+ePCpTpoyaNGmifv36af369Ro+fLgOHTrk9Mx13bp1mj17tsvBXnft2uVUHxNT31evXq3x48fHeU8ibdq0euyxx+J8Vrxr1y4dO3bMHm/suI8ePaoPPvjAPhCrGfzt808Kf2xLpIT29INyLE0Jx9EtW7a4PO5YrValT59eLVu2VIMGDRI1YGRYWJjmzZunn376Sbdu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f4aLuTVr1sSZkPT3338bXpcoUcLtB6Tr16/Xzp07nepEyZIlNXToULceFKdKlUq1a9dW7dq1NXfuXA0cONCQwGe1WjVixAhNnDjRrZjic/bsWcNNx8KFC7v1vr/++ssQj8Vi0SuvvBJvgmu1atWUJ08ee2dgSR7XA3/trOs4M91jjz3m9jrmzp2rK1euGPYhi8Wirl27JuqhberUqdWoUSPVqFFDb7/9tvbt22fvBGy13p8JsXHjxm6NcuiusLAwdejQQTdv3pSUMmZwCQQrVqyw/xy7Lk+ePFn58uXzVVhuW7p0qdMDmfTp0+ubb75J1EwjvuLYnkvuc3F8nf3csX79esOMcrbvomfPnurQoYNHZUv3E6D79eunfPnyaejQoYbjwqlTp7R27VrVrFkzwXLu3LmjN954w37eSEoS0KVLl9SpUyd16NBBPXr08JvO4H/88YchscJWj9944w299957fp3o4+ijjz5S8+bNDeeamjVr+qSjnDujSgaCwYMHO3VQkxI+pzp2srVarVqyZIlOnjypH374wevXnomxcuVKwzbatq18+fLq169fso/O6KlevXo5zbQi/Xd+e/7551WvXj2VKVMm3sS1q1evat++fVq8eLGWLVtm6AgZOwmuV69eHl8XOF7XufsQMqkcy/fkutLRkSNHNGrUKJef/0MPPaRu3brppZdeUkhIiMv3Z8qUSblz59YjjzyiKlWqSLqfHLVkyRKNHDnSfv0k/fc9jBw5UrVr11bRokU9ij116tR666239OWXX9rL/vLLLzVnzhxT2+zusA2YlJSBRmbPnm3ocGYbDGbs2LF6+umnExVHoUKFNH36dPXt21dz5swxXM/8+OOP6tSpU5zfZWKsXr3aXsds29y6dWvTk99sQkNDdfDgQftnZMYIuzYpYVZZfzJlyhT9888/Lgcb6datm5o0aWL6bLfBwcGqVKmSKlWqpA8++EBz5szRd99955TAExYWpsmTJ5uSgBvbzp071aNHD0VHRye4HyWX5Gi3O26XOwNtmOX8+fOaP3++U1uoYMGCmjhxokezhAUHB+uNN95QrVq11KFDB506dUrSf+ew+fPn6913300wYSpQv4MHpQ4H8jMCm/379xsS3m3n4+eee07ffPONx+er0qVL66efflL37t21atUqQ5ti69at2r9/f6Lu3zpynBXGlmD5ww8/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re7cuWP4zrp06WJaey6xbMkg7ipYsKAuXbpkj3/9+vXq3r27FyN0T+zBxywWiwoWLGha2aVKlTJ01PLHgVUaNGigqlWrqn///lq5cqXhXs3ff/+t5s2bq02bNnrvvfdMnfXem5599ll7Zyar1apVq1bpzp07SpMmjenrun37tlatWmW4b/Lss8+6/f5y5cpp3rx5GjVqlCZNmqSYmBh7WZcvX1bPnj21YMECDRgwwOszsSbkQavDb731lubNm2efgck2kn/nzp315ptvqlu3bklqL0ZHR2vkyJGaOHGi0/krVapUHj8jsHnhhRfs9+OtVqs2bdqky5cve2VQiUuXLmnjxo2GeuDpQFVZs2ZVixYtNGnSJFksFt2+fVtjxowxZUaS5BDo8fv7vS131K5dW1OmTJH03+BIERERpj4rs4mIiNDatWsNdeC5555z671169ZV5cqV9cUXX2jRokWGZzJhYWFq0aKFWrRooR49eihDhgymx+5NVqtVEydO1I4dOzR8+HCvncdu3bql/v37a8GCBYaEfk/UrFlT8+bNs38XK1eu1GeffWZ/vmemmJgYLV++3NDGr169usfl1qlTR1999ZV9cKFjx45p8+bNeuqppzwu29Fff/2lo0eP2j/7tGnTqm7duk5/98wzz2jkyJGGZVOnTlXfvn3jLT9v3rzKnz+/YVDTtWvXJpho6q7YnY3Nelbsj59/YgVKWyKQ2tOJde3aNb3zzjt688031aNHD68cg2zmzp2rQYMG6datWxxH/1+dOnU0YsQISffrwM6dO3Xy5ElT7xnYnDhxwt4HzVYH6tSp49Z7U3IdkO5/Ns2aNdMnn3ziUT+t+GzcuFG9evXSlStXkvT+jBkzavDgwXrppZfUr18/nTlzxl6P7t27p1mzZmn16tUaMGBAou4X+FpKOJe9+eabmjVrlv35oK1ufPbZZ9qyZYv69euXpMT369ev67PPPtPixYud2p/p0qXTW2+95XHsgXQcLVCggKZMmaJZs2bp66+/VkREhL2sqKgoffPNN1qyZIkGDRpk2sB1ySEl1AHgQfHAzAD39ddfu1weFBSk1157TUuXLtX8+fM1YMAAtWzZUnXq1FHVqlX1zDPPqE6dOmrRooX69++v3377TcuWLVPjxo2dTiy2A/gXX3yRHJsEAIjllVdeMcwCF3tkiZdfflk///yzoROdO27fvq3Zs2erfv36+uuvv+zLbQ3/YsWKqXHjxqZtw4cffmiIffDgwYmO+UHjzmxi7ipRooSaN29uSPawWCy6deuWPvvsMzVr1kwLFy60P/xOSHR0tBYvXqzmzZurf//+huS32CPAeHqjvmrVqsqWLZth2blz5/TGG2+YNkq5rQOv48xp2bJli7fz5pNPPmlPPrXt1xMnTnRrhL7nn3/e/jlZrVbNmTPH7c8+Pn/99ZdhhGbJeaa6pAgJCdGLL77oNJLQyJEjVaNGDb377rt6//33VatWLc2ZM8f+Pts2VqpUye2HK5s3b1Z0dLRhmRk3DJo2bWqYSS52Z91XX301yTNTbtiwQa+++qoWLFjg9LuEOusWLlxYTzzxhGFf2Lhxo5YsWZLgehs0aGB437x580wZHXLy5MlOs8mYMZOSje2mku14YUsG8hXbw3d//OcN7du3tx8TrFarfvvtN0Od9Xc9evRQzpw57fv9uHHjAmrk/lq1atlHCpP+2/8OHz6sxo0ba9iwYYmeEfT8+fMaPny4XnvtNcNMkLbjwxNPPGFKB5s8efLo5ZdfNhx3evfube80ZJaYmBj16dNH0n/bUL9+fadZJhw5JniYPcPFjz/+qEceecSpHXXu3Dm1atXKlFGY3fHRRx8pODjYkGSQ1IdXvpQ/f36f/UtpvN1hO0OGDPrhhx/09NNPO+3/kZGReuutt+xJmd4WFBSkHj16GI5DX375ZcCNsOh4fDp9+rRX1+dYvuMsJ4mVOnVq+6ASNrbv48SJE+rYsaPq1q2r8ePHa9u2bXFe89++fVvbtm3T+PHj9dJLL6lDhw46fvy44cGqraPowIEDPR5ZNLa8efMa1uPt9qjjzGZmzEbWtWtXn/2LLVu2bHruuecMx4cTJ07EOVt4bE2bNrX/bLVatXbtWlOOJ0OHDnW6trbN9uGpmjVrOi0bPXq0KWXHdu3aNU2fPt1Qz9KmTWvKgCeS/80q6zjyr3Q/IaVhw4Y++deoUaNExe84K9bBgwe1ceNGjz8XT2zYsMHQ6V4y596QTa1atST9d/yPfV/Zn+TMmVOjR4/WsGHDlDVrVsOIzTExMZoyZYpefvllbdq0ydehuqV69eqGe2uRkZEJDqCUVBMnTjSM5J4/f37VqFEjUWWkSZNGPXr00M8//6xixYo5jZi9Zs0a1atXz7QRypPqQavDBQoUUMeOHe3l2r6XmJgYTZgwwd4p3N3E1kuXLmn8+PF64YUXNH78eEPym63s9u3bmza41mOPPWa4TxkTE6PBgwebUrajL7/80n6P2nZ/xXGWn6To2rWrvS5brVZNnz49WWdB8VQgx+/v97bcUbFiRUPC3u3bt/Xtt996XK4r3377rb1TpMVi0aOPPpqoWeyyZs2qYcOGadSoUcqZM6fhPHDv3j3NmDFD9evXT/JzGV/bsWOHGjRo4JW2tG22Ilvym1lq1aqlhx56yP766tWrXns2MGfOHMMz3Bw5cridQBmfbNmy6fXXXzfU4759+5o+I/HNmzfVr18/Q4fpZs2aKXv27E5/+/jjj9uPi7a///nnn92a2adu3bqGbYndmd0Tf/zxh9PzwnLlynlcrj9+/okVSG2JQGlPJ8W9e/c0ceJEtW7d2tT+MDa3bt3Shx9+aPr+mRKOo0WLFlWtWrUM9bh///4el+tK//79Dc9Da9asqUceecTt96fkOiDdb8d99tln6tmzp6kDHVqtVn377bfq0KGDYUDupKpataoWLFhguJdr+w7Onz+vzp07q0ePHgHzrDIlnMty5Mih7t27O13XW61WLVmyRM8++6z69eunXbt2OfW7chQTE6Pdu3erf//+qlmzplPym+3n9957z5Rk00A8jtr6UlatWtXpOHTgwAE1adJEw4YN0507d8wM32tSQh0AHhQPRALc1q1b7bNk2FitVmXNmlXTpk3ToEGDVKRIEbfLK1SokAYOHKjp06e7POAcOHAgoDoZAkBKYLFYNHjwYMOIrrZGYnh4uD777DNVr15d/fr102+//aYjR444NU5v3bqlY8eOaf78+erfv7+qV6+u/v3769q1a06jd6RJk0b/+9//TB1lo3LlyurQoYN9XWFhYerWrVtAXAT44qH3lStXTJuBz+ajjz5yGvncth/t3r1bvXr1UuXKldW2bVsNGzZMM2bM0IIFC7Rq1SotXLhQM2bM0PDhw9WuXTs99dRT6tmzp3bv3u1y9MFHHnlEvXv39jjm4OBgtW7d2nBzTJL27t2rJk2aePxwdePGjWrSpIl2797tdBHfpk0bpUqVKs73BgUFqWnTpoYHULdv31aPHj0MnURcad26taF+nTx50uOOcxERES4HKkjKDAyu9OjRwzCSqG3fuXjxolasWKE//vhDFy5ccLk/vP/++26v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mzbB0NCwSuSSR+7duwcPDw8A4kXj43K5WLduHS5evIh69erh69evcHNzK9forKyyyLZCEARev36NgwcPwsrKSrIHKoP9+/eXa2xJGi6+fPkSL1++ZLRupubihIQEAL/fl6wM5ki6du1KGwvI+iWhSZMmtGAyDx8+ZEpMoTx69Iim927atCkj5X748IFmnGlgYMBIuWVhYGBAPQtBEDJfA/DSv39/ODk5wc7OTmCu6NevHzw8PFiDLjHgP/AXVdfBn3WQw+EIZAzjR09PD127dqU5zcbGxoomqIjIU1bZ//3vf5g/fz7lOFbWPFS9enV06NABbdu2RfPmzdGwYUPUq1cPNWrUgLa2NtTU1KCqqori4mJwuVzk5OQgJycHqampSElJwefPnxEfH4/Y2FihxmBkP01LS8P8+fMRGhqK5s2by/z53717B1dX13LX4mpqamjQoAFq164NFRUV/PjxAykpKULXvORz7N69G/3790fbtm1lInebNm1w8uRJLFmyBF++fEF+fj7Wr1+PK1euYNGiRVW6JygLFRUVWFtbo3fv3li3bh11xsobyMzb2xvPnj0rNxNgbm4uHBwccOnSJQHdL0EQUFdXh62trcgOiIWFhTA1NaWcOyTZf6SlpWHp0qVYtGgRVq9eXWVreEVlx44duHv3Lq09AL/7YO3atTF06FD0798fXbp0QcuWLSV6x2TwnpiYGDx+/Bh37tyh9jr85/0PHjyAi4sLNm3axMATls4tP378oOp58eIFI+WWBX/5FTkUpaamwszMDJmZmWK/W94+7Ofnh+joaHh6eqJevXriCV1JCNtfKYJui0Qe5VcG3VZ2djZMTEyoswVJ5oK8vDw4OTkhKioK27Ztg6ampszkJeHfe3M4HAwdOlTk77u7u+Pnz59C13/t27fH7Nmz8ffffwtdkxUWFuLt27e4dOkSzp07h6ysLIGx1NXVFcOHD0ejRo3EfzghiOPcLi1kFqPVq1cL7EX4IQgCy5Yto/bp4uiGyO+/f/8es2bNgr29PWbPni2d8BJw//59HDhwQGAu5pWRl7L68f/+9z/Mnj0bLi4uGDdunGyFViKU4f3/SWsJRaZJkybw8PCQuU6U35mYzLReFsowjn769IlyfitL/rJsl3j78bVr1xAXF4eDBw+idevWshX6D2T//v0YMWJEpdTVqlUrhIaGwtnZGaGh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j1mm4PZ4kBQhEd8KqUyKqLAZ3LHdrN8f/vaSBYjgXou9Nzwf1+V19r2A+/VaHVh7r3vdr/umpigtLQ3/+c9/kJ6ejitXruDatWsoKyuDwWCAg4MD3Nzc4Onpiccffxy9e/fG4MGDERAQYOm0iYisBq+jREQPNnXqVEunUG+7d++2dApERDaLBXBERERWpLKyEuHh4Th16pRspSbT27XpmI+PD5588kl06NAB7u7ucHV1RXl5OYqLi3H9+nWkpqYiJyen1p81Hevfvz927doFOzu7xjo9oiZr6NChuHnzplR08v7772PSpEmWTouIGmjx4sWIi4uTJmsFBAQgNjZW0fdKo9GISZMmIT09HcC99+cJEyZg9erVZvdt6/kTke1LSkqyWGzuRElEREREZDmrV6/Gjh07ZIv6qbUwz/nz5xEaGiqLNWnSJLz//vuy7/P396+xI4bp+2tbQKO271dbXfkQERERERE1d0ajEVqtFmfPnsW5c+dw9epVlJSUoLS0FHq9XpEYgiBIz76JiIjI+tlbOgEiIiK6T6PRYPPmzZg6dSrOnz8vPWytunMbAOTk5MhWN62uan17bQ94e/fujS1btrD4jUghXbt2RWFhodS+deuWBbMhoke1aNEiJCYm4ubNmwDu7XT25ptvYu3atXB0dDS7f4PBgAULFiA9PV2apNWmTRssWrTI7L4B28+fiGwfi9CIiIiIiJqnAQMGYMeOHbJjH330EbZt26Z4rPXr19ca/0Eauh4w1w8mIiIiIiKyrJKSEmzduhXx8fHSs2+A92tEREQEaCydABEREcm5ubnhyy+/xPDhw2vcuAuCIP0TRfGB/6p+X1WiKOKZZ57Brl270LJly8Y8LaImrV+/fgDuF5xeunTJkukQ0SN67LHHsGXLFri4uEjvtT/++CNee+01XLhwway+MzIyMHXqVBw+fFjq29XVFZs3b0arVq2YPxERERERERHZrKFDh8LZ2RkApHGD48ePY9++fYrG2b9/PxISEmTPPhwcHDBy5MgH/syDnpfU5/vV/kdERERERERyv/zyC/785z/j888/R2Fh4QPnw/GejIiIqHliARwREZEVcnV1xaeffor33nsPLVu2rHUFm4bcoIuiCHd3dyxbtgxbtmyBm5tbY5wGUbMRHBwsvRZFEVqtlitPEdmoJ554Al999RW8vb0B3PubTklJwcSJE/HWW2/h+PHjqKysrFdflZWVOH78OP7+97/jxRdfxNmzZ6XBeR8fH3z99dcIDAxk/kRERERERERk05ycnDB+/HhpTNRUBPfOO+/g2LFjisQ4duwYFi9eLD0DMU1+fO655x74zKP64oEPU9fCg2r8IyIiIiIiovsOHDiAyMhI3Lhxo9aCNyIiIiJB5MgqERGRVdPpdNi9eze+/fZb5Ofny772oGK3qnx8fPDyyy8jLCyMhW9EKgoPD0dSUpI0CPfhhx8iNDTU0mkRUQPEx8dLr8vKyrB161ZpcB24/77r5uYGf39/+Pn5oV27dnBzc4OTkxP0ej1KS0tx48YNXLhwARkZGSgtLQUgf3/29PTEzJkz4erq+si5hoSENLn8iYiIiIiIiMh25eTk4M9//jMMBoN0TBRF2NnZISIiAvPmzYODg0OD+7179y4+/vhjfP7557h7966sAM7e3h779u1Dt27davxcdHT0A/uMjIxs0PerrbZ8iIiIiIiImpO0tDS88sorsvu+qtSa6i4IAs6fP69K30RERKQ8FsARERHZkLS0NPznP/9Beno6rly5gmvXrqGsrAwGgwEODg5wc3ODp6cnHn/8cfTu3RuDBw9GQECApdMmahYuXLiAF198EUajEaIookOHDti7dy9at25t6dSIqJ78/f1rDKabilpNr03qs8Jcbd9ftT9z1DYIb+v5ExEREREREZFti46ORnR0tLQDXNX/7dChA6ZMmYLQ0FC0b9/+oX0VFhZi7969+Ne//oX8/PwaYxyCIGDmzJmYP3++2qdFREREREREKgsLC8Ovv/5a6/PuTp06YcyYMejduzc6d+4MV1dXODk5KRbbx8dHsb6IiIhIXSyAIyIiIiJSSExMDFauXCkNyAUGBuKLL77g7otENsJUQFbbbXJtA+0P8yg/Ux8PWoXO1vMnIiKyNosXL671uGnH5/p+v9oelA8RERFRY6usrER4eDhOnTolG1eovju9j48PnnzySXTo0AHu7u5wdXVFeXk5iouLcf36daSmpiInJ6fWnzUd69+/P3bt2gU7O7vGOj0iIiIiIiJSQXJyMv7yl7/UWNjVy8sLS5YswahRoyyZHhEREVkRFsARERERESmo+irHHTt2xOrVqzFgwABLp0ZED1HbDmrWxrTCeX13gLOkysrKB37twoULNY6xaICIiKxNXburWst7cV35EBEREVlCaWkppk6divPnz9e5uE5dn5vq+j5RFNG7d2/s3LkTLVu2VChrIiIiIiIispR169bh008/lS322qVLF+zevbteO4gTERFR82Fv6QSIiIiIiJqSyMhIdOzYEStWrIBer0dOTg6mTp2KoKAghIaGon///ujevbul0ySiOtj6OjG2mn9cXJzFigZYAEfUuLKzs5GVlYWioiLodDqUlJRIRbORkZEWzo6opoa+t9rqezERERGREtzc3PDll19i/vz5SEhIkN3r17YrXG0eND4giiKeeeYZREVFwc3NTbmkiYhIFUajEVqtFmfPnsW5c+dw9epVlJSUoLS0FHq9XpEYgiAgPT1dkb6IiKwNr6PUXCQlJcnagiBg1apVLH4jIiKiGlgAR0RERESkgFGjRsnaGo1GKqwQRREpKSlISUmRvtayZUu4urqaHVcQBPz0009m90NEwFNPPWXpFMxibflXf1BRXywaIGp6KisrcejQIRw8eBCnT5/GzZs3H/i9dRXA6fV6aLVa2bEOHTogICBAsVyJalPfidq1fb/a+L5JRERE1sjV1RWffvopYmJisHHjRuh0uhqfkRrymUkURXh4eOCNN97AK6+8onS6RESksJKSEmzduhXx8fGycSDewxIR1Q+vo9TcFBQUSPeIgiCgT58+6Nevn4WzIiIiImvEAjgiIiIiIgXk5uZKxW4AaqxsXHUw2mg0oqioCEVFRWbHbezdkoiast27d1s6BbNYW/7+/v41rlGmwuC6sGiAqOkQRRG7du3Czp07kZ+fLx17kIf9/Ts5OWH9+vXIzMyUjnl5eeHIkSPKJExUC+7+RkRERPTowsLC8MILL2D37t349ttvpfsCk9ruAap/nvLx8cHLL7+MsLAw7vpGRGQDfvnlFyxduhSFhYU1rulKj/3yHpyImiJeR6k5un37NoD7z5IHDRpk4YzIGixevLjW44Ig4MMPP6z396vtQfkQEZE6WABHRERERKQgU7GbabC4toI4pXBAmoisHYsGiJqvvLw8LFy4EKdPn5b9bT/oM1F9//7Dw8Px3nvvSe38/HycPHmSD0NJFXXtSKjE9xMRERE1B+7u7pg7dy7mzp2LtLQ0/Oc//0F6ejquXLmCa9euoaysDAaDAQ4ODnBzc4Onpycef/xx9O7dG4MHD+aOz0RENuTAgQNYuHAhjEYj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yZMYNGiQeQkTUZ3s7e0xduxYjB07FgCQm5uLrKwsXLt2DTqdDn/88Qfs7e3h7OwMT09PdO7cGb6+vlwBmKiRffPNN0hKSpKKKjQaTY2CMnMNHjwYa9asAXD/4dV3332H2bNnm923LefPogEi21dZWYm1a9fKjpnuU8LCwrBgwQK4uLg0uF93d3e8+uqrCAkJQVRUFL766ivZLgyiKGLNmjUYPXr0QxcFIVLT0KFD4ezsDL1eL/1uHj9+HPv27cP48eMVi7N///4aE7EdHBwwcuRIxWIQERERNXeurq749NNPERMTg40bN0Kn09W432jI/YcoivDw8MAbb7yBV155Rel0iYgsLjExEbdu3ZItXBQSEqJ40YaJv78/Ll26JF2Ls7KyVIlDRNRYeB2l5q5z587IysqS/gZOnTqlWqw7d+4gLS2Ni6U2Ma1atZIVwOXl5akar3r/LVu2VDUeERHdp8y+yERERKSYM2fOICQkRCp+EwRB+gfce1Ba9V9DTJgwAR4eHrIHs/v371c0fyJ6OB8fHwwbNgyTJk3CtGnTMGfOHMycORNTp07F2LFj4e/vz+I3okYmiiK+//572UD38OHD4evrq2gcPz8/DBs2TLZ70bfffmt2v7aev6loAECNogElsWiASD2JiYnIzs6usULt3//+d7z33nuPVPxWlYuLC5YuXYq///3vNe6DcnJycOzYMbP6JzKXk5MTxo8fL/1+mt7P3nnnHcV+P48dO4bFixfX+Dt77rnnuIMIERERkQrCwsLw008/4X/+53/QoUOHej2fqf493t7emD9/Pn7++WcWvxFRk6XVamVte3t7zJ8/X7V4nTp1kl6Loojc3FzVYhERNQZeR6m5CwoKkrUvX76M3377TZVYe/fuRUVFhexY3759VYlFjcfHx0c2h6H6dVVpJ06ckC3Y2bFjR1XjERHRfSyAIyIisiKZmZmYPn06dDqddFNmYmr7+flh+PDhNW7+68PR0REjR46U3fAdP35cwTMgIiKyTefOncPNmzdlx55//nlVYr3wwguydm5uLjIzM83q09bzZ9EAke37+eefpdemv6/g4GBMnz5d0TjTp09HcHBwjcmmVeMTWcqMGTPg6OgotQVBwN27dzFnzhx89NFHMBgMj9Tv3bt3sX79esydOxd3796Vfc3Ozg6zZs0yK28iIiIiejB3d3fMnTsX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8fHx8Pb2VixOfn4+QkJCoNPppDiCIGDnzp1coZOsRnR0NKKjo6UizY4dO2L16tUYMGCApVMjIiIiogcw7UpvCbyXISJbFxoaivPnz0v3wfb29jh69Cjatm2reKzCwkKMGDEClZWV0nNzf39/xMfHKx6LiKix8DpKBCxevBhxcXHS30FAQABiY2NhZ2enWAyj0YhJkyYhPT0dwL15dRMmTMDq1asVi0GWcf78eYSGhkq/P61bt4ZWq+UO70RETRBnvBMREVmRpUuX4tixYwBqFq+JoggHBwcMGjQIAQEB8Pf3R9u2beHm5gYXFxeUl5ejtLQUhYWFyMjIwLlz53Dy5EkYDAZZX6YbvcTERCxduhQffvhho54jERGRNUpOTpYVj5ke+Hh5eWHJkiUYNWqUJdN7KFvP3yQsLAy3b9+WigZSU1MREhLCogEiG3D8+HHptako7e2331a0+A24d11bvHgx3n77bdl9TmJiIieNktWIjIxEx44dsWLFCuj1euTk5GDq1KkICgpCaGgo+vfvj+7du1s6TSIiIiKLKisrQ0lJCYqLi1FeXg4XFxd4eHigZcuWcHV1bfR8eD9BRPTocnJypGfQgiDgT3/6kypFGwDQtm1bDB48GImJiVLM3NxcVWIRETUWXkeJgEWLFiExMRE3b94EcG+ntjfffBNr166Fo6Oj2f0bDAYsWLBA2v1NFEW0adMGixYtMrtvsrxevXrh6aeflha3uX37NuLj4xEaGmrhzIiISGksgCMiIrISP/74o7SSTVWiKKJ9+/Z4/fXXMW7cOLi7uz+0r+DgYACATqfDDz/8gC1btqCgoEA2YCaKIuLi4vDss89izJgxqpwTERGRrUhISJBem4rHunTpgt27d6N9+/aWSqvebD3/qlg0QGSbzp49K2u3adMGISEhqsQaP348oqKipIegAJCamqpKLKKGqF5wrtFoZPfgKSkpSElJkb6m1ORuQRDw008/md0PERERkZrOnDkDrVaLtLQ0pKWl4fbt2w/83latWiEwMBCBgYEYOnQogoKCGi9RIiJqsPLyclm7T58+qsbr06cPEhMTpfadO3dUjUdEpDZeR4mAxx57DFu2bEF4eDjKy8shiiJ+/PFHXL9+HStWrICfn98j952RkYHly5fj7Nmz0ni9q6srNm/ejFatWil4FmRJ77zzDl588UUYjUaIooiN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UURcXByeffZZjBkzRpVzqk12djaysrJQVFQEnU6HkpISVFZWAgAiIyMbLQ8iImvSoUMHvPDCC9L7gCiKePfddxEbG6vooo5GoxFLliwBcH83mOeffx5eXl6KxSAisgReR4nuY5EZmav6IuT1nbf1KPj7SkTU+FgAR0REZAVatGghK0Lz9PRUNV779u1lbQcHB1XjETUnp0+fxsyZM1FWViYNGtfmYTvC1dYWRRFpaWmYNGkSPvvsM9WLZYmak379+uHUqVPS39ulS5csnFHD2Hr+AIsGiGzdk08+if/+979S+9atW9i3bx9CQkIUj/XDDz+gsLBQ9pkpMDBQ8ThERERERFQ/lZWVWLt2reyYafwzLCwMCxYsgIuLS4P7dXd3x6uvvoqQkBBERUXhq6++ku4DTBPa1qxZg9GjR6u24nplZSUOHTqEgwcP4vTp07h58+YDv7euAji9Xg+tVis71qFDBwQEBCiWKxGRJS1atAiJiYnSdTI9PR1vvvkm1q5dC0dHR7P7NxgMWLBggWzXojZt2mDRokVm901EZA14HaXm7qmnnrJ0CtSEcFc2IqKmiwVwREREVqB169bIzc2V2hUVFarGMxgMNeITkfkuX76M2bNno7S0FEDNARXTpA8XFxf4+fnB09MTLVu2hLOzM+7cuYPS0lIUFBQgIyMDZWVlNfowvS4pKcHMmTPx7bffcrcTIoUEBwdj69atAO79rWq12jqLWK2NredPRLZv6NCh2LZtG4D7E1FXrVqFP/3pT4ou8HHjxg18+OGHNa5vw4YNUywGERERERE1TGJiIrKzs2ULeQmCgAULFmD69Olm9+/i4oKlS5fC29sbUVFRsvuBnJwcHDt2DM8884zZcaoSRRG7du3Czp07kZ+fLx17kIeNwTg5OWH9+vXIzMyUjnl5eeHIkSPKJExEZGGPPfYYtmzZgvDwcJSXl0MURfz444+4fv06VqxYAT8/v0fuOyMjA8uXL8fZs2elcSdXV1ds3rwZrVq1UvAsiIgsh9dRau52795t6RSoCeCObERETR8L4IiIiKxAjx49kJOTI7WvXbumarzr169LrwVBgK+vr6rxiJqDyspKvPnmm9DpdLUWvnl7e2PChAkYN24cunfv/tAJEVlZWThw4AC+//572eQR4N7fbXFxMebPn489e/awwIVIAb169cLTTz+NpKQkAMDt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559/xvLly6HRaBSPVVlZiZ9//lm2InGnTp0Uj0PUHA0cONDSKZjF1vNn0QAREdm6HTt2IDMzU/YwXaPRYM6cOZg7d65i9wdDhgyBnZ0dKisrpWPJycl8LyMiIiKLeuyxx7BlyxaEh4ejvLwcoijixx9/xPXr17FixQr4+fk9ct8ZGRlYvnw5zp49K42Lurq6YvPmzYosDlb1cxUA2NurO42iuLhY1laiQJCIiIiIiMjWXb58GbNnz0ZpaSmAmgVJpjl1Li4u8PPzg6enJ1q2bAlnZ2fcuXMHpaWlKCgoQEZGRq0Lrppel5SUYObMmfj2228536aJysvLw8KFC3H69GnZXMxHKaisKjw8HO+9957Uzs/Px8mTJzFo0CDzEiYionpjARwREZGVeOqppyydAhE9oieffBL//e9/pfatW7ewb98+hISEKB7rhx9+QGFhoWxQJjAwUPE4RESNjUUDRERkywwGA7Zv3y57HxMEAcuWLcPkyZMVjdWiRQt07dpVtsropUuXFI1BRERE9CieeOIJfPXVV5gzZw5yc3MhiiJSUlIwceJEjBs3DuPHj8fgwYPrdY9fWVmJEydOID4+HgcPHkRlZaU0Ic3HxwebN29Gz549Fcnb2dlZmmAJAEVFRYr0+yCFhYWythJFfERERERERLassrISb775JnQ6Xa2Fb97e3pgwYQLGjRuH7t27P3S3rqysLBw4cADff/89srOzaxTCFRcXY/78+dizZ89D+yLbcubMGcyaNQslJSW17iJYvditIf//T5gwAVFRUdDpdFI/+/fvZwEcEVEjYgEcERGRldi9e7elUyCiRzR06FBs27YNAKQViFetWoU//elP8PT0VCzOjRs38OGHH9YYfBk2bJhiMYiILIFFA0REZOsSExNx69Yt2U7NISEhir+Pmfj7++PSpUvSe2dWVpYqcYiIiIjqKz4+XnodERGBrVu34saNGxBFEUajEfv378f+/fvh5uYGf39/+Pn5oV27dnBzc4OTkxP0ej1KS0tx48YNXLhwARkZGVJRWtXJaZ6enoiIiEB6ejrS09MfKdfqC5e1a9dOVgB39erVR+q3vlJTU6XXgiDA29tb1XhERERERETW7ptvvkF6erpsPowoinBzc8PcuXMxderUBu3W3a1bN0RGRmLOnDmIiYnBxx9/jJKSEtn3nDt3DrGxsaqN41Pj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MGbMmBGDBw9OSx0AaI7mzJmT+jmRSMSBBx64XbONba1NT4CWlpbWa7zm3n8loQEAdgbHHHNM3HrrrXHZZZdVC3VHxGZv/K5r+6YPy8nKyorx48fHwIED09c0AEAaLViwIC655JJ49913a/xdXpfNbU8mk7F27dq466674uWXX45bbrkl9tprr3S2DEA9tGnTJvX3b0TDzyS06fitW7du0HoADc33KHw5i9Ztt90Wo0aNijVr1qTWV14rXrx4cdxxxx1xxx13RHZ2duTn50eXLl0iKysrMjMzY926dVFaWhorVqyI+fPnR0lJSUTUvFZcKTs7O2699dbIyMjYcR+SBjVmzJi46qqrIpFIpP67uf7666N169YxfPjweo//29/+Nh5//PEa/y2NGTOm3mMDsPUcuQGgCXj11VdTP1c+HeTyyy9PW/itUm5ublxxxRU1bqibNm1aWusAQHNT9SldERFf//rXG7RednZ2teWqJ/G3R3Pvv6rK0EDbtm1T66qepK762tSm2yt/r6oaOsjKyoq7775baACABjV06NB45JFHonfv3tWOWZXHparHp6o23b5p+K1Pnz7x6KOPxsEHH7xDPgcAwLZ64403YtSoUanwW12/99T2N3xdf+9XPS8we/bsOPnkk2PWrFk74uMAsBU2nanoo48+atB6S5Ys2Wx9gObG9yh8aZ999om777472rVrV239pteKS0pKYubMmfHss8/G5MmT46GHHoqCgoJ49tlnY+bMmVFcXFzt78tNz7NnZmbGhAkTtmomOZqPESNGRL9+/VLLiUQiNm7cGFdccUX87Gc/ixUrVmzXuO+//36cffbZcf/996fWVZ7vGDp0aAwaNKjevQOw9QTgAKAJ2PRCbadOndLy5JHanHDCCdG5c+dq695+++0GqQUAzUXV2VEjosaxMt02vfFrw4YN9Rqvufe/KaEBAHYG/fr1i6lTp8YVV1wRnTp1qvWG7i0d2yrf06FDh7j44otjypQp0bt37x31EQAAtsmiRYvi3HPPjdLS0tTNYFVV/m7Trl27GDRoUAwbNixOPvnkOPPMM+Pkk0+O73znO3HggQdGZmbmZn93KikpiXPOOafGjbsANI7u3bunvveTyWS8+OKLUVFR0SC1Kioq4sUXX0zVSiQS0b179wapBbCj+B6FrwwePDgmTZoUffr02ez59M09VGVz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/PKXv4yXX345xo4dK/wG0AQkkpueHQYAdrjRo0fHa6+9lppJpVOnTjFt2rTIyEh/Vr2ioiIOP/zw+PTTT1MntQYPHhwPPfRQ2msBQHMxZ86c+N73vldtVrMjjzwyJkyYUOd7nnrqqbj00kurvefdd9/dbJ2ysrL47ne/G8uWLYuILy8wtWzZMv7+979Hhw4ddtn+AQAAgOZr02scnTt3jldeeaXZXePYuHFjjBs3Ll555ZXU2Jvaltsr6np/IpGIww47LO6+++5o2bJlvXoGaEoWLFgQo0aNijVr1lRbXzVMHBGRnZ0d+fn50aVLl8jKyorMzMxYt25dlJaWxooVK2L+/PlRUlJS63sr17Vv3z4KCgpi77333hEfDWCH8D0KsGMsW7YsFi5cGMuXL4/i4uJYv359tGzZMtq1axddu3aNHj16RJ8+faJFixaN3SoAm3A2FQCagAMOOCBee+211PJnn30WTz31VAwfPjzttZ555plYtWpVtZNb/fv3T3sdAGhO9ttvv+jVq1d8+OGHqZu1XnrppSgoKIhTTjklbXV+8YtfxNKlS6uFzr797W/XOzzW3PsHAAAAmq8lS5ZUO1cwZMiQBgm/RURkZGTEkCFDoqCgIFVzyZIlaRn76quvjpdffjkiaobXkslktGrVKr75zW/GfvvtF/n5+dG5c+fIzs6OzMzMWLt2bZSWlsaqVati3rx5MWfOnPjnP/8ZGzdurDZWZc/Tpk2Lq6++Om688ca09A7QFOyzzz5x9913x7nnnhvr1q1Lra86G2ZERElJScycObPOcTYNG28a2sjMzIwJEyYIbQA7Hd+jADtGt27dolu3bo3dBgDbQQAOAJqAQw89NO67776I+Ori50033RQHH3xwdO3aNW11Vq5cGTfeeGONC7eHHXZY2moAQHM1ZsyYuOqqqyKRSKSOx9dff320bt06LaH03/72t/H444/XOA6PGTOm3mNXjtOc+weAXc2aNWuipKQkioqKYu3atZGZmRk5OTnRvn37yMrKauz2AAC22ueff15tuUePHg1ar2fPnputvz2ef/75mDp1aq3Bty5dusR5550Xxx133FY9BGjYsGEREVFcXBzPPPNM3HPPPbFixYpqIcFkMhlTp06Nb3/723HMMcfUu3+ApmLw4MExadKkuOSSS+K9996rEQKutLkZNWubQbPyPf369Ytbbrklevfunb6mAZoQ36MAAFA3ATgAaAIGDx4ceXl58fHHH0fElyejioqK4vvf/3488MAD0b1793rXKCwsjLPOOitWr15d7WRXbm5uHHTQQfUeHwCauxEjRsTEiRNj3rx5EfHl8Xjjxo1xxRVXxIwZM+KCCy6ILl26bPO477//fvz617+OV199NbWu8manoUOHxqBBg/S/HYQGAGhu3nzzzZg+fXrMnj07Zs+evdkbtTt27Bj9+/eP/v37x6GHHhoDBw7ccY0CAGyj9evXV1vu2LFjg9bbbbfdqi1v2LChXuNVVFTELbfcUm1d5Q3Fp59+elx00UWRmZm5zeN26NAhTjvttBg+fHj85je/iUceeSR1faYyBPfrX/86jj766DpvUgZojvr27RtTpkyJ22+/PR5++OEoKyur8T23Ld97yWQy2rZtG6NHj45x48ZFq1at0t0yQJPiexQAAGqXSG7uURAAwA7z8MMPxw033FDjiU05OTlx/vnnx6mnnrrdF0AnT54ct956a3z++eepMSpvXL/qqqvi9NNPT8tnAIDmbv78+fGf//mfUVZWllpXecxs06ZNHH744XHUUUdFv379YtasWfHzn/+82tO7Z82aFatXr44VK1bEzJkzY/r06TF9+vRIJpOpfSrH7Ny5czz11FOx++67638rCA0A0ByVlZXF5MmTo6CgID744IPU+q05LV/1HEDv3r1j1KhRMXLkyGjbtm2D9AoAsL0GDRoUZWVlqXMHF110UYwdO7bB6t1///3xm9/8JnVOo127dvHmm29u93gvv/xy/PCHP6xx/STdn6Nq31XrTJgwIY488si01QFoSoqKiqKgoCAKCgpiyZIlte5T+X1em549e6b+Ht6aWTgBdja+RwEA4CsCcADQRJSXl8dJJ50U77//frX1lRdAe/ToEcOHD49hw4bF3nvvvcXxFi9eHM8991w8+eST8eGHH6ZOdlW9yT0/Pz+mTJkSGRkZDfKZAKA5euGFF+LCCy+M8vLy1Lqqx9GqNv2Turaw+qbvrbwx649//GODBLOae/9VCQ0A0JxNnz49rrnmmli2bNlWHXM3Vdt79txzz7j22mvjW9/6Vlp7BQCojyFDhsTHH3+cuvZw8sknxy9+8YsGq3fNNdfEo48+mrrekZeXF3/729+2e7yrr746CgoKql0/GTZsWNx2221p7PpLF1xwQTz33HPVao0cOTKuv/76tNcCaGoKCwvjrbfeilmzZkVhYWEUFRVFcXFxrF27NrKysqJ9+/aRk5MTeXl5MWDAgBg0aFDk5uY2dtsATYbvUQAAdnUCcADQhCxYsCBGjRoVa9asqbZ+0xvPs7OzIz8/P7p06RJZWVmRmZkZ69ati9LS0lixYkXMnz8/SkpKan1v5br27dtHQUHBVoXpAGBX8/zzz8dll11WbSa1iK0LXm1q02NwVlZWjB8/Pg4++OB691mX5t5/hNAAAM1XeXl5XHfddTF58uRqx6PtndU9ImqMc/LJJ8c111wTLVq0qFevAADpMHr06HjttddSoa5OnTrFtGnTGuThexUVFXH44YfHp59+mgqQDR48OB566KHtHvOkk06Kd999N9V/y5Yt46WXXorOnTunsfMvrVq1Ko444oioqKhI/Y6Xn58fTzzxRNprAQAAALVbs2ZNlJSURFFRUaxduzYyMzMjJycn2rdvH1lZWY3dHgB1aNnYDQAAX9lnn33i7rvvjnPPPTfWrVuXWl91xpWIiJKSkpg5c2ad42zuJvFkMhmZmZkxYcIE4TcAqMPQoUOje/fucemll8b777+fOpZuzwxqVfft06dP3HbbbdG7d+/0N11Fc+4/XaGBTX//SSaTsWTJkhg7dqzQAAANZuPGjTFu3Lh45ZVXUjdkb2pbAum1HcOTyWRMnjw5li9fHnfffXe0bOk0PwDQuA444IB47bXXUsufffZZPPXUUzF8+PC013rmmWdi1apV1X4/6t+/f73GXLp0abUZ2Q4++OAGCb9FRHTu3DkOOeSQmDZtWqrmsmXLGqQWAAAA8KU333wzpk+fHrNnz47Zs2fH559/Xue+HTt2jP79+0f//v3j0EMPjYEDB+64RgHYLDPAAUATNH/+/Ljkkkvivffeq/Nm780dwjf3nn79+sUtt9zS4DfeA8DO4IsvvoiJEyfGfffdF6tWrYqIbQtiVR6vc3Jy4uyzz44zzzwzWrdu3SC91qa59d9QoYFN359IJOKwww4TGgAg7a644oqYOnVqRNQePG/VqlV885vfjP322y/y8/Ojc+fOkZ2dHZmZmbF27dooLS2NVatWxbx582LOnDnxz3/+MzZu3FjrWIlEIk466aS48cYbd9jnAwCozWuvvRajR4+u9jC/nJyceOqpp6Jr165pq7Ny5co4/vjjo6ioKFUnkUjEgw8+GAcddNB2j7vffvulZmRLJBLx4x//OMaNG5eutmsYP358jB8/vtqMc++8806D1QMAAIBdUVlZWUyePDkKCgrigw8+SK3fmnsOql6X6d27d4waNSpGjhwZbdu2bZBeAdg6AnAA0ERt3Lgxbr/99nj44YejrKxsm2c9qSqZTEbbtm1j9OjRMW7cuGjVqlUaOwWAnd8XX3wRf/vb3+Kvf/1rTJ8+PVavXr3F97Rt2za+8Y1vxLBhw+K4445r1BOhzaV/oQEAmrPnn38+fvKTn9R63OnSpUucd955cdxxx0WHDh22eszi4uJ45pln4p577okVK1ZUm5mk8n/vuOOOOOaYY9L9cQAAtloymYyjjjoqPv7442rrunfvHg888EB079693jUKCwvjrLPOisWLF1cL2uXl5cXf/va3eo397//+77Fu3brU71e/+MUv4uSTT653z3UpKCiIq6++OvU7Xbt27eLNN99ssHoAAACwq5k+fXpcc801sWzZshqBt625D7O29+y5555x7bXXxre+9a209grA1hOAA4AmrqioKAoKCqKgoCCWLFlS6z6VF0lr07Nnz9QTSLblJjsAoG7Lli2LhQsXxvLly6O4uDjWr18fLVu2jHbt2kXXrl2jR48e0adPn2jRokVjt1qrpti/0AAAzVlFRUX8x3/8RyxZsqTaDdkREaeffnpcdNFFkZmZud3jr127Nn7zm9/EI488Uu1YWXlj+fPPP1+vB+cAANTXww8/HDfccEON31VycnLi/PPPj1NPPXW7f1+ZPHly3HrrrfH5559X+10rkUjEVVddFaeffnq9ej/66KNTN8Sla8zNmThxYlx//fWp8xPdunWLF198scHqAQAAwK6ivLw8rrvuupg8eXK1+ynrO/lA1XFOPvnkuOaaa5rs/SAAOzMBOABoRgoLC+Ott96KWbNmRWFhYRQVFUVxcXGsXbs2srKyon379pGTkxN5eXkxYMCAGDRoUOTm5jZ22wAAmyU0AEBz9/LLL8cPf/jDGjdkX3TRRTF27Ni01bn//vvjN7/5TY06EyZMiCOPPDJtdQAAtlV5eXmcdNJJ8f7771dbX/n7So8ePWL48OExbNiw2Hvvvbc43uLFi+O5556LJ598Mj788MPUeYKqD7XJz8+PKVOmREZGRr16P/fcc+Oll15KjT927Ni46KKL6jXm5tx6661x7733pn6nO+KII+Kee+5psHoAAACwK9i4cWOMGzcuXnnlldS5g01tS2yirvcnEok47LDD4u67746WLVvWq2cAto0AHAAAANCohAYAaO6uvvrqKCgoqHZD9rBhw+K2225Le60LLrggnnvuuWq1Ro4cGddff33aawEAbIsFCxbEqFGjYs2aNdXWVw2vRURkZ2dHfn5+dOnSJbKysiIzMzPWrVsXpaWlsWLFipg/f36UlJTU+t7Kde3bt4+CgoKtCtNtyYMPPhg333xz6verr33ta/H444/Xe9y6jBgxIubOnRsRX36uSy65JMaMGdNg9QAAAGBXcMUVV8TUqVMjomZ4LZlMRqtWreKb3/xm7LfffpGfnx+dO3eO7OzsyMzMjLVr10ZpaWmsWrUq5s2bF3PmzIl//vOfsXHjxlrHSiQScdJJJ8WNN964wz4fAAJwAAAAQCMTGgCguTvppJPi3XffTR1fWrZsGS+99FJ07tw57bVWrVoVRxxxRFRUVKRuCM/Pz48nnngi7bUAALbVjBkz4txzz41169bV2Fb11oTNzcS+6S0Mm4bfMjMz4957742vf/3raeg4Yvny5XH00UdHeXl56lzB1KlTIz8/Py3jVzV37twYMWJEtd8bX3jhhcjNzU17LQAAANhVPP/88/GTn/yk1rBaly5d4rzzzovjjjsuOnTosNVjFhcXxzPPPBP33HNPrFixoto9BpX/e8cdd8QxxxyT7o8DQB0yGrsBAAAAYNc2e/bsasstWrSIK6+8skFqXXXVVdGiRYvUcjKZrFEfALbV0qVLq13wPPjggxsk/BYR0blz5zjkkENStSIili1b1iC1AAC21eDBg2PSpEnRp0+fWoNsla9kMlnnq+p+m4bf+vXrFwUFBWkLv0VE/Nu//Vscf/zx1W5iu/LKK6O8vDxtNSIiysvL46qrroqIr54W/93vflf4DQAAAOqhoqIibrnllmrrKs8xnH766fHcc8/Fqaeeuk3ht4iIDh06xGmnnRbPPfdcnHbaadWuy1SeP/j1r39d4/wHAA1HAA4AAABoVEIDADR3a9eurbY8YMCABq236fi1zbACANBY+vbtG1OmTImxY8dGmzZtar0RbNOQW22Bt0rJZDLatGkTP/zhD6OgoCB69+6d9p4vu+yyauci5s6dGz/96U9jw4YNaRl/48aNceGFF8bcuXNTn7FTp05x2WWXpWV8AAAA2FVNmzYtlixZkvp7u/JegIsvvjh+/vOfR2ZmZr3Gz8zMjKuvvjouvvjiGuc4li5dGi+//HK9xgdg6wnAAQAAwHZYs2ZNLF++PObPnx9vvvlmzJ8/P5YvXx5r1qxp7Na2SlPqX2gAgOauTZs21Za7du3aoPW6dOlSbblVq1YNWg8AYFu1atUqLr744nj55Zfjoosuij333LPOGd8ios5tPXr0iEsvvTReeeWVuPDCCxvs957ddtst7rnnnsjMzEw9pOf555+PM888M+bPn1+vsefNmxdnnHFGvPDCC6mxs7KyYsKECdGxY8c0fQIAAADYNb344oupnyvDb8OGDYuxY8emtc7YsWNj2LBhNUJwVesD0LBaNnYDAAAA0By8+eabMX369Jg9e3bMnj07Pv/88zr37dixY/Tv3z/69+8fhx56aAwcOHDHNVqHptx/mzZtqoXQhAYAaG523333ajOKpmumkLps3LixRn0AgKYoJycnzj777Dj77LOjsLAw3nrrrZg1a1YUFhZGUVFRFBcXx9q1ayMrKyvat28fOTk5kZeXFwMGDIhBgwZFbm7uDut1//33j0ceeSR+9KMfxbJlyyKZTMZbb70VI0aMiOOOOy5OOOGEOOSQQyIjY8vPGa6oqIi///3v8cQTT8Rf/vKXqKioSN0g161bt5gwYULsu+++Df2RAAAAYKc3e/bsasstWrSIK6+8skFqXXXVVfHCCy9ERUVFRHwZuNu0PgANRwAOAAAA6lBWVhaTJ0+OgoKC+OCDD1LrN32i16Y+++yzeOWVV+KVV16Ju+66K3r37h2jRo2KkSNHRtu2bRu67ZTm0r/QAADNXe/evWPp0qWp5eXLlzdovU8++ST1cyKRiD59+jRoPQCAdMjLy4u8vLw49thjG7uVGp544onUz2PGjInf//73sXLlykgmk1FeXh5PP/10PP3005GdnR35+fnRt2/f2GOPPSI7Ozvatm0bZWVlUVpaGitXroz58+fHvHnzorS0NCKqn4fp2rVrjBkzJubOnRtz587drl6HDx9en48KAAAAO5WlS5emZlxPJBJx8MEHR+fOnRukVufOneOQQw6JadOmpWpWvdcBgIYlAAcAAAC1mD59elxzzTWpJ35XlUgktvj+qu95//3345e//GU89NBDce2118a3vvWt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xF577ZWOVgHYRhmN3QAAAADAo48+WiP8lkwmIysrKy677LJ4/vnn4/zzz4/evXtv1cnpXr16xbhx4+Kvf/1rXHnlldG+ffsa+8yZMycKCgrS+jkA2DUlk8m47777ahzHcnNzo6CgIM4666ztCr9FRGRkZMQZZ5wRkydPjtzc3NT6yhum77333nr3DwCwK2vTpk215YaekW3T8Vu3bt2g9QAAAGBX8cYbb8SoUaNS4bdEIlHr/QWVD8Kp7bWpyjGSyWTMnj07Tj755Jg1a9aO+DgAbGL7rrgDAAAApMnmQgN/+MMfolevXts9dmVo4PDDD4+zzjorPv7444ioHhowaw4A9fX6669HYWFh6liWTCajQ4cOMXHixMjLy0tLjZ49e8bEiRNj+PDhUVxcnFpfWFgYM2bMiMGDB6elDgDArqZjx46p8wURER999FGD1luyZEmN+gAAAED9LFq0KM4999woLS2NiJqzvlWG2zIzM6Nv377RtWvXaN++fbRr1y7WrVsXpaWlsWLFipg3b16sWbOmxhiVP5eUlMQ555wTjz32WHTv3n1HfDQA/o8AHAAAANCohAYAaO5effXV1M+VTxS9/PLL03Ycq5SbmxtXXHFFXH755dUuuk6bNs2xDABgO3Xv3j11XiKZTMaLL74Y1157bWRkZKS9VkVFRbz44oupWolEws1yAAAAUE8VFRXx05/+NIqLi2sNvuXl5cWJJ54Yxx13XOyzzz61zgpX1cKFC+PZZ5+NJ598MpYsWVIjCFdUVBQXXnhhTJ48eYtjAZA+6T9jCwAAALANdnRooPLJbpWmTZuW1joA7HpmzZpVbblTp04xfPjwBql1wgknROfOnaute/vttxukFgDAruCAAw6otvzZZ5/FU0891SC1nnnmmVi1alW1df3792+QWgAAALCrePTRR2Pu3LnVwmjJZDKysrLisssui+effz7OP//86N2791YF1nr16hXjxo2Lv/71r3HllVdG+/bta+wzZ86cKCgoSOvnAGDzBOAAAACARiU0AEBzV/n0z8og95AhQxpkxpCIiIyMjBgyZEiqVjKZjCVLljRILQCAXcGhhx6a+rny96ubbropPvnkk7TWWblyZdx44401brQ77LDD0loHAAAAdiXJZDLuu+++GuG33NzcKCgoiLPOOitatmy5XWNnZGTEGWecEZMnT47c3NzU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AAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE2SABwAAAAAAAAAAAAAAAAATZIAHAAAAAAAAAAAAAAAAABNkgAcAAAAAAAAAAAAAAAAAE1Sy8ZuAAAAAAAAIJ0eeOCBmD59+na9N5FIROvWrVOvtm3bRseOHaNTp07RuXPn6NatW/Tq1Svat2+f5q4BAAAAAAAAqI0AHAAAAAAAsFN577334tVXX23QGnvssUf07ds3DjzwwDjwwANj4MCB0aZNmwatCQAAAAAAALArEoADAAAAAADYRitXroyVK1emgnaZmZlx5JFHxne+85048sgjo3Xr1o3cYdPz2muvxYwZM2rddtJJJ8Wee+65gztiV1JcXBwPPfRQrdv69esXRx999A7uCAAAAAAAgK0lAAcAAAAAAFBPa9eujWeffTaeffbZ2GOPPeL000+PU089NXbbbbfGbq3JmDFjRowfP77WbYMHDxaAo0EVFxfX+d/fSSedJAAHAAAAAADQhGU0dgMAAAAAAAA7k5UrV8bvfve7GDJkSPzxj3+ML774orFbAgAAAAAAAGi2BOAAAAAAAAAawJo1a+Lmm2+Ok046Kd5///3GbgcAAAAAAACgWWrZ2A0AAAAAAADsKIMHD44///nPW9xvw4YNsWHDhli3bl2sWrUqVq5cGR999FG899578e6778acOXOivLx8q2q+9957ccopp8T1118f3/3ud+v7EQAAAAAAAAB2KQJwAAAAAAAAm2jdunW0bt06srOzY4899oh+/fpV215SUhL/+Mc/4qmnnoqXXnopNm7cuNnx1q5dGxdddFEUFxfHaaed1pCtAwAAAAAAAOxUMhq7AQAAAAAAgOamffv2MXTo0Bg/fnz87//+b4wePTratm27xff94he/iClTpuyADgEAAAAAAAB2DgJwAAAAAAAA9bDHHnvEz372s3j66afjG9/4xmb3TSaTcc0118Ts2bN3UHcAAAAAAAAAzZsAHAAAAAAAQBr06NEj/vSnP8Xo0aM3u9/GjRvj/PPPj9LS0h3UGQAAAAAAAEDzJQAHAAAAAACQJhkZGfGzn/0s/uu//muz+y1btizuvvvuHdQVAAAAAAAAQPMlAAcAAAAAAJBm48aNi5NOOmmz+/zpT3+KJUuW7KCOAAAAAAAAAJqnlo3dAAAAAAAAwM7o5z//ebz++uuxdOnSWrdv3Lgx7rvvvvjFL36RtpqfffZZvPnmm7FgwYJYuHBhfPjhh/HZZ59FaWlprFmzJsrLy6N169bRvn376Nq1a+y5557Rr1+/OPDAA2PgwIHRokWLtPXS1K1bty7eeuuteP/992PhwoWxcOHCWLFiReqfVVlZWbRp0ybatWsXXbp0idzc3MjPz48BAwbEQQcdFJmZmTu85w0bNsTrr78ec+fOjXnz5sXChQujuLg41XNERLt27aJt27aRlZUVubm50a1bt+jWrVv069cvBgwYEB07dtxh/S5ZsiRef/31eOutt2LRokWxdOnSKCkpiXXr1kVERGZmZuy+++6x5557xte+9rU48MAD4+CDD47WrVvvsB4by+LFi+PNN9+Md999N+bNmxcrV66MkpKSKC0tjfXr10ebNm2ibdu20a5du+jYsWPq3+Nee+0VAwYMiD59+uxS/38FAAAAAAB2bYlkMpls7CYAAAAAAADS5fLLL4+pU6fWum3w4MHx5z//eYf18vLLL8c555xT5/bMzMx45ZVXon379ts1/saNG2P69Okxbdq0eO211+KDDz6I7b30k5OTE8cff3ycdtppsc8++2zXGJXuvPPOGD9+fL3G2Bovvvhi7Lnnnlu9/9tvvx1/+9vf4rXXXovZs2fHxo0bt6tu69at48gjj4zTTjstDj744O0aY1u8/fbbMXny5HjuueeiuLi4XmPttdde8a1vfSu+853vxIEHHhgZGRlp6vJL69atiylTpsTjjz8ec+bM2eb3Z2dnx7HHHhtjxoyJvffee7t6WLp0aRx11FHb9d5tMW7cuPiv//qvrd5/zZo18cQTT8STTz4Zs2bNqlftzMzMGDRoUBx99NHxH//xH9GpU6d6jQcAAAAAANCUmQEOAAAAAACggRxxxBExcODAeOutt2rdvnbt2njqqafi9NNP36ZxZ8yYEU899VQ8//zzUVRUlIZOI4qKiuLhhx+OSZMmxUknnRSXXHJJ7LbbbmkZuzF9+OGH8cQTT8R///d/x5IlS9Iy5oYNG+L555+P559/PgYPHhw///nPY999903L2FWtWrUqfv3rX8eTTz6ZtjEXLVoUixYtiokTJ8Zee+0Vf/3rX9Mybnl5eUycODHuvvvu+Pzzz7d7nNLS0igoKIjHHnssRo0aFT/96U+jQ4cOaemxMf3lL3+Jm266KT755JO0jLd27dqYPn16TJ8+PW644Ya48cYbY/jw4WkZGwAAAAAAoKlJ7yMdAQAAAAAAqGb06NGb3f7iiy9u85hXXnllTJ48OW3ht6rKy8vjscceixNPPLHO4F5zcv/998c999yTtvDbpmbMmBEjR46MyZMnp3Xcf/zjH3HsscemNfy2qU8//TQt4yxevDhOPvnk+OUvf1mv8FtVFRUVMWnSpDjxxBPjnXfeScuYjWH9+vVxwQUXxAUXXJC28NumysvLY/Xq1Q0yNgAAAAAAQFMgAAcAAAAAANCAjj766M3OYDVjxowoLS3dgR1tneXLl8f/+3//L/7xj380ditN3vr16+Oqq66Ke++9Ny3j/eMf/4hzzjmnQQKO6fbqq6/G9773vZgzZ06DjF9YWBinn356TJ8+vUHGb0hffPFFjBs3Lv7yl780disAAAAAAADNWsvGbgAAAAAAAGBn1rp16zjssMPiv//7v2vdvnHjxnjjjTfi8MMPT2vdVq1axe677x7t27eP9u3bR9u2baO0tDRKSkri448/jvXr129xjHXr1sV//dd/xaOPPhr77LNPWvtrShKJRHTq1Cmys7OjQ4cOkZWVFWVlZVFcXBwrV66M4uLirRrnt7/9beTm5sbxxx+/3b2sWLEiLrjggtiwYcNW7Z+TkxO5ubmRmZkZbdu2jXXr1sWaNWuipKQkVq5cGV988cV297Il//u//xs/+clPtrrX3XffPXbffffIycmJjIyM+PTTT2PFihVbDICWlZXFeeedFw888EB8/etfT0frO8Sdd94Zr7zyylbt27Jly8jLy4ucnJxo165dZGRkRElJSaxZsyY+//zzZhGGBAAAAAAAaCgCcAAAAAAAAA3skEMOqTMAFxExZ86cegfgunXrFkOGDIn9998/8vPzo1evXtG6deta9/3iiy/ivffei9deey0mT54cCxYsqHPckpKSuOSSS2Ly5MnRokWLreqlR48eceihh1Zb99FHH8VHH31U6/79+/ePnJycrRq7qrZt227zeyIiOnToEEceeWQMHDgw8vPzo2/fvpGdnV3n/osXL44333wzpk6dGq+99lokk8k6973mmmviwAMPjLy8vO3q7bbbbovVq1fXub1169bx3e9+N4YMGRLf+MY3Yrfddqtz3w0bNsSCBQti/vz58cYbb8T//u//xooVK7arr029/fbbcf755282/JZIJOLII4+M73znO/H1r389unXrVmOfioqKeOedd+Kll16KiRMn1vnZ169fH+eff348/vjj0bVr18321rZt2xr//a1fvz5ef/31Wvfv0qVL7LvvvpsdszY9evSoc9vixYvjD3/4w2bf36dPnzjppJPiW9/6VvTu3Ttatqz70u2KFSvivffei7lz58a0adPijTfeaNBwIwAAAAAAQFOSSG7uCh0AAAAAAEAzc/nll8fUqVNr3TZ48OD485//vIM7iliwYEEce+yxdW4/5phjYvz48Vs93jHHHBMfffRRdOrUKU4++eQYOnRo7Lffftvd34svvhjXXXddfPLJJ3Xuc/XVV8fpp5++3TXuvPPOOj/jn/70pzjooIO2e+zNufLKK+Oxxx6LNm3axPHHHx/f+c534qCDDopWrVpt13jvv/9+/PznP48333yzzn3+4z/+I+64445tHnvVqlVxxBFH1BlsOuSQQ+Lmm2/eYgBsc+bMmRNPPvlkTJkyJRKJRMycOXObx/jss8/ihBNOiJUrV9a5z5AhQ+KSSy6JXr16bfW4JSUlMX78+HjwwQfr3OeII46Ie++9d1vajYiIpUuXxlFHHVXrtpNOOiluvvnmbR5zc66//vp4+OGHa93Wrl27uPbaa+PEE0+MRCKxXeMXFxfH//7v/8bEiRNj1qxZccUVV8T/+3//rx4dAwAAAAAANF1mgAMAAAAAAGhge+21V7Rp0ybWr19f6/aFCxdu03g9evSIs846K773ve9FmzZt6t3fUUcdFYMHD44f/vCH8a9//avWfe6999445ZRTtjs41lg6dOgQ55xzTowePTo6d+5c7/H69OkTjzzySNx0003xpz/9qdZ9nn/++Xj//fejT58+2zT2Cy+8UGf47eCDD477779/q2fhq8t+++0X++23X/zkJz+JZ599drvGuP766+sMv7Vq1Sp+9rOfxWmnnbbN47Zv3z6uuOKK+NrXvhZXXnllbNy4scY+L7/8cvzP//xPHH300ds8/o7017/+tdb1GRkZMWHChDj44IPrNX6HDh3ixBNPjBNPPDFmzZplNjgAAAAAAGCnltHYDQAAAAAAAOzsWrRoET179qxz+/Lly7dpvD/84Q9x2mmnpSX8Vql9+/Zx7733Rn5+fq3bly9fHi+99FLa6u0ol112WVx00UVpCb9VysjIiCuvvDJGjBhR6/ZkMhmPPvroNo9bV/gwkUjE9ddfX+/wW1XZ2dlxyimnbPP7/vGPf9QZnEskEnHTTTdtV/itqhNPPDF+9rOf1bn9jjvuiGQyWa8aDWnx4sV1BgRPPPHEeoffNjVgwIA48MAD0zomAAAAAABAUyIABwAAAAAAsAN06dKlzm1r1qyJ0tLSHdhN7bKzs+O6666LRCJR6/ann356B3fUtF155ZV1BuueffbZbQ5pLV68uNb1+++/f3Tv3n2b+2sIt912W53bxo0bF8cff3xa6px22mnxne98p9Zt8+fPj9deey0tdRrCokWL6txW12cCAAAAAACgbgJwAAAAAAAAO8DmAnAREZ9++ukO6mTzBg4cGIcffnit2/75z39GRUXFDu6o6crOzo6zzjqr1m2ffvppzJs3b5vGKy4urnX9nnvuuc29NYSZM2fGrFmzat3Ws2fPOOecc9Ja74ILLoiMjNovZz7++ONprZVOdf17jGg6/y4BAAAAAACaEwE4AAAAAACAHSArK2uz28vKynZQJ1t21FFH1bq+qKgoPvjggx3cTdNW1z+riIh//etf2zRWXWGvDRs2bNM4DeWxxx6rc9sFF1wQrVu3Tmu9vfbaK4455phat7388stNNozZokWLOrc1lX+XAAAAAAAAzYkAHAAAAAAAwA7Qpk2bzW5fv379Dupky/793/+9zm3vvffeDuyk6dt7772jY8eOtW7b1n9Wu+22W63rZ82aFeXl5dvaWlp98cUX8T//8z+1bsvOzt5sELA+DjvssFrXr169OubOndsgNeurrn+PEdseigQAAAAAAEAADgAAAAAAYIfY0uxYTWlmqE6dOtW57cMPP9yBnTQPnTt3rnX9tv6z2nPPPWtdv2rVqvjjH/+4zX2l05tvvhklJSW1bjvqqKO2GPDcXoMHD65z25w5cxqkZn3V9e8xIuK+++6LoqKiHdgNAAAAAABA8ycABwAAAAAAsAN88cUXm93eqlWrHdTJltU1o1lExMqVK3dgJ81DXTN+rVixYpvGOeigg+rc9tvf/jbuvffeLf531FA2N3PZAQcc0GB1u3XrVue2pjobYY8ePSI3N7fWbcuXL48zzzwzPvjggx3cFQAAAAAAQPPVsrEbAAAAAAAA2BWsX79+s9vTNYPWJ598Em+99VbMnTs3Pvzww1i2bFl8/vnnUVRUFBs2bIiNGzdGMpnc7vE/++yztPTZFJSWlsasWbNi9uzZsXDhwliyZEl8+umnUVRUFGVlZbFhw4aoqKjY7vE///zzbdr/yCOPjDZt2tT630pFRUX89re/jcceeyxOPfXUOOGEEzY7U1+6zZ07t85tvXv3brC6LVu2jPbt29c6+9zHH3/cYHXra+jQofHQQw/Vum3evHlx4oknxrBhw2LUqFHx9a9/PTIyPLcUAAAAAACgLgJwAAAAAAAAO8C6des2u70+AbhVq1bF448/Hs8++2y8++672z3O1igrK2vQ8RtaWVlZ/OUvf4mnnnoqXn/99di4cWOD1toWnTt3jlNOOSX+/Oc/17nP4sWL4+abb45f//rXMWjQoDj88MNj8ODB0b9//wadRXDhwoV1brvzzjvjvvvua7DaGzZsqHV9U56N8Ac/+EH8f//f/1dn8PWLL76IZ555Jp555pno1KlTfPvb345vfvObMXjw4OjatesO7hYAAAAAAKBpE4ADAAAAAADYAbYU1snJydnmMVevXh3jx4+PRx99tM6QULrtqDrpVl5eHhMnTox77rknPv300x1Sc3v+Wf3kJz+JadOmxaJFiza7X0VFRfzrX/+Kf/3rXxER0bZt2+jfv38MGjQoBg0aFP/+7/8eu+2223Z0XbvNzbY2c+bMtNXZFlsKlTamrl27xmWXXRa/+MUvtrjvp59+Go899lg89thjERGx5557pv49HnjggbHvvvuaIQ4AAAAAANilCcABAAAAAADsACtWrKhzW9u2bWP33XffpvH+/ve/x6WXXrrDZ8FKJpM7tF46LF26NC644IKYPXv2Dq27Pf+sOnToEBMmTIizzjorli9fvtXvKysri9dffz1ef/31iIjIyMiIr33ta3HkkUfG0KFDo2/fvtvcS6V169ZFaWnpdr+/oTT12QhPP/30WLZsWfzhD3/YpvctXbo0li5dGk8//XREROy2227xrW99K44++ug48sgjIzMzsyHaBQAAAAAAaLI8KhAAAAAAAGAHWLx4cZ3bunbtuk1jPfXUU3H22Wfv8PBbczR//vw45ZRTdnj4rT569eoVjz/+eBxyyCHbPUZFRUW88847MX78+DjhhBNixIgRMWXKlNi4ceM2j9VUZ1qrqKho7Ba26NJLL41f/epX9QqtrV69Ov77v/87LrzwwvjWt74VP//5z2PhwoVp7BIAAAAAAKBpMwMcAAAAAABAA1u2bNlmZ9Dq0aPHVo/1j3/8I6644or44osvtqmHnJyc2H333SMrKysyMzOjRYsW0aJFizr3f/XVV7dp/KZoxYoVMXbs2Pj000+36X2ZmZnRuXPnyM7OjszMzGjZsmW0bFn3ZbXZs2dHUVFRfdutplOnTvHHP/4xXnzxxbj99ttj/vz59Rpvzpw58bOf/SwmTJgQl19+eRx99NFb/d4NGzbUq/aubvjw4XHYYYfFhAkToqCgINavX7/dY61duzYKCgriscceixEjRsQll1wSu+22W/qaBQAAAAAAaIIE4AAAAAAAABrYO++8s9nt++2331aNU1JSEpdeeukWw2//9m//FkcccUR84xvfiPz8/OjevXu0bdt2q/uNiOjbt+827d8U/fznP48VK1Zsdp+srKw44ogjYvDgwbHffvvFXnvtFR06dNimOmeccUbMmDGjPq3W6aijjoqjjjoqZs2aFU888UT8z//8zxY/0+YsWbIkfvzjH8cpp5wSV199dbRq1WqL70kkEttdjy916tQprrrqqjj//PPj2Wefjaeffjreeuut7ZqRL+LL2e8ee+yxePnll+POO++MQYMGpbljAAAAAACApkMADgAAAAAAoIFNnz59s9u/9rWvbdU4DzzwwGbDT926dYsrr7wyvv3tb0dGRsY29VjVzjDj1z/+8Y946aWX6tzerl27uOCCC2LUqFHRrl27etXa3hDTthgwYEAMGDAgrrnmmli4cGHMmDEjXn/99Zg5c2YsX758m8crKCiIDRs2xK9+9ast7rul8OSzzz4b++yzzzb3sCtq3759jBo1KkaNGhVr166Nf/3rX/H666/HjBkz4p133tnm/5ZWrlwZP/jBD+KRRx6J/Pz8BuoaAAAAAACgcQnAAQAAAAAANKBkMhmvvvpqndsTiUT8+7//+xbH2bhxY0yaNKnO7d/4xjdi/Pjxsdtuu21Pm9UUFRXVe4zG9qc//anObXvssUfcf//9aQsMrV69Oi3jbK1evXpFr1694j//8z8jImLZsmXxxhtvxOuvvx7/+Mc/4qOPPtqqcZ544on42te+FqNHj97sfllZWZGRkREVFRW1bt/Rn39nkZmZGYcddlgcdthhERGxfv36mD17dvzrX/9KBRzXr1+/xXHWrFkT5557bvz3f/93ZGVlNXTbAPz/7d17bNbl+T/wq6WUQwuFchZkghMhwDYOY0LAQCaC2zg4YJhtMjcWYRPi3IIhY3O6MCO6RRgBjMxgRsKEKZI5nahVGQUROQ0dKDCVMww6KIcWgba/PxbNvtLnobRPy4O/1yt5/nmu+77uq59+/mvevQEAAACAOicABwAAAAAAUIvefPPN2L9/f8J6jx49olWrVhfts27dujh27Filtfz8/Jg9e3ZKwm8RV34A7tSpU7F69epKaxkZGfHwww+n9Lasy/282rdvH+3bt48RI0ZERMT7778fL730Uixfvjx2796ddO/8+fPjm9/8ZjRp0iThmqysrGjdunXCm+Yu98//WdGgQYPo27dv9O3bNyZNmhRnzpyJwsLCeO6556KgoCDp7XAHDx6MJ598Mu666646nBgAAAAAAKBuZF7uAQAAAAAAAD7Lli5dmrQ+ZMiQKvV56623EtYmTJgQLVu2vKS5kkkW2LsSbNmyJWFYqH///jFgwICUnVVSUpJ2N6B17tw5Jk+eHCtXrozZs2cnDVgeP348li9fftGeV199dcLawYMHqzUnyTVs2DBuuummmDNnThQUFMSoUaOSrv/jH/+Y8JY+AAAAAACAK5kAHAAAAAAAQC3ZuXNnvPjiiwnrmZmZMXr06Cr12rFjR8La8OHDL3W0pDZt2pTSfnVt586dCWupflZbtmxJ29BRRkZG3HLLLfHUU09FmzZtEq4rLCy8aK/u3bsnrCULZ5Iabdq0iYcffjgmT56ccM3x48fjnXfeqcOpAAAAAAAA6oYAHAAAAAAAQC2oqKiIBx98MGk4avDgwdG+ffsq9Tt06FCl32dlZcXnPve5as2YSG0E4DIyMlLeM5FkN5Jde+21KT3rSggLdujQIX7+858nrG/evPmiPb70pS8lrF0JAbi6fP9q09133x1dunRJWL8S3kcAAAAAAIBLJQAHAAAAAABQC5YsWRJr165NumbixIlV7ldSUlLp982bN4/MzNT9yefgwYO1EqKpV69ewtqZM2dSelaiZxUR0aJFi5SdU1FREc8//3zK+tWmr371q5Gbm1tp7eTJk3H27Nmk+wcOHBj169evtHb06NG0D8FlZWUlrKX6/atNmZmZMXLkyIT1oqKiOpwGAAAAAACgbgjAAQAAAAAApFhhYWE8+OCDSdcMGzYs+vbtW+WeicJHpaWllzTbxSxevDjOnz+f0p4REQ0aNEhYS3UAKdGzikjt8/r73/8e77//fsr61ab69etHx44dE9aPHTuWdH+TJk1iwIABCeuPPfZYtWerC9nZ2QlrV1IALiKic+fOCWvHjx+vu0EAAAAAAADqiAAcAAAAAABACr322msxderUpCGyxo0bx7Rp0y6pb35+fqXfnzp16qLhpao6fPhwLFu2LCW9Pq1Zs2YJa4cOHUrpWYmeVUTEvn37UnJGWVlZzJ8/PyW96kpGRkbCWrLQ4Mduu+22hLXCwsLYsGFDteaqC3l5eQlvSkz1+1fbkt34WJXfIwAAAAAAwJVGAA4AAAAAACAFzp8/H/Pnz4+77rorSkpKkq791a9+FVdfffUl9U8W6lq1atUl9apMRUVFTJ8+PU6ePFnjXpVp27Ztwlqqb1FL9qxef/31lJzx2GOPxZYtW1LSqy6cP38+9u7dW2mtQYMGSQOKHxs8eHDS28d++tOfxpEjR6o7Yq3KzMyMVq1aVVrbvXt3lJWV1fFE1ffBBx8krLVu3boOJwEAAAAAAKgbAnAAAAAAAAA1tHr16hg7dmzMmTPnokGa8ePHx+jRoy/5jC984QsJa0888USNAzxz586NtWvX1qhHMp06dUpYW716dUrPSvas/vrXv8b+/ftr1L+wsDDlt7/9+9//jjfeeCOlPf/XK6+8EidOnKi0dt111yW9VexjmZmZce+99yasHz58OKZMmVJrIcqP7dq1K3bv3n3J+xK9gyUlJbFx48aajvWJVatWpexWxk8rLy+PFStWJKx37dq1Vs4FAAAAAAC4nATgAAAAAAAAquHkyZOxbNmyGDduXPzwhz+M7du3X3TPiBEj4v7776/WeQMHDkxY27FjRzzyyCPV6ltRUREPPfRQzJs3r1r7q6pdu3YJb+Dav39/PPvssyk7q3v37tG8efNKax999FFMmzYtzpw5U63eL774YkyePDnOnz9fkxEvUFRUFHfccUfceuut8Ze//CWl/Q8fPhwzZ85MWL/xxhur3GvIkCExdOjQhPUtW7bEmDFj4t13372kGati/fr1MXny5PjGN74RO3fuvOT9X/ziFxPW5s2bF+Xl5TUZ7xNLly6NIUOGxAMPPBB79uxJSc+PzZ07N957771Kaw0bNox+/fql9DwAAAAAAIB0IAAHAAAAAABwEeXl5bF3794oKCiIuXPnxre//e3o379//PKXv4ytW7dWqcf48eNj1qxZVbppqzLXX399dO7cOWF90aJFcf/9919SsGvnzp0xceLEWLRo0f/5vkGDBtWa8WIGDRqUsPaLX/wiHnnkkfjwww9rfE5mZmbcfPPNCesbN26MiRMnxsGDB6vc89ixY/HAAw/EPffcE+fOnfs/tVQ+r23btsW0adNi8ODBMXPmzNiwYUONgllvvPFGjB07No4cOVJpPSsrK8aOHXtJPWfOnBlt27ZNWN+9e3eMHz8+fve73yU8t6r+9a9/xfz582PkyJFx++23x2uvvRYVFRXV6pXs/Vu3bl1873vfizVr1lzw+62O0tLSWLJkSQwbNiy+//3vx1NPPRVFRUXV7nfixIm47777kt48OHLkyGjcuHG1zwAAAAAAAEhXGRXV/QsRAAAAAABAGpo+fXrC28Ty8vKiZ8+eF+1x/vz5OHv2bJSWlsbRo0fjP//5T5SVlVVrngYNGsR99913ySGjyrzwwgtxzz33JF3Tvn37uP3222PYsGFx1VVXXVA/ffp0rFmzJl566aV44YUXKv25ZsyYEb/5zW8q7d+vX79YvHhxteb/OGR0MXl5edGhQ4fIycmJ7OzshOtmzZoVLVu2rLR24MCBGDZsWJw9ezbh/tzc3Bg3blyMHj06unTpckE4saysLDZu3BivvvpqLF++PIqLiy/oMXTo0CguLo7169dXekai27o+bfv27TF69OhKa61atYpBgwZFjx49okePHtG1a9eEobuKiorYv39/rFmzJp577rl46623kp47YcKEmDFjRpVm/F/vvfdefPe7340TJ04kXZednR233HJLDBgwIPr27RsdOnRIuPbcuXOxa9eu2LZtW2zfvj3WrVuX8Ka3efPmxU033XRJM5eXl8fQoUNj3759SdfVr18/OnbsGHl5eUkDZSNHjoxRo0Zd8P2Pf/zjKCgouOD7evXqRZ8+faJ3796f/C7btWuXsH9paWls3bo1Xn311XjmmWfi5MmTCdc2btw4/va3vyUNJgIAAAAAAFypBOAAAAAAAIDPlGQBuLo2ePDgmDFjRnTs2DEl/SoqKuK2226LLVu2VGl9q1atom3btpGbmxsnT56MoqKiOHr0aNIbroYMGRILFiyIrl27VlqvSQAuIuI73/lObNiwodr7/1dBQUHSQNVvf/vb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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.set(font_scale=1.25)\n", + "sns.set_style(\"whitegrid\")\n", + "fig, axs = plt.subplots(1, 1, sharex=True, sharey=True, figsize=(12, 6), dpi=300)\n", + "\n", + "order = list(\n", + " (\n", + " df_mean.reset_index()\n", + " .groupby(\"model_name\")\n", + " .correctness.median()\n", + " .sort_values()\n", + " .index\n", + " )\n", + ")\n", + "\n", + "plot_barplot(\n", + " df_mean.reset_index().groupby(\"model_name\").correctness.median() * 100,\n", + " df_sem.reset_index().groupby(\"model_name\").correctness.sem() * 100,\n", + " axs,\n", + " order,\n", + " ylim=100,\n", + " chance=None,\n", + " barcolors=\"royalblue\",\n", + ")\n", + "\n", + "axs.set_xticks(axs.get_xticks(), order, rotation=90, ha=\"right\")\n", + "\n", + "fig.supxlabel(\"Datasets\")\n", + "fig.supylabel(\"Accuracy (%)\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "clip", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/slurm_scripts/evaluate_models.sh b/slurm_scripts/evaluate_models.sh index 13bd782..149a60a 100644 --- a/slurm_scripts/evaluate_models.sh +++ b/slurm_scripts/evaluate_models.sh @@ -17,4 +17,4 @@ conda activate clip conda activate clip which python -eval_vlm evaluate --model_id=$SLURM_ARRAY_TASK_ID \ No newline at end of file +eval_vlm evaluate --model_id=$SLURM_ARRAY_TASK_ID --datasets=["countbench","fashion_mnist"] \ No newline at end of file diff --git a/slurm_scripts/evaluate_xvlm copy.sh b/slurm_scripts/evaluate_xvlm copy.sh new file mode 100644 index 0000000..8e0faeb --- /dev/null +++ b/slurm_scripts/evaluate_xvlm copy.sh @@ -0,0 +1,20 @@ +#!/bin/bash +#SBATCH --job-name=job +#SBATCH --nodes=1 +#SBATCH --tasks-per-node=1 +#SBATCH --gres=gpu:1 +#SBATCH --cpus-per-task=20 +#SBATCH --mem=256G +#SBATCH --time=48:00:00 +#SBATCH --output=./scripts_log/%A_%a.out +#SBATCH --partition=learnlab + +module restore conda +source /public/apps/anaconda3/2023.03-1/etc/profile.d/conda.sh +conda deactivate +conda deactivate +conda activate clip +conda activate clip +which python + +eval_vlm evaluate --models=["xvlm_coco"] \ No newline at end of file